@vcita/design-system 1.7.0 → 1.7.1
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/dist/@vcita/design-system.esm.js +130 -82
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +128 -84
- package/init/initI18n.js +25 -13
- package/package.json +1 -1
- package/src/components/VcMenu/VcDropdown.stories.js +58 -0
- package/src/components/VcMenu/VcMenu.stories.js +26 -0
- package/src/components/modal/VcInputModal/VcInputModal.stories.js +4 -1
- package/src/components/modal/VcInputModal/VcInputModal.vue +2 -1
- package/src/components/modal/elements/VcCloseButton.vue +28 -0
- package/src/components/modal/elements/VcModalContainer.vue +13 -23
- package/src/components/modal/elements/VcModalHeader.vue +11 -30
- package/src/components/page/layouts/innerScrollPage/InnerScrollPageLayout.stories.js +165 -0
- package/CHANGELOG.md +0 -577
|
@@ -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$1u = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -172,10 +172,10 @@ function addStyle(id, css) {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/* script */
|
|
175
|
-
const __vue_script__$
|
|
175
|
+
const __vue_script__$1u = script$1u;
|
|
176
176
|
/* template */
|
|
177
177
|
|
|
178
|
-
var __vue_render__$
|
|
178
|
+
var __vue_render__$1q = function () {
|
|
179
179
|
var _vm = this;
|
|
180
180
|
|
|
181
181
|
var _h = _vm.$createElement;
|
|
@@ -210,10 +210,10 @@ var __vue_render__$1p = function () {
|
|
|
210
210
|
}, [_vm._t("default")], 2);
|
|
211
211
|
};
|
|
212
212
|
|
|
213
|
-
var __vue_staticRenderFns__$
|
|
213
|
+
var __vue_staticRenderFns__$1q = [];
|
|
214
214
|
/* style */
|
|
215
215
|
|
|
216
|
-
const __vue_inject_styles__$
|
|
216
|
+
const __vue_inject_styles__$1u = function (inject) {
|
|
217
217
|
if (!inject) return;
|
|
218
218
|
inject("data-v-7e4b12ce_0", {
|
|
219
219
|
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)}}",
|
|
@@ -224,25 +224,25 @@ const __vue_inject_styles__$1t = function (inject) {
|
|
|
224
224
|
/* scoped */
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
const __vue_scope_id__$
|
|
227
|
+
const __vue_scope_id__$1u = undefined;
|
|
228
228
|
/* module identifier */
|
|
229
229
|
|
|
230
|
-
const __vue_module_identifier__$
|
|
230
|
+
const __vue_module_identifier__$1u = undefined;
|
|
231
231
|
/* functional template */
|
|
232
232
|
|
|
233
|
-
const __vue_is_functional_template__$
|
|
233
|
+
const __vue_is_functional_template__$1u = false;
|
|
234
234
|
/* style inject SSR */
|
|
235
235
|
|
|
236
236
|
/* style inject shadow dom */
|
|
237
237
|
|
|
238
|
-
const __vue_component__$
|
|
239
|
-
render: __vue_render__$
|
|
240
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
241
|
-
}, __vue_inject_styles__$
|
|
238
|
+
const __vue_component__$2d = /*#__PURE__*/normalizeComponent({
|
|
239
|
+
render: __vue_render__$1q,
|
|
240
|
+
staticRenderFns: __vue_staticRenderFns__$1q
|
|
241
|
+
}, __vue_inject_styles__$1u, __vue_script__$1u, __vue_scope_id__$1u, __vue_is_functional_template__$1u, __vue_module_identifier__$1u, false, createInjector, undefined, undefined);
|
|
242
242
|
|
|
243
|
-
var VcModalWrapper = __vue_component__$
|
|
243
|
+
var VcModalWrapper = __vue_component__$2d;
|
|
244
244
|
|
|
245
|
-
var script$
|
|
245
|
+
var script$1t = {
|
|
246
246
|
name: "VcIcon",
|
|
247
247
|
props: {
|
|
248
248
|
dataQa: {
|
|
@@ -270,32 +270,32 @@ var script$1s = {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
/* script */
|
|
273
|
-
const __vue_script__$
|
|
273
|
+
const __vue_script__$1t = script$1t;
|
|
274
274
|
/* template */
|
|
275
275
|
|
|
276
276
|
/* style */
|
|
277
277
|
|
|
278
|
-
const __vue_inject_styles__$
|
|
278
|
+
const __vue_inject_styles__$1t = undefined;
|
|
279
279
|
/* scoped */
|
|
280
280
|
|
|
281
|
-
const __vue_scope_id__$
|
|
281
|
+
const __vue_scope_id__$1t = undefined;
|
|
282
282
|
/* module identifier */
|
|
283
283
|
|
|
284
|
-
const __vue_module_identifier__$
|
|
284
|
+
const __vue_module_identifier__$1t = undefined;
|
|
285
285
|
/* functional template */
|
|
286
286
|
|
|
287
|
-
const __vue_is_functional_template__$
|
|
287
|
+
const __vue_is_functional_template__$1t = undefined;
|
|
288
288
|
/* style inject */
|
|
289
289
|
|
|
290
290
|
/* style inject SSR */
|
|
291
291
|
|
|
292
292
|
/* style inject shadow dom */
|
|
293
293
|
|
|
294
|
-
const __vue_component__$
|
|
294
|
+
const __vue_component__$2c = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$1t, __vue_script__$1t, __vue_scope_id__$1t, __vue_is_functional_template__$1t, __vue_module_identifier__$1t, false, undefined, undefined, undefined);
|
|
295
295
|
|
|
296
|
-
var VcIcon = __vue_component__$
|
|
296
|
+
var VcIcon = __vue_component__$2c;
|
|
297
297
|
|
|
298
|
-
var script$
|
|
298
|
+
var script$1s = {
|
|
299
299
|
name: "VcButton",
|
|
300
300
|
components: {
|
|
301
301
|
VcIcon,
|
|
@@ -449,10 +449,10 @@ var script$1r = {
|
|
|
449
449
|
};
|
|
450
450
|
|
|
451
451
|
/* script */
|
|
452
|
-
const __vue_script__$
|
|
452
|
+
const __vue_script__$1s = script$1s;
|
|
453
453
|
/* template */
|
|
454
454
|
|
|
455
|
-
var __vue_render__$
|
|
455
|
+
var __vue_render__$1p = function () {
|
|
456
456
|
var _vm = this;
|
|
457
457
|
|
|
458
458
|
var _h = _vm.$createElement;
|
|
@@ -501,10 +501,10 @@ var __vue_render__$1o = function () {
|
|
|
501
501
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
502
502
|
};
|
|
503
503
|
|
|
504
|
-
var __vue_staticRenderFns__$
|
|
504
|
+
var __vue_staticRenderFns__$1p = [];
|
|
505
505
|
/* style */
|
|
506
506
|
|
|
507
|
-
const __vue_inject_styles__$
|
|
507
|
+
const __vue_inject_styles__$1s = function (inject) {
|
|
508
508
|
if (!inject) return;
|
|
509
509
|
inject("data-v-b09ecc94_0", {
|
|
510
510
|
source: ".VcButton[data-v-b09ecc94]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-b09ecc94]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-b09ecc94]{margin-inline-end:var(--size-value3)}.VcButton.secondary__text[data-v-b09ecc94]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -515,13 +515,92 @@ const __vue_inject_styles__$1r = function (inject) {
|
|
|
515
515
|
/* scoped */
|
|
516
516
|
|
|
517
517
|
|
|
518
|
-
const __vue_scope_id__$
|
|
518
|
+
const __vue_scope_id__$1s = "data-v-b09ecc94";
|
|
519
|
+
/* module identifier */
|
|
520
|
+
|
|
521
|
+
const __vue_module_identifier__$1s = undefined;
|
|
522
|
+
/* functional template */
|
|
523
|
+
|
|
524
|
+
const __vue_is_functional_template__$1s = false;
|
|
525
|
+
/* style inject SSR */
|
|
526
|
+
|
|
527
|
+
/* style inject shadow dom */
|
|
528
|
+
|
|
529
|
+
const __vue_component__$2b = /*#__PURE__*/normalizeComponent({
|
|
530
|
+
render: __vue_render__$1p,
|
|
531
|
+
staticRenderFns: __vue_staticRenderFns__$1p
|
|
532
|
+
}, __vue_inject_styles__$1s, __vue_script__$1s, __vue_scope_id__$1s, __vue_is_functional_template__$1s, __vue_module_identifier__$1s, false, createInjector, undefined, undefined);
|
|
533
|
+
|
|
534
|
+
var VcButton = __vue_component__$2b;
|
|
535
|
+
|
|
536
|
+
var script$1r = {
|
|
537
|
+
name: 'VcCloseButton',
|
|
538
|
+
components: {
|
|
539
|
+
VcButton,
|
|
540
|
+
VcIcon
|
|
541
|
+
},
|
|
542
|
+
props: {
|
|
543
|
+
dataQa: {
|
|
544
|
+
type: String,
|
|
545
|
+
default: 'VcButton-close-button'
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
/* script */
|
|
551
|
+
const __vue_script__$1r = script$1r;
|
|
552
|
+
/* template */
|
|
553
|
+
|
|
554
|
+
var __vue_render__$1o = function () {
|
|
555
|
+
var _vm = this;
|
|
556
|
+
|
|
557
|
+
var _h = _vm.$createElement;
|
|
558
|
+
|
|
559
|
+
var _c = _vm._self._c || _h;
|
|
560
|
+
|
|
561
|
+
return _c('VcButton', {
|
|
562
|
+
staticClass: "VcModalCloseButton",
|
|
563
|
+
attrs: {
|
|
564
|
+
"icon": "",
|
|
565
|
+
"fab": "",
|
|
566
|
+
"small": "",
|
|
567
|
+
"data-qa": _vm.dataQa
|
|
568
|
+
},
|
|
569
|
+
on: {
|
|
570
|
+
"click": function ($event) {
|
|
571
|
+
return _vm.$emit('click');
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
scopedSlots: _vm._u([{
|
|
575
|
+
key: "prepend",
|
|
576
|
+
fn: function () {
|
|
577
|
+
return [_c('VcIcon', {
|
|
578
|
+
attrs: {
|
|
579
|
+
"size": "14",
|
|
580
|
+
"color": "var(--gray-darken-2)"
|
|
581
|
+
}
|
|
582
|
+
}, [_vm._v("$close_button")])];
|
|
583
|
+
},
|
|
584
|
+
proxy: true
|
|
585
|
+
}])
|
|
586
|
+
});
|
|
587
|
+
};
|
|
588
|
+
|
|
589
|
+
var __vue_staticRenderFns__$1o = [];
|
|
590
|
+
/* style */
|
|
591
|
+
|
|
592
|
+
const __vue_inject_styles__$1r = undefined;
|
|
593
|
+
/* scoped */
|
|
594
|
+
|
|
595
|
+
const __vue_scope_id__$1r = "data-v-ea2565a4";
|
|
519
596
|
/* module identifier */
|
|
520
597
|
|
|
521
598
|
const __vue_module_identifier__$1r = undefined;
|
|
522
599
|
/* functional template */
|
|
523
600
|
|
|
524
601
|
const __vue_is_functional_template__$1r = false;
|
|
602
|
+
/* style inject */
|
|
603
|
+
|
|
525
604
|
/* style inject SSR */
|
|
526
605
|
|
|
527
606
|
/* style inject shadow dom */
|
|
@@ -529,9 +608,9 @@ const __vue_is_functional_template__$1r = false;
|
|
|
529
608
|
const __vue_component__$2a = /*#__PURE__*/normalizeComponent({
|
|
530
609
|
render: __vue_render__$1o,
|
|
531
610
|
staticRenderFns: __vue_staticRenderFns__$1o
|
|
532
|
-
}, __vue_inject_styles__$1r, __vue_script__$1r, __vue_scope_id__$1r, __vue_is_functional_template__$1r, __vue_module_identifier__$1r, false,
|
|
611
|
+
}, __vue_inject_styles__$1r, __vue_script__$1r, __vue_scope_id__$1r, __vue_is_functional_template__$1r, __vue_module_identifier__$1r, false, undefined, undefined, undefined);
|
|
533
612
|
|
|
534
|
-
var
|
|
613
|
+
var VcCloseButton = __vue_component__$2a;
|
|
535
614
|
|
|
536
615
|
var script$1q = {
|
|
537
616
|
name: 'VcModalContainer',
|
|
@@ -539,6 +618,7 @@ var script$1q = {
|
|
|
539
618
|
VcButton,
|
|
540
619
|
VcModalWrapper,
|
|
541
620
|
VcIcon,
|
|
621
|
+
VcCloseButton,
|
|
542
622
|
VLayout: VLayout
|
|
543
623
|
},
|
|
544
624
|
props: {
|
|
@@ -627,42 +707,20 @@ var __vue_render__$1n = function () {
|
|
|
627
707
|
"data-qa": _vm.dataQa
|
|
628
708
|
}
|
|
629
709
|
}, [_c('header', {
|
|
710
|
+
staticClass: "d-flex justify-end",
|
|
630
711
|
class: {
|
|
631
712
|
'showDivider': _vm.showHeaderDivider
|
|
632
713
|
}
|
|
633
|
-
}, [_vm._t("header"), _vm._v(" "), _vm.showCloseButton ? _c('
|
|
634
|
-
staticClass: "
|
|
714
|
+
}, [_vm._t("header"), _vm._v(" "), _vm.showCloseButton ? _c('VcCloseButton', {
|
|
715
|
+
staticClass: "VcModalContainer--closeButton",
|
|
635
716
|
attrs: {
|
|
636
|
-
"
|
|
637
|
-
"fab": "",
|
|
638
|
-
"small": ""
|
|
717
|
+
"data-qa": _vm.dataQa + "-close-button"
|
|
639
718
|
},
|
|
640
719
|
on: {
|
|
641
720
|
"click": function ($event) {
|
|
642
721
|
return _vm.$emit('onCloseButtonClicked');
|
|
643
722
|
}
|
|
644
|
-
}
|
|
645
|
-
scopedSlots: _vm._u([{
|
|
646
|
-
key: "prepend",
|
|
647
|
-
fn: function () {
|
|
648
|
-
return [_c('svg', {
|
|
649
|
-
attrs: {
|
|
650
|
-
"width": "14",
|
|
651
|
-
"height": "14",
|
|
652
|
-
"viewBox": "0 0 14 14",
|
|
653
|
-
"fill": "none",
|
|
654
|
-
"xmlns": "http://www.w3.org/2000/svg"
|
|
655
|
-
}
|
|
656
|
-
}, [_c('path', {
|
|
657
|
-
attrs: {
|
|
658
|
-
"d": "M12.3047 13.0138L13.0119 12.3066C13.1093 12.2091 13.1093 12.0507 13.0119 11.9532L8.05931 7.00064L13.0065 2.05349C13.104 1.95599 13.104 1.79754 13.0065 1.70007L12.2993 0.992855C12.2018 0.895382 12.0434 0.895382 11.9459 0.992855L6.99867 5.94L2.04911 0.99012C1.9516 0.892616 1.79316 0.892616 1.69568 0.99012L0.988167 1.6973C0.890663 1.79481 0.890663 1.95325 0.988167 2.05076L5.93803 7.00064L0.993702 11.9447C0.896198 12.0422 0.896198 12.2006 0.993702 12.2981L1.70088 13.0053C1.79839 13.1028 1.95683 13.1028 2.05434 13.0053L6.99867 8.06127L11.9512 13.0138C12.0487 13.1113 12.2072 13.1113 12.3047 13.0138Z",
|
|
659
|
-
"fill": "black",
|
|
660
|
-
"fill-opacity": "0.4"
|
|
661
|
-
}
|
|
662
|
-
})])];
|
|
663
|
-
},
|
|
664
|
-
proxy: true
|
|
665
|
-
}], null, false, 4251314713)
|
|
723
|
+
}
|
|
666
724
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
667
725
|
staticClass: "VcModalContainerContent"
|
|
668
726
|
}, [_vm._t("content")], 2), _vm._v(" "), !!_vm.$slots.footer ? _c('footer', {
|
|
@@ -677,8 +735,8 @@ var __vue_staticRenderFns__$1n = [];
|
|
|
677
735
|
|
|
678
736
|
const __vue_inject_styles__$1q = function (inject) {
|
|
679
737
|
if (!inject) return;
|
|
680
|
-
inject("data-v-
|
|
681
|
-
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.xl{width:var(--modal-width-x-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
|
|
738
|
+
inject("data-v-17fbc650_0", {
|
|
739
|
+
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.xl{width:var(--modal-width-x-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer--closeButton{padding-inline-end:var(--size-value2);top:var(--size-value2)}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;overflow-x:hidden;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:end}.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}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{min-height:168px;height:calc(100% - 497px);padding:var(--size-value10) 0 0}@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{padding:0}",
|
|
682
740
|
map: undefined,
|
|
683
741
|
media: undefined
|
|
684
742
|
});
|
|
@@ -851,6 +909,7 @@ var VcModalFooter = __vue_component__$27;
|
|
|
851
909
|
var script$1n = {
|
|
852
910
|
name: "VcModalHeader",
|
|
853
911
|
components: {
|
|
912
|
+
VcCloseButton,
|
|
854
913
|
VcLayout,
|
|
855
914
|
VcIcon,
|
|
856
915
|
VcButton
|
|
@@ -1026,36 +1085,24 @@ var __vue_render__$1l = function () {
|
|
|
1026
1085
|
key: "prepend",
|
|
1027
1086
|
fn: function () {
|
|
1028
1087
|
return [_c('VcIcon', {
|
|
1029
|
-
staticClass: "VcHeaderRightIcon",
|
|
1030
1088
|
attrs: {
|
|
1031
1089
|
"size": "20",
|
|
1090
|
+
"color": "var(--gray-darken-2)",
|
|
1032
1091
|
"data-qa": _vm.dataQa + "-right-button"
|
|
1033
1092
|
}
|
|
1034
1093
|
}, [_vm._v(_vm._s(_vm.rightButtonIcon))])];
|
|
1035
1094
|
},
|
|
1036
1095
|
proxy: true
|
|
1037
|
-
}], null, false,
|
|
1038
|
-
}) : _vm._e(), _vm._v(" "), _vm.closeButton ? _c('
|
|
1039
|
-
staticClass: "close-button",
|
|
1096
|
+
}], null, false, 176506655)
|
|
1097
|
+
}) : _vm._e(), _vm._v(" "), _vm.closeButton ? _c('VcCloseButton', {
|
|
1040
1098
|
attrs: {
|
|
1041
|
-
"
|
|
1042
|
-
"data-qa": _vm.dataQa + "-close-button",
|
|
1043
|
-
"plain": ""
|
|
1099
|
+
"data-qa": _vm.dataQa + "-close-button"
|
|
1044
1100
|
},
|
|
1045
1101
|
on: {
|
|
1046
1102
|
"click": function ($event) {
|
|
1047
1103
|
return _vm.$emit('onCloseButtonClicked');
|
|
1048
1104
|
}
|
|
1049
|
-
}
|
|
1050
|
-
scopedSlots: _vm._u([{
|
|
1051
|
-
key: "append",
|
|
1052
|
-
fn: function () {
|
|
1053
|
-
return [_c('vc-icon', {
|
|
1054
|
-
staticClass: "mobile-close-icon"
|
|
1055
|
-
}, [_vm._v(_vm._s(_vm.closeButtonIcon))])];
|
|
1056
|
-
},
|
|
1057
|
-
proxy: true
|
|
1058
|
-
}], null, false, 1238132906)
|
|
1105
|
+
}
|
|
1059
1106
|
}) : _vm._e()], 2);
|
|
1060
1107
|
};
|
|
1061
1108
|
|
|
@@ -1064,8 +1111,8 @@ var __vue_staticRenderFns__$1l = [];
|
|
|
1064
1111
|
|
|
1065
1112
|
const __vue_inject_styles__$1n = function (inject) {
|
|
1066
1113
|
if (!inject) return;
|
|
1067
|
-
inject("data-v-
|
|
1068
|
-
source: ".VcHeader[data-v-
|
|
1114
|
+
inject("data-v-7f07f38e_0", {
|
|
1115
|
+
source: ".VcHeader[data-v-7f07f38e]{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-7f07f38e]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-7f07f38e]{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-7f07f38e]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-7f07f38e]{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-7f07f38e]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitle[data-v-7f07f38e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline-end:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-7f07f38e]{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-7f07f38e]{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-7f07f38e]{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-7f07f38e]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-7f07f38e],.VcHeader.input .VcHeaderButton[data-v-7f07f38e]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcRightButton[data-v-7f07f38e],.VcHeader.input .VcRightButton[data-v-7f07f38e]{max-height:24px}.VcHeader.confirm .VcHeaderIcon[data-v-7f07f38e],.VcHeader.input .VcHeaderIcon[data-v-7f07f38e]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.input[data-v-7f07f38e]{padding:var(--size-value2);padding-inline-start:var(--size-value4)}@media screen and (min-width:960px){.VcHeader.input[data-v-7f07f38e]{padding:var(--size-value2);padding-inline-start:var(--size-value6)}}",
|
|
1069
1116
|
map: undefined,
|
|
1070
1117
|
media: undefined
|
|
1071
1118
|
});
|
|
@@ -1073,7 +1120,7 @@ const __vue_inject_styles__$1n = function (inject) {
|
|
|
1073
1120
|
/* scoped */
|
|
1074
1121
|
|
|
1075
1122
|
|
|
1076
|
-
const __vue_scope_id__$1n = "data-v-
|
|
1123
|
+
const __vue_scope_id__$1n = "data-v-7f07f38e";
|
|
1077
1124
|
/* module identifier */
|
|
1078
1125
|
|
|
1079
1126
|
const __vue_module_identifier__$1n = undefined;
|
|
@@ -1453,7 +1500,7 @@ var __vue_render__$1j = function () {
|
|
|
1453
1500
|
attrs: {
|
|
1454
1501
|
"showHeaderDivider": "",
|
|
1455
1502
|
"flavor": "input",
|
|
1456
|
-
"showCloseButton":
|
|
1503
|
+
"showCloseButton": false,
|
|
1457
1504
|
"useOffset": _vm.useOffset,
|
|
1458
1505
|
"showDialog": _vm.showDialog,
|
|
1459
1506
|
"size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
|
|
@@ -1474,6 +1521,7 @@ var __vue_render__$1j = function () {
|
|
|
1474
1521
|
"topTitle": _vm.topTitle,
|
|
1475
1522
|
"title": _vm.title,
|
|
1476
1523
|
"subtitle": _vm.subtitle,
|
|
1524
|
+
"close-button": _vm.closeButton,
|
|
1477
1525
|
"icon": _vm.headerIcon,
|
|
1478
1526
|
"image": _vm.headerImage,
|
|
1479
1527
|
"flavor": "input",
|
|
@@ -1552,8 +1600,8 @@ var __vue_staticRenderFns__$1j = [];
|
|
|
1552
1600
|
|
|
1553
1601
|
const __vue_inject_styles__$1k = function (inject) {
|
|
1554
1602
|
if (!inject) return;
|
|
1555
|
-
inject("data-v-
|
|
1556
|
-
source: ".VcInputForm-layout .VcInputForm-main[data-v-
|
|
1603
|
+
inject("data-v-6d9529e6_0", {
|
|
1604
|
+
source: ".VcInputForm-layout .VcInputForm-main[data-v-6d9529e6]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-6d9529e6]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
1557
1605
|
map: undefined,
|
|
1558
1606
|
media: undefined
|
|
1559
1607
|
});
|
|
@@ -1561,7 +1609,7 @@ const __vue_inject_styles__$1k = function (inject) {
|
|
|
1561
1609
|
/* scoped */
|
|
1562
1610
|
|
|
1563
1611
|
|
|
1564
|
-
const __vue_scope_id__$1k = "data-v-
|
|
1612
|
+
const __vue_scope_id__$1k = "data-v-6d9529e6";
|
|
1565
1613
|
/* module identifier */
|
|
1566
1614
|
|
|
1567
1615
|
const __vue_module_identifier__$1k = undefined;
|