@frollo/frollo-web-ui 1.2.9 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/cjs/index.js +1116 -618
  2. package/esm/{add-to-unscopables-a5032b1d.js → add-to-unscopables-3f461c07.js} +3 -3
  3. package/esm/array-iteration-98e2cf9a.js +93 -0
  4. package/esm/array-method-is-strict-544b103f.js +14 -0
  5. package/esm/array-species-create-5fc23c89.js +98 -0
  6. package/esm/{classof-088c9833.js → classof-a45668b6.js} +2 -2
  7. package/esm/create-property-558a3c24.js +15 -0
  8. package/esm/{es.array.find-54b8f84b.js → es.array.find-36d8f2f0.js} +6 -6
  9. package/esm/{es.array.includes-9a6e4066.js → es.array.includes-df8e6e35.js} +4 -4
  10. package/esm/{es.function.name-2fa3a718.js → es.function.name-b642b74f.js} +1 -1
  11. package/esm/{es.number.constructor-b7faae1f.js → es.number.constructor-f279ce82.js} +3 -3
  12. package/esm/{function-name-c49146fc.js → function-name-e2f6ea36.js} +1 -1
  13. package/esm/fw-animations.js +7 -7
  14. package/esm/{fw-button-6aa9b68f.js → fw-button-df5c923f.js} +2 -2
  15. package/esm/fw-button.js +8 -8
  16. package/esm/fw-card-8d3f4ab5.js +95 -0
  17. package/esm/fw-card.js +2 -95
  18. package/esm/fw-checkbox.js +2 -2
  19. package/esm/fw-dropdown.js +10 -9
  20. package/esm/fw-image-ec7b02c5.js +770 -0
  21. package/esm/fw-image.js +19 -847
  22. package/esm/fw-input.js +6 -6
  23. package/esm/{fw-loading-spinner-649aa589.js → fw-loading-spinner-9b7c6855.js} +1 -1
  24. package/esm/fw-loading.js +5 -5
  25. package/esm/fw-modal.js +228 -11
  26. package/esm/fw-navigation-menu.js +8 -8
  27. package/esm/fw-progress-bar.js +5 -5
  28. package/esm/fw-table.js +8 -7
  29. package/esm/fw-tabs.js +9 -8
  30. package/esm/fw-tag.js +5 -5
  31. package/esm/fw-toast.js +372 -0
  32. package/esm/fw-transactions-card.js +118 -0
  33. package/esm/{index-403af654.js → index-4605e00e.js} +130 -88
  34. package/esm/index.js +82 -47
  35. package/esm/{is-forced-fd46b5f2.js → is-forced-ddf227e6.js} +2 -2
  36. package/esm/{object-keys-3c73c404.js → object-keys-6a890c6f.js} +2 -2
  37. package/esm/{to-string-c2bd1f4d.js → to-string-685748aa.js} +2 -2
  38. package/esm/uniqueId-fe08534a.js +279 -0
  39. package/esm/web.timers-4a6aaab8.js +82 -0
  40. package/frollo-web-ui.esm.js +1208 -668
  41. package/icons/bullseye.svg +3 -0
  42. package/icons/icons.stories.ts +3 -3
  43. package/icons/index.ts +7 -1
  44. package/icons/solid-check.svg +3 -0
  45. package/icons/solid-xmark.svg +3 -0
  46. package/index.d.ts +261 -22
  47. package/package.json +2 -1
  48. package/styles/web-components.scss +8 -0
  49. package/types/components/fw-modal/fw-modal.vue.d.ts +30 -0
  50. package/types/components/fw-modal/index.types.d.ts +2 -0
  51. package/types/components/fw-toast/fw-toast.vue.d.ts +121 -0
  52. package/types/components/fw-toast/index.d.ts +2 -0
  53. package/types/components/fw-toast/index.types.d.ts +13 -0
  54. package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +58 -0
  55. package/types/components/fw-transactions-card/index.d.ts +2 -0
  56. package/types/components/fw-transactions-card/index.types.d.ts +6 -0
  57. package/types/components/index.d.ts +2 -0
  58. package/types/components/index.types.d.ts +2 -0
  59. package/types/icons/index.d.ts +4 -1
  60. package/types/index.browser-umd.d.ts +1 -0
  61. package/types/services/index.d.ts +1 -0
  62. package/types/services/modal.d.ts +2 -2
  63. package/types/services/toast.d.ts +9 -0
  64. package/web-components/index.js +21435 -0
  65. package/esm/array-iteration-4f83e223.js +0 -186
  66. package/esm/create-property-da6d232b.js +0 -26
  67. package/esm/index-61020c18.js +0 -475
