@caipira/tamandua 0.0.115 → 0.0.117
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/dist/{Avatar-5xGpnOHD.js → Avatar-BJhDCXNm.js} +1 -1
- package/dist/Avatar.js +1 -1
- package/dist/{Button-B61zGf7P.js → Button-OUFqh0AK.js} +2 -2
- package/dist/Button.js +1 -1
- package/dist/{Dropdown-CXZ1o3rp.js → Dropdown-DoBD6Xhw.js} +1 -1
- package/dist/Dropdown.js +1 -1
- package/dist/{Form-Dwflg0eH.js → Form-DskdWCug.js} +1 -1
- package/dist/Form2.js +1 -1
- package/dist/{FormItem-CMfLyUQ2.js → FormItem-BY63eDen.js} +1 -1
- package/dist/FormItem.js +1 -1
- package/dist/{GraphyPrice-BIRO3_Ah.js → GraphyPrice-ClQqinDD.js} +1 -1
- package/dist/GraphyPrice.js +1 -1
- package/dist/{Icon-BNLjWTiq.js → Icon-B9iNse38.js} +1 -1
- package/dist/{Icon-BHDold-v.js → Icon-C53WlgKH.js} +4 -1
- package/dist/Icon.js +2 -2
- package/dist/{InputMultiplier-BpCbAKJ6.js → InputMultiplier-CxuKrVSY.js} +1 -1
- package/dist/InputMultiplier.js +1 -1
- package/dist/{InputPassword-DiEBfkOp.js → InputPassword-BHobrZ7h.js} +1 -1
- package/dist/InputPassword.js +1 -1
- package/dist/{InputSelect-DJdOf2Hh.js → InputSelect-COxU8e3Y.js} +1 -1
- package/dist/InputSelect.js +1 -1
- package/dist/{InputSwitch-b3QEp5BQ.js → InputSwitch-VNRslua8.js} +1 -1
- package/dist/InputSwitch.js +1 -1
- package/dist/{InputText-DaB5TeOR.js → InputText-D7tqbZd9.js} +1 -1
- package/dist/{InputText-CNn6q4pO.js → InputText-_VHhKh7b.js} +1 -1
- package/dist/InputText.js +2 -2
- package/dist/{Link-9RhB9Snu.js → Link-C5IIsa7T.js} +1 -1
- package/dist/Link.js +1 -1
- package/dist/{Popconfirm-B4xptuBj.js → Popconfirm-Cr56O2Yf.js} +1 -1
- package/dist/Popconfirm.js +1 -1
- package/dist/{Popover-C43FYDmN.js → Popover-CvATd3Kp.js} +1 -1
- package/dist/Popover.js +1 -1
- package/dist/{Table-BEmIaP1b.js → Table-DEdd-UXx.js} +1 -1
- package/dist/Table.js +1 -1
- package/dist/{Tag-C-X54XKY.js → Tag-BrN1GN75.js} +1 -1
- package/dist/Tag.js +1 -1
- package/dist/{Toast-DQGqKVt7.js → Toast-BfhE3zQX.js} +1 -1
- package/dist/Toast.js +1 -1
- package/dist/code-braces-CbeVShNC.js +4 -0
- package/dist/components.js +20 -20
- package/dist/database-search-BDU0TNzv.js +4 -0
- package/dist/enums.js +1 -1
- package/dist/graphql-D5vGqPI4.js +4 -0
- package/dist/plugins.js +18 -18
- package/dist/types/components/Alert/Alert.story.d.ts +19 -0
- package/dist/types/components/Alert/Alert.vue.d.ts +62 -0
- package/dist/types/components/Alert/index.d.ts +4 -0
- package/dist/types/components/Alert/plugin.d.ts +3 -0
- package/dist/types/components/Alert/types.d.ts +42 -0
- package/dist/types/components/Avatar/Avatar.story.d.ts +27 -0
- package/dist/types/components/Avatar/Avatar.vue.d.ts +44 -0
- package/dist/types/components/Avatar/index.d.ts +4 -0
- package/dist/types/components/Avatar/plugin.d.ts +3 -0
- package/dist/types/components/Avatar/types.d.ts +10 -0
- package/dist/types/components/Backdrop/Backdrop.vue.d.ts +32 -0
- package/dist/types/components/Backdrop/index.d.ts +4 -0
- package/dist/types/components/Backdrop/plugin.d.ts +3 -0
- package/dist/types/components/Backdrop/types.d.ts +6 -0
- package/dist/types/components/Button/Button.story.d.ts +45 -0
- package/dist/types/components/Button/Button.vue.d.ts +141 -0
- package/dist/types/components/Button/index.d.ts +4 -0
- package/dist/types/components/Button/plugin.d.ts +3 -0
- package/dist/types/components/Button/types.d.ts +29 -0
- package/dist/types/components/ChartLine/ChartLine.story.d.ts +25 -0
- package/dist/types/components/ChartLine/ChartLine.vue.d.ts +35 -0
- package/dist/types/components/ChartLine/index.d.ts +4 -0
- package/dist/types/components/ChartLine/plugin.d.ts +3 -0
- package/dist/types/components/ChartLine/types.d.ts +17 -0
- package/dist/types/components/ChartTreemap/ChartTreemap.story.d.ts +45 -0
- package/dist/types/components/ChartTreemap/ChartTreemap.vue.d.ts +19 -0
- package/dist/types/components/ChartTreemap/index.d.ts +4 -0
- package/dist/types/components/ChartTreemap/plugin.d.ts +3 -0
- package/dist/types/components/ChartTreemap/types.d.ts +15 -0
- package/dist/types/components/DialogProvider/DialogProvider.vue.d.ts +3 -0
- package/dist/types/components/DialogProvider/index.d.ts +3 -0
- package/dist/types/components/DialogProvider/plugin.d.ts +3 -0
- package/dist/types/components/Drawer/Drawer.story.d.ts +21 -0
- package/dist/types/components/Drawer/Drawer.vue.d.ts +61 -0
- package/dist/types/components/Drawer/index.d.ts +4 -0
- package/dist/types/components/Drawer/plugin.d.ts +3 -0
- package/dist/types/components/Drawer/types.d.ts +11 -0
- package/dist/types/components/Dropdown/Dropdown.vue.d.ts +124 -0
- package/dist/types/components/Dropdown/index.d.ts +4 -0
- package/dist/types/components/Dropdown/plugin.d.ts +3 -0
- package/dist/types/components/Dropdown/types.d.ts +25 -0
- package/dist/types/components/FileDrop/FileDrop.vue.d.ts +37 -0
- package/dist/types/components/FileDrop/index.d.ts +4 -0
- package/dist/types/components/FileDrop/plugin.d.ts +3 -0
- package/dist/types/components/FileDrop/types.d.ts +5 -0
- package/dist/types/components/Form/Form.story.d.ts +32 -0
- package/dist/types/components/Form/Form.test.d.ts +1 -0
- package/dist/types/components/Form/Form.vue.d.ts +36 -0
- package/dist/types/components/Form/index.d.ts +4 -0
- package/dist/types/components/Form/plugin.d.ts +3 -0
- package/dist/types/components/Form/types.d.ts +26 -0
- package/dist/types/components/FormItem/FormItem.vue.d.ts +24 -0
- package/dist/types/components/FormItem/index.d.ts +4 -0
- package/dist/types/components/FormItem/plugin.d.ts +3 -0
- package/dist/types/components/FormItem/types.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/GraphyEmpty.vue.d.ts +22 -0
- package/dist/types/components/GraphyEmpty/index.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/plugin.d.ts +3 -0
- package/dist/types/components/GraphyEmpty/types.d.ts +3 -0
- package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +22 -0
- package/dist/types/components/GraphyLabel/index.d.ts +4 -0
- package/dist/types/components/GraphyLabel/plugin.d.ts +3 -0
- package/dist/types/components/GraphyLabel/types.d.ts +3 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.story.d.ts +27 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.vue.d.ts +35 -0
- package/dist/types/components/GraphyPrice/index.d.ts +4 -0
- package/dist/types/components/GraphyPrice/plugin.d.ts +3 -0
- package/dist/types/components/GraphyPrice/types.d.ts +8 -0
- package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +28 -0
- package/dist/types/components/GraphySubtitle/index.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/plugin.d.ts +3 -0
- package/dist/types/components/GraphySubtitle/types.d.ts +4 -0
- package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +12 -0
- package/dist/types/components/GraphyTitle/index.d.ts +4 -0
- package/dist/types/components/GraphyTitle/plugin.d.ts +3 -0
- package/dist/types/components/GraphyTitle/types.d.ts +3 -0
- package/dist/types/components/Icon/Icon.story.d.ts +25 -0
- package/dist/types/components/Icon/Icon.vue.d.ts +34 -0
- package/dist/types/components/Icon/index.d.ts +4 -0
- package/dist/types/components/Icon/plugin.d.ts +3 -0
- package/dist/types/components/Icon/types.d.ts +6 -0
- package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +16 -0
- package/dist/types/components/InputAvatar/index.d.ts +4 -0
- package/dist/types/components/InputAvatar/plugin.d.ts +3 -0
- package/dist/types/components/InputAvatar/types.d.ts +6 -0
- package/dist/types/components/InputCheckbox/Input-checkbox.story.d.ts +14 -0
- package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +43 -0
- package/dist/types/components/InputCheckbox/index.d.ts +4 -0
- package/dist/types/components/InputCheckbox/plugin.d.ts +3 -0
- package/dist/types/components/InputCheckbox/types.d.ts +18 -0
- package/dist/types/components/InputColor/InputColor.vue.d.ts +35 -0
- package/dist/types/components/InputColor/index.d.ts +4 -0
- package/dist/types/components/InputColor/plugin.d.ts +3 -0
- package/dist/types/components/InputColor/types.d.ts +8 -0
- package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.story.d.ts +14 -0
- package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.vue.d.ts +21 -0
- package/dist/types/components/InputCryptoCurrency/currencies.d.ts +8 -0
- package/dist/types/components/InputCryptoCurrency/index.d.ts +4 -0
- package/dist/types/components/InputCryptoCurrency/plugin.d.ts +3 -0
- package/dist/types/components/InputCryptoCurrency/types.d.ts +8 -0
- package/dist/types/components/InputDate/InputDate.story.d.ts +13 -0
- package/dist/types/components/InputDate/InputDate.vue.d.ts +16 -0
- package/dist/types/components/InputDate/index.d.ts +4 -0
- package/dist/types/components/InputDate/plugin.d.ts +3 -0
- package/dist/types/components/InputDate/types.d.ts +15 -0
- package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +50 -0
- package/dist/types/components/InputMultiplier/index.d.ts +4 -0
- package/dist/types/components/InputMultiplier/input-multiplier.story.d.ts +43 -0
- package/dist/types/components/InputMultiplier/plugin.d.ts +3 -0
- package/dist/types/components/InputMultiplier/types.d.ts +19 -0
- package/dist/types/components/InputPassword/Input-password.story.d.ts +30 -0
- package/dist/types/components/InputPassword/InputPassword.vue.d.ts +55 -0
- package/dist/types/components/InputPassword/index.d.ts +4 -0
- package/dist/types/components/InputPassword/plugin.d.ts +3 -0
- package/dist/types/components/InputPassword/types.d.ts +21 -0
- package/dist/types/components/InputPhone/InputPhone.vue.d.ts +44 -0
- package/dist/types/components/InputPhone/index.d.ts +4 -0
- package/dist/types/components/InputPhone/plugin.d.ts +3 -0
- package/dist/types/components/InputPhone/types.d.ts +13 -0
- package/dist/types/components/InputPrice/InputPrice.story.d.ts +13 -0
- package/dist/types/components/InputPrice/InputPrice.vue.d.ts +25 -0
- package/dist/types/components/InputPrice/index.d.ts +4 -0
- package/dist/types/components/InputPrice/plugin.d.ts +3 -0
- package/dist/types/components/InputPrice/service.d.ts +7 -0
- package/dist/types/components/InputPrice/service.test.d.ts +1 -0
- package/dist/types/components/InputPrice/types.d.ts +12 -0
- package/dist/types/components/InputRadio/InputRadio.vue.d.ts +12 -0
- package/dist/types/components/InputRadio/InputRadioGroup.story.d.ts +11 -0
- package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +42 -0
- package/dist/types/components/InputRadio/index.d.ts +4 -0
- package/dist/types/components/InputRadio/plugin.d.ts +3 -0
- package/dist/types/components/InputRadio/types.d.ts +12 -0
- package/dist/types/components/InputSelect/InputSelect.story.d.ts +46 -0
- package/dist/types/components/InputSelect/InputSelect.vue.d.ts +2032 -0
- package/dist/types/components/InputSelect/index.d.ts +4 -0
- package/dist/types/components/InputSelect/plugin.d.ts +3 -0
- package/dist/types/components/InputSelect/types.d.ts +85 -0
- package/dist/types/components/InputSwitch/InputSwitch.story.d.ts +27 -0
- package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +39 -0
- package/dist/types/components/InputSwitch/index.d.ts +4 -0
- package/dist/types/components/InputSwitch/plugin.d.ts +3 -0
- package/dist/types/components/InputSwitch/types.d.ts +10 -0
- package/dist/types/components/InputText/InputText.story.d.ts +21 -0
- package/dist/types/components/InputText/InputText.vue.d.ts +67 -0
- package/dist/types/components/InputText/index.d.ts +4 -0
- package/dist/types/components/InputText/plugin.d.ts +3 -0
- package/dist/types/components/InputText/types.d.ts +16 -0
- package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +41 -0
- package/dist/types/components/InputTextarea/index.d.ts +4 -0
- package/dist/types/components/InputTextarea/plugin.d.ts +3 -0
- package/dist/types/components/InputTextarea/types.d.ts +10 -0
- package/dist/types/components/Link/Link.story.d.ts +20 -0
- package/dist/types/components/Link/Link.vue.d.ts +50 -0
- package/dist/types/components/Link/index.d.ts +4 -0
- package/dist/types/components/Link/plugin.d.ts +3 -0
- package/dist/types/components/Link/types.d.ts +10 -0
- package/dist/types/components/Modal/Modal.story.d.ts +21 -0
- package/dist/types/components/Modal/Modal.vue.d.ts +78 -0
- package/dist/types/components/Modal/index.d.ts +4 -0
- package/dist/types/components/Modal/plugin.d.ts +3 -0
- package/dist/types/components/Modal/types.d.ts +37 -0
- package/dist/types/components/ModalForm/ModalForm.story.d.ts +34 -0
- package/dist/types/components/ModalForm/ModalForm.vue.d.ts +58 -0
- package/dist/types/components/ModalForm/index.d.ts +4 -0
- package/dist/types/components/ModalForm/plugin.d.ts +3 -0
- package/dist/types/components/ModalForm/types.d.ts +20 -0
- package/dist/types/components/Pagination/Pagination.story.d.ts +16 -0
- package/dist/types/components/Pagination/Pagination.vue.d.ts +50 -0
- package/dist/types/components/Pagination/index.d.ts +4 -0
- package/dist/types/components/Pagination/plugin.d.ts +3 -0
- package/dist/types/components/Pagination/types.d.ts +7 -0
- package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +48 -0
- package/dist/types/components/Popconfirm/index.d.ts +4 -0
- package/dist/types/components/Popconfirm/plugin.d.ts +3 -0
- package/dist/types/components/Popconfirm/types.d.ts +8 -0
- package/dist/types/components/Popover/Popover.story.d.ts +15 -0
- package/dist/types/components/Popover/Popover.vue.d.ts +70 -0
- package/dist/types/components/Popover/index.d.ts +4 -0
- package/dist/types/components/Popover/plugin.d.ts +3 -0
- package/dist/types/components/Popover/types.d.ts +17 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.story.d.ts +15 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +50 -0
- package/dist/types/components/ProgressCircle/index.d.ts +4 -0
- package/dist/types/components/ProgressCircle/plugin.d.ts +3 -0
- package/dist/types/components/ProgressCircle/types.d.ts +7 -0
- package/dist/types/components/ProgressLine/ProgressLine.story.d.ts +14 -0
- package/dist/types/components/ProgressLine/ProgressLine.vue.d.ts +77 -0
- package/dist/types/components/ProgressLine/index.d.ts +4 -0
- package/dist/types/components/ProgressLine/plugin.d.ts +3 -0
- package/dist/types/components/ProgressLine/types.d.ts +18 -0
- package/dist/types/components/Range/Range.story.d.ts +56 -0
- package/dist/types/components/Range/Range.vue.d.ts +50 -0
- package/dist/types/components/Range/index.d.ts +4 -0
- package/dist/types/components/Range/plugin.d.ts +3 -0
- package/dist/types/components/Range/types.d.ts +12 -0
- package/dist/types/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
- package/dist/types/components/SensitiveInfo/index.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/plugin.d.ts +3 -0
- package/dist/types/components/SensitiveInfo/types.d.ts +3 -0
- package/dist/types/components/Skeleton/Skeleton.vue.d.ts +31 -0
- package/dist/types/components/Skeleton/index.d.ts +4 -0
- package/dist/types/components/Skeleton/plugin.d.ts +3 -0
- package/dist/types/components/Skeleton/types.d.ts +4 -0
- package/dist/types/components/Tab/Tab.story.d.ts +15 -0
- package/dist/types/components/Tab/Tab.vue.d.ts +48 -0
- package/dist/types/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Tab/plugin.d.ts +3 -0
- package/dist/types/components/Tab/types.d.ts +9 -0
- package/dist/types/components/Table/Table.story.d.ts +30 -0
- package/dist/types/components/Table/Table.vue.d.ts +34 -0
- package/dist/types/components/Table/index.d.ts +4 -0
- package/dist/types/components/Table/plugin.d.ts +3 -0
- package/dist/types/components/Table/types.d.ts +19 -0
- package/dist/types/components/Tag/Tag.story.d.ts +28 -0
- package/dist/types/components/Tag/Tag.vue.d.ts +58 -0
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/Tag/plugin.d.ts +3 -0
- package/dist/types/components/Tag/types.d.ts +13 -0
- package/dist/types/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/types/components/Toast/index.d.ts +4 -0
- package/dist/types/components/Toast/plugin.d.ts +3 -0
- package/dist/types/components/Toast/types.d.ts +7 -0
- package/dist/types/components/index.d.ts +48 -0
- package/dist/types/components/plugins.d.ts +48 -0
- package/dist/types/components/types.d.ts +46 -0
- package/dist/types/composables/index.d.ts +6 -0
- package/dist/types/composables/useBreakpoints.d.ts +5 -0
- package/dist/types/composables/useClipboard.d.ts +3 -0
- package/dist/types/composables/useDialog.d.ts +466 -0
- package/dist/types/composables/useDomHelpers.d.ts +3 -0
- package/dist/types/composables/useRender.d.ts +2 -0
- package/dist/types/enums/form.d.ts +24 -0
- package/dist/types/enums/index.d.ts +3 -0
- package/dist/types/enums/ui.d.ts +241 -0
- package/dist/types/form/convertors.d.ts +3 -0
- package/dist/types/form/crud.d.ts +27 -0
- package/dist/types/form/form-data-transformers.d.ts +3 -0
- package/dist/types/form/form-transformer.d.ts +6 -0
- package/dist/types/form/form-transformer.test.d.ts +1 -0
- package/dist/types/form/index.d.ts +3 -0
- package/dist/types/form/json-transformers.d.ts +4 -0
- package/dist/types/form/transformers.d.ts +8 -0
- package/dist/types/form/useForm.d.ts +18 -0
- package/dist/types/form/useForm.test.d.ts +1 -0
- package/dist/types/i18n.d.ts +21 -0
- package/dist/types/index.d.ts +8 -6
- package/dist/types/mocks/countries.d.ts +14 -0
- package/dist/types/plugins/register-component.d.ts +3 -0
- package/dist/types/services/date.d.ts +2 -0
- package/dist/types/services/password.d.ts +5 -0
- package/dist/types/services/password.test.d.ts +1 -0
- package/dist/types/types/index.d.ts +6 -0
- package/dist/types/vitest.setup.d.ts +1 -0
- package/dist/ui-BhUbt2C5.js +28 -0
- package/package.json +6 -5
- package/dist/ui-DkIu_nwk.js +0 -28
- /package/dist/types/{address.d.ts → types/address.d.ts} +0 -0
- /package/dist/types/{api.d.ts → types/api.d.ts} +0 -0
- /package/dist/types/{common.d.ts → types/common.d.ts} +0 -0
- /package/dist/types/{form.d.ts → types/form.d.ts} +0 -0
- /package/dist/types/{ui.d.ts → types/ui.d.ts} +0 -0
- /package/dist/types/{website.d.ts → types/website.d.ts} +0 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { RangeProps } from './types.js';
|
|
2
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<RangeProps>, {
|
|
3
|
+
modelValue: undefined;
|
|
4
|
+
min: number;
|
|
5
|
+
max: number;
|
|
6
|
+
step: number;
|
|
7
|
+
tickMarks: boolean;
|
|
8
|
+
showValue: boolean;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
11
|
+
"update:model-value": (val: number) => void;
|
|
12
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RangeProps>, {
|
|
13
|
+
modelValue: undefined;
|
|
14
|
+
min: number;
|
|
15
|
+
max: number;
|
|
16
|
+
step: number;
|
|
17
|
+
tickMarks: boolean;
|
|
18
|
+
showValue: boolean;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
}>>> & {
|
|
21
|
+
"onUpdate:model-value"?: ((val: number) => any) | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
modelValue: number | null;
|
|
25
|
+
min: number;
|
|
26
|
+
max: number;
|
|
27
|
+
step: number;
|
|
28
|
+
tickMarks: boolean;
|
|
29
|
+
showValue: boolean;
|
|
30
|
+
}, {}>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_TypePropsToOption<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
42
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
43
|
+
default: D[K];
|
|
44
|
+
}> : P[K];
|
|
45
|
+
};
|
|
46
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} : {
|
|
49
|
+
[K in keyof T as K]: T[K];
|
|
50
|
+
}) & {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type RangeProps = {
|
|
2
|
+
modelValue?: number | null;
|
|
3
|
+
min?: number;
|
|
4
|
+
max?: number;
|
|
5
|
+
step?: number;
|
|
6
|
+
tickMarks?: boolean;
|
|
7
|
+
showValue?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export type RangeEvents = {
|
|
11
|
+
(e: "update:model-value", val: number): void;
|
|
12
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SensitiveInfoProps } from './types.js';
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<SensitiveInfoProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<SensitiveInfoProps>>>, {}, {}>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SkeletonProps } from './types.js';
|
|
2
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<SkeletonProps>, {
|
|
3
|
+
marginClass: string;
|
|
4
|
+
sizeClass: string;
|
|
5
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<SkeletonProps>, {
|
|
6
|
+
marginClass: string;
|
|
7
|
+
sizeClass: string;
|
|
8
|
+
}>>>, {
|
|
9
|
+
marginClass: string;
|
|
10
|
+
sizeClass: string;
|
|
11
|
+
}, {}>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_TypePropsToOption<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('vue').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
24
|
+
default: D[K];
|
|
25
|
+
}> : P[K];
|
|
26
|
+
};
|
|
27
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} : {
|
|
30
|
+
[K in keyof T as K]: T[K];
|
|
31
|
+
}) & {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Tab as TTab } from '../../types/ui.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
headingFontSizeClass: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Tab: (args: any) => {
|
|
10
|
+
setup(): {
|
|
11
|
+
args: any;
|
|
12
|
+
tabs: TTab[];
|
|
13
|
+
};
|
|
14
|
+
template: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { TabProps } from './types.js';
|
|
2
|
+
declare var __VLS_2: string, __VLS_3: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
[K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TabProps>, {
|
|
7
|
+
tabs: () => never[];
|
|
8
|
+
headingFontSizeClass: string;
|
|
9
|
+
contentMarginClass: string;
|
|
10
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
11
|
+
"tab-change": (val: import('../../index.js', { with: { "resolution-mode": "import" } }).Tab) => void;
|
|
12
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TabProps>, {
|
|
13
|
+
tabs: () => never[];
|
|
14
|
+
headingFontSizeClass: string;
|
|
15
|
+
contentMarginClass: string;
|
|
16
|
+
}>>> & {
|
|
17
|
+
"onTab-change"?: ((val: import('../../index.js', { with: { "resolution-mode": "import" } }).Tab) => any) | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
tabs: import('../../index.js', { with: { "resolution-mode": "import" } }).Tab[];
|
|
20
|
+
headingFontSizeClass: string;
|
|
21
|
+
contentMarginClass: string;
|
|
22
|
+
}, {}>;
|
|
23
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
type __VLS_WithDefaults<P, D> = {
|
|
35
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
36
|
+
default: D[K];
|
|
37
|
+
}> : P[K];
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} : {
|
|
47
|
+
[K in keyof T as K]: T[K];
|
|
48
|
+
}) & {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FormControlSize } from '../../enums/ui.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
size: FormControlSize;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
actionable: boolean;
|
|
8
|
+
selectable: boolean;
|
|
9
|
+
data: any;
|
|
10
|
+
columns: {
|
|
11
|
+
title: string;
|
|
12
|
+
property: string;
|
|
13
|
+
}[];
|
|
14
|
+
};
|
|
15
|
+
argTypes: {
|
|
16
|
+
size: {
|
|
17
|
+
options: FormControlSize[];
|
|
18
|
+
control: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
23
|
+
export declare const Table: (args: any) => {
|
|
24
|
+
setup(): {
|
|
25
|
+
args: any;
|
|
26
|
+
inSelectionMode: import('vue').ComputedRef<any>;
|
|
27
|
+
tableRef: import('vue').Ref<any>;
|
|
28
|
+
};
|
|
29
|
+
template: string;
|
|
30
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TableProps, TableEvents } from './types.js';
|
|
2
|
+
declare const __VLS_export: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<TableProps<T> & {
|
|
4
|
+
onSelected?: ((val: any) => any) | undefined;
|
|
5
|
+
"onRow-click"?: ((val: any) => any) | undefined;
|
|
6
|
+
"onAction-click"?: ((val: any) => any) | undefined;
|
|
7
|
+
}> & (typeof globalThis extends {
|
|
8
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
9
|
+
} ? P : {});
|
|
10
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
11
|
+
clearSelection: () => void;
|
|
12
|
+
inSelectionMode: import('vue', { with: { "resolution-mode": "import" } }).Ref<boolean>;
|
|
13
|
+
}>) => void;
|
|
14
|
+
attrs: any;
|
|
15
|
+
slots: {
|
|
16
|
+
[x: string]: ((props: {
|
|
17
|
+
row: T;
|
|
18
|
+
}) => any) | undefined;
|
|
19
|
+
} & {
|
|
20
|
+
details?: (props: {
|
|
21
|
+
row: T;
|
|
22
|
+
}) => any;
|
|
23
|
+
};
|
|
24
|
+
emit: TableEvents;
|
|
25
|
+
}>) => import('vue').VNode & {
|
|
26
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
27
|
+
};
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} : {
|
|
33
|
+
[K in keyof T as K]: T[K];
|
|
34
|
+
}) & {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TableColumn } from '../../types/ui.js';
|
|
2
|
+
import { FormControlSize } from '../../enums/ui.js';
|
|
3
|
+
export type TableProps<T = object> = {
|
|
4
|
+
data: T[];
|
|
5
|
+
rowKey?: string;
|
|
6
|
+
columns: TableColumn[];
|
|
7
|
+
size?: `${FormControlSize}`;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
selectable?: boolean;
|
|
10
|
+
actionable?: boolean;
|
|
11
|
+
stickyHeader?: boolean;
|
|
12
|
+
rowClass?: string;
|
|
13
|
+
tableDataClass?: string;
|
|
14
|
+
};
|
|
15
|
+
export type TableEvents = {
|
|
16
|
+
(e: "selected", val: any): void;
|
|
17
|
+
(e: "row-click", val: any): void;
|
|
18
|
+
(e: "action-click", val: any): void;
|
|
19
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementSize } from '../../enums/ui.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
text: string;
|
|
6
|
+
color: string;
|
|
7
|
+
hasCloseButton: boolean;
|
|
8
|
+
confirmClose: boolean;
|
|
9
|
+
size: ElementSize;
|
|
10
|
+
};
|
|
11
|
+
argTypes: {
|
|
12
|
+
size: {
|
|
13
|
+
control: string;
|
|
14
|
+
options: ElementSize[];
|
|
15
|
+
};
|
|
16
|
+
hasCloseButton: {
|
|
17
|
+
control: string;
|
|
18
|
+
options: boolean[];
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
23
|
+
export declare const Tag: (args: any) => {
|
|
24
|
+
setup(): {
|
|
25
|
+
args: any;
|
|
26
|
+
};
|
|
27
|
+
template: string;
|
|
28
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ElementSize } from '../../enums/ui.js';
|
|
2
|
+
import { TagProps } from './types.js';
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TagProps>, {
|
|
8
|
+
text: string;
|
|
9
|
+
size: ElementSize;
|
|
10
|
+
role: string;
|
|
11
|
+
color: string;
|
|
12
|
+
confirmClose: boolean;
|
|
13
|
+
hasCloseButton: boolean;
|
|
14
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
15
|
+
close: () => void;
|
|
16
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TagProps>, {
|
|
17
|
+
text: string;
|
|
18
|
+
size: ElementSize;
|
|
19
|
+
role: string;
|
|
20
|
+
color: string;
|
|
21
|
+
confirmClose: boolean;
|
|
22
|
+
hasCloseButton: boolean;
|
|
23
|
+
}>>> & {
|
|
24
|
+
onClose?: (() => any) | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
text: string;
|
|
27
|
+
size: ElementSize;
|
|
28
|
+
role: string;
|
|
29
|
+
color: string;
|
|
30
|
+
confirmClose: boolean;
|
|
31
|
+
hasCloseButton: boolean;
|
|
32
|
+
}, {}>;
|
|
33
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_TypePropsToOption<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_WithDefaults<P, D> = {
|
|
45
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
46
|
+
default: D[K];
|
|
47
|
+
}> : P[K];
|
|
48
|
+
};
|
|
49
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
55
|
+
[K in keyof T]: T[K];
|
|
56
|
+
} : {
|
|
57
|
+
[K in keyof T as K]: T[K];
|
|
58
|
+
}) & {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ElementSize } from '../../enums/ui.js';
|
|
2
|
+
export type TagProps = {
|
|
3
|
+
text?: string;
|
|
4
|
+
size?: ElementSize;
|
|
5
|
+
role?: string;
|
|
6
|
+
color?: string;
|
|
7
|
+
confirmClose?: boolean;
|
|
8
|
+
hasCloseButton?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export type TagEvents = {
|
|
11
|
+
/** Fired when the "x" button from tag is clicked */
|
|
12
|
+
(event: "close"): void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ToastProps } from './types.js';
|
|
2
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<ToastProps>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
|
+
close: (val: number) => void;
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_TypePropsToOption<ToastProps>>> & {
|
|
5
|
+
onClose?: ((val: number) => any) | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
12
|
+
} : {
|
|
13
|
+
type: import('vue').PropType<T[K]>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Alert } from './Alert/index.js';
|
|
2
|
+
import { Avatar } from './Avatar/index.js';
|
|
3
|
+
import { Backdrop } from './Backdrop/index.js';
|
|
4
|
+
import { Button } from './Button/index.js';
|
|
5
|
+
import { ChartLine } from './ChartLine/index.js';
|
|
6
|
+
import { ChartTreemap } from './ChartTreemap/index.js';
|
|
7
|
+
import { DialogProvider } from './DialogProvider/index.js';
|
|
8
|
+
import { Drawer } from './Drawer/index.js';
|
|
9
|
+
import { Dropdown } from './Dropdown/index.js';
|
|
10
|
+
import { FileDrop } from './FileDrop/index.js';
|
|
11
|
+
import { Form } from './Form/index.js';
|
|
12
|
+
import { FormItem } from './FormItem/index.js';
|
|
13
|
+
import { GraphyEmpty } from './GraphyEmpty/index.js';
|
|
14
|
+
import { GraphyLabel } from './GraphyLabel/index.js';
|
|
15
|
+
import { GraphyPrice } from './GraphyPrice/index.js';
|
|
16
|
+
import { GraphySubtitle } from './GraphySubtitle/index.js';
|
|
17
|
+
import { GraphyTitle } from './GraphyTitle/index.js';
|
|
18
|
+
import { Icon } from './Icon/index.js';
|
|
19
|
+
import { InputAvatar } from './InputAvatar/index.js';
|
|
20
|
+
import { InputCheckbox } from './InputCheckbox/index.js';
|
|
21
|
+
import { InputColor } from './InputColor/index.js';
|
|
22
|
+
import { InputCryptoCurrency } from './InputCryptoCurrency/index.js';
|
|
23
|
+
import { InputDate } from './InputDate/index.js';
|
|
24
|
+
import { InputMultiplier } from './InputMultiplier/index.js';
|
|
25
|
+
import { InputPassword } from './InputPassword/index.js';
|
|
26
|
+
import { InputPhone } from './InputPhone/index.js';
|
|
27
|
+
import { InputPrice } from './InputPrice/index.js';
|
|
28
|
+
import { InputRadio } from './InputRadio/index.js';
|
|
29
|
+
import { InputSelect } from './InputSelect/index.js';
|
|
30
|
+
import { InputSwitch } from './InputSwitch/index.js';
|
|
31
|
+
import { InputText } from './InputText/index.js';
|
|
32
|
+
import { InputTextarea } from './InputTextarea/index.js';
|
|
33
|
+
import { Link } from './Link/index.js';
|
|
34
|
+
import { Modal } from './Modal/index.js';
|
|
35
|
+
import { ModalForm } from './ModalForm/index.js';
|
|
36
|
+
import { Pagination } from './Pagination/index.js';
|
|
37
|
+
import { Popconfirm } from './Popconfirm/index.js';
|
|
38
|
+
import { Popover } from './Popover/index.js';
|
|
39
|
+
import { ProgressCircle } from './ProgressCircle/index.js';
|
|
40
|
+
import { ProgressLine } from './ProgressLine/index.js';
|
|
41
|
+
import { Range } from './Range/index.js';
|
|
42
|
+
import { SensitiveInfo } from './SensitiveInfo/index.js';
|
|
43
|
+
import { Skeleton } from './Skeleton/index.js';
|
|
44
|
+
import { Tab } from './Tab/index.js';
|
|
45
|
+
import { Table } from './Table/index.js';
|
|
46
|
+
import { Tag } from './Tag/index.js';
|
|
47
|
+
import { Toast } from './Toast/index.js';
|
|
48
|
+
export { Alert, Avatar, Backdrop, Button, ChartLine, ChartTreemap, DialogProvider, Drawer, Dropdown, FileDrop, Form, FormItem, GraphyEmpty, GraphyLabel, GraphyPrice, GraphySubtitle, GraphyTitle, Icon, InputAvatar, InputCheckbox, InputColor, InputCryptoCurrency, InputDate, InputMultiplier, InputPassword, InputPhone, InputPrice, InputRadio, InputSelect, InputSwitch, InputText, InputTextarea, Link, Modal, ModalForm, Pagination, Popconfirm, Popover, ProgressCircle, ProgressLine, Range, SensitiveInfo, Skeleton, Tab, Table, Tag, Toast, };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AlertPlugin } from './Alert/index.js';
|
|
2
|
+
import { AvatarPlugin } from './Avatar/index.js';
|
|
3
|
+
import { BackdropPlugin } from './Backdrop/index.js';
|
|
4
|
+
import { ButtonPlugin } from './Button/index.js';
|
|
5
|
+
import { ChartLinePlugin } from './ChartLine/index.js';
|
|
6
|
+
import { ChartTreemapPlugin } from './ChartTreemap/index.js';
|
|
7
|
+
import { DialogProviderPlugin } from './DialogProvider/index.js';
|
|
8
|
+
import { DrawerPlugin } from './Drawer/index.js';
|
|
9
|
+
import { DropdownPlugin } from './Dropdown/index.js';
|
|
10
|
+
import { FileDropPlugin } from './FileDrop/index.js';
|
|
11
|
+
import { FormItemPlugin } from './FormItem/index.js';
|
|
12
|
+
import { FormPlugin } from './Form/index.js';
|
|
13
|
+
import { GraphyEmptyPlugin } from './GraphyEmpty/index.js';
|
|
14
|
+
import { GraphyLabelPlugin } from './GraphyLabel/index.js';
|
|
15
|
+
import { GraphyPricePlugin } from './GraphyPrice/index.js';
|
|
16
|
+
import { GraphySubtitlePlugin } from './GraphySubtitle/index.js';
|
|
17
|
+
import { GraphyTitlePlugin } from './GraphyTitle/index.js';
|
|
18
|
+
import { IconPlugin } from './Icon/index.js';
|
|
19
|
+
import { InputAvatarPlugin } from './InputAvatar/index.js';
|
|
20
|
+
import { InputCheckboxPlugin } from './InputCheckbox/index.js';
|
|
21
|
+
import { InputColorPlugin } from './InputColor/index.js';
|
|
22
|
+
import { InputCryptoCurrencyPlugin } from './InputCryptoCurrency/index.js';
|
|
23
|
+
import { InputDatePlugin } from './InputDate/index.js';
|
|
24
|
+
import { InputMultiplierPlugin } from './InputMultiplier/index.js';
|
|
25
|
+
import { InputPasswordPlugin } from './InputPassword/index.js';
|
|
26
|
+
import { InputPhonePlugin } from './InputPhone/index.js';
|
|
27
|
+
import { InputPricePlugin } from './InputPrice/index.js';
|
|
28
|
+
import { InputRadioPlugin } from './InputRadio/index.js';
|
|
29
|
+
import { InputSelectPlugin } from './InputSelect/index.js';
|
|
30
|
+
import { InputSwitchPlugin } from './InputSwitch/index.js';
|
|
31
|
+
import { InputTextareaPlugin } from './InputTextarea/index.js';
|
|
32
|
+
import { InputTextPlugin } from './InputText/index.js';
|
|
33
|
+
import { LinkPlugin } from './Link/index.js';
|
|
34
|
+
import { ModalFormPlugin } from './ModalForm/index.js';
|
|
35
|
+
import { ModalPlugin } from './Modal/index.js';
|
|
36
|
+
import { PaginationPlugin } from './Pagination/index.js';
|
|
37
|
+
import { PopconfirmPlugin } from './Popconfirm/index.js';
|
|
38
|
+
import { PopoverPlugin } from './Popover/index.js';
|
|
39
|
+
import { ProgressCirclePlugin } from './ProgressCircle/index.js';
|
|
40
|
+
import { ProgressLinePlugin } from './ProgressLine/index.js';
|
|
41
|
+
import { RangePlugin } from './Range/index.js';
|
|
42
|
+
import { SensitiveInfoPlugin } from './SensitiveInfo/index.js';
|
|
43
|
+
import { SkeletonPlugin } from './Skeleton/index.js';
|
|
44
|
+
import { TablePlugin } from './Table/index.js';
|
|
45
|
+
import { TabPlugin } from './Tab/index.js';
|
|
46
|
+
import { TagPlugin } from './Tag/index.js';
|
|
47
|
+
import { ToastPlugin } from './Toast/index.js';
|
|
48
|
+
export { AlertPlugin, AvatarPlugin, BackdropPlugin, ButtonPlugin, ChartLinePlugin, ChartTreemapPlugin, DialogProviderPlugin, DrawerPlugin, DropdownPlugin, FileDropPlugin, FormItemPlugin, FormPlugin, GraphyEmptyPlugin, GraphyLabelPlugin, GraphyPricePlugin, GraphySubtitlePlugin, GraphyTitlePlugin, IconPlugin, InputAvatarPlugin, InputCheckboxPlugin, InputColorPlugin, InputCryptoCurrencyPlugin, InputDatePlugin, InputMultiplierPlugin, InputPasswordPlugin, InputPhonePlugin, InputPricePlugin, InputRadioPlugin, InputSelectPlugin, InputSwitchPlugin, InputTextareaPlugin, InputTextPlugin, LinkPlugin, ModalFormPlugin, ModalPlugin, PaginationPlugin, PopconfirmPlugin, PopoverPlugin, ProgressCirclePlugin, ProgressLinePlugin, RangePlugin, SensitiveInfoPlugin, SkeletonPlugin, TablePlugin, TabPlugin, TagPlugin, ToastPlugin, };
|