@frollo/frollo-web-ui 0.2.0 → 0.2.3
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 +283 -90
- package/esm/add-to-unscopables-82352072.js +239 -0
- package/esm/{es.array.includes-debcb50f.js → es.array.includes-33e186c4.js} +3 -2
- package/esm/{es.function.name-e746680f.js → es.function.name-3a9c8706.js} +1 -1
- package/esm/es.number.constructor-f646730f.js +243 -0
- package/esm/{function-name-f0c1223e.js → function-name-3bda6320.js} +1 -1
- package/esm/fw-animations.js +136 -0
- package/esm/{fw-button-ab906734.js → fw-button-22301a2f.js} +1 -1
- package/esm/fw-button.js +5 -4
- package/esm/fw-card.js +1 -1
- package/esm/fw-checkbox.js +2 -2
- package/esm/fw-input.js +5 -4
- package/esm/fw-modal.js +6 -5
- package/esm/fw-navigation-menu.js +5 -4
- package/esm/fw-progress-bar.js +90 -0
- package/esm/fw-tabs.js +5 -3
- package/esm/{index-963039a3.js → index-59d76908.js} +2 -2
- package/esm/index-dd50b12a.js +326 -0
- package/esm/index.js +20 -11
- package/esm/is-forced-3323c994.js +438 -0
- package/frollo-web-ui.esm.js +325 -107
- package/index.d.ts +126 -10
- package/package.json +1 -1
- package/types/components/fw-animations/fw-email-pulse.vue.d.ts +24 -0
- package/types/components/fw-animations/fw-success-pulse.vue.d.ts +24 -0
- package/types/components/fw-animations/index.d.ts +3 -0
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +52 -0
- package/types/components/fw-progress-bar/index.d.ts +2 -0
- package/types/components/fw-progress-bar/index.types.d.ts +5 -0
- package/types/components/fw-tabs/fw-tab.vue.d.ts +11 -0
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +1 -1
- package/types/components/index.d.ts +2 -0
- package/types/components/index.types.d.ts +1 -0
- package/esm/add-to-unscopables-81c17489.js +0 -673
- package/esm/index-0e14da44.js +0 -561
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, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass, pushScopeId, popScopeId, createBlock, Fragment, renderList, createTextVNode, createApp } from 'vue';
|
|
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, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass, pushScopeId, popScopeId, createBlock, Fragment, renderList, createTextVNode, normalizeStyle, useCssVars, createStaticVNode, createApp } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _arrayWithHoles(arr) {
|
|
4
4
|
if (Array.isArray(arr)) return arr;
|
|
@@ -4833,7 +4833,7 @@ $$3({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
|
|
|
4833
4833
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
4834
4834
|
addToUnscopables$1('includes');
|
|
4835
4835
|
|
|
4836
|
-
var script$
|
|
4836
|
+
var script$8 = defineComponent({
|
|
4837
4837
|
name: 'FwInput',
|
|
4838
4838
|
emits: ['update:modelValue'],
|
|
4839
4839
|
components: {
|
|
@@ -4956,20 +4956,20 @@ if (DESCRIPTORS$1 && !FUNCTION_NAME_EXISTS) {
|
|
|
4956
4956
|
});
|
|
4957
4957
|
}
|
|
4958
4958
|
|
|
4959
|
-
var _hoisted_1$
|
|
4959
|
+
var _hoisted_1$9 = {
|
|
4960
4960
|
"class": "fw-input w-full"
|
|
4961
4961
|
};
|
|
4962
|
-
var _hoisted_2$
|
|
4962
|
+
var _hoisted_2$8 = {
|
|
4963
4963
|
"class": "flex flex-col"
|
|
4964
4964
|
};
|
|
4965
|
-
var _hoisted_3$
|
|
4965
|
+
var _hoisted_3$7 = {
|
|
4966
4966
|
"class": "flex flex-row justify-between"
|
|
4967
4967
|
};
|
|
4968
|
-
var _hoisted_4$
|
|
4969
|
-
var _hoisted_5$
|
|
4968
|
+
var _hoisted_4$7 = ["for"];
|
|
4969
|
+
var _hoisted_5$4 = {
|
|
4970
4970
|
key: 1
|
|
4971
4971
|
};
|
|
4972
|
-
var _hoisted_6$
|
|
4972
|
+
var _hoisted_6$4 = {
|
|
4973
4973
|
"class": "relative"
|
|
4974
4974
|
};
|
|
4975
4975
|
var _hoisted_7$3 = {
|
|
@@ -5004,10 +5004,10 @@ var _hoisted_13 = {
|
|
|
5004
5004
|
var _hoisted_14 = {
|
|
5005
5005
|
key: 1
|
|
5006
5006
|
};
|
|
5007
|
-
function render$
|
|
5007
|
+
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5008
5008
|
var _component_InputField = resolveComponent("InputField");
|
|
5009
5009
|
|
|
5010
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5010
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [createVNode(_component_InputField, {
|
|
5011
5011
|
modelValue: _ctx.inputValue,
|
|
5012
5012
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
|
5013
5013
|
return _ctx.inputValue = $event;
|
|
@@ -5020,11 +5020,11 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5020
5020
|
errors = _ref.errors,
|
|
5021
5021
|
errorMessage = _ref.errorMessage,
|
|
5022
5022
|
meta = _ref.meta;
|
|
5023
|
-
return [createElementVNode("div", _hoisted_2$
|
|
5023
|
+
return [createElementVNode("div", _hoisted_2$8, [createElementVNode("div", _hoisted_3$7, [_ctx.label ? (openBlock(), createElementBlock("label", {
|
|
5024
5024
|
key: 0,
|
|
5025
5025
|
"for": _ctx.name,
|
|
5026
5026
|
"class": "block mb-2"
|
|
5027
|
-
}, toDisplayString(_ctx.label), 9, _hoisted_4$
|
|
5027
|
+
}, toDisplayString(_ctx.label), 9, _hoisted_4$7)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$4, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6$4, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7$3, [renderSlot(_ctx.$slots, "prefix")])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
|
|
5028
5028
|
placeholder: _ctx.placeholder,
|
|
5029
5029
|
type: _ctx.type,
|
|
5030
5030
|
readonly: _ctx.readonly,
|
|
@@ -5085,13 +5085,13 @@ function styleInject(css, ref) {
|
|
|
5085
5085
|
}
|
|
5086
5086
|
}
|
|
5087
5087
|
|
|
5088
|
-
var css_248z$
|
|
5089
|
-
var stylesheet$
|
|
5090
|
-
styleInject(css_248z$
|
|
5088
|
+
var css_248z$6 = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
5089
|
+
var stylesheet$6 = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
5090
|
+
styleInject(css_248z$6);
|
|
5091
5091
|
|
|
5092
|
-
script$
|
|
5092
|
+
script$8.render = render$a;
|
|
5093
5093
|
|
|
5094
|
-
var script$
|
|
5094
|
+
var script$7 = defineComponent({
|
|
5095
5095
|
name: 'FwCheckbox',
|
|
5096
5096
|
components: {
|
|
5097
5097
|
InputField: Field
|
|
@@ -5128,20 +5128,20 @@ var script$6 = defineComponent({
|
|
|
5128
5128
|
}
|
|
5129
5129
|
});
|
|
5130
5130
|
|
|
5131
|
-
var _withScopeId$
|
|
5131
|
+
var _withScopeId$3 = function _withScopeId(n) {
|
|
5132
5132
|
return pushScopeId("data-v-7423717e"), n = n(), popScopeId(), n;
|
|
5133
5133
|
};
|
|
5134
5134
|
|
|
5135
|
-
var _hoisted_1$
|
|
5135
|
+
var _hoisted_1$8 = {
|
|
5136
5136
|
"class": "fw-checkbox w-full"
|
|
5137
5137
|
};
|
|
5138
|
-
var _hoisted_2$
|
|
5138
|
+
var _hoisted_2$7 = {
|
|
5139
5139
|
"class": "flex flex-col"
|
|
5140
5140
|
};
|
|
5141
|
-
var _hoisted_3$
|
|
5142
|
-
var _hoisted_4$
|
|
5143
|
-
var _hoisted_5$
|
|
5144
|
-
var _hoisted_6$
|
|
5141
|
+
var _hoisted_3$6 = ["for"];
|
|
5142
|
+
var _hoisted_4$6 = ["value", "name"];
|
|
5143
|
+
var _hoisted_5$3 = ["innerHTML"];
|
|
5144
|
+
var _hoisted_6$3 = {
|
|
5145
5145
|
"class": "italic text-sm font-medium min-h-[21px]"
|
|
5146
5146
|
};
|
|
5147
5147
|
var _hoisted_7$2 = {
|
|
@@ -5151,10 +5151,10 @@ var _hoisted_7$2 = {
|
|
|
5151
5151
|
var _hoisted_8$2 = {
|
|
5152
5152
|
key: 1
|
|
5153
5153
|
};
|
|
5154
|
-
function render$
|
|
5154
|
+
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5155
5155
|
var _component_InputField = resolveComponent("InputField");
|
|
5156
5156
|
|
|
5157
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5157
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [createVNode(_component_InputField, {
|
|
5158
5158
|
name: _ctx.name,
|
|
5159
5159
|
value: _ctx.name,
|
|
5160
5160
|
type: "checkbox",
|
|
@@ -5165,7 +5165,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5165
5165
|
errors = _ref.errors,
|
|
5166
5166
|
errorMessage = _ref.errorMessage,
|
|
5167
5167
|
meta = _ref.meta;
|
|
5168
|
-
return [createElementVNode("div", _hoisted_2$
|
|
5168
|
+
return [createElementVNode("div", _hoisted_2$7, [_ctx.label ? (openBlock(), createElementBlock("label", {
|
|
5169
5169
|
key: 0,
|
|
5170
5170
|
"for": _ctx.name,
|
|
5171
5171
|
"class": "inline-flex items-center mb-3"
|
|
@@ -5174,10 +5174,10 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5174
5174
|
name: _ctx.name,
|
|
5175
5175
|
type: "checkbox",
|
|
5176
5176
|
"class": "text-primary w-6 h-6 cursor-pointer bg-white border-grey-light border rounded"
|
|
5177
|
-
}), null, 16, _hoisted_4$
|
|
5177
|
+
}), null, 16, _hoisted_4$6), createElementVNode("span", {
|
|
5178
5178
|
"class": "ml-2",
|
|
5179
5179
|
innerHTML: _ctx.label
|
|
5180
|
-
}, null, 8, _hoisted_5$
|
|
5180
|
+
}, null, 8, _hoisted_5$3)], 8, _hoisted_3$6)) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$3, [createVNode(Transition, {
|
|
5181
5181
|
name: "fwFadeIn",
|
|
5182
5182
|
mode: "out-in"
|
|
5183
5183
|
}, {
|
|
@@ -5191,14 +5191,14 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5191
5191
|
}, 8, ["name", "value", "rules"])]);
|
|
5192
5192
|
}
|
|
5193
5193
|
|
|
5194
|
-
var css_248z$
|
|
5195
|
-
var stylesheet$
|
|
5196
|
-
styleInject(css_248z$
|
|
5194
|
+
var css_248z$5 = ".fwFadeIn-enter-active[data-v-7423717e]{-webkit-animation:fwFadeIn-7423717e .35s;animation:fwFadeIn-7423717e .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-7423717e]{animation:fwFadeIn-7423717e .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-7423717e{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-7423717e{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-7423717e]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;display:inline-block;flex-shrink:0;-webkit-transition:background .2s ease-in;-o-transition:background .2s ease-in;transition:background .2s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-7423717e]:checked{background-color:currentColor;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='3 3 10 10' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}";
|
|
5195
|
+
var stylesheet$5 = ".fwFadeIn-enter-active[data-v-7423717e]{-webkit-animation:fwFadeIn-7423717e .35s;animation:fwFadeIn-7423717e .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-7423717e]{animation:fwFadeIn-7423717e .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-7423717e{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-7423717e{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-7423717e]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;display:inline-block;flex-shrink:0;-webkit-transition:background .2s ease-in;-o-transition:background .2s ease-in;transition:background .2s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-7423717e]:checked{background-color:currentColor;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='3 3 10 10' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}";
|
|
5196
|
+
styleInject(css_248z$5);
|
|
5197
5197
|
|
|
5198
|
-
script$
|
|
5199
|
-
script$
|
|
5198
|
+
script$7.render = render$9;
|
|
5199
|
+
script$7.__scopeId = "data-v-7423717e";
|
|
5200
5200
|
|
|
5201
|
-
var script$
|
|
5201
|
+
var script$6 = defineComponent({
|
|
5202
5202
|
name: 'FwCard',
|
|
5203
5203
|
props: {
|
|
5204
5204
|
/**
|
|
@@ -5242,38 +5242,38 @@ var script$5 = defineComponent({
|
|
|
5242
5242
|
}
|
|
5243
5243
|
});
|
|
5244
5244
|
|
|
5245
|
-
var _hoisted_1$
|
|
5245
|
+
var _hoisted_1$7 = {
|
|
5246
5246
|
key: 0,
|
|
5247
5247
|
"class": "fw-card--header px-8 py-4 bg-grey-lightest rounded-t-lg border-opacity-0"
|
|
5248
5248
|
};
|
|
5249
|
-
var _hoisted_2$
|
|
5249
|
+
var _hoisted_2$6 = {
|
|
5250
5250
|
key: 0,
|
|
5251
5251
|
"class": "fw-card--prefix-title text-primary"
|
|
5252
5252
|
};
|
|
5253
|
-
var _hoisted_3$
|
|
5253
|
+
var _hoisted_3$5 = {
|
|
5254
5254
|
key: 1
|
|
5255
5255
|
};
|
|
5256
|
-
var _hoisted_4$
|
|
5256
|
+
var _hoisted_4$5 = {
|
|
5257
5257
|
key: 1,
|
|
5258
5258
|
"class": "p-8"
|
|
5259
5259
|
};
|
|
5260
|
-
function render$
|
|
5260
|
+
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5261
5261
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.componentName), {
|
|
5262
5262
|
to: _ctx.to ? _ctx.to : null,
|
|
5263
5263
|
href: _ctx.href ? _ctx.href : null,
|
|
5264
5264
|
tabindex: _ctx.to ? 0 : null,
|
|
5265
|
-
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href ? _ctx.linkClass : ''])
|
|
5265
|
+
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : ''])
|
|
5266
5266
|
}, {
|
|
5267
5267
|
"default": withCtx(function () {
|
|
5268
|
-
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1$
|
|
5268
|
+
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1$7, [_ctx.prefixTitle ? (openBlock(), createElementBlock("span", _hoisted_2$6, toDisplayString(_ctx.prefixTitle), 1)) : createCommentVNode("", true), _ctx.title ? (openBlock(), createElementBlock("span", _hoisted_3$5, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)])) : createCommentVNode("", true), _ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_4$5, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true)];
|
|
5269
5269
|
}),
|
|
5270
5270
|
_: 3
|
|
5271
5271
|
}, 8, ["to", "href", "tabindex", "class"]);
|
|
5272
5272
|
}
|
|
5273
5273
|
|
|
5274
|
-
script$
|
|
5274
|
+
script$6.render = render$8;
|
|
5275
5275
|
|
|
5276
|
-
var script$
|
|
5276
|
+
var script$5 = defineComponent({
|
|
5277
5277
|
name: 'FwButton',
|
|
5278
5278
|
emits: ['click', 'mouseover', 'mouseout', 'focusin', 'focusout'],
|
|
5279
5279
|
props: {
|
|
@@ -5448,7 +5448,7 @@ var script$4 = defineComponent({
|
|
|
5448
5448
|
}
|
|
5449
5449
|
});
|
|
5450
5450
|
|
|
5451
|
-
function render$
|
|
5451
|
+
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5452
5452
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tagName), {
|
|
5453
5453
|
"class": normalizeClass(["fw-button", [_ctx.baseClass, _ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
5454
5454
|
type: _ctx.tagName === 'button' ? _ctx.buttonType : null,
|
|
@@ -5468,17 +5468,17 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5468
5468
|
}, 40, ["class", "type", "to", "href", "tabindex", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
5469
5469
|
}
|
|
5470
5470
|
|
|
5471
|
-
var css_248z$
|
|
5472
|
-
var stylesheet$
|
|
5473
|
-
styleInject(css_248z$
|
|
5471
|
+
var css_248z$4 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
5472
|
+
var stylesheet$4 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
5473
|
+
styleInject(css_248z$4);
|
|
5474
5474
|
|
|
5475
|
-
script$
|
|
5475
|
+
script$5.render = render$7;
|
|
5476
5476
|
|
|
5477
|
-
var script$
|
|
5477
|
+
var script$4 = defineComponent({
|
|
5478
5478
|
name: 'FwNavigationMenu',
|
|
5479
5479
|
emits: ['action'],
|
|
5480
5480
|
components: {
|
|
5481
|
-
FwButton: script$
|
|
5481
|
+
FwButton: script$5
|
|
5482
5482
|
},
|
|
5483
5483
|
props: {
|
|
5484
5484
|
/**
|
|
@@ -5519,24 +5519,24 @@ var script$3 = defineComponent({
|
|
|
5519
5519
|
}
|
|
5520
5520
|
});
|
|
5521
5521
|
|
|
5522
|
-
var _hoisted_1$
|
|
5522
|
+
var _hoisted_1$6 = {
|
|
5523
5523
|
"class": "fw-nav-menu relative z-50 h-20 shadow-md"
|
|
5524
5524
|
};
|
|
5525
|
-
var _hoisted_2$
|
|
5525
|
+
var _hoisted_2$5 = {
|
|
5526
5526
|
"class": "px-6 flex-1 h-full flex bg-white items-stretch justify-between max-w-6xl mx-auto"
|
|
5527
5527
|
};
|
|
5528
|
-
var _hoisted_3$
|
|
5528
|
+
var _hoisted_3$4 = {
|
|
5529
5529
|
key: 0,
|
|
5530
5530
|
"class": "flex-shrink-0 flex items-center"
|
|
5531
5531
|
};
|
|
5532
|
-
var _hoisted_4$
|
|
5532
|
+
var _hoisted_4$4 = {
|
|
5533
5533
|
key: 1,
|
|
5534
5534
|
"class": "container hidden sm:flex items-center justify-start sm:ml-6"
|
|
5535
5535
|
};
|
|
5536
|
-
var _hoisted_5$
|
|
5536
|
+
var _hoisted_5$2 = {
|
|
5537
5537
|
"class": "flex space-x-2"
|
|
5538
5538
|
};
|
|
5539
|
-
var _hoisted_6$
|
|
5539
|
+
var _hoisted_6$2 = {
|
|
5540
5540
|
key: 2,
|
|
5541
5541
|
"class": "hidden sm:flex items-center justify-start sm:ml-6"
|
|
5542
5542
|
};
|
|
@@ -5560,12 +5560,12 @@ var _hoisted_10$1 = ["d"];
|
|
|
5560
5560
|
var _hoisted_11$1 = {
|
|
5561
5561
|
"class": "w-full flex flex-col"
|
|
5562
5562
|
};
|
|
5563
|
-
function render$
|
|
5563
|
+
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5564
5564
|
var _ctx$menuItems;
|
|
5565
5565
|
|
|
5566
5566
|
var _component_FwButton = resolveComponent("FwButton");
|
|
5567
5567
|
|
|
5568
|
-
return openBlock(), createElementBlock("nav", _hoisted_1$
|
|
5568
|
+
return openBlock(), createElementBlock("nav", _hoisted_1$6, [createElementVNode("div", _hoisted_2$5, [_ctx.$slots.logo ? (openBlock(), createElementBlock("div", _hoisted_3$4, [renderSlot(_ctx.$slots, "logo")])) : createCommentVNode("", true), _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$4, [createElementVNode("div", _hoisted_5$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
5569
5569
|
return openBlock(), createBlock(_component_FwButton, {
|
|
5570
5570
|
key: i,
|
|
5571
5571
|
variant: "text",
|
|
@@ -5579,7 +5579,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5579
5579
|
}),
|
|
5580
5580
|
_: 2
|
|
5581
5581
|
}, 1032, ["href", "to"]);
|
|
5582
|
-
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
5582
|
+
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_6$2, [createVNode(_component_FwButton, {
|
|
5583
5583
|
onClick: _ctx.actionClicked,
|
|
5584
5584
|
size: "md",
|
|
5585
5585
|
"aria-label": _ctx.actionLabel
|
|
@@ -5639,11 +5639,11 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5639
5639
|
})]);
|
|
5640
5640
|
}
|
|
5641
5641
|
|
|
5642
|
-
var css_248z$
|
|
5643
|
-
var stylesheet$
|
|
5644
|
-
styleInject(css_248z$
|
|
5642
|
+
var css_248z$3 = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
|
|
5643
|
+
var stylesheet$3 = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
|
|
5644
|
+
styleInject(css_248z$3);
|
|
5645
5645
|
|
|
5646
|
-
script$
|
|
5646
|
+
script$4.render = render$6;
|
|
5647
5647
|
|
|
5648
5648
|
var es_number_constructor = {};
|
|
5649
5649
|
|
|
@@ -5845,7 +5845,7 @@ if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumb
|
|
|
5845
5845
|
defineBuiltIn(global$4, NUMBER, NumberWrapper, { constructor: true });
|
|
5846
5846
|
}
|
|
5847
5847
|
|
|
5848
|
-
var script$
|
|
5848
|
+
var script$3 = defineComponent({
|
|
5849
5849
|
name: 'FwTabs',
|
|
5850
5850
|
emits: ['update:modelValue'],
|
|
5851
5851
|
props: {
|
|
@@ -5861,7 +5861,8 @@ var script$2 = defineComponent({
|
|
|
5861
5861
|
var active = computed(function () {
|
|
5862
5862
|
return props.modelValue;
|
|
5863
5863
|
});
|
|
5864
|
-
var tabs = ref(
|
|
5864
|
+
var tabs = ref();
|
|
5865
|
+
tabs.value = [];
|
|
5865
5866
|
|
|
5866
5867
|
var selectTab = function selectTab(tab) {
|
|
5867
5868
|
ctx.emit('update:modelValue', tab);
|
|
@@ -5879,16 +5880,16 @@ var script$2 = defineComponent({
|
|
|
5879
5880
|
}
|
|
5880
5881
|
});
|
|
5881
5882
|
|
|
5882
|
-
var _hoisted_1$
|
|
5883
|
+
var _hoisted_1$5 = {
|
|
5883
5884
|
"class": "fw-tabs"
|
|
5884
5885
|
};
|
|
5885
|
-
var _hoisted_2$
|
|
5886
|
+
var _hoisted_2$4 = {
|
|
5886
5887
|
key: 0,
|
|
5887
5888
|
"class": "flex flex-wrap -mb-px border-b border-grey-light dark:text-grey-base dark:border-grey-base"
|
|
5888
5889
|
};
|
|
5889
|
-
var _hoisted_3$
|
|
5890
|
-
function render$
|
|
5891
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5890
|
+
var _hoisted_3$3 = ["onClick"];
|
|
5891
|
+
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5892
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [_ctx.tabs ? (openBlock(), createElementBlock("ul", _hoisted_2$4, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, function (tab, i) {
|
|
5892
5893
|
return openBlock(), createElementBlock("li", {
|
|
5893
5894
|
"class": "mr-2",
|
|
5894
5895
|
key: i
|
|
@@ -5898,11 +5899,11 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5898
5899
|
return _ctx.selectTab(i);
|
|
5899
5900
|
},
|
|
5900
5901
|
"class": normalizeClass(["inline-block p-4 outline-primary border-b-2 border-transparent transition ease-in", _ctx.active === i ? 'font-medium border-black' : 'hover:bg-grey-lightest'])
|
|
5901
|
-
}, toDisplayString(tab.props.label), 11, _hoisted_3$
|
|
5902
|
+
}, toDisplayString(tab.props.label), 11, _hoisted_3$3)]);
|
|
5902
5903
|
}), 128))])) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")]);
|
|
5903
5904
|
}
|
|
5904
5905
|
|
|
5905
|
-
script$
|
|
5906
|
+
script$3.render = render$5;
|
|
5906
5907
|
|
|
5907
5908
|
var es_array_findIndex = {};
|
|
5908
5909
|
|
|
@@ -5928,7 +5929,7 @@ $$2({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
|
|
|
5928
5929
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
5929
5930
|
addToUnscopables(FIND_INDEX);
|
|
5930
5931
|
|
|
5931
|
-
var script$
|
|
5932
|
+
var script$2 = defineComponent({
|
|
5932
5933
|
name: 'FwTab',
|
|
5933
5934
|
props: {
|
|
5934
5935
|
/**
|
|
@@ -5939,7 +5940,7 @@ var script$1 = defineComponent({
|
|
|
5939
5940
|
required: true
|
|
5940
5941
|
}
|
|
5941
5942
|
},
|
|
5942
|
-
setup: function setup() {
|
|
5943
|
+
setup: function setup(props) {
|
|
5943
5944
|
var instance = getCurrentInstance();
|
|
5944
5945
|
|
|
5945
5946
|
var _ref = inject('tabsState') || {
|
|
@@ -5966,20 +5967,21 @@ var script$1 = defineComponent({
|
|
|
5966
5967
|
});
|
|
5967
5968
|
return {
|
|
5968
5969
|
isActive: isActive,
|
|
5969
|
-
index: index
|
|
5970
|
+
index: index,
|
|
5971
|
+
props: props
|
|
5970
5972
|
};
|
|
5971
5973
|
}
|
|
5972
5974
|
});
|
|
5973
5975
|
|
|
5974
|
-
var _hoisted_1$
|
|
5976
|
+
var _hoisted_1$4 = {
|
|
5975
5977
|
key: 0,
|
|
5976
5978
|
"class": "fw-tab w-full"
|
|
5977
5979
|
};
|
|
5978
|
-
function render$
|
|
5979
|
-
return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5980
|
+
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5981
|
+
return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1$4, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true);
|
|
5980
5982
|
}
|
|
5981
5983
|
|
|
5982
|
-
script$
|
|
5984
|
+
script$2.render = render$4;
|
|
5983
5985
|
|
|
5984
5986
|
/** Detect free variable `global` from Node.js. */
|
|
5985
5987
|
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
|
|
@@ -6259,10 +6261,10 @@ function uniqueId(prefix) {
|
|
|
6259
6261
|
return toString(prefix) + id;
|
|
6260
6262
|
}
|
|
6261
6263
|
|
|
6262
|
-
var script = defineComponent({
|
|
6264
|
+
var script$1 = defineComponent({
|
|
6263
6265
|
name: 'FwModal',
|
|
6264
6266
|
components: {
|
|
6265
|
-
FwButton: script$
|
|
6267
|
+
FwButton: script$5
|
|
6266
6268
|
},
|
|
6267
6269
|
emits: ['cancel', 'confirm'],
|
|
6268
6270
|
props: {
|
|
@@ -6350,25 +6352,25 @@ var script = defineComponent({
|
|
|
6350
6352
|
}
|
|
6351
6353
|
});
|
|
6352
6354
|
|
|
6353
|
-
var _withScopeId = function _withScopeId(n) {
|
|
6355
|
+
var _withScopeId$2 = function _withScopeId(n) {
|
|
6354
6356
|
return pushScopeId("data-v-003a6fba"), n = n(), popScopeId(), n;
|
|
6355
6357
|
};
|
|
6356
6358
|
|
|
6357
|
-
var _hoisted_1 = {
|
|
6359
|
+
var _hoisted_1$3 = {
|
|
6358
6360
|
"class": "fw-modal"
|
|
6359
6361
|
};
|
|
6360
|
-
var _hoisted_2 = {
|
|
6362
|
+
var _hoisted_2$3 = {
|
|
6361
6363
|
"class": "fw-modal--mask fixed z-[9999] top-0 left-0 w-full h-full bg-black bg-opacity-50"
|
|
6362
6364
|
};
|
|
6363
|
-
var _hoisted_3 = {
|
|
6365
|
+
var _hoisted_3$2 = {
|
|
6364
6366
|
"class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
|
|
6365
6367
|
};
|
|
6366
|
-
var _hoisted_4 = ["role", "aria-labelledby", "aria-describedby"];
|
|
6367
|
-
var _hoisted_5 = {
|
|
6368
|
+
var _hoisted_4$3 = ["role", "aria-labelledby", "aria-describedby"];
|
|
6369
|
+
var _hoisted_5$1 = {
|
|
6368
6370
|
key: 0,
|
|
6369
6371
|
"class": "fw-modal--header text-center"
|
|
6370
6372
|
};
|
|
6371
|
-
var _hoisted_6 = {
|
|
6373
|
+
var _hoisted_6$1 = {
|
|
6372
6374
|
key: 0,
|
|
6373
6375
|
id: "modal-logo",
|
|
6374
6376
|
"class": "flex justify-center"
|
|
@@ -6381,7 +6383,7 @@ var _hoisted_11 = {
|
|
|
6381
6383
|
key: 3,
|
|
6382
6384
|
"class": "modal-footer flex space-x-4 pt-4 justify-center"
|
|
6383
6385
|
};
|
|
6384
|
-
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6386
|
+
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6385
6387
|
var _component_FwButton = resolveComponent("FwButton");
|
|
6386
6388
|
|
|
6387
6389
|
return openBlock(), createBlock(Transition, {
|
|
@@ -6389,13 +6391,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6389
6391
|
appear: ""
|
|
6390
6392
|
}, {
|
|
6391
6393
|
"default": withCtx(function () {
|
|
6392
|
-
return [createElementVNode("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("div", {
|
|
6394
|
+
return [createElementVNode("div", _hoisted_1$3, [createElementVNode("div", _hoisted_2$3, [createElementVNode("div", _hoisted_3$2, [createElementVNode("div", {
|
|
6393
6395
|
role: _ctx.role,
|
|
6394
6396
|
"aria-modal": "true",
|
|
6395
6397
|
"class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
|
|
6396
6398
|
"aria-labelledby": _ctx.$slots.header || _ctx.header ? "modal_".concat(_ctx.uuid, "_header") : undefined,
|
|
6397
6399
|
"aria-describedby": _ctx.$slots.body ? "modal_".concat(_ctx.uuid, "_body") : undefined
|
|
6398
|
-
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
6400
|
+
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$1, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6$1, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
6399
6401
|
key: 1,
|
|
6400
6402
|
id: "modal_".concat(_ctx.uuid, "_header")
|
|
6401
6403
|
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
|
|
@@ -6437,32 +6439,248 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6437
6439
|
return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
|
|
6438
6440
|
}),
|
|
6439
6441
|
_: 1
|
|
6440
|
-
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4)])])])];
|
|
6442
|
+
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$3)])])])];
|
|
6441
6443
|
}),
|
|
6442
6444
|
_: 3
|
|
6443
6445
|
});
|
|
6444
6446
|
}
|
|
6445
6447
|
|
|
6446
|
-
var css_248z = ".modalFadeIn-enter-active[data-v-003a6fba]{-webkit-animation:modalFadeIn-003a6fba .4s;animation:modalFadeIn-003a6fba .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active[data-v-003a6fba]{animation:modalFadeIn-003a6fba .4s reverse;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}@-webkit-keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}";
|
|
6447
|
-
var stylesheet = ".modalFadeIn-enter-active[data-v-003a6fba]{-webkit-animation:modalFadeIn-003a6fba .4s;animation:modalFadeIn-003a6fba .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active[data-v-003a6fba]{animation:modalFadeIn-003a6fba .4s reverse;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}@-webkit-keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}";
|
|
6448
|
+
var css_248z$2 = ".modalFadeIn-enter-active[data-v-003a6fba]{-webkit-animation:modalFadeIn-003a6fba .4s;animation:modalFadeIn-003a6fba .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active[data-v-003a6fba]{animation:modalFadeIn-003a6fba .4s reverse;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}@-webkit-keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}";
|
|
6449
|
+
var stylesheet$2 = ".modalFadeIn-enter-active[data-v-003a6fba]{-webkit-animation:modalFadeIn-003a6fba .4s;animation:modalFadeIn-003a6fba .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active[data-v-003a6fba]{animation:modalFadeIn-003a6fba .4s reverse;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}@-webkit-keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn-003a6fba{0%{opacity:0}to{opacity:1}}";
|
|
6450
|
+
styleInject(css_248z$2);
|
|
6451
|
+
|
|
6452
|
+
script$1.render = render$3;
|
|
6453
|
+
script$1.__scopeId = "data-v-003a6fba";
|
|
6454
|
+
|
|
6455
|
+
var script = defineComponent({
|
|
6456
|
+
name: 'FwProgressBar',
|
|
6457
|
+
props: {
|
|
6458
|
+
/**
|
|
6459
|
+
* An array of menu progress steps.
|
|
6460
|
+
* `{ label: string; position: number; subSteps: number; }`
|
|
6461
|
+
*/
|
|
6462
|
+
steps: {
|
|
6463
|
+
type: Array,
|
|
6464
|
+
required: true
|
|
6465
|
+
},
|
|
6466
|
+
|
|
6467
|
+
/**
|
|
6468
|
+
* An current active step.
|
|
6469
|
+
*/
|
|
6470
|
+
activeStep: {
|
|
6471
|
+
type: Number,
|
|
6472
|
+
required: true
|
|
6473
|
+
},
|
|
6474
|
+
|
|
6475
|
+
/**
|
|
6476
|
+
* An current active sub-step.
|
|
6477
|
+
*/
|
|
6478
|
+
activeSubStep: {
|
|
6479
|
+
type: Number,
|
|
6480
|
+
required: true
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
setup: function setup(props) {
|
|
6484
|
+
var calculatedProgressBar = function calculatedProgressBar(step) {
|
|
6485
|
+
var numOfSubSteps = step.subSteps;
|
|
6486
|
+
var equalPercentageWidths = 100 / numOfSubSteps;
|
|
6487
|
+
|
|
6488
|
+
if (props.activeStep === step.position && props.activeSubStep) {
|
|
6489
|
+
var width = equalPercentageWidths * props.activeSubStep;
|
|
6490
|
+
return "width: ".concat(width, "%");
|
|
6491
|
+
}
|
|
6492
|
+
|
|
6493
|
+
return 'width: 0%;';
|
|
6494
|
+
};
|
|
6495
|
+
|
|
6496
|
+
return {
|
|
6497
|
+
calculatedProgressBar: calculatedProgressBar
|
|
6498
|
+
};
|
|
6499
|
+
}
|
|
6500
|
+
});
|
|
6501
|
+
|
|
6502
|
+
var _hoisted_1$2 = {
|
|
6503
|
+
"class": "fw-progress-bar w-full mx-auto my-4"
|
|
6504
|
+
};
|
|
6505
|
+
var _hoisted_2$2 = {
|
|
6506
|
+
"class": "flex pb-3"
|
|
6507
|
+
};
|
|
6508
|
+
var _hoisted_3$1 = {
|
|
6509
|
+
"class": "text-white text-center w-full"
|
|
6510
|
+
};
|
|
6511
|
+
var _hoisted_4$2 = {
|
|
6512
|
+
"class": "text-sm md:text-base"
|
|
6513
|
+
};
|
|
6514
|
+
var _hoisted_5 = {
|
|
6515
|
+
key: 0,
|
|
6516
|
+
"class": "w-full flex items-start mt-[13px] mx-[-15px]"
|
|
6517
|
+
};
|
|
6518
|
+
var _hoisted_6 = {
|
|
6519
|
+
"class": "w-full bg-grey-light rounded flex-1"
|
|
6520
|
+
};
|
|
6521
|
+
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6522
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [createElementVNode("div", _hoisted_2$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.steps, function (step) {
|
|
6523
|
+
return openBlock(), createElementBlock("div", {
|
|
6524
|
+
"class": normalizeClass(["flex", step.position !== _ctx.steps.length ? 'flex-1' : 'w-[70px] md:w-[96px]']),
|
|
6525
|
+
key: step.position
|
|
6526
|
+
}, [createElementVNode("div", {
|
|
6527
|
+
"class": normalizeClass(["text-center", step.position !== _ctx.steps.length ? 'min-w-[70px] w-[70px] md:min-w-[96px] md:w-[96px]' : 'w-full'])
|
|
6528
|
+
}, [createElementVNode("div", {
|
|
6529
|
+
"class": normalizeClass(["w-[30px] h-[30px] mx-auto mb-2 flex items-center justify-center text-center rounded-full", step.position <= _ctx.activeStep ? 'bg-primary' : 'bg-grey-light'])
|
|
6530
|
+
}, [createElementVNode("span", _hoisted_3$1, toDisplayString(step.position), 1)], 2), createElementVNode("span", _hoisted_4$2, toDisplayString(step.label), 1)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_5, [createElementVNode("div", _hoisted_6, [createElementVNode("div", {
|
|
6531
|
+
"class": "bg-primary text-xs leading-none py-0.5 text-center text-grey-darkest rounded transition-all",
|
|
6532
|
+
style: normalizeStyle(step.position < _ctx.activeStep ? 'width:100%;' : _ctx.calculatedProgressBar(step))
|
|
6533
|
+
}, null, 4)])])) : createCommentVNode("", true)], 2);
|
|
6534
|
+
}), 128))])]);
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
script.render = render$2;
|
|
6538
|
+
|
|
6539
|
+
var __default__$1 = defineComponent({
|
|
6540
|
+
name: 'FwEmailPulse',
|
|
6541
|
+
props: {
|
|
6542
|
+
/**
|
|
6543
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
6544
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
6545
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6546
|
+
*/
|
|
6547
|
+
animationIteration: {
|
|
6548
|
+
type: [String, Number],
|
|
6549
|
+
"default": 5
|
|
6550
|
+
}
|
|
6551
|
+
}
|
|
6552
|
+
});
|
|
6553
|
+
|
|
6554
|
+
var __injectCSSVars__$1 = function __injectCSSVars__() {
|
|
6555
|
+
useCssVars(function (_ctx) {
|
|
6556
|
+
return {
|
|
6557
|
+
"7fb9ba3d": _ctx.animationIteration
|
|
6558
|
+
};
|
|
6559
|
+
});
|
|
6560
|
+
};
|
|
6561
|
+
|
|
6562
|
+
var __setup__$1 = __default__$1.setup;
|
|
6563
|
+
__default__$1.setup = __setup__$1 ? function (props, ctx) {
|
|
6564
|
+
__injectCSSVars__$1();
|
|
6565
|
+
|
|
6566
|
+
return __setup__$1(props, ctx);
|
|
6567
|
+
} : __injectCSSVars__$1;
|
|
6568
|
+
|
|
6569
|
+
var _withScopeId$1 = function _withScopeId(n) {
|
|
6570
|
+
return pushScopeId("data-v-62714d9a"), n = n(), popScopeId(), n;
|
|
6571
|
+
};
|
|
6572
|
+
|
|
6573
|
+
var _hoisted_1$1 = {
|
|
6574
|
+
"class": "fw-email-pulse justify-center mx-auto"
|
|
6575
|
+
};
|
|
6576
|
+
|
|
6577
|
+
var _hoisted_2$1 = /*#__PURE__*/_withScopeId$1(function () {
|
|
6578
|
+
return /*#__PURE__*/createElementVNode("svg", {
|
|
6579
|
+
width: "102",
|
|
6580
|
+
height: "102",
|
|
6581
|
+
viewBox: "0 0 102 102",
|
|
6582
|
+
fill: "none",
|
|
6583
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6584
|
+
}, [/*#__PURE__*/createElementVNode("path", {
|
|
6585
|
+
"class": "fill-primary",
|
|
6586
|
+
"fill-rule": "evenodd",
|
|
6587
|
+
"clip-rule": "evenodd",
|
|
6588
|
+
d: "M51 102C79.1665 102 102 79.1665 102 51C102 22.8335 79.1665 0 51 0C22.8335 0 0 22.8335 0 51C0 79.1665 22.8335 102 51 102ZM27 39C27 35.6859 29.6859 33 33 33H69C72.3094 33 75 35.6859 75 39V63C75 66.3141 72.3141 69 69 69H33C29.6859 69 27 66.3141 27 63V39ZM72 39C72 37.3462 70.6537 36 69 36H33C31.3463 36 30 37.35 30 39V42.375L48.2972 56.1009C49.8909 57.2934 52.1062 57.2934 53.7 56.1009L72 42.3759V39ZM69 66C70.6537 66 72 64.6537 72 63V46.0406L55.5 58.5C54.1781 59.4938 52.5881 60.0019 51 60.0019C49.4119 60.0019 47.8237 59.4947 46.5 58.5L30 46.0406V63C30 64.6537 31.3463 66 33 66H69Z"
|
|
6589
|
+
})], -1);
|
|
6590
|
+
});
|
|
6591
|
+
|
|
6592
|
+
var _hoisted_3 = /*#__PURE__*/_withScopeId$1(function () {
|
|
6593
|
+
return /*#__PURE__*/createElementVNode("svg", {
|
|
6594
|
+
"class": "absolute top-0 left-0",
|
|
6595
|
+
viewBox: "0 0 130 130"
|
|
6596
|
+
}, [/*#__PURE__*/createElementVNode("circle", {
|
|
6597
|
+
"class": "fw-email-pulse-circle",
|
|
6598
|
+
cx: "50%",
|
|
6599
|
+
cy: "50%",
|
|
6600
|
+
r: "45"
|
|
6601
|
+
})], -1);
|
|
6602
|
+
});
|
|
6603
|
+
|
|
6604
|
+
var _hoisted_4$1 = [_hoisted_2$1, _hoisted_3];
|
|
6605
|
+
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6606
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1, _hoisted_4$1);
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6609
|
+
var css_248z$1 = ".fw-email-pulse[data-v-62714d9a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:130px;position:relative;width:130px}.fw-email-pulse-circle[data-v-62714d9a]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--7fb9ba3d);animation-iteration-count:var(--7fb9ba3d);-webkit-animation-name:fwEmailPulse-62714d9a;animation-name:fwEmailPulse-62714d9a;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwEmailPulse-62714d9a{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwEmailPulse-62714d9a{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
6610
|
+
var stylesheet$1 = ".fw-email-pulse[data-v-62714d9a]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:130px;position:relative;width:130px}.fw-email-pulse-circle[data-v-62714d9a]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--7fb9ba3d);animation-iteration-count:var(--7fb9ba3d);-webkit-animation-name:fwEmailPulse-62714d9a;animation-name:fwEmailPulse-62714d9a;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwEmailPulse-62714d9a{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwEmailPulse-62714d9a{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
6611
|
+
styleInject(css_248z$1);
|
|
6612
|
+
|
|
6613
|
+
__default__$1.render = render$1;
|
|
6614
|
+
__default__$1.__scopeId = "data-v-62714d9a";
|
|
6615
|
+
|
|
6616
|
+
var __default__ = defineComponent({
|
|
6617
|
+
name: 'FwSuccessPulse',
|
|
6618
|
+
props: {
|
|
6619
|
+
/**
|
|
6620
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
6621
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
6622
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6623
|
+
*/
|
|
6624
|
+
animationIteration: {
|
|
6625
|
+
type: [String, Number],
|
|
6626
|
+
"default": 2
|
|
6627
|
+
}
|
|
6628
|
+
}
|
|
6629
|
+
});
|
|
6630
|
+
|
|
6631
|
+
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
6632
|
+
useCssVars(function (_ctx) {
|
|
6633
|
+
return {
|
|
6634
|
+
"22e0894f": _ctx.animationIteration
|
|
6635
|
+
};
|
|
6636
|
+
});
|
|
6637
|
+
};
|
|
6638
|
+
|
|
6639
|
+
var __setup__ = __default__.setup;
|
|
6640
|
+
__default__.setup = __setup__ ? function (props, ctx) {
|
|
6641
|
+
__injectCSSVars__();
|
|
6642
|
+
|
|
6643
|
+
return __setup__(props, ctx);
|
|
6644
|
+
} : __injectCSSVars__;
|
|
6645
|
+
|
|
6646
|
+
var _withScopeId = function _withScopeId(n) {
|
|
6647
|
+
return pushScopeId("data-v-c32112d4"), n = n(), popScopeId(), n;
|
|
6648
|
+
};
|
|
6649
|
+
|
|
6650
|
+
var _hoisted_1 = {
|
|
6651
|
+
"class": "fw-success-pulse"
|
|
6652
|
+
};
|
|
6653
|
+
|
|
6654
|
+
var _hoisted_2 = /*#__PURE__*/createStaticVNode("<svg class=\"fw-success-pulse--checkmark\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 52 52\" data-v-c32112d4><circle class=\"fw-success-pulse--checkmark__circle\" cx=\"26\" cy=\"26\" r=\"25\" fill=\"none\" data-v-c32112d4></circle><path class=\"fw-success-pulse--checkmark__check\" fill=\"none\" d=\"M14.1 27.2l7.1 7.2 16.7-16.8\" data-v-c32112d4></path></svg><svg class=\"absolute top-0 left-0\" viewBox=\"0 0 100 100\" data-v-c32112d4><circle class=\"fw-success-pulse--circle\" cx=\"50%\" cy=\"50%\" r=\"34\" data-v-c32112d4></circle></svg>", 2);
|
|
6655
|
+
|
|
6656
|
+
var _hoisted_4 = [_hoisted_2];
|
|
6657
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6658
|
+
return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_4);
|
|
6659
|
+
}
|
|
6660
|
+
|
|
6661
|
+
var css_248z = ".fw-success-pulse[data-v-c32112d4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;position:relative;width:100px}.fw-success-pulse--checkmark__circle[data-v-c32112d4]{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--colorPrimary);fill:none;-webkit-animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards;animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards}.fw-success-pulse--checkmark[data-v-c32112d4]{stroke-width:4;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;border-radius:50%;-webkit-box-shadow:inset 0 0 0 var(--colorPrimary);box-shadow:inset 0 0 0 var(--colorPrimary);display:block;height:70px;margin:10% auto;width:70px}.fw-success-pulse--checkmark__check[data-v-c32112d4]{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@-webkit-keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}@keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}.fw-success-pulse--circle[data-v-c32112d4]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--22e0894f);animation-iteration-count:var(--22e0894f);-webkit-animation-name:fwSuccessPulse-c32112d4;animation-name:fwSuccessPulse-c32112d4;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
6662
|
+
var stylesheet = ".fw-success-pulse[data-v-c32112d4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;position:relative;width:100px}.fw-success-pulse--checkmark__circle[data-v-c32112d4]{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--colorPrimary);fill:none;-webkit-animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards;animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards}.fw-success-pulse--checkmark[data-v-c32112d4]{stroke-width:4;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;border-radius:50%;-webkit-box-shadow:inset 0 0 0 var(--colorPrimary);box-shadow:inset 0 0 0 var(--colorPrimary);display:block;height:70px;margin:10% auto;width:70px}.fw-success-pulse--checkmark__check[data-v-c32112d4]{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@-webkit-keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}@keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}.fw-success-pulse--circle[data-v-c32112d4]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--22e0894f);animation-iteration-count:var(--22e0894f);-webkit-animation-name:fwSuccessPulse-c32112d4;animation-name:fwSuccessPulse-c32112d4;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
6448
6663
|
styleInject(css_248z);
|
|
6449
6664
|
|
|
6450
|
-
|
|
6451
|
-
|
|
6665
|
+
__default__.render = render;
|
|
6666
|
+
__default__.__scopeId = "data-v-c32112d4";
|
|
6452
6667
|
|
|
6453
6668
|
// Form components
|
|
6454
6669
|
|
|
6455
6670
|
var components = /*#__PURE__*/Object.freeze({
|
|
6456
6671
|
__proto__: null,
|
|
6457
6672
|
FwForm: Form,
|
|
6458
|
-
FwInput: script$
|
|
6459
|
-
FwCheckbox: script$
|
|
6460
|
-
FwCard: script$
|
|
6461
|
-
FwButton: script$
|
|
6462
|
-
FwNavigationMenu: script$
|
|
6463
|
-
FwTabs: script$
|
|
6464
|
-
FwTab: script$
|
|
6465
|
-
FwModal: script
|
|
6673
|
+
FwInput: script$8,
|
|
6674
|
+
FwCheckbox: script$7,
|
|
6675
|
+
FwCard: script$6,
|
|
6676
|
+
FwButton: script$5,
|
|
6677
|
+
FwNavigationMenu: script$4,
|
|
6678
|
+
FwTabs: script$3,
|
|
6679
|
+
FwTab: script$2,
|
|
6680
|
+
FwModal: script$1,
|
|
6681
|
+
FwProgressBar: script,
|
|
6682
|
+
FwEmailPulse: __default__$1,
|
|
6683
|
+
FwSuccessPulse: __default__
|
|
6466
6684
|
});
|
|
6467
6685
|
|
|
6468
6686
|
function _defineProperty(obj, key, value) {
|
|
@@ -6595,7 +6813,7 @@ var modalService = function modalService(options, element) {
|
|
|
6595
6813
|
var open = function open() {
|
|
6596
6814
|
var _modalVNode;
|
|
6597
6815
|
|
|
6598
|
-
modalVNode = createApp(script, _objectSpread2({}, options));
|
|
6816
|
+
modalVNode = createApp(script$1, _objectSpread2({}, options));
|
|
6599
6817
|
elAppend === null || elAppend === void 0 ? void 0 : elAppend.appendChild(elementToMount);
|
|
6600
6818
|
(_modalVNode = modalVNode) === null || _modalVNode === void 0 ? void 0 : _modalVNode.mount(elementToMount);
|
|
6601
6819
|
};
|
|
@@ -6631,4 +6849,4 @@ var install = function install(app) {
|
|
|
6631
6849
|
});
|
|
6632
6850
|
};
|
|
6633
6851
|
|
|
6634
|
-
export { script$
|
|
6852
|
+
export { script$5 as FwButton, script$6 as FwCard, script$7 as FwCheckbox, __default__$1 as FwEmailPulse, Form as FwForm, script$8 as FwInput, script$1 as FwModal, script$4 as FwNavigationMenu, script as FwProgressBar, __default__ as FwSuccessPulse, script$2 as FwTab, script$3 as FwTabs, install as default, modalService };
|