package/esm/fw-input.js CHANGED
@@ -1,12 +1,12 @@
1
- import './es.array.includes-9a6e4066.js';
1
+ import './es.array.includes-df8e6e35.js';
2
2
  import { defineComponent, ref, computed, createElementVNode, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass } from 'vue';
3
3
  import { a as Field } from './vee-validate.esm-a17a23c3.js';
4
- import './es.function.name-2fa3a718.js';
4
+ import './es.function.name-b642b74f.js';
5
5
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
6
- import './function-name-c49146fc.js';
7
- import './object-keys-3c73c404.js';
8
- import './is-forced-fd46b5f2.js';
9
- import './add-to-unscopables-a5032b1d.js';
6
+ import './function-name-e2f6ea36.js';
7
+ import './object-keys-6a890c6f.js';
8
+ import './is-forced-ddf227e6.js';
9
+ import './add-to-unscopables-3f461c07.js';
10
10
 
11
11
  var script = defineComponent({
12
12
  name: 'FwInput',
@@ -1,4 +1,4 @@
1
- import { c as render$1 } from './index-403af654.js';
1
+ import { f as render$1 } from './index-4605e00e.js';
2
2
  import { defineComponent, resolveComponent, openBlock, createBlock } from 'vue';
3
3
 
4
4
  var script = defineComponent({
package/esm/fw-loading.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { s as script$2 } from './fw-loading-bar-da7d53fb.js';
2
2
  export { s as FwLoadingBar } from './fw-loading-bar-da7d53fb.js';
3
3
  import { defineComponent, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, normalizeClass, Fragment, renderList } from 'vue';
4
- import './es.number.constructor-b7faae1f.js';
4
+ import './es.number.constructor-f279ce82.js';
5
5
  import './style-inject.es-1f59c1d0.js';
6
- import './function-name-c49146fc.js';
7
- import './is-forced-fd46b5f2.js';
8
- import './to-string-c2bd1f4d.js';
9
- import './classof-088c9833.js';
6
+ import './function-name-e2f6ea36.js';
7
+ import './is-forced-ddf227e6.js';
8
+ import './to-string-685748aa.js';
9
+ import './classof-a45668b6.js';
10
10
 
11
11
  var script$1 = defineComponent({
12
12
  name: 'FwLoadingCard',
package/esm/fw-modal.js CHANGED
@@ -1,12 +1,229 @@
1
- export { s as FwModal } from './index-61020c18.js';
2
- import './es.array.includes-9a6e4066.js';
3
- import './function-name-c49146fc.js';
4
- import './object-keys-3c73c404.js';
5
- import './is-forced-fd46b5f2.js';
6
- import './add-to-unscopables-a5032b1d.js';
7
- import 'vue';
8
- import './fw-button-6aa9b68f.js';
9
- import './fw-loading-spinner-649aa589.js';
10
- import './index-403af654.js';
1
+ import './es.array.includes-df8e6e35.js';
2
+ import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Teleport, createVNode, Transition, withCtx, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createTextVNode, toDisplayString } from 'vue';
3
+ import { s as script$1 } from './fw-button-df5c923f.js';
4
+ import { u as uniqueId } from './uniqueId-fe08534a.js';
5
+ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
6
+ import './function-name-e2f6ea36.js';
7
+ import './object-keys-6a890c6f.js';
8
+ import './is-forced-ddf227e6.js';
9
+ import './add-to-unscopables-3f461c07.js';
10
+ import './fw-loading-spinner-9b7c6855.js';
11
+ import './index-4605e00e.js';
11
12
  import './check-94a5917a.js';
12
- import './style-inject.es-1f59c1d0.js';
13
+
14
+ var script = defineComponent({
15
+ name: 'FwModal',
16
+ components: {
17
+ FwButton: script$1
18
+ },
19
+ emits: ['cancel', 'confirm'],
20
+ props: {
21
+ /**
22
+ * The modal's v-model. Controls the visibility of the modal.
23
+ */
24
+ modelValue: {
25
+ type: Boolean
26
+ },
27
+
28
+ /**
29
+ * The header title of the modal
30
+ */
31
+ header: {
32
+ type: String
33
+ },
34
+
35
+ /**
36
+ * The element to attach the modal too. Defaults to `#app` element.
37
+ */
38
+ element: {
39
+ type: String,
40
+ "default": '#app'
41
+ },
42
+
43
+ /**
44
+ * The body description of the modal
45
+ */
46
+ body: {
47
+ type: String
48
+ },
49
+
50
+ /**
51
+ * The aria role of the modal container. Defaults to `dialog`
52
+ */
53
+ role: {
54
+ type: String,
55
+ "default": 'dialog'
56
+ },
57
+
58
+ /**
59
+ * Whether to show the cancel button
60
+ */
61
+ showCancel: {
62
+ type: Boolean,
63
+ "default": false
64
+ },
65
+
66
+ /**
67
+ * Whether to show the confirm button
68
+ */
69
+ showConfirm: {
70
+ type: Boolean,
71
+ "default": true
72
+ },
73
+
74
+ /**
75
+ * Custom text for the cancel button
76
+ */
77
+ cancelButtonText: {
78
+ type: String,
79
+ "default": 'Cancel'
80
+ },
81
+
82
+ /**
83
+ * Button variant for the cancel button
84
+ */
85
+ cancelButtonType: {
86
+ type: String,
87
+ "default": 'secondary',
88
+ validator: function validator(value) {
89
+ return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text'].includes(value);
90
+ }
91
+ },
92
+
93
+ /**
94
+ * Custom text for the confirm button
95
+ */
96
+ confirmButtonText: {
97
+ type: String,
98
+ "default": 'Confirm'
99
+ },
100
+
101
+ /**
102
+ * Button variant for the confirm button
103
+ */
104
+ confirmButtonType: {
105
+ type: String,
106
+ "default": 'primary',
107
+ validator: function validator(value) {
108
+ return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text'].includes(value);
109
+ }
110
+ }
111
+ },
112
+ setup: function setup(props) {
113
+ var isMounted = ref(false);
114
+ var uuid = uniqueId();
115
+ var isOpen = computed(function () {
116
+ return props.modelValue;
117
+ });
118
+ onMounted(function () {
119
+ isMounted.value = true;
120
+ });
121
+ return {
122
+ isOpen: isOpen,
123
+ uuid: uuid,
124
+ isMounted: isMounted
125
+ };
126
+ }
127
+ });
128
+
129
+ var _hoisted_1 = ["id"];
130
+ var _hoisted_2 = {
131
+ "class": "fw-modal--mask fixed z-[9999] top-0 left-0 w-full h-full bg-black bg-opacity-50"
132
+ };
133
+ var _hoisted_3 = {
134
+ "class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
135
+ };
136
+ var _hoisted_4 = ["role", "aria-labelledby", "aria-describedby"];
137
+ var _hoisted_5 = {
138
+ key: 0,
139
+ "class": "fw-modal--header text-center"
140
+ };
141
+ var _hoisted_6 = {
142
+ key: 0,
143
+ id: "modal-logo",
144
+ "class": "flex justify-center"
145
+ };
146
+ var _hoisted_7 = ["id"];
147
+ var _hoisted_8 = ["id", "innerHTML"];
148
+ var _hoisted_9 = ["id"];
149
+ var _hoisted_10 = ["innerHTML", "id"];
150
+ var _hoisted_11 = {
151
+ key: 3,
152
+ "class": "modal-footer flex space-x-4 pt-4 justify-center"
153
+ };
154
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
155
+ var _component_FwButton = resolveComponent("FwButton");
156
+
157
+ return _ctx.isMounted ? (openBlock(), createBlock(Teleport, {
158
+ key: 0,
159
+ to: _ctx.element
160
+ }, [createVNode(Transition, {
161
+ name: "modalFadeIn",
162
+ appear: ""
163
+ }, {
164
+ "default": withCtx(function () {
165
+ return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
166
+ key: 0,
167
+ "class": "fw-modal z-[9999]",
168
+ id: "fw-modal-".concat(_ctx.uuid)
169
+ }, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("div", {
170
+ role: _ctx.role,
171
+ "aria-modal": "true",
172
+ "class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
173
+ "aria-labelledby": _ctx.$slots.header || _ctx.header ? "modal_".concat(_ctx.uuid, "_header") : undefined,
174
+ "aria-describedby": _ctx.$slots.body ? "modal_".concat(_ctx.uuid, "_body") : undefined
175
+ }, [_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", {
176
+ key: 1,
177
+ id: "modal_".concat(_ctx.uuid, "_header")
178
+ }, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
179
+ key: 2,
180
+ id: "modal_".concat(_ctx.uuid, "_header"),
181
+ innerHTML: _ctx.header
182
+ }, null, 8, _hoisted_8)) : createCommentVNode("", true)])) : createCommentVNode("", true), _ctx.$slots.body ? (openBlock(), createElementBlock("div", {
183
+ key: 1,
184
+ "class": "modal-body mt-4",
185
+ id: "modal_".concat(_ctx.uuid, "_body")
186
+ }, [renderSlot(_ctx.$slots, "body")], 8, _hoisted_9)) : _ctx.body ? (openBlock(), createElementBlock("div", {
187
+ key: 2,
188
+ innerHTML: _ctx.body,
189
+ "class": "modal-body mt-4",
190
+ id: "modal_".concat(_ctx.uuid, "_body")
191
+ }, null, 8, _hoisted_10)) : createCommentVNode("", true), _ctx.showConfirm || _ctx.showCancel ? (openBlock(), createElementBlock("div", _hoisted_11, [_ctx.showCancel ? (openBlock(), createBlock(_component_FwButton, {
192
+ key: 0,
193
+ "class": "basis-1/2",
194
+ variant: _ctx.cancelButtonType,
195
+ "aria-label": _ctx.cancelButtonText,
196
+ onClick: _cache[0] || (_cache[0] = function ($event) {
197
+ return _ctx.$emit('cancel');
198
+ })
199
+ }, {
200
+ "default": withCtx(function () {
201
+ return [createTextVNode(toDisplayString(_ctx.cancelButtonText), 1)];
202
+ }),
203
+ _: 1
204
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true), _ctx.showConfirm ? (openBlock(), createBlock(_component_FwButton, {
205
+ key: 1,
206
+ "class": "basis-1/2",
207
+ variant: _ctx.confirmButtonType,
208
+ "aria-label": _ctx.confirmButtonText,
209
+ onClick: _cache[1] || (_cache[1] = function ($event) {
210
+ return _ctx.$emit('confirm');
211
+ })
212
+ }, {
213
+ "default": withCtx(function () {
214
+ return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
215
+ }),
216
+ _: 1
217
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4)])])], 8, _hoisted_1)) : createCommentVNode("", true)];
218
+ }),
219
+ _: 3
220
+ })], 8, ["to"])) : createCommentVNode("", true);
221
+ }
222
+
223
+ var css_248z = ".modalFadeIn-enter-active{-webkit-animation:modalFadeIn .4s;animation:modalFadeIn .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active{animation:modalFadeIn .4s reverse;-webkit-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}@-webkit-keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}";
224
+ var stylesheet = ".modalFadeIn-enter-active{-webkit-animation:modalFadeIn .4s;animation:modalFadeIn .4s;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active{animation:modalFadeIn .4s reverse;-webkit-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}@-webkit-keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}";
225
+ styleInject(css_248z);
226
+
227
+ script.render = render;
228
+
229
+ export { script as FwModal };
@@ -1,13 +1,13 @@
1
1
  import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
