@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,58 @@
|
|
|
1
|
+
import { ModalFormProps } from './types.js';
|
|
2
|
+
declare var __VLS_16: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
header?: (props: typeof __VLS_16) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ModalFormProps>, {
|
|
7
|
+
options: () => never[];
|
|
8
|
+
formClass: string;
|
|
9
|
+
}>, {
|
|
10
|
+
open: (key: string, id?: string) => void;
|
|
11
|
+
delete: () => void;
|
|
12
|
+
submit: () => Promise<{
|
|
13
|
+
isValid: boolean;
|
|
14
|
+
form: FormData | import('../../index.js', { with: { "resolution-mode": "import" } }).JSONForm;
|
|
15
|
+
} | undefined>;
|
|
16
|
+
reset: () => void;
|
|
17
|
+
close: () => void;
|
|
18
|
+
}, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
19
|
+
saved: (val?: any) => void;
|
|
20
|
+
deleted: () => void;
|
|
21
|
+
closed: () => void;
|
|
22
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ModalFormProps>, {
|
|
23
|
+
options: () => never[];
|
|
24
|
+
formClass: string;
|
|
25
|
+
}>>> & {
|
|
26
|
+
onClosed?: (() => any) | undefined;
|
|
27
|
+
onSaved?: ((val?: any) => any) | undefined;
|
|
28
|
+
onDeleted?: (() => any) | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
options: import('../types.js', { with: { "resolution-mode": "import" } }).InputSelectOption[];
|
|
31
|
+
formClass: string;
|
|
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,20 @@
|
|
|
1
|
+
import { default as Form } from '../Form/Form.vue';
|
|
2
|
+
import { ComponentExposed } from 'vue-component-type-helpers';
|
|
3
|
+
import { InputSelectOption } from '../InputSelect/types.js';
|
|
4
|
+
export type FormItem = {
|
|
5
|
+
key: string;
|
|
6
|
+
title: string;
|
|
7
|
+
component: ComponentExposed<typeof Form>;
|
|
8
|
+
pinnable?: boolean;
|
|
9
|
+
events?: Record<string, (e: any) => void>;
|
|
10
|
+
};
|
|
11
|
+
export type ModalFormProps = {
|
|
12
|
+
forms: FormItem[];
|
|
13
|
+
options?: InputSelectOption[];
|
|
14
|
+
formClass?: string;
|
|
15
|
+
};
|
|
16
|
+
export type ModalFormEvents = {
|
|
17
|
+
(e: "saved", val?: any): void;
|
|
18
|
+
(e: "deleted"): void;
|
|
19
|
+
(e: "closed"): void;
|
|
20
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Pagination as TPagination } from '../../types/ui.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
modelValue: TPagination;
|
|
6
|
+
hasPageSize: boolean;
|
|
7
|
+
showDescription: boolean;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Pagination: (args: any) => {
|
|
12
|
+
setup(): {
|
|
13
|
+
args: any;
|
|
14
|
+
};
|
|
15
|
+
template: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Pagination } from '../../types/ui.js';
|
|
2
|
+
import { PaginationProps } from './types.js';
|
|
3
|
+
type __VLS_Props = PaginationProps;
|
|
4
|
+
type __VLS_ModelProps = {
|
|
5
|
+
modelValue?: Pagination;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
hasPageSize: boolean;
|
|
11
|
+
pageLengths: () => number[];
|
|
12
|
+
showDescription: boolean;
|
|
13
|
+
displayClass: string;
|
|
14
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (value: Pagination) => void;
|
|
16
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
hasPageSize: boolean;
|
|
19
|
+
pageLengths: () => number[];
|
|
20
|
+
showDescription: boolean;
|
|
21
|
+
displayClass: string;
|
|
22
|
+
}>>> & {
|
|
23
|
+
"onUpdate:modelValue"?: ((value: Pagination) => any) | undefined;
|
|
24
|
+
}, {
|
|
25
|
+
disabled: boolean;
|
|
26
|
+
displayClass: string;
|
|
27
|
+
hasPageSize: boolean;
|
|
28
|
+
pageLengths: Array<number>;
|
|
29
|
+
showDescription: 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,48 @@
|
|
|
1
|
+
import { PopconfirmProps } from './types.js';
|
|
2
|
+
import { ElementPosition } from '../../enums/ui.js';
|
|
3
|
+
declare var __VLS_9: {
|
|
4
|
+
onTogglePopover: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_9) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PopconfirmProps>, {
|
|
10
|
+
message: string;
|
|
11
|
+
placement: ElementPosition;
|
|
12
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
13
|
+
confirm: () => void;
|
|
14
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PopconfirmProps>, {
|
|
15
|
+
message: string;
|
|
16
|
+
placement: ElementPosition;
|
|
17
|
+
}>>> & {
|
|
18
|
+
onConfirm?: (() => any) | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
message: string;
|
|
21
|
+
placement: `${ElementPosition}`;
|
|
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,15 @@
|
|
|
1
|
+
import { InputSelectOption } from '../InputSelect/types.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {};
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Popover: (args: any) => {
|
|
8
|
+
setup(): {
|
|
9
|
+
args: any;
|
|
10
|
+
open: import('vue').Ref<boolean>;
|
|
11
|
+
page: import('vue').Ref<string>;
|
|
12
|
+
options: InputSelectOption[];
|
|
13
|
+
};
|
|
14
|
+
template: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PopoverProps } from './types.js';
|
|
2
|
+
import { ElementPosition, ElementTrigger } from '../../enums/ui.js';
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PopoverProps & {
|
|
6
|
+
open?: boolean;
|
|
7
|
+
}>, {
|
|
8
|
+
trigger: ElementTrigger;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
placement: ElementPosition;
|
|
11
|
+
width: string;
|
|
12
|
+
/**
|
|
13
|
+
* Classes
|
|
14
|
+
*/
|
|
15
|
+
slotWrapperClass: string;
|
|
16
|
+
}>, {
|
|
17
|
+
name: string;
|
|
18
|
+
}, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
19
|
+
"update:open": (value: boolean) => void;
|
|
20
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PopoverProps & {
|
|
21
|
+
open?: boolean;
|
|
22
|
+
}>, {
|
|
23
|
+
trigger: ElementTrigger;
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
placement: ElementPosition;
|
|
26
|
+
width: string;
|
|
27
|
+
/**
|
|
28
|
+
* Classes
|
|
29
|
+
*/
|
|
30
|
+
slotWrapperClass: string;
|
|
31
|
+
}>>> & {
|
|
32
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
width: "auto" | "static";
|
|
36
|
+
placement: `${ElementPosition}`;
|
|
37
|
+
trigger: `${ElementTrigger}`;
|
|
38
|
+
slotWrapperClass: string;
|
|
39
|
+
}, {}>, {
|
|
40
|
+
default?: (props: {
|
|
41
|
+
onTogglePopover: (isVisible: unknown, event?: MouseEvent) => void;
|
|
42
|
+
}) => any;
|
|
43
|
+
} & {
|
|
44
|
+
content?: (props: {
|
|
45
|
+
onTogglePopover: (isVisible: unknown, event?: MouseEvent) => void;
|
|
46
|
+
}) => any;
|
|
47
|
+
}>;
|
|
48
|
+
type __VLS_TypePropsToOption<T> = {
|
|
49
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
51
|
+
} : {
|
|
52
|
+
type: import('vue').PropType<T[K]>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
type __VLS_WithDefaults<P, D> = {
|
|
57
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
58
|
+
default: D[K];
|
|
59
|
+
}> : P[K];
|
|
60
|
+
};
|
|
61
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
67
|
+
[K in keyof T]: T[K];
|
|
68
|
+
} : {
|
|
69
|
+
[K in keyof T as K]: T[K];
|
|
70
|
+
}) & {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ElementPosition, ElementTrigger } from '../../enums/ui.js';
|
|
2
|
+
export type PopoverProps = {
|
|
3
|
+
trigger?: `${ElementTrigger}`;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
placement?: `${ElementPosition}`;
|
|
6
|
+
/**
|
|
7
|
+
* Popover width strategy.
|
|
8
|
+
*
|
|
9
|
+
* `auto`: Default, auto resize based on content.
|
|
10
|
+
* `static`: Leave width untouched.
|
|
11
|
+
*/
|
|
12
|
+
width?: "auto" | "static";
|
|
13
|
+
/**
|
|
14
|
+
* Classes
|
|
15
|
+
*/
|
|
16
|
+
slotWrapperClass?: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
args: {
|
|
4
|
+
value: number;
|
|
5
|
+
width: number;
|
|
6
|
+
strokeWidth: number;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Circle: (args: any) => {
|
|
11
|
+
setup(): {
|
|
12
|
+
args: any;
|
|
13
|
+
};
|
|
14
|
+
template: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ProgressCircleProps } 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_WithDefaults<__VLS_TypePropsToOption<ProgressCircleProps>, {
|
|
7
|
+
value: number;
|
|
8
|
+
width: number;
|
|
9
|
+
strokeWidth: number;
|
|
10
|
+
strokeColor: string;
|
|
11
|
+
backgroundColor: string;
|
|
12
|
+
}>, 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<ProgressCircleProps>, {
|
|
13
|
+
value: number;
|
|
14
|
+
width: number;
|
|
15
|
+
strokeWidth: number;
|
|
16
|
+
strokeColor: string;
|
|
17
|
+
backgroundColor: string;
|
|
18
|
+
}>>>, {
|
|
19
|
+
value: number;
|
|
20
|
+
backgroundColor: string;
|
|
21
|
+
strokeWidth: number;
|
|
22
|
+
width: number;
|
|
23
|
+
strokeColor: string;
|
|
24
|
+
}, {}>;
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_TypePropsToOption<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
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,77 @@
|
|
|
1
|
+
import { ProgressLineProps } from './types.js';
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
label?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ProgressLineProps>, {
|
|
7
|
+
value: number;
|
|
8
|
+
height: number;
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
showPercentage: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Classes
|
|
13
|
+
*/
|
|
14
|
+
svgClass: string;
|
|
15
|
+
labelClass: string;
|
|
16
|
+
/**
|
|
17
|
+
* Colors
|
|
18
|
+
*/
|
|
19
|
+
overColor: string;
|
|
20
|
+
progressColor: string;
|
|
21
|
+
finishedColor: string;
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
}>, 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<ProgressLineProps>, {
|
|
24
|
+
value: number;
|
|
25
|
+
height: number;
|
|
26
|
+
borderRadius: number;
|
|
27
|
+
showPercentage: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Classes
|
|
30
|
+
*/
|
|
31
|
+
svgClass: string;
|
|
32
|
+
labelClass: string;
|
|
33
|
+
/**
|
|
34
|
+
* Colors
|
|
35
|
+
*/
|
|
36
|
+
overColor: string;
|
|
37
|
+
progressColor: string;
|
|
38
|
+
finishedColor: string;
|
|
39
|
+
backgroundColor: string;
|
|
40
|
+
}>>>, {
|
|
41
|
+
value: number;
|
|
42
|
+
backgroundColor: string;
|
|
43
|
+
borderRadius: number;
|
|
44
|
+
height: number;
|
|
45
|
+
labelClass: string;
|
|
46
|
+
showPercentage: boolean;
|
|
47
|
+
svgClass: string;
|
|
48
|
+
overColor: string;
|
|
49
|
+
progressColor: string;
|
|
50
|
+
finishedColor: string;
|
|
51
|
+
}, {}>;
|
|
52
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
53
|
+
declare const _default: typeof __VLS_export;
|
|
54
|
+
export default _default;
|
|
55
|
+
type __VLS_TypePropsToOption<T> = {
|
|
56
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
58
|
+
} : {
|
|
59
|
+
type: import('vue').PropType<T[K]>;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
type __VLS_WithDefaults<P, D> = {
|
|
64
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
65
|
+
default: D[K];
|
|
66
|
+
}> : P[K];
|
|
67
|
+
};
|
|
68
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
69
|
+
new (): {
|
|
70
|
+
$slots: S;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
74
|
+
[K in keyof T]: T[K];
|
|
75
|
+
} : {
|
|
76
|
+
[K in keyof T as K]: T[K];
|
|
77
|
+
}) & {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ProgressLineProps = {
|
|
2
|
+
value?: number;
|
|
3
|
+
height?: number;
|
|
4
|
+
borderRadius?: number;
|
|
5
|
+
showPercentage?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Classes
|
|
8
|
+
*/
|
|
9
|
+
svgClass?: string;
|
|
10
|
+
labelClass?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Colors
|
|
13
|
+
*/
|
|
14
|
+
overColor?: string;
|
|
15
|
+
progressColor?: string;
|
|
16
|
+
finishedColor?: string;
|
|
17
|
+
backgroundColor?: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
args: {
|
|
4
|
+
modelValue: number;
|
|
5
|
+
min: number;
|
|
6
|
+
max: number;
|
|
7
|
+
step: number;
|
|
8
|
+
tickMarks: boolean;
|
|
9
|
+
showValue: boolean;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
};
|
|
12
|
+
argTypes: {
|
|
13
|
+
modelValue: {
|
|
14
|
+
control: {
|
|
15
|
+
type: string;
|
|
16
|
+
min: number;
|
|
17
|
+
max: number;
|
|
18
|
+
};
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
min: {
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
max: {
|
|
26
|
+
control: string;
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
step: {
|
|
30
|
+
control: string;
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
tickMarks: {
|
|
34
|
+
options: boolean[];
|
|
35
|
+
control: string;
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
showValue: {
|
|
39
|
+
options: boolean[];
|
|
40
|
+
control: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
disabled: {
|
|
44
|
+
options: boolean[];
|
|
45
|
+
control: string;
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
export default _default;
|
|
51
|
+
export declare const Range: (args: any) => {
|
|
52
|
+
setup(): {
|
|
53
|
+
args: any;
|
|
54
|
+
};
|
|
55
|
+
template: string;
|
|
56
|
+
};
|