@frollo/frollo-web-ui 9.0.1 → 9.0.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 +10733 -3062
- package/esm/{_rollupPluginBabelHelpers-DODWUb5N.js → _rollupPluginBabelHelpers-BKlDnZ7n.js} +1 -1
- package/esm/fw-accordion.js +15 -18
- package/esm/fw-alert.js +32 -25
- package/esm/fw-bar-chart.js +265 -93
- package/esm/fw-button-DZTHZLjk.js +318 -0
- package/esm/fw-button.js +2 -2
- package/esm/{fw-card-D45R4kN-.js → fw-card-XGtsK2bM.js} +7 -10
- package/esm/fw-card.js +2 -2
- package/esm/fw-checkbox.js +8 -11
- package/esm/fw-date-picker.js +85 -49
- package/esm/fw-drawer.js +9 -9
- package/esm/{fw-dropdown-58wyuzsW.js → fw-dropdown-CSmYTm5O.js} +11 -14
- package/esm/fw-dropdown.js +7 -6
- package/esm/fw-form.js +1 -1
- package/esm/fw-icons.js +11 -12
- package/esm/fw-image-A2lXYs0u.js +325 -0
- package/esm/fw-image.js +5 -4
- package/esm/{fw-input-C2-cZ-BY.js → fw-input-BiPWWfK3.js} +12 -19
- package/esm/fw-input.js +3 -3
- package/esm/fw-loading-bar-3x4tkF1B.js +37 -0
- package/esm/fw-loading.js +89 -40
- package/esm/fw-media-picker.js +10 -653
- package/esm/fw-modal.js +11 -10
- package/esm/fw-navigation-menu.js +36 -41
- package/esm/fw-popover-BZ-zqUme.js +330 -0
- package/esm/fw-popover.js +2 -3
- package/esm/fw-progress-bar.js +1 -1
- package/esm/fw-provider-list.js +108 -88
- package/esm/fw-sidebar-menu.js +58 -51
- package/esm/fw-slider.js +64 -61
- package/esm/fw-switch.js +76 -49
- package/esm/fw-table-row-BU0xaybR.js +447 -0
- package/esm/fw-table.js +5 -6
- package/esm/fw-tabs.js +87 -35
- package/esm/fw-tag-BRxPc4zc.js +199 -0
- package/esm/fw-tag.js +4 -4
- package/esm/fw-toast.js +58 -76
- package/esm/fw-transactions-card.js +20 -20
- package/esm/{get-root-colours-DCjlYelc.js → get-root-colours-DCCAnRF4.js} +3 -1
- package/esm/index-C8z11jcJ.js +7583 -0
- package/esm/index-DHyRsKsZ.js +843 -0
- package/esm/index-eP2GMSdQ.js +755 -0
- package/esm/index.js +54 -61
- package/esm/{uniqueId-DZdGzBh8.js → uniqueId-DK6xzFd8.js} +1 -1
- package/esm/{vee-validate.esm-3ptvCDR1.js → vee-validate-0dtT5GSQ.js} +182 -305
- package/frollo-web-ui.esm.js +10790 -3117
- package/icons/circle-check.svg +4 -0
- package/index.d.ts +1522 -586
- package/package.json +11 -11
- package/styles/tailwind.css +34 -2
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +9 -7
- package/types/components/fw-alert/fw-alert.vue.d.ts +11 -6
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +15 -64
- package/types/components/fw-button/fw-button.vue.d.ts +11 -7
- package/types/components/fw-card/fw-card.vue.d.ts +6 -6
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +365 -5
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +3 -242
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +11 -8
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +20 -12
- package/types/components/fw-icons/fw-success-animation.vue.d.ts +1 -1
- package/types/components/fw-image/fw-image.vue.d.ts +33 -7
- package/types/components/fw-input/fw-input.vue.d.ts +368 -10
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +7 -5
- package/types/components/fw-loading/fw-loading-card.vue.d.ts +3 -1
- package/types/components/fw-loading/fw-loading-dots.vue.d.ts +8 -1
- package/types/components/fw-loading/fw-loading-table.vue.d.ts +11 -6
- package/types/components/fw-media-picker/fw-media-picker.vue.d.ts +27 -18
- package/types/components/fw-modal/fw-modal.vue.d.ts +11 -7
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +12 -8
- package/types/components/fw-popover/fw-popover.vue.d.ts +16 -21
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +6 -4
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +20 -45
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +13 -7
- package/types/components/fw-slider/fw-slider.vue.d.ts +11 -8
- package/types/components/fw-switch/fw-switch.vue.d.ts +383 -9
- package/types/components/fw-switch/index.types.d.ts +1 -0
- package/types/components/fw-table/fw-table-head.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table-row.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table.vue.d.ts +40 -19
- package/types/components/fw-table/index.types.d.ts +36 -2
- package/types/components/fw-tabs/fw-tab.vue.d.ts +4 -8
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +11 -8
- package/types/components/fw-tabs/index.types.d.ts +14 -4
- package/types/components/fw-tag/fw-tag.vue.d.ts +14 -8
- package/types/components/fw-toast/fw-toast.vue.d.ts +17 -22
- package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +6 -3
- package/types/directives/lazy-loader.d.ts +11 -2
- package/types/helpers/get-root-colours.d.ts +1 -0
- package/web-components/index.js +16793 -7702
- package/esm/fw-button-YMoW4x4c.js +0 -296
- package/esm/fw-image-D-OHafdw.js +0 -217
- package/esm/fw-loading-bar-DecYSBC_.js +0 -45
- package/esm/fw-popover-B4bsfuxm.js +0 -620
- package/esm/fw-table-row-Cgi8871h.js +0 -389
- package/esm/fw-tag-fDo50Nw7.js +0 -177
- package/esm/index-BsEH8YYr.js +0 -979
package/esm/index.js
CHANGED
|
@@ -1,47 +1,48 @@
|
|
|
1
|
-
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-BKlDnZ7n.js';
|
|
2
2
|
import './fw-form.js';
|
|
3
3
|
import './fw-input.js';
|
|
4
4
|
import { FwCheckbox as __default__$2 } from './fw-checkbox.js';
|
|
5
5
|
import './fw-dropdown.js';
|
|
6
|
-
import { FwSwitch as script$
|
|
6
|
+
import { FwSwitch as script$d } from './fw-switch.js';
|
|
7
7
|
import './fw-card.js';
|
|
8
8
|
import './fw-button.js';
|
|
9
9
|
import { FwAlert as script } from './fw-alert.js';
|
|
10
|
-
import { FwNavigationMenu as script$
|
|
11
|
-
import { FwTab as script$
|
|
12
|
-
import { FwModal as __default__$
|
|
13
|
-
import { FwProgressBar as script$
|
|
10
|
+
import { FwNavigationMenu as script$8 } from './fw-navigation-menu.js';
|
|
11
|
+
import { FwTab as script$e, FwTabs as script$h } from './fw-tabs.js';
|
|
12
|
+
import { FwModal as __default__$8 } from './fw-modal.js';
|
|
13
|
+
import { FwProgressBar as script$9 } from './fw-progress-bar.js';
|
|
14
14
|
import './fw-tag.js';
|
|
15
15
|
import './fw-table.js';
|
|
16
16
|
import { FwAccordion as __default__ } from './fw-accordion.js';
|
|
17
17
|
import './fw-image.js';
|
|
18
|
-
import { FwLoadingCard as script$
|
|
19
|
-
import { FwToast as script$
|
|
20
|
-
import { FwTransactionsCard as script$
|
|
21
|
-
import { FwSidebarMenu as script$
|
|
18
|
+
import { FwLoadingCard as script$4, FwLoadingDots as script$5, FwLoadingTable as script$6 } from './fw-loading.js';
|
|
19
|
+
import { FwToast as script$i } from './fw-toast.js';
|
|
20
|
+
import { FwTransactionsCard as script$j } from './fw-transactions-card.js';
|
|
21
|
+
import { FwSidebarMenu as script$a } from './fw-sidebar-menu.js';
|
|
22
22
|
import { FwDrawer as __default__$4 } from './fw-drawer.js';
|
|
23
|
-
import { FwProviderList as __default__$
|
|
23
|
+
import { FwProviderList as __default__$a } from './fw-provider-list.js';
|
|
24
24
|
import { FwDatePicker as __default__$3 } from './fw-date-picker.js';
|
|
25
25
|
import './fw-popover.js';
|
|
26
|
-
import {
|
|
27
|
-
|
|
26
|
+
import { s as script$7 } from './index-eP2GMSdQ.js';
|
|
27
|
+
export { g as getVueComponentHtml } from './index-eP2GMSdQ.js';
|
|
28
|
+
import { FwSlider as script$b } from './fw-slider.js';
|
|
28
29
|
import { FwBarChart as script$1 } from './fw-bar-chart.js';
|
|
29
|
-
import { FwSuccessAnimation as script$
|
|
30
|
-
import { F as Form } from './vee-validate
|
|
31
|
-
import { _ as __default__$7 } from './fw-input-
|
|
32
|
-
import { _ as __default__$5 } from './fw-dropdown-
|
|
33
|
-
import { _ as __default__$1 } from './fw-card-
|
|
34
|
-
import { s as script$2 } from './fw-button-
|
|
35
|
-
import { _ as __default__$
|
|
36
|
-
import { _ as __default__$
|
|
37
|
-
import { _ as __default__$6 } from './fw-image-
|
|
38
|
-
import {
|
|
39
|
-
import { _ as __default__$
|
|
40
|
-
import { reactive, createApp, h
|
|
41
|
-
export { g as getHexWithOpacity, u as useColours } from './get-root-colours-
|
|
42
|
-
import './uniqueId-
|
|
30
|
+
import { FwSuccessAnimation as script$c } from './fw-icons.js';
|
|
31
|
+
import { F as Form } from './vee-validate-0dtT5GSQ.js';
|
|
32
|
+
import { _ as __default__$7 } from './fw-input-BiPWWfK3.js';
|
|
33
|
+
import { _ as __default__$5 } from './fw-dropdown-CSmYTm5O.js';
|
|
34
|
+
import { _ as __default__$1 } from './fw-card-XGtsK2bM.js';
|
|
35
|
+
import { s as script$2 } from './fw-button-DZTHZLjk.js';
|
|
36
|
+
import { _ as __default__$c } from './fw-tag-BRxPc4zc.js';
|
|
37
|
+
import { _ as __default__$b, s as script$f, a as script$g } from './fw-table-row-BU0xaybR.js';
|
|
38
|
+
import { _ as __default__$6 } from './fw-image-A2lXYs0u.js';
|
|
39
|
+
import { s as script$3 } from './fw-loading-bar-3x4tkF1B.js';
|
|
40
|
+
import { _ as __default__$9 } from './fw-popover-BZ-zqUme.js';
|
|
41
|
+
import { reactive, createApp, h } from 'vue';
|
|
42
|
+
export { g as getHexWithOpacity, u as useColours } from './get-root-colours-DCCAnRF4.js';
|
|
43
|
+
import './uniqueId-DK6xzFd8.js';
|
|
43
44
|
import './style-inject.es-tgCJW-Cu.js';
|
|
44
|
-
import './index-
|
|
45
|
+
import './index-DHyRsKsZ.js';
|
|
45
46
|
import './index-BVcOAKar.js';
|
|
46
47
|
|
|
47
48
|
// Form components
|
|
@@ -60,28 +61,28 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
60
61
|
FwForm: Form,
|
|
61
62
|
FwImage: __default__$6,
|
|
62
63
|
FwInput: __default__$7,
|
|
63
|
-
FwLoadingBar:
|
|
64
|
-
FwLoadingCard: script$
|
|
65
|
-
FwLoadingDots: script$
|
|
66
|
-
FwLoadingTable: script$
|
|
67
|
-
FwMediaPicker: script$
|
|
68
|
-
FwModal: __default__$
|
|
69
|
-
FwNavigationMenu: script$
|
|
70
|
-
FwPopover: __default__$
|
|
71
|
-
FwProgressBar: script$
|
|
72
|
-
FwProviderList: __default__$
|
|
73
|
-
FwSidebarMenu: script$
|
|
74
|
-
FwSlider: script$
|
|
75
|
-
FwSuccessAnimation: script$
|
|
76
|
-
FwSwitch: script$
|
|
77
|
-
FwTab: script$
|
|
78
|
-
FwTable: __default__$
|
|
79
|
-
FwTableHead: script$
|
|
80
|
-
FwTableRow: script$
|
|
81
|
-
FwTabs: script$
|
|
82
|
-
FwTag: __default__$
|
|
83
|
-
FwToast: script$
|
|
84
|
-
FwTransactionsCard: script$
|
|
64
|
+
FwLoadingBar: script$3,
|
|
65
|
+
FwLoadingCard: script$4,
|
|
66
|
+
FwLoadingDots: script$5,
|
|
67
|
+
FwLoadingTable: script$6,
|
|
68
|
+
FwMediaPicker: script$7,
|
|
69
|
+
FwModal: __default__$8,
|
|
70
|
+
FwNavigationMenu: script$8,
|
|
71
|
+
FwPopover: __default__$9,
|
|
72
|
+
FwProgressBar: script$9,
|
|
73
|
+
FwProviderList: __default__$a,
|
|
74
|
+
FwSidebarMenu: script$a,
|
|
75
|
+
FwSlider: script$b,
|
|
76
|
+
FwSuccessAnimation: script$c,
|
|
77
|
+
FwSwitch: script$d,
|
|
78
|
+
FwTab: script$e,
|
|
79
|
+
FwTable: __default__$b,
|
|
80
|
+
FwTableHead: script$f,
|
|
81
|
+
FwTableRow: script$g,
|
|
82
|
+
FwTabs: script$h,
|
|
83
|
+
FwTag: __default__$c,
|
|
84
|
+
FwToast: script$i,
|
|
85
|
+
FwTransactionsCard: script$j
|
|
85
86
|
});
|
|
86
87
|
|
|
87
88
|
var modalService = function modalService(options) {
|
|
@@ -91,7 +92,7 @@ var modalService = function modalService(options) {
|
|
|
91
92
|
}));
|
|
92
93
|
createApp({
|
|
93
94
|
render: function render() {
|
|
94
|
-
return h(__default__$
|
|
95
|
+
return h(__default__$8, props);
|
|
95
96
|
}
|
|
96
97
|
}).mount(elementToMount);
|
|
97
98
|
var open = function open() {
|
|
@@ -115,7 +116,7 @@ var toastService = function toastService() {
|
|
|
115
116
|
}));
|
|
116
117
|
createApp({
|
|
117
118
|
render: function render() {
|
|
118
|
-
return h(script$
|
|
119
|
+
return h(script$i, props);
|
|
119
120
|
}
|
|
120
121
|
}).mount(elementToMount);
|
|
121
122
|
};
|
|
@@ -135,14 +136,6 @@ var toastService = function toastService() {
|
|
|
135
136
|
};
|
|
136
137
|
};
|
|
137
138
|
|
|
138
|
-
var getVueComponentHtml = function getVueComponentHtml(component, props) {
|
|
139
|
-
var myVNode = h(component, props);
|
|
140
|
-
var tempElement = document.createElement('div'); // Create a temporary DOM element
|
|
141
|
-
render(myVNode, tempElement); // Render the VNode into the temporary element
|
|
142
|
-
var componentHtmlString = tempElement.innerHTML; // Get the HTML string
|
|
143
|
-
return componentHtmlString;
|
|
144
|
-
};
|
|
145
|
-
|
|
146
139
|
var install = function install(app) {
|
|
147
140
|
Object.entries(components).forEach(function (_ref) {
|
|
148
141
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
@@ -152,4 +145,4 @@ var install = function install(app) {
|
|
|
152
145
|
});
|
|
153
146
|
};
|
|
154
147
|
|
|
155
|
-
export { __default__ as FwAccordion, script as FwAlert, script$1 as FwBarChart, script$2 as FwButton, __default__$1 as FwCard, __default__$2 as FwCheckbox, __default__$3 as FwDatePicker, __default__$4 as FwDrawer, __default__$5 as FwDropdown, Form as FwForm, __default__$6 as FwImage, __default__$7 as FwInput,
|
|
148
|
+
export { __default__ as FwAccordion, script as FwAlert, script$1 as FwBarChart, script$2 as FwButton, __default__$1 as FwCard, __default__$2 as FwCheckbox, __default__$3 as FwDatePicker, __default__$4 as FwDrawer, __default__$5 as FwDropdown, Form as FwForm, __default__$6 as FwImage, __default__$7 as FwInput, script$3 as FwLoadingBar, script$4 as FwLoadingCard, script$5 as FwLoadingDots, script$6 as FwLoadingTable, script$7 as FwMediaPicker, __default__$8 as FwModal, script$8 as FwNavigationMenu, __default__$9 as FwPopover, script$9 as FwProgressBar, __default__$a as FwProviderList, script$a as FwSidebarMenu, script$b as FwSlider, script$c as FwSuccessAnimation, script$d as FwSwitch, script$e as FwTab, __default__$b as FwTable, script$f as FwTableHead, script$g as FwTableRow, script$h as FwTabs, __default__$c as FwTag, script$i as FwToast, script$j as FwTransactionsCard, install as default, modalService, toastService };
|