@frollo/frollo-web-ui 7.0.1 → 8.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 +34615 -34451
- package/esm/_rollupPluginBabelHelpers-DpC_oIQV.js +2566 -0
- package/esm/{check-94a5917a.js → check--YD4Ts6g.js} +4 -4
- package/esm/fw-accordion.js +27 -26
- package/esm/fw-animations.js +23 -26
- package/esm/fw-bar-chart.js +15289 -19
- package/esm/{fw-button-c8502414.js → fw-button-4QLZlu0U.js} +44 -44
- package/esm/fw-button.js +5 -10
- package/esm/{fw-card-1b6a67fe.js → fw-card-bsYbpPmW.js} +12 -12
- package/esm/fw-card.js +1 -1
- package/esm/fw-checkbox.js +23 -32
- package/esm/fw-date-picker.js +137 -80
- package/esm/fw-drawer.js +31 -34
- package/esm/fw-dropdown-nLtzu2fS.js +277 -0
- package/esm/fw-dropdown.js +7 -15
- package/esm/fw-form.js +1 -1
- package/esm/fw-image-DOgM8i8X.js +200 -0
- package/esm/fw-image.js +5 -21
- package/esm/{fw-input-8969b226.js → fw-input-Qiy53nRk.js} +61 -53
- package/esm/fw-input.js +6 -19
- package/esm/fw-loading-bar-DThRjdw1.js +22 -0
- package/esm/{fw-loading-spinner-72d70258.js → fw-loading-spinner-Dn52RI5h.js} +1 -1
- package/esm/fw-loading.js +3 -7
- package/esm/fw-modal.js +79 -53
- package/esm/fw-navigation-menu.js +15 -20
- package/esm/fw-popover.js +39 -375
- package/esm/fw-progress-bar.js +8 -11
- package/esm/fw-provider-list.js +41 -84
- package/esm/fw-sidebar-menu.js +33 -24
- package/esm/{fw-table-row-23f78218.js → fw-table-row-DkZaaMmE.js} +15 -301
- package/esm/fw-table.js +6 -16
- package/esm/fw-tabs.js +21 -103
- package/esm/{fw-tag-ac28200a.js → fw-tag-CPp1P480.js} +29 -20
- package/esm/fw-tag.js +7 -12
- package/esm/fw-toast.js +22 -37
- package/esm/fw-transactions-card.js +14 -30
- package/esm/index-CUPvK0Aa.js +586 -0
- package/esm/index.js +66 -228
- package/esm/vee-validate.esm-3ptvCDR1.js +4071 -0
- package/frollo-web-ui.esm.js +34134 -34388
- package/icons/chart-line-up.svg +3 -0
- package/icons/icons.stories.ts +24 -29
- package/icons/index.ts +5 -1
- package/icons/sack-dollar.svg +3 -0
- package/icons/xmark.svg +2 -2
- package/index.d.ts +2789 -2573
- package/package.json +75 -73
- package/styles/tailwind.scss +6 -0
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +128 -128
- package/types/components/fw-accordion/index.d.ts +2 -2
- package/types/components/fw-accordion/index.types.d.ts +10 -10
- package/types/components/fw-animations/fw-email-pulse.vue.d.ts +24 -24
- package/types/components/fw-animations/fw-loading-spinner.vue.d.ts +2 -2
- package/types/components/fw-animations/fw-success-pulse.vue.d.ts +24 -24
- package/types/components/fw-animations/index.d.ts +4 -4
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -83
- package/types/components/fw-bar-chart/index.d.ts +2 -2
- package/types/components/fw-bar-chart/index.types.d.ts +11 -11
- package/types/components/fw-button/fw-button.vue.d.ts +190 -176
- package/types/components/fw-button/index.d.ts +2 -2
- package/types/components/fw-button/index.types.d.ts +27 -26
- package/types/components/fw-card/fw-card.vue.d.ts +82 -82
- package/types/components/fw-card/index.d.ts +2 -2
- package/types/components/fw-card/index.types.d.ts +8 -8
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +108 -108
- package/types/components/fw-checkbox/index.d.ts +2 -2
- package/types/components/fw-checkbox/index.types.d.ts +9 -9
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +249 -177
- package/types/components/fw-date-picker/index.d.ts +2 -2
- package/types/components/fw-date-picker/index.types.d.ts +21 -16
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +165 -165
- package/types/components/fw-drawer/index.d.ts +2 -2
- package/types/components/fw-drawer/index.types.d.ts +13 -13
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +154 -130
- package/types/components/fw-dropdown/index.d.ts +2 -2
- package/types/components/fw-dropdown/index.types.d.ts +16 -13
- package/types/components/fw-form/index.d.ts +2 -2
- package/types/components/fw-image/fw-image.vue.d.ts +103 -84
- package/types/components/fw-image/index.d.ts +2 -2
- package/types/components/fw-image/index.types.d.ts +9 -8
- package/types/components/fw-input/fw-input.vue.d.ts +214 -197
- package/types/components/fw-input/index.d.ts +2 -2
- package/types/components/fw-input/index.types.d.ts +18 -16
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +2 -2
- package/types/components/fw-loading/fw-loading-card.vue.d.ts +2 -2
- package/types/components/fw-loading/fw-loading-table.vue.d.ts +25 -25
- package/types/components/fw-loading/index.d.ts +4 -4
- package/types/components/fw-modal/fw-modal.vue.d.ts +205 -175
- package/types/components/fw-modal/index.d.ts +2 -2
- package/types/components/fw-modal/index.types.d.ts +16 -14
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +57 -57
- package/types/components/fw-navigation-menu/index.d.ts +2 -2
- package/types/components/fw-navigation-menu/index.types.d.ts +7 -7
- package/types/components/fw-popover/fw-popover.vue.d.ts +157 -157
- package/types/components/fw-popover/index.d.ts +2 -2
- package/types/components/fw-popover/index.types.d.ts +11 -11
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +52 -52
- package/types/components/fw-progress-bar/index.d.ts +2 -2
- package/types/components/fw-progress-bar/index.types.d.ts +5 -5
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +100 -100
- package/types/components/fw-provider-list/index.d.ts +2 -2
- package/types/components/fw-provider-list/index.types.d.ts +11 -11
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +88 -72
- package/types/components/fw-sidebar-menu/index.d.ts +2 -2
- package/types/components/fw-sidebar-menu/index.types.d.ts +9 -8
- package/types/components/fw-table/fw-table-head.vue.d.ts +2 -2
- package/types/components/fw-table/fw-table-row.vue.d.ts +2 -2
- package/types/components/fw-table/fw-table.vue.d.ts +71 -71
- package/types/components/fw-table/index.d.ts +4 -4
- package/types/components/fw-table/index.types.d.ts +16 -16
- package/types/components/fw-tabs/fw-tab.vue.d.ts +24 -32
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +24 -24
- package/types/components/fw-tabs/index.d.ts +3 -3
- package/types/components/fw-tabs/index.types.d.ts +8 -0
- package/types/components/fw-tag/fw-tag.vue.d.ts +80 -70
- package/types/components/fw-tag/index.d.ts +2 -2
- package/types/components/fw-tag/index.types.d.ts +18 -18
- package/types/components/fw-toast/fw-toast.vue.d.ts +121 -121
- package/types/components/fw-toast/index.d.ts +2 -2
- package/types/components/fw-toast/index.types.d.ts +13 -13
- package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +58 -58
- package/types/components/fw-transactions-card/index.d.ts +2 -2
- package/types/components/fw-transactions-card/index.types.d.ts +6 -6
- package/types/components/index.d.ts +24 -24
- package/types/components/index.types.d.ts +21 -20
- package/types/directives/index.d.ts +2 -2
- package/types/directives/lazy-loader.d.ts +3 -3
- package/types/helpers/get-root-colours.d.ts +17 -17
- package/types/icons/index.d.ts +43 -41
- package/types/index-types.esm.d.ts +6 -6
- package/types/index.browser-umd.d.ts +2 -1
- package/types/index.d.ts +3 -3
- package/types/index.esm.d.ts +5 -5
- package/types/services/index.d.ts +2 -2
- package/types/services/modal.d.ts +9 -9
- package/types/services/toast.d.ts +9 -9
- package/web-components/index.js +19662 -19720
- package/esm/add-to-unscopables-ee05b58f.js +0 -25
- package/esm/array-iteration-8267bf22.js +0 -92
- package/esm/array-method-has-species-support-6c675094.js +0 -23
- package/esm/array-method-is-strict-d313436f.js +0 -14
- package/esm/array-species-create-1c67e297.js +0 -97
- package/esm/classof-d44bf093.js +0 -42
- package/esm/create-property-eb329361.js +0 -14
- package/esm/defineProperty-b85f2e0f.js +0 -42
- package/esm/does-not-exceed-safe-integer-de37ce28.js +0 -11
- package/esm/es.array.concat-99b85557.js +0 -69
- package/esm/es.array.find-1ded15d5.js +0 -28
- package/esm/es.array.includes-08e25019.js +0 -27
- package/esm/es.array.map-c56ebffd.js +0 -22
- package/esm/es.date.to-string-15eb9936.js +0 -23
- package/esm/es.function.name-6cafd747.js +0 -29
- package/esm/es.number.constructor-fb16fe05.js +0 -204
- package/esm/es.object.to-string-4b07c4d1.js +0 -24
- package/esm/es.string.includes-061e8272.js +0 -66
- package/esm/es.string.iterator-25db8cd2.js +0 -469
- package/esm/export-10c4adbc.js +0 -95
- package/esm/function-apply-e17cf65b.js +0 -14
- package/esm/fw-dropdown-6856e66e.js +0 -224
- package/esm/fw-image-aca2c61d.js +0 -296
- package/esm/fw-loading-bar-f5ca605c.js +0 -22
- package/esm/index-6758f755.js +0 -15797
- package/esm/index-bced3b35.js +0 -560
- package/esm/is-forced-7cb3ee8f.js +0 -927
- package/esm/object-create-51bf02dc.js +0 -125
- package/esm/regexp-flags-c09864e5.js +0 -50
- package/esm/vee-validate.esm-a17a23c3.js +0 -3192
- package/esm/web.timers-e406c8e6.js +0 -72
- /package/esm/{get-root-colours-865a52ba.js → get-root-colours-DYEoJPEb.js} +0 -0
- /package/esm/{index-0c5cae4f.js → index-BVcOAKar.js} +0 -0
- /package/esm/{style-inject.es-1f59c1d0.js → style-inject.es-tgCJW-Cu.js} +0 -0
- /package/esm/{uniqueId-fe08534a.js → uniqueId-DK6xzFd8.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frollo/frollo-web-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Frollo's UI library for components, utilities and configs",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./icons": "./icons/index.ts",
|
|
@@ -14,93 +14,95 @@
|
|
|
14
14
|
"module": "frollo-web-ui.esm.js",
|
|
15
15
|
"types": "index.d.ts",
|
|
16
16
|
"scripts": {
|
|
17
|
-
"serve": "
|
|
17
|
+
"serve": "storybook dev -p 6009",
|
|
18
18
|
"build": "npm run build:lib && npm run build:docs",
|
|
19
19
|
"build:docs": "bin/build-docs.sh",
|
|
20
20
|
"build:lib": "bin/build-lib.sh",
|
|
21
21
|
"deploy": "bin/publish.sh",
|
|
22
22
|
"release": "bin/release.sh",
|
|
23
|
-
"test:unit": "jest --config jest.config.
|
|
24
|
-
"test:single": "jest --config jest.config.
|
|
25
|
-
"lint": "eslint --cache ./
|
|
26
|
-
"lint:fix": "eslint --cache ./ --fix
|
|
23
|
+
"test:unit": "jest --config jest.config.ts --coverage --runInBand",
|
|
24
|
+
"test:single": "jest --config jest.config.ts --coverage --watchAll",
|
|
25
|
+
"lint": "eslint --cache ./src",
|
|
26
|
+
"lint:fix": "eslint --cache ./src --fix",
|
|
27
27
|
"tw-config-export": "mkdir -p ./dist && tailwind-config-viewer export ./dist/twconfig-viewer && rimraf ./dist/twconfig-viewer/favicon.ico",
|
|
28
|
-
"storybook": "
|
|
29
|
-
"build-storybook": "build-storybook"
|
|
28
|
+
"build-storybook": "storybook build"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
|
-
"vue": "^3.
|
|
31
|
+
"vue": "^3.4.21"
|
|
33
32
|
},
|
|
34
33
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "^7.
|
|
36
|
-
"@babel/plugin-
|
|
37
|
-
"@
|
|
34
|
+
"@babel/core": "^7.24.5",
|
|
35
|
+
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
36
|
+
"@babel/plugin-transform-private-methods": "^7.24.1",
|
|
37
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
|
|
38
|
+
"@babel/preset-env": "^7.24.5",
|
|
39
|
+
"@eslint/js": "^9.2.0",
|
|
38
40
|
"@popperjs/core": "^2.11.8",
|
|
39
|
-
"@rollup/plugin-alias": "^
|
|
40
|
-
"@rollup/plugin-babel": "^
|
|
41
|
-
"@rollup/plugin-commonjs": "^
|
|
42
|
-
"@rollup/plugin-node-resolve": "^
|
|
43
|
-
"@rollup/plugin-replace": "^
|
|
44
|
-
"@rollup/plugin-url": "^
|
|
45
|
-
"@
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/addon-
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@vue/
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"babel-jest": "^
|
|
65
|
-
"
|
|
66
|
-
"chart.js": "^4.3.0",
|
|
41
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
42
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
43
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
44
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
45
|
+
"@rollup/plugin-replace": "^5.0.5",
|
|
46
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
47
|
+
"@rollup/pluginutils": "^5.1.0",
|
|
48
|
+
"@storybook/addon-a11y": "^8.1.0",
|
|
49
|
+
"@storybook/addon-designs": "^8.0.1",
|
|
50
|
+
"@storybook/addon-essentials": "^8.1.0",
|
|
51
|
+
"@storybook/addon-interactions": "^8.1.0",
|
|
52
|
+
"@storybook/addon-links": "^8.1.0",
|
|
53
|
+
"@storybook/addon-themes": "^8.1.0",
|
|
54
|
+
"@storybook/blocks": "^8.1.0",
|
|
55
|
+
"@storybook/manager-api": "^8.1.0",
|
|
56
|
+
"@storybook/test": "^8.1.0",
|
|
57
|
+
"@storybook/theming": "^8.1.0",
|
|
58
|
+
"@storybook/vue3": "^8.1.0",
|
|
59
|
+
"@storybook/vue3-vite": "^8.1.0",
|
|
60
|
+
"@types/jest": "^29.5.12",
|
|
61
|
+
"@types/lodash-es": "^4.17.12",
|
|
62
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
63
|
+
"@vue/test-utils": "^2.4.6",
|
|
64
|
+
"@vue/vue3-jest": "^29.2.6",
|
|
65
|
+
"autoprefixer": "^10.4.19",
|
|
66
|
+
"babel-jest": "^29.7.0",
|
|
67
|
+
"chart.js": "^4.4.2",
|
|
67
68
|
"cross-env": "^7.0.3",
|
|
68
|
-
"
|
|
69
|
-
"eslint": "^
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"
|
|
72
|
-
"
|
|
69
|
+
"eslint": "^9.2.0",
|
|
70
|
+
"eslint-config-prettier": "^9.1.0",
|
|
71
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
72
|
+
"eslint-plugin-vue": "^9.26.0",
|
|
73
|
+
"globals": "^15.2.0",
|
|
74
|
+
"hash-sum": "^2.0.0",
|
|
75
|
+
"jest": "^29.7.0",
|
|
76
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
77
|
+
"jsdom": "^24.0.0",
|
|
73
78
|
"lodash-es": "^4.17.21",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
79
|
+
"node-sass": "^9.0.0",
|
|
80
|
+
"postcss": "^8.4.38",
|
|
81
|
+
"prettier": "^3.3.1",
|
|
82
|
+
"rimraf": "^5.0.7",
|
|
83
|
+
"rollup": "^4.17.2",
|
|
84
|
+
"rollup-plugin-dts": "^6.1.0",
|
|
78
85
|
"rollup-plugin-postcss": "^4.0.2",
|
|
79
|
-
"rollup-plugin-
|
|
80
|
-
"rollup-plugin-typescript2": "^0.31.2",
|
|
86
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
81
87
|
"rollup-plugin-vue": "^6.0.0",
|
|
82
|
-
"sass": "^1.
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"tailwindcss": "^3.
|
|
86
|
-
"ts-jest": "^
|
|
87
|
-
"
|
|
88
|
+
"sass": "^1.77.1",
|
|
89
|
+
"storybook": "^8.1.0",
|
|
90
|
+
"svgo": "^3.3.2",
|
|
91
|
+
"tailwindcss": "^3.4.3",
|
|
92
|
+
"ts-jest": "^29.1.2",
|
|
93
|
+
"ts-node": "^10.9.2",
|
|
94
|
+
"tslib": "^2.6.2",
|
|
95
|
+
"typescript": "^5.4.5",
|
|
96
|
+
"typescript-eslint": "^8.0.0-alpha.13",
|
|
88
97
|
"v-calendar": "^3.1.2",
|
|
89
|
-
"vee-validate": "^4.
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"vue-
|
|
93
|
-
"vue-
|
|
98
|
+
"vee-validate": "^4.12.8",
|
|
99
|
+
"vite": "^5.2.0",
|
|
100
|
+
"vite-svg-loader": "^5.1.0",
|
|
101
|
+
"vue-chartjs": "^5.3.1",
|
|
102
|
+
"vue-eslint-parser": "^9.4.2",
|
|
103
|
+
"vue-tsc": "^2.0.6",
|
|
94
104
|
"vue3-webcomponent-wrapper": "^0.2.0",
|
|
95
|
-
"yup": "^
|
|
96
|
-
},
|
|
97
|
-
"homepage": "https://github.com/frollous/frollo-web-ui#readme",
|
|
98
|
-
"repository": {
|
|
99
|
-
"type": "git",
|
|
100
|
-
"url": "git+https://github.com/frollous/frollo-web-ui.git"
|
|
101
|
-
},
|
|
102
|
-
"bugs": {
|
|
103
|
-
"url": "https://github.com/frollous/frollo-web-ui/issues"
|
|
105
|
+
"yup": "^1.4.0"
|
|
104
106
|
},
|
|
105
107
|
"license": "Apache-2.0",
|
|
106
108
|
"sideEffects": false,
|
|
@@ -108,8 +110,8 @@
|
|
|
108
110
|
"access": "public"
|
|
109
111
|
},
|
|
110
112
|
"engines": {
|
|
111
|
-
"node": ">=
|
|
112
|
-
"npm": ">=
|
|
113
|
+
"node": ">=20.12.2",
|
|
114
|
+
"npm": ">=10.5.0"
|
|
113
115
|
},
|
|
114
116
|
"keywords": [
|
|
115
117
|
"frollo web ui",
|
package/styles/tailwind.scss
CHANGED
|
@@ -1,128 +1,128 @@
|
|
|
1
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* The header title of the accordion
|
|
4
|
-
*/
|
|
5
|
-
title: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Classname for the title
|
|
10
|
-
*/
|
|
11
|
-
titleClass: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* Title suffix of the accordion header
|
|
17
|
-
*/
|
|
18
|
-
suffixTitle: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Whether the accordion should be initially opened
|
|
23
|
-
*/
|
|
24
|
-
isOpened: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Whether the accordion open icon should be at the start or end
|
|
30
|
-
*/
|
|
31
|
-
iconPositionStart: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* Icon type (arrow or plus)
|
|
37
|
-
*/
|
|
38
|
-
isArrow: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* Padding className for the accordion button
|
|
44
|
-
*/
|
|
45
|
-
buttonPadding: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Border style className for the accordion button
|
|
51
|
-
*/
|
|
52
|
-
borderStyle: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
}, {
|
|
57
|
-
isOpen: import("vue").Ref<boolean>;
|
|
58
|
-
beforeEnter: (el: Element) => void;
|
|
59
|
-
enter: (el: Element) => void;
|
|
60
|
-
beforeLeave: (el: Element) => void;
|
|
61
|
-
leave: (el: Element) => void;
|
|
62
|
-
bgHoverColor: string;
|
|
63
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggled"[], "toggled", import("vue").
|
|
64
|
-
/**
|
|
65
|
-
* The header title of the accordion
|
|
66
|
-
*/
|
|
67
|
-
title: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* Classname for the title
|
|
72
|
-
*/
|
|
73
|
-
titleClass: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* Title suffix of the accordion header
|
|
79
|
-
*/
|
|
80
|
-
suffixTitle: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
};
|
|
83
|
-
/**
|
|
84
|
-
* Whether the accordion should be initially opened
|
|
85
|
-
*/
|
|
86
|
-
isOpened: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
/**
|
|
91
|
-
* Whether the accordion open icon should be at the start or end
|
|
92
|
-
*/
|
|
93
|
-
iconPositionStart: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* Icon type (arrow or plus)
|
|
99
|
-
*/
|
|
100
|
-
isArrow: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
/**
|
|
105
|
-
* Padding className for the accordion button
|
|
106
|
-
*/
|
|
107
|
-
buttonPadding: {
|
|
108
|
-
type: StringConstructor;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
/**
|
|
112
|
-
* Border style className for the accordion button
|
|
113
|
-
*/
|
|
114
|
-
borderStyle: {
|
|
115
|
-
type: StringConstructor;
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
|
-
}>> & {
|
|
119
|
-
onToggled?: ((...args: any[]) => any) | undefined;
|
|
120
|
-
}, {
|
|
121
|
-
titleClass: string;
|
|
122
|
-
isOpened: boolean;
|
|
123
|
-
iconPositionStart: boolean;
|
|
124
|
-
isArrow: boolean;
|
|
125
|
-
buttonPadding: string;
|
|
126
|
-
borderStyle: string;
|
|
127
|
-
}>;
|
|
128
|
-
export default __default__;
|
|
1
|
+
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The header title of the accordion
|
|
4
|
+
*/
|
|
5
|
+
title: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Classname for the title
|
|
10
|
+
*/
|
|
11
|
+
titleClass: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Title suffix of the accordion header
|
|
17
|
+
*/
|
|
18
|
+
suffixTitle: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Whether the accordion should be initially opened
|
|
23
|
+
*/
|
|
24
|
+
isOpened: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Whether the accordion open icon should be at the start or end
|
|
30
|
+
*/
|
|
31
|
+
iconPositionStart: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Icon type (arrow or plus)
|
|
37
|
+
*/
|
|
38
|
+
isArrow: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Padding className for the accordion button
|
|
44
|
+
*/
|
|
45
|
+
buttonPadding: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Border style className for the accordion button
|
|
51
|
+
*/
|
|
52
|
+
borderStyle: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
}, {
|
|
57
|
+
isOpen: import("vue").Ref<boolean>;
|
|
58
|
+
beforeEnter: (el: Element) => void;
|
|
59
|
+
enter: (el: Element) => void;
|
|
60
|
+
beforeLeave: (el: Element) => void;
|
|
61
|
+
leave: (el: Element) => void;
|
|
62
|
+
bgHoverColor: string;
|
|
63
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggled"[], "toggled", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
/**
|
|
65
|
+
* The header title of the accordion
|
|
66
|
+
*/
|
|
67
|
+
title: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Classname for the title
|
|
72
|
+
*/
|
|
73
|
+
titleClass: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Title suffix of the accordion header
|
|
79
|
+
*/
|
|
80
|
+
suffixTitle: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Whether the accordion should be initially opened
|
|
85
|
+
*/
|
|
86
|
+
isOpened: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Whether the accordion open icon should be at the start or end
|
|
92
|
+
*/
|
|
93
|
+
iconPositionStart: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Icon type (arrow or plus)
|
|
99
|
+
*/
|
|
100
|
+
isArrow: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Padding className for the accordion button
|
|
106
|
+
*/
|
|
107
|
+
buttonPadding: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Border style className for the accordion button
|
|
113
|
+
*/
|
|
114
|
+
borderStyle: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
}>> & {
|
|
119
|
+
onToggled?: ((...args: any[]) => any) | undefined;
|
|
120
|
+
}, {
|
|
121
|
+
titleClass: string;
|
|
122
|
+
isOpened: boolean;
|
|
123
|
+
iconPositionStart: boolean;
|
|
124
|
+
isArrow: boolean;
|
|
125
|
+
buttonPadding: string;
|
|
126
|
+
borderStyle: string;
|
|
127
|
+
}, {}>;
|
|
128
|
+
export default __default__;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import FwAccordion from './fw-accordion.vue';
|
|
2
|
-
export { FwAccordion };
|
|
1
|
+
import FwAccordion from './fw-accordion.vue';
|
|
2
|
+
export { FwAccordion };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare interface FwAccordionProps {
|
|
2
|
-
title?: string;
|
|
3
|
-
titleClass?: string;
|
|
4
|
-
suffixTitle?: string;
|
|
5
|
-
isOpened?: boolean;
|
|
6
|
-
iconPositionStart?: boolean;
|
|
7
|
-
isArrow?: boolean;
|
|
8
|
-
buttonPadding?: string;
|
|
9
|
-
borderStyle?: string;
|
|
10
|
-
}
|
|
1
|
+
export declare interface FwAccordionProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
titleClass?: string;
|
|
4
|
+
suffixTitle?: string;
|
|
5
|
+
isOpened?: boolean;
|
|
6
|
+
iconPositionStart?: boolean;
|
|
7
|
+
isArrow?: boolean;
|
|
8
|
+
buttonPadding?: string;
|
|
9
|
+
borderStyle?: string;
|
|
10
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* The animation-iteration-count CSS property of the pulse animation.
|
|
4
|
-
* Sets the number of times an animation sequence should be played before stopping.
|
|
5
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6
|
-
*/
|
|
7
|
-
animationIteration: {
|
|
8
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
-
/**
|
|
13
|
-
* The animation-iteration-count CSS property of the pulse animation.
|
|
14
|
-
* Sets the number of times an animation sequence should be played before stopping.
|
|
15
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
16
|
-
*/
|
|
17
|
-
animationIteration: {
|
|
18
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
-
default: number;
|
|
20
|
-
};
|
|
21
|
-
}>>, {
|
|
22
|
-
animationIteration: string | number;
|
|
23
|
-
}>;
|
|
24
|
-
export default __default__;
|
|
1
|
+
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
4
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
5
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6
|
+
*/
|
|
7
|
+
animationIteration: {
|
|
8
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
/**
|
|
13
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
14
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
15
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
16
|
+
*/
|
|
17
|
+
animationIteration: {
|
|
18
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
animationIteration: string | number;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default __default__;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* The animation-iteration-count CSS property of the pulse animation.
|
|
4
|
-
* Sets the number of times an animation sequence should be played before stopping.
|
|
5
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6
|
-
*/
|
|
7
|
-
animationIteration: {
|
|
8
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
-
/**
|
|
13
|
-
* The animation-iteration-count CSS property of the pulse animation.
|
|
14
|
-
* Sets the number of times an animation sequence should be played before stopping.
|
|
15
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
16
|
-
*/
|
|
17
|
-
animationIteration: {
|
|
18
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
-
default: number;
|
|
20
|
-
};
|
|
21
|
-
}>>, {
|
|
22
|
-
animationIteration: string | number;
|
|
23
|
-
}>;
|
|
24
|
-
export default __default__;
|
|
1
|
+
declare const __default__: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
4
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
5
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
6
|
+
*/
|
|
7
|
+
animationIteration: {
|
|
8
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
/**
|
|
13
|
+
* The animation-iteration-count CSS property of the pulse animation.
|
|
14
|
+
* Sets the number of times an animation sequence should be played before stopping.
|
|
15
|
+
* https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
|
|
16
|
+
*/
|
|
17
|
+
animationIteration: {
|
|
18
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
animationIteration: string | number;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default __default__;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import FwEmailPulse from './fw-email-pulse.vue';
|
|
2
|
-
import FwSuccessPulse from './fw-success-pulse.vue';
|
|
3
|
-
import FwLoadingSpinner from './fw-loading-spinner.vue';
|
|
4
|
-
export { FwEmailPulse, FwSuccessPulse, FwLoadingSpinner };
|
|
1
|
+
import FwEmailPulse from './fw-email-pulse.vue';
|
|
2
|
+
import FwSuccessPulse from './fw-success-pulse.vue';
|
|
3
|
+
import FwLoadingSpinner from './fw-loading-spinner.vue';
|
|
4
|
+
export { FwEmailPulse, FwSuccessPulse, FwLoadingSpinner };
|