@frollo/frollo-web-ui 8.2.1 → 8.3.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 +1077 -399
- package/esm/fw-accordion.js +1 -1
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-DdxvSBFa.js → fw-button-LhSQ6Fx_.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-date-picker.js +1 -1
- package/esm/fw-drawer.js +3 -3
- package/esm/{fw-dropdown-BcnKbaW1.js → fw-dropdown-b1b7d7BF.js} +2 -2
- package/esm/fw-dropdown.js +3 -3
- package/esm/{fw-image-DedhILQL.js → fw-image-Dlb_dFZf.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-loading-spinner-BEzZf1xe.js → fw-loading-spinner-CfcmqMwb.js} +1 -1
- package/esm/fw-media-picker.js +642 -0
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-period-selector.js +3 -3
- package/esm/fw-provider-list.js +7 -7
- package/esm/fw-sidebar-menu.js +3 -3
- package/esm/{fw-table-row-CBQBV4yq.js → fw-table-row-suFSeIN3.js} +2 -2
- package/esm/fw-table.js +4 -4
- package/esm/{fw-tag-508OLlZR.js → fw-tag-CziUTbtg.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-svDiDkSU.js → index-CUeOOfIp.js} +165 -103
- package/esm/index.js +33 -31
- package/frollo-web-ui.esm.js +1135 -442
- package/icons/arrows-rotate.svg +4 -0
- package/icons/cloud-arrow-up.svg +3 -0
- package/icons/guide.svg +12 -0
- package/icons/index.ts +9 -1
- package/icons/mountain-flag.svg +4 -0
- package/index.d.ts +145 -24
- package/package.json +1 -1
- package/types/components/fw-media-picker/fw-media-picker.vue.d.ts +112 -0
- package/types/components/fw-media-picker/index.d.ts +2 -0
- package/types/components/fw-media-picker/index.types.d.ts +8 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +5 -1
- package/web-components/index.js +1136 -443
package/esm/fw-accordion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, useCssVars, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, toDisplayString, renderSlot, createVNode, Transition, withCtx, withDirectives, vShow } from 'vue';
|
|
2
2
|
import { u as useColours } from './get-root-colours-DYEoJPEb.js';
|
|
3
|
-
import { r as render$1 } from './index-
|
|
3
|
+
import { r as render$1 } from './index-CUeOOfIp.js';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
5
5
|
import './check--YD4Ts6g.js';
|
|
6
6
|
|
package/esm/fw-animations.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
|
|
2
2
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
3
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
4
|
-
import './index-
|
|
3
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-CfcmqMwb.js';
|
|
4
|
+
import './index-CUeOOfIp.js';
|
|
5
5
|
import './check--YD4Ts6g.js';
|
|
6
6
|
|
|
7
7
|
var __default__$1 = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, Fragment, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createVNode } from 'vue';
|
|
2
|
-
import { s as script$1 } from './fw-loading-spinner-
|
|
2
|
+
import { s as script$1 } from './fw-loading-spinner-CfcmqMwb.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
package/esm/fw-button.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as FwButton } from './fw-button-
|
|
1
|
+
export { s as FwButton } from './fw-button-LhSQ6Fx_.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import './fw-loading-spinner-
|
|
4
|
-
import './index-
|
|
3
|
+
import './fw-loading-spinner-CfcmqMwb.js';
|
|
4
|
+
import './index-CUeOOfIp.js';
|
|
5
5
|
import './check--YD4Ts6g.js';
|
|
6
6
|
import './style-inject.es-tgCJW-Cu.js';
|
package/esm/fw-date-picker.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { reactive, computed, ref, watch, onUnmounted, provide, inject, onMounted, watchEffect, defineComponent, nextTick, toRefs, openBlock, createElementBlock, normalizeClass, createVNode, Transition, withCtx, mergeProps, renderSlot, createTextVNode, toDisplayString, createElementVNode, createCommentVNode, unref, createBlock, resolveDynamicComponent, normalizeProps, Fragment, renderList, normalizeStyle, withKeys, withDirectives, toRef, resolveComponent, resolveDirective, toHandlers, withModifiers, isRef, guardReactiveProps, useCssVars } from 'vue';
|
|
2
|
-
import { a as render$1 } from './index-
|
|
2
|
+
import { a as render$1 } from './index-CUeOOfIp.js';
|
|
3
3
|
import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
|
|
4
4
|
import { c as createPopper } from './index-BVcOAKar.js';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
package/esm/fw-drawer.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createElementBlock, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as script$1 } from './fw-button-
|
|
2
|
+
import { s as script$1 } from './fw-button-LhSQ6Fx_.js';
|
|
3
3
|
import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
|
|
4
|
-
import { b as render$1 } from './index-
|
|
4
|
+
import { b as render$1 } from './index-CUeOOfIp.js';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
6
|
-
import './fw-loading-spinner-
|
|
6
|
+
import './fw-loading-spinner-CfcmqMwb.js';
|
|
7
7
|
import './check--YD4Ts6g.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, toRef, ref, computed, watch, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createBlock, renderSlot, createVNode, Transition, withCtx, withDirectives, Fragment, renderList, vShow } from 'vue';
|
|
2
2
|
import { u as useField } from './vee-validate.esm-3ptvCDR1.js';
|
|
3
|
-
import { r as render$1 } from './index-
|
|
4
|
-
import { s as script$1 } from './fw-image-
|
|
3
|
+
import { r as render$1 } from './index-CUeOOfIp.js';
|
|
4
|
+
import { s as script$1 } from './fw-image-Dlb_dFZf.js';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
package/esm/fw-dropdown.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as FwDropdown } from './fw-dropdown-
|
|
1
|
+
export { s as FwDropdown } from './fw-dropdown-b1b7d7BF.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import './vee-validate.esm-3ptvCDR1.js';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-CUeOOfIp.js';
|
|
5
5
|
import './check--YD4Ts6g.js';
|
|
6
|
-
import './fw-image-
|
|
6
|
+
import './fw-image-Dlb_dFZf.js';
|
|
7
7
|
import './fw-loading-bar-DThRjdw1.js';
|
|
8
8
|
import './style-inject.es-tgCJW-Cu.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, normalizeClass, withKeys, createElementVNode, createVNode, createBlock, createCommentVNode, renderSlot } from 'vue';
|
|
2
2
|
import { s as script$1 } from './fw-loading-bar-DThRjdw1.js';
|
|
3
|
-
import {
|
|
3
|
+
import { q as render$1 } from './index-CUeOOfIp.js';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
5
5
|
|
|
6
6
|
var handleIntersect = function handleIntersect(entries, observer) {
|
package/esm/fw-image.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as FwImage } from './fw-image-
|
|
1
|
+
export { s as FwImage } from './fw-image-Dlb_dFZf.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import './fw-loading-bar-DThRjdw1.js';
|
|
4
4
|
import './style-inject.es-tgCJW-Cu.js';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-CUeOOfIp.js';
|
|
6
6
|
import './check--YD4Ts6g.js';
|