@frollo/frollo-web-ui 6.0.4 → 7.0.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/cjs/index.js +134 -79
- package/esm/fw-accordion.js +68 -17
- package/esm/fw-date-picker.js +19 -13
- package/esm/fw-drawer.js +7 -8
- package/esm/{fw-input-259e2e18.js → fw-input-8969b226.js} +6 -2
- package/esm/fw-input.js +1 -1
- package/esm/fw-modal.js +3 -4
- package/esm/fw-provider-list.js +1 -1
- package/esm/fw-sidebar-menu.js +3 -4
- package/esm/fw-tabs.js +2 -3
- package/esm/index.js +2 -2
- package/frollo-web-ui.esm.js +135 -80
- package/index.d.ts +64 -1
- package/package.json +1 -1
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +60 -0
- package/types/components/fw-accordion/index.types.d.ts +4 -0
- package/types/components/fw-drawer/index.types.d.ts +0 -1
- package/web-components/index.js +136 -81
package/frollo-web-ui.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, openBlock, createElementBlock, resolveComponent, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createTextVNode, Teleport, normalizeStyle, useCssVars, withKeys,
|
|
1
|
+
import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, openBlock, createElementBlock, resolveComponent, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createTextVNode, withDirectives, vShow, Teleport, normalizeStyle, useCssVars, withKeys, resolveDirective, TransitionGroup, version as version$2, isProxy, toRaw, shallowRef, toRefs, normalizeProps, toHandlers, withModifiers, guardReactiveProps, onUpdated, createStaticVNode, createApp } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _arrayWithHoles(arr) {
|
|
4
4
|
if (Array.isArray(arr)) return arr;
|
|
@@ -6134,13 +6134,13 @@ var _hoisted_3$s = {
|
|
|
6134
6134
|
"class": "flex flex-row justify-between"
|
|
6135
6135
|
};
|
|
6136
6136
|
var _hoisted_4$g = ["for"];
|
|
6137
|
-
var _hoisted_5$
|
|
6137
|
+
var _hoisted_5$e = {
|
|
6138
6138
|
key: 1
|
|
6139
6139
|
};
|
|
6140
|
-
var _hoisted_6$
|
|
6140
|
+
var _hoisted_6$b = {
|
|
6141
6141
|
"class": "relative"
|
|
6142
6142
|
};
|
|
6143
|
-
var _hoisted_7$
|
|
6143
|
+
var _hoisted_7$a = {
|
|
6144
6144
|
key: 0,
|
|
6145
6145
|
"class": "flex text-black absolute w-9 h-full inset-y-0 left-0 items-center pl-3 pointer-events-none"
|
|
6146
6146
|
};
|
|
@@ -6181,7 +6181,9 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6181
6181
|
key: 0,
|
|
6182
6182
|
"for": "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
6183
6183
|
"class": "block mb-2 font-medium"
|
|
6184
|
-
}, toDisplayString(_ctx.label), 9, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
6184
|
+
}, toDisplayString(_ctx.label), 9, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$e, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6$b, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7$a, [renderSlot(_ctx.$slots, "prefix", {
|
|
6185
|
+
"class": "h-full"
|
|
6186
|
+
})])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
|
|
6185
6187
|
id: "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
6186
6188
|
placeholder: _ctx.placeholder,
|
|
6187
6189
|
type: _ctx.type,
|
|
@@ -6209,7 +6211,9 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6209
6211
|
})], 2)) : createCommentVNode("", true)];
|
|
6210
6212
|
}),
|
|
6211
6213
|
_: 2
|
|
6212
|
-
}, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9$9, [renderSlot(_ctx.$slots, "suffix"
|
|
6214
|
+
}, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9$9, [renderSlot(_ctx.$slots, "suffix", {
|
|
6215
|
+
"class": "h-full"
|
|
6216
|
+
})])) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_10$6, [createVNode(Transition, {
|
|
6213
6217
|
name: "fwFadeIn",
|
|
6214
6218
|
mode: "out-in"
|
|
6215
6219
|
}, {
|
|
@@ -6331,9 +6335,9 @@ var _hoisted_2$v = {
|
|
|
6331
6335
|
};
|
|
6332
6336
|
var _hoisted_3$r = ["for"];
|
|
6333
6337
|
var _hoisted_4$f = ["value", "name", "id"];
|
|
6334
|
-
var _hoisted_5$
|
|
6335
|
-
var _hoisted_6$
|
|
6336
|
-
var _hoisted_7$
|
|
6338
|
+
var _hoisted_5$d = ["value", "name", "id", "checked"];
|
|
6339
|
+
var _hoisted_6$a = ["innerHTML"];
|
|
6340
|
+
var _hoisted_7$9 = {
|
|
6337
6341
|
key: 0,
|
|
6338
6342
|
"class": "italic text-sm font-medium min-h-[21px]"
|
|
6339
6343
|
};
|
|
@@ -6377,11 +6381,11 @@ function render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6377
6381
|
type: "checkbox",
|
|
6378
6382
|
checked: _ctx.isChecked,
|
|
6379
6383
|
"class": "text-link w-6 h-6 cursor-pointer bg-white border-grey-light border rounded"
|
|
6380
|
-
}), null, 16, _hoisted_5$
|
|
6384
|
+
}), null, 16, _hoisted_5$d)), _ctx.label ? (openBlock(), createElementBlock("span", {
|
|
6381
6385
|
key: 2,
|
|
6382
6386
|
"class": "ml-2",
|
|
6383
6387
|
innerHTML: _ctx.label
|
|
6384
|
-
}, null, 8, _hoisted_6$
|
|
6388
|
+
}, null, 8, _hoisted_6$a)) : createCommentVNode("", true)], 8, _hoisted_3$r), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_7$9, [createVNode(Transition, {
|
|
6385
6389
|
name: "fwFadeIn",
|
|
6386
6390
|
mode: "out-in"
|
|
6387
6391
|
}, {
|
|
@@ -6568,12 +6572,12 @@ var _hoisted_3$q = ["id", "aria-expanded"];
|
|
|
6568
6572
|
var _hoisted_4$e = {
|
|
6569
6573
|
key: 0
|
|
6570
6574
|
};
|
|
6571
|
-
var _hoisted_5$
|
|
6575
|
+
var _hoisted_5$c = {
|
|
6572
6576
|
key: 1,
|
|
6573
6577
|
"class": "text-grey-base"
|
|
6574
6578
|
};
|
|
6575
|
-
var _hoisted_6$
|
|
6576
|
-
var _hoisted_7$
|
|
6579
|
+
var _hoisted_6$9 = ["aria-labelledby"];
|
|
6580
|
+
var _hoisted_7$8 = ["onClick"];
|
|
6577
6581
|
var _hoisted_8$7 = {
|
|
6578
6582
|
key: 1,
|
|
6579
6583
|
"class": "italic text-right text-sm font-medium min-h-[21px]"
|
|
@@ -6597,7 +6601,7 @@ function render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6597
6601
|
id: "".concat(_ctx.name, "-fw-dropdown--button"),
|
|
6598
6602
|
"aria-expanded": _ctx.isOpen,
|
|
6599
6603
|
"aria-haspopup": "true"
|
|
6600
|
-
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$e, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$
|
|
6604
|
+
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$e, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$c, toDisplayString(_ctx.placeholder), 1)), createVNode(_component_ChevronDownSvg, {
|
|
6601
6605
|
"class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
6602
6606
|
}, null, 8, ["class"])], 10, _hoisted_3$q), createVNode(Transition, {
|
|
6603
6607
|
name: "slideUpDown"
|
|
@@ -6619,8 +6623,8 @@ function render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6619
6623
|
onClick: function onClick($event) {
|
|
6620
6624
|
return _ctx.selectOption(option);
|
|
6621
6625
|
}
|
|
6622
|
-
}, toDisplayString(option.label), 11, _hoisted_7$
|
|
6623
|
-
}), 128))], 10, _hoisted_6$
|
|
6626
|
+
}, toDisplayString(option.label), 11, _hoisted_7$8);
|
|
6627
|
+
}), 128))], 10, _hoisted_6$9)) : createCommentVNode("", true)];
|
|
6624
6628
|
}),
|
|
6625
6629
|
_: 1
|
|
6626
6630
|
}), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_8$7, [createVNode(Transition, {
|
|
@@ -7066,14 +7070,14 @@ var _hoisted_3$o = {
|
|
|
7066
7070
|
var _hoisted_4$d = {
|
|
7067
7071
|
"class": "flex space-x-2"
|
|
7068
7072
|
};
|
|
7069
|
-
var _hoisted_5$
|
|
7073
|
+
var _hoisted_5$b = {
|
|
7070
7074
|
key: 2,
|
|
7071
7075
|
"class": "hidden sm:flex items-center justify-start sm:ml-6"
|
|
7072
7076
|
};
|
|
7073
|
-
var _hoisted_6$
|
|
7077
|
+
var _hoisted_6$8 = {
|
|
7074
7078
|
"class": "flex items-center sm:hidden"
|
|
7075
7079
|
};
|
|
7076
|
-
var _hoisted_7$
|
|
7080
|
+
var _hoisted_7$7 = /*#__PURE__*/createElementVNode("span", {
|
|
7077
7081
|
"class": "sr-only"
|
|
7078
7082
|
}, "Open main menu", -1);
|
|
7079
7083
|
var _hoisted_8$6 = {
|
|
@@ -7109,7 +7113,7 @@ function render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7109
7113
|
}),
|
|
7110
7114
|
_: 2
|
|
7111
7115
|
}, 1032, ["href", "to", "external", "onClick"]);
|
|
7112
|
-
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
7116
|
+
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$b, [createVNode(_component_FwButton, {
|
|
7113
7117
|
onClick: _ctx.actionClicked,
|
|
7114
7118
|
size: "md",
|
|
7115
7119
|
"aria-label": _ctx.actionLabel
|
|
@@ -7118,13 +7122,13 @@ function render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7118
7122
|
return [createTextVNode(toDisplayString(_ctx.actionLabel), 1)];
|
|
7119
7123
|
}),
|
|
7120
7124
|
_: 1
|
|
7121
|
-
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$
|
|
7125
|
+
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$8, [createVNode(_component_FwButton, {
|
|
7122
7126
|
variant: "text",
|
|
7123
7127
|
size: "sm",
|
|
7124
7128
|
onClick: _ctx.toggleMobileMenu
|
|
7125
7129
|
}, {
|
|
7126
7130
|
"default": withCtx(function () {
|
|
7127
|
-
return [_hoisted_7$
|
|
7131
|
+
return [_hoisted_7$7, (openBlock(), createElementBlock("svg", _hoisted_8$6, [createElementVNode("path", {
|
|
7128
7132
|
"stroke-linecap": "round",
|
|
7129
7133
|
"stroke-linejoin": "round",
|
|
7130
7134
|
"stroke-width": "2",
|
|
@@ -7343,11 +7347,10 @@ var script$e = defineComponent({
|
|
|
7343
7347
|
});
|
|
7344
7348
|
|
|
7345
7349
|
var _hoisted_1$u = {
|
|
7346
|
-
key: 0,
|
|
7347
7350
|
"class": "fw-tab w-full"
|
|
7348
7351
|
};
|
|
7349
7352
|
function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7350
|
-
return
|
|
7353
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$u, [renderSlot(_ctx.$slots, "default")], 512)), [[vShow, _ctx.isActive]]);
|
|
7351
7354
|
}
|
|
7352
7355
|
|
|
7353
7356
|
script$e.render = render$l;
|
|
@@ -7465,16 +7468,16 @@ var _hoisted_3$m = {
|
|
|
7465
7468
|
"class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
|
|
7466
7469
|
};
|
|
7467
7470
|
var _hoisted_4$c = ["role", "aria-labelledby", "aria-describedby"];
|
|
7468
|
-
var _hoisted_5$
|
|
7471
|
+
var _hoisted_5$a = {
|
|
7469
7472
|
key: 0,
|
|
7470
7473
|
"class": "fw-modal--header text-center"
|
|
7471
7474
|
};
|
|
7472
|
-
var _hoisted_6$
|
|
7475
|
+
var _hoisted_6$7 = {
|
|
7473
7476
|
key: 0,
|
|
7474
7477
|
id: "modal-logo",
|
|
7475
7478
|
"class": "flex justify-center"
|
|
7476
7479
|
};
|
|
7477
|
-
var _hoisted_7$
|
|
7480
|
+
var _hoisted_7$6 = ["id"];
|
|
7478
7481
|
var _hoisted_8$5 = ["id", "innerHTML"];
|
|
7479
7482
|
var _hoisted_9$5 = ["id"];
|
|
7480
7483
|
var _hoisted_10$3 = ["innerHTML", "id"];
|
|
@@ -7492,8 +7495,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7492
7495
|
appear: ""
|
|
7493
7496
|
}, {
|
|
7494
7497
|
"default": withCtx(function () {
|
|
7495
|
-
return [
|
|
7496
|
-
key: 0,
|
|
7498
|
+
return [withDirectives(createElementVNode("div", {
|
|
7497
7499
|
"class": "fw-modal z-[9999] relative",
|
|
7498
7500
|
id: "fw-modal-".concat(_ctx.uuid)
|
|
7499
7501
|
}, [createElementVNode("div", _hoisted_2$q, [createElementVNode("div", _hoisted_3$m, [createElementVNode("div", {
|
|
@@ -7502,10 +7504,10 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7502
7504
|
"class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
|
|
7503
7505
|
"aria-labelledby": _ctx.$slots.header || _ctx.header ? "modal_".concat(_ctx.uuid, "_header") : undefined,
|
|
7504
7506
|
"aria-describedby": _ctx.$slots.body ? "modal_".concat(_ctx.uuid, "_body") : undefined
|
|
7505
|
-
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
7507
|
+
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$a, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6$7, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
7506
7508
|
key: 1,
|
|
7507
7509
|
id: "modal_".concat(_ctx.uuid, "_header")
|
|
7508
|
-
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7$
|
|
7510
|
+
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7$6)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
|
|
7509
7511
|
key: 2,
|
|
7510
7512
|
id: "modal_".concat(_ctx.uuid, "_header"),
|
|
7511
7513
|
innerHTML: _ctx.header
|
|
@@ -7544,7 +7546,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7544
7546
|
return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
|
|
7545
7547
|
}),
|
|
7546
7548
|
_: 1
|
|
7547
|
-
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$c)])])], 8, _hoisted_1$t)
|
|
7549
|
+
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$c)])])], 8, _hoisted_1$t), [[vShow, _ctx.isOpen]])];
|
|
7548
7550
|
}),
|
|
7549
7551
|
_: 3
|
|
7550
7552
|
})], 8, ["to"])) : createCommentVNode("", true);
|
|
@@ -7615,7 +7617,7 @@ var _hoisted_4$b = {
|
|
|
7615
7617
|
key: 0,
|
|
7616
7618
|
"class": "w-full flex items-start mt-[13px] mx-[-15px]"
|
|
7617
7619
|
};
|
|
7618
|
-
var _hoisted_5$
|
|
7620
|
+
var _hoisted_5$9 = {
|
|
7619
7621
|
"class": "w-full bg-grey-40 rounded flex-1"
|
|
7620
7622
|
};
|
|
7621
7623
|
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -7636,7 +7638,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7636
7638
|
'font-bold': step.position === _ctx.activeStep,
|
|
7637
7639
|
'text-body': step.position > _ctx.activeStep
|
|
7638
7640
|
}])
|
|
7639
|
-
}, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$b, [createElementVNode("div", _hoisted_5$
|
|
7641
|
+
}, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$b, [createElementVNode("div", _hoisted_5$9, [createElementVNode("div", {
|
|
7640
7642
|
"class": "bg-primary text-xs leading-none py-0.5 text-center rounded transition-all",
|
|
7641
7643
|
style: normalizeStyle(step.position < _ctx.activeStep ? 'width:100%;' : _ctx.calculatedProgressBar(step))
|
|
7642
7644
|
}, null, 4)])])) : createCommentVNode("", true)], 2);
|
|
@@ -8346,14 +8348,14 @@ var _hoisted_3$k = ["tabindex", "onKeydown", "onClick"];
|
|
|
8346
8348
|
var _hoisted_4$a = {
|
|
8347
8349
|
"class": "flex flex-row items-center"
|
|
8348
8350
|
};
|
|
8349
|
-
var _hoisted_5$
|
|
8351
|
+
var _hoisted_5$8 = {
|
|
8350
8352
|
key: 0,
|
|
8351
8353
|
"class": "ml-1 flex items-center justify-center w-5"
|
|
8352
8354
|
};
|
|
8353
|
-
var _hoisted_6$
|
|
8355
|
+
var _hoisted_6$6 = {
|
|
8354
8356
|
"class": "text-p2 bg-white font-light"
|
|
8355
8357
|
};
|
|
8356
|
-
var _hoisted_7$
|
|
8358
|
+
var _hoisted_7$5 = {
|
|
8357
8359
|
key: 0,
|
|
8358
8360
|
"class": "py-4 pl-5 pr-3 text-left"
|
|
8359
8361
|
};
|
|
@@ -8388,7 +8390,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8388
8390
|
}
|
|
8389
8391
|
}, [createElementVNode("div", _hoisted_4$a, [createElementVNode("span", {
|
|
8390
8392
|
"class": normalizeClass(_ctx.sortedIcon('asc', column) || _ctx.sortedIcon('desc', column) ? 'text-primary' : '')
|
|
8391
|
-
}, toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
8393
|
+
}, toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_5$8, [!_ctx.sortedIcon('asc', column) && !_ctx.sortedIcon('desc', column) ? (openBlock(), createBlock(_component_ArrowSortSvg, {
|
|
8392
8394
|
key: 0,
|
|
8393
8395
|
"class": "inline-block w-full text-grey-base"
|
|
8394
8396
|
})) : createCommentVNode("", true), _ctx.sortedIcon('asc', column) ? (openBlock(), createBlock(_component_ArrowDownSvg, {
|
|
@@ -8400,7 +8402,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8400
8402
|
})) : createCommentVNode("", true)])) : createCommentVNode("", true)])], 42, _hoisted_3$k)) : createCommentVNode("", true)], 64);
|
|
8401
8403
|
}), 128)), _ctx.$slots.head ? renderSlot(_ctx.$slots, "head", {
|
|
8402
8404
|
key: 1
|
|
8403
|
-
}) : createCommentVNode("", true)])]), createElementVNode("tbody", _hoisted_6$
|
|
8405
|
+
}) : createCommentVNode("", true)])]), createElementVNode("tbody", _hoisted_6$6, [_ctx.loading ? (openBlock(true), createElementBlock(Fragment, {
|
|
8404
8406
|
key: 0
|
|
8405
8407
|
}, renderList(_ctx.sortedData, function (row, trKey) {
|
|
8406
8408
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -8408,7 +8410,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8408
8410
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, colKey) {
|
|
8409
8411
|
return openBlock(), createElementBlock(Fragment, {
|
|
8410
8412
|
key: colKey
|
|
8411
|
-
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", _hoisted_7$
|
|
8413
|
+
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", _hoisted_7$5, [createVNode(_component_FwLoadingBar, {
|
|
8412
8414
|
"class": "w-full h-7"
|
|
8413
8415
|
})])) : createCommentVNode("", true)], 64);
|
|
8414
8416
|
}), 128)), _ctx.$slots.row ? (openBlock(), createElementBlock("td", _hoisted_8$4, [createVNode(_component_FwLoadingBar, {
|
|
@@ -8489,6 +8491,9 @@ script$9.render = render$e;
|
|
|
8489
8491
|
|
|
8490
8492
|
var __default__$5 = defineComponent({
|
|
8491
8493
|
name: 'FwAccordion',
|
|
8494
|
+
components: {
|
|
8495
|
+
ChevronDownSvg: render$Q
|
|
8496
|
+
},
|
|
8492
8497
|
emits: ['toggled'],
|
|
8493
8498
|
props: {
|
|
8494
8499
|
/**
|
|
@@ -8497,6 +8502,13 @@ var __default__$5 = defineComponent({
|
|
|
8497
8502
|
title: {
|
|
8498
8503
|
type: String
|
|
8499
8504
|
},
|
|
8505
|
+
/**
|
|
8506
|
+
* Classname for the title
|
|
8507
|
+
*/
|
|
8508
|
+
titleClass: {
|
|
8509
|
+
type: String,
|
|
8510
|
+
"default": 'h4'
|
|
8511
|
+
},
|
|
8500
8512
|
/**
|
|
8501
8513
|
* Title suffix of the accordion header
|
|
8502
8514
|
*/
|
|
@@ -8516,6 +8528,27 @@ var __default__$5 = defineComponent({
|
|
|
8516
8528
|
iconPositionStart: {
|
|
8517
8529
|
type: Boolean,
|
|
8518
8530
|
"default": true
|
|
8531
|
+
},
|
|
8532
|
+
/**
|
|
8533
|
+
* Icon type (arrow or plus)
|
|
8534
|
+
*/
|
|
8535
|
+
isArrow: {
|
|
8536
|
+
type: Boolean,
|
|
8537
|
+
"default": false
|
|
8538
|
+
},
|
|
8539
|
+
/**
|
|
8540
|
+
* Padding className for the accordion button
|
|
8541
|
+
*/
|
|
8542
|
+
buttonPadding: {
|
|
8543
|
+
type: String,
|
|
8544
|
+
"default": 'px-8 py-4'
|
|
8545
|
+
},
|
|
8546
|
+
/**
|
|
8547
|
+
* Border style className for the accordion button
|
|
8548
|
+
*/
|
|
8549
|
+
borderStyle: {
|
|
8550
|
+
type: String,
|
|
8551
|
+
"default": 'rounded-sm border border-grey-40'
|
|
8519
8552
|
}
|
|
8520
8553
|
},
|
|
8521
8554
|
setup: function setup(props, ctx) {
|
|
@@ -8550,7 +8583,7 @@ var __default__$5 = defineComponent({
|
|
|
8550
8583
|
var __injectCSSVars__$4 = function __injectCSSVars__() {
|
|
8551
8584
|
useCssVars(function (_ctx) {
|
|
8552
8585
|
return {
|
|
8553
|
-
"
|
|
8586
|
+
"5f8da0f6": _ctx.bgHoverColor
|
|
8554
8587
|
};
|
|
8555
8588
|
});
|
|
8556
8589
|
};
|
|
@@ -8561,37 +8594,55 @@ __default__$5.setup = __setup__$4 ? function (props, ctx) {
|
|
|
8561
8594
|
} : __injectCSSVars__$4;
|
|
8562
8595
|
|
|
8563
8596
|
var _withScopeId$3 = function _withScopeId(n) {
|
|
8564
|
-
return pushScopeId("data-v-
|
|
8597
|
+
return pushScopeId("data-v-3eea01a5"), n = n(), popScopeId(), n;
|
|
8565
8598
|
};
|
|
8566
8599
|
var _hoisted_1$n = {
|
|
8567
|
-
"class": "
|
|
8600
|
+
"class": "flex flex-row items-center justify-between w-full"
|
|
8568
8601
|
};
|
|
8569
8602
|
var _hoisted_2$m = {
|
|
8570
|
-
"class": "flex flex-row items-center
|
|
8603
|
+
"class": "flex flex-row items-center"
|
|
8571
8604
|
};
|
|
8572
8605
|
var _hoisted_3$i = {
|
|
8573
|
-
|
|
8606
|
+
key: 0
|
|
8574
8607
|
};
|
|
8575
8608
|
var _hoisted_4$9 = {
|
|
8609
|
+
key: 0
|
|
8610
|
+
};
|
|
8611
|
+
var _hoisted_5$7 = {
|
|
8612
|
+
key: 1
|
|
8613
|
+
};
|
|
8614
|
+
var _hoisted_6$5 = {
|
|
8576
8615
|
key: 0,
|
|
8577
8616
|
"class": "h4"
|
|
8578
8617
|
};
|
|
8618
|
+
var _hoisted_7$4 = {
|
|
8619
|
+
key: 1
|
|
8620
|
+
};
|
|
8579
8621
|
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8580
|
-
|
|
8622
|
+
var _component_ChevronDownSvg = resolveComponent("ChevronDownSvg");
|
|
8623
|
+
return openBlock(), createElementBlock("div", {
|
|
8624
|
+
"class": normalizeClass(["fw-accordion", _ctx.borderStyle])
|
|
8625
|
+
}, [createElementVNode("button", {
|
|
8581
8626
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
8582
8627
|
return _ctx.isOpen = !_ctx.isOpen;
|
|
8583
8628
|
}),
|
|
8584
8629
|
type: "button",
|
|
8585
|
-
"class": normalizeClass(["fw-accordion--header
|
|
8586
|
-
}, [createElementVNode("div",
|
|
8630
|
+
"class": normalizeClass(["fw-accordion--header bg-white w-full transition-all duration-100 ease-in focus:outline-primary", [_ctx.isOpen ? 'fw-accordion--header-open' : '', _ctx.buttonPadding]])
|
|
8631
|
+
}, [createElementVNode("div", _hoisted_1$n, [createElementVNode("div", _hoisted_2$m, [_ctx.iconPositionStart ? (openBlock(), createElementBlock("div", _hoisted_3$i, [_ctx.isArrow ? (openBlock(), createBlock(_component_ChevronDownSvg, {
|
|
8587
8632
|
key: 0,
|
|
8633
|
+
"class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
8634
|
+
}, null, 8, ["class"])) : (openBlock(), createElementBlock("span", {
|
|
8635
|
+
key: 1,
|
|
8588
8636
|
"class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
|
|
8589
|
-
}, null, 2)) : createCommentVNode("", true), createElementVNode("
|
|
8590
|
-
"class": normalizeClass([
|
|
8591
|
-
}, toDisplayString(_ctx.title),
|
|
8637
|
+
}, null, 2))])) : createCommentVNode("", true), createElementVNode("div", {
|
|
8638
|
+
"class": normalizeClass([_ctx.titleClass, _ctx.iconPositionStart ? 'ml-6' : 'ml-0'])
|
|
8639
|
+
}, [_ctx.title ? (openBlock(), createElementBlock("span", _hoisted_4$9, toDisplayString(_ctx.title), 1)) : _ctx.$slots.header ? (openBlock(), createElementBlock("span", _hoisted_5$7, [renderSlot(_ctx.$slots, "header")])) : createCommentVNode("", true)], 2)]), _ctx.suffixTitle ? (openBlock(), createElementBlock("span", _hoisted_6$5, toDisplayString(_ctx.suffixTitle), 1)) : createCommentVNode("", true), !_ctx.iconPositionStart ? (openBlock(), createElementBlock("div", _hoisted_7$4, [_ctx.isArrow ? (openBlock(), createBlock(_component_ChevronDownSvg, {
|
|
8640
|
+
key: 0,
|
|
8641
|
+
"class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
8642
|
+
}, null, 8, ["class"])) : (openBlock(), createElementBlock("span", {
|
|
8592
8643
|
key: 1,
|
|
8593
8644
|
"class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
|
|
8594
|
-
}, null, 2)) : createCommentVNode("", true)])], 2), createVNode(Transition, {
|
|
8645
|
+
}, null, 2))])) : createCommentVNode("", true)])], 2), createVNode(Transition, {
|
|
8595
8646
|
name: "fw-accordion-transition",
|
|
8596
8647
|
onBeforeEnter: _ctx.beforeEnter,
|
|
8597
8648
|
onEnter: _ctx.enter,
|
|
@@ -8603,15 +8654,15 @@ function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8603
8654
|
return [withDirectives(createElementVNode("div", null, [renderSlot(_ctx.$slots, "default")], 512), [[vShow, _ctx.$slots["default"] && _ctx.isOpen]])];
|
|
8604
8655
|
}),
|
|
8605
8656
|
_: 3
|
|
8606
|
-
}, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])]);
|
|
8657
|
+
}, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])], 2);
|
|
8607
8658
|
}
|
|
8608
8659
|
|
|
8609
|
-
var css_248z$a = ".fw-accordion--header-open[data-v-
|
|
8610
|
-
var stylesheet$a = ".fw-accordion--header-open[data-v-
|
|
8660
|
+
var css_248z$a = ".fw-accordion--header-open[data-v-3eea01a5],.fw-accordion--header[data-v-3eea01a5]:focus-visible,.fw-accordion--header[data-v-3eea01a5]:hover{background-color:var(--5f8da0f6)}.fw-accordion--icon[data-v-3eea01a5]{position:relative}.fw-accordion--icon[data-v-3eea01a5]:after,.fw-accordion--icon[data-v-3eea01a5]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-3eea01a5]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-3eea01a5]:after{width:0}";
|
|
8661
|
+
var stylesheet$a = ".fw-accordion--header-open[data-v-3eea01a5],.fw-accordion--header[data-v-3eea01a5]:focus-visible,.fw-accordion--header[data-v-3eea01a5]:hover{background-color:var(--5f8da0f6)}.fw-accordion--icon[data-v-3eea01a5]{position:relative}.fw-accordion--icon[data-v-3eea01a5]:after,.fw-accordion--icon[data-v-3eea01a5]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-3eea01a5]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-3eea01a5]:after{width:0}";
|
|
8611
8662
|
styleInject(css_248z$a);
|
|
8612
8663
|
|
|
8613
8664
|
__default__$5.render = render$d;
|
|
8614
|
-
__default__$5.__scopeId = "data-v-
|
|
8665
|
+
__default__$5.__scopeId = "data-v-3eea01a5";
|
|
8615
8666
|
|
|
8616
8667
|
var es_array_from = {};
|
|
8617
8668
|
|
|
@@ -25599,7 +25650,6 @@ var script$2 = defineComponent({
|
|
|
25599
25650
|
});
|
|
25600
25651
|
|
|
25601
25652
|
var _hoisted_1$g = {
|
|
25602
|
-
key: 0,
|
|
25603
25653
|
"class": "flex flex-col px-4 py-8"
|
|
25604
25654
|
};
|
|
25605
25655
|
var _hoisted_2$f = {
|
|
@@ -25636,7 +25686,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25636
25686
|
name: "sidebarMenuSlide"
|
|
25637
25687
|
}, {
|
|
25638
25688
|
"default": withCtx(function () {
|
|
25639
|
-
return [
|
|
25689
|
+
return [withDirectives(createElementVNode("div", _hoisted_1$g, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2$f, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$d, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
25640
25690
|
return openBlock(), createElementBlock(Fragment, {
|
|
25641
25691
|
key: i
|
|
25642
25692
|
}, [!item.disabled ? (openBlock(), createBlock(_component_FwButton, {
|
|
@@ -25656,7 +25706,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25656
25706
|
}),
|
|
25657
25707
|
_: 2
|
|
25658
25708
|
}, 1032, ["href", "to", "external", "onClick"])) : createCommentVNode("", true)], 64);
|
|
25659
|
-
}), 128))])])
|
|
25709
|
+
}), 128))])], 512), [[vShow, _ctx.isMenuOpen]])];
|
|
25660
25710
|
}),
|
|
25661
25711
|
_: 3
|
|
25662
25712
|
})], 2)) : createCommentVNode("", true);
|
|
@@ -25752,7 +25802,7 @@ var script$1 = defineComponent({
|
|
|
25752
25802
|
},
|
|
25753
25803
|
setup: function setup(props, ctx) {
|
|
25754
25804
|
var baseDrawerClass = "fixed shadow-card top-0 right-0 z-40 h-screen bg-white";
|
|
25755
|
-
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-4\n ";
|
|
25805
|
+
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-4 clip-top-shadow\n ";
|
|
25756
25806
|
var isMounted = ref(false);
|
|
25757
25807
|
var uuid = uniqueId();
|
|
25758
25808
|
var isOpen = computed({
|
|
@@ -25808,8 +25858,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25808
25858
|
appear: ""
|
|
25809
25859
|
}, {
|
|
25810
25860
|
"default": withCtx(function () {
|
|
25811
|
-
return [
|
|
25812
|
-
key: 0,
|
|
25861
|
+
return [withDirectives(createElementVNode("div", {
|
|
25813
25862
|
id: "fw-drawer-".concat(_ctx.uuid),
|
|
25814
25863
|
"class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
|
|
25815
25864
|
tabindex: "-1",
|
|
@@ -25835,7 +25884,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25835
25884
|
_: 1
|
|
25836
25885
|
})]), _ctx.$slots.body ? (openBlock(), createElementBlock("div", {
|
|
25837
25886
|
key: 0,
|
|
25838
|
-
"class": "fw-drawer-body h-
|
|
25887
|
+
"class": "fw-drawer-body h-[calc(100vh-155px)] overflow-y-scroll",
|
|
25839
25888
|
id: "drawer_".concat(_ctx.uuid, "_body")
|
|
25840
25889
|
}, [renderSlot(_ctx.$slots, "body")], 8, _hoisted_4$6)) : createCommentVNode("", true), _ctx.$slots.footer || _ctx.showConfirm || _ctx.showCancel ? (openBlock(), createElementBlock("div", {
|
|
25841
25890
|
key: 1,
|
|
@@ -25866,14 +25915,14 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25866
25915
|
return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
|
|
25867
25916
|
}),
|
|
25868
25917
|
_: 1
|
|
25869
|
-
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1$f)
|
|
25918
|
+
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1$f), [[vShow, _ctx.isOpen]])];
|
|
25870
25919
|
}),
|
|
25871
25920
|
_: 3
|
|
25872
25921
|
});
|
|
25873
25922
|
}
|
|
25874
25923
|
|
|
25875
|
-
var css_248z$6 = ".drawerSlideInOut-enter-active{-webkit-animation:drawerSlideInOut .4s;animation:drawerSlideInOut .4s;-webkit-transition:all .4s ease-in;transition:all .4s ease-in}.drawerSlideInOut-leave-active{animation:drawerSlideInOut .4s reverse;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@-webkit-keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}";
|
|
25876
|
-
var stylesheet$6 = ".drawerSlideInOut-enter-active{-webkit-animation:drawerSlideInOut .4s;animation:drawerSlideInOut .4s;-webkit-transition:all .4s ease-in;transition:all .4s ease-in}.drawerSlideInOut-leave-active{animation:drawerSlideInOut .4s reverse;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@-webkit-keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}";
|
|
25924
|
+
var css_248z$6 = ".clip-top-shadow{-webkit-clip-path:inset(-4px 0 0 0);clip-path:inset(-4px 0 0 0)}.drawerSlideInOut-enter-active{-webkit-animation:drawerSlideInOut .4s;animation:drawerSlideInOut .4s;-webkit-transition:all .4s ease-in;transition:all .4s ease-in}.drawerSlideInOut-leave-active{animation:drawerSlideInOut .4s reverse;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@-webkit-keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}";
|
|
25925
|
+
var stylesheet$6 = ".clip-top-shadow{-webkit-clip-path:inset(-4px 0 0 0);clip-path:inset(-4px 0 0 0)}.drawerSlideInOut-enter-active{-webkit-animation:drawerSlideInOut .4s;animation:drawerSlideInOut .4s;-webkit-transition:all .4s ease-in;transition:all .4s ease-in}.drawerSlideInOut-leave-active{animation:drawerSlideInOut .4s reverse;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@-webkit-keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes drawerSlideInOut{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}";
|
|
25877
25926
|
styleInject(css_248z$6);
|
|
25878
25927
|
|
|
25879
25928
|
script$1.render = render$5;
|
|
@@ -36391,14 +36440,14 @@ var __default__$3 = defineComponent({
|
|
|
36391
36440
|
var __injectCSSVars__$3 = function __injectCSSVars__() {
|
|
36392
36441
|
useCssVars(function (_ctx) {
|
|
36393
36442
|
return {
|
|
36394
|
-
"
|
|
36395
|
-
"
|
|
36396
|
-
"
|
|
36397
|
-
"
|
|
36398
|
-
"
|
|
36399
|
-
"
|
|
36400
|
-
"
|
|
36401
|
-
"
|
|
36443
|
+
"c68f2272": _ctx.primaryFade5,
|
|
36444
|
+
"0b552c66": _ctx.primaryFade10,
|
|
36445
|
+
"0b552c28": _ctx.primaryFade20,
|
|
36446
|
+
"0b552bea": _ctx.primaryFade30,
|
|
36447
|
+
"0b552bac": _ctx.primaryFade40,
|
|
36448
|
+
"0b552b6e": _ctx.primaryFade50,
|
|
36449
|
+
"0b552af2": _ctx.primaryFade70,
|
|
36450
|
+
"0b552ab4": _ctx.primaryFade80
|
|
36402
36451
|
};
|
|
36403
36452
|
});
|
|
36404
36453
|
};
|
|
@@ -36480,7 +36529,9 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36480
36529
|
key: 0,
|
|
36481
36530
|
"for": "fw-date-picker-input-start-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
36482
36531
|
"class": "block mb-2 font-medium"
|
|
36483
|
-
}, toDisplayString(_ctx.startLabel), 9, _hoisted_5)) : createCommentVNode("", true), createElementVNode("div", _hoisted_6, [createElementVNode("div", _hoisted_7, [createVNode(_component_CalendarDaySvg
|
|
36532
|
+
}, toDisplayString(_ctx.startLabel), 9, _hoisted_5)) : createCommentVNode("", true), createElementVNode("div", _hoisted_6, [createElementVNode("div", _hoisted_7, [createVNode(_component_CalendarDaySvg, {
|
|
36533
|
+
"class": "h-full"
|
|
36534
|
+
})]), createElementVNode("input", mergeProps({
|
|
36484
36535
|
value: inputValue.start
|
|
36485
36536
|
}, toHandlers(inputEvents.start), {
|
|
36486
36537
|
id: "fw-date-picker-input-start-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
@@ -36494,7 +36545,9 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36494
36545
|
key: 0,
|
|
36495
36546
|
"for": "fw-date-picker-input-end-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
36496
36547
|
"class": "block mb-2 font-medium"
|
|
36497
|
-
}, toDisplayString(_ctx.endLabel), 9, _hoisted_10)) : createCommentVNode("", true), createElementVNode("div", _hoisted_11, [createElementVNode("div", _hoisted_12, [createVNode(_component_CalendarDaySvg
|
|
36548
|
+
}, toDisplayString(_ctx.endLabel), 9, _hoisted_10)) : createCommentVNode("", true), createElementVNode("div", _hoisted_11, [createElementVNode("div", _hoisted_12, [createVNode(_component_CalendarDaySvg, {
|
|
36549
|
+
"class": "h-full"
|
|
36550
|
+
})]), createElementVNode("input", mergeProps({
|
|
36498
36551
|
value: inputValue.end
|
|
36499
36552
|
}, toHandlers(inputEvents.end), {
|
|
36500
36553
|
id: "fw-date-picker-input-end-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
@@ -36508,7 +36561,9 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36508
36561
|
key: 0,
|
|
36509
36562
|
"for": "fw-date-picker-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
36510
36563
|
"class": "block mb-2 font-medium"
|
|
36511
|
-
}, toDisplayString(_ctx.label), 9, _hoisted_15)) : createCommentVNode("", true), createElementVNode("div", _hoisted_16, [createElementVNode("div", _hoisted_17, [createVNode(_component_CalendarDaySvg
|
|
36564
|
+
}, toDisplayString(_ctx.label), 9, _hoisted_15)) : createCommentVNode("", true), createElementVNode("div", _hoisted_16, [createElementVNode("div", _hoisted_17, [createVNode(_component_CalendarDaySvg, {
|
|
36565
|
+
"class": "h-full"
|
|
36566
|
+
})]), createElementVNode("input", mergeProps({
|
|
36512
36567
|
value: inputValue
|
|
36513
36568
|
}, toHandlers(inputEvents), {
|
|
36514
36569
|
id: "fw-date-picker-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
@@ -36525,8 +36580,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36525
36580
|
}, 8, ["modelValue", "model-modifiers", "max-date"])]);
|
|
36526
36581
|
}
|
|
36527
36582
|
|
|
36528
|
-
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
36529
|
-
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
36583
|
+
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--c68f2272);--vc-accent-100:var(--0b552c66);--vc-accent-200:var(--0b552c28);--vc-accent-300:var(--0b552bea);--vc-accent-400:var(--0b552bac);--vc-accent-500:var(--0b552b6e);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--0b552af2);--vc-accent-800:var(--0b552ab4);--vc-accent-900:var(--colorBody)}";
|
|
36584
|
+
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--c68f2272);--vc-accent-100:var(--0b552c66);--vc-accent-200:var(--0b552c28);--vc-accent-300:var(--0b552bea);--vc-accent-400:var(--0b552bac);--vc-accent-500:var(--0b552b6e);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--0b552af2);--vc-accent-800:var(--0b552ab4);--vc-accent-900:var(--colorBody)}";
|
|
36530
36585
|
styleInject(css_248z$3);
|
|
36531
36586
|
|
|
36532
36587
|
__default__$3.render = render$3;
|