2
- import { s as script$1 } from './fw-button-6aa9b68f.js';
2
+ import { s as script$1 } from './fw-button-df5c923f.js';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
- import './es.array.includes-9a6e4066.js';
5
- import './function-name-c49146fc.js';
6
- import './object-keys-3c73c404.js';
7
- import './is-forced-fd46b5f2.js';
8
- import './add-to-unscopables-a5032b1d.js';
9
- import './fw-loading-spinner-649aa589.js';
10
- import './index-403af654.js';
4
+ import './es.array.includes-df8e6e35.js';
5
+ import './function-name-e2f6ea36.js';
6
+ import './object-keys-6a890c6f.js';
7
+ import './is-forced-ddf227e6.js';
8
+ import './add-to-unscopables-3f461c07.js';
9
+ import './fw-loading-spinner-9b7c6855.js';
10
+ import './index-4605e00e.js';
11
11
  import './check-94a5917a.js';
12
12
 
13
13
  var script = defineComponent({
@@ -1,10 +1,10 @@
1
- import './es.number.constructor-b7faae1f.js';
1
+ import './es.number.constructor-f279ce82.js';
2
2
  import { defineComponent, resolveComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, createBlock, toDisplayString, normalizeStyle, createCommentVNode } from 'vue';
3
3
  import { r as render$1 } from './check-94a5917a.js';
4
- import './function-name-c49146fc.js';
5
- import './is-forced-fd46b5f2.js';
6
- import './to-string-c2bd1f4d.js';
7
- import './classof-088c9833.js';
4
+ import './function-name-e2f6ea36.js';
5
+ import './is-forced-ddf227e6.js';
6
+ import './to-string-685748aa.js';
7
+ import './classof-a45668b6.js';
8
8
 
9
9
  var script = defineComponent({
10
10
  name: 'FwProgressBar',
package/esm/fw-table.js CHANGED
@@ -1,12 +1,13 @@
1
- import { i as toObject$2, j as fails$2, t as tryToString$1, q as engineUserAgent, f as functionUncurryThis, h as aCallable$1, s as engineV8Version } from './function-name-c49146fc.js';
2
- import { _ as _export, o as objectKeys } from './object-keys-3c73c404.js';
3
- import { e as toAbsoluteIndex$1, l as lengthOfArrayLike$2 } from './is-forced-fd46b5f2.js';
4
- import { t as toString$1 } from './to-string-c2bd1f4d.js';
5
- import { c as createProperty$1, a as arrayMethodIsStrict$1 } from './create-property-da6d232b.js';
6
- import { b as render$3 } from './index-403af654.js';
1
+ import { i as toObject$2, j as fails$2, t as tryToString$1, p as engineUserAgent, f as functionUncurryThis, h as aCallable$1, q as engineV8Version } from './function-name-e2f6ea36.js';
2
+ import { _ as _export, o as objectKeys } from './object-keys-6a890c6f.js';
3
+ import { e as toAbsoluteIndex$1, l as lengthOfArrayLike$2 } from './is-forced-ddf227e6.js';
4
+ import { t as toString$1 } from './to-string-685748aa.js';
5
+ import { c as createProperty$1 } from './create-property-558a3c24.js';
6
+ import { a as arrayMethodIsStrict$1 } from './array-method-is-strict-544b103f.js';
7
+ import { b as render$3 } from './index-4605e00e.js';
7
8
  import { defineComponent, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, withKeys, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
8
9
  import { s as script$3 } from './fw-loading-bar-da7d53fb.js';
9
- import './classof-088c9833.js';
10
+ import './classof-a45668b6.js';
10
11
  import './check-94a5917a.js';
11
12
  import './style-inject.es-1f59c1d0.js';
12
13
 
package/esm/fw-tabs.js CHANGED
@@ -1,12 +1,13 @@
1
- import './es.number.constructor-b7faae1f.js';
1
+ import './es.number.constructor-f279ce82.js';
2
2
  import { defineComponent, computed, ref, provide, openBlock, createElementBlock, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, renderSlot, getCurrentInstance, inject, watchEffect } from 'vue';
3
- import './function-name-c49146fc.js';
4
- import { _ as _export } from './object-keys-3c73c404.js';
5
- import { a as arrayIteration } from './array-iteration-4f83e223.js';
6
- import { a as addToUnscopables$1 } from './add-to-unscopables-a5032b1d.js';
7
- import './is-forced-fd46b5f2.js';
8
- import './to-string-c2bd1f4d.js';
9
- import './classof-088c9833.js';
3
+ import './function-name-e2f6ea36.js';
4
+ import { _ as _export } from './object-keys-6a890c6f.js';
5
+ import { a as arrayIteration } from './array-iteration-98e2cf9a.js';
6
+ import { a as addToUnscopables$1 } from './add-to-unscopables-3f461c07.js';
7
+ import './is-forced-ddf227e6.js';
8
+ import './to-string-685748aa.js';
9
+ import './classof-a45668b6.js';
10
+ import './array-species-create-5fc23c89.js';
10
11
 
11
12
  var script$1 = defineComponent({
12
13
  name: 'FwTabs',
package/esm/fw-tag.js CHANGED
@@ -1,10 +1,10 @@
1
- import './es.array.includes-9a6e4066.js';
1
+ import './es.array.includes-df8e6e35.js';
2
2
  import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
- import './function-name-c49146fc.js';
5
- import './object-keys-3c73c404.js';
6
- import './is-forced-fd46b5f2.js';
7
- import './add-to-unscopables-a5032b1d.js';
4
+ import './function-name-e2f6ea36.js';
5
+ import './object-keys-6a890c6f.js';
6
+ import './is-forced-ddf227e6.js';
7
+ import './add-to-unscopables-3f461c07.js';
8
8
 
9
9
  var script = defineComponent({
10
10
  name: 'FwTag',