add: full multi-tenancy control
This commit is contained in:
60
storage/framework/views/1ece863e6fea6322c5eed40d71fab2b3.php
Executable file
60
storage/framework/views/1ece863e6fea6322c5eed40d71fab2b3.php
Executable file
@@ -0,0 +1,60 @@
|
||||
<v-button <?php echo e($attributes); ?>></v-button>
|
||||
|
||||
<?php if (! $__env->hasRenderedOnce('3a0e6420-769b-4d6a-b48b-9aaedbcd8778')): $__env->markAsRenderedOnce('3a0e6420-769b-4d6a-b48b-9aaedbcd8778');
|
||||
$__env->startPush('scripts'); ?>
|
||||
<script
|
||||
type="text/x-template"
|
||||
id="v-button-template"
|
||||
>
|
||||
<button
|
||||
v-if="! loading"
|
||||
:class="[buttonClass, '']"
|
||||
>
|
||||
{{ title }}
|
||||
</button>
|
||||
|
||||
<button
|
||||
v-else
|
||||
:class="[buttonClass, '']"
|
||||
>
|
||||
<!-- Spinner -->
|
||||
<?php if (isset($component)) { $__componentOriginal991e5e3816aa635af8067aa2abbd328b = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal991e5e3816aa635af8067aa2abbd328b = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.spinner.index','data' => ['class' => 'absolute']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
||||
<?php $component->withName('admin::spinner'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
||||
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['class' => 'absolute']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal991e5e3816aa635af8067aa2abbd328b)): ?>
|
||||
<?php $attributes = $__attributesOriginal991e5e3816aa635af8067aa2abbd328b; ?>
|
||||
<?php unset($__attributesOriginal991e5e3816aa635af8067aa2abbd328b); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal991e5e3816aa635af8067aa2abbd328b)): ?>
|
||||
<?php $component = $__componentOriginal991e5e3816aa635af8067aa2abbd328b; ?>
|
||||
<?php unset($__componentOriginal991e5e3816aa635af8067aa2abbd328b); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<span class="relative h-full w-full opacity-0">
|
||||
{{ title }}
|
||||
</span>
|
||||
</button>
|
||||
</script>
|
||||
|
||||
<script type="module">
|
||||
app.component('v-button', {
|
||||
template: '#v-button-template',
|
||||
|
||||
props: {
|
||||
loading: Boolean,
|
||||
buttonType: String,
|
||||
title: String,
|
||||
buttonClass: String,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<?php $__env->stopPush(); endif; ?><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Providers/../Resources/views/components/button/index.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user