@zc-ui/components 0.0.1
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/LICENSE +21 -0
- package/dist/index.cjs +1 -0
- package/dist/index.css +1 -0
- package/dist/index.mjs +9299 -0
- package/dist/index.umd.js +2 -0
- package/dist/types/affix/affix.d.ts +37 -0
- package/dist/types/affix/affix.d.ts.map +1 -0
- package/dist/types/alert/alert.d.ts +47 -0
- package/dist/types/alert/alert.d.ts.map +1 -0
- package/dist/types/alert/types.d.ts +31 -0
- package/dist/types/alert/types.d.ts.map +1 -0
- package/dist/types/anchor/anchor-link.d.ts +27 -0
- package/dist/types/anchor/anchor-link.d.ts.map +1 -0
- package/dist/types/anchor/anchor.d.ts +45 -0
- package/dist/types/anchor/anchor.d.ts.map +1 -0
- package/dist/types/auto-complete/auto-complete.d.ts +66 -0
- package/dist/types/auto-complete/auto-complete.d.ts.map +1 -0
- package/dist/types/auto-complete/types.d.ts +10 -0
- package/dist/types/auto-complete/types.d.ts.map +1 -0
- package/dist/types/avatar/avatar.d.ts +34 -0
- package/dist/types/avatar/avatar.d.ts.map +1 -0
- package/dist/types/backtop/backtop.d.ts +48 -0
- package/dist/types/backtop/backtop.d.ts.map +1 -0
- package/dist/types/badge/badge.d.ts +32 -0
- package/dist/types/badge/badge.d.ts.map +1 -0
- package/dist/types/breadcrumb/breadcrumb-item.d.ts +26 -0
- package/dist/types/breadcrumb/breadcrumb-item.d.ts.map +1 -0
- package/dist/types/breadcrumb/breadcrumb.d.ts +25 -0
- package/dist/types/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/types/button/button.d.ts +40 -0
- package/dist/types/button/button.d.ts.map +1 -0
- package/dist/types/card/card.d.ts +37 -0
- package/dist/types/card/card.d.ts.map +1 -0
- package/dist/types/carousel/carousel-item.d.ts +18 -0
- package/dist/types/carousel/carousel-item.d.ts.map +1 -0
- package/dist/types/carousel/carousel.d.ts +44 -0
- package/dist/types/carousel/carousel.d.ts.map +1 -0
- package/dist/types/carousel/types.d.ts +13 -0
- package/dist/types/carousel/types.d.ts.map +1 -0
- package/dist/types/cascader/cascader.d.ts +41 -0
- package/dist/types/cascader/cascader.d.ts.map +1 -0
- package/dist/types/cascader/types.d.ts +28 -0
- package/dist/types/cascader/types.d.ts.map +1 -0
- package/dist/types/checkbox/checkbox-group.d.ts +34 -0
- package/dist/types/checkbox/checkbox-group.d.ts.map +1 -0
- package/dist/types/checkbox/checkbox.d.ts +32 -0
- package/dist/types/checkbox/checkbox.d.ts.map +1 -0
- package/dist/types/col/col.d.ts +51 -0
- package/dist/types/col/col.d.ts.map +1 -0
- package/dist/types/collapse/collapse-item.d.ts +33 -0
- package/dist/types/collapse/collapse-item.d.ts.map +1 -0
- package/dist/types/collapse/collapse.d.ts +32 -0
- package/dist/types/collapse/collapse.d.ts.map +1 -0
- package/dist/types/color-picker/color-picker.d.ts +29 -0
- package/dist/types/color-picker/color-picker.d.ts.map +1 -0
- package/dist/types/color-picker/types.d.ts +23 -0
- package/dist/types/color-picker/types.d.ts.map +1 -0
- package/dist/types/container/aside.d.ts +24 -0
- package/dist/types/container/aside.d.ts.map +1 -0
- package/dist/types/container/container.d.ts +29 -0
- package/dist/types/container/container.d.ts.map +1 -0
- package/dist/types/container/footer.d.ts +24 -0
- package/dist/types/container/footer.d.ts.map +1 -0
- package/dist/types/container/header.d.ts +24 -0
- package/dist/types/container/header.d.ts.map +1 -0
- package/dist/types/container/main.d.ts +21 -0
- package/dist/types/container/main.d.ts.map +1 -0
- package/dist/types/date-picker/date-picker.d.ts +45 -0
- package/dist/types/date-picker/date-picker.d.ts.map +1 -0
- package/dist/types/descriptions/descriptions-item.d.ts +18 -0
- package/dist/types/descriptions/descriptions-item.d.ts.map +1 -0
- package/dist/types/descriptions/descriptions.d.ts +41 -0
- package/dist/types/descriptions/descriptions.d.ts.map +1 -0
- package/dist/types/descriptions/types.d.ts +25 -0
- package/dist/types/descriptions/types.d.ts.map +1 -0
- package/dist/types/dialog/dialog.d.ts +71 -0
- package/dist/types/dialog/dialog.d.ts.map +1 -0
- package/dist/types/dialog/types.d.ts +42 -0
- package/dist/types/dialog/types.d.ts.map +1 -0
- package/dist/types/divider/divider.d.ts +33 -0
- package/dist/types/divider/divider.d.ts.map +1 -0
- package/dist/types/drawer/drawer.d.ts +66 -0
- package/dist/types/drawer/drawer.d.ts.map +1 -0
- package/dist/types/drawer/types.d.ts +41 -0
- package/dist/types/drawer/types.d.ts.map +1 -0
- package/dist/types/dropdown/dropdown-item.d.ts +32 -0
- package/dist/types/dropdown/dropdown-item.d.ts.map +1 -0
- package/dist/types/dropdown/dropdown-menu.d.ts +15 -0
- package/dist/types/dropdown/dropdown-menu.d.ts.map +1 -0
- package/dist/types/dropdown/dropdown.d.ts +59 -0
- package/dist/types/dropdown/dropdown.d.ts.map +1 -0
- package/dist/types/dropdown/types.d.ts +9 -0
- package/dist/types/dropdown/types.d.ts.map +1 -0
- package/dist/types/empty/empty.d.ts +28 -0
- package/dist/types/empty/empty.d.ts.map +1 -0
- package/dist/types/form/form-item.d.ts +44 -0
- package/dist/types/form/form-item.d.ts.map +1 -0
- package/dist/types/form/form.d.ts +47 -0
- package/dist/types/form/form.d.ts.map +1 -0
- package/dist/types/form/types.d.ts +63 -0
- package/dist/types/form/types.d.ts.map +1 -0
- package/dist/types/form/validate.d.ts +14 -0
- package/dist/types/form/validate.d.ts.map +1 -0
- package/dist/types/grid/grid-item.d.ts +35 -0
- package/dist/types/grid/grid-item.d.ts.map +1 -0
- package/dist/types/grid/grid.d.ts +65 -0
- package/dist/types/grid/grid.d.ts.map +1 -0
- package/dist/types/icon/icon.d.ts +37 -0
- package/dist/types/icon/icon.d.ts.map +1 -0
- package/dist/types/image/image-preview.d.ts +22 -0
- package/dist/types/image/image-preview.d.ts.map +1 -0
- package/dist/types/image/image.d.ts +55 -0
- package/dist/types/image/image.d.ts.map +1 -0
- package/dist/types/index.d.ts +6464 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/input/input.d.ts +75 -0
- package/dist/types/input/input.d.ts.map +1 -0
- package/dist/types/input-number/input-number.d.ts +54 -0
- package/dist/types/input-number/input-number.d.ts.map +1 -0
- package/dist/types/input-number/types.d.ts +20 -0
- package/dist/types/input-number/types.d.ts.map +1 -0
- package/dist/types/list/list-item.d.ts +40 -0
- package/dist/types/list/list-item.d.ts.map +1 -0
- package/dist/types/list/list.d.ts +44 -0
- package/dist/types/list/list.d.ts.map +1 -0
- package/dist/types/list/types.d.ts +10 -0
- package/dist/types/list/types.d.ts.map +1 -0
- package/dist/types/loading/loading.d.ts +26 -0
- package/dist/types/loading/loading.d.ts.map +1 -0
- package/dist/types/mention/mention.d.ts +37 -0
- package/dist/types/mention/mention.d.ts.map +1 -0
- package/dist/types/mention/types.d.ts +18 -0
- package/dist/types/mention/types.d.ts.map +1 -0
- package/dist/types/menu/menu-item.d.ts +24 -0
- package/dist/types/menu/menu-item.d.ts.map +1 -0
- package/dist/types/menu/menu.d.ts +48 -0
- package/dist/types/menu/menu.d.ts.map +1 -0
- package/dist/types/menu/submenu.d.ts +36 -0
- package/dist/types/menu/submenu.d.ts.map +1 -0
- package/dist/types/menu/types.d.ts +18 -0
- package/dist/types/menu/types.d.ts.map +1 -0
- package/dist/types/message/message.d.ts +34 -0
- package/dist/types/message/message.d.ts.map +1 -0
- package/dist/types/notification/notification.d.ts +26 -0
- package/dist/types/notification/notification.d.ts.map +1 -0
- package/dist/types/pagination/pagination.d.ts +38 -0
- package/dist/types/pagination/pagination.d.ts.map +1 -0
- package/dist/types/pagination/types.d.ts +29 -0
- package/dist/types/pagination/types.d.ts.map +1 -0
- package/dist/types/popconfirm/popconfirm.d.ts +76 -0
- package/dist/types/popconfirm/popconfirm.d.ts.map +1 -0
- package/dist/types/progress/progress.d.ts +54 -0
- package/dist/types/progress/progress.d.ts.map +1 -0
- package/dist/types/progress/types.d.ts +33 -0
- package/dist/types/progress/types.d.ts.map +1 -0
- package/dist/types/radio/radio-group.d.ts +39 -0
- package/dist/types/radio/radio-group.d.ts.map +1 -0
- package/dist/types/radio/radio.d.ts +30 -0
- package/dist/types/radio/radio.d.ts.map +1 -0
- package/dist/types/rate/rate.d.ts +48 -0
- package/dist/types/rate/rate.d.ts.map +1 -0
- package/dist/types/rate/types.d.ts +18 -0
- package/dist/types/rate/types.d.ts.map +1 -0
- package/dist/types/result/result.d.ts +39 -0
- package/dist/types/result/result.d.ts.map +1 -0
- package/dist/types/row/row.d.ts +55 -0
- package/dist/types/row/row.d.ts.map +1 -0
- package/dist/types/scrollbar/scrollbar.d.ts +34 -0
- package/dist/types/scrollbar/scrollbar.d.ts.map +1 -0
- package/dist/types/select/select.d.ts +63 -0
- package/dist/types/select/select.d.ts.map +1 -0
- package/dist/types/select/types.d.ts +9 -0
- package/dist/types/select/types.d.ts.map +1 -0
- package/dist/types/skeleton/skeleton.d.ts +42 -0
- package/dist/types/skeleton/skeleton.d.ts.map +1 -0
- package/dist/types/slider/slider.d.ts +41 -0
- package/dist/types/slider/slider.d.ts.map +1 -0
- package/dist/types/slider/types.d.ts +10 -0
- package/dist/types/slider/types.d.ts.map +1 -0
- package/dist/types/space/space.d.ts +52 -0
- package/dist/types/space/space.d.ts.map +1 -0
- package/dist/types/statistic/statistic.d.ts +52 -0
- package/dist/types/statistic/statistic.d.ts.map +1 -0
- package/dist/types/steps/step.d.ts +31 -0
- package/dist/types/steps/step.d.ts.map +1 -0
- package/dist/types/steps/steps.d.ts +30 -0
- package/dist/types/steps/steps.d.ts.map +1 -0
- package/dist/types/steps/types.d.ts +22 -0
- package/dist/types/steps/types.d.ts.map +1 -0
- package/dist/types/switch/switch.d.ts +55 -0
- package/dist/types/switch/switch.d.ts.map +1 -0
- package/dist/types/table/table.d.ts +71 -0
- package/dist/types/table/table.d.ts.map +1 -0
- package/dist/types/table/types.d.ts +52 -0
- package/dist/types/table/types.d.ts.map +1 -0
- package/dist/types/tabs/tab-pane.d.ts +33 -0
- package/dist/types/tabs/tab-pane.d.ts.map +1 -0
- package/dist/types/tabs/tabs.d.ts +51 -0
- package/dist/types/tabs/tabs.d.ts.map +1 -0
- package/dist/types/tabs/types.d.ts +44 -0
- package/dist/types/tabs/types.d.ts.map +1 -0
- package/dist/types/tag/tag.d.ts +38 -0
- package/dist/types/tag/tag.d.ts.map +1 -0
- package/dist/types/time-picker/time-picker.d.ts +38 -0
- package/dist/types/time-picker/time-picker.d.ts.map +1 -0
- package/dist/types/timeline/timeline-item.d.ts +37 -0
- package/dist/types/timeline/timeline-item.d.ts.map +1 -0
- package/dist/types/timeline/timeline.d.ts +20 -0
- package/dist/types/timeline/timeline.d.ts.map +1 -0
- package/dist/types/tooltip/tooltip.d.ts +57 -0
- package/dist/types/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/transfer/transfer.d.ts +31 -0
- package/dist/types/transfer/transfer.d.ts.map +1 -0
- package/dist/types/transfer/types.d.ts +21 -0
- package/dist/types/transfer/types.d.ts.map +1 -0
- package/dist/types/tree/tree-node.d.ts +20 -0
- package/dist/types/tree/tree-node.d.ts.map +1 -0
- package/dist/types/tree/tree.d.ts +101 -0
- package/dist/types/tree/tree.d.ts.map +1 -0
- package/dist/types/tree/types.d.ts +72 -0
- package/dist/types/tree/types.d.ts.map +1 -0
- package/dist/types/tree-select/tree-node.d.ts +65 -0
- package/dist/types/tree-select/tree-node.d.ts.map +1 -0
- package/dist/types/tree-select/tree-select.d.ts +37 -0
- package/dist/types/tree-select/tree-select.d.ts.map +1 -0
- package/dist/types/tree-select/types.d.ts +27 -0
- package/dist/types/tree-select/types.d.ts.map +1 -0
- package/dist/types/types.d.ts +24 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/upload/types.d.ts +25 -0
- package/dist/types/upload/types.d.ts.map +1 -0
- package/dist/types/upload/upload.d.ts +81 -0
- package/dist/types/upload/upload.d.ts.map +1 -0
- package/dist/types/watermark/watermark.d.ts +57 -0
- package/dist/types/watermark/watermark.d.ts.map +1 -0
- package/package.json +60 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
height?: string | number;
|
|
4
|
+
initialIndex?: number;
|
|
5
|
+
trigger?: 'click' | 'hover';
|
|
6
|
+
autoplay?: boolean;
|
|
7
|
+
interval?: number;
|
|
8
|
+
indicatorPosition?: 'outside' | 'none';
|
|
9
|
+
arrow?: 'always' | 'hover' | 'never';
|
|
10
|
+
type?: '' | 'card';
|
|
11
|
+
loop?: boolean;
|
|
12
|
+
direction?: 'horizontal' | 'vertical';
|
|
13
|
+
pauseOnHover?: boolean;
|
|
14
|
+
};
|
|
15
|
+
declare var __VLS_1: {};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
default?: (props: typeof __VLS_1) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
20
|
+
change: (current: number, prev: number) => any;
|
|
21
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
type: "" | "card";
|
|
25
|
+
direction: "horizontal" | "vertical";
|
|
26
|
+
height: string | number;
|
|
27
|
+
arrow: "always" | "hover" | "never";
|
|
28
|
+
initialIndex: number;
|
|
29
|
+
trigger: "click" | "hover";
|
|
30
|
+
autoplay: boolean;
|
|
31
|
+
interval: number;
|
|
32
|
+
indicatorPosition: "outside" | "none";
|
|
33
|
+
loop: boolean;
|
|
34
|
+
pauseOnHover: boolean;
|
|
35
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
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_WithSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.vue.d.ts","sourceRoot":"","sources":["../../../src/carousel/carousel.vue"],"names":[],"mappings":";AAoYA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,iBAAiB,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACtC,KAAK,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAA;IACpC,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACrC,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAC;AAiTJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;UA5TL,EAAE,GAAG,MAAM;eAEN,YAAY,GAAG,UAAU;YAT5B,MAAM,GAAG,MAAM;WAMhB,QAAQ,GAAG,OAAO,GAAG,OAAO;kBALrB,MAAM;aACX,OAAO,GAAG,OAAO;cAChB,OAAO;cACP,MAAM;uBACG,SAAS,GAAG,MAAM;UAG/B,OAAO;kBAEC,OAAO;6EA6TxB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InjectionKey, Ref } from 'vue';
|
|
2
|
+
export interface CarouselItemData {
|
|
3
|
+
uid: number;
|
|
4
|
+
name?: string | number;
|
|
5
|
+
}
|
|
6
|
+
export interface CarouselContext {
|
|
7
|
+
activeIndex: Ref<number>;
|
|
8
|
+
addItem: (item: CarouselItemData) => void;
|
|
9
|
+
removeItem: (uid: number) => void;
|
|
10
|
+
setActiveItem: (index: number) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const CAROUSEL_KEY: InjectionKey<CarouselContext>;
|
|
13
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/carousel/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE5C,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACxB,OAAO,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAA;IACzC,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACvC;AAED,eAAO,MAAM,YAAY,EAAE,YAAY,CAAC,eAAe,CAAwB,CAAA"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CascaderOption, CascaderExpandTrigger } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
modelValue?: (string | number)[][];
|
|
5
|
+
options?: CascaderOption[];
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
clearable?: boolean;
|
|
9
|
+
size?: 'large' | 'medium' | 'small';
|
|
10
|
+
filterable?: boolean;
|
|
11
|
+
expandTrigger?: CascaderExpandTrigger;
|
|
12
|
+
multiple?: boolean;
|
|
13
|
+
checkStrictly?: boolean;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
16
|
+
"update:modelValue": (value: (string | number)[][]) => any;
|
|
17
|
+
change: (value: (string | number)[][]) => any;
|
|
18
|
+
focus: (event: FocusEvent) => any;
|
|
19
|
+
blur: (event: FocusEvent) => any;
|
|
20
|
+
"expand-change": (value: (string | number)[]) => any;
|
|
21
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
"onUpdate:modelValue"?: ((value: (string | number)[][]) => any) | undefined;
|
|
23
|
+
onChange?: ((value: (string | number)[][]) => any) | undefined;
|
|
24
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
25
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
26
|
+
"onExpand-change"?: ((value: (string | number)[]) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
size: "large" | "medium" | "small";
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
modelValue: (string | number)[][];
|
|
31
|
+
placeholder: string;
|
|
32
|
+
clearable: boolean;
|
|
33
|
+
options: CascaderOption[];
|
|
34
|
+
multiple: boolean;
|
|
35
|
+
filterable: boolean;
|
|
36
|
+
checkStrictly: boolean;
|
|
37
|
+
expandTrigger: CascaderExpandTrigger;
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
40
|
+
export default _default;
|
|
41
|
+
//# sourceMappingURL=cascader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cascader.vue.d.ts","sourceRoot":"","sources":["../../../src/cascader/cascader.vue"],"names":[],"mappings":";AAorBA,OAAO,KAAK,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAIpE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,CAAA;IAClC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,qBAAqB,CAAA;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA+mBJ,QAAA,MAAM,YAAY;;;;;;;;;;;;;UApnBP,OAAO,GAAG,QAAQ,GAAG,OAAO;cAFxB,OAAO;gBAHL,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE;iBAEpB,MAAM;eAER,OAAO;aAHT,cAAc,EAAE;cAOf,OAAO;gBAFL,OAAO;mBAGJ,OAAO;mBAFP,qBAAqB;6EAsnBvC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface CascaderOption {
|
|
2
|
+
value: string | number;
|
|
3
|
+
label?: string;
|
|
4
|
+
children?: CascaderOption[];
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
[key: string]: unknown;
|
|
7
|
+
}
|
|
8
|
+
export type CascaderSize = 'large' | 'medium' | 'small';
|
|
9
|
+
export type CascaderExpandTrigger = 'click' | 'hover';
|
|
10
|
+
export interface CascaderProps {
|
|
11
|
+
modelValue?: (string | number)[];
|
|
12
|
+
options?: CascaderOption[];
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
clearable?: boolean;
|
|
16
|
+
size?: CascaderSize;
|
|
17
|
+
filterable?: boolean;
|
|
18
|
+
expandTrigger?: CascaderExpandTrigger;
|
|
19
|
+
multiple?: boolean;
|
|
20
|
+
checkStrictly?: boolean;
|
|
21
|
+
props?: {
|
|
22
|
+
value?: string;
|
|
23
|
+
label?: string;
|
|
24
|
+
children?: string;
|
|
25
|
+
disabled?: string;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/cascader/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AACvD,MAAM,MAAM,qBAAqB,GAAG,OAAO,GAAG,OAAO,CAAA;AAErD,MAAM,WAAW,aAAa;IAC5B,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IAChC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,qBAAqB,CAAA;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB,CAAA;CACF"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Ref, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
/** Injection key for CheckboxGroup context. */
|
|
3
|
+
export declare const checkboxGroupKey: unique symbol;
|
|
4
|
+
export interface CheckboxGroupContext {
|
|
5
|
+
modelValue: Ref<Array<string | number | boolean>>;
|
|
6
|
+
disabled: Ref<boolean>;
|
|
7
|
+
changeEvent: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots< DefineComponent<{
|
|
12
|
+
modelValue?: Array<string | number | boolean>;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15
|
+
"update:modelValue": (value: (string | number | boolean)[]) => any;
|
|
16
|
+
change: (value: (string | number | boolean)[]) => any;
|
|
17
|
+
}, string, PublicProps, Readonly<{
|
|
18
|
+
modelValue?: Array<string | number | boolean>;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
}> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
22
|
+
onChange?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
modelValue: Array<string | number | boolean>;
|
|
26
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
27
|
+
default?: (props: {}) => any;
|
|
28
|
+
}>;
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=checkbox-group.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-group.vue.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox-group.vue"],"names":[],"mappings":";AAmGA,+CAA+C;AAC/C,eAAO,MAAM,gBAAgB,eAA0B,CAAA;AAEvD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,OAAO,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,CAAA;IAC/D,QAAQ,EAAE,OAAO,KAAK,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACpC,WAAW,EAAE,MAAM,IAAI,CAAA;CACxB;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;iBAED,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;eAClC,OAAO;;;;;iBADL,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;eAClC,OAAO;;;;;cAAP,OAAO;gBADL,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;;cA4FnC,CAAC,KAAK,IAAgB,KAAK,GAAG;EAWxC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: boolean | string | number;
|
|
4
|
+
label?: string | number | boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
indeterminate?: boolean;
|
|
7
|
+
name?: string;
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_1: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_1) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: boolean) => any;
|
|
15
|
+
change: (value: boolean) => any;
|
|
16
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
+
onChange?: ((value: boolean) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
modelValue: boolean | string | number;
|
|
22
|
+
indeterminate: boolean;
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=checkbox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox.vue"],"names":[],"mappings":";AAkSA,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;AAkOJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;cA5OD,OAAO;gBAFL,OAAO,GAAG,MAAM,GAAG,MAAM;mBAGtB,OAAO;6EA+OzB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Responsive span value.
|
|
4
|
+
* Can be a plain number (span only) or an object with span/offset.
|
|
5
|
+
*/
|
|
6
|
+
export type ResponsiveValue = number | {
|
|
7
|
+
span?: number;
|
|
8
|
+
offset?: number;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Props = {
|
|
11
|
+
/** Number of columns occupied (0-24). */
|
|
12
|
+
span?: number;
|
|
13
|
+
/** Column offset (number of columns of empty space before). */
|
|
14
|
+
offset?: number;
|
|
15
|
+
/** Number of columns to push right (relative positioning). */
|
|
16
|
+
push?: number;
|
|
17
|
+
/** Number of columns to pull left (relative positioning). */
|
|
18
|
+
pull?: number;
|
|
19
|
+
/** Responsive span for xs breakpoint (< 640px). */
|
|
20
|
+
xs?: ResponsiveValue;
|
|
21
|
+
/** Responsive span for sm breakpoint (≥640px). */
|
|
22
|
+
sm?: ResponsiveValue;
|
|
23
|
+
/** Responsive span for md breakpoint (≥768px). */
|
|
24
|
+
md?: ResponsiveValue;
|
|
25
|
+
/** Responsive span for lg breakpoint (≥1024px). */
|
|
26
|
+
lg?: ResponsiveValue;
|
|
27
|
+
/** Responsive span for xl breakpoint (≥1280px). */
|
|
28
|
+
xl?: ResponsiveValue;
|
|
29
|
+
/** Custom HTML tag for the root element. */
|
|
30
|
+
tag?: string;
|
|
31
|
+
};
|
|
32
|
+
declare var __VLS_8: {};
|
|
33
|
+
type __VLS_Slots = {} & {
|
|
34
|
+
default?: (props: typeof __VLS_8) => any;
|
|
35
|
+
};
|
|
36
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
37
|
+
push: number;
|
|
38
|
+
span: number;
|
|
39
|
+
tag: string;
|
|
40
|
+
offset: number;
|
|
41
|
+
pull: number;
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=col.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"col.vue.d.ts","sourceRoot":"","sources":["../../../src/col/col.vue"],"names":[],"mappings":";AA4QA;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAEzE,KAAK,WAAW,GAAG;IACf,yCAAyC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,8DAA8D;IAC9D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,mDAAmD;IACnD,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,kDAAkD;IAClD,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,kDAAkD;IAClD,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,mDAAmD;IACnD,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,mDAAmD;IACnD,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AA4KJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;UAlML,MAAM;UAJN,MAAM;SAkBP,MAAM;YAhBH,MAAM;UAIR,MAAM;6EAmMf,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Panel identifier (must match v-model value) */
|
|
4
|
+
name?: string | number;
|
|
5
|
+
/** Panel title text */
|
|
6
|
+
title?: string;
|
|
7
|
+
/** Disable toggle */
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare var __VLS_1: {}, __VLS_11: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
title?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_11) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
17
|
+
"item-click": (name: string | number | undefined) => any;
|
|
18
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
"onItem-click"?: ((name: string | number | undefined) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
name: string | number;
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
title: string;
|
|
24
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
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_WithSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=collapse-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collapse-item.vue.d.ts","sourceRoot":"","sources":["../../../src/collapse/collapse-item.vue"],"names":[],"mappings":";AAgNA,KAAK,WAAW,GAAG;IACf,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AA2LJ,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;UAxML,MAAM,GAAG,MAAM;cAIX,OAAO;WAFV,MAAM;6EA0MhB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
export type CollapseModelValue = string | number | Array<string | number>;
|
|
3
|
+
export type CollapseItemName = string | number;
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
/** Active panel name(s) — v-model */
|
|
6
|
+
modelValue?: CollapseModelValue;
|
|
7
|
+
/** Accordion mode: only one panel open at a time */
|
|
8
|
+
accordion?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare var __VLS_1: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15
|
+
"update:modelValue": (value: CollapseModelValue) => any;
|
|
16
|
+
change: (value: CollapseModelValue) => any;
|
|
17
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: CollapseModelValue) => any) | undefined;
|
|
19
|
+
onChange?: ((value: CollapseModelValue) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
modelValue: CollapseModelValue;
|
|
22
|
+
accordion: boolean;
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=collapse.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collapse.vue.d.ts","sourceRoot":"","sources":["../../../src/collapse/collapse.vue"],"names":[],"mappings":";AAgHA,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;AACzE,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,CAAA;AAE9C,KAAK,WAAW,GAAG;IACf,qCAAqC;IACrC,UAAU,CAAC,EAAE,kBAAkB,CAAA;IAC/B,oDAAoD;IACpD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AA0GJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;gBApHC,kBAAkB;eAEnB,OAAO;6EAsHrB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ColorFormat } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
size?: 'large' | 'medium' | 'small';
|
|
7
|
+
format?: ColorFormat;
|
|
8
|
+
showAlpha?: boolean;
|
|
9
|
+
predefine?: string[];
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
|
+
"update:modelValue": (value: string) => any;
|
|
13
|
+
change: (value: string) => any;
|
|
14
|
+
"active-change": (value: string) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
|
+
onChange?: ((value: string) => any) | undefined;
|
|
18
|
+
"onActive-change"?: ((value: string) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
size: "large" | "medium" | "small";
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
modelValue: string;
|
|
23
|
+
format: ColorFormat;
|
|
24
|
+
showAlpha: boolean;
|
|
25
|
+
predefine: string[];
|
|
26
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
28
|
+
export default _default;
|
|
29
|
+
//# sourceMappingURL=color-picker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/color-picker/color-picker.vue"],"names":[],"mappings":";AAklBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAI1C,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;CACrB,CAAC;AAodJ,QAAA,MAAM,YAAY;;;;;;;;;UAxdP,OAAO,GAAG,QAAQ,GAAG,OAAO;cADxB,OAAO;gBADL,MAAM;YAGV,WAAW;eACR,OAAO;eACP,MAAM,EAAE;6EAydtB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export type ColorFormat = 'hex' | 'rgb' | 'hsl';
|
|
2
|
+
export interface RGBColor {
|
|
3
|
+
r: number;
|
|
4
|
+
g: number;
|
|
5
|
+
b: number;
|
|
6
|
+
a: number;
|
|
7
|
+
}
|
|
8
|
+
export interface HSLColor {
|
|
9
|
+
h: number;
|
|
10
|
+
s: number;
|
|
11
|
+
l: number;
|
|
12
|
+
a: number;
|
|
13
|
+
}
|
|
14
|
+
export interface ColorPickerProps {
|
|
15
|
+
modelValue?: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
size?: 'large' | 'medium' | 'small';
|
|
18
|
+
format?: ColorFormat;
|
|
19
|
+
showAlpha?: boolean;
|
|
20
|
+
predefine?: string[];
|
|
21
|
+
colorFormat?: ColorFormat;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/color-picker/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAA;AAE/C,MAAM,WAAW,QAAQ;IACvB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV;AAED,MAAM,WAAW,QAAQ;IACvB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV;AAED,MAAM,WAAW,gBAAgB;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Aside sidebar width. */
|
|
4
|
+
width?: string;
|
|
5
|
+
/** Custom HTML tag for the root element. */
|
|
6
|
+
tag?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_8: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
tag: string;
|
|
14
|
+
width: string;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=aside.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aside.vue.d.ts","sourceRoot":"","sources":["../../../src/container/aside.vue"],"names":[],"mappings":";AAsDA,KAAK,WAAW,GAAG;IACf,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAyDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;SAjEN,MAAM;WAFJ,MAAM;6EAsEhB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Direction for the container layout.
|
|
4
|
+
* - `horizontal`: header and aside side by side, main + footer below.
|
|
5
|
+
* - `vertical`: header on top, then aside/main/footer stacked.
|
|
6
|
+
*/
|
|
7
|
+
export type ContainerDirection = 'horizontal' | 'vertical';
|
|
8
|
+
type __VLS_Props = {
|
|
9
|
+
/** Layout direction. When omitted, defaults to vertical (flex-column). */
|
|
10
|
+
direction?: ContainerDirection;
|
|
11
|
+
/** Custom HTML tag for the root element. */
|
|
12
|
+
tag?: string;
|
|
13
|
+
};
|
|
14
|
+
declare var __VLS_8: {};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
default?: (props: typeof __VLS_8) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
tag: string;
|
|
20
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=container.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"container.vue.d.ts","sourceRoot":"","sources":["../../../src/container/container.vue"],"names":[],"mappings":";AA0EA;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAA;AAE1D,KAAK,WAAW,GAAG;IACf,0EAA0E;IAC1E,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAC9B,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AA2DJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;SAnEN,MAAM;6EAsEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Footer height. */
|
|
4
|
+
height?: string;
|
|
5
|
+
/** Custom HTML tag for the root element. */
|
|
6
|
+
tag?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_8: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
tag: string;
|
|
14
|
+
height: string;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=footer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer.vue.d.ts","sourceRoot":"","sources":["../../../src/container/footer.vue"],"names":[],"mappings":";AAwDA,KAAK,WAAW,GAAG;IACf,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAyDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;SAjEN,MAAM;YAFH,MAAM;6EAsEjB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Header height. */
|
|
4
|
+
height?: string;
|
|
5
|
+
/** Custom HTML tag for the root element. */
|
|
6
|
+
tag?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_8: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
tag: string;
|
|
14
|
+
height: string;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=header.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header.vue.d.ts","sourceRoot":"","sources":["../../../src/container/header.vue"],"names":[],"mappings":";AAwDA,KAAK,WAAW,GAAG;IACf,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAyDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;SAjEN,MAAM;YAFH,MAAM;6EAsEjB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Custom HTML tag for the root element. */
|
|
4
|
+
tag?: string;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
+
tag: string;
|
|
12
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=main.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.vue.d.ts","sourceRoot":"","sources":["../../../src/container/main.vue"],"names":[],"mappings":";AA+CA,KAAK,WAAW,GAAG;IACf,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAgDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;SAxDN,MAAM;6EA2Dd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
export type DatePickerType = 'date' | 'daterange';
|
|
3
|
+
export type DatePickerSize = 'large' | 'medium' | 'small';
|
|
4
|
+
/** A shortcut option that sets the date range. */
|
|
5
|
+
export interface DatePickerShortcut {
|
|
6
|
+
text: string;
|
|
7
|
+
value: (() => Date | [Date, Date]) | Date | [Date, Date];
|
|
8
|
+
}
|
|
9
|
+
type __VLS_Props = {
|
|
10
|
+
modelValue?: Date | [Date, Date] | string;
|
|
11
|
+
type?: DatePickerType;
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
startPlaceholder?: string;
|
|
14
|
+
endPlaceholder?: string;
|
|
15
|
+
size?: DatePickerSize;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
clearable?: boolean;
|
|
18
|
+
format?: string;
|
|
19
|
+
shortcuts?: DatePickerShortcut[];
|
|
20
|
+
disabledDate?: (date: Date) => boolean;
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
23
|
+
"update:modelValue": (value: "" | Date | [Date, Date]) => any;
|
|
24
|
+
change: (value: Date | [Date, Date]) => any;
|
|
25
|
+
focus: (event: FocusEvent) => any;
|
|
26
|
+
blur: (event: FocusEvent) => any;
|
|
27
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
28
|
+
"onUpdate:modelValue"?: ((value: "" | Date | [Date, Date]) => any) | undefined;
|
|
29
|
+
onChange?: ((value: Date | [Date, Date]) => any) | undefined;
|
|
30
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
31
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
type: DatePickerType;
|
|
34
|
+
size: DatePickerSize;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
modelValue: Date | [Date, Date] | string;
|
|
37
|
+
placeholder: string;
|
|
38
|
+
clearable: boolean;
|
|
39
|
+
startPlaceholder: string;
|
|
40
|
+
endPlaceholder: string;
|
|
41
|
+
format: string;
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const _default: typeof __VLS_export;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=date-picker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/date-picker/date-picker.vue"],"names":[],"mappings":";AA6wBA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,WAAW,CAAA;AACjD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEzD,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,CAAC,MAAM,IAAI,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAA;CACzD;AAED,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,IAAI,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,MAAM,CAAA;IACzC,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAChC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAA;CACvC,CAAC;AAkqBJ,QAAA,MAAM,YAAY;;;;;;;;;;;UA5qBP,cAAc;UAId,cAAc;cACV,OAAO;gBANL,IAAI,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,MAAM;iBAE3B,MAAM;eAKR,OAAO;sBAJA,MAAM;oBACR,MAAM;YAId,MAAM;6EAyqBjB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
span?: number;
|
|
5
|
+
labelClassName?: string;
|
|
6
|
+
contentClassName?: string;
|
|
7
|
+
labelStyle?: Record<string, string>;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
label: string;
|
|
11
|
+
span: number;
|
|
12
|
+
labelStyle: Record<string, string>;
|
|
13
|
+
labelClassName: string;
|
|
14
|
+
contentClassName: string;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=descriptions-item.vue.d.ts.map
|