@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,61 @@
|
|
|
1
|
+
import { DrawerProps } from './types.js';
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {}, __VLS_19: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
header?: (props: typeof __VLS_15) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_17) => any;
|
|
7
|
+
} & {
|
|
8
|
+
footer?: (props: typeof __VLS_19) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DrawerProps>, {
|
|
11
|
+
title: string;
|
|
12
|
+
style: () => {
|
|
13
|
+
footer: string;
|
|
14
|
+
};
|
|
15
|
+
direction: string;
|
|
16
|
+
showHeader: boolean;
|
|
17
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
18
|
+
closed: () => void;
|
|
19
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<DrawerProps>, {
|
|
20
|
+
title: string;
|
|
21
|
+
style: () => {
|
|
22
|
+
footer: string;
|
|
23
|
+
};
|
|
24
|
+
direction: string;
|
|
25
|
+
showHeader: boolean;
|
|
26
|
+
}>>> & {
|
|
27
|
+
onClosed?: (() => any) | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
title: string;
|
|
30
|
+
style: {
|
|
31
|
+
footer: string;
|
|
32
|
+
};
|
|
33
|
+
direction: "rtl" | "ltr";
|
|
34
|
+
showHeader: boolean;
|
|
35
|
+
}, {}>;
|
|
36
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_TypePropsToOption<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
42
|
+
} : {
|
|
43
|
+
type: import('vue').PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
type __VLS_WithDefaults<P, D> = {
|
|
48
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
49
|
+
default: D[K];
|
|
50
|
+
}> : P[K];
|
|
51
|
+
};
|
|
52
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
58
|
+
[K in keyof T]: T[K];
|
|
59
|
+
} : {
|
|
60
|
+
[K in keyof T as K]: T[K];
|
|
61
|
+
}) & {};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { InputSelectOption } from '../InputSelect/types.js';
|
|
2
|
+
import { DropdownProps } from './types.js';
|
|
3
|
+
import { FormControlSize } from '../../enums/ui.js';
|
|
4
|
+
declare var __VLS_6: {
|
|
5
|
+
icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}`;
|
|
6
|
+
label: string | object;
|
|
7
|
+
type?: string;
|
|
8
|
+
renderer?: import('vue', { with: { "resolution-mode": "import" } }).Component;
|
|
9
|
+
rendererProps?: {
|
|
10
|
+
[props: string]: any;
|
|
11
|
+
};
|
|
12
|
+
rendererEvents?: {
|
|
13
|
+
[event: string]: (payload: any) => void;
|
|
14
|
+
};
|
|
15
|
+
isGroupLabel: boolean;
|
|
16
|
+
value?: never;
|
|
17
|
+
action?: never;
|
|
18
|
+
} | {
|
|
19
|
+
icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}`;
|
|
20
|
+
label: string | object;
|
|
21
|
+
type?: string;
|
|
22
|
+
renderer?: import('vue', { with: { "resolution-mode": "import" } }).Component;
|
|
23
|
+
rendererProps?: {
|
|
24
|
+
[props: string]: any;
|
|
25
|
+
};
|
|
26
|
+
rendererEvents?: {
|
|
27
|
+
[event: string]: (payload: any) => void;
|
|
28
|
+
};
|
|
29
|
+
value: import('../InputSelect/types.js', { with: { "resolution-mode": "import" } }).InputSelectValue;
|
|
30
|
+
action?: never;
|
|
31
|
+
isGroupLabel?: never;
|
|
32
|
+
} | {
|
|
33
|
+
icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}`;
|
|
34
|
+
label: string | object;
|
|
35
|
+
type?: string;
|
|
36
|
+
renderer?: import('vue', { with: { "resolution-mode": "import" } }).Component;
|
|
37
|
+
rendererProps?: {
|
|
38
|
+
[props: string]: any;
|
|
39
|
+
};
|
|
40
|
+
rendererEvents?: {
|
|
41
|
+
[event: string]: (payload: any) => void;
|
|
42
|
+
};
|
|
43
|
+
action: (filters?: import('../../index.js', { with: { "resolution-mode": "import" } }).APISearchFilters) => Promise<{
|
|
44
|
+
items: unknown[];
|
|
45
|
+
pagination: import('../../index.js', { with: { "resolution-mode": "import" } }).Pagination;
|
|
46
|
+
}> | Promise<void> | void;
|
|
47
|
+
manual?: boolean;
|
|
48
|
+
value?: never;
|
|
49
|
+
isGroupLabel?: never;
|
|
50
|
+
};
|
|
51
|
+
type __VLS_Slots = {} & {
|
|
52
|
+
default?: (props: typeof __VLS_6) => any;
|
|
53
|
+
};
|
|
54
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DropdownProps>, {
|
|
55
|
+
size: FormControlSize;
|
|
56
|
+
items: () => never[];
|
|
57
|
+
loading: boolean;
|
|
58
|
+
multiple: boolean;
|
|
59
|
+
isVisible: boolean;
|
|
60
|
+
optionMarginClass: string;
|
|
61
|
+
optionPaddingClass: string;
|
|
62
|
+
wrapperPaddingClass: string;
|
|
63
|
+
optionRoundnessClass: string;
|
|
64
|
+
wrapperRoundnessClass: string;
|
|
65
|
+
}>, {
|
|
66
|
+
move: (e: KeyboardEvent) => boolean;
|
|
67
|
+
resetScroll: () => void;
|
|
68
|
+
}, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
69
|
+
change: (val: import('./types.js', { with: { "resolution-mode": "import" } }).SelectEvent) => void;
|
|
70
|
+
"end-reached": () => void;
|
|
71
|
+
created: (val: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance | null) => void;
|
|
72
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<DropdownProps>, {
|
|
73
|
+
size: FormControlSize;
|
|
74
|
+
items: () => never[];
|
|
75
|
+
loading: boolean;
|
|
76
|
+
multiple: boolean;
|
|
77
|
+
isVisible: boolean;
|
|
78
|
+
optionMarginClass: string;
|
|
79
|
+
optionPaddingClass: string;
|
|
80
|
+
wrapperPaddingClass: string;
|
|
81
|
+
optionRoundnessClass: string;
|
|
82
|
+
wrapperRoundnessClass: string;
|
|
83
|
+
}>>> & {
|
|
84
|
+
onChange?: ((val: import('./types.js', { with: { "resolution-mode": "import" } }).SelectEvent) => any) | undefined;
|
|
85
|
+
onCreated?: ((val: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance | null) => any) | undefined;
|
|
86
|
+
"onEnd-reached"?: (() => any) | undefined;
|
|
87
|
+
}, {
|
|
88
|
+
size: `${FormControlSize}`;
|
|
89
|
+
loading: boolean;
|
|
90
|
+
multiple: boolean;
|
|
91
|
+
items: InputSelectOption[];
|
|
92
|
+
isVisible: boolean;
|
|
93
|
+
optionMarginClass: string;
|
|
94
|
+
optionPaddingClass: string;
|
|
95
|
+
wrapperPaddingClass: string;
|
|
96
|
+
optionRoundnessClass: string;
|
|
97
|
+
wrapperRoundnessClass: string;
|
|
98
|
+
}, {}>;
|
|
99
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
100
|
+
declare const _default: typeof __VLS_export;
|
|
101
|
+
export default _default;
|
|
102
|
+
type __VLS_TypePropsToOption<T> = {
|
|
103
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
104
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
105
|
+
} : {
|
|
106
|
+
type: import('vue').PropType<T[K]>;
|
|
107
|
+
required: true;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
type __VLS_WithDefaults<P, D> = {
|
|
111
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
112
|
+
default: D[K];
|
|
113
|
+
}> : P[K];
|
|
114
|
+
};
|
|
115
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
116
|
+
new (): {
|
|
117
|
+
$slots: S;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
121
|
+
[K in keyof T]: T[K];
|
|
122
|
+
} : {
|
|
123
|
+
[K in keyof T as K]: T[K];
|
|
124
|
+
}) & {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { InputSelectOption } from '../InputSelect/types.js';
|
|
2
|
+
import { getCurrentInstance } from 'vue';
|
|
3
|
+
import { FormControlSize } from '../../enums/ui.js';
|
|
4
|
+
export type DropdownProps = {
|
|
5
|
+
size?: `${FormControlSize}`;
|
|
6
|
+
items?: InputSelectOption[];
|
|
7
|
+
loading?: boolean;
|
|
8
|
+
multiple?: boolean;
|
|
9
|
+
isVisible?: boolean;
|
|
10
|
+
optionMarginClass?: string;
|
|
11
|
+
optionPaddingClass?: string;
|
|
12
|
+
wrapperPaddingClass?: string;
|
|
13
|
+
optionRoundnessClass?: string;
|
|
14
|
+
wrapperRoundnessClass?: string;
|
|
15
|
+
};
|
|
16
|
+
export type SelectEvent = {
|
|
17
|
+
index: number;
|
|
18
|
+
option: InputSelectOption;
|
|
19
|
+
hold: boolean;
|
|
20
|
+
};
|
|
21
|
+
export type DropdownEvents = {
|
|
22
|
+
(e: "change", val: SelectEvent): void;
|
|
23
|
+
(e: "end-reached"): void;
|
|
24
|
+
(e: "created", val: ReturnType<typeof getCurrentInstance>): void;
|
|
25
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FileDropProps } from './types.js';
|
|
2
|
+
type __VLS_Props = FileDropProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: File[];
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
8
|
+
multiple: boolean;
|
|
9
|
+
}>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: File[]) => void;
|
|
11
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
12
|
+
multiple: boolean;
|
|
13
|
+
}>>> & {
|
|
14
|
+
"onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
multiple: boolean;
|
|
17
|
+
}, {}>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} : {
|
|
36
|
+
[K in keyof T as K]: T[K];
|
|
37
|
+
}) & {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { FormDataTypes } from '../../enums/form.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
schema: {
|
|
6
|
+
password: FormDataTypes.Password;
|
|
7
|
+
username: FormDataTypes.String;
|
|
8
|
+
};
|
|
9
|
+
layout: string;
|
|
10
|
+
};
|
|
11
|
+
argTypes: {
|
|
12
|
+
layout: {
|
|
13
|
+
options: string[];
|
|
14
|
+
control: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const Form: (args: any) => {
|
|
20
|
+
setup(): {
|
|
21
|
+
args: any;
|
|
22
|
+
nextStep: (event: {
|
|
23
|
+
form: FormData;
|
|
24
|
+
}) => void;
|
|
25
|
+
contacts: {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
}[];
|
|
29
|
+
getCurrencies: () => Promise<unknown>;
|
|
30
|
+
};
|
|
31
|
+
template: string;
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FormProps, FormEvents } from './types.js';
|
|
2
|
+
import { FormSchema, FormInstance } from '../../types/form.js';
|
|
3
|
+
declare const __VLS_export: <T extends FormSchema>(__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<{
|
|
4
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<FormProps<T> & {
|
|
5
|
+
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
6
|
+
}> & (typeof globalThis extends {
|
|
7
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
8
|
+
} ? P : {});
|
|
9
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
10
|
+
submit: () => Promise<{
|
|
11
|
+
isValid: boolean;
|
|
12
|
+
form: FormData | import('../../types/form.js', { with: { "resolution-mode": "import" } }).JSONForm;
|
|
13
|
+
}>;
|
|
14
|
+
reset: () => void;
|
|
15
|
+
setValues: (values: Partial<FormInstance<T extends undefined ? never : T>>) => void;
|
|
16
|
+
form: import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>;
|
|
17
|
+
setValue: <K extends keyof import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>>(key: K, value: import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>[K]) => void;
|
|
18
|
+
getValue: (key: keyof import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>) => import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>[keyof import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>];
|
|
19
|
+
}>) => void;
|
|
20
|
+
attrs: any;
|
|
21
|
+
slots: {
|
|
22
|
+
default?: (props: {
|
|
23
|
+
form: import('@vue/reactivity').DistrubuteRef<import('vue', { with: { "resolution-mode": "import" } }).UnwrapNestedRefs<FormInstance<T extends undefined ? never : T>>>;
|
|
24
|
+
}) => any;
|
|
25
|
+
};
|
|
26
|
+
emit: FormEvents;
|
|
27
|
+
}>) => import('vue').VNode & {
|
|
28
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
|
+
};
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} : {
|
|
35
|
+
[K in keyof T as K]: T[K];
|
|
36
|
+
}) & {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { FormSchema, FormInstance, ValidationResult } from '../../types/form.js';
|
|
2
|
+
import { ButtonProps } from '../Button/types.js';
|
|
3
|
+
import { FormControlSize } from '../../enums/ui.js';
|
|
4
|
+
import { FormSubmissionFormat } from '../../enums/form.js';
|
|
5
|
+
export type FormStyle = {
|
|
6
|
+
[key in "label" | "input"]?: string;
|
|
7
|
+
};
|
|
8
|
+
export type FormLayout = "horizontal" | "vertical" | "inline";
|
|
9
|
+
export type FormProps<T extends FormSchema> = {
|
|
10
|
+
size?: `${FormControlSize}`;
|
|
11
|
+
schema?: T;
|
|
12
|
+
layout?: FormLayout;
|
|
13
|
+
formStyle?: FormStyle;
|
|
14
|
+
identifier?: string | number;
|
|
15
|
+
showSubmit?: boolean;
|
|
16
|
+
buttonProps?: ButtonProps;
|
|
17
|
+
submissionFormat?: FormSubmissionFormat;
|
|
18
|
+
/**
|
|
19
|
+
* Classes
|
|
20
|
+
*/
|
|
21
|
+
buttonWrapperClass?: string;
|
|
22
|
+
};
|
|
23
|
+
export type FormEvents = {
|
|
24
|
+
<T extends FormSubmissionFormat>(e: "submit", val: ValidationResult<T>): void;
|
|
25
|
+
<T extends FormSchema>(e: "change", val: FormInstance<T>): void;
|
|
26
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FormItemProps } from './types.js';
|
|
2
|
+
declare var __VLS_7: {}, __VLS_9: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
label?: (props: typeof __VLS_7) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_9) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_TypePropsToOption<FormItemProps>, 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<FormItemProps>>>, {}, {}>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_TypePropsToOption<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { GraphyEmptyProps } from './types.js';
|
|
2
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<GraphyEmptyProps>, {}>, 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<GraphyEmptyProps>, {}>>>, {}, {}>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_TypePropsToOption<T> = {
|
|
6
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
7
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
8
|
+
} : {
|
|
9
|
+
type: import('vue').PropType<T[K]>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
type __VLS_WithDefaults<P, D> = {
|
|
14
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
15
|
+
default: D[K];
|
|
16
|
+
}> : P[K];
|
|
17
|
+
};
|
|
18
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
19
|
+
[K in keyof T]: T[K];
|
|
20
|
+
} : {
|
|
21
|
+
[K in keyof T as K]: T[K];
|
|
22
|
+
}) & {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { GraphyLabelProps } 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<GraphyLabelProps>, 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<GraphyLabelProps>>>, {}, {}>;
|
|
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,27 @@
|
|
|
1
|
+
import { GraphyPriceVariant } from '../../enums/ui.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
args: {
|
|
5
|
+
value: number;
|
|
6
|
+
currency: string;
|
|
7
|
+
variant: GraphyPriceVariant;
|
|
8
|
+
};
|
|
9
|
+
argTypes: {
|
|
10
|
+
variant: {
|
|
11
|
+
options: GraphyPriceVariant[];
|
|
12
|
+
control: string;
|
|
13
|
+
defaultValue: GraphyPriceVariant;
|
|
14
|
+
};
|
|
15
|
+
currency: {
|
|
16
|
+
control: string;
|
|
17
|
+
options: string[];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
22
|
+
export declare const Price: (args: any) => {
|
|
23
|
+
setup(): {
|
|
24
|
+
args: any;
|
|
25
|
+
};
|
|
26
|
+
template: string;
|
|
27
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { GraphyPriceProps } from './types.js';
|
|
2
|
+
import { GraphyPriceVariant } from '../../enums/ui.js';
|
|
3
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<GraphyPriceProps>, {
|
|
4
|
+
animate: boolean;
|
|
5
|
+
variant: GraphyPriceVariant;
|
|
6
|
+
priceColor: string;
|
|
7
|
+
}>, 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<GraphyPriceProps>, {
|
|
8
|
+
animate: boolean;
|
|
9
|
+
variant: GraphyPriceVariant;
|
|
10
|
+
priceColor: string;
|
|
11
|
+
}>>>, {
|
|
12
|
+
animate: boolean;
|
|
13
|
+
variant: `${GraphyPriceVariant}`;
|
|
14
|
+
priceColor: string;
|
|
15
|
+
}, {}>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_TypePropsToOption<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} : {
|
|
34
|
+
[K in keyof T as K]: T[K];
|
|
35
|
+
}) & {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { GraphySubtitleProps } from './types.js';
|
|
2
|
+
declare const __VLS_export: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<GraphySubtitleProps>, {
|
|
3
|
+
textColor: string;
|
|
4
|
+
}>, 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<GraphySubtitleProps>, {
|
|
5
|
+
textColor: string;
|
|
6
|
+
}>>>, {
|
|
7
|
+
textColor: string;
|
|
8
|
+
}, {}>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<Required<T>[K]>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
type __VLS_WithDefaults<P, D> = {
|
|
20
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
21
|
+
default: D[K];
|
|
22
|
+
}> : P[K];
|
|
23
|
+
};
|
|
24
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
25
|
+
[K in keyof T]: T[K];
|
|
26
|
+
} : {
|
|
27
|
+
[K in keyof T as K]: T[K];
|
|
28
|
+
}) & {};
|