@partex/one-core 2.1.19 → 2.1.22

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 (81) hide show
  1. package/lib/components/actionButton/function.d.ts +3 -2
  2. package/lib/components/actionButton/index.vue.d.ts +7 -6
  3. package/lib/components/actionButton/interface.d.ts +2 -1
  4. package/lib/components/auth/index.vue.d.ts +2 -2
  5. package/lib/components/back/index.vue.d.ts +1489 -6
  6. package/lib/components/circle/index.vue.d.ts +337 -7
  7. package/lib/components/common.d.ts +2 -1
  8. package/lib/components/create.d.ts +2 -1
  9. package/lib/components/echarts/echarts.d.ts +10 -9
  10. package/lib/components/error/index.vue.d.ts +1425 -6
  11. package/lib/components/fetch.d.ts +4 -3
  12. package/lib/components/footer/index.vue.d.ts +6 -5
  13. package/lib/components/form/interface.d.ts +3 -2
  14. package/lib/components/header/interface.d.ts +1 -0
  15. package/lib/components/hooks/memoryCache.d.ts +0 -1
  16. package/lib/components/hooks/useDebounceFn.d.ts +3 -2
  17. package/lib/components/hooks/useLocalStorage.d.ts +2 -1
  18. package/lib/components/hooks/useQuery.d.ts +3 -2
  19. package/lib/components/hooks/useThrottleFn.d.ts +3 -2
  20. package/lib/components/icon/Add.vue.d.ts +2 -2
  21. package/lib/components/icon/Alert.vue.d.ts +2 -2
  22. package/lib/components/icon/ArrowClockwise.vue.d.ts +2 -2
  23. package/lib/components/icon/ArrowDown.vue.d.ts +2 -2
  24. package/lib/components/icon/ArrowSquareDown.vue.d.ts +2 -2
  25. package/lib/components/icon/ArrowUp.vue.d.ts +2 -2
  26. package/lib/components/icon/CalendarArrowDown.vue.d.ts +2 -2
  27. package/lib/components/icon/ChevronLeft.vue.d.ts +2 -2
  28. package/lib/components/icon/Clear.vue.d.ts +2 -2
  29. package/lib/components/icon/CloudArrowDown.vue.d.ts +2 -2
  30. package/lib/components/icon/Delete.vue.d.ts +2 -2
  31. package/lib/components/icon/Dismiss.vue.d.ts +2 -2
  32. package/lib/components/icon/Drafts.vue.d.ts +2 -2
  33. package/lib/components/icon/Eye.vue.d.ts +2 -2
  34. package/lib/components/icon/EyeOff.vue.d.ts +2 -2
  35. package/lib/components/icon/Filter.vue.d.ts +2 -2
  36. package/lib/components/icon/FullScreenMaximize.vue.d.ts +2 -2
  37. package/lib/components/icon/GridDots.vue.d.ts +2 -2
  38. package/lib/components/icon/MailInboxAdd.vue.d.ts +2 -2
  39. package/lib/components/icon/Navigation.vue.d.ts +2 -2
  40. package/lib/components/icon/Pin.vue.d.ts +2 -2
  41. package/lib/components/icon/PinOff.vue.d.ts +2 -2
  42. package/lib/components/icon/Reset.vue.d.ts +2 -2
  43. package/lib/components/icon/Search.vue.d.ts +2 -2
  44. package/lib/components/icon/User.vue.d.ts +2 -2
  45. package/lib/components/icon/WeatherMoon.vue.d.ts +2 -2
  46. package/lib/components/icon/WeatherSunny.vue.d.ts +2 -2
  47. package/lib/components/index.d.ts +1 -0
  48. package/lib/components/interface.d.ts +2 -1
  49. package/lib/components/my/api.d.ts +2 -1
  50. package/lib/components/numberRoll/index.vue.d.ts +10 -9
  51. package/lib/components/preset.d.ts +2 -2
  52. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2406 -9
  53. package/lib/components/searchBar/interface.d.ts +3 -2
  54. package/lib/components/searchBar/pop.vue.d.ts +6 -6
  55. package/lib/components/store/api.d.ts +7 -6
  56. package/lib/components/store/common.d.ts +2 -1
  57. package/lib/components/store/user.d.ts +4 -3
  58. package/lib/components/table/interface.d.ts +4 -3
  59. package/lib/components/theme.d.ts +2 -1
  60. package/lib/components/utils/fetch.d.ts +2 -1
  61. package/lib/components/utils/localStorage.d.ts +2 -1
  62. package/lib/index.d.ts +2 -0
  63. package/lib/one-core.js +1580 -1579
  64. package/lib/style.css +1 -1
  65. package/package.json +22 -22
  66. package/lib/components/form/index.vue.d.ts +0 -394
  67. package/lib/components/form/item.vue.d.ts +0 -48
  68. package/lib/components/header/index.vue.d.ts +0 -135
  69. package/lib/components/header/message.vue.d.ts +0 -49
  70. package/lib/components/header/pop.vue.d.ts +0 -51
  71. package/lib/components/importer/index.vue.d.ts +0 -103
  72. package/lib/components/login/index.vue.d.ts +0 -108
  73. package/lib/components/logo/index.vue.d.ts +0 -18
  74. package/lib/components/main/index.vue.d.ts +0 -154
  75. package/lib/components/my/index.vue.d.ts +0 -30
  76. package/lib/components/report/index.vue.d.ts +0 -9
  77. package/lib/components/scan/index.vue.d.ts +0 -12
  78. package/lib/components/searchBar/index.vue.d.ts +0 -126
  79. package/lib/components/searchBar/item.vue.d.ts +0 -47
  80. package/lib/components/skeleton/index.vue.d.ts +0 -24
  81. package/lib/components/table/index.vue.d.ts +0 -283
