@vcita/design-system 0.5.1-beta.8 → 0.6.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.MD +10 -0
- package/dist/@vcita/design-system.esm.js +1113 -823
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +1024 -748
- package/init/SvgIcons.js +2 -1
- package/init/svgImages.js +2 -1
- package/package.json +1 -1
- package/src/components/VcChip/VcChip.vue +1 -1
- package/src/components/VcTextField/VcTextField.spec.js +67 -1
- package/src/components/VcTextField/VcTextField.stories.js +45 -1
- package/src/components/VcTextField/VcTextField.vue +23 -2
- package/src/components/VcUpsellBlock/VcUpsellBlock.spec.js +104 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +124 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.vue +283 -0
- package/src/components/index.js +3 -0
- package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +19 -13
- package/src/components/listBox/VcListbox/VcListbox.vue +18 -13
- package/src/components/modal/elements/VcModalContainer.vue +2 -1
- package/src/components/modal/elements/VcModalFooter.stories.js +1 -1
- package/src/stories/assets/pics/upsellPage.png +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCheckbox, VListItemGroup, VDivider, VSheet, VCol, VRow, VContainer, VSwitch, VTextField, VTextarea, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge } from 'vuetify/lib';
|
|
1
|
+
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCheckbox, VListItemGroup, VDivider, VSheet, VChip, VCol, VRow, VContainer, VSwitch, VTextField, VTextarea, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge } from 'vuetify/lib';
|
|
2
2
|
|
|
3
3
|
//
|
|
4
4
|
//
|
|
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
|
|
|
11
11
|
//
|
|
12
12
|
//
|
|
13
13
|
//
|
|
14
|
-
var script$
|
|
14
|
+
var script$P = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -168,10 +168,10 @@ function addStyle(id, css) {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
/* script */
|
|
171
|
-
const __vue_script__$
|
|
171
|
+
const __vue_script__$P = script$P;
|
|
172
172
|
/* template */
|
|
173
173
|
|
|
174
|
-
var __vue_render__$
|
|
174
|
+
var __vue_render__$M = function () {
|
|
175
175
|
var _vm = this;
|
|
176
176
|
|
|
177
177
|
var _h = _vm.$createElement;
|
|
@@ -206,10 +206,10 @@ var __vue_render__$K = function () {
|
|
|
206
206
|
}, [_vm._t("default")], 2);
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
var __vue_staticRenderFns__$
|
|
209
|
+
var __vue_staticRenderFns__$M = [];
|
|
210
210
|
/* style */
|
|
211
211
|
|
|
212
|
-
const __vue_inject_styles__$
|
|
212
|
+
const __vue_inject_styles__$P = function (inject) {
|
|
213
213
|
if (!inject) return;
|
|
214
214
|
inject("data-v-2f9f1f74_0", {
|
|
215
215
|
source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
|
|
@@ -220,23 +220,23 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
220
220
|
/* scoped */
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
const __vue_scope_id__$
|
|
223
|
+
const __vue_scope_id__$P = undefined;
|
|
224
224
|
/* module identifier */
|
|
225
225
|
|
|
226
|
-
const __vue_module_identifier__$
|
|
226
|
+
const __vue_module_identifier__$P = undefined;
|
|
227
227
|
/* functional template */
|
|
228
228
|
|
|
229
|
-
const __vue_is_functional_template__$
|
|
229
|
+
const __vue_is_functional_template__$P = false;
|
|
230
230
|
/* style inject SSR */
|
|
231
231
|
|
|
232
232
|
/* style inject shadow dom */
|
|
233
233
|
|
|
234
|
-
const __vue_component__$
|
|
235
|
-
render: __vue_render__$
|
|
236
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
237
|
-
}, __vue_inject_styles__$
|
|
234
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
235
|
+
render: __vue_render__$M,
|
|
236
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
237
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
|
|
238
238
|
|
|
239
|
-
var script$
|
|
239
|
+
var script$O = {
|
|
240
240
|
name: "VcIcon",
|
|
241
241
|
props: {
|
|
242
242
|
dataQa: {
|
|
@@ -256,33 +256,33 @@ var script$M = {
|
|
|
256
256
|
};
|
|
257
257
|
|
|
258
258
|
/* script */
|
|
259
|
-
const __vue_script__$
|
|
259
|
+
const __vue_script__$O = script$O;
|
|
260
260
|
/* template */
|
|
261
261
|
|
|
262
262
|
/* style */
|
|
263
263
|
|
|
264
|
-
const __vue_inject_styles__$
|
|
264
|
+
const __vue_inject_styles__$O = undefined;
|
|
265
265
|
/* scoped */
|
|
266
266
|
|
|
267
|
-
const __vue_scope_id__$
|
|
267
|
+
const __vue_scope_id__$O = undefined;
|
|
268
268
|
/* module identifier */
|
|
269
269
|
|
|
270
|
-
const __vue_module_identifier__$
|
|
270
|
+
const __vue_module_identifier__$O = undefined;
|
|
271
271
|
/* functional template */
|
|
272
272
|
|
|
273
|
-
const __vue_is_functional_template__$
|
|
273
|
+
const __vue_is_functional_template__$O = undefined;
|
|
274
274
|
/* style inject */
|
|
275
275
|
|
|
276
276
|
/* style inject SSR */
|
|
277
277
|
|
|
278
278
|
/* style inject shadow dom */
|
|
279
279
|
|
|
280
|
-
const __vue_component__$
|
|
280
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
|
|
281
281
|
|
|
282
|
-
var script$
|
|
282
|
+
var script$N = {
|
|
283
283
|
name: "VcButton",
|
|
284
284
|
components: {
|
|
285
|
-
VcIcon: __vue_component__$
|
|
285
|
+
VcIcon: __vue_component__$O,
|
|
286
286
|
VBtn: VBtn
|
|
287
287
|
},
|
|
288
288
|
props: {
|
|
@@ -372,10 +372,10 @@ var script$L = {
|
|
|
372
372
|
};
|
|
373
373
|
|
|
374
374
|
/* script */
|
|
375
|
-
const __vue_script__$
|
|
375
|
+
const __vue_script__$N = script$N;
|
|
376
376
|
/* template */
|
|
377
377
|
|
|
378
|
-
var __vue_render__$
|
|
378
|
+
var __vue_render__$L = function () {
|
|
379
379
|
var _vm = this;
|
|
380
380
|
|
|
381
381
|
var _h = _vm.$createElement;
|
|
@@ -420,10 +420,10 @@ var __vue_render__$J = function () {
|
|
|
420
420
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
421
421
|
};
|
|
422
422
|
|
|
423
|
-
var __vue_staticRenderFns__$
|
|
423
|
+
var __vue_staticRenderFns__$L = [];
|
|
424
424
|
/* style */
|
|
425
425
|
|
|
426
|
-
const __vue_inject_styles__$
|
|
426
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
427
427
|
if (!inject) return;
|
|
428
428
|
inject("data-v-19570f74_0", {
|
|
429
429
|
source: ".VcButton[data-v-19570f74]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-19570f74]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-19570f74]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-19570f74] svg{fill:currentColor}",
|
|
@@ -434,28 +434,28 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
434
434
|
/* scoped */
|
|
435
435
|
|
|
436
436
|
|
|
437
|
-
const __vue_scope_id__$
|
|
437
|
+
const __vue_scope_id__$N = "data-v-19570f74";
|
|
438
438
|
/* module identifier */
|
|
439
439
|
|
|
440
|
-
const __vue_module_identifier__$
|
|
440
|
+
const __vue_module_identifier__$N = undefined;
|
|
441
441
|
/* functional template */
|
|
442
442
|
|
|
443
|
-
const __vue_is_functional_template__$
|
|
443
|
+
const __vue_is_functional_template__$N = false;
|
|
444
444
|
/* style inject SSR */
|
|
445
445
|
|
|
446
446
|
/* style inject shadow dom */
|
|
447
447
|
|
|
448
|
-
const __vue_component__$
|
|
449
|
-
render: __vue_render__$
|
|
450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
451
|
-
}, __vue_inject_styles__$
|
|
448
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
449
|
+
render: __vue_render__$L,
|
|
450
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
451
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
452
452
|
|
|
453
|
-
var script$
|
|
453
|
+
var script$M = {
|
|
454
454
|
name: 'VcModalContainer',
|
|
455
455
|
components: {
|
|
456
|
-
VcButton: __vue_component__$
|
|
457
|
-
VcModalWrapper: __vue_component__$
|
|
458
|
-
VcIcon: __vue_component__$
|
|
456
|
+
VcButton: __vue_component__$N,
|
|
457
|
+
VcModalWrapper: __vue_component__$P,
|
|
458
|
+
VcIcon: __vue_component__$O,
|
|
459
459
|
VLayout: VLayout
|
|
460
460
|
},
|
|
461
461
|
props: {
|
|
@@ -501,10 +501,10 @@ var script$K = {
|
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
/* script */
|
|
504
|
-
const __vue_script__$
|
|
504
|
+
const __vue_script__$M = script$M;
|
|
505
505
|
/* template */
|
|
506
506
|
|
|
507
|
-
var __vue_render__$
|
|
507
|
+
var __vue_render__$K = function () {
|
|
508
508
|
var _vm = this;
|
|
509
509
|
|
|
510
510
|
var _h = _vm.$createElement;
|
|
@@ -570,20 +570,20 @@ var __vue_render__$I = function () {
|
|
|
570
570
|
}], null, false, 4251314713)
|
|
571
571
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
572
572
|
staticClass: "VcModalContainerContent"
|
|
573
|
-
}, [_vm._t("content")], 2), _vm._v(" "), _c('footer', {
|
|
573
|
+
}, [_vm._t("content")], 2), _vm._v(" "), !!_vm.$slots.footer ? _c('footer', {
|
|
574
574
|
class: {
|
|
575
575
|
'showDivider': _vm.showFooterDivider
|
|
576
576
|
}
|
|
577
|
-
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
577
|
+
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
var __vue_staticRenderFns__$
|
|
580
|
+
var __vue_staticRenderFns__$K = [];
|
|
581
581
|
/* style */
|
|
582
582
|
|
|
583
|
-
const __vue_inject_styles__$
|
|
583
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
584
584
|
if (!inject) return;
|
|
585
|
-
inject("data-v-
|
|
586
|
-
source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;right:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
|
|
585
|
+
inject("data-v-59a03e06_0", {
|
|
586
|
+
source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;z-index:1;right:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
|
|
587
587
|
map: undefined,
|
|
588
588
|
media: undefined
|
|
589
589
|
});
|
|
@@ -591,23 +591,23 @@ const __vue_inject_styles__$K = function (inject) {
|
|
|
591
591
|
/* scoped */
|
|
592
592
|
|
|
593
593
|
|
|
594
|
-
const __vue_scope_id__$
|
|
594
|
+
const __vue_scope_id__$M = undefined;
|
|
595
595
|
/* module identifier */
|
|
596
596
|
|
|
597
|
-
const __vue_module_identifier__$
|
|
597
|
+
const __vue_module_identifier__$M = undefined;
|
|
598
598
|
/* functional template */
|
|
599
599
|
|
|
600
|
-
const __vue_is_functional_template__$
|
|
600
|
+
const __vue_is_functional_template__$M = false;
|
|
601
601
|
/* style inject SSR */
|
|
602
602
|
|
|
603
603
|
/* style inject shadow dom */
|
|
604
604
|
|
|
605
|
-
const __vue_component__$
|
|
606
|
-
render: __vue_render__$
|
|
607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
608
|
-
}, __vue_inject_styles__$
|
|
605
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
606
|
+
render: __vue_render__$K,
|
|
607
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
608
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
609
609
|
|
|
610
|
-
var script$
|
|
610
|
+
var script$L = {
|
|
611
611
|
name: "VcLayout",
|
|
612
612
|
render: function (createElement) {
|
|
613
613
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -621,34 +621,34 @@ var script$J = {
|
|
|
621
621
|
};
|
|
622
622
|
|
|
623
623
|
/* script */
|
|
624
|
-
const __vue_script__$
|
|
624
|
+
const __vue_script__$L = script$L;
|
|
625
625
|
/* template */
|
|
626
626
|
|
|
627
627
|
/* style */
|
|
628
628
|
|
|
629
|
-
const __vue_inject_styles__$
|
|
629
|
+
const __vue_inject_styles__$L = undefined;
|
|
630
630
|
/* scoped */
|
|
631
631
|
|
|
632
|
-
const __vue_scope_id__$
|
|
632
|
+
const __vue_scope_id__$L = "data-v-0751575a";
|
|
633
633
|
/* module identifier */
|
|
634
634
|
|
|
635
|
-
const __vue_module_identifier__$
|
|
635
|
+
const __vue_module_identifier__$L = undefined;
|
|
636
636
|
/* functional template */
|
|
637
637
|
|
|
638
|
-
const __vue_is_functional_template__$
|
|
638
|
+
const __vue_is_functional_template__$L = undefined;
|
|
639
639
|
/* style inject */
|
|
640
640
|
|
|
641
641
|
/* style inject SSR */
|
|
642
642
|
|
|
643
643
|
/* style inject shadow dom */
|
|
644
644
|
|
|
645
|
-
const __vue_component__$
|
|
645
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
|
|
646
646
|
|
|
647
|
-
var script$
|
|
647
|
+
var script$K = {
|
|
648
648
|
name: "VcModalFooter",
|
|
649
649
|
components: {
|
|
650
|
-
VcLayout: __vue_component__$
|
|
651
|
-
VcButton: __vue_component__$
|
|
650
|
+
VcLayout: __vue_component__$L,
|
|
651
|
+
VcButton: __vue_component__$N
|
|
652
652
|
},
|
|
653
653
|
props: {
|
|
654
654
|
direction: {
|
|
@@ -677,10 +677,10 @@ var script$I = {
|
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
/* script */
|
|
680
|
-
const __vue_script__$
|
|
680
|
+
const __vue_script__$K = script$K;
|
|
681
681
|
/* template */
|
|
682
682
|
|
|
683
|
-
var __vue_render__$
|
|
683
|
+
var __vue_render__$J = function () {
|
|
684
684
|
var _vm = this;
|
|
685
685
|
|
|
686
686
|
var _h = _vm.$createElement;
|
|
@@ -715,10 +715,10 @@ var __vue_render__$H = function () {
|
|
|
715
715
|
}), 1);
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
var __vue_staticRenderFns__$
|
|
718
|
+
var __vue_staticRenderFns__$J = [];
|
|
719
719
|
/* style */
|
|
720
720
|
|
|
721
|
-
const __vue_inject_styles__$
|
|
721
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
722
722
|
if (!inject) return;
|
|
723
723
|
inject("data-v-79ae858b_0", {
|
|
724
724
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -729,28 +729,28 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
729
729
|
/* scoped */
|
|
730
730
|
|
|
731
731
|
|
|
732
|
-
const __vue_scope_id__$
|
|
732
|
+
const __vue_scope_id__$K = "data-v-79ae858b";
|
|
733
733
|
/* module identifier */
|
|
734
734
|
|
|
735
|
-
const __vue_module_identifier__$
|
|
735
|
+
const __vue_module_identifier__$K = undefined;
|
|
736
736
|
/* functional template */
|
|
737
737
|
|
|
738
|
-
const __vue_is_functional_template__$
|
|
738
|
+
const __vue_is_functional_template__$K = false;
|
|
739
739
|
/* style inject SSR */
|
|
740
740
|
|
|
741
741
|
/* style inject shadow dom */
|
|
742
742
|
|
|
743
|
-
const __vue_component__$
|
|
744
|
-
render: __vue_render__$
|
|
745
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
746
|
-
}, __vue_inject_styles__$
|
|
743
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
744
|
+
render: __vue_render__$J,
|
|
745
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
746
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
747
747
|
|
|
748
|
-
var script$
|
|
748
|
+
var script$J = {
|
|
749
749
|
name: "VcModalHeader",
|
|
750
750
|
components: {
|
|
751
|
-
VcLayout: __vue_component__$
|
|
752
|
-
VcIcon: __vue_component__$
|
|
753
|
-
VcButton: __vue_component__$
|
|
751
|
+
VcLayout: __vue_component__$L,
|
|
752
|
+
VcIcon: __vue_component__$O,
|
|
753
|
+
VcButton: __vue_component__$N
|
|
754
754
|
},
|
|
755
755
|
props: {
|
|
756
756
|
topTitle: {
|
|
@@ -807,10 +807,10 @@ var script$H = {
|
|
|
807
807
|
};
|
|
808
808
|
|
|
809
809
|
/* script */
|
|
810
|
-
const __vue_script__$
|
|
810
|
+
const __vue_script__$J = script$J;
|
|
811
811
|
/* template */
|
|
812
812
|
|
|
813
|
-
var __vue_render__$
|
|
813
|
+
var __vue_render__$I = function () {
|
|
814
814
|
var _vm = this;
|
|
815
815
|
|
|
816
816
|
var _h = _vm.$createElement;
|
|
@@ -911,10 +911,10 @@ var __vue_render__$G = function () {
|
|
|
911
911
|
}) : _vm._e()], 2);
|
|
912
912
|
};
|
|
913
913
|
|
|
914
|
-
var __vue_staticRenderFns__$
|
|
914
|
+
var __vue_staticRenderFns__$I = [];
|
|
915
915
|
/* style */
|
|
916
916
|
|
|
917
|
-
const __vue_inject_styles__$
|
|
917
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
918
918
|
if (!inject) return;
|
|
919
919
|
inject("data-v-0446c685_0", {
|
|
920
920
|
source: ".VcHeader[data-v-0446c685]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-0446c685]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -925,30 +925,30 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
925
925
|
/* scoped */
|
|
926
926
|
|
|
927
927
|
|
|
928
|
-
const __vue_scope_id__$
|
|
928
|
+
const __vue_scope_id__$J = "data-v-0446c685";
|
|
929
929
|
/* module identifier */
|
|
930
930
|
|
|
931
|
-
const __vue_module_identifier__$
|
|
931
|
+
const __vue_module_identifier__$J = undefined;
|
|
932
932
|
/* functional template */
|
|
933
933
|
|
|
934
|
-
const __vue_is_functional_template__$
|
|
934
|
+
const __vue_is_functional_template__$J = false;
|
|
935
935
|
/* style inject SSR */
|
|
936
936
|
|
|
937
937
|
/* style inject shadow dom */
|
|
938
938
|
|
|
939
|
-
const __vue_component__$
|
|
940
|
-
render: __vue_render__$
|
|
941
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
942
|
-
}, __vue_inject_styles__$
|
|
939
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
940
|
+
render: __vue_render__$I,
|
|
941
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
942
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
943
943
|
|
|
944
|
-
var script$
|
|
944
|
+
var script$I = {
|
|
945
945
|
name: "VcConfirmModal",
|
|
946
946
|
components: {
|
|
947
|
-
VcModalHeader: __vue_component__$
|
|
948
|
-
VcLayout: __vue_component__$
|
|
949
|
-
VcModalFooter: __vue_component__$
|
|
950
|
-
VcIcon: __vue_component__$
|
|
951
|
-
VcModalContainer: __vue_component__$
|
|
947
|
+
VcModalHeader: __vue_component__$J,
|
|
948
|
+
VcLayout: __vue_component__$L,
|
|
949
|
+
VcModalFooter: __vue_component__$K,
|
|
950
|
+
VcIcon: __vue_component__$O,
|
|
951
|
+
VcModalContainer: __vue_component__$M
|
|
952
952
|
},
|
|
953
953
|
props: {
|
|
954
954
|
showDialog: {
|
|
@@ -1005,10 +1005,10 @@ var script$G = {
|
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* script */
|
|
1008
|
-
const __vue_script__$
|
|
1008
|
+
const __vue_script__$I = script$I;
|
|
1009
1009
|
/* template */
|
|
1010
1010
|
|
|
1011
|
-
var __vue_render__$
|
|
1011
|
+
var __vue_render__$H = function () {
|
|
1012
1012
|
var _vm = this;
|
|
1013
1013
|
|
|
1014
1014
|
var _h = _vm.$createElement;
|
|
@@ -1091,31 +1091,31 @@ var __vue_render__$F = function () {
|
|
|
1091
1091
|
});
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
var __vue_staticRenderFns__$
|
|
1094
|
+
var __vue_staticRenderFns__$H = [];
|
|
1095
1095
|
/* style */
|
|
1096
1096
|
|
|
1097
|
-
const __vue_inject_styles__$
|
|
1097
|
+
const __vue_inject_styles__$I = undefined;
|
|
1098
1098
|
/* scoped */
|
|
1099
1099
|
|
|
1100
|
-
const __vue_scope_id__$
|
|
1100
|
+
const __vue_scope_id__$I = "data-v-5b1ba5c6";
|
|
1101
1101
|
/* module identifier */
|
|
1102
1102
|
|
|
1103
|
-
const __vue_module_identifier__$
|
|
1103
|
+
const __vue_module_identifier__$I = undefined;
|
|
1104
1104
|
/* functional template */
|
|
1105
1105
|
|
|
1106
|
-
const __vue_is_functional_template__$
|
|
1106
|
+
const __vue_is_functional_template__$I = false;
|
|
1107
1107
|
/* style inject */
|
|
1108
1108
|
|
|
1109
1109
|
/* style inject SSR */
|
|
1110
1110
|
|
|
1111
1111
|
/* style inject shadow dom */
|
|
1112
1112
|
|
|
1113
|
-
const __vue_component__$
|
|
1114
|
-
render: __vue_render__$
|
|
1115
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1116
|
-
}, __vue_inject_styles__$
|
|
1113
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
1114
|
+
render: __vue_render__$H,
|
|
1115
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
1116
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
|
|
1117
1117
|
|
|
1118
|
-
var script$
|
|
1118
|
+
var script$H = {
|
|
1119
1119
|
name: "VcForm",
|
|
1120
1120
|
methods: {
|
|
1121
1121
|
validate() {
|
|
@@ -1135,38 +1135,38 @@ var script$F = {
|
|
|
1135
1135
|
};
|
|
1136
1136
|
|
|
1137
1137
|
/* script */
|
|
1138
|
-
const __vue_script__$
|
|
1138
|
+
const __vue_script__$H = script$H;
|
|
1139
1139
|
/* template */
|
|
1140
1140
|
|
|
1141
1141
|
/* style */
|
|
1142
1142
|
|
|
1143
|
-
const __vue_inject_styles__$
|
|
1143
|
+
const __vue_inject_styles__$H = undefined;
|
|
1144
1144
|
/* scoped */
|
|
1145
1145
|
|
|
1146
|
-
const __vue_scope_id__$
|
|
1146
|
+
const __vue_scope_id__$H = "data-v-398cf17d";
|
|
1147
1147
|
/* module identifier */
|
|
1148
1148
|
|
|
1149
|
-
const __vue_module_identifier__$
|
|
1149
|
+
const __vue_module_identifier__$H = undefined;
|
|
1150
1150
|
/* functional template */
|
|
1151
1151
|
|
|
1152
|
-
const __vue_is_functional_template__$
|
|
1152
|
+
const __vue_is_functional_template__$H = undefined;
|
|
1153
1153
|
/* style inject */
|
|
1154
1154
|
|
|
1155
1155
|
/* style inject SSR */
|
|
1156
1156
|
|
|
1157
1157
|
/* style inject shadow dom */
|
|
1158
1158
|
|
|
1159
|
-
const __vue_component__$
|
|
1159
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
|
|
1160
1160
|
|
|
1161
|
-
var script$
|
|
1161
|
+
var script$G = {
|
|
1162
1162
|
name: "VcInputModal",
|
|
1163
1163
|
components: {
|
|
1164
|
-
VcForm: __vue_component__$
|
|
1165
|
-
VcLayout: __vue_component__$
|
|
1166
|
-
VcModalFooter: __vue_component__$
|
|
1167
|
-
VcIcon: __vue_component__$
|
|
1168
|
-
VcModalContainer: __vue_component__$
|
|
1169
|
-
VcModalHeader: __vue_component__$
|
|
1164
|
+
VcForm: __vue_component__$H,
|
|
1165
|
+
VcLayout: __vue_component__$L,
|
|
1166
|
+
VcModalFooter: __vue_component__$K,
|
|
1167
|
+
VcIcon: __vue_component__$O,
|
|
1168
|
+
VcModalContainer: __vue_component__$M,
|
|
1169
|
+
VcModalHeader: __vue_component__$J
|
|
1170
1170
|
},
|
|
1171
1171
|
props: {
|
|
1172
1172
|
showDialog: {
|
|
@@ -1259,10 +1259,10 @@ var script$E = {
|
|
|
1259
1259
|
};
|
|
1260
1260
|
|
|
1261
1261
|
/* script */
|
|
1262
|
-
const __vue_script__$
|
|
1262
|
+
const __vue_script__$G = script$G;
|
|
1263
1263
|
/* template */
|
|
1264
1264
|
|
|
1265
|
-
var __vue_render__$
|
|
1265
|
+
var __vue_render__$G = function () {
|
|
1266
1266
|
var _vm = this;
|
|
1267
1267
|
|
|
1268
1268
|
var _h = _vm.$createElement;
|
|
@@ -1366,10 +1366,10 @@ var __vue_render__$E = function () {
|
|
|
1366
1366
|
});
|
|
1367
1367
|
};
|
|
1368
1368
|
|
|
1369
|
-
var __vue_staticRenderFns__$
|
|
1369
|
+
var __vue_staticRenderFns__$G = [];
|
|
1370
1370
|
/* style */
|
|
1371
1371
|
|
|
1372
|
-
const __vue_inject_styles__$
|
|
1372
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
1373
1373
|
if (!inject) return;
|
|
1374
1374
|
inject("data-v-66b94d97_0", {
|
|
1375
1375
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1380,26 +1380,26 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
1380
1380
|
/* scoped */
|
|
1381
1381
|
|
|
1382
1382
|
|
|
1383
|
-
const __vue_scope_id__$
|
|
1383
|
+
const __vue_scope_id__$G = "data-v-66b94d97";
|
|
1384
1384
|
/* module identifier */
|
|
1385
1385
|
|
|
1386
|
-
const __vue_module_identifier__$
|
|
1386
|
+
const __vue_module_identifier__$G = undefined;
|
|
1387
1387
|
/* functional template */
|
|
1388
1388
|
|
|
1389
|
-
const __vue_is_functional_template__$
|
|
1389
|
+
const __vue_is_functional_template__$G = false;
|
|
1390
1390
|
/* style inject SSR */
|
|
1391
1391
|
|
|
1392
1392
|
/* style inject shadow dom */
|
|
1393
1393
|
|
|
1394
|
-
const __vue_component__$
|
|
1395
|
-
render: __vue_render__$
|
|
1396
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1397
|
-
}, __vue_inject_styles__$
|
|
1394
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1395
|
+
render: __vue_render__$G,
|
|
1396
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
1397
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
1398
1398
|
|
|
1399
|
-
var script$
|
|
1399
|
+
var script$F = {
|
|
1400
1400
|
name: "VcImage",
|
|
1401
1401
|
components: {
|
|
1402
|
-
VcLayout: __vue_component__$
|
|
1402
|
+
VcLayout: __vue_component__$L
|
|
1403
1403
|
},
|
|
1404
1404
|
props: {
|
|
1405
1405
|
image: {
|
|
@@ -1414,10 +1414,10 @@ var script$D = {
|
|
|
1414
1414
|
};
|
|
1415
1415
|
|
|
1416
1416
|
/* script */
|
|
1417
|
-
const __vue_script__$
|
|
1417
|
+
const __vue_script__$F = script$F;
|
|
1418
1418
|
/* template */
|
|
1419
1419
|
|
|
1420
|
-
var __vue_render__$
|
|
1420
|
+
var __vue_render__$F = function () {
|
|
1421
1421
|
var _vm = this;
|
|
1422
1422
|
|
|
1423
1423
|
var _h = _vm.$createElement;
|
|
@@ -1441,10 +1441,10 @@ var __vue_render__$D = function () {
|
|
|
1441
1441
|
})], 1);
|
|
1442
1442
|
};
|
|
1443
1443
|
|
|
1444
|
-
var __vue_staticRenderFns__$
|
|
1444
|
+
var __vue_staticRenderFns__$F = [];
|
|
1445
1445
|
/* style */
|
|
1446
1446
|
|
|
1447
|
-
const __vue_inject_styles__$
|
|
1447
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
1448
1448
|
if (!inject) return;
|
|
1449
1449
|
inject("data-v-46be532e_0", {
|
|
1450
1450
|
source: ".VcImage[data-v-46be532e]{height:100%;justify-content:center}.VcImage[data-v-46be532e] img{height:100%}.VcImage[data-v-46be532e] svg{max-width:100%;height:100%}",
|
|
@@ -1455,29 +1455,29 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
1455
1455
|
/* scoped */
|
|
1456
1456
|
|
|
1457
1457
|
|
|
1458
|
-
const __vue_scope_id__$
|
|
1458
|
+
const __vue_scope_id__$F = "data-v-46be532e";
|
|
1459
1459
|
/* module identifier */
|
|
1460
1460
|
|
|
1461
|
-
const __vue_module_identifier__$
|
|
1461
|
+
const __vue_module_identifier__$F = undefined;
|
|
1462
1462
|
/* functional template */
|
|
1463
1463
|
|
|
1464
|
-
const __vue_is_functional_template__$
|
|
1464
|
+
const __vue_is_functional_template__$F = false;
|
|
1465
1465
|
/* style inject SSR */
|
|
1466
1466
|
|
|
1467
1467
|
/* style inject shadow dom */
|
|
1468
1468
|
|
|
1469
|
-
const __vue_component__$
|
|
1470
|
-
render: __vue_render__$
|
|
1471
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1472
|
-
}, __vue_inject_styles__$
|
|
1469
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
1470
|
+
render: __vue_render__$F,
|
|
1471
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
1472
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
1473
1473
|
|
|
1474
|
-
var script$
|
|
1474
|
+
var script$E = {
|
|
1475
1475
|
name: "VcNoticeModal",
|
|
1476
1476
|
components: {
|
|
1477
|
-
VcImage: __vue_component__$
|
|
1478
|
-
VcLayout: __vue_component__$
|
|
1479
|
-
VcModalFooter: __vue_component__$
|
|
1480
|
-
VcModalContainer: __vue_component__$
|
|
1477
|
+
VcImage: __vue_component__$F,
|
|
1478
|
+
VcLayout: __vue_component__$L,
|
|
1479
|
+
VcModalFooter: __vue_component__$K,
|
|
1480
|
+
VcModalContainer: __vue_component__$M
|
|
1481
1481
|
},
|
|
1482
1482
|
props: {
|
|
1483
1483
|
showDialog: {
|
|
@@ -1537,10 +1537,10 @@ var script$C = {
|
|
|
1537
1537
|
};
|
|
1538
1538
|
|
|
1539
1539
|
/* script */
|
|
1540
|
-
const __vue_script__$
|
|
1540
|
+
const __vue_script__$E = script$E;
|
|
1541
1541
|
/* template */
|
|
1542
1542
|
|
|
1543
|
-
var __vue_render__$
|
|
1543
|
+
var __vue_render__$E = function () {
|
|
1544
1544
|
var _vm = this;
|
|
1545
1545
|
|
|
1546
1546
|
var _h = _vm.$createElement;
|
|
@@ -1627,10 +1627,10 @@ var __vue_render__$C = function () {
|
|
|
1627
1627
|
});
|
|
1628
1628
|
};
|
|
1629
1629
|
|
|
1630
|
-
var __vue_staticRenderFns__$
|
|
1630
|
+
var __vue_staticRenderFns__$E = [];
|
|
1631
1631
|
/* style */
|
|
1632
1632
|
|
|
1633
|
-
const __vue_inject_styles__$
|
|
1633
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
1634
1634
|
if (!inject) return;
|
|
1635
1635
|
inject("data-v-d8b2c82a_0", {
|
|
1636
1636
|
source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
|
|
@@ -1641,28 +1641,28 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
1641
1641
|
/* scoped */
|
|
1642
1642
|
|
|
1643
1643
|
|
|
1644
|
-
const __vue_scope_id__$
|
|
1644
|
+
const __vue_scope_id__$E = "data-v-d8b2c82a";
|
|
1645
1645
|
/* module identifier */
|
|
1646
1646
|
|
|
1647
|
-
const __vue_module_identifier__$
|
|
1647
|
+
const __vue_module_identifier__$E = undefined;
|
|
1648
1648
|
/* functional template */
|
|
1649
1649
|
|
|
1650
|
-
const __vue_is_functional_template__$
|
|
1650
|
+
const __vue_is_functional_template__$E = false;
|
|
1651
1651
|
/* style inject SSR */
|
|
1652
1652
|
|
|
1653
1653
|
/* style inject shadow dom */
|
|
1654
1654
|
|
|
1655
|
-
const __vue_component__$
|
|
1656
|
-
render: __vue_render__$
|
|
1657
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1658
|
-
}, __vue_inject_styles__$
|
|
1655
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
1656
|
+
render: __vue_render__$E,
|
|
1657
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
1658
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
1659
1659
|
|
|
1660
|
-
var script$
|
|
1660
|
+
var script$D = {
|
|
1661
1661
|
name: "VcAlert",
|
|
1662
1662
|
components: {
|
|
1663
|
-
VcIcon: __vue_component__$
|
|
1664
|
-
VcButton: __vue_component__$
|
|
1665
|
-
VcLayout: __vue_component__$
|
|
1663
|
+
VcIcon: __vue_component__$O,
|
|
1664
|
+
VcButton: __vue_component__$N,
|
|
1665
|
+
VcLayout: __vue_component__$L,
|
|
1666
1666
|
VAlert: VAlert
|
|
1667
1667
|
},
|
|
1668
1668
|
props: {
|
|
@@ -1758,10 +1758,10 @@ var script$B = {
|
|
|
1758
1758
|
};
|
|
1759
1759
|
|
|
1760
1760
|
/* script */
|
|
1761
|
-
const __vue_script__$
|
|
1761
|
+
const __vue_script__$D = script$D;
|
|
1762
1762
|
/* template */
|
|
1763
1763
|
|
|
1764
|
-
var __vue_render__$
|
|
1764
|
+
var __vue_render__$D = function () {
|
|
1765
1765
|
var _vm = this;
|
|
1766
1766
|
|
|
1767
1767
|
var _h = _vm.$createElement;
|
|
@@ -1831,10 +1831,10 @@ var __vue_render__$B = function () {
|
|
|
1831
1831
|
}) : _vm._e()], 1);
|
|
1832
1832
|
};
|
|
1833
1833
|
|
|
1834
|
-
var __vue_staticRenderFns__$
|
|
1834
|
+
var __vue_staticRenderFns__$D = [];
|
|
1835
1835
|
/* style */
|
|
1836
1836
|
|
|
1837
|
-
const __vue_inject_styles__$
|
|
1837
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
1838
1838
|
if (!inject) return;
|
|
1839
1839
|
inject("data-v-7847c9c0_0", {
|
|
1840
1840
|
source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:var(--letter-spacing);margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
|
|
@@ -1845,21 +1845,21 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
1845
1845
|
/* scoped */
|
|
1846
1846
|
|
|
1847
1847
|
|
|
1848
|
-
const __vue_scope_id__$
|
|
1848
|
+
const __vue_scope_id__$D = undefined;
|
|
1849
1849
|
/* module identifier */
|
|
1850
1850
|
|
|
1851
|
-
const __vue_module_identifier__$
|
|
1851
|
+
const __vue_module_identifier__$D = undefined;
|
|
1852
1852
|
/* functional template */
|
|
1853
1853
|
|
|
1854
|
-
const __vue_is_functional_template__$
|
|
1854
|
+
const __vue_is_functional_template__$D = false;
|
|
1855
1855
|
/* style inject SSR */
|
|
1856
1856
|
|
|
1857
1857
|
/* style inject shadow dom */
|
|
1858
1858
|
|
|
1859
|
-
const __vue_component__$
|
|
1860
|
-
render: __vue_render__$
|
|
1861
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1862
|
-
}, __vue_inject_styles__$
|
|
1859
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1860
|
+
render: __vue_render__$D,
|
|
1861
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
1862
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
1863
1863
|
|
|
1864
1864
|
//
|
|
1865
1865
|
//
|
|
@@ -1907,7 +1907,7 @@ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
|
1907
1907
|
//
|
|
1908
1908
|
//
|
|
1909
1909
|
//
|
|
1910
|
-
var script$
|
|
1910
|
+
var script$C = {
|
|
1911
1911
|
components: {
|
|
1912
1912
|
VTooltip: VTooltip
|
|
1913
1913
|
},
|
|
@@ -1968,10 +1968,10 @@ var script$A = {
|
|
|
1968
1968
|
};
|
|
1969
1969
|
|
|
1970
1970
|
/* script */
|
|
1971
|
-
const __vue_script__$
|
|
1971
|
+
const __vue_script__$C = script$C;
|
|
1972
1972
|
/* template */
|
|
1973
1973
|
|
|
1974
|
-
var __vue_render__$
|
|
1974
|
+
var __vue_render__$C = function () {
|
|
1975
1975
|
var _vm = this;
|
|
1976
1976
|
|
|
1977
1977
|
var _h = _vm.$createElement;
|
|
@@ -2024,10 +2024,10 @@ var __vue_render__$A = function () {
|
|
|
2024
2024
|
})])])])], 1);
|
|
2025
2025
|
};
|
|
2026
2026
|
|
|
2027
|
-
var __vue_staticRenderFns__$
|
|
2027
|
+
var __vue_staticRenderFns__$C = [];
|
|
2028
2028
|
/* style */
|
|
2029
2029
|
|
|
2030
|
-
const __vue_inject_styles__$
|
|
2030
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
2031
2031
|
if (!inject) return;
|
|
2032
2032
|
inject("data-v-09191fda_0", {
|
|
2033
2033
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}",
|
|
@@ -2038,26 +2038,26 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
2038
2038
|
/* scoped */
|
|
2039
2039
|
|
|
2040
2040
|
|
|
2041
|
-
const __vue_scope_id__$
|
|
2041
|
+
const __vue_scope_id__$C = undefined;
|
|
2042
2042
|
/* module identifier */
|
|
2043
2043
|
|
|
2044
|
-
const __vue_module_identifier__$
|
|
2044
|
+
const __vue_module_identifier__$C = undefined;
|
|
2045
2045
|
/* functional template */
|
|
2046
2046
|
|
|
2047
|
-
const __vue_is_functional_template__$
|
|
2047
|
+
const __vue_is_functional_template__$C = false;
|
|
2048
2048
|
/* style inject SSR */
|
|
2049
2049
|
|
|
2050
2050
|
/* style inject shadow dom */
|
|
2051
2051
|
|
|
2052
|
-
const __vue_component__$
|
|
2053
|
-
render: __vue_render__$
|
|
2054
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2055
|
-
}, __vue_inject_styles__$
|
|
2052
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2053
|
+
render: __vue_render__$C,
|
|
2054
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
2055
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
2056
2056
|
|
|
2057
|
-
var script$
|
|
2057
|
+
var script$B = {
|
|
2058
2058
|
name: "VcIconWithTooltip",
|
|
2059
2059
|
components: {
|
|
2060
|
-
VcTooltip: __vue_component__$
|
|
2060
|
+
VcTooltip: __vue_component__$C,
|
|
2061
2061
|
VIcon: VIcon
|
|
2062
2062
|
},
|
|
2063
2063
|
props: {
|
|
@@ -2117,10 +2117,10 @@ var script$z = {
|
|
|
2117
2117
|
};
|
|
2118
2118
|
|
|
2119
2119
|
/* script */
|
|
2120
|
-
const __vue_script__$
|
|
2120
|
+
const __vue_script__$B = script$B;
|
|
2121
2121
|
/* template */
|
|
2122
2122
|
|
|
2123
|
-
var __vue_render__$
|
|
2123
|
+
var __vue_render__$B = function () {
|
|
2124
2124
|
var _vm = this;
|
|
2125
2125
|
|
|
2126
2126
|
var _h = _vm.$createElement;
|
|
@@ -2150,10 +2150,10 @@ var __vue_render__$z = function () {
|
|
|
2150
2150
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2151
2151
|
};
|
|
2152
2152
|
|
|
2153
|
-
var __vue_staticRenderFns__$
|
|
2153
|
+
var __vue_staticRenderFns__$B = [];
|
|
2154
2154
|
/* style */
|
|
2155
2155
|
|
|
2156
|
-
const __vue_inject_styles__$
|
|
2156
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
2157
2157
|
if (!inject) return;
|
|
2158
2158
|
inject("data-v-7193d7d6_0", {
|
|
2159
2159
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
|
|
@@ -2164,25 +2164,25 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
2164
2164
|
/* scoped */
|
|
2165
2165
|
|
|
2166
2166
|
|
|
2167
|
-
const __vue_scope_id__$
|
|
2167
|
+
const __vue_scope_id__$B = undefined;
|
|
2168
2168
|
/* module identifier */
|
|
2169
2169
|
|
|
2170
|
-
const __vue_module_identifier__$
|
|
2170
|
+
const __vue_module_identifier__$B = undefined;
|
|
2171
2171
|
/* functional template */
|
|
2172
2172
|
|
|
2173
|
-
const __vue_is_functional_template__$
|
|
2173
|
+
const __vue_is_functional_template__$B = false;
|
|
2174
2174
|
/* style inject SSR */
|
|
2175
2175
|
|
|
2176
2176
|
/* style inject shadow dom */
|
|
2177
2177
|
|
|
2178
|
-
const __vue_component__$
|
|
2179
|
-
render: __vue_render__$
|
|
2180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2181
|
-
}, __vue_inject_styles__$
|
|
2178
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2179
|
+
render: __vue_render__$B,
|
|
2180
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
2181
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
2182
2182
|
|
|
2183
|
-
var script$
|
|
2183
|
+
var script$A = {
|
|
2184
2184
|
components: {
|
|
2185
|
-
VcImage: __vue_component__$
|
|
2185
|
+
VcImage: __vue_component__$F,
|
|
2186
2186
|
VIcon: VIcon,
|
|
2187
2187
|
VTooltip: VTooltip
|
|
2188
2188
|
},
|
|
@@ -2318,10 +2318,10 @@ var script$y = {
|
|
|
2318
2318
|
};
|
|
2319
2319
|
|
|
2320
2320
|
/* script */
|
|
2321
|
-
const __vue_script__$
|
|
2321
|
+
const __vue_script__$A = script$A;
|
|
2322
2322
|
/* template */
|
|
2323
2323
|
|
|
2324
|
-
var __vue_render__$
|
|
2324
|
+
var __vue_render__$A = function () {
|
|
2325
2325
|
var _vm = this;
|
|
2326
2326
|
|
|
2327
2327
|
var _h = _vm.$createElement;
|
|
@@ -2371,10 +2371,10 @@ var __vue_render__$y = function () {
|
|
|
2371
2371
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2372
2372
|
};
|
|
2373
2373
|
|
|
2374
|
-
var __vue_staticRenderFns__$
|
|
2374
|
+
var __vue_staticRenderFns__$A = [];
|
|
2375
2375
|
/* style */
|
|
2376
2376
|
|
|
2377
|
-
const __vue_inject_styles__$
|
|
2377
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
2378
2378
|
if (!inject) return;
|
|
2379
2379
|
inject("data-v-477258d2_0", {
|
|
2380
2380
|
source: "[data-v-477258d2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-477258d2]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-477258d2]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-477258d2]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-477258d2]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-477258d2]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-477258d2]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-477258d2]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-477258d2]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-477258d2]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-477258d2] svg{height:100%}.avatar-wrapper .avatar-image[data-v-477258d2] img{height:100%}.avatar-wrapper .avatar-initials[data-v-477258d2]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-477258d2]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-477258d2]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-477258d2]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-477258d2]{--gap:2px}.avatar-wrapper .badge.lg[data-v-477258d2]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-477258d2]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-477258d2]{border:2px var(--modal-bg-color) solid}.color-0[data-v-477258d2]{background-color:#fed62f}.color-1[data-v-477258d2]{background-color:#fec22e}.color-2[data-v-477258d2]{background-color:#feac2a}.color-3[data-v-477258d2]{background-color:#fe9a28}.color-4[data-v-477258d2]{background-color:#fd7024}.color-5[data-v-477258d2]{background-color:#fd5b32}.color-6[data-v-477258d2]{background-color:#f2483f}.color-7[data-v-477258d2]{background-color:#dc331b}.color-8[data-v-477258d2]{background-color:#d41419}.color-9[data-v-477258d2]{background-color:#e72866}.color-10[data-v-477258d2]{background-color:#c41c63}.color-11[data-v-477258d2]{background-color:#9b2bae}.color-12[data-v-477258d2]{background-color:#673bb5}.color-13[data-v-477258d2]{background-color:#7c4efc}.color-14[data-v-477258d2]{background-color:#4051b3}.color-15[data-v-477258d2]{background-color:#311b92}.color-16[data-v-477258d2]{background-color:#2d62fb}.color-17[data-v-477258d2]{background-color:#5c6bc0}.color-18[data-v-477258d2]{background-color:#17a8f1}.color-19[data-v-477258d2]{background-color:#17bbd2}.color-20[data-v-477258d2]{background-color:#14abbf}.color-21[data-v-477258d2]{background-color:#0f9587}.color-22[data-v-477258d2]{background-color:#16bea5}.color-23[data-v-477258d2]{background-color:#4eae53}.color-24[data-v-477258d2]{background-color:#3a8d3f}.color-25[data-v-477258d2]{background-color:#8cc250}.color-26[data-v-477258d2]{background-color:#66bb6a}.color-27[data-v-477258d2]{background-color:#880e4f}.color-28[data-v-477258d2]{background-color:#1565c0}.color-29[data-v-477258d2]{background-color:#1e88e5}.color-9999[data-v-477258d2]{background-color:#4675d9}",
|
|
@@ -2385,29 +2385,29 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
2385
2385
|
/* scoped */
|
|
2386
2386
|
|
|
2387
2387
|
|
|
2388
|
-
const __vue_scope_id__$
|
|
2388
|
+
const __vue_scope_id__$A = "data-v-477258d2";
|
|
2389
2389
|
/* module identifier */
|
|
2390
2390
|
|
|
2391
|
-
const __vue_module_identifier__$
|
|
2391
|
+
const __vue_module_identifier__$A = undefined;
|
|
2392
2392
|
/* functional template */
|
|
2393
2393
|
|
|
2394
|
-
const __vue_is_functional_template__$
|
|
2394
|
+
const __vue_is_functional_template__$A = false;
|
|
2395
2395
|
/* style inject SSR */
|
|
2396
2396
|
|
|
2397
2397
|
/* style inject shadow dom */
|
|
2398
2398
|
|
|
2399
|
-
const __vue_component__$
|
|
2400
|
-
render: __vue_render__$
|
|
2401
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2402
|
-
}, __vue_inject_styles__$
|
|
2399
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2400
|
+
render: __vue_render__$A,
|
|
2401
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
2402
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
2403
2403
|
|
|
2404
|
-
var script$
|
|
2404
|
+
var script$z = {
|
|
2405
2405
|
name: "VcBottomActions",
|
|
2406
2406
|
components: {
|
|
2407
|
-
VcLayout: __vue_component__$
|
|
2408
|
-
VcButton: __vue_component__$
|
|
2409
|
-
VcIcon: __vue_component__$
|
|
2410
|
-
VcAvatar: __vue_component__$
|
|
2407
|
+
VcLayout: __vue_component__$L,
|
|
2408
|
+
VcButton: __vue_component__$N,
|
|
2409
|
+
VcIcon: __vue_component__$O,
|
|
2410
|
+
VcAvatar: __vue_component__$A,
|
|
2411
2411
|
VSubheader: VSubheader,
|
|
2412
2412
|
VListItem: VListItem,
|
|
2413
2413
|
VList: VList,
|
|
@@ -2449,10 +2449,10 @@ var script$x = {
|
|
|
2449
2449
|
};
|
|
2450
2450
|
|
|
2451
2451
|
/* script */
|
|
2452
|
-
const __vue_script__$
|
|
2452
|
+
const __vue_script__$z = script$z;
|
|
2453
2453
|
/* template */
|
|
2454
2454
|
|
|
2455
|
-
var __vue_render__$
|
|
2455
|
+
var __vue_render__$z = function () {
|
|
2456
2456
|
var _vm = this;
|
|
2457
2457
|
|
|
2458
2458
|
var _h = _vm.$createElement;
|
|
@@ -2538,10 +2538,10 @@ var __vue_render__$x = function () {
|
|
|
2538
2538
|
}), 1)], 1)], 1);
|
|
2539
2539
|
};
|
|
2540
2540
|
|
|
2541
|
-
var __vue_staticRenderFns__$
|
|
2541
|
+
var __vue_staticRenderFns__$z = [];
|
|
2542
2542
|
/* style */
|
|
2543
2543
|
|
|
2544
|
-
const __vue_inject_styles__$
|
|
2544
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
2545
2545
|
if (!inject) return;
|
|
2546
2546
|
inject("data-v-51eeacd7_0", {
|
|
2547
2547
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2552,28 +2552,28 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
2552
2552
|
/* scoped */
|
|
2553
2553
|
|
|
2554
2554
|
|
|
2555
|
-
const __vue_scope_id__$
|
|
2555
|
+
const __vue_scope_id__$z = undefined;
|
|
2556
2556
|
/* module identifier */
|
|
2557
2557
|
|
|
2558
|
-
const __vue_module_identifier__$
|
|
2558
|
+
const __vue_module_identifier__$z = undefined;
|
|
2559
2559
|
/* functional template */
|
|
2560
2560
|
|
|
2561
|
-
const __vue_is_functional_template__$
|
|
2561
|
+
const __vue_is_functional_template__$z = false;
|
|
2562
2562
|
/* style inject SSR */
|
|
2563
2563
|
|
|
2564
2564
|
/* style inject shadow dom */
|
|
2565
2565
|
|
|
2566
|
-
const __vue_component__$
|
|
2567
|
-
render: __vue_render__$
|
|
2568
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2569
|
-
}, __vue_inject_styles__$
|
|
2566
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2567
|
+
render: __vue_render__$z,
|
|
2568
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
2569
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
2570
2570
|
|
|
2571
|
-
var script$
|
|
2571
|
+
var script$y = {
|
|
2572
2572
|
name: "VcActionList",
|
|
2573
2573
|
components: {
|
|
2574
|
-
VcLayout: __vue_component__$
|
|
2575
|
-
VcButton: __vue_component__$
|
|
2576
|
-
VcIcon: __vue_component__$
|
|
2574
|
+
VcLayout: __vue_component__$L,
|
|
2575
|
+
VcButton: __vue_component__$N,
|
|
2576
|
+
VcIcon: __vue_component__$O,
|
|
2577
2577
|
VListItemTitle: VListItemTitle,
|
|
2578
2578
|
VListItem: VListItem,
|
|
2579
2579
|
VList: VList,
|
|
@@ -2599,10 +2599,10 @@ var script$w = {
|
|
|
2599
2599
|
};
|
|
2600
2600
|
|
|
2601
2601
|
/* script */
|
|
2602
|
-
const __vue_script__$
|
|
2602
|
+
const __vue_script__$y = script$y;
|
|
2603
2603
|
/* template */
|
|
2604
2604
|
|
|
2605
|
-
var __vue_render__$
|
|
2605
|
+
var __vue_render__$y = function () {
|
|
2606
2606
|
var _vm = this;
|
|
2607
2607
|
|
|
2608
2608
|
var _h = _vm.$createElement;
|
|
@@ -2654,10 +2654,10 @@ var __vue_render__$w = function () {
|
|
|
2654
2654
|
}), 1)], 1)], 1);
|
|
2655
2655
|
};
|
|
2656
2656
|
|
|
2657
|
-
var __vue_staticRenderFns__$
|
|
2657
|
+
var __vue_staticRenderFns__$y = [];
|
|
2658
2658
|
/* style */
|
|
2659
2659
|
|
|
2660
|
-
const __vue_inject_styles__$
|
|
2660
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
2661
2661
|
if (!inject) return;
|
|
2662
2662
|
inject("data-v-500d77ad_0", {
|
|
2663
2663
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);border-radius:var(--modal-border-radius)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2668,28 +2668,28 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
2668
2668
|
/* scoped */
|
|
2669
2669
|
|
|
2670
2670
|
|
|
2671
|
-
const __vue_scope_id__$
|
|
2671
|
+
const __vue_scope_id__$y = undefined;
|
|
2672
2672
|
/* module identifier */
|
|
2673
2673
|
|
|
2674
|
-
const __vue_module_identifier__$
|
|
2674
|
+
const __vue_module_identifier__$y = undefined;
|
|
2675
2675
|
/* functional template */
|
|
2676
2676
|
|
|
2677
|
-
const __vue_is_functional_template__$
|
|
2677
|
+
const __vue_is_functional_template__$y = false;
|
|
2678
2678
|
/* style inject SSR */
|
|
2679
2679
|
|
|
2680
2680
|
/* style inject shadow dom */
|
|
2681
2681
|
|
|
2682
|
-
const __vue_component__$
|
|
2683
|
-
render: __vue_render__$
|
|
2684
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2685
|
-
}, __vue_inject_styles__$
|
|
2682
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2683
|
+
render: __vue_render__$y,
|
|
2684
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2685
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
2686
2686
|
|
|
2687
|
-
var script$
|
|
2687
|
+
var script$x = {
|
|
2688
2688
|
name: "VcActions",
|
|
2689
2689
|
components: {
|
|
2690
|
-
VcIcon: __vue_component__$
|
|
2691
|
-
VcActionList: __vue_component__$
|
|
2692
|
-
VcBottomActions: __vue_component__$
|
|
2690
|
+
VcIcon: __vue_component__$O,
|
|
2691
|
+
VcActionList: __vue_component__$y,
|
|
2692
|
+
VcBottomActions: __vue_component__$z
|
|
2693
2693
|
},
|
|
2694
2694
|
|
|
2695
2695
|
data() {
|
|
@@ -2742,10 +2742,10 @@ var script$v = {
|
|
|
2742
2742
|
};
|
|
2743
2743
|
|
|
2744
2744
|
/* script */
|
|
2745
|
-
const __vue_script__$
|
|
2745
|
+
const __vue_script__$x = script$x;
|
|
2746
2746
|
/* template */
|
|
2747
2747
|
|
|
2748
|
-
var __vue_render__$
|
|
2748
|
+
var __vue_render__$x = function () {
|
|
2749
2749
|
var _vm = this;
|
|
2750
2750
|
|
|
2751
2751
|
var _h = _vm.$createElement;
|
|
@@ -2789,29 +2789,29 @@ var __vue_render__$v = function () {
|
|
|
2789
2789
|
}, 'component', _vm.$props, false));
|
|
2790
2790
|
};
|
|
2791
2791
|
|
|
2792
|
-
var __vue_staticRenderFns__$
|
|
2792
|
+
var __vue_staticRenderFns__$x = [];
|
|
2793
2793
|
/* style */
|
|
2794
2794
|
|
|
2795
|
-
const __vue_inject_styles__$
|
|
2795
|
+
const __vue_inject_styles__$x = undefined;
|
|
2796
2796
|
/* scoped */
|
|
2797
2797
|
|
|
2798
|
-
const __vue_scope_id__$
|
|
2798
|
+
const __vue_scope_id__$x = undefined;
|
|
2799
2799
|
/* module identifier */
|
|
2800
2800
|
|
|
2801
|
-
const __vue_module_identifier__$
|
|
2801
|
+
const __vue_module_identifier__$x = undefined;
|
|
2802
2802
|
/* functional template */
|
|
2803
2803
|
|
|
2804
|
-
const __vue_is_functional_template__$
|
|
2804
|
+
const __vue_is_functional_template__$x = false;
|
|
2805
2805
|
/* style inject */
|
|
2806
2806
|
|
|
2807
2807
|
/* style inject SSR */
|
|
2808
2808
|
|
|
2809
2809
|
/* style inject shadow dom */
|
|
2810
2810
|
|
|
2811
|
-
const __vue_component__$
|
|
2812
|
-
render: __vue_render__$
|
|
2813
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2814
|
-
}, __vue_inject_styles__$
|
|
2811
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2812
|
+
render: __vue_render__$x,
|
|
2813
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2814
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
2815
2815
|
|
|
2816
2816
|
//
|
|
2817
2817
|
//
|
|
@@ -2836,7 +2836,7 @@ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
|
2836
2836
|
//
|
|
2837
2837
|
//
|
|
2838
2838
|
//
|
|
2839
|
-
var script$
|
|
2839
|
+
var script$w = {
|
|
2840
2840
|
components: {
|
|
2841
2841
|
VStepperStep: VStepperStep,
|
|
2842
2842
|
VStepper: VStepper
|
|
@@ -2909,10 +2909,10 @@ var script$u = {
|
|
|
2909
2909
|
};
|
|
2910
2910
|
|
|
2911
2911
|
/* script */
|
|
2912
|
-
const __vue_script__$
|
|
2912
|
+
const __vue_script__$w = script$w;
|
|
2913
2913
|
/* template */
|
|
2914
2914
|
|
|
2915
|
-
var __vue_render__$
|
|
2915
|
+
var __vue_render__$w = function () {
|
|
2916
2916
|
var _vm = this;
|
|
2917
2917
|
|
|
2918
2918
|
var _h = _vm.$createElement;
|
|
@@ -2951,10 +2951,10 @@ var __vue_render__$u = function () {
|
|
|
2951
2951
|
})], 2)], 1);
|
|
2952
2952
|
};
|
|
2953
2953
|
|
|
2954
|
-
var __vue_staticRenderFns__$
|
|
2954
|
+
var __vue_staticRenderFns__$w = [];
|
|
2955
2955
|
/* style */
|
|
2956
2956
|
|
|
2957
|
-
const __vue_inject_styles__$
|
|
2957
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
2958
2958
|
if (!inject) return;
|
|
2959
2959
|
inject("data-v-d21a486c_0", {
|
|
2960
2960
|
source: "[data-v-d21a486c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
|
|
@@ -2965,21 +2965,21 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
2965
2965
|
/* scoped */
|
|
2966
2966
|
|
|
2967
2967
|
|
|
2968
|
-
const __vue_scope_id__$
|
|
2968
|
+
const __vue_scope_id__$w = "data-v-d21a486c";
|
|
2969
2969
|
/* module identifier */
|
|
2970
2970
|
|
|
2971
|
-
const __vue_module_identifier__$
|
|
2971
|
+
const __vue_module_identifier__$w = undefined;
|
|
2972
2972
|
/* functional template */
|
|
2973
2973
|
|
|
2974
|
-
const __vue_is_functional_template__$
|
|
2974
|
+
const __vue_is_functional_template__$w = false;
|
|
2975
2975
|
/* style inject SSR */
|
|
2976
2976
|
|
|
2977
2977
|
/* style inject shadow dom */
|
|
2978
2978
|
|
|
2979
|
-
const __vue_component__$
|
|
2980
|
-
render: __vue_render__$
|
|
2981
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2982
|
-
}, __vue_inject_styles__$
|
|
2979
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2980
|
+
render: __vue_render__$w,
|
|
2981
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2982
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
2983
2983
|
|
|
2984
2984
|
//
|
|
2985
2985
|
//
|
|
@@ -2996,7 +2996,7 @@ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
|
2996
2996
|
//
|
|
2997
2997
|
//
|
|
2998
2998
|
//
|
|
2999
|
-
var script$
|
|
2999
|
+
var script$v = {
|
|
3000
3000
|
components: {
|
|
3001
3001
|
VProgressCircular: VProgressCircular
|
|
3002
3002
|
},
|
|
@@ -3065,10 +3065,10 @@ var script$t = {
|
|
|
3065
3065
|
};
|
|
3066
3066
|
|
|
3067
3067
|
/* script */
|
|
3068
|
-
const __vue_script__$
|
|
3068
|
+
const __vue_script__$v = script$v;
|
|
3069
3069
|
/* template */
|
|
3070
3070
|
|
|
3071
|
-
var __vue_render__$
|
|
3071
|
+
var __vue_render__$v = function () {
|
|
3072
3072
|
var _vm = this;
|
|
3073
3073
|
|
|
3074
3074
|
var _h = _vm.$createElement;
|
|
@@ -3089,10 +3089,10 @@ var __vue_render__$t = function () {
|
|
|
3089
3089
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3090
3090
|
};
|
|
3091
3091
|
|
|
3092
|
-
var __vue_staticRenderFns__$
|
|
3092
|
+
var __vue_staticRenderFns__$v = [];
|
|
3093
3093
|
/* style */
|
|
3094
3094
|
|
|
3095
|
-
const __vue_inject_styles__$
|
|
3095
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
3096
3096
|
if (!inject) return;
|
|
3097
3097
|
inject("data-v-5c278fc2_0", {
|
|
3098
3098
|
source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
|
|
@@ -3103,27 +3103,27 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
3103
3103
|
/* scoped */
|
|
3104
3104
|
|
|
3105
3105
|
|
|
3106
|
-
const __vue_scope_id__$
|
|
3106
|
+
const __vue_scope_id__$v = "data-v-5c278fc2";
|
|
3107
3107
|
/* module identifier */
|
|
3108
3108
|
|
|
3109
|
-
const __vue_module_identifier__$
|
|
3109
|
+
const __vue_module_identifier__$v = undefined;
|
|
3110
3110
|
/* functional template */
|
|
3111
3111
|
|
|
3112
|
-
const __vue_is_functional_template__$
|
|
3112
|
+
const __vue_is_functional_template__$v = false;
|
|
3113
3113
|
/* style inject SSR */
|
|
3114
3114
|
|
|
3115
3115
|
/* style inject shadow dom */
|
|
3116
3116
|
|
|
3117
|
-
const __vue_component__$
|
|
3118
|
-
render: __vue_render__$
|
|
3119
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3120
|
-
}, __vue_inject_styles__$
|
|
3117
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3118
|
+
render: __vue_render__$v,
|
|
3119
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3120
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
3121
3121
|
|
|
3122
|
-
var script$
|
|
3122
|
+
var script$u = {
|
|
3123
3123
|
name: "VcMobileWizardProgress",
|
|
3124
3124
|
components: {
|
|
3125
|
-
VcLayout: __vue_component__$
|
|
3126
|
-
VcProgressCircular: __vue_component__$
|
|
3125
|
+
VcLayout: __vue_component__$L,
|
|
3126
|
+
VcProgressCircular: __vue_component__$v
|
|
3127
3127
|
},
|
|
3128
3128
|
model: {
|
|
3129
3129
|
prop: 'currentStep'
|
|
@@ -3179,10 +3179,10 @@ var script$s = {
|
|
|
3179
3179
|
};
|
|
3180
3180
|
|
|
3181
3181
|
/* script */
|
|
3182
|
-
const __vue_script__$
|
|
3182
|
+
const __vue_script__$u = script$u;
|
|
3183
3183
|
/* template */
|
|
3184
3184
|
|
|
3185
|
-
var __vue_render__$
|
|
3185
|
+
var __vue_render__$u = function () {
|
|
3186
3186
|
var _vm = this;
|
|
3187
3187
|
|
|
3188
3188
|
var _h = _vm.$createElement;
|
|
@@ -3218,10 +3218,10 @@ var __vue_render__$s = function () {
|
|
|
3218
3218
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3219
3219
|
};
|
|
3220
3220
|
|
|
3221
|
-
var __vue_staticRenderFns__$
|
|
3221
|
+
var __vue_staticRenderFns__$u = [];
|
|
3222
3222
|
/* style */
|
|
3223
3223
|
|
|
3224
|
-
const __vue_inject_styles__$
|
|
3224
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
3225
3225
|
if (!inject) return;
|
|
3226
3226
|
inject("data-v-4fe04d36_0", {
|
|
3227
3227
|
source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
|
|
@@ -3232,28 +3232,28 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
3232
3232
|
/* scoped */
|
|
3233
3233
|
|
|
3234
3234
|
|
|
3235
|
-
const __vue_scope_id__$
|
|
3235
|
+
const __vue_scope_id__$u = "data-v-4fe04d36";
|
|
3236
3236
|
/* module identifier */
|
|
3237
3237
|
|
|
3238
|
-
const __vue_module_identifier__$
|
|
3238
|
+
const __vue_module_identifier__$u = undefined;
|
|
3239
3239
|
/* functional template */
|
|
3240
3240
|
|
|
3241
|
-
const __vue_is_functional_template__$
|
|
3241
|
+
const __vue_is_functional_template__$u = false;
|
|
3242
3242
|
/* style inject SSR */
|
|
3243
3243
|
|
|
3244
3244
|
/* style inject shadow dom */
|
|
3245
3245
|
|
|
3246
|
-
const __vue_component__$
|
|
3247
|
-
render: __vue_render__$
|
|
3248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3249
|
-
}, __vue_inject_styles__$
|
|
3246
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3247
|
+
render: __vue_render__$u,
|
|
3248
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3249
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
3250
3250
|
|
|
3251
|
-
var script$
|
|
3251
|
+
var script$t = {
|
|
3252
3252
|
name: 'VcCheckbox',
|
|
3253
3253
|
components: {
|
|
3254
|
-
VcIcon: __vue_component__$
|
|
3255
|
-
VcAvatar: __vue_component__$
|
|
3256
|
-
VcTooltip: __vue_component__$
|
|
3254
|
+
VcIcon: __vue_component__$O,
|
|
3255
|
+
VcAvatar: __vue_component__$A,
|
|
3256
|
+
VcTooltip: __vue_component__$C,
|
|
3257
3257
|
VCheckbox: VCheckbox
|
|
3258
3258
|
},
|
|
3259
3259
|
computed: {
|
|
@@ -3309,10 +3309,10 @@ var script$r = {
|
|
|
3309
3309
|
};
|
|
3310
3310
|
|
|
3311
3311
|
/* script */
|
|
3312
|
-
const __vue_script__$
|
|
3312
|
+
const __vue_script__$t = script$t;
|
|
3313
3313
|
/* template */
|
|
3314
3314
|
|
|
3315
|
-
var __vue_render__$
|
|
3315
|
+
var __vue_render__$t = function () {
|
|
3316
3316
|
var _vm = this;
|
|
3317
3317
|
|
|
3318
3318
|
var _h = _vm.$createElement;
|
|
@@ -3376,10 +3376,10 @@ var __vue_render__$r = function () {
|
|
|
3376
3376
|
});
|
|
3377
3377
|
};
|
|
3378
3378
|
|
|
3379
|
-
var __vue_staticRenderFns__$
|
|
3379
|
+
var __vue_staticRenderFns__$t = [];
|
|
3380
3380
|
/* style */
|
|
3381
3381
|
|
|
3382
|
-
const __vue_inject_styles__$
|
|
3382
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
3383
3383
|
if (!inject) return;
|
|
3384
3384
|
inject("data-v-347ec55e_0", {
|
|
3385
3385
|
source: ".vc-checkbox[data-v-347ec55e]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-347ec55e] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-347ec55e] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-347ec55e] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -3390,28 +3390,28 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
3390
3390
|
/* scoped */
|
|
3391
3391
|
|
|
3392
3392
|
|
|
3393
|
-
const __vue_scope_id__$
|
|
3393
|
+
const __vue_scope_id__$t = "data-v-347ec55e";
|
|
3394
3394
|
/* module identifier */
|
|
3395
3395
|
|
|
3396
|
-
const __vue_module_identifier__$
|
|
3396
|
+
const __vue_module_identifier__$t = undefined;
|
|
3397
3397
|
/* functional template */
|
|
3398
3398
|
|
|
3399
|
-
const __vue_is_functional_template__$
|
|
3399
|
+
const __vue_is_functional_template__$t = false;
|
|
3400
3400
|
/* style inject SSR */
|
|
3401
3401
|
|
|
3402
3402
|
/* style inject shadow dom */
|
|
3403
3403
|
|
|
3404
|
-
const __vue_component__$
|
|
3405
|
-
render: __vue_render__$
|
|
3406
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3407
|
-
}, __vue_inject_styles__$
|
|
3404
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3405
|
+
render: __vue_render__$t,
|
|
3406
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3407
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
3408
3408
|
|
|
3409
|
-
var script$
|
|
3409
|
+
var script$s = {
|
|
3410
3410
|
name: "VcChecklistItem",
|
|
3411
3411
|
components: {
|
|
3412
|
-
VcLayout: __vue_component__$
|
|
3413
|
-
VcCheckbox: __vue_component__$
|
|
3414
|
-
VcTooltip: __vue_component__$
|
|
3412
|
+
VcLayout: __vue_component__$L,
|
|
3413
|
+
VcCheckbox: __vue_component__$t,
|
|
3414
|
+
VcTooltip: __vue_component__$C
|
|
3415
3415
|
},
|
|
3416
3416
|
model: {
|
|
3417
3417
|
prop: 'checked'
|
|
@@ -3464,17 +3464,24 @@ var script$q = {
|
|
|
3464
3464
|
};
|
|
3465
3465
|
|
|
3466
3466
|
/* script */
|
|
3467
|
-
const __vue_script__$
|
|
3467
|
+
const __vue_script__$s = script$s;
|
|
3468
3468
|
/* template */
|
|
3469
3469
|
|
|
3470
|
-
var __vue_render__$
|
|
3470
|
+
var __vue_render__$s = function () {
|
|
3471
3471
|
var _vm = this;
|
|
3472
3472
|
|
|
3473
3473
|
var _h = _vm.$createElement;
|
|
3474
3474
|
|
|
3475
3475
|
var _c = _vm._self._c || _h;
|
|
3476
3476
|
|
|
3477
|
-
return
|
|
3477
|
+
return _c('VcTooltip', {
|
|
3478
|
+
staticClass: "VcChecklistItem-wrapper",
|
|
3479
|
+
attrs: {
|
|
3480
|
+
"content": _vm.tooltipContent,
|
|
3481
|
+
"dark": "",
|
|
3482
|
+
"disabled": !_vm.tooltipContent || !_vm.disabled
|
|
3483
|
+
}
|
|
3484
|
+
}, [[_c('VcLayout', {
|
|
3478
3485
|
staticClass: "VcChecklistItem",
|
|
3479
3486
|
class: {
|
|
3480
3487
|
'disabled': _vm.disabled
|
|
@@ -3494,16 +3501,16 @@ var __vue_render__$q = function () {
|
|
|
3494
3501
|
on: {
|
|
3495
3502
|
"change": _vm.onChange
|
|
3496
3503
|
}
|
|
3497
|
-
})], 1)];
|
|
3504
|
+
})], 1)]], 2);
|
|
3498
3505
|
};
|
|
3499
3506
|
|
|
3500
|
-
var __vue_staticRenderFns__$
|
|
3507
|
+
var __vue_staticRenderFns__$s = [];
|
|
3501
3508
|
/* style */
|
|
3502
3509
|
|
|
3503
|
-
const __vue_inject_styles__$
|
|
3510
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
3504
3511
|
if (!inject) return;
|
|
3505
|
-
inject("data-v-
|
|
3506
|
-
source: "[data-v-
|
|
3512
|
+
inject("data-v-0dd1f5eb_0", {
|
|
3513
|
+
source: "[data-v-0dd1f5eb]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
|
|
3507
3514
|
map: undefined,
|
|
3508
3515
|
media: undefined
|
|
3509
3516
|
});
|
|
@@ -3511,28 +3518,28 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3511
3518
|
/* scoped */
|
|
3512
3519
|
|
|
3513
3520
|
|
|
3514
|
-
const __vue_scope_id__$
|
|
3521
|
+
const __vue_scope_id__$s = "data-v-0dd1f5eb";
|
|
3515
3522
|
/* module identifier */
|
|
3516
3523
|
|
|
3517
|
-
const __vue_module_identifier__$
|
|
3524
|
+
const __vue_module_identifier__$s = undefined;
|
|
3518
3525
|
/* functional template */
|
|
3519
3526
|
|
|
3520
|
-
const __vue_is_functional_template__$
|
|
3527
|
+
const __vue_is_functional_template__$s = false;
|
|
3521
3528
|
/* style inject SSR */
|
|
3522
3529
|
|
|
3523
3530
|
/* style inject shadow dom */
|
|
3524
3531
|
|
|
3525
|
-
const __vue_component__$
|
|
3526
|
-
render: __vue_render__$
|
|
3527
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3528
|
-
}, __vue_inject_styles__$
|
|
3532
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3533
|
+
render: __vue_render__$s,
|
|
3534
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3535
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
3529
3536
|
|
|
3530
|
-
var script$
|
|
3537
|
+
var script$r = {
|
|
3531
3538
|
name: "VcListbox",
|
|
3532
3539
|
components: {
|
|
3533
|
-
VcChecklistItem: __vue_component__$
|
|
3534
|
-
VcIcon: __vue_component__$
|
|
3535
|
-
VcTooltip: __vue_component__$
|
|
3540
|
+
VcChecklistItem: __vue_component__$s,
|
|
3541
|
+
VcIcon: __vue_component__$O,
|
|
3542
|
+
VcTooltip: __vue_component__$C,
|
|
3536
3543
|
VListItem: VListItem,
|
|
3537
3544
|
VListItemGroup: VListItemGroup,
|
|
3538
3545
|
VDivider: VDivider,
|
|
@@ -3561,38 +3568,44 @@ var script$p = {
|
|
|
3561
3568
|
default: 'VcListbox'
|
|
3562
3569
|
}
|
|
3563
3570
|
},
|
|
3564
|
-
data: () => ({
|
|
3565
|
-
|
|
3566
|
-
}),
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3571
|
+
// data: () => ({
|
|
3572
|
+
// confirmedArray: []
|
|
3573
|
+
// }),
|
|
3574
|
+
// watch: {
|
|
3575
|
+
// items: {
|
|
3576
|
+
// immediate: true,
|
|
3577
|
+
// deep: true,
|
|
3578
|
+
// handler(values) {
|
|
3579
|
+
// this.confirmedArray = values.filter((item) => item.checked)
|
|
3580
|
+
// }
|
|
3581
|
+
// }
|
|
3582
|
+
// },
|
|
3576
3583
|
computed: {
|
|
3577
3584
|
getAddAnotherLabel() {
|
|
3578
3585
|
return this.addAnotherLabel || this.$dst('ds.listbox.add');
|
|
3586
|
+
},
|
|
3587
|
+
|
|
3588
|
+
confirmedArray() {
|
|
3589
|
+
return this.items.filter(item => item.checked);
|
|
3579
3590
|
}
|
|
3580
3591
|
|
|
3581
3592
|
},
|
|
3582
3593
|
methods: {
|
|
3583
3594
|
onSelection(selections) {
|
|
3584
|
-
selections.
|
|
3585
|
-
|
|
3595
|
+
const newSelections = selections.map(selected => ({ ...selected,
|
|
3596
|
+
checked: true
|
|
3597
|
+
}));
|
|
3598
|
+
this.$emit('change', newSelections);
|
|
3586
3599
|
}
|
|
3587
3600
|
|
|
3588
3601
|
}
|
|
3589
3602
|
};
|
|
3590
3603
|
|
|
3591
3604
|
/* script */
|
|
3592
|
-
const __vue_script__$
|
|
3605
|
+
const __vue_script__$r = script$r;
|
|
3593
3606
|
/* template */
|
|
3594
3607
|
|
|
3595
|
-
var __vue_render__$
|
|
3608
|
+
var __vue_render__$r = function () {
|
|
3596
3609
|
var _vm = this;
|
|
3597
3610
|
|
|
3598
3611
|
var _h = _vm.$createElement;
|
|
@@ -3613,17 +3626,11 @@ var __vue_render__$p = function () {
|
|
|
3613
3626
|
staticClass: "vc-overflow"
|
|
3614
3627
|
}, [_c('v-list-item-group', {
|
|
3615
3628
|
attrs: {
|
|
3629
|
+
"value": _vm.confirmedArray,
|
|
3616
3630
|
"multiple": ""
|
|
3617
3631
|
},
|
|
3618
3632
|
on: {
|
|
3619
3633
|
"change": _vm.onSelection
|
|
3620
|
-
},
|
|
3621
|
-
model: {
|
|
3622
|
-
value: _vm.confirmedArray,
|
|
3623
|
-
callback: function ($$v) {
|
|
3624
|
-
_vm.confirmedArray = $$v;
|
|
3625
|
-
},
|
|
3626
|
-
expression: "confirmedArray"
|
|
3627
3634
|
}
|
|
3628
3635
|
}, _vm._l(_vm.items, function (item, index) {
|
|
3629
3636
|
return _c('VcTooltip', {
|
|
@@ -3672,13 +3679,13 @@ var __vue_render__$p = function () {
|
|
|
3672
3679
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 1);
|
|
3673
3680
|
};
|
|
3674
3681
|
|
|
3675
|
-
var __vue_staticRenderFns__$
|
|
3682
|
+
var __vue_staticRenderFns__$r = [];
|
|
3676
3683
|
/* style */
|
|
3677
3684
|
|
|
3678
|
-
const __vue_inject_styles__$
|
|
3685
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
3679
3686
|
if (!inject) return;
|
|
3680
|
-
inject("data-v-
|
|
3681
|
-
source: "[data-v-
|
|
3687
|
+
inject("data-v-45c85985_0", {
|
|
3688
|
+
source: "[data-v-45c85985]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-45c85985]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-45c85985]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox .vc-overflow[data-v-45c85985]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-45c85985]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-45c85985]:before{opacity:0}.VcListbox .divider[data-v-45c85985]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-45c85985]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-45c85985]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-45c85985]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-45c85985]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-45c85985] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-45c85985] .v-icon__component svg{width:var(--size-value3)}",
|
|
3682
3689
|
map: undefined,
|
|
3683
3690
|
media: undefined
|
|
3684
3691
|
});
|
|
@@ -3686,26 +3693,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3686
3693
|
/* scoped */
|
|
3687
3694
|
|
|
3688
3695
|
|
|
3689
|
-
const __vue_scope_id__$
|
|
3696
|
+
const __vue_scope_id__$r = "data-v-45c85985";
|
|
3690
3697
|
/* module identifier */
|
|
3691
3698
|
|
|
3692
|
-
const __vue_module_identifier__$
|
|
3699
|
+
const __vue_module_identifier__$r = undefined;
|
|
3693
3700
|
/* functional template */
|
|
3694
3701
|
|
|
3695
|
-
const __vue_is_functional_template__$
|
|
3702
|
+
const __vue_is_functional_template__$r = false;
|
|
3696
3703
|
/* style inject SSR */
|
|
3697
3704
|
|
|
3698
3705
|
/* style inject shadow dom */
|
|
3699
3706
|
|
|
3700
|
-
const __vue_component__$
|
|
3701
|
-
render: __vue_render__$
|
|
3702
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3703
|
-
}, __vue_inject_styles__$
|
|
3707
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3708
|
+
render: __vue_render__$r,
|
|
3709
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3710
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
3704
3711
|
|
|
3705
|
-
var script$
|
|
3712
|
+
var script$q = {
|
|
3706
3713
|
name: "VcBottomSheet",
|
|
3707
3714
|
components: {
|
|
3708
|
-
VcLayout: __vue_component__$
|
|
3715
|
+
VcLayout: __vue_component__$L,
|
|
3709
3716
|
VSheet: VSheet,
|
|
3710
3717
|
VBottomSheet: VBottomSheet
|
|
3711
3718
|
},
|
|
@@ -3726,10 +3733,10 @@ var script$o = {
|
|
|
3726
3733
|
};
|
|
3727
3734
|
|
|
3728
3735
|
/* script */
|
|
3729
|
-
const __vue_script__$
|
|
3736
|
+
const __vue_script__$q = script$q;
|
|
3730
3737
|
/* template */
|
|
3731
3738
|
|
|
3732
|
-
var __vue_render__$
|
|
3739
|
+
var __vue_render__$q = function () {
|
|
3733
3740
|
var _vm = this;
|
|
3734
3741
|
|
|
3735
3742
|
var _h = _vm.$createElement;
|
|
@@ -3762,10 +3769,10 @@ var __vue_render__$o = function () {
|
|
|
3762
3769
|
}, [_vm._t("default")], 2)], 1);
|
|
3763
3770
|
};
|
|
3764
3771
|
|
|
3765
|
-
var __vue_staticRenderFns__$
|
|
3772
|
+
var __vue_staticRenderFns__$q = [];
|
|
3766
3773
|
/* style */
|
|
3767
3774
|
|
|
3768
|
-
const __vue_inject_styles__$
|
|
3775
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3769
3776
|
if (!inject) return;
|
|
3770
3777
|
inject("data-v-d837dcb8_0", {
|
|
3771
3778
|
source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -3776,30 +3783,30 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
3776
3783
|
/* scoped */
|
|
3777
3784
|
|
|
3778
3785
|
|
|
3779
|
-
const __vue_scope_id__$
|
|
3786
|
+
const __vue_scope_id__$q = "data-v-d837dcb8";
|
|
3780
3787
|
/* module identifier */
|
|
3781
3788
|
|
|
3782
|
-
const __vue_module_identifier__$
|
|
3789
|
+
const __vue_module_identifier__$q = undefined;
|
|
3783
3790
|
/* functional template */
|
|
3784
3791
|
|
|
3785
|
-
const __vue_is_functional_template__$
|
|
3792
|
+
const __vue_is_functional_template__$q = false;
|
|
3786
3793
|
/* style inject SSR */
|
|
3787
3794
|
|
|
3788
3795
|
/* style inject shadow dom */
|
|
3789
3796
|
|
|
3790
|
-
const __vue_component__$
|
|
3791
|
-
render: __vue_render__$
|
|
3792
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3793
|
-
}, __vue_inject_styles__$
|
|
3797
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3798
|
+
render: __vue_render__$q,
|
|
3799
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3800
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3794
3801
|
|
|
3795
|
-
var script$
|
|
3802
|
+
var script$p = {
|
|
3796
3803
|
name: "VcInputBottomSheet",
|
|
3797
3804
|
components: {
|
|
3798
|
-
VcBottomSheet: __vue_component__$
|
|
3799
|
-
VcModalHeader: __vue_component__$
|
|
3800
|
-
VcLayout: __vue_component__$
|
|
3801
|
-
VcModalFooter: __vue_component__$
|
|
3802
|
-
VcForm: __vue_component__$
|
|
3805
|
+
VcBottomSheet: __vue_component__$q,
|
|
3806
|
+
VcModalHeader: __vue_component__$J,
|
|
3807
|
+
VcLayout: __vue_component__$L,
|
|
3808
|
+
VcModalFooter: __vue_component__$K,
|
|
3809
|
+
VcForm: __vue_component__$H
|
|
3803
3810
|
},
|
|
3804
3811
|
props: {
|
|
3805
3812
|
value: {
|
|
@@ -3866,10 +3873,10 @@ var script$n = {
|
|
|
3866
3873
|
};
|
|
3867
3874
|
|
|
3868
3875
|
/* script */
|
|
3869
|
-
const __vue_script__$
|
|
3876
|
+
const __vue_script__$p = script$p;
|
|
3870
3877
|
/* template */
|
|
3871
3878
|
|
|
3872
|
-
var __vue_render__$
|
|
3879
|
+
var __vue_render__$p = function () {
|
|
3873
3880
|
var _vm = this;
|
|
3874
3881
|
|
|
3875
3882
|
var _h = _vm.$createElement;
|
|
@@ -3964,10 +3971,10 @@ var __vue_render__$n = function () {
|
|
|
3964
3971
|
}) : _vm._e()], 1)]], 2);
|
|
3965
3972
|
};
|
|
3966
3973
|
|
|
3967
|
-
var __vue_staticRenderFns__$
|
|
3974
|
+
var __vue_staticRenderFns__$p = [];
|
|
3968
3975
|
/* style */
|
|
3969
3976
|
|
|
3970
|
-
const __vue_inject_styles__$
|
|
3977
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3971
3978
|
if (!inject) return;
|
|
3972
3979
|
inject("data-v-44a33895_0", {
|
|
3973
3980
|
source: "[data-v-44a33895]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
@@ -3978,21 +3985,21 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
3978
3985
|
/* scoped */
|
|
3979
3986
|
|
|
3980
3987
|
|
|
3981
|
-
const __vue_scope_id__$
|
|
3988
|
+
const __vue_scope_id__$p = "data-v-44a33895";
|
|
3982
3989
|
/* module identifier */
|
|
3983
3990
|
|
|
3984
|
-
const __vue_module_identifier__$
|
|
3991
|
+
const __vue_module_identifier__$p = undefined;
|
|
3985
3992
|
/* functional template */
|
|
3986
3993
|
|
|
3987
|
-
const __vue_is_functional_template__$
|
|
3994
|
+
const __vue_is_functional_template__$p = false;
|
|
3988
3995
|
/* style inject SSR */
|
|
3989
3996
|
|
|
3990
3997
|
/* style inject shadow dom */
|
|
3991
3998
|
|
|
3992
|
-
const __vue_component__$
|
|
3993
|
-
render: __vue_render__$
|
|
3994
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3995
|
-
}, __vue_inject_styles__$
|
|
3999
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
4000
|
+
render: __vue_render__$p,
|
|
4001
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4002
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
3996
4003
|
|
|
3997
4004
|
//
|
|
3998
4005
|
//
|
|
@@ -4012,7 +4019,7 @@ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
4012
4019
|
//
|
|
4013
4020
|
//
|
|
4014
4021
|
//
|
|
4015
|
-
var script$
|
|
4022
|
+
var script$o = {
|
|
4016
4023
|
components: {
|
|
4017
4024
|
VMenu: VMenu
|
|
4018
4025
|
},
|
|
@@ -4048,10 +4055,10 @@ var script$m = {
|
|
|
4048
4055
|
};
|
|
4049
4056
|
|
|
4050
4057
|
/* script */
|
|
4051
|
-
const __vue_script__$
|
|
4058
|
+
const __vue_script__$o = script$o;
|
|
4052
4059
|
/* template */
|
|
4053
4060
|
|
|
4054
|
-
var __vue_render__$
|
|
4061
|
+
var __vue_render__$o = function () {
|
|
4055
4062
|
var _vm = this;
|
|
4056
4063
|
|
|
4057
4064
|
var _h = _vm.$createElement;
|
|
@@ -4089,10 +4096,10 @@ var __vue_render__$m = function () {
|
|
|
4089
4096
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4090
4097
|
};
|
|
4091
4098
|
|
|
4092
|
-
var __vue_staticRenderFns__$
|
|
4099
|
+
var __vue_staticRenderFns__$o = [];
|
|
4093
4100
|
/* style */
|
|
4094
4101
|
|
|
4095
|
-
const __vue_inject_styles__$
|
|
4102
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
4096
4103
|
if (!inject) return;
|
|
4097
4104
|
inject("data-v-0adb1666_0", {
|
|
4098
4105
|
source: "[data-v-0adb1666]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-0adb1666]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4103,30 +4110,30 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
4103
4110
|
/* scoped */
|
|
4104
4111
|
|
|
4105
4112
|
|
|
4106
|
-
const __vue_scope_id__$
|
|
4113
|
+
const __vue_scope_id__$o = "data-v-0adb1666";
|
|
4107
4114
|
/* module identifier */
|
|
4108
4115
|
|
|
4109
|
-
const __vue_module_identifier__$
|
|
4116
|
+
const __vue_module_identifier__$o = undefined;
|
|
4110
4117
|
/* functional template */
|
|
4111
4118
|
|
|
4112
|
-
const __vue_is_functional_template__$
|
|
4119
|
+
const __vue_is_functional_template__$o = false;
|
|
4113
4120
|
/* style inject SSR */
|
|
4114
4121
|
|
|
4115
4122
|
/* style inject shadow dom */
|
|
4116
4123
|
|
|
4117
|
-
const __vue_component__$
|
|
4118
|
-
render: __vue_render__$
|
|
4119
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4120
|
-
}, __vue_inject_styles__$
|
|
4124
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4125
|
+
render: __vue_render__$o,
|
|
4126
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4127
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
4121
4128
|
|
|
4122
|
-
var script$
|
|
4129
|
+
var script$n = {
|
|
4123
4130
|
name: "VcInputPopover",
|
|
4124
4131
|
components: {
|
|
4125
|
-
VcModalHeader: __vue_component__$
|
|
4126
|
-
VcLayout: __vue_component__$
|
|
4127
|
-
VcModalFooter: __vue_component__$
|
|
4128
|
-
VcForm: __vue_component__$
|
|
4129
|
-
VcPopover: __vue_component__$
|
|
4132
|
+
VcModalHeader: __vue_component__$J,
|
|
4133
|
+
VcLayout: __vue_component__$L,
|
|
4134
|
+
VcModalFooter: __vue_component__$K,
|
|
4135
|
+
VcForm: __vue_component__$H,
|
|
4136
|
+
VcPopover: __vue_component__$o
|
|
4130
4137
|
},
|
|
4131
4138
|
props: {
|
|
4132
4139
|
value: {
|
|
@@ -4189,10 +4196,10 @@ var script$l = {
|
|
|
4189
4196
|
};
|
|
4190
4197
|
|
|
4191
4198
|
/* script */
|
|
4192
|
-
const __vue_script__$
|
|
4199
|
+
const __vue_script__$n = script$n;
|
|
4193
4200
|
/* template */
|
|
4194
4201
|
|
|
4195
|
-
var __vue_render__$
|
|
4202
|
+
var __vue_render__$n = function () {
|
|
4196
4203
|
var _vm = this;
|
|
4197
4204
|
|
|
4198
4205
|
var _h = _vm.$createElement;
|
|
@@ -4278,10 +4285,10 @@ var __vue_render__$l = function () {
|
|
|
4278
4285
|
}) : _vm._e()], 1)]], 2);
|
|
4279
4286
|
};
|
|
4280
4287
|
|
|
4281
|
-
var __vue_staticRenderFns__$
|
|
4288
|
+
var __vue_staticRenderFns__$n = [];
|
|
4282
4289
|
/* style */
|
|
4283
4290
|
|
|
4284
|
-
const __vue_inject_styles__$
|
|
4291
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4285
4292
|
if (!inject) return;
|
|
4286
4293
|
inject("data-v-4df3327c_0", {
|
|
4287
4294
|
source: "[data-v-4df3327c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-4df3327c]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
|
|
@@ -4292,21 +4299,130 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
4292
4299
|
/* scoped */
|
|
4293
4300
|
|
|
4294
4301
|
|
|
4295
|
-
const __vue_scope_id__$
|
|
4302
|
+
const __vue_scope_id__$n = "data-v-4df3327c";
|
|
4296
4303
|
/* module identifier */
|
|
4297
4304
|
|
|
4298
|
-
const __vue_module_identifier__$
|
|
4305
|
+
const __vue_module_identifier__$n = undefined;
|
|
4299
4306
|
/* functional template */
|
|
4300
4307
|
|
|
4301
|
-
const __vue_is_functional_template__$
|
|
4308
|
+
const __vue_is_functional_template__$n = false;
|
|
4302
4309
|
/* style inject SSR */
|
|
4303
4310
|
|
|
4304
4311
|
/* style inject shadow dom */
|
|
4305
4312
|
|
|
4306
|
-
const __vue_component__$
|
|
4307
|
-
render: __vue_render__$
|
|
4308
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4309
|
-
}, __vue_inject_styles__$
|
|
4313
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4314
|
+
render: __vue_render__$n,
|
|
4315
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4316
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
4317
|
+
|
|
4318
|
+
var script$m = {
|
|
4319
|
+
name: "VcChip",
|
|
4320
|
+
components: {
|
|
4321
|
+
VcIcon: __vue_component__$O,
|
|
4322
|
+
VcAvatar: __vue_component__$A,
|
|
4323
|
+
VChip: VChip
|
|
4324
|
+
},
|
|
4325
|
+
props: {
|
|
4326
|
+
label: {
|
|
4327
|
+
type: String,
|
|
4328
|
+
required: true
|
|
4329
|
+
},
|
|
4330
|
+
avatar: {
|
|
4331
|
+
type: Object,
|
|
4332
|
+
validator: avatar => avatar.imagePath || avatar.colorId
|
|
4333
|
+
},
|
|
4334
|
+
closeButton: {
|
|
4335
|
+
type: Boolean,
|
|
4336
|
+
default: true
|
|
4337
|
+
},
|
|
4338
|
+
disabled: {
|
|
4339
|
+
type: Boolean,
|
|
4340
|
+
default: false
|
|
4341
|
+
},
|
|
4342
|
+
invalid: {
|
|
4343
|
+
type: Boolean,
|
|
4344
|
+
default: false
|
|
4345
|
+
},
|
|
4346
|
+
dataQa: {
|
|
4347
|
+
type: String,
|
|
4348
|
+
default: 'vc-chip'
|
|
4349
|
+
}
|
|
4350
|
+
}
|
|
4351
|
+
};
|
|
4352
|
+
|
|
4353
|
+
/* script */
|
|
4354
|
+
const __vue_script__$m = script$m;
|
|
4355
|
+
/* template */
|
|
4356
|
+
|
|
4357
|
+
var __vue_render__$m = function () {
|
|
4358
|
+
var _vm = this;
|
|
4359
|
+
|
|
4360
|
+
var _h = _vm.$createElement;
|
|
4361
|
+
|
|
4362
|
+
var _c = _vm._self._c || _h;
|
|
4363
|
+
|
|
4364
|
+
return _c('v-chip', {
|
|
4365
|
+
staticClass: "VcChip",
|
|
4366
|
+
class: {
|
|
4367
|
+
'vc-invalid': _vm.invalid,
|
|
4368
|
+
'vc-avatar': !!_vm.avatar
|
|
4369
|
+
},
|
|
4370
|
+
attrs: {
|
|
4371
|
+
"close": _vm.closeButton,
|
|
4372
|
+
"ripple": "",
|
|
4373
|
+
"close-icon": "$close",
|
|
4374
|
+
"disabled": _vm.disabled,
|
|
4375
|
+
"data-qa": _vm.dataQa
|
|
4376
|
+
},
|
|
4377
|
+
on: {
|
|
4378
|
+
"click:close": function ($event) {
|
|
4379
|
+
return _vm.$emit('input', false);
|
|
4380
|
+
}
|
|
4381
|
+
}
|
|
4382
|
+
}, [!!_vm.avatar ? _c('div', {
|
|
4383
|
+
staticClass: "vc-avatar-wrapper"
|
|
4384
|
+
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4385
|
+
attrs: {
|
|
4386
|
+
"name": _vm.label,
|
|
4387
|
+
"show-border": false,
|
|
4388
|
+
"size": "x-sm"
|
|
4389
|
+
}
|
|
4390
|
+
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4391
|
+
attrs: {
|
|
4392
|
+
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4393
|
+
}
|
|
4394
|
+
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4395
|
+
};
|
|
4396
|
+
|
|
4397
|
+
var __vue_staticRenderFns__$m = [];
|
|
4398
|
+
/* style */
|
|
4399
|
+
|
|
4400
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
4401
|
+
if (!inject) return;
|
|
4402
|
+
inject("data-v-d8233608_0", {
|
|
4403
|
+
source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
4404
|
+
map: undefined,
|
|
4405
|
+
media: undefined
|
|
4406
|
+
});
|
|
4407
|
+
};
|
|
4408
|
+
/* scoped */
|
|
4409
|
+
|
|
4410
|
+
|
|
4411
|
+
const __vue_scope_id__$m = "data-v-d8233608";
|
|
4412
|
+
/* module identifier */
|
|
4413
|
+
|
|
4414
|
+
const __vue_module_identifier__$m = undefined;
|
|
4415
|
+
/* functional template */
|
|
4416
|
+
|
|
4417
|
+
const __vue_is_functional_template__$m = false;
|
|
4418
|
+
/* style inject SSR */
|
|
4419
|
+
|
|
4420
|
+
/* style inject shadow dom */
|
|
4421
|
+
|
|
4422
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4423
|
+
render: __vue_render__$m,
|
|
4424
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4425
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
4310
4426
|
|
|
4311
4427
|
//
|
|
4312
4428
|
//
|
|
@@ -4330,7 +4446,7 @@ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
|
4330
4446
|
//
|
|
4331
4447
|
//
|
|
4332
4448
|
//
|
|
4333
|
-
var script$
|
|
4449
|
+
var script$l = {
|
|
4334
4450
|
components: {
|
|
4335
4451
|
VCol: VCol,
|
|
4336
4452
|
VRow: VRow,
|
|
@@ -4416,10 +4532,10 @@ var script$k = {
|
|
|
4416
4532
|
};
|
|
4417
4533
|
|
|
4418
4534
|
/* script */
|
|
4419
|
-
const __vue_script__$
|
|
4535
|
+
const __vue_script__$l = script$l;
|
|
4420
4536
|
/* template */
|
|
4421
4537
|
|
|
4422
|
-
var __vue_render__$
|
|
4538
|
+
var __vue_render__$l = function () {
|
|
4423
4539
|
var _vm = this;
|
|
4424
4540
|
|
|
4425
4541
|
var _h = _vm.$createElement;
|
|
@@ -4466,10 +4582,10 @@ var __vue_render__$k = function () {
|
|
|
4466
4582
|
}), 1);
|
|
4467
4583
|
};
|
|
4468
4584
|
|
|
4469
|
-
var __vue_staticRenderFns__$
|
|
4585
|
+
var __vue_staticRenderFns__$l = [];
|
|
4470
4586
|
/* style */
|
|
4471
4587
|
|
|
4472
|
-
const __vue_inject_styles__$
|
|
4588
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
4473
4589
|
if (!inject) return;
|
|
4474
4590
|
inject("data-v-284ef818_0", {
|
|
4475
4591
|
source: ".VcButtonGroup[data-v-284ef818]{font-weight:var(--font-weight-medium2);font-size:13px}.VcButtonGroup .button-group-row[data-v-284ef818]{margin:0}.VcButtonGroup .button-item[data-v-284ef818]{cursor:pointer;transition:.3s background-color,color ease-out;min-height:40px;border-color:#d6dbe6;border-style:solid;border-width:0;color:rgba(0,0,0,.62);border-right-width:1px;border-bottom-width:1px;padding:0 12px}.VcButtonGroup .button-item .button-label[data-v-284ef818]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcButtonGroup .button-item.left[data-v-284ef818]{border-left-width:1px}.VcButtonGroup .button-item.top[data-v-284ef818]{border-top-width:1px}.VcButtonGroup .button-item.bottom[data-v-284ef818]:not(.top):not(.selected){border-top-width:0}.VcButtonGroup .button-item.top.left[data-v-284ef818]{border-top-left-radius:6px}.VcButtonGroup .button-item.top.right[data-v-284ef818]{border-top-right-radius:6px}.VcButtonGroup .button-item.bottom.left[data-v-284ef818]{border-bottom-left-radius:6px}.VcButtonGroup .button-item.bottom.right[data-v-284ef818]{border-bottom-right-radius:6px}.VcButtonGroup .button-item[data-v-284ef818]:hover{background-color:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcButtonGroup .button-item.selected[data-v-284ef818]{border:2px solid var(--v-secondary-base);font-weight:600}.VcButtonGroup .button-item.selected[data-v-284ef818]:hover{background:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:active{background:rgba(0,0,0,.12)}.VcButtonGroup .button-item.disabled[data-v-284ef818]{background:rgba(0,0,0,.07);color:rgba(0,0,0,.4);pointer-events:none}",
|
|
@@ -4480,21 +4596,21 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
4480
4596
|
/* scoped */
|
|
4481
4597
|
|
|
4482
4598
|
|
|
4483
|
-
const __vue_scope_id__$
|
|
4599
|
+
const __vue_scope_id__$l = "data-v-284ef818";
|
|
4484
4600
|
/* module identifier */
|
|
4485
4601
|
|
|
4486
|
-
const __vue_module_identifier__$
|
|
4602
|
+
const __vue_module_identifier__$l = undefined;
|
|
4487
4603
|
/* functional template */
|
|
4488
4604
|
|
|
4489
|
-
const __vue_is_functional_template__$
|
|
4605
|
+
const __vue_is_functional_template__$l = false;
|
|
4490
4606
|
/* style inject SSR */
|
|
4491
4607
|
|
|
4492
4608
|
/* style inject shadow dom */
|
|
4493
4609
|
|
|
4494
|
-
const __vue_component__$
|
|
4495
|
-
render: __vue_render__$
|
|
4496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4497
|
-
}, __vue_inject_styles__$
|
|
4610
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4611
|
+
render: __vue_render__$l,
|
|
4612
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4613
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
4498
4614
|
|
|
4499
4615
|
//
|
|
4500
4616
|
//
|
|
@@ -4505,7 +4621,7 @@ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
4505
4621
|
//
|
|
4506
4622
|
//
|
|
4507
4623
|
//
|
|
4508
|
-
var script$
|
|
4624
|
+
var script$k = {
|
|
4509
4625
|
components: {
|
|
4510
4626
|
VProgressCircular: VProgressCircular
|
|
4511
4627
|
},
|
|
@@ -4533,10 +4649,10 @@ var script$j = {
|
|
|
4533
4649
|
};
|
|
4534
4650
|
|
|
4535
4651
|
/* script */
|
|
4536
|
-
const __vue_script__$
|
|
4652
|
+
const __vue_script__$k = script$k;
|
|
4537
4653
|
/* template */
|
|
4538
4654
|
|
|
4539
|
-
var __vue_render__$
|
|
4655
|
+
var __vue_render__$k = function () {
|
|
4540
4656
|
var _vm = this;
|
|
4541
4657
|
|
|
4542
4658
|
var _h = _vm.$createElement;
|
|
@@ -4554,33 +4670,33 @@ var __vue_render__$j = function () {
|
|
|
4554
4670
|
});
|
|
4555
4671
|
};
|
|
4556
4672
|
|
|
4557
|
-
var __vue_staticRenderFns__$
|
|
4673
|
+
var __vue_staticRenderFns__$k = [];
|
|
4558
4674
|
/* style */
|
|
4559
4675
|
|
|
4560
|
-
const __vue_inject_styles__$
|
|
4676
|
+
const __vue_inject_styles__$k = undefined;
|
|
4561
4677
|
/* scoped */
|
|
4562
4678
|
|
|
4563
|
-
const __vue_scope_id__$
|
|
4679
|
+
const __vue_scope_id__$k = undefined;
|
|
4564
4680
|
/* module identifier */
|
|
4565
4681
|
|
|
4566
|
-
const __vue_module_identifier__$
|
|
4682
|
+
const __vue_module_identifier__$k = undefined;
|
|
4567
4683
|
/* functional template */
|
|
4568
4684
|
|
|
4569
|
-
const __vue_is_functional_template__$
|
|
4685
|
+
const __vue_is_functional_template__$k = false;
|
|
4570
4686
|
/* style inject */
|
|
4571
4687
|
|
|
4572
4688
|
/* style inject SSR */
|
|
4573
4689
|
|
|
4574
4690
|
/* style inject shadow dom */
|
|
4575
4691
|
|
|
4576
|
-
const __vue_component__$
|
|
4577
|
-
render: __vue_render__$
|
|
4578
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4579
|
-
}, __vue_inject_styles__$
|
|
4692
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4693
|
+
render: __vue_render__$k,
|
|
4694
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4695
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
4580
4696
|
|
|
4581
|
-
var script$
|
|
4697
|
+
var script$j = {
|
|
4582
4698
|
components: {
|
|
4583
|
-
VcIcon: __vue_component__$
|
|
4699
|
+
VcIcon: __vue_component__$O,
|
|
4584
4700
|
VSwitch: VSwitch
|
|
4585
4701
|
},
|
|
4586
4702
|
name: "VcSwitch",
|
|
@@ -4618,10 +4734,10 @@ var script$i = {
|
|
|
4618
4734
|
};
|
|
4619
4735
|
|
|
4620
4736
|
/* script */
|
|
4621
|
-
const __vue_script__$
|
|
4737
|
+
const __vue_script__$j = script$j;
|
|
4622
4738
|
/* template */
|
|
4623
4739
|
|
|
4624
|
-
var __vue_render__$
|
|
4740
|
+
var __vue_render__$j = function () {
|
|
4625
4741
|
var _vm = this;
|
|
4626
4742
|
|
|
4627
4743
|
var _h = _vm.$createElement;
|
|
@@ -4671,10 +4787,10 @@ var __vue_render__$i = function () {
|
|
|
4671
4787
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4672
4788
|
};
|
|
4673
4789
|
|
|
4674
|
-
var __vue_staticRenderFns__$
|
|
4790
|
+
var __vue_staticRenderFns__$j = [];
|
|
4675
4791
|
/* style */
|
|
4676
4792
|
|
|
4677
|
-
const __vue_inject_styles__$
|
|
4793
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
4678
4794
|
if (!inject) return;
|
|
4679
4795
|
inject("data-v-52aeef04_0", {
|
|
4680
4796
|
source: ".switchContainer .VcSwitch[data-v-52aeef04]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-52aeef04] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-52aeef04] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-52aeef04]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-52aeef04]{position:relative}.switchContainer .VcSwitchIconV[data-v-52aeef04]{left:30px;top:-47px;margin-bottom:-47px;fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-52aeef04]{left:7.4px;top:-51px;margin-bottom:-51px;fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-52aeef04]{height:var(--size-value6)}",
|
|
@@ -4685,26 +4801,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
4685
4801
|
/* scoped */
|
|
4686
4802
|
|
|
4687
4803
|
|
|
4688
|
-
const __vue_scope_id__$
|
|
4804
|
+
const __vue_scope_id__$j = "data-v-52aeef04";
|
|
4689
4805
|
/* module identifier */
|
|
4690
4806
|
|
|
4691
|
-
const __vue_module_identifier__$
|
|
4807
|
+
const __vue_module_identifier__$j = undefined;
|
|
4692
4808
|
/* functional template */
|
|
4693
4809
|
|
|
4694
|
-
const __vue_is_functional_template__$
|
|
4810
|
+
const __vue_is_functional_template__$j = false;
|
|
4695
4811
|
/* style inject SSR */
|
|
4696
4812
|
|
|
4697
4813
|
/* style inject shadow dom */
|
|
4698
4814
|
|
|
4699
|
-
const __vue_component__$
|
|
4700
|
-
render: __vue_render__$
|
|
4701
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4702
|
-
}, __vue_inject_styles__$
|
|
4815
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4816
|
+
render: __vue_render__$j,
|
|
4817
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
4818
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
4703
4819
|
|
|
4704
|
-
var script$
|
|
4820
|
+
var script$i = {
|
|
4705
4821
|
components: {
|
|
4706
|
-
VcIcon: __vue_component__$
|
|
4707
|
-
VcSwitch: __vue_component__$
|
|
4822
|
+
VcIcon: __vue_component__$O,
|
|
4823
|
+
VcSwitch: __vue_component__$j,
|
|
4708
4824
|
VContainer: VContainer
|
|
4709
4825
|
},
|
|
4710
4826
|
name: 'VcListEntity',
|
|
@@ -4729,10 +4845,10 @@ var script$h = {
|
|
|
4729
4845
|
};
|
|
4730
4846
|
|
|
4731
4847
|
/* script */
|
|
4732
|
-
const __vue_script__$
|
|
4848
|
+
const __vue_script__$i = script$i;
|
|
4733
4849
|
/* template */
|
|
4734
4850
|
|
|
4735
|
-
var __vue_render__$
|
|
4851
|
+
var __vue_render__$i = function () {
|
|
4736
4852
|
var _vm = this;
|
|
4737
4853
|
|
|
4738
4854
|
var _h = _vm.$createElement;
|
|
@@ -4778,10 +4894,10 @@ var __vue_render__$h = function () {
|
|
|
4778
4894
|
})], 1)])])], 1);
|
|
4779
4895
|
};
|
|
4780
4896
|
|
|
4781
|
-
var __vue_staticRenderFns__$
|
|
4897
|
+
var __vue_staticRenderFns__$i = [];
|
|
4782
4898
|
/* style */
|
|
4783
4899
|
|
|
4784
|
-
const __vue_inject_styles__$
|
|
4900
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
4785
4901
|
if (!inject) return;
|
|
4786
4902
|
inject("data-v-03298204_0", {
|
|
4787
4903
|
source: ".listEntity .sl-title{font-size:var(--font-size-x-small);line-height:var(--size-value4);font-weight:var(--font-weight-medium2);margin:0 8px}.listEntity .sl-row{min-width:100%}",
|
|
@@ -4792,27 +4908,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
4792
4908
|
/* scoped */
|
|
4793
4909
|
|
|
4794
4910
|
|
|
4795
|
-
const __vue_scope_id__$
|
|
4911
|
+
const __vue_scope_id__$i = undefined;
|
|
4796
4912
|
/* module identifier */
|
|
4797
4913
|
|
|
4798
|
-
const __vue_module_identifier__$
|
|
4914
|
+
const __vue_module_identifier__$i = undefined;
|
|
4799
4915
|
/* functional template */
|
|
4800
4916
|
|
|
4801
|
-
const __vue_is_functional_template__$
|
|
4917
|
+
const __vue_is_functional_template__$i = false;
|
|
4802
4918
|
/* style inject SSR */
|
|
4803
4919
|
|
|
4804
4920
|
/* style inject shadow dom */
|
|
4805
4921
|
|
|
4806
|
-
const __vue_component__$
|
|
4807
|
-
render: __vue_render__$
|
|
4808
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4809
|
-
}, __vue_inject_styles__$
|
|
4922
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4923
|
+
render: __vue_render__$i,
|
|
4924
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
4925
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
4810
4926
|
|
|
4811
|
-
var script$
|
|
4927
|
+
var script$h = {
|
|
4812
4928
|
components: {
|
|
4813
|
-
VcImage: __vue_component__$
|
|
4814
|
-
VcIcon: __vue_component__$
|
|
4815
|
-
VcSwitch: __vue_component__$
|
|
4929
|
+
VcImage: __vue_component__$F,
|
|
4930
|
+
VcIcon: __vue_component__$O,
|
|
4931
|
+
VcSwitch: __vue_component__$j,
|
|
4816
4932
|
VContainer: VContainer
|
|
4817
4933
|
},
|
|
4818
4934
|
name: "VcExpansionCard",
|
|
@@ -4847,10 +4963,10 @@ var script$g = {
|
|
|
4847
4963
|
};
|
|
4848
4964
|
|
|
4849
4965
|
/* script */
|
|
4850
|
-
const __vue_script__$
|
|
4966
|
+
const __vue_script__$h = script$h;
|
|
4851
4967
|
/* template */
|
|
4852
4968
|
|
|
4853
|
-
var __vue_render__$
|
|
4969
|
+
var __vue_render__$h = function () {
|
|
4854
4970
|
var _vm = this;
|
|
4855
4971
|
|
|
4856
4972
|
var _h = _vm.$createElement;
|
|
@@ -4925,10 +5041,10 @@ var __vue_render__$g = function () {
|
|
|
4925
5041
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
4926
5042
|
};
|
|
4927
5043
|
|
|
4928
|
-
var __vue_staticRenderFns__$
|
|
5044
|
+
var __vue_staticRenderFns__$h = [];
|
|
4929
5045
|
/* style */
|
|
4930
5046
|
|
|
4931
|
-
const __vue_inject_styles__$
|
|
5047
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
4932
5048
|
if (!inject) return;
|
|
4933
5049
|
inject("data-v-5f907c3e_0", {
|
|
4934
5050
|
source: ".expansionCard[data-v-5f907c3e]{border-radius:var(--border-radius);border:1px solid;border-color:var(--gray-lighten-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active[data-v-5f907c3e]{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title[data-v-5f907c3e]{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}@media screen and (min-width:960px){.expansionCard .ec-title[data-v-5f907c3e]{padding-inline-start:35px}}.expansionCard .VcLogoImage[data-v-5f907c3e]{width:var(--size-value7);height:var(--size-value7);margin:0 6px;box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width[data-v-5f907c3e]{width:100%}.expansionCard .ec-text.order-1[data-v-5f907c3e]{flex-grow:1}.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4)}@media screen and (min-width:960px){.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4) var(--size-value6)}}.expansionCard .default-slot-content[data-v-5f907c3e]{max-height:10000px;transition:max-height;transition-duration:.3s;overflow:hidden}.expansionCard .default-slot-content.hidden[data-v-5f907c3e]{max-height:0}@media screen and (min-width:960px){.expansionCard .default-slot-content[data-v-5f907c3e]{padding-inline-start:108px}}.expansionCardTitle[data-v-5f907c3e]{min-width:100%}.logo-area[data-v-5f907c3e]{min-width:92px}",
|
|
@@ -4943,48 +5059,28 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
4943
5059
|
/* scoped */
|
|
4944
5060
|
|
|
4945
5061
|
|
|
4946
|
-
const __vue_scope_id__$
|
|
5062
|
+
const __vue_scope_id__$h = "data-v-5f907c3e";
|
|
4947
5063
|
/* module identifier */
|
|
4948
5064
|
|
|
4949
|
-
const __vue_module_identifier__$
|
|
5065
|
+
const __vue_module_identifier__$h = undefined;
|
|
4950
5066
|
/* functional template */
|
|
4951
5067
|
|
|
4952
|
-
const __vue_is_functional_template__$
|
|
5068
|
+
const __vue_is_functional_template__$h = false;
|
|
4953
5069
|
/* style inject SSR */
|
|
4954
5070
|
|
|
4955
5071
|
/* style inject shadow dom */
|
|
4956
5072
|
|
|
4957
|
-
const __vue_component__$
|
|
4958
|
-
render: __vue_render__$
|
|
4959
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4960
|
-
}, __vue_inject_styles__$
|
|
5073
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
5074
|
+
render: __vue_render__$h,
|
|
5075
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
5076
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
4961
5077
|
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
//
|
|
4965
|
-
//
|
|
4966
|
-
//
|
|
4967
|
-
//
|
|
4968
|
-
//
|
|
4969
|
-
//
|
|
4970
|
-
//
|
|
4971
|
-
//
|
|
4972
|
-
//
|
|
4973
|
-
//
|
|
4974
|
-
//
|
|
4975
|
-
//
|
|
4976
|
-
//
|
|
4977
|
-
//
|
|
4978
|
-
//
|
|
4979
|
-
//
|
|
4980
|
-
//
|
|
4981
|
-
var script$f = {
|
|
5078
|
+
var script$g = {
|
|
5079
|
+
name: 'VcTextField',
|
|
4982
5080
|
components: {
|
|
5081
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
4983
5082
|
VTextField: VTextField
|
|
4984
5083
|
},
|
|
4985
|
-
|
|
4986
|
-
name: 'VcTextField',
|
|
4987
|
-
|
|
4988
5084
|
props: {
|
|
4989
5085
|
type: {
|
|
4990
5086
|
type: String,
|
|
@@ -5021,15 +5117,27 @@ var script$f = {
|
|
|
5021
5117
|
hint: {
|
|
5022
5118
|
type: String,
|
|
5023
5119
|
default: ''
|
|
5120
|
+
},
|
|
5121
|
+
placeholder: {
|
|
5122
|
+
type: String,
|
|
5123
|
+
default: ''
|
|
5124
|
+
},
|
|
5125
|
+
tooltipHeader: {
|
|
5126
|
+
type: String,
|
|
5127
|
+
default: ''
|
|
5128
|
+
},
|
|
5129
|
+
tooltipContent: {
|
|
5130
|
+
type: String,
|
|
5131
|
+
default: ''
|
|
5024
5132
|
}
|
|
5025
5133
|
}
|
|
5026
5134
|
};
|
|
5027
5135
|
|
|
5028
5136
|
/* script */
|
|
5029
|
-
const __vue_script__$
|
|
5137
|
+
const __vue_script__$g = script$g;
|
|
5030
5138
|
/* template */
|
|
5031
5139
|
|
|
5032
|
-
var __vue_render__$
|
|
5140
|
+
var __vue_render__$g = function () {
|
|
5033
5141
|
var _vm = this;
|
|
5034
5142
|
|
|
5035
5143
|
var _h = _vm.$createElement;
|
|
@@ -5042,6 +5150,7 @@ var __vue_render__$f = function () {
|
|
|
5042
5150
|
"dense": "",
|
|
5043
5151
|
"data-qa": _vm.dataQa,
|
|
5044
5152
|
"label": _vm.label,
|
|
5153
|
+
"placeholder": _vm.placeholder,
|
|
5045
5154
|
"rules": _vm.rules,
|
|
5046
5155
|
"disabled": _vm.disabled,
|
|
5047
5156
|
"type": _vm.type,
|
|
@@ -5057,17 +5166,31 @@ var __vue_render__$f = function () {
|
|
|
5057
5166
|
"input": function (data) {
|
|
5058
5167
|
return _vm.$emit('input', data);
|
|
5059
5168
|
}
|
|
5060
|
-
}
|
|
5169
|
+
},
|
|
5170
|
+
scopedSlots: _vm._u([{
|
|
5171
|
+
key: "append",
|
|
5172
|
+
fn: function () {
|
|
5173
|
+
return [_vm.tooltipContent ? _c('VcIconWithTooltip', {
|
|
5174
|
+
attrs: {
|
|
5175
|
+
"header": _vm.tooltipHeader,
|
|
5176
|
+
"content": _vm.tooltipContent,
|
|
5177
|
+
"size": 15,
|
|
5178
|
+
"icon": 'question'
|
|
5179
|
+
}
|
|
5180
|
+
}) : _vm._e()];
|
|
5181
|
+
},
|
|
5182
|
+
proxy: true
|
|
5183
|
+
}])
|
|
5061
5184
|
});
|
|
5062
5185
|
};
|
|
5063
5186
|
|
|
5064
|
-
var __vue_staticRenderFns__$
|
|
5187
|
+
var __vue_staticRenderFns__$g = [];
|
|
5065
5188
|
/* style */
|
|
5066
5189
|
|
|
5067
|
-
const __vue_inject_styles__$
|
|
5190
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
5068
5191
|
if (!inject) return;
|
|
5069
|
-
inject("data-v-
|
|
5070
|
-
source: ".VcTextInput.v-text-field[data-v-
|
|
5192
|
+
inject("data-v-a0a638cc_0", {
|
|
5193
|
+
source: ".VcTextInput.v-text-field[data-v-a0a638cc]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:after,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused label,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-a0a638cc]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-a0a638cc] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
|
|
5071
5194
|
map: undefined,
|
|
5072
5195
|
media: undefined
|
|
5073
5196
|
});
|
|
@@ -5075,21 +5198,21 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
5075
5198
|
/* scoped */
|
|
5076
5199
|
|
|
5077
5200
|
|
|
5078
|
-
const __vue_scope_id__$
|
|
5201
|
+
const __vue_scope_id__$g = "data-v-a0a638cc";
|
|
5079
5202
|
/* module identifier */
|
|
5080
5203
|
|
|
5081
|
-
const __vue_module_identifier__$
|
|
5204
|
+
const __vue_module_identifier__$g = undefined;
|
|
5082
5205
|
/* functional template */
|
|
5083
5206
|
|
|
5084
|
-
const __vue_is_functional_template__$
|
|
5207
|
+
const __vue_is_functional_template__$g = false;
|
|
5085
5208
|
/* style inject SSR */
|
|
5086
5209
|
|
|
5087
5210
|
/* style inject shadow dom */
|
|
5088
5211
|
|
|
5089
|
-
const __vue_component__$
|
|
5090
|
-
render: __vue_render__$
|
|
5091
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5092
|
-
}, __vue_inject_styles__$
|
|
5212
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5213
|
+
render: __vue_render__$g,
|
|
5214
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
5215
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
5093
5216
|
|
|
5094
5217
|
//
|
|
5095
5218
|
//
|
|
@@ -5109,7 +5232,7 @@ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
5109
5232
|
//
|
|
5110
5233
|
//
|
|
5111
5234
|
//
|
|
5112
|
-
var script$
|
|
5235
|
+
var script$f = {
|
|
5113
5236
|
components: {
|
|
5114
5237
|
VTextarea: VTextarea
|
|
5115
5238
|
},
|
|
@@ -5160,10 +5283,10 @@ var script$e = {
|
|
|
5160
5283
|
};
|
|
5161
5284
|
|
|
5162
5285
|
/* script */
|
|
5163
|
-
const __vue_script__$
|
|
5286
|
+
const __vue_script__$f = script$f;
|
|
5164
5287
|
/* template */
|
|
5165
5288
|
|
|
5166
|
-
var __vue_render__$
|
|
5289
|
+
var __vue_render__$f = function () {
|
|
5167
5290
|
var _vm = this;
|
|
5168
5291
|
|
|
5169
5292
|
var _h = _vm.$createElement;
|
|
@@ -5195,10 +5318,10 @@ var __vue_render__$e = function () {
|
|
|
5195
5318
|
});
|
|
5196
5319
|
};
|
|
5197
5320
|
|
|
5198
|
-
var __vue_staticRenderFns__$
|
|
5321
|
+
var __vue_staticRenderFns__$f = [];
|
|
5199
5322
|
/* style */
|
|
5200
5323
|
|
|
5201
|
-
const __vue_inject_styles__$
|
|
5324
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
5202
5325
|
if (!inject) return;
|
|
5203
5326
|
inject("data-v-22574cc8_0", {
|
|
5204
5327
|
source: "[data-v-22574cc8].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px}[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-focused label,[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-22574cc8].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-22574cc8].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-22574cc8].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-22574cc8].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-22574cc8].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-22574cc8].VcTextArea.v-text-field .v-input__slot:after,[data-v-22574cc8].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-22574cc8].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-22574cc8].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-22574cc8].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -5209,26 +5332,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
5209
5332
|
/* scoped */
|
|
5210
5333
|
|
|
5211
5334
|
|
|
5212
|
-
const __vue_scope_id__$
|
|
5335
|
+
const __vue_scope_id__$f = "data-v-22574cc8";
|
|
5213
5336
|
/* module identifier */
|
|
5214
5337
|
|
|
5215
|
-
const __vue_module_identifier__$
|
|
5338
|
+
const __vue_module_identifier__$f = undefined;
|
|
5216
5339
|
/* functional template */
|
|
5217
5340
|
|
|
5218
|
-
const __vue_is_functional_template__$
|
|
5341
|
+
const __vue_is_functional_template__$f = false;
|
|
5219
5342
|
/* style inject SSR */
|
|
5220
5343
|
|
|
5221
5344
|
/* style inject shadow dom */
|
|
5222
5345
|
|
|
5223
|
-
const __vue_component__$
|
|
5224
|
-
render: __vue_render__$
|
|
5225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5226
|
-
}, __vue_inject_styles__$
|
|
5346
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5347
|
+
render: __vue_render__$f,
|
|
5348
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
5349
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
5227
5350
|
|
|
5228
|
-
var script$
|
|
5351
|
+
var script$e = {
|
|
5229
5352
|
name: 'VcToast',
|
|
5230
5353
|
components: {
|
|
5231
|
-
VcAlert: __vue_component__$
|
|
5354
|
+
VcAlert: __vue_component__$D,
|
|
5232
5355
|
VSnackbar: VSnackbar
|
|
5233
5356
|
},
|
|
5234
5357
|
props: {
|
|
@@ -5249,10 +5372,10 @@ var script$d = {
|
|
|
5249
5372
|
};
|
|
5250
5373
|
|
|
5251
5374
|
/* script */
|
|
5252
|
-
const __vue_script__$
|
|
5375
|
+
const __vue_script__$e = script$e;
|
|
5253
5376
|
/* template */
|
|
5254
5377
|
|
|
5255
|
-
var __vue_render__$
|
|
5378
|
+
var __vue_render__$e = function () {
|
|
5256
5379
|
var _vm = this;
|
|
5257
5380
|
|
|
5258
5381
|
var _h = _vm.$createElement;
|
|
@@ -5274,10 +5397,10 @@ var __vue_render__$d = function () {
|
|
|
5274
5397
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
5275
5398
|
};
|
|
5276
5399
|
|
|
5277
|
-
var __vue_staticRenderFns__$
|
|
5400
|
+
var __vue_staticRenderFns__$e = [];
|
|
5278
5401
|
/* style */
|
|
5279
5402
|
|
|
5280
|
-
const __vue_inject_styles__$
|
|
5403
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
5281
5404
|
if (!inject) return;
|
|
5282
5405
|
inject("data-v-2d3e5bbe_0", {
|
|
5283
5406
|
source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
|
|
@@ -5288,21 +5411,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
5288
5411
|
/* scoped */
|
|
5289
5412
|
|
|
5290
5413
|
|
|
5291
|
-
const __vue_scope_id__$
|
|
5414
|
+
const __vue_scope_id__$e = "data-v-2d3e5bbe";
|
|
5292
5415
|
/* module identifier */
|
|
5293
5416
|
|
|
5294
|
-
const __vue_module_identifier__$
|
|
5417
|
+
const __vue_module_identifier__$e = undefined;
|
|
5295
5418
|
/* functional template */
|
|
5296
5419
|
|
|
5297
|
-
const __vue_is_functional_template__$
|
|
5420
|
+
const __vue_is_functional_template__$e = false;
|
|
5298
5421
|
/* style inject SSR */
|
|
5299
5422
|
|
|
5300
5423
|
/* style inject shadow dom */
|
|
5301
5424
|
|
|
5302
|
-
const __vue_component__$
|
|
5303
|
-
render: __vue_render__$
|
|
5304
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5305
|
-
}, __vue_inject_styles__$
|
|
5425
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
5426
|
+
render: __vue_render__$e,
|
|
5427
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
5428
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
5306
5429
|
|
|
5307
5430
|
//
|
|
5308
5431
|
//
|
|
@@ -5316,7 +5439,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
5316
5439
|
//
|
|
5317
5440
|
//
|
|
5318
5441
|
//
|
|
5319
|
-
var script$
|
|
5442
|
+
var script$d = {
|
|
5320
5443
|
components: {
|
|
5321
5444
|
VCard: VCard
|
|
5322
5445
|
},
|
|
@@ -5340,10 +5463,10 @@ var script$c = {
|
|
|
5340
5463
|
};
|
|
5341
5464
|
|
|
5342
5465
|
/* script */
|
|
5343
|
-
const __vue_script__$
|
|
5466
|
+
const __vue_script__$d = script$d;
|
|
5344
5467
|
/* template */
|
|
5345
5468
|
|
|
5346
|
-
var __vue_render__$
|
|
5469
|
+
var __vue_render__$d = function () {
|
|
5347
5470
|
var _vm = this;
|
|
5348
5471
|
|
|
5349
5472
|
var _h = _vm.$createElement;
|
|
@@ -5377,10 +5500,10 @@ var __vue_render__$c = function () {
|
|
|
5377
5500
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
5378
5501
|
};
|
|
5379
5502
|
|
|
5380
|
-
var __vue_staticRenderFns__$
|
|
5503
|
+
var __vue_staticRenderFns__$d = [];
|
|
5381
5504
|
/* style */
|
|
5382
5505
|
|
|
5383
|
-
const __vue_inject_styles__$
|
|
5506
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
5384
5507
|
if (!inject) return;
|
|
5385
5508
|
inject("data-v-11425092_0", {
|
|
5386
5509
|
source: ".VcCard[data-v-11425092]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-11425092]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-11425092]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-11425092]{border-top:0}.VcCard__dash[data-v-11425092]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -5391,29 +5514,29 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
5391
5514
|
/* scoped */
|
|
5392
5515
|
|
|
5393
5516
|
|
|
5394
|
-
const __vue_scope_id__$
|
|
5517
|
+
const __vue_scope_id__$d = "data-v-11425092";
|
|
5395
5518
|
/* module identifier */
|
|
5396
5519
|
|
|
5397
|
-
const __vue_module_identifier__$
|
|
5520
|
+
const __vue_module_identifier__$d = undefined;
|
|
5398
5521
|
/* functional template */
|
|
5399
5522
|
|
|
5400
|
-
const __vue_is_functional_template__$
|
|
5523
|
+
const __vue_is_functional_template__$d = false;
|
|
5401
5524
|
/* style inject SSR */
|
|
5402
5525
|
|
|
5403
5526
|
/* style inject shadow dom */
|
|
5404
5527
|
|
|
5405
|
-
const __vue_component__$
|
|
5406
|
-
render: __vue_render__$
|
|
5407
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5408
|
-
}, __vue_inject_styles__$
|
|
5528
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5529
|
+
render: __vue_render__$d,
|
|
5530
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
5531
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
5409
5532
|
|
|
5410
|
-
var script$
|
|
5533
|
+
var script$c = {
|
|
5411
5534
|
name: "FilterPanel",
|
|
5412
5535
|
components: {
|
|
5413
|
-
VcLayout: __vue_component__$
|
|
5414
|
-
VcIcon: __vue_component__$
|
|
5415
|
-
VcButton: __vue_component__$
|
|
5416
|
-
VcLoader: __vue_component__$
|
|
5536
|
+
VcLayout: __vue_component__$L,
|
|
5537
|
+
VcIcon: __vue_component__$O,
|
|
5538
|
+
VcButton: __vue_component__$N,
|
|
5539
|
+
VcLoader: __vue_component__$k
|
|
5417
5540
|
},
|
|
5418
5541
|
props: {
|
|
5419
5542
|
title: {
|
|
@@ -5436,10 +5559,10 @@ var script$b = {
|
|
|
5436
5559
|
};
|
|
5437
5560
|
|
|
5438
5561
|
/* script */
|
|
5439
|
-
const __vue_script__$
|
|
5562
|
+
const __vue_script__$c = script$c;
|
|
5440
5563
|
/* template */
|
|
5441
5564
|
|
|
5442
|
-
var __vue_render__$
|
|
5565
|
+
var __vue_render__$c = function () {
|
|
5443
5566
|
var _vm = this;
|
|
5444
5567
|
|
|
5445
5568
|
var _h = _vm.$createElement;
|
|
@@ -5495,10 +5618,10 @@ var __vue_render__$b = function () {
|
|
|
5495
5618
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
5496
5619
|
};
|
|
5497
5620
|
|
|
5498
|
-
var __vue_staticRenderFns__$
|
|
5621
|
+
var __vue_staticRenderFns__$c = [];
|
|
5499
5622
|
/* style */
|
|
5500
5623
|
|
|
5501
|
-
const __vue_inject_styles__$
|
|
5624
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
5502
5625
|
if (!inject) return;
|
|
5503
5626
|
inject("data-v-44aac954_0", {
|
|
5504
5627
|
source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
|
|
@@ -5509,21 +5632,21 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
5509
5632
|
/* scoped */
|
|
5510
5633
|
|
|
5511
5634
|
|
|
5512
|
-
const __vue_scope_id__$
|
|
5635
|
+
const __vue_scope_id__$c = "data-v-44aac954";
|
|
5513
5636
|
/* module identifier */
|
|
5514
5637
|
|
|
5515
|
-
const __vue_module_identifier__$
|
|
5638
|
+
const __vue_module_identifier__$c = undefined;
|
|
5516
5639
|
/* functional template */
|
|
5517
5640
|
|
|
5518
|
-
const __vue_is_functional_template__$
|
|
5641
|
+
const __vue_is_functional_template__$c = false;
|
|
5519
5642
|
/* style inject SSR */
|
|
5520
5643
|
|
|
5521
5644
|
/* style inject shadow dom */
|
|
5522
5645
|
|
|
5523
|
-
const __vue_component__$
|
|
5524
|
-
render: __vue_render__$
|
|
5525
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5526
|
-
}, __vue_inject_styles__$
|
|
5646
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5647
|
+
render: __vue_render__$c,
|
|
5648
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5649
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
5527
5650
|
|
|
5528
5651
|
//
|
|
5529
5652
|
//
|
|
@@ -5531,7 +5654,7 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
5531
5654
|
//
|
|
5532
5655
|
//
|
|
5533
5656
|
//
|
|
5534
|
-
var script$
|
|
5657
|
+
var script$b = {
|
|
5535
5658
|
components: {
|
|
5536
5659
|
VLayout: VLayout
|
|
5537
5660
|
},
|
|
@@ -5547,10 +5670,10 @@ var script$a = {
|
|
|
5547
5670
|
};
|
|
5548
5671
|
|
|
5549
5672
|
/* script */
|
|
5550
|
-
const __vue_script__$
|
|
5673
|
+
const __vue_script__$b = script$b;
|
|
5551
5674
|
/* template */
|
|
5552
5675
|
|
|
5553
|
-
var __vue_render__$
|
|
5676
|
+
var __vue_render__$b = function () {
|
|
5554
5677
|
var _vm = this;
|
|
5555
5678
|
|
|
5556
5679
|
var _h = _vm.$createElement;
|
|
@@ -5565,10 +5688,10 @@ var __vue_render__$a = function () {
|
|
|
5565
5688
|
}, [_vm._t("default")], 2);
|
|
5566
5689
|
};
|
|
5567
5690
|
|
|
5568
|
-
var __vue_staticRenderFns__$
|
|
5691
|
+
var __vue_staticRenderFns__$b = [];
|
|
5569
5692
|
/* style */
|
|
5570
5693
|
|
|
5571
|
-
const __vue_inject_styles__$
|
|
5694
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
5572
5695
|
if (!inject) return;
|
|
5573
5696
|
inject("data-v-e2463588_0", {
|
|
5574
5697
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -5579,27 +5702,27 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
5579
5702
|
/* scoped */
|
|
5580
5703
|
|
|
5581
5704
|
|
|
5582
|
-
const __vue_scope_id__$
|
|
5705
|
+
const __vue_scope_id__$b = "data-v-e2463588";
|
|
5583
5706
|
/* module identifier */
|
|
5584
5707
|
|
|
5585
|
-
const __vue_module_identifier__$
|
|
5708
|
+
const __vue_module_identifier__$b = undefined;
|
|
5586
5709
|
/* functional template */
|
|
5587
5710
|
|
|
5588
|
-
const __vue_is_functional_template__$
|
|
5711
|
+
const __vue_is_functional_template__$b = false;
|
|
5589
5712
|
/* style inject SSR */
|
|
5590
5713
|
|
|
5591
5714
|
/* style inject shadow dom */
|
|
5592
5715
|
|
|
5593
|
-
const __vue_component__$
|
|
5594
|
-
render: __vue_render__$
|
|
5595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5596
|
-
}, __vue_inject_styles__$
|
|
5716
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
5717
|
+
render: __vue_render__$b,
|
|
5718
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
5719
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
5597
5720
|
|
|
5598
5721
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5599
|
-
var script$
|
|
5722
|
+
var script$a = {
|
|
5600
5723
|
name: "VcLink",
|
|
5601
5724
|
components: {
|
|
5602
|
-
VcIcon: __vue_component__$
|
|
5725
|
+
VcIcon: __vue_component__$O
|
|
5603
5726
|
},
|
|
5604
5727
|
props: {
|
|
5605
5728
|
label: {
|
|
@@ -5643,10 +5766,10 @@ var script$9 = {
|
|
|
5643
5766
|
};
|
|
5644
5767
|
|
|
5645
5768
|
/* script */
|
|
5646
|
-
const __vue_script__$
|
|
5769
|
+
const __vue_script__$a = script$a;
|
|
5647
5770
|
/* template */
|
|
5648
5771
|
|
|
5649
|
-
var __vue_render__$
|
|
5772
|
+
var __vue_render__$a = function () {
|
|
5650
5773
|
var _vm = this;
|
|
5651
5774
|
|
|
5652
5775
|
var _h = _vm.$createElement;
|
|
@@ -5671,10 +5794,10 @@ var __vue_render__$9 = function () {
|
|
|
5671
5794
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5672
5795
|
};
|
|
5673
5796
|
|
|
5674
|
-
var __vue_staticRenderFns__$
|
|
5797
|
+
var __vue_staticRenderFns__$a = [];
|
|
5675
5798
|
/* style */
|
|
5676
5799
|
|
|
5677
|
-
const __vue_inject_styles__$
|
|
5800
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
5678
5801
|
if (!inject) return;
|
|
5679
5802
|
inject("data-v-3bb9804c_0", {
|
|
5680
5803
|
source: ".VcLink[data-v-3bb9804c]{display:flex;align-items:center;font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);padding-top:var(--size-value1);text-decoration:none;color:var(--blue)}.VcLink.link-secondary[data-v-3bb9804c]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-3bb9804c] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-3bb9804c]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-3bb9804c]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-3bb9804c] svg path{fill:var(--blue)}",
|
|
@@ -5685,28 +5808,28 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
5685
5808
|
/* scoped */
|
|
5686
5809
|
|
|
5687
5810
|
|
|
5688
|
-
const __vue_scope_id__$
|
|
5811
|
+
const __vue_scope_id__$a = "data-v-3bb9804c";
|
|
5689
5812
|
/* module identifier */
|
|
5690
5813
|
|
|
5691
|
-
const __vue_module_identifier__$
|
|
5814
|
+
const __vue_module_identifier__$a = undefined;
|
|
5692
5815
|
/* functional template */
|
|
5693
5816
|
|
|
5694
|
-
const __vue_is_functional_template__$
|
|
5817
|
+
const __vue_is_functional_template__$a = false;
|
|
5695
5818
|
/* style inject SSR */
|
|
5696
5819
|
|
|
5697
5820
|
/* style inject shadow dom */
|
|
5698
5821
|
|
|
5699
|
-
const __vue_component__$
|
|
5700
|
-
render: __vue_render__$
|
|
5701
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5702
|
-
}, __vue_inject_styles__$
|
|
5822
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
5823
|
+
render: __vue_render__$a,
|
|
5824
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5825
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
5703
5826
|
|
|
5704
|
-
var script$
|
|
5827
|
+
var script$9 = {
|
|
5705
5828
|
name: "ListItem",
|
|
5706
5829
|
components: {
|
|
5707
|
-
VcLayout: __vue_component__$
|
|
5708
|
-
VcCheckbox: __vue_component__$
|
|
5709
|
-
VcActions: __vue_component__$
|
|
5830
|
+
VcLayout: __vue_component__$L,
|
|
5831
|
+
VcCheckbox: __vue_component__$t,
|
|
5832
|
+
VcActions: __vue_component__$x
|
|
5710
5833
|
},
|
|
5711
5834
|
props: {
|
|
5712
5835
|
showSelect: {
|
|
@@ -5736,10 +5859,10 @@ var script$8 = {
|
|
|
5736
5859
|
};
|
|
5737
5860
|
|
|
5738
5861
|
/* script */
|
|
5739
|
-
const __vue_script__$
|
|
5862
|
+
const __vue_script__$9 = script$9;
|
|
5740
5863
|
/* template */
|
|
5741
5864
|
|
|
5742
|
-
var __vue_render__$
|
|
5865
|
+
var __vue_render__$9 = function () {
|
|
5743
5866
|
var _vm = this;
|
|
5744
5867
|
|
|
5745
5868
|
var _h = _vm.$createElement;
|
|
@@ -5784,10 +5907,10 @@ var __vue_render__$8 = function () {
|
|
|
5784
5907
|
})], 2)], 1);
|
|
5785
5908
|
};
|
|
5786
5909
|
|
|
5787
|
-
var __vue_staticRenderFns__$
|
|
5910
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5788
5911
|
/* style */
|
|
5789
5912
|
|
|
5790
|
-
const __vue_inject_styles__$
|
|
5913
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
5791
5914
|
if (!inject) return;
|
|
5792
5915
|
inject("data-v-0a8bbb3a_0", {
|
|
5793
5916
|
source: ".VcListItem[data-v-0a8bbb3a]{flex-grow:0;padding:var(--size-value6) 0}@media screen and (min-width:960px){.VcListItem[data-v-0a8bbb3a]{padding:var(--size-value6) var(--size-value5)}}.VcListItem .selected-checkbox[data-v-0a8bbb3a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-0a8bbb3a]{justify-content:flex-end;transition:opacity .3s;flex-grow:0;align-items:center}@media screen and (min-width:960px){.VcListItem .right-area[data-v-0a8bbb3a]{opacity:0}}.VcListItem .right-area .three-dots[data-v-0a8bbb3a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-0a8bbb3a]{min-width:14px}}.VcListItem:hover .right-area[data-v-0a8bbb3a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-0a8bbb3a]{padding:0;min-width:auto}",
|
|
@@ -5798,26 +5921,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
5798
5921
|
/* scoped */
|
|
5799
5922
|
|
|
5800
5923
|
|
|
5801
|
-
const __vue_scope_id__$
|
|
5924
|
+
const __vue_scope_id__$9 = "data-v-0a8bbb3a";
|
|
5802
5925
|
/* module identifier */
|
|
5803
5926
|
|
|
5804
|
-
const __vue_module_identifier__$
|
|
5927
|
+
const __vue_module_identifier__$9 = undefined;
|
|
5805
5928
|
/* functional template */
|
|
5806
5929
|
|
|
5807
|
-
const __vue_is_functional_template__$
|
|
5930
|
+
const __vue_is_functional_template__$9 = false;
|
|
5808
5931
|
/* style inject SSR */
|
|
5809
5932
|
|
|
5810
5933
|
/* style inject shadow dom */
|
|
5811
5934
|
|
|
5812
|
-
const __vue_component__$
|
|
5813
|
-
render: __vue_render__$
|
|
5814
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5815
|
-
}, __vue_inject_styles__$
|
|
5935
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
5936
|
+
render: __vue_render__$9,
|
|
5937
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5938
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
5816
5939
|
|
|
5817
|
-
var script$
|
|
5940
|
+
var script$8 = {
|
|
5818
5941
|
name: "VcGroupHeader",
|
|
5819
5942
|
components: {
|
|
5820
|
-
VcLayout: __vue_component__$
|
|
5943
|
+
VcLayout: __vue_component__$L
|
|
5821
5944
|
},
|
|
5822
5945
|
props: {
|
|
5823
5946
|
title: {
|
|
@@ -5836,10 +5959,10 @@ var script$7 = {
|
|
|
5836
5959
|
};
|
|
5837
5960
|
|
|
5838
5961
|
/* script */
|
|
5839
|
-
const __vue_script__$
|
|
5962
|
+
const __vue_script__$8 = script$8;
|
|
5840
5963
|
/* template */
|
|
5841
5964
|
|
|
5842
|
-
var __vue_render__$
|
|
5965
|
+
var __vue_render__$8 = function () {
|
|
5843
5966
|
var _vm = this;
|
|
5844
5967
|
|
|
5845
5968
|
var _h = _vm.$createElement;
|
|
@@ -5855,10 +5978,10 @@ var __vue_render__$7 = function () {
|
|
|
5855
5978
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
5856
5979
|
};
|
|
5857
5980
|
|
|
5858
|
-
var __vue_staticRenderFns__$
|
|
5981
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5859
5982
|
/* style */
|
|
5860
5983
|
|
|
5861
|
-
const __vue_inject_styles__$
|
|
5984
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
5862
5985
|
if (!inject) return;
|
|
5863
5986
|
inject("data-v-5cb0ff3e_0", {
|
|
5864
5987
|
source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
|
|
@@ -5869,36 +5992,36 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
5869
5992
|
/* scoped */
|
|
5870
5993
|
|
|
5871
5994
|
|
|
5872
|
-
const __vue_scope_id__$
|
|
5995
|
+
const __vue_scope_id__$8 = "data-v-5cb0ff3e";
|
|
5873
5996
|
/* module identifier */
|
|
5874
5997
|
|
|
5875
|
-
const __vue_module_identifier__$
|
|
5998
|
+
const __vue_module_identifier__$8 = undefined;
|
|
5876
5999
|
/* functional template */
|
|
5877
6000
|
|
|
5878
|
-
const __vue_is_functional_template__$
|
|
6001
|
+
const __vue_is_functional_template__$8 = false;
|
|
5879
6002
|
/* style inject SSR */
|
|
5880
6003
|
|
|
5881
6004
|
/* style inject shadow dom */
|
|
5882
6005
|
|
|
5883
|
-
const __vue_component__$
|
|
5884
|
-
render: __vue_render__$
|
|
5885
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5886
|
-
}, __vue_inject_styles__$
|
|
6006
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
6007
|
+
render: __vue_render__$8,
|
|
6008
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6009
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
5887
6010
|
|
|
5888
6011
|
//
|
|
5889
6012
|
//
|
|
5890
6013
|
//
|
|
5891
6014
|
//
|
|
5892
|
-
var script$
|
|
6015
|
+
var script$7 = {
|
|
5893
6016
|
name: 'VcSvg',
|
|
5894
6017
|
props: ['svg']
|
|
5895
6018
|
};
|
|
5896
6019
|
|
|
5897
6020
|
/* script */
|
|
5898
|
-
const __vue_script__$
|
|
6021
|
+
const __vue_script__$7 = script$7;
|
|
5899
6022
|
/* template */
|
|
5900
6023
|
|
|
5901
|
-
var __vue_render__$
|
|
6024
|
+
var __vue_render__$7 = function () {
|
|
5902
6025
|
var _vm = this;
|
|
5903
6026
|
|
|
5904
6027
|
var _h = _vm.$createElement;
|
|
@@ -5912,38 +6035,38 @@ var __vue_render__$6 = function () {
|
|
|
5912
6035
|
});
|
|
5913
6036
|
};
|
|
5914
6037
|
|
|
5915
|
-
var __vue_staticRenderFns__$
|
|
6038
|
+
var __vue_staticRenderFns__$7 = [];
|
|
5916
6039
|
/* style */
|
|
5917
6040
|
|
|
5918
|
-
const __vue_inject_styles__$
|
|
6041
|
+
const __vue_inject_styles__$7 = undefined;
|
|
5919
6042
|
/* scoped */
|
|
5920
6043
|
|
|
5921
|
-
const __vue_scope_id__$
|
|
6044
|
+
const __vue_scope_id__$7 = undefined;
|
|
5922
6045
|
/* module identifier */
|
|
5923
6046
|
|
|
5924
|
-
const __vue_module_identifier__$
|
|
6047
|
+
const __vue_module_identifier__$7 = undefined;
|
|
5925
6048
|
/* functional template */
|
|
5926
6049
|
|
|
5927
|
-
const __vue_is_functional_template__$
|
|
6050
|
+
const __vue_is_functional_template__$7 = false;
|
|
5928
6051
|
/* style inject */
|
|
5929
6052
|
|
|
5930
6053
|
/* style inject SSR */
|
|
5931
6054
|
|
|
5932
6055
|
/* style inject shadow dom */
|
|
5933
6056
|
|
|
5934
|
-
const __vue_component__$
|
|
5935
|
-
render: __vue_render__$
|
|
5936
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5937
|
-
}, __vue_inject_styles__$
|
|
6057
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
6058
|
+
render: __vue_render__$7,
|
|
6059
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6060
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
5938
6061
|
|
|
5939
|
-
var script$
|
|
6062
|
+
var script$6 = {
|
|
5940
6063
|
name: 'VcEmptyState',
|
|
5941
6064
|
components: {
|
|
5942
|
-
VcImage: __vue_component__$
|
|
5943
|
-
VcSvg: __vue_component__$
|
|
5944
|
-
VcButton: __vue_component__$
|
|
5945
|
-
VcLayout: __vue_component__$
|
|
5946
|
-
VcLink: __vue_component__$
|
|
6065
|
+
VcImage: __vue_component__$F,
|
|
6066
|
+
VcSvg: __vue_component__$7,
|
|
6067
|
+
VcButton: __vue_component__$N,
|
|
6068
|
+
VcLayout: __vue_component__$L,
|
|
6069
|
+
VcLink: __vue_component__$a
|
|
5947
6070
|
},
|
|
5948
6071
|
props: {
|
|
5949
6072
|
size: {
|
|
@@ -5998,10 +6121,10 @@ var script$5 = {
|
|
|
5998
6121
|
};
|
|
5999
6122
|
|
|
6000
6123
|
/* script */
|
|
6001
|
-
const __vue_script__$
|
|
6124
|
+
const __vue_script__$6 = script$6;
|
|
6002
6125
|
/* template */
|
|
6003
6126
|
|
|
6004
|
-
var __vue_render__$
|
|
6127
|
+
var __vue_render__$6 = function () {
|
|
6005
6128
|
var _vm = this;
|
|
6006
6129
|
|
|
6007
6130
|
var _h = _vm.$createElement;
|
|
@@ -6057,10 +6180,10 @@ var __vue_render__$5 = function () {
|
|
|
6057
6180
|
})], 2);
|
|
6058
6181
|
};
|
|
6059
6182
|
|
|
6060
|
-
var __vue_staticRenderFns__$
|
|
6183
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6061
6184
|
/* style */
|
|
6062
6185
|
|
|
6063
|
-
const __vue_inject_styles__$
|
|
6186
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6064
6187
|
if (!inject) return;
|
|
6065
6188
|
inject("data-v-64095910_0", {
|
|
6066
6189
|
source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -6071,27 +6194,27 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6071
6194
|
/* scoped */
|
|
6072
6195
|
|
|
6073
6196
|
|
|
6074
|
-
const __vue_scope_id__$
|
|
6197
|
+
const __vue_scope_id__$6 = "data-v-64095910";
|
|
6075
6198
|
/* module identifier */
|
|
6076
6199
|
|
|
6077
|
-
const __vue_module_identifier__$
|
|
6200
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6078
6201
|
/* functional template */
|
|
6079
6202
|
|
|
6080
|
-
const __vue_is_functional_template__$
|
|
6203
|
+
const __vue_is_functional_template__$6 = false;
|
|
6081
6204
|
/* style inject SSR */
|
|
6082
6205
|
|
|
6083
6206
|
/* style inject shadow dom */
|
|
6084
6207
|
|
|
6085
|
-
const __vue_component__$
|
|
6086
|
-
render: __vue_render__$
|
|
6087
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6088
|
-
}, __vue_inject_styles__$
|
|
6208
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
6209
|
+
render: __vue_render__$6,
|
|
6210
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6211
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6089
6212
|
|
|
6090
|
-
var script$
|
|
6213
|
+
var script$5 = {
|
|
6091
6214
|
name: "VcBanner",
|
|
6092
6215
|
components: {
|
|
6093
|
-
VcImage: __vue_component__$
|
|
6094
|
-
VcButton: __vue_component__$
|
|
6216
|
+
VcImage: __vue_component__$F,
|
|
6217
|
+
VcButton: __vue_component__$N
|
|
6095
6218
|
},
|
|
6096
6219
|
props: {
|
|
6097
6220
|
dataQa: {
|
|
@@ -6119,10 +6242,10 @@ var script$4 = {
|
|
|
6119
6242
|
};
|
|
6120
6243
|
|
|
6121
6244
|
/* script */
|
|
6122
|
-
const __vue_script__$
|
|
6245
|
+
const __vue_script__$5 = script$5;
|
|
6123
6246
|
/* template */
|
|
6124
6247
|
|
|
6125
|
-
var __vue_render__$
|
|
6248
|
+
var __vue_render__$5 = function () {
|
|
6126
6249
|
var _vm = this;
|
|
6127
6250
|
|
|
6128
6251
|
var _h = _vm.$createElement;
|
|
@@ -6162,10 +6285,10 @@ var __vue_render__$4 = function () {
|
|
|
6162
6285
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")]) : _vm._e()], 1);
|
|
6163
6286
|
};
|
|
6164
6287
|
|
|
6165
|
-
var __vue_staticRenderFns__$
|
|
6288
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6166
6289
|
/* style */
|
|
6167
6290
|
|
|
6168
|
-
const __vue_inject_styles__$
|
|
6291
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
6169
6292
|
if (!inject) return;
|
|
6170
6293
|
inject("data-v-d461d238_0", {
|
|
6171
6294
|
source: ".VcBanner[data-v-d461d238]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-d461d238]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner .VcBannerImage[data-v-d461d238]{height:105px}.VcBanner .text-container[data-v-d461d238]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-d461d238]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-d461d238]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-d461d238]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
|
|
@@ -6176,27 +6299,27 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
6176
6299
|
/* scoped */
|
|
6177
6300
|
|
|
6178
6301
|
|
|
6179
|
-
const __vue_scope_id__$
|
|
6302
|
+
const __vue_scope_id__$5 = "data-v-d461d238";
|
|
6180
6303
|
/* module identifier */
|
|
6181
6304
|
|
|
6182
|
-
const __vue_module_identifier__$
|
|
6305
|
+
const __vue_module_identifier__$5 = undefined;
|
|
6183
6306
|
/* functional template */
|
|
6184
6307
|
|
|
6185
|
-
const __vue_is_functional_template__$
|
|
6308
|
+
const __vue_is_functional_template__$5 = false;
|
|
6186
6309
|
/* style inject SSR */
|
|
6187
6310
|
|
|
6188
6311
|
/* style inject shadow dom */
|
|
6189
6312
|
|
|
6190
|
-
const __vue_component__$
|
|
6191
|
-
render: __vue_render__$
|
|
6192
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6193
|
-
}, __vue_inject_styles__$
|
|
6313
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
6314
|
+
render: __vue_render__$5,
|
|
6315
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6316
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6194
6317
|
|
|
6195
|
-
var script$
|
|
6318
|
+
var script$4 = {
|
|
6196
6319
|
name: "VcWizardCtaContainer",
|
|
6197
6320
|
components: {
|
|
6198
|
-
VcButton: __vue_component__$
|
|
6199
|
-
VcLayout: __vue_component__$
|
|
6321
|
+
VcButton: __vue_component__$N,
|
|
6322
|
+
VcLayout: __vue_component__$L
|
|
6200
6323
|
},
|
|
6201
6324
|
props: {
|
|
6202
6325
|
isBackDisplayed: {
|
|
@@ -6223,10 +6346,10 @@ var script$3 = {
|
|
|
6223
6346
|
};
|
|
6224
6347
|
|
|
6225
6348
|
/* script */
|
|
6226
|
-
const __vue_script__$
|
|
6349
|
+
const __vue_script__$4 = script$4;
|
|
6227
6350
|
/* template */
|
|
6228
6351
|
|
|
6229
|
-
var __vue_render__$
|
|
6352
|
+
var __vue_render__$4 = function () {
|
|
6230
6353
|
var _vm = this;
|
|
6231
6354
|
|
|
6232
6355
|
var _h = _vm.$createElement;
|
|
@@ -6266,10 +6389,10 @@ var __vue_render__$3 = function () {
|
|
|
6266
6389
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
6267
6390
|
};
|
|
6268
6391
|
|
|
6269
|
-
var __vue_staticRenderFns__$
|
|
6392
|
+
var __vue_staticRenderFns__$4 = [];
|
|
6270
6393
|
/* style */
|
|
6271
6394
|
|
|
6272
|
-
const __vue_inject_styles__$
|
|
6395
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
6273
6396
|
if (!inject) return;
|
|
6274
6397
|
inject("data-v-f2422ef4_0", {
|
|
6275
6398
|
source: "[data-v-f2422ef4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-f2422ef4]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
|
|
@@ -6280,23 +6403,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
6280
6403
|
/* scoped */
|
|
6281
6404
|
|
|
6282
6405
|
|
|
6283
|
-
const __vue_scope_id__$
|
|
6406
|
+
const __vue_scope_id__$4 = "data-v-f2422ef4";
|
|
6284
6407
|
/* module identifier */
|
|
6285
6408
|
|
|
6286
|
-
const __vue_module_identifier__$
|
|
6409
|
+
const __vue_module_identifier__$4 = undefined;
|
|
6287
6410
|
/* functional template */
|
|
6288
6411
|
|
|
6289
|
-
const __vue_is_functional_template__$
|
|
6412
|
+
const __vue_is_functional_template__$4 = false;
|
|
6290
6413
|
/* style inject SSR */
|
|
6291
6414
|
|
|
6292
6415
|
/* style inject shadow dom */
|
|
6293
6416
|
|
|
6294
|
-
const __vue_component__$
|
|
6295
|
-
render: __vue_render__$
|
|
6296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6297
|
-
}, __vue_inject_styles__$
|
|
6417
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
6418
|
+
render: __vue_render__$4,
|
|
6419
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
6420
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
6298
6421
|
|
|
6299
|
-
var script$
|
|
6422
|
+
var script$3 = {
|
|
6300
6423
|
name: "VcStepperContent",
|
|
6301
6424
|
model: {
|
|
6302
6425
|
prop: 'currentStep'
|
|
@@ -6321,8 +6444,8 @@ var script$2 = {
|
|
|
6321
6444
|
}
|
|
6322
6445
|
},
|
|
6323
6446
|
components: {
|
|
6324
|
-
VcLayout: __vue_component__$
|
|
6325
|
-
VcLoader: __vue_component__$
|
|
6447
|
+
VcLayout: __vue_component__$L,
|
|
6448
|
+
VcLoader: __vue_component__$k,
|
|
6326
6449
|
VStepperContent: VStepperContent,
|
|
6327
6450
|
VStepperItems: VStepperItems,
|
|
6328
6451
|
VStepper: VStepper
|
|
@@ -6399,10 +6522,10 @@ var script$2 = {
|
|
|
6399
6522
|
};
|
|
6400
6523
|
|
|
6401
6524
|
/* script */
|
|
6402
|
-
const __vue_script__$
|
|
6525
|
+
const __vue_script__$3 = script$3;
|
|
6403
6526
|
/* template */
|
|
6404
6527
|
|
|
6405
|
-
var __vue_render__$
|
|
6528
|
+
var __vue_render__$3 = function () {
|
|
6406
6529
|
var _vm = this;
|
|
6407
6530
|
|
|
6408
6531
|
var _h = _vm.$createElement;
|
|
@@ -6485,10 +6608,10 @@ var __vue_render__$2 = function () {
|
|
|
6485
6608
|
}), 1)], 1)], 1);
|
|
6486
6609
|
};
|
|
6487
6610
|
|
|
6488
|
-
var __vue_staticRenderFns__$
|
|
6611
|
+
var __vue_staticRenderFns__$3 = [];
|
|
6489
6612
|
/* style */
|
|
6490
6613
|
|
|
6491
|
-
const __vue_inject_styles__$
|
|
6614
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
6492
6615
|
if (!inject) return;
|
|
6493
6616
|
inject("data-v-dff856ce_0", {
|
|
6494
6617
|
source: "[data-v-dff856ce]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
|
|
@@ -6499,29 +6622,29 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
6499
6622
|
/* scoped */
|
|
6500
6623
|
|
|
6501
6624
|
|
|
6502
|
-
const __vue_scope_id__$
|
|
6625
|
+
const __vue_scope_id__$3 = "data-v-dff856ce";
|
|
6503
6626
|
/* module identifier */
|
|
6504
6627
|
|
|
6505
|
-
const __vue_module_identifier__$
|
|
6628
|
+
const __vue_module_identifier__$3 = undefined;
|
|
6506
6629
|
/* functional template */
|
|
6507
6630
|
|
|
6508
|
-
const __vue_is_functional_template__$
|
|
6631
|
+
const __vue_is_functional_template__$3 = false;
|
|
6509
6632
|
/* style inject SSR */
|
|
6510
6633
|
|
|
6511
6634
|
/* style inject shadow dom */
|
|
6512
6635
|
|
|
6513
|
-
const __vue_component__$
|
|
6514
|
-
render: __vue_render__$
|
|
6515
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6516
|
-
}, __vue_inject_styles__$
|
|
6636
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
6637
|
+
render: __vue_render__$3,
|
|
6638
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
6639
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
6517
6640
|
|
|
6518
|
-
var script$
|
|
6641
|
+
var script$2 = {
|
|
6519
6642
|
name: "VcWizard",
|
|
6520
6643
|
components: {
|
|
6521
|
-
VcStepsBar: __vue_component__$
|
|
6522
|
-
VcStepperContent: __vue_component__$
|
|
6523
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6524
|
-
VcWizardCtaContainer: __vue_component__$
|
|
6644
|
+
VcStepsBar: __vue_component__$w,
|
|
6645
|
+
VcStepperContent: __vue_component__$3,
|
|
6646
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
6647
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
6525
6648
|
VLayout: VLayout
|
|
6526
6649
|
},
|
|
6527
6650
|
props: {
|
|
@@ -6624,10 +6747,10 @@ var script$1 = {
|
|
|
6624
6747
|
};
|
|
6625
6748
|
|
|
6626
6749
|
/* script */
|
|
6627
|
-
const __vue_script__$
|
|
6750
|
+
const __vue_script__$2 = script$2;
|
|
6628
6751
|
/* template */
|
|
6629
6752
|
|
|
6630
|
-
var __vue_render__$
|
|
6753
|
+
var __vue_render__$2 = function () {
|
|
6631
6754
|
var _vm = this;
|
|
6632
6755
|
|
|
6633
6756
|
var _h = _vm.$createElement;
|
|
@@ -6681,10 +6804,10 @@ var __vue_render__$1 = function () {
|
|
|
6681
6804
|
})], 1);
|
|
6682
6805
|
};
|
|
6683
6806
|
|
|
6684
|
-
var __vue_staticRenderFns__$
|
|
6807
|
+
var __vue_staticRenderFns__$2 = [];
|
|
6685
6808
|
/* style */
|
|
6686
6809
|
|
|
6687
|
-
const __vue_inject_styles__$
|
|
6810
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
6688
6811
|
if (!inject) return;
|
|
6689
6812
|
inject("data-v-71d82f6c_0", {
|
|
6690
6813
|
source: "[data-v-71d82f6c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
|
|
@@ -6695,21 +6818,21 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
6695
6818
|
/* scoped */
|
|
6696
6819
|
|
|
6697
6820
|
|
|
6698
|
-
const __vue_scope_id__$
|
|
6821
|
+
const __vue_scope_id__$2 = "data-v-71d82f6c";
|
|
6699
6822
|
/* module identifier */
|
|
6700
6823
|
|
|
6701
|
-
const __vue_module_identifier__$
|
|
6824
|
+
const __vue_module_identifier__$2 = undefined;
|
|
6702
6825
|
/* functional template */
|
|
6703
6826
|
|
|
6704
|
-
const __vue_is_functional_template__$
|
|
6827
|
+
const __vue_is_functional_template__$2 = false;
|
|
6705
6828
|
/* style inject SSR */
|
|
6706
6829
|
|
|
6707
6830
|
/* style inject shadow dom */
|
|
6708
6831
|
|
|
6709
|
-
const __vue_component__$
|
|
6710
|
-
render: __vue_render__$
|
|
6711
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6712
|
-
}, __vue_inject_styles__$
|
|
6832
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
6833
|
+
render: __vue_render__$2,
|
|
6834
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
6835
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
6713
6836
|
|
|
6714
6837
|
//
|
|
6715
6838
|
//
|
|
@@ -6727,7 +6850,7 @@ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
6727
6850
|
//
|
|
6728
6851
|
//
|
|
6729
6852
|
//
|
|
6730
|
-
var script = {
|
|
6853
|
+
var script$1 = {
|
|
6731
6854
|
name: 'VcBadge',
|
|
6732
6855
|
components: {
|
|
6733
6856
|
VBadge: VBadge
|
|
@@ -6760,10 +6883,10 @@ var script = {
|
|
|
6760
6883
|
};
|
|
6761
6884
|
|
|
6762
6885
|
/* script */
|
|
6763
|
-
const __vue_script__ = script;
|
|
6886
|
+
const __vue_script__$1 = script$1;
|
|
6764
6887
|
/* template */
|
|
6765
6888
|
|
|
6766
|
-
var __vue_render__ = function () {
|
|
6889
|
+
var __vue_render__$1 = function () {
|
|
6767
6890
|
var _vm = this;
|
|
6768
6891
|
|
|
6769
6892
|
var _h = _vm.$createElement;
|
|
@@ -6789,10 +6912,10 @@ var __vue_render__ = function () {
|
|
|
6789
6912
|
}, [_vm._t("default")], 2)], 1);
|
|
6790
6913
|
};
|
|
6791
6914
|
|
|
6792
|
-
var __vue_staticRenderFns__ = [];
|
|
6915
|
+
var __vue_staticRenderFns__$1 = [];
|
|
6793
6916
|
/* style */
|
|
6794
6917
|
|
|
6795
|
-
const __vue_inject_styles__ = function (inject) {
|
|
6918
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
6796
6919
|
if (!inject) return;
|
|
6797
6920
|
inject("data-v-4edabf76_0", {
|
|
6798
6921
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -6803,7 +6926,168 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
6803
6926
|
/* scoped */
|
|
6804
6927
|
|
|
6805
6928
|
|
|
6806
|
-
const __vue_scope_id__ = "data-v-4edabf76";
|
|
6929
|
+
const __vue_scope_id__$1 = "data-v-4edabf76";
|
|
6930
|
+
/* module identifier */
|
|
6931
|
+
|
|
6932
|
+
const __vue_module_identifier__$1 = undefined;
|
|
6933
|
+
/* functional template */
|
|
6934
|
+
|
|
6935
|
+
const __vue_is_functional_template__$1 = false;
|
|
6936
|
+
/* style inject SSR */
|
|
6937
|
+
|
|
6938
|
+
/* style inject shadow dom */
|
|
6939
|
+
|
|
6940
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
6941
|
+
render: __vue_render__$1,
|
|
6942
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
6943
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
6944
|
+
|
|
6945
|
+
var script = {
|
|
6946
|
+
name: "VcUpsellBlock",
|
|
6947
|
+
components: {
|
|
6948
|
+
VcSvg: __vue_component__$7,
|
|
6949
|
+
VcImage: __vue_component__$F,
|
|
6950
|
+
VcLink: __vue_component__$a,
|
|
6951
|
+
VcButton: __vue_component__$N,
|
|
6952
|
+
VcLayout: __vue_component__$L,
|
|
6953
|
+
VcIcon: __vue_component__$O
|
|
6954
|
+
},
|
|
6955
|
+
props: {
|
|
6956
|
+
titleText: {
|
|
6957
|
+
type: String,
|
|
6958
|
+
default: ""
|
|
6959
|
+
},
|
|
6960
|
+
subtitleText: {
|
|
6961
|
+
type: String,
|
|
6962
|
+
default: ""
|
|
6963
|
+
},
|
|
6964
|
+
bulletsText: {
|
|
6965
|
+
type: Array,
|
|
6966
|
+
default: () => []
|
|
6967
|
+
},
|
|
6968
|
+
buttonText: {
|
|
6969
|
+
type: String,
|
|
6970
|
+
default: ''
|
|
6971
|
+
},
|
|
6972
|
+
linkText: {
|
|
6973
|
+
type: String,
|
|
6974
|
+
default: ''
|
|
6975
|
+
},
|
|
6976
|
+
imageUrl: {
|
|
6977
|
+
type: [String, Object],
|
|
6978
|
+
default: ''
|
|
6979
|
+
},
|
|
6980
|
+
linkUrl: {
|
|
6981
|
+
type: String,
|
|
6982
|
+
default: ''
|
|
6983
|
+
},
|
|
6984
|
+
mode: {
|
|
6985
|
+
type: String,
|
|
6986
|
+
default: 'page',
|
|
6987
|
+
validator: prop => ['page', 'dialog'].includes(prop)
|
|
6988
|
+
},
|
|
6989
|
+
dataQa: {
|
|
6990
|
+
type: String,
|
|
6991
|
+
default: 'VcUpsellBlock'
|
|
6992
|
+
},
|
|
6993
|
+
icon: {
|
|
6994
|
+
type: String,
|
|
6995
|
+
default: ''
|
|
6996
|
+
}
|
|
6997
|
+
},
|
|
6998
|
+
computed: {
|
|
6999
|
+
isDialog() {
|
|
7000
|
+
return this.mode === 'dialog';
|
|
7001
|
+
}
|
|
7002
|
+
|
|
7003
|
+
}
|
|
7004
|
+
};
|
|
7005
|
+
|
|
7006
|
+
/* script */
|
|
7007
|
+
const __vue_script__ = script;
|
|
7008
|
+
/* template */
|
|
7009
|
+
|
|
7010
|
+
var __vue_render__ = function () {
|
|
7011
|
+
var _vm = this;
|
|
7012
|
+
|
|
7013
|
+
var _h = _vm.$createElement;
|
|
7014
|
+
|
|
7015
|
+
var _c = _vm._self._c || _h;
|
|
7016
|
+
|
|
7017
|
+
return _c('VcLayout', {
|
|
7018
|
+
staticClass: "VcUpsellBlock justify-space-between align-md-center",
|
|
7019
|
+
class: _vm.isDialog ? 'pt-2 dialog-height' : '',
|
|
7020
|
+
attrs: {
|
|
7021
|
+
"data-qa": _vm.dataQa
|
|
7022
|
+
}
|
|
7023
|
+
}, [_c('div', {
|
|
7024
|
+
staticClass: "text-container flex-column pa-6 pb-0"
|
|
7025
|
+
}, [_c('div', {
|
|
7026
|
+
staticClass: "title-text mb-4"
|
|
7027
|
+
}, [_vm._v(_vm._s(_vm.titleText))]), _vm._v(" "), _c('div', {
|
|
7028
|
+
staticClass: "sub-text mb-6"
|
|
7029
|
+
}, [_vm._v(_vm._s(_vm.subtitleText))]), _vm._v(" "), _vm._l(_vm.bulletsText, function (item, index) {
|
|
7030
|
+
return _vm.bulletsText.length > 0 ? _c('div', {
|
|
7031
|
+
key: index,
|
|
7032
|
+
staticClass: "bullets-text d-flex mb-3"
|
|
7033
|
+
}, [_vm.icon ? _c('div', {
|
|
7034
|
+
staticClass: "align-self-start bullets-icon"
|
|
7035
|
+
}, [_c('VcIcon', {
|
|
7036
|
+
attrs: {
|
|
7037
|
+
"size": "16"
|
|
7038
|
+
}
|
|
7039
|
+
}, [_vm._v(_vm._s(_vm.icon))])], 1) : _vm._e(), _vm._v(" "), _c('span', {
|
|
7040
|
+
staticClass: "bullets-span"
|
|
7041
|
+
}, [_vm._v(_vm._s(item))])]) : _vm._e();
|
|
7042
|
+
}), _vm._v(" "), _vm.linkText || _vm.buttonText ? _c('div', {
|
|
7043
|
+
staticClass: "cta-container d-flex mt-md-6",
|
|
7044
|
+
class: _vm.isDialog ? 'cta-container-dialog' : ''
|
|
7045
|
+
}, [_vm.buttonText ? _c('VcButton', {
|
|
7046
|
+
staticClass: "primary-cta",
|
|
7047
|
+
attrs: {
|
|
7048
|
+
"pill": true
|
|
7049
|
+
},
|
|
7050
|
+
on: {
|
|
7051
|
+
"click": function ($event) {
|
|
7052
|
+
return _vm.$emit('buttonClick');
|
|
7053
|
+
}
|
|
7054
|
+
}
|
|
7055
|
+
}, [_vm._v(_vm._s(_vm.buttonText))]) : _vm._e(), _vm._v(" "), _vm.linkText ? _c('VcLink', {
|
|
7056
|
+
staticClass: "secondary-cta justify-center",
|
|
7057
|
+
attrs: {
|
|
7058
|
+
"url": _vm.linkUrl,
|
|
7059
|
+
"label": _vm.linkText
|
|
7060
|
+
}
|
|
7061
|
+
}) : _vm._e()], 1) : _vm._e()], 2), _vm._v(" "), _c('VcLayout', {
|
|
7062
|
+
staticClass: "images-container"
|
|
7063
|
+
}, [_c('VcSvg', {
|
|
7064
|
+
staticClass: "background-stain",
|
|
7065
|
+
attrs: {
|
|
7066
|
+
"svg": _vm.$svgImages.background_stain
|
|
7067
|
+
}
|
|
7068
|
+
}), _vm._v(" "), _c('VcImage', {
|
|
7069
|
+
staticClass: "upsell-image",
|
|
7070
|
+
attrs: {
|
|
7071
|
+
"image": _vm.imageUrl
|
|
7072
|
+
}
|
|
7073
|
+
})], 1)], 1);
|
|
7074
|
+
};
|
|
7075
|
+
|
|
7076
|
+
var __vue_staticRenderFns__ = [];
|
|
7077
|
+
/* style */
|
|
7078
|
+
|
|
7079
|
+
const __vue_inject_styles__ = function (inject) {
|
|
7080
|
+
if (!inject) return;
|
|
7081
|
+
inject("data-v-573bbeb7_0", {
|
|
7082
|
+
source: ".VcUpsellBlock{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock{overflow-x:visible}}.VcUpsellBlock.dialog-height{height:100%}.VcUpsellBlock .text-container{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:0 0 45%}}.VcUpsellBlock .images-container{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container{flex:0 0 45%;min-height:0;overflow:visible}}.VcUpsellBlock .images-container .background-stain{position:absolute;opacity:15%;width:600px;height:380px;left:80px;overflow:hidden}#app[dir=rtl] .VcUpsellBlock .images-container .background-stain{transform:scaleX(-1);width:inherit;left:auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .background-stain{width:1400px;height:800px;left:-15px;top:-360px}}.VcUpsellBlock .images-container .background-stain #background_stain{fill:var(--v-secondary-base)}.VcUpsellBlock .images-container .upsell-image{position:absolute;width:320px;height:380px;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image{height:580px;width:466px;top:-300px}}",
|
|
7083
|
+
map: undefined,
|
|
7084
|
+
media: undefined
|
|
7085
|
+
});
|
|
7086
|
+
};
|
|
7087
|
+
/* scoped */
|
|
7088
|
+
|
|
7089
|
+
|
|
7090
|
+
const __vue_scope_id__ = undefined;
|
|
6807
7091
|
/* module identifier */
|
|
6808
7092
|
|
|
6809
7093
|
const __vue_module_identifier__ = undefined;
|
|
@@ -6823,53 +7107,56 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
6823
7107
|
|
|
6824
7108
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
6825
7109
|
__proto__: null,
|
|
6826
|
-
VcConfirmModal: __vue_component__$
|
|
6827
|
-
VcInputModal: __vue_component__$
|
|
6828
|
-
VcNoticeModal: __vue_component__$
|
|
6829
|
-
VcModalFooter: __vue_component__$
|
|
6830
|
-
VcModalHeader: __vue_component__$
|
|
6831
|
-
VcAlert: __vue_component__$
|
|
6832
|
-
VcTooltip: __vue_component__$
|
|
6833
|
-
VcIconWithTooltip: __vue_component__$
|
|
6834
|
-
VcBottomActions: __vue_component__$
|
|
6835
|
-
VcActionList: __vue_component__$
|
|
6836
|
-
VcActions: __vue_component__$
|
|
6837
|
-
VcStepsBar: __vue_component__$
|
|
6838
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6839
|
-
VcProgressCircular: __vue_component__$
|
|
6840
|
-
VcChecklistItem: __vue_component__$
|
|
6841
|
-
VcListbox: __vue_component__$
|
|
6842
|
-
VcBottomSheet: __vue_component__$
|
|
6843
|
-
VcInputBottomSheet: __vue_component__$
|
|
6844
|
-
VcPopover: __vue_component__$
|
|
6845
|
-
VcInputPopover: __vue_component__$
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6852
|
-
|
|
6853
|
-
|
|
6854
|
-
|
|
6855
|
-
|
|
6856
|
-
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
6861
|
-
|
|
6862
|
-
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
|
|
6869
|
-
|
|
6870
|
-
|
|
6871
|
-
|
|
6872
|
-
|
|
7110
|
+
VcConfirmModal: __vue_component__$I,
|
|
7111
|
+
VcInputModal: __vue_component__$G,
|
|
7112
|
+
VcNoticeModal: __vue_component__$E,
|
|
7113
|
+
VcModalFooter: __vue_component__$K,
|
|
7114
|
+
VcModalHeader: __vue_component__$J,
|
|
7115
|
+
VcAlert: __vue_component__$D,
|
|
7116
|
+
VcTooltip: __vue_component__$C,
|
|
7117
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
7118
|
+
VcBottomActions: __vue_component__$z,
|
|
7119
|
+
VcActionList: __vue_component__$y,
|
|
7120
|
+
VcActions: __vue_component__$x,
|
|
7121
|
+
VcStepsBar: __vue_component__$w,
|
|
7122
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
7123
|
+
VcProgressCircular: __vue_component__$v,
|
|
7124
|
+
VcChecklistItem: __vue_component__$s,
|
|
7125
|
+
VcListbox: __vue_component__$r,
|
|
7126
|
+
VcBottomSheet: __vue_component__$q,
|
|
7127
|
+
VcInputBottomSheet: __vue_component__$p,
|
|
7128
|
+
VcPopover: __vue_component__$o,
|
|
7129
|
+
VcInputPopover: __vue_component__$n,
|
|
7130
|
+
VcChip: __vue_component__$m,
|
|
7131
|
+
VcButton: __vue_component__$N,
|
|
7132
|
+
VcButtonGroup: __vue_component__$l,
|
|
7133
|
+
VcForm: __vue_component__$H,
|
|
7134
|
+
VcIcon: __vue_component__$O,
|
|
7135
|
+
VcLayout: __vue_component__$L,
|
|
7136
|
+
VcLoader: __vue_component__$k,
|
|
7137
|
+
VcSwitch: __vue_component__$j,
|
|
7138
|
+
VcListEntity: __vue_component__$i,
|
|
7139
|
+
VcExpansionCard: __vue_component__$h,
|
|
7140
|
+
VcTextField: __vue_component__$g,
|
|
7141
|
+
VcAvatar: __vue_component__$A,
|
|
7142
|
+
VcTextArea: __vue_component__$f,
|
|
7143
|
+
VcToast: __vue_component__$e,
|
|
7144
|
+
VcCard: __vue_component__$d,
|
|
7145
|
+
VcCheckbox: __vue_component__$t,
|
|
7146
|
+
VcFilterPanel: __vue_component__$c,
|
|
7147
|
+
VcFocusArea: __vue_component__$b,
|
|
7148
|
+
VcLink: __vue_component__$a,
|
|
7149
|
+
VcListItem: __vue_component__$9,
|
|
7150
|
+
VcGroupHeader: __vue_component__$8,
|
|
7151
|
+
VcEmptyState: __vue_component__$6,
|
|
7152
|
+
VcSvg: __vue_component__$7,
|
|
7153
|
+
VcBanner: __vue_component__$5,
|
|
7154
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
7155
|
+
VcWizard: __vue_component__$2,
|
|
7156
|
+
VcImage: __vue_component__$F,
|
|
7157
|
+
VcBadge: __vue_component__$1,
|
|
7158
|
+
VcUpsellBlock: __vue_component__,
|
|
7159
|
+
VcModalContainer: __vue_component__$M
|
|
6873
7160
|
});
|
|
6874
7161
|
|
|
6875
7162
|
// Import vue components
|
|
@@ -6883,53 +7170,56 @@ const install = function installdesignSystem(Vue) {
|
|
|
6883
7170
|
var components = /*#__PURE__*/Object.freeze({
|
|
6884
7171
|
__proto__: null,
|
|
6885
7172
|
'default': install,
|
|
6886
|
-
VcConfirmModal: __vue_component__$
|
|
6887
|
-
VcInputModal: __vue_component__$
|
|
6888
|
-
VcNoticeModal: __vue_component__$
|
|
6889
|
-
VcModalFooter: __vue_component__$
|
|
6890
|
-
VcModalHeader: __vue_component__$
|
|
6891
|
-
VcAlert: __vue_component__$
|
|
6892
|
-
VcTooltip: __vue_component__$
|
|
6893
|
-
VcIconWithTooltip: __vue_component__$
|
|
6894
|
-
VcBottomActions: __vue_component__$
|
|
6895
|
-
VcActionList: __vue_component__$
|
|
6896
|
-
VcActions: __vue_component__$
|
|
6897
|
-
VcStepsBar: __vue_component__$
|
|
6898
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6899
|
-
VcProgressCircular: __vue_component__$
|
|
6900
|
-
VcChecklistItem: __vue_component__$
|
|
6901
|
-
VcListbox: __vue_component__$
|
|
6902
|
-
VcBottomSheet: __vue_component__$
|
|
6903
|
-
VcInputBottomSheet: __vue_component__$
|
|
6904
|
-
VcPopover: __vue_component__$
|
|
6905
|
-
VcInputPopover: __vue_component__$
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
|
|
6926
|
-
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
7173
|
+
VcConfirmModal: __vue_component__$I,
|
|
7174
|
+
VcInputModal: __vue_component__$G,
|
|
7175
|
+
VcNoticeModal: __vue_component__$E,
|
|
7176
|
+
VcModalFooter: __vue_component__$K,
|
|
7177
|
+
VcModalHeader: __vue_component__$J,
|
|
7178
|
+
VcAlert: __vue_component__$D,
|
|
7179
|
+
VcTooltip: __vue_component__$C,
|
|
7180
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
7181
|
+
VcBottomActions: __vue_component__$z,
|
|
7182
|
+
VcActionList: __vue_component__$y,
|
|
7183
|
+
VcActions: __vue_component__$x,
|
|
7184
|
+
VcStepsBar: __vue_component__$w,
|
|
7185
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
7186
|
+
VcProgressCircular: __vue_component__$v,
|
|
7187
|
+
VcChecklistItem: __vue_component__$s,
|
|
7188
|
+
VcListbox: __vue_component__$r,
|
|
7189
|
+
VcBottomSheet: __vue_component__$q,
|
|
7190
|
+
VcInputBottomSheet: __vue_component__$p,
|
|
7191
|
+
VcPopover: __vue_component__$o,
|
|
7192
|
+
VcInputPopover: __vue_component__$n,
|
|
7193
|
+
VcChip: __vue_component__$m,
|
|
7194
|
+
VcButton: __vue_component__$N,
|
|
7195
|
+
VcButtonGroup: __vue_component__$l,
|
|
7196
|
+
VcForm: __vue_component__$H,
|
|
7197
|
+
VcIcon: __vue_component__$O,
|
|
7198
|
+
VcLayout: __vue_component__$L,
|
|
7199
|
+
VcLoader: __vue_component__$k,
|
|
7200
|
+
VcSwitch: __vue_component__$j,
|
|
7201
|
+
VcListEntity: __vue_component__$i,
|
|
7202
|
+
VcExpansionCard: __vue_component__$h,
|
|
7203
|
+
VcTextField: __vue_component__$g,
|
|
7204
|
+
VcAvatar: __vue_component__$A,
|
|
7205
|
+
VcTextArea: __vue_component__$f,
|
|
7206
|
+
VcToast: __vue_component__$e,
|
|
7207
|
+
VcCard: __vue_component__$d,
|
|
7208
|
+
VcCheckbox: __vue_component__$t,
|
|
7209
|
+
VcFilterPanel: __vue_component__$c,
|
|
7210
|
+
VcFocusArea: __vue_component__$b,
|
|
7211
|
+
VcLink: __vue_component__$a,
|
|
7212
|
+
VcListItem: __vue_component__$9,
|
|
7213
|
+
VcGroupHeader: __vue_component__$8,
|
|
7214
|
+
VcEmptyState: __vue_component__$6,
|
|
7215
|
+
VcSvg: __vue_component__$7,
|
|
7216
|
+
VcBanner: __vue_component__$5,
|
|
7217
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
7218
|
+
VcWizard: __vue_component__$2,
|
|
7219
|
+
VcImage: __vue_component__$F,
|
|
7220
|
+
VcBadge: __vue_component__$1,
|
|
7221
|
+
VcUpsellBlock: __vue_component__,
|
|
7222
|
+
VcModalContainer: __vue_component__$M
|
|
6933
7223
|
});
|
|
6934
7224
|
|
|
6935
7225
|
// iife/cjs usage extends esm default export - so import it all
|