lew-ui 2.7.93 → 2.8.2

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.
Files changed (94) hide show
  1. package/dist/_components/CloseButton.vue.d.ts +1 -1
  2. package/dist/_components/CloseIcon.vue.d.ts +1 -1
  3. package/dist/_components/CommonIcon.vue.d.ts +1 -1
  4. package/dist/_components/CommonInput.vue.d.ts +3 -81
  5. package/dist/auto-imports.d.ts +5 -0
  6. package/dist/components/data/pagination/src/LewPagination.vue.d.ts +13 -2
  7. package/dist/components/data/pagination/src/props.d.ts +5 -0
  8. package/dist/components/data/tree/src/LewTreeItem.vue.d.ts +1 -1
  9. package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +9 -36
  10. package/dist/components/feedback/drawer/src/props.d.ts +5 -18
  11. package/dist/components/feedback/index.d.ts +0 -1
  12. package/dist/components/feedback/modal/src/LewModal.vue.d.ts +9 -52
  13. package/dist/components/feedback/modal/src/props.d.ts +5 -26
  14. package/dist/components/feedback/popok/src/LewPopok.vue.d.ts +10 -444
  15. package/dist/components/feedback/popok/src/props.d.ts +5 -20
  16. package/dist/components/form/cascader/src/LewCascader.vue.d.ts +1 -1
  17. package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +1 -1
  18. package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +1 -1
  19. package/dist/components/form/date-range-picker/src/LewDateRangePicker.vue.d.ts +1 -1
  20. package/dist/components/form/form/src/LewForm.vue.d.ts +1 -1
  21. package/dist/components/form/form/src/LewFormItem.vue.d.ts +1 -1
  22. package/dist/components/form/index.d.ts +0 -1
  23. package/dist/components/form/input/src/LewInput.vue.d.ts +1 -76
  24. package/dist/components/form/input/src/props.d.ts +2 -36
  25. package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +1 -1
  26. package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +3 -81
  27. package/dist/components/form/select/src/LewSelect.vue.d.ts +9 -167
  28. package/dist/components/form/slider/src/LewSlider.vue.d.ts +1 -1
  29. package/dist/components/form/slider-range/src/LewSliderRange.vue.d.ts +1 -1
  30. package/dist/components/form/tabs/src/LewTabs.vue.d.ts +1 -1
  31. package/dist/components/form/textarea/src/LewTextarea.vue.d.ts +2 -2
  32. package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +11 -167
  33. package/dist/components/form/upload/src/LewUpload.vue.d.ts +6 -6
  34. package/dist/components/general/button/index.d.ts +4 -3
  35. package/dist/components/general/button/src/LewButton.vue.d.ts +5 -5
  36. package/dist/components/general/button/src/props.d.ts +3 -1
  37. package/dist/components/general/flex/src/LewFlex.vue.d.ts +1 -1
  38. package/dist/components/general/image/src/LewImage.vue.d.ts +1 -1
  39. package/dist/components/general/index.d.ts +0 -2
  40. package/dist/components/general/tag/src/LewTag.vue.d.ts +3 -3
  41. package/dist/components/navigation/index.d.ts +0 -3
  42. package/dist/directives/index.d.ts +0 -1
  43. package/dist/global.d.ts +0 -1
  44. package/dist/index.css +1 -1
  45. package/dist/index.js +11441 -12348
  46. package/dist/locals/de.d.ts +17 -13
  47. package/dist/locals/en.d.ts +17 -13
  48. package/dist/locals/es.d.ts +17 -13
  49. package/dist/locals/fr.d.ts +17 -13
  50. package/dist/locals/it.d.ts +17 -13
  51. package/dist/locals/ja.d.ts +17 -13
  52. package/dist/locals/ko.d.ts +17 -13
  53. package/dist/locals/pt.d.ts +17 -13
  54. package/dist/locals/zh.d.ts +17 -13
  55. package/dist/methods/dialog/src/LewDialog.vue.d.ts +10 -244
  56. package/dist/methods/dialog/src/props.d.ts +5 -20
  57. package/dist/methods/message/src/MessageContainer.vue.d.ts +9 -0
  58. package/dist/methods/message/src/MessageItem.vue.d.ts +6 -0
  59. package/dist/methods/message/src/index.d.ts +1 -0
  60. package/dist/types/components.d.ts +11 -21
  61. package/dist/types/directives.d.ts +0 -4
  62. package/dist/types/methods.d.ts +3 -4
  63. package/dist/utils/index.d.ts +4 -0
  64. package/dist/validators/typeValues.d.ts +1 -6
  65. package/package.json +2 -3
  66. package/dist/components/feedback/empty/index.d.ts +0 -2
  67. package/dist/components/feedback/empty/src/LewEmpty.vue.d.ts +0 -87
  68. package/dist/components/feedback/empty/src/props.d.ts +0 -37
  69. package/dist/components/form/input-table/index.d.ts +0 -3
  70. package/dist/components/form/input-table/src/FormModal.vue.d.ts +0 -271
  71. package/dist/components/form/input-table/src/LewInputTable.vue.d.ts +0 -794
  72. package/dist/components/form/input-table/src/emits.d.ts +0 -3
  73. package/dist/components/form/input-table/src/props.d.ts +0 -116
  74. package/dist/components/general/mark/index.d.ts +0 -2
  75. package/dist/components/general/mark/src/LewMark.vue.d.ts +0 -59
  76. package/dist/components/general/mark/src/props.d.ts +0 -24
  77. package/dist/components/general/title/index.d.ts +0 -3
  78. package/dist/components/general/title/src/LewTitle.vue.d.ts +0 -64
  79. package/dist/components/general/title/src/emits.d.ts +0 -3
  80. package/dist/components/general/title/src/props.d.ts +0 -25
  81. package/dist/components/navigation/back-top/index.d.ts +0 -7
  82. package/dist/components/navigation/back-top/src/LewBackTop.vue.d.ts +0 -61
  83. package/dist/components/navigation/back-top/src/emits.d.ts +0 -2
  84. package/dist/components/navigation/back-top/src/props.d.ts +0 -23
  85. package/dist/components/navigation/breadcrumb/index.d.ts +0 -7
  86. package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +0 -35
  87. package/dist/components/navigation/breadcrumb/src/emits.d.ts +0 -5
  88. package/dist/components/navigation/breadcrumb/src/props.d.ts +0 -17
  89. package/dist/components/navigation/steps/index.d.ts +0 -8
  90. package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +0 -75
  91. package/dist/components/navigation/steps/src/emits.d.ts +0 -4
  92. package/dist/components/navigation/steps/src/model.d.ts +0 -7
  93. package/dist/components/navigation/steps/src/props.d.ts +0 -33
  94. package/dist/directives/backtop/index.d.ts +0 -4