@@ -1,103 +0,0 @@
1
- import { DefineComponent, Ref, VNodeChild, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import type { UploadFileInfo } from 'naive-ui';
3
- declare const _default: DefineComponent<{
4
- show: {
5
- required: true;
6
- type: PropType<boolean>;
7
- default: boolean;
8
- };
9
- data: {
10
- required: true;
11
- type: PropType<{
12
- type: string;
13
- file: string;
14
- params?: string | undefined;
15
- steam?: boolean | undefined;
16
- }>;
17
- default: () => {
18
- type: string;
19
- file: string;
20
- };
21
- };
22
- }, {
23
- modal: Ref<boolean>;
24
- columns: Ref<any>;
25
- coldata: Ref<{
26
- downloadUrl: string;
27
- jobId: string;
28
- jobTypeName: string;
29
- commitTime: number;
30
- jobName: string;
31
- jobStatus: 0 | 1 | 2;
32
- }[]>;
33
- query: Ref<{
34
- page: number;
35
- pageSize?: number | undefined;
36
- pageCount?: number | undefined;
37
- itemCount?: number | undefined;
38
- pageSizes?: number[] | undefined;
39
- isGetAll?: 0 | 1 | undefined;
40
- keyword?: string | undefined;
41
- columnKey?: string | null | undefined;
42
- order?: string | null | undefined;
43
- showQuickJumper?: boolean | undefined;
44
- showSizePicker?: boolean | undefined;
45
- pageSlot?: number | undefined;
46
- prefix?: ((info: {
47
- startIndex: number;
48
- endIndex: number;
49
- page: number;
50
- pageSize: number;
51
- pageCount: number;
52
- itemCount: number | undefined;
53
- }) => VNodeChild) | undefined;
54
- suffix?: ((info: {
55
- startIndex: number;
56
- endIndex: number;
57
- page: number;
58
- pageSize: number;
59
- pageCount: number;
60
- itemCount: number | undefined;
61
- }) => VNodeChild) | undefined;
62
- }>;
63
- loading: Ref<boolean>;
64
- init: () => void;
65
- closeModel: () => void;
66
- pageChange: (page: number) => void;
67
- pageSizeChange: (pageSize: number) => void;
68
- beforeUpload: (options: {
69
- file: UploadFileInfo;
70
- fileList: UploadFileInfo[];
71
- }) => Promise<void>;
72
- downloadFile: () => void;
73
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:show"[], "update:show", PublicProps, Readonly<ExtractPropTypes<{
74
- show: {
75
- required: true;
76
- type: PropType<boolean>;
77
- default: boolean;
78
- };
79
- data: {
80
- required: true;
81
- type: PropType<{
82
- type: string;
83
- file: string;
84
- params?: string | undefined;
85
- steam?: boolean | undefined;
86
- }>;
87
- default: () => {
88
- type: string;
89
- file: string;
90
- };
91
- };
92
- }>> & {
93
- "onUpdate:show"?: ((...args: any[]) => any) | undefined;
94
- }, {
95
- data: {
96
- type: string;
97
- file: string;
98
- params?: string | undefined;
99
- steam?: boolean | undefined;
100
- };
101
- show: boolean;
102
- }, {}>;
103
- export default _default;
@@ -1,108 +0,0 @@
1
- import { ObjectKey } from '..';
2
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, VNodeChild, PropType } from 'vue';
3
- import { fnSetLang } from '../store/common';
4
- declare const _default: DefineComponent<{
5
- bg: {
6
- type: PropType<string>;
7
- default: undefined;
8
- };
9
- version: {
10
- type: PropType<string>;
11
- default: string;
12
- };
13
- info: {
14
- required: false;
15
- type: PropType<{
16
- href: string;
17
- text: string;
18
- }>;
19
- default: () => {
20
- href: string;
21
- text: string;
22
- };
23
- };
24
- }, {
25
- tabs: Ref<string>;
26
- commonStore: {
27
- needUpdate: boolean;
28
- download: boolean;
29
- theme: boolean;
30
- isPad: boolean;
31
- isMobile: boolean;
32
- language: boolean;
33
- lang: "zh-CN" | "en-US" | "fr-FR";
34
- platformName: () => string;
35
- platformType: string;
36
- platformUrl: string;
37
- platformList: ObjectKey;
38
- platformMenu: ObjectKey[];
39
- owned: ObjectKey;
40
- options: {
41
- importUrl: string;
42
- pageUrl: string;
43
- removeUrl: string;
44
- };
45
- };
46
- pwdRef: Ref<any>;
47
- pwdPhoneRef: Ref<any>;
48
- formRef: Ref<any>;
49
- formPhoneRef: Ref<any>;
50
- formValue: Ref<{
51
- phone: string;
52
- name: string;
53
- password: string;
54
- }>;
55
- formRules: Ref<any>;
56
- showPhoneDropdown: Ref<boolean>;
57
- showNameDropdown: Ref<boolean>;
58
- optionsName: Ref<{
59
- label: string;
60
- key: string;
61
- }[]>;
62
- optionsPhone: Ref<{
63
- label: string;
64
- key: string;
65
- }[]>;
66
- loading: Ref<boolean>;
67
- theme: Ref<boolean>;
68
- submit: () => void;
69
- tabChange: (value: string) => void;
70
- nameChange: (value: string) => void;
71
- phoneChange: (value: string) => void;
72
- changeTheme: (value: boolean) => void;
73
- fnSetLang: typeof fnSetLang;
74
- dropNameSelect: (key: string) => void;
75
- dropPhoneSelect: (key: string) => void;
76
- showDropdownNameChange: (v: boolean) => void;
77
- showDropdownPhoneChange: (v: boolean) => void;
78
- renderDropdownNameLabel: (option: any) => VNodeChild;
79
- renderDropdownPhoneLabel: (option: any) => VNodeChild;
80
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
81
- bg: {
82
- type: PropType<string>;
83
- default: undefined;
84
- };
85
- version: {
86
- type: PropType<string>;
87
- default: string;
88
- };
89
- info: {
90
- required: false;
91
- type: PropType<{
92
- href: string;
93
- text: string;
94
- }>;
95
- default: () => {
96
- href: string;
97
- text: string;
98
- };
99
- };
100
- }>>, {
101
- info: {
102
- href: string;
103
- text: string;
104
- };
105
- version: string;
106
- bg: string;
107
- }, {}>;
108
- export default _default;
@@ -1,18 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare const _default: DefineComponent<{
3
- text: {
4
- type: PropType<string>;
5
- default: string;
6
- };
7
- }, {
8
- time: Ref<number>;
9
- numFormat: (value: number) => string;
10
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
11
- text: {
12
- type: PropType<string>;
13
- default: string;
14
- };
15
- }>>, {
16
- text: string;
17
- }, {}>;
18
- export default _default;
@@ -1,154 +0,0 @@
1
- import { BuiltInGlobalTheme } from 'naive-ui/es/themes/interface';
2
- import { GlobalThemeOverrides } from 'naive-ui';
3
- import { ObjectKey } from '..';
4
- import { NDateLocale } from 'naive-ui/es/locales/date/enUS';
5
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
6
- declare const _default: DefineComponent<{}, {
7
- zhCN: {
8
- name: string;
9
- global: {
10
- undo: string;
11
- redo: string;
12
- confirm: string;
13
- clear: string;
14
- };
15
- Popconfirm: {
16
- positiveText: string;
17
- negativeText: string;
18
- };
19
- Cascader: {
20
- placeholder: string;
21
- loading: string;
22
- loadingRequiredMessage: (label: string) => string;
23
- };
24
- Time: {
25
- dateFormat: string;
26
- dateTimeFormat: string;
27
- };
28
- DatePicker: {
29
- yearFormat: string;
30
- monthFormat: string;
31
- dayFormat: string;
32
- yearTypeFormat: string;
33
- monthTypeFormat: string;
34
- dateFormat: string;
35
- dateTimeFormat: string;
36
- quarterFormat: string;
37
- weekFormat: string;
38
- clear: string;
39
- now: string;
40
- confirm: string;
41
- selectTime: string;
42
- selectDate: string;
43
- datePlaceholder: string;
44
- datetimePlaceholder: string;
45
- monthPlaceholder: string;
46
- yearPlaceholder: string;
47
- quarterPlaceholder: string;
48
- weekPlaceholder: string;
49
- startDatePlaceholder: string;
50
- endDatePlaceholder: string;
51
- startDatetimePlaceholder: string;
52
- endDatetimePlaceholder: string;
53
- startMonthPlaceholder: string;
54
- endMonthPlaceholder: string;
55
- monthBeforeYear: boolean;
56
- firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
57
- today: string;
58
- };
59
- DataTable: {
60
- checkTableAll: string;
61
- uncheckTableAll: string;
62
- confirm: string;
63
- clear: string;
64
- };
65
- LegacyTransfer: {
66
- sourceTitle: string;
67
- targetTitle: string;
68
- };
69
- Transfer: {
70
- selectAll: string;
71
- unselectAll: string;
72
- clearAll: string;
73
- total: (num: number) => string;
74
- selected: (num: number) => string;
75
- };
76
- Empty: {
77
- description: string;
78
- };
79
- Select: {
80
- placeholder: string;
81
- };
82
- TimePicker: {
83
- placeholder: string;
84
- positiveText: string;
85
- negativeText: string;
86
- now: string;
87
- clear: string;
88
- };
89
- Pagination: {
90
- goto: string;
91
- selectionSuffix: string;
92
- };
93
- DynamicTags: {
94
- add: string;
95
- };
96
- Log: {
97
- loading: string;
98
- };
99
- Input: {
100
- placeholder: string;
101
- };
102
- InputNumber: {
103
- placeholder: string;
104
- };
105
- DynamicInput: {
106
- create: string;
107
- };
108
- ThemeEditor: {
109
- title: string;
110
- clearAllVars: string;
111
- clearSearch: string;
112
- filterCompName: string;
113
- filterVarName: string;
114
- import: string;
115
- export: string;
116
- restore: string;
117
- };
118
- Image: {
119
- tipPrevious: string;
120
- tipNext: string;
121
- tipCounterclockwise: string;
122
- tipClockwise: string;
123
- tipZoomOut: string;
124
- tipZoomIn: string;
125
- tipDownload: string;
126
- tipClose: string;
127
- tipOriginalSize: string;
128
- };
129
- };
130
- dateZhCN: NDateLocale;
131
- commonStore: {
132
- needUpdate: boolean;
133
- download: boolean;
134
- theme: boolean;
135
- isPad: boolean;
136
- isMobile: boolean;
137
- language: boolean;
138
- lang: "zh-CN" | "en-US" | "fr-FR";
139
- platformName: () => string;
140
- platformType: string;
141
- platformUrl: string;
142
- platformList: ObjectKey;
143
- platformMenu: ObjectKey[];
144
- owned: ObjectKey;
145
- options: {
146
- importUrl: string;
147
- pageUrl: string;
148
- removeUrl: string;
149
- };
150
- };
151
- lightTheme: GlobalThemeOverrides;
152
- darkTheme: BuiltInGlobalTheme;
153
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
154
- export default _default;
@@ -1,30 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
- import type { FormRules, FormValidationError } from 'naive-ui';
3
- type Form = {
4
- validate: (validateCallback?: (errors?: Array<FormValidationError>) => void, shouldRuleBeApplied?: (rule?: FormRules) => boolean) => Promise<void>;
5
- restoreValidation: () => void;
6
- };
7
- declare const _default: DefineComponent<{}, {
8
- formRef: Ref<Form | undefined>;
9
- pwdRef: Ref<Form | undefined>;
10
- pwdValue: Ref<{
11
- oldPassword: string;
12
- newPassword: string;
13
- comfirmPassword: string;
14
- }>;
15
- formValue: Ref<{
16
- name?: string | undefined;
17
- userId: string;
18
- email: string;
19
- realName: string;
20
- phone: string;
21
- tenantName: string;
22
- tenantLoginCode: string;
23
- }>;
24
- pwdRules: Ref<FormRules>;
25
- formRules: Ref<FormRules>;
26
- loading: Ref<boolean>;
27
- pwdSubmit: () => void;
28
- formSubmit: () => void;
29
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
30
- export default _default;
@@ -1,9 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {
3
- columns: Ref<any>;
4
- columnData: Ref<any>;
5
- loading: Ref<boolean>;
6
- range: Ref<[number, number]>;
7
- isRangeDateDisabled: (ts: number) => boolean;
8
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
@@ -1,12 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {
3
- videoRef: Ref<any>;
4
- inputRef: Ref<any>;
5
- modal: Ref<boolean>;
6
- loading: Ref<boolean>;
7
- doScan: () => void;
8
- closeAll: () => void;
9
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "on-update:value"[], "on-update:value", PublicProps, Readonly<ExtractPropTypes<{}>> & {
10
- "onOn-update:value"?: ((...args: any[]) => any) | undefined;
11
- }, {}, {}>;
12
- export default _default;
@@ -1,126 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import type { ISearchBarType } from './interface';
3
- import type { ObjectKey } from '../interface';
4
- declare const _default: DefineComponent<{
5
- value: {
6
- required: true;
7
- type: ObjectConstructor;
8
- default: () => {};
9
- };
10
- defaultValue: {
11
- required: true;
12
- type: ObjectConstructor;
13
- default: () => {};
14
- };
15
- data: {
16
- required: true;
17
- type: PropType<ISearchBarType>;
18
- default: () => {};
19
- };
20
- loading: {
21
- type: PropType<boolean>;
22
- default: boolean;
23
- };
24
- cols: {
25
- type: PropType<number>;
26
- default: number;
27
- };
28
- small: {
29
- type: PropType<boolean>;
30
- default: boolean;
31
- };
32
- autoSubmit: {
33
- type: PropType<boolean>;
34
- default: boolean;
35
- };
36
- cache: {
37
- type: PropType<boolean>;
38
- default: boolean;
39
- };
40
- resetButton: {
41
- type: PropType<boolean>;
42
- default: boolean;
43
- };
44
- }, {
45
- itemRef: Ref<any>;
46
- drawer: Ref<boolean>;
47
- isSlotHeader: Ref<boolean>;
48
- isSlotAction: Ref<boolean>;
49
- commonStore: {
50
- needUpdate: boolean;
51
- download: boolean;
52
- theme: boolean;
53
- isPad: boolean;
54
- isMobile: boolean;
55
- language: boolean;
56
- lang: "zh-CN" | "en-US" | "fr-FR";
57
- platformName: () => string;
58
- platformType: string;
59
- platformUrl: string;
60
- platformList: ObjectKey;
61
- platformMenu: ObjectKey[];
62
- owned: ObjectKey;
63
- options: {
64
- importUrl: string;
65
- pageUrl: string;
66
- removeUrl: string;
67
- };
68
- };
69
- itemData: Ref<{}>;
70
- doSearch: (init?: boolean) => void;
71
- clearAll: () => void;
72
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("on-update:value" | "update:loading")[], "on-update:value" | "update:loading", PublicProps, Readonly<ExtractPropTypes<{
73
- value: {
74
- required: true;
75
- type: ObjectConstructor;
76
- default: () => {};
77
- };
78
- defaultValue: {
79
- required: true;
80
- type: ObjectConstructor;
81
- default: () => {};
82
- };
83
- data: {
84
- required: true;
85
- type: PropType<ISearchBarType>;
86
- default: () => {};
87
- };
88
- loading: {
89
- type: PropType<boolean>;
90
- default: boolean;
91
- };
92
- cols: {
93
- type: PropType<number>;
94
- default: number;
95
- };
96
- small: {
97
- type: PropType<boolean>;
98
- default: boolean;
99
- };
100
- autoSubmit: {
101
- type: PropType<boolean>;
102
- default: boolean;
103
- };
104
- cache: {
105
- type: PropType<boolean>;
106
- default: boolean;
107
- };
108
- resetButton: {
109
- type: PropType<boolean>;
110
- default: boolean;
111
- };
112
- }>> & {
113
- "onOn-update:value"?: ((...args: any[]) => any) | undefined;
114
- "onUpdate:loading"?: ((...args: any[]) => any) | undefined;
115
- }, {
116
- data: ISearchBarType;
117
- small: boolean;
118
- loading: boolean;
119
- defaultValue: Record<string, any>;
120
- value: Record<string, any>;
121
- cols: number;
122
- cache: boolean;
123
- autoSubmit: boolean;
124
- resetButton: boolean;
125
- }, {}>;
126
- export default _default;
@@ -1,47 +0,0 @@
1
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import type { ISearchBarType } from './interface';
3
- import { ObjectKey } from '../interface';
4
- declare const _default: DefineComponent<{
5
- cols: {
6
- type: PropType<number>;
7
- default: number;
8
- };
9
- small: {
10
- type: PropType<boolean>;
11
- default: boolean;
12
- };
13
- }, {
14
- more: Ref<boolean>;
15
- offset: Ref<number>;
16
- dataList: Ref<ISearchBarType>;
17
- collapsed: Ref<boolean>;
18
- searchData: Ref<{
19
- [x: string]: any;
20
- }>;
21
- dropDisplay: Ref<{
22
- [x: string]: any;
23
- }>;
24
- columnsPopover: Ref<{
25
- key: string;
26
- }[]>;
27
- isSlotHeader: Ref<boolean>;
28
- showMore: () => void;
29
- setValues: (value?: ObjectKey) => void;
30
- dropValueChange: (key: string, value: string, item: any) => void;
31
- dropDisplayToggle: (key: string) => void;
32
- getDefaultDate: (year?: number | undefined, month?: number | undefined, date?: number | undefined) => number;
33
- selectFallback: (item: any) => any | boolean;
34
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
35
- cols: {
36
- type: PropType<number>;
37
- default: number;
38
- };
39
- small: {
40
- type: PropType<boolean>;
41
- default: boolean;
42
- };
43
- }>>, {
44
- small: boolean;
45
- cols: number;
46
- }, {}>;
47
- export default _default;
@@ -1,24 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare const _default: DefineComponent<{
3
- cols: {
4
- type: PropType<number>;
5
- default: number;
6
- };
7
- num: {
8
- type: PropType<[number, number][]>;
9
- default: () => number[][];
10
- };
11
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
12
- cols: {
13
- type: PropType<number>;
14
- default: number;
15
- };
16
- num: {
17
- type: PropType<[number, number][]>;
18
- default: () => number[][];
19
- };
20
- }>>, {
21
- cols: number;
22
- num: [number, number][];
23
- }, {}>;
24
- export default _default;