@frollo/frollo-web-ui 5.0.4 → 6.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.
- package/cjs/index.js +943 -326
- package/esm/defineProperty-b85f2e0f.js +42 -0
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-99dba2bc.js → fw-button-b00853dd.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-date-picker.js +46 -1840
- package/esm/fw-drawer.js +3 -3
- package/esm/{fw-dropdown-b476e015.js → fw-dropdown-1c89f793.js} +1 -1
- package/esm/fw-dropdown.js +2 -2
- package/esm/{fw-image-ae643123.js → fw-image-af8c5745.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-input-fdc8fe1b.js → fw-input-46dd3134.js} +1 -1
- package/esm/fw-input.js +2 -2
- package/esm/{fw-loading-spinner-cc1ca2fa.js → fw-loading-spinner-72d70258.js} +1 -1
- package/esm/fw-modal.js +4 -4
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-popover.js +630 -0
- package/esm/fw-provider-list.js +381 -22
- package/esm/fw-sidebar-menu.js +3 -3
- package/esm/{fw-table-row-e8520a1d.js → fw-table-row-1050a386.js} +1 -1
- package/esm/fw-table.js +2 -2
- package/esm/{fw-tag-a8a83c0a.js → fw-tag-fdcaf92c.js} +2 -2
- package/esm/fw-tag.js +4 -4
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/index-0c5cae4f.js +1800 -0
- package/esm/{index-0a63f2c3.js → index-bced3b35.js} +123 -109
- package/esm/index.js +25 -20
- package/frollo-web-ui.esm.js +981 -347
- package/icons/ellipsis.svg +3 -0
- package/icons/index.ts +3 -1
- package/index.d.ts +173 -5
- package/package.json +1 -1
- package/types/components/fw-popover/fw-popover.vue.d.ts +157 -0
- package/types/components/fw-popover/index.d.ts +2 -0
- package/types/components/fw-popover/index.types.d.ts +11 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +985 -351
- package/esm/index-6423a6ab.js +0 -422
package/esm/fw-drawer.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import './es.array.includes-a06445a5.js';
|
|
2
2
|
import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementBlock, normalizeClass, createElementVNode, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString } from 'vue';
|
|
3
|
-
import { s as script$1 } from './fw-button-
|
|
3
|
+
import { s as script$1 } from './fw-button-b00853dd.js';
|
|
4
4
|
import { u as uniqueId } from './uniqueId-fe08534a.js';
|
|
5
|
-
import { c as render$1 } from './index-
|
|
5
|
+
import { c as render$1 } from './index-bced3b35.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
7
|
import './is-forced-fc680e39.js';
|
|
8
8
|
import './export-8a363004.js';
|
|
9
9
|
import './add-to-unscopables-31609885.js';
|
|
10
10
|
import './object-create-bc771493.js';
|
|
11
11
|
import './object-keys-17f3b440.js';
|
|
12
|
-
import './fw-loading-spinner-
|
|
12
|
+
import './fw-loading-spinner-72d70258.js';
|
|
13
13
|
import './check-94a5917a.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './es.array.find-67b3b514.js';
|
|
2
2
|
import { defineComponent, toRef, ref, computed, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
|
|
3
3
|
import { u as useField } from './vee-validate.esm-a17a23c3.js';
|
|
4
|
-
import { b as render$1 } from './index-
|
|
4
|
+
import { b as render$1 } from './index-bced3b35.js';
|
|
5
5
|
import './es.function.name-6daefaeb.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
package/esm/fw-dropdown.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as FwDropdown } from './fw-dropdown-
|
|
1
|
+
export { s as FwDropdown } from './fw-dropdown-1c89f793.js';
|
|
2
2
|
import './es.array.find-67b3b514.js';
|
|
3
3
|
import './is-forced-fc680e39.js';
|
|
4
4
|
import './classof-ee4b3b5b.js';
|
|
@@ -10,7 +10,7 @@ import './object-create-bc771493.js';
|
|
|
10
10
|
import './object-keys-17f3b440.js';
|
|
11
11
|
import 'vue';
|
|
12
12
|
import './vee-validate.esm-a17a23c3.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-bced3b35.js';
|
|
14
14
|
import './check-94a5917a.js';
|
|
15
15
|
import './es.function.name-6daefaeb.js';
|
|
16
16
|
import './style-inject.es-1f59c1d0.js';
|
|
@@ -9,7 +9,7 @@ import './es.array.find-67b3b514.js';
|
|
|
9
9
|
import './es.string.iterator-0992bb28.js';
|
|
10
10
|
import './web.timers-c5316125.js';
|
|
11
11
|
import { s as script$1 } from './fw-loading-bar-f5ca605c.js';
|
|
12
|
-
import { r as render$1 } from './index-
|
|
12
|
+
import { r as render$1 } from './index-bced3b35.js';
|
|
13
13
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
14
14
|
|
|
15
15
|
var es_array_forEach = {};
|
package/esm/fw-image.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as FwImage } from './fw-image-
|
|
1
|
+
export { s as FwImage } from './fw-image-af8c5745.js';
|
|
2
2
|
import './es.array.includes-a06445a5.js';
|
|
3
3
|
import './is-forced-fc680e39.js';
|
|
4
4
|
import './export-8a363004.js';
|
|
@@ -18,5 +18,5 @@ import './web.timers-c5316125.js';
|
|
|
18
18
|
import './function-apply-b908d7e6.js';
|
|
19
19
|
import './fw-loading-bar-f5ca605c.js';
|
|
20
20
|
import './style-inject.es-1f59c1d0.js';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-bced3b35.js';
|
|
22
22
|
import './check-94a5917a.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './es.array.includes-a06445a5.js';
|
|
2
2
|
import './es.number.constructor-98bae04f.js';
|
|
3
3
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass } from 'vue';
|
|
4
|
-
import { a as render$1 } from './index-
|
|
4
|
+
import { a as render$1 } from './index-bced3b35.js';
|
|
5
5
|
import { a as Field } from './vee-validate.esm-a17a23c3.js';
|
|
6
6
|
import { u as uniqueId } from './uniqueId-fe08534a.js';
|
|
7
7
|
import './es.function.name-6daefaeb.js';
|
package/esm/fw-input.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as FwInput } from './fw-input-
|
|
1
|
+
export { s as FwInput } from './fw-input-46dd3134.js';
|
|
2
2
|
import './es.array.includes-a06445a5.js';
|
|
3
3
|
import './is-forced-fc680e39.js';
|
|
4
4
|
import './export-8a363004.js';
|
|
@@ -8,7 +8,7 @@ import './object-keys-17f3b440.js';
|
|
|
8
8
|
import './es.number.constructor-98bae04f.js';
|
|
9
9
|
import './classof-ee4b3b5b.js';
|
|
10
10
|
import 'vue';
|
|
11
|
-
import './index-
|
|
11
|
+
import './index-bced3b35.js';
|
|
12
12
|
import './check-94a5917a.js';
|
|
13
13
|
import './vee-validate.esm-a17a23c3.js';
|
|
14
14
|
import './uniqueId-fe08534a.js';
|
package/esm/fw-modal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './es.array.includes-a06445a5.js';
|
|
2
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-
|
|
3
|
+
import { s as script$1 } from './fw-button-b00853dd.js';
|
|
4
4
|
import { u as uniqueId } from './uniqueId-fe08534a.js';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
6
6
|
import './is-forced-fc680e39.js';
|
|
@@ -8,8 +8,8 @@ import './export-8a363004.js';
|
|
|
8
8
|
import './add-to-unscopables-31609885.js';
|
|
9
9
|
import './object-create-bc771493.js';
|
|
10
10
|
import './object-keys-17f3b440.js';
|
|
11
|
-
import './fw-loading-spinner-
|
|
12
|
-
import './index-
|
|
11
|
+
import './fw-loading-spinner-72d70258.js';
|
|
12
|
+
import './index-bced3b35.js';
|
|
13
13
|
import './check-94a5917a.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -154,7 +154,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
154
154
|
"default": withCtx(function () {
|
|
155
155
|
return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
|
|
156
156
|
key: 0,
|
|
157
|
-
"class": "fw-modal z-[9999]",
|
|
157
|
+
"class": "fw-modal z-[9999] relative",
|
|
158
158
|
id: "fw-modal-".concat(_ctx.uuid)
|
|
159
159
|
}, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("div", {
|
|
160
160
|
role: _ctx.role,
|
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
2
|
+
import { s as script$1 } from './fw-button-b00853dd.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
4
4
|
import './es.array.includes-a06445a5.js';
|
|
5
5
|
import './is-forced-fc680e39.js';
|
|
@@ -7,8 +7,8 @@ import './export-8a363004.js';
|
|
|
7
7
|
import './add-to-unscopables-31609885.js';
|
|
8
8
|
import './object-create-bc771493.js';
|
|
9
9
|
import './object-keys-17f3b440.js';
|
|
10
|
-
import './fw-loading-spinner-
|
|
11
|
-
import './index-
|
|
10
|
+
import './fw-loading-spinner-72d70258.js';
|
|
11
|
+
import './index-bced3b35.js';
|
|
12
12
|
import './check-94a5917a.js';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|