@@ -1,3 +0,0 @@
1
- export declare const inputTableEmits: {
2
- readonly change: (value?: any) => any;
3
- };
@@ -1,116 +0,0 @@
1
- import { Property } from 'csstype';
2
- import { LewFormOption, LewInputTableColumn, LewSize } from '../../../../types';
3
- import { ExtractPublicPropTypes, PropType } from 'vue';
4
- export declare const inputTableModel: {
5
- modelValue: {
6
- type: PropType<any[]>;
7
- default: () => never[];
8
- };
9
- };
10
- export declare const inputTableProps: {
11
- columns: {
12
- type: PropType<LewInputTableColumn[]>;
13
- default: () => {
14
- title: string;
15
- width: number;
16
- field: string;
17
- as: string;
18
- }[];
19
- validator: (value: any[] | undefined) => boolean;
20
- };
21
- size: {
22
- type: PropType<LewSize>;
23
- default: string;
24
- typeValues: LewSize[];
25
- validator: (value: any) => boolean;
26
- };
27
- width: {
28
- type: PropType<Property.Width>;
29
- default: string;
30
- validator: (value: string | number | undefined) => boolean;
31
- };
32
- rowKey: {
33
- type: StringConstructor;
34
- default: string;
35
- description: string;
36
- validator: (value: any) => boolean;
37
- };
38
- addable: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- validator: (value: any) => boolean;
42
- };
43
- defaultForm: {
44
- type: ObjectConstructor;
45
- default: {};
46
- description: string;
47
- validator: (value: unknown) => boolean;
48
- };
49
- deletable: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- description: string;
53
- validator: (value: any) => boolean;
54
- };
55
- maxRows: {
56
- type: NumberConstructor;
57
- default: number;
58
- description: string;
59
- validator: (value: any) => boolean;
60
- };
61
- minRows: {
62
- type: NumberConstructor;
63
- default: number;
64
- description: string;
65
- validator: (value: any) => boolean;
66
- };
67
- clearable: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- validator: (value: any) => boolean;
71
- };
72
- sortable: {
73
- type: BooleanConstructor;
74
- default: boolean;
75
- validator: (value: any) => boolean;
76
- };
77
- sortTooltipCustomRender: {
78
- type: PropType<(row: Record<string, any>) => string>;
79
- default: undefined;
80
- validator: (value: any) => boolean;
81
- };
82
- autoUniqueId: {
83
- type: BooleanConstructor;
84
- default: boolean;
85
- validator: (value: any) => boolean;
86
- };
87
- uniqueField: {
88
- type: StringConstructor;
89
- default: string;
90
- validator: (value: any) => boolean;
91
- };
92
- };
93
- export declare const formModalProps: {
94
- options: {
95
- type: PropType<LewFormOption[]>;
96
- required: boolean;
97
- default: () => never[];
98
- typePopKeys: string[];
99
- };
100
- size: {
101
- type: PropType<LewSize>;
102
- default: string;
103
- typeValues: LewSize[];
104
- validator: (value: any) => boolean;
105
- };
106
- rowKey: {
107
- type: StringConstructor;
108
- default: string;
109
- description: string;
110
- };
111
- checkUniqueFieldFn: {
112
- type: PropType<(formData: Record<string, any>, isEditing?: boolean, originalRowId?: string) => boolean>;
113
- default: () => boolean;
114
- };
115
- };
116
- export type InputTableProps = ExtractPublicPropTypes<typeof inputTableProps>;
@@ -1,2 +0,0 @@
1
- export { default as LewMark } from './src/LewMark.vue';
2
- export * from './src/props';
@@ -1,59 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: HTMLSpanElement;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
11
- color: {
12
- type: PropType<import('../../../..').LewColor>;
13
- default: string;
14
- validator: (value: any) => boolean;
15
- };
16
- bold: {
17
- type: PropType<import("csstype").Property.FontWeight>;
18
- default: number;
19
- validator: (value: any) => boolean;
20
- };
21
- cursor: {
22
- type: PropType<import("csstype").Property.Cursor>;
23
- validator: (value: any) => boolean;
24
- };
25
- round: {
26
- type: BooleanConstructor;
27
- validator: (value: any) => boolean;
28
- };
29
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
30
- color: {
31
- type: PropType<import('../../../..').LewColor>;
32
- default: string;
33
- validator: (value: any) => boolean;
34
- };
35
- bold: {
36
- type: PropType<import("csstype").Property.FontWeight>;
37
- default: number;
38
- validator: (value: any) => boolean;
39
- };
40
- cursor: {
41
- type: PropType<import("csstype").Property.Cursor>;
42
- validator: (value: any) => boolean;
43
- };
44
- round: {
45
- type: BooleanConstructor;
46
- validator: (value: any) => boolean;
47
- };
48
- }>> & Readonly<{}>, {
49
- color: import('../../../..').LewColor;
50
- round: boolean;
51
- bold: import("csstype").Property.FontWeight;
52
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
53
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
- export default _default;
55
- type __VLS_WithTemplateSlots<T, S> = T & {
56
- new (): {
57
- $slots: S;
58
- };
59
- };
@@ -1,24 +0,0 @@
1
- import { Property } from 'csstype';
2
- import { LewColor } from '../../../..';
3
- import { ExtractPublicPropTypes, PropType } from 'vue';
4
- export declare const markProps: {
5
- color: {
6
- type: PropType<LewColor>;
7
- default: string;
8
- validator: (value: any) => boolean;
9
- };
10
- bold: {
11
- type: PropType<Property.FontWeight>;
12
- default: number;
13
- validator: (value: any) => boolean;
14
- };
15
- cursor: {
16
- type: PropType<Property.Cursor>;
17
- validator: (value: any) => boolean;
18
- };
19
- round: {
20
- type: BooleanConstructor;
21
- validator: (value: any) => boolean;
22
- };
23
- };
24
- export type LewMarkProps = ExtractPublicPropTypes<typeof markProps>;
@@ -1,3 +0,0 @@
1
- export * from './src/emits';
2
- export { default as LewTitle } from './src/LewTitle.vue';
3
- export * from './src/props';
@@ -1,64 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: HTMLDivElement;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
11
- text: {
12
- type: StringConstructor;
13
- validator: (value: any) => boolean;
14
- };
15
- size: {
16
- type: PropType<import('../../../..').LewSize>;
17
- default: string;
18
- validator: (value: string | number | undefined) => boolean;
19
- };
20
- color: {
21
- type: PropType<import('../../../..').LewColor>;
22
- typeValues: import('../../../..').LewColor[];
23
- validator: (value: any) => boolean;
24
- };
25
- bold: {
26
- type: PropType<import("csstype").Property.FontWeight>;
27
- default: number;
28
- validator: (value: any) => boolean;
29
- };
30
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
- click: (event: MouseEvent) => void;
32
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
33
- text: {
34
- type: StringConstructor;
35
- validator: (value: any) => boolean;
36
- };
37
- size: {
38
- type: PropType<import('../../../..').LewSize>;
39
- default: string;
40
- validator: (value: string | number | undefined) => boolean;
41
- };
42
- color: {
43
- type: PropType<import('../../../..').LewColor>;
44
- typeValues: import('../../../..').LewColor[];
45
- validator: (value: any) => boolean;
46
- };
47
- bold: {
48
- type: PropType<import("csstype").Property.FontWeight>;
49
- default: number;
50
- validator: (value: any) => boolean;
51
- };
52
- }>> & Readonly<{
53
- onClick?: ((event: MouseEvent) => any) | undefined;
54
- }>, {
55
- size: import('../../../..').LewSize;
56
- bold: import("csstype").Property.FontWeight;
57
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
58
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
- export default _default;
60
- type __VLS_WithTemplateSlots<T, S> = T & {
61
- new (): {
62
- $slots: S;
63
- };
64
- };
@@ -1,3 +0,0 @@
1
- export declare const titleEmits: {
2
- readonly click: (event: MouseEvent) => MouseEvent;
3
- };
@@ -1,25 +0,0 @@
1
- import { Property } from 'csstype';
2
- import { LewColor, LewSize } from '../../../..';
3
- import { ExtractPublicPropTypes, PropType } from 'vue';
4
- export declare const titleProps: {
5
- text: {
6
- type: StringConstructor;
7
- validator: (value: any) => boolean;
8
- };
9
- size: {
10
- type: PropType<LewSize>;
11
- default: string;
12
- validator: (value: string | number | undefined) => boolean;
13
- };
14
- color: {
15
- type: PropType<LewColor>;
16
- typeValues: LewColor[];
17
- validator: (value: any) => boolean;
18
- };
19
- bold: {
20
- type: PropType<Property.FontWeight>;
21
- default: number;
22
- validator: (value: any) => boolean;
23
- };
24
- };
25
- export type LewTitleProps = ExtractPublicPropTypes<typeof titleProps>;
@@ -1,7 +0,0 @@
1
- import { LewBackTopEmits, backTopEmits } from './src/emits';
2
- import { LewBackTopProps, backTopProps } from './src/props';
3
- import { default as LewBackTop } from './src/LewBackTop.vue';
4
- export { LewBackTop };
5
- export type { LewBackTopEmits, LewBackTopProps };
6
- export { backTopEmits, backTopProps };
7
- export default LewBackTop;
@@ -1,61 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
11
- right: {
12
- type: NumberConstructor;
13
- default: number;
14
- validator: (value: string | number | undefined) => boolean;
15
- };
16
- bottom: {
17
- type: NumberConstructor;
18
- default: number;
19
- validator: (value: string | number | undefined) => boolean;
20
- };
21
- valveHeight: {
22
- type: NumberConstructor;
23
- default: number;
24
- validator: (value: string | number | undefined) => boolean;
25
- };
26
- target: {
27
- type: StringConstructor;
28
- validator: (value: any) => boolean;
29
- };
30
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
31
- right: {
32
- type: NumberConstructor;
33
- default: number;
34
- validator: (value: string | number | undefined) => boolean;
35
- };
36
- bottom: {
37
- type: NumberConstructor;
38
- default: number;
39
- validator: (value: string | number | undefined) => boolean;
40
- };
41
- valveHeight: {
42
- type: NumberConstructor;
43
- default: number;
44
- validator: (value: string | number | undefined) => boolean;
45
- };
46
- target: {
47
- type: StringConstructor;
48
- validator: (value: any) => boolean;
49
- };
50
- }>> & Readonly<{}>, {
51
- right: number;
52
- bottom: number;
53
- valveHeight: number;
54
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
56
- export default _default;
57
- type __VLS_WithTemplateSlots<T, S> = T & {
58
- new (): {
59
- $slots: S;
60
- };
61
- };
@@ -1,2 +0,0 @@
1
- export declare const backTopEmits: {};
2
- export type LewBackTopEmits = typeof backTopEmits;
@@ -1,23 +0,0 @@
1
- import { ExtractPublicPropTypes } from 'vue';
2
- export declare const backTopProps: {
3
- right: {
4
- type: NumberConstructor;
5
- default: number;
6
- validator: (value: string | number | undefined) => boolean;
7
- };
8
- bottom: {
9
- type: NumberConstructor;
10
- default: number;
11
- validator: (value: string | number | undefined) => boolean;
12
- };
13
- valveHeight: {
14
- type: NumberConstructor;
15
- default: number;
16
- validator: (value: string | number | undefined) => boolean;
17
- };
18
- target: {
19
- type: StringConstructor;
20
- validator: (value: any) => boolean;
21
- };
22
- };
23
- export type LewBackTopProps = ExtractPublicPropTypes<typeof backTopProps>;
@@ -1,7 +0,0 @@
1
- import { LewBreadcrumbEmits, breadcrumbEmits } from './src/emits';
2
- import { LewBreadcrumbProps, breadcrumbProps } from './src/props';
3
- import { default as LewBreadcrumb } from './src/LewBreadcrumb.vue';
4
- export { LewBreadcrumb };
5
- export type { LewBreadcrumbEmits, LewBreadcrumbProps };
6
- export { breadcrumbEmits, breadcrumbProps };
7
- export default LewBreadcrumb;
@@ -1,35 +0,0 @@
1
- import { LewBreadcrumbOption } from '../../../../types';
2
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
- options: {
4
- type: PropType<LewBreadcrumbOption[]>;
5
- typePopKeys: string[];
6
- required: boolean;
7
- validator: (value: any[] | undefined) => boolean;
8
- };
9
- separator: {
10
- type: PropType<import('../../../../types').LewBreadcrumbSeparator>;
11
- default: string;
12
- typeValues: import('../../../../types').LewBreadcrumbSeparator[];
13
- validator: (value: any) => boolean;
14
- };
15
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- change: (item: LewBreadcrumbOption, index: number) => void;
17
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
- options: {
19
- type: PropType<LewBreadcrumbOption[]>;
20
- typePopKeys: string[];
21
- required: boolean;
22
- validator: (value: any[] | undefined) => boolean;
23
- };
24
- separator: {
25
- type: PropType<import('../../../../types').LewBreadcrumbSeparator>;
26
- default: string;
27
- typeValues: import('../../../../types').LewBreadcrumbSeparator[];
28
- validator: (value: any) => boolean;
29
- };
30
- }>> & Readonly<{
31
- onChange?: ((item: LewBreadcrumbOption, index: number) => any) | undefined;
32
- }>, {
33
- separator: import('../../../../types').LewBreadcrumbSeparator;
34
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
35
- export default _default;
@@ -1,5 +0,0 @@
1
- import { LewBreadcrumbOption } from '../../../../types';
2
- export declare const breadcrumbEmits: {
3
- readonly change: (item: LewBreadcrumbOption, index: number) => (number | LewBreadcrumbOption)[];
4
- };
5
- export type LewBreadcrumbEmits = typeof breadcrumbEmits;
@@ -1,17 +0,0 @@
1
- import { LewBreadcrumbOption, LewBreadcrumbSeparator } from '../../../../types';
2
- import { ExtractPublicPropTypes, PropType } from 'vue';
3
- export declare const breadcrumbProps: {
4
- options: {
5
- type: PropType<LewBreadcrumbOption[]>;
6
- typePopKeys: string[];
7
- required: boolean;
8
- validator: (value: any[] | undefined) => boolean;
9
- };
10
- separator: {
11
- type: PropType<LewBreadcrumbSeparator>;
12
- default: string;
13
- typeValues: LewBreadcrumbSeparator[];
14
- validator: (value: any) => boolean;
15
- };
16
- };
17
- export type LewBreadcrumbProps = ExtractPublicPropTypes<typeof breadcrumbProps>;
@@ -1,8 +0,0 @@
1
- import { LewStepsEmits, stepsEmits } from './src/emits';
2
- import { StepsModel, stepsModel } from './src/model';
3
- import { LewStepsProps, stepsProps } from './src/props';
4
- import { default as LewSteps } from './src/LewSteps.vue';
5
- export { LewSteps };
6
- export type { LewStepsEmits, LewStepsProps, StepsModel };
7
- export { stepsEmits, stepsModel, stepsProps };
8
- export default LewSteps;
@@ -1,75 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- options: {
3
- type: PropType<import('../../../..').LewStepsOption[]>;
4
- typePopKeys: string[];
5
- required: boolean;
6
- validator: (value: any[] | undefined) => boolean;
7
- };
8
- status: {
9
- type: PropType<import('../../../..').LewStepsStatus>;
10
- default: string;
11
- typeValues: import('../../../..').LewStepsStatus[];
12
- validator: (value: any) => boolean;
13
- };
14
- minWidth: {
15
- type: PropType<import("csstype").Property.Width>;
16
- default: string;
17
- validator: (value: string | number | undefined) => boolean;
18
- };
19
- canClickItem: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- validator: (value: any) => boolean;
23
- };
24
- canCrossSteps: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- validator: (value: any) => boolean;
28
- };
29
- modelValue: {
30
- type: globalThis.PropType<number>;
31
- };
32
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
- change: (value: number) => void;
34
- "update:modelValue": (value: number | undefined) => void;
35
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
36
- options: {
37
- type: PropType<import('../../../..').LewStepsOption[]>;
38
- typePopKeys: string[];
39
- required: boolean;
40
- validator: (value: any[] | undefined) => boolean;
41
- };
42
- status: {
43
- type: PropType<import('../../../..').LewStepsStatus>;
44
- default: string;
45
- typeValues: import('../../../..').LewStepsStatus[];
46
- validator: (value: any) => boolean;
47
- };
48
- minWidth: {
49
- type: PropType<import("csstype").Property.Width>;
50
- default: string;
51
- validator: (value: string | number | undefined) => boolean;
52
- };
53
- canClickItem: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- validator: (value: any) => boolean;
57
- };
58
- canCrossSteps: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- validator: (value: any) => boolean;
62
- };
63
- modelValue: {
64
- type: globalThis.PropType<number>;
65
- };
66
- }>> & Readonly<{
67
- onChange?: ((value: number) => any) | undefined;
68
- "onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
69
- }>, {
70
- minWidth: import("csstype").Property.Width<0 | (string & {})>;
71
- status: import('../../../..').LewStepsStatus;
72
- canClickItem: boolean;
73
- canCrossSteps: boolean;
74
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
75
- export default _default;
@@ -1,4 +0,0 @@
1
- export declare const stepsEmits: {
2
- readonly change: (value: number) => number;
3
- };
4
- export type LewStepsEmits = typeof stepsEmits;
@@ -1,7 +0,0 @@
1
- export declare const stepsModel: {
2
- modelValue: {
3
- type: NumberConstructor;
4
- default: undefined;
5
- };
6
- };
7
- export type StepsModel = typeof stepsModel;
@@ -1,33 +0,0 @@
1
- import { Property } from 'csstype';
2
- import { LewStepsOption, LewStepsStatus } from '../../../../types';
3
- import { ExtractPublicPropTypes, PropType } from 'vue';
4
- export declare const stepsProps: {
5
- options: {
6
- type: PropType<LewStepsOption[]>;
7
- typePopKeys: string[];
8
- required: boolean;
9
- validator: (value: any[] | undefined) => boolean;
10
- };
11
- status: {
12
- type: PropType<LewStepsStatus>;
13
- default: string;
14
- typeValues: LewStepsStatus[];
15
- validator: (value: any) => boolean;
16
- };
17
- minWidth: {
18
- type: PropType<Property.Width>;
19
- default: string;
20
- validator: (value: string | number | undefined) => boolean;
21
- };
22
- canClickItem: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- validator: (value: any) => boolean;
26
- };
27
- canCrossSteps: {
28
- type: BooleanConstructor;
29
- default: boolean;
30
- validator: (value: any) => boolean;
31
- };
32
- };
33
- export type LewStepsProps = ExtractPublicPropTypes<typeof stepsProps>;
@@ -1,4 +0,0 @@
1
- import { App } from 'vue';
2
- export declare const LewVBackTop: {
3
- install(app: App): void;
4
- };