@unizhen/ui 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.
Files changed (202) hide show
  1. package/README.md +39 -0
  2. package/lib/components/actionButton/factory.d.ts +41 -0
  3. package/lib/components/actionButton/function.d.ts +15 -0
  4. package/lib/components/actionButton/index.d.ts +4 -0
  5. package/lib/components/actionButton/index.vue.d.ts +60 -0
  6. package/lib/components/actionButton/interface.d.ts +23 -0
  7. package/lib/components/api.d.ts +6 -0
  8. package/lib/components/back/index.d.ts +1 -0
  9. package/lib/components/back/index.vue.d.ts +1503 -0
  10. package/lib/components/camera/index.d.ts +1 -0
  11. package/lib/components/camera/index.vue.d.ts +3484 -0
  12. package/lib/components/circle/index.d.ts +1 -0
  13. package/lib/components/circle/index.vue.d.ts +398 -0
  14. package/lib/components/common.d.ts +15 -0
  15. package/lib/components/components.d.ts +14 -0
  16. package/lib/components/create.d.ts +18 -0
  17. package/lib/components/fetch.d.ts +8 -0
  18. package/lib/components/form/draggable.vue.d.ts +24818 -0
  19. package/lib/components/form/image.vue.d.ts +885 -0
  20. package/lib/components/form/index.d.ts +6 -0
  21. package/lib/components/form/index.vue.d.ts +24742 -0
  22. package/lib/components/form/interface.d.ts +262 -0
  23. package/lib/components/form/item.vue.d.ts +17896 -0
  24. package/lib/components/form/upload.vue.d.ts +5901 -0
  25. package/lib/components/hooks/index.d.ts +4 -0
  26. package/lib/components/hooks/memoryCache.d.ts +50 -0
  27. package/lib/components/hooks/useDebounceFn.d.ts +15 -0
  28. package/lib/components/hooks/useLocalStorage.d.ts +29 -0
  29. package/lib/components/hooks/useQuery.d.ts +77 -0
  30. package/lib/components/hooks/useThrottleFn.d.ts +15 -0
  31. package/lib/components/icon/factory.d.ts +125 -0
  32. package/lib/components/icon/index.d.ts +4 -0
  33. package/lib/components/icon/index.vue.d.ts +17 -0
  34. package/lib/components/icon/svg/AccessPoint.vue.d.ts +3 -0
  35. package/lib/components/icon/svg/Activity.vue.d.ts +3 -0
  36. package/lib/components/icon/svg/Adjustments.vue.d.ts +3 -0
  37. package/lib/components/icon/svg/AdjustmentsHorizontal.vue.d.ts +3 -0
  38. package/lib/components/icon/svg/Affiliate.vue.d.ts +3 -0
  39. package/lib/components/icon/svg/Alarm.vue.d.ts +3 -0
  40. package/lib/components/icon/svg/AlertCircle.vue.d.ts +3 -0
  41. package/lib/components/icon/svg/ApiApp.vue.d.ts +3 -0
  42. package/lib/components/icon/svg/AppWindow.vue.d.ts +3 -0
  43. package/lib/components/icon/svg/Apps.vue.d.ts +3 -0
  44. package/lib/components/icon/svg/Archive.vue.d.ts +3 -0
  45. package/lib/components/icon/svg/ArrowNarrowLeft.vue.d.ts +3 -0
  46. package/lib/components/icon/svg/AspectRatio.vue.d.ts +3 -0
  47. package/lib/components/icon/svg/Atom.vue.d.ts +3 -0
  48. package/lib/components/icon/svg/Atom2.vue.d.ts +3 -0
  49. package/lib/components/icon/svg/Award.vue.d.ts +3 -0
  50. package/lib/components/icon/svg/Barcode.vue.d.ts +3 -0
  51. package/lib/components/icon/svg/Basket.vue.d.ts +3 -0
  52. package/lib/components/icon/svg/Bell.vue.d.ts +3 -0
  53. package/lib/components/icon/svg/Bluetooth.vue.d.ts +3 -0
  54. package/lib/components/icon/svg/Book2.vue.d.ts +3 -0
  55. package/lib/components/icon/svg/Books.vue.d.ts +3 -0
  56. package/lib/components/icon/svg/Box.vue.d.ts +3 -0
  57. package/lib/components/icon/svg/BrandAsana.vue.d.ts +3 -0
  58. package/lib/components/icon/svg/BrandStackoverflow.vue.d.ts +3 -0
  59. package/lib/components/icon/svg/Briefcase.vue.d.ts +3 -0
  60. package/lib/components/icon/svg/Building.vue.d.ts +3 -0
  61. package/lib/components/icon/svg/BuildingArch.vue.d.ts +3 -0
  62. package/lib/components/icon/svg/BuildingWarehouse.vue.d.ts +3 -0
  63. package/lib/components/icon/svg/Calculator.vue.d.ts +3 -0
  64. package/lib/components/icon/svg/Calendar.vue.d.ts +3 -0
  65. package/lib/components/icon/svg/CalendarPlus.vue.d.ts +3 -0
  66. package/lib/components/icon/svg/CalendarStats.vue.d.ts +3 -0
  67. package/lib/components/icon/svg/Camera.vue.d.ts +3 -0
  68. package/lib/components/icon/svg/CaretDown.vue.d.ts +3 -0
  69. package/lib/components/icon/svg/CaretUp.vue.d.ts +3 -0
  70. package/lib/components/icon/svg/ChartArea.vue.d.ts +3 -0
  71. package/lib/components/icon/svg/ChartBar.vue.d.ts +3 -0
  72. package/lib/components/icon/svg/ChartBubble.vue.d.ts +3 -0
  73. package/lib/components/icon/svg/ChartDonut.vue.d.ts +3 -0
  74. package/lib/components/icon/svg/ChartLine.vue.d.ts +3 -0
  75. package/lib/components/icon/svg/ChartPie.vue.d.ts +3 -0
  76. package/lib/components/icon/svg/ChartRadar.vue.d.ts +3 -0
  77. package/lib/components/icon/svg/Checkbox.vue.d.ts +3 -0
  78. package/lib/components/icon/svg/CheckupList.vue.d.ts +3 -0
  79. package/lib/components/icon/svg/CircleMinus.vue.d.ts +3 -0
  80. package/lib/components/icon/svg/Clipboard.vue.d.ts +3 -0
  81. package/lib/components/icon/svg/ClipboardCheck.vue.d.ts +3 -0
  82. package/lib/components/icon/svg/ClipboardList.vue.d.ts +3 -0
  83. package/lib/components/icon/svg/ClipboardPlus.vue.d.ts +3 -0
  84. package/lib/components/icon/svg/Clock.vue.d.ts +3 -0
  85. package/lib/components/icon/svg/Cloud.vue.d.ts +3 -0
  86. package/lib/components/icon/svg/CloudDownload.vue.d.ts +3 -0
  87. package/lib/components/icon/svg/CloudUpload.vue.d.ts +3 -0
  88. package/lib/components/icon/svg/Command.vue.d.ts +3 -0
  89. package/lib/components/icon/svg/Confetti.vue.d.ts +3 -0
  90. package/lib/components/icon/svg/Container.vue.d.ts +3 -0
  91. package/lib/components/icon/svg/Copy.vue.d.ts +3 -0
  92. package/lib/components/icon/svg/CreditCard.vue.d.ts +3 -0
  93. package/lib/components/icon/svg/Crosshair.vue.d.ts +3 -0
  94. package/lib/components/icon/svg/CurrencyYen.vue.d.ts +3 -0
  95. package/lib/components/icon/svg/Dashboard.vue.d.ts +3 -0
  96. package/lib/components/icon/svg/Database.vue.d.ts +3 -0
  97. package/lib/components/icon/svg/DatabaseExport.vue.d.ts +3 -0
  98. package/lib/components/icon/svg/DatabaseImport.vue.d.ts +3 -0
  99. package/lib/components/icon/svg/DeviceAnalytics.vue.d.ts +3 -0
  100. package/lib/components/icon/svg/DeviceDesktop.vue.d.ts +3 -0
  101. package/lib/components/icon/svg/DeviceDesktopAnalytics.vue.d.ts +3 -0
  102. package/lib/components/icon/svg/DeviceLaptop.vue.d.ts +3 -0
  103. package/lib/components/icon/svg/DeviceMobile.vue.d.ts +3 -0
  104. package/lib/components/icon/svg/Diamond.vue.d.ts +3 -0
  105. package/lib/components/icon/svg/Dots.vue.d.ts +3 -0
  106. package/lib/components/icon/svg/DotsVertical.vue.d.ts +3 -0
  107. package/lib/components/icon/svg/Edit.vue.d.ts +3 -0
  108. package/lib/components/icon/svg/Eraser.vue.d.ts +3 -0
  109. package/lib/components/icon/svg/Eye.vue.d.ts +3 -0
  110. package/lib/components/icon/svg/File.vue.d.ts +3 -0
  111. package/lib/components/icon/svg/FileAlert.vue.d.ts +3 -0
  112. package/lib/components/icon/svg/FileAnalytics.vue.d.ts +3 -0
  113. package/lib/components/icon/svg/FileText.vue.d.ts +3 -0
  114. package/lib/components/icon/svg/Filter.vue.d.ts +3 -0
  115. package/lib/components/icon/svg/GitCompare.vue.d.ts +3 -0
  116. package/lib/components/icon/svg/GitPullRequest.vue.d.ts +3 -0
  117. package/lib/components/icon/svg/GridDots.vue.d.ts +3 -0
  118. package/lib/components/icon/svg/Home.vue.d.ts +3 -0
  119. package/lib/components/icon/svg/Id.vue.d.ts +3 -0
  120. package/lib/components/icon/svg/LayoutSidebarLeftCollapse.vue.d.ts +3 -0
  121. package/lib/components/icon/svg/LayoutSidebarLeftExpand.vue.d.ts +3 -0
  122. package/lib/components/icon/svg/Link.vue.d.ts +3 -0
  123. package/lib/components/icon/svg/List.vue.d.ts +3 -0
  124. package/lib/components/icon/svg/ListCheck.vue.d.ts +3 -0
  125. package/lib/components/icon/svg/ListDetails.vue.d.ts +3 -0
  126. package/lib/components/icon/svg/Mail.vue.d.ts +3 -0
  127. package/lib/components/icon/svg/Map.vue.d.ts +3 -0
  128. package/lib/components/icon/svg/MapPin.vue.d.ts +3 -0
  129. package/lib/components/icon/svg/Menu2.vue.d.ts +3 -0
  130. package/lib/components/icon/svg/Message2.vue.d.ts +3 -0
  131. package/lib/components/icon/svg/MinusRound.vue.d.ts +3 -0
  132. package/lib/components/icon/svg/MoonStars.vue.d.ts +3 -0
  133. package/lib/components/icon/svg/Paperclip.vue.d.ts +3 -0
  134. package/lib/components/icon/svg/Photo.vue.d.ts +3 -0
  135. package/lib/components/icon/svg/PhotoOff.vue.d.ts +3 -0
  136. package/lib/components/icon/svg/Plus.vue.d.ts +3 -0
  137. package/lib/components/icon/svg/Presentation.vue.d.ts +3 -0
  138. package/lib/components/icon/svg/PresentationAnalytics.vue.d.ts +3 -0
  139. package/lib/components/icon/svg/Printer.vue.d.ts +3 -0
  140. package/lib/components/icon/svg/Qrcode.vue.d.ts +3 -0
  141. package/lib/components/icon/svg/Refresh.vue.d.ts +3 -0
  142. package/lib/components/icon/svg/Report.vue.d.ts +3 -0
  143. package/lib/components/icon/svg/ReportAnalytics.vue.d.ts +3 -0
  144. package/lib/components/icon/svg/ReportMoney.vue.d.ts +3 -0
  145. package/lib/components/icon/svg/ReportSearch.vue.d.ts +3 -0
  146. package/lib/components/icon/svg/Search.vue.d.ts +3 -0
  147. package/lib/components/icon/svg/Settings.vue.d.ts +3 -0
  148. package/lib/components/icon/svg/SmartHome.vue.d.ts +3 -0
  149. package/lib/components/icon/svg/Sun.vue.d.ts +3 -0
  150. package/lib/components/icon/svg/TransferIn.vue.d.ts +3 -0
  151. package/lib/components/icon/svg/TransferOut.vue.d.ts +3 -0
  152. package/lib/components/icon/svg/Trash.vue.d.ts +3 -0
  153. package/lib/components/icon/svg/User.vue.d.ts +3 -0
  154. package/lib/components/icon/svg/UserCircle.vue.d.ts +3 -0
  155. package/lib/components/icon/svg/UserMinus.vue.d.ts +3 -0
  156. package/lib/components/icon/svg/UserPlus.vue.d.ts +3 -0
  157. package/lib/components/icon/svg/Users.vue.d.ts +3 -0
  158. package/lib/components/icon/svg/X.vue.d.ts +3 -0
  159. package/lib/components/index.d.ts +11 -0
  160. package/lib/components/interface.d.ts +34 -0
  161. package/lib/components/local/en-US.d.ts +33 -0
  162. package/lib/components/local/index.d.ts +68 -0
  163. package/lib/components/local/zh-CN.d.ts +33 -0
  164. package/lib/components/localStorage.d.ts +13 -0
  165. package/lib/components/monitor.d.ts +2 -0
  166. package/lib/components/numberRoll/index.d.ts +1 -0
  167. package/lib/components/numberRoll/index.vue.d.ts +47 -0
  168. package/lib/components/preset.d.ts +5 -0
  169. package/lib/components/router.d.ts +3 -0
  170. package/lib/components/scale.d.ts +6 -0
  171. package/lib/components/searchBar/components/index.d.ts +1 -0
  172. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2540 -0
  173. package/lib/components/searchBar/index.d.ts +3 -0
  174. package/lib/components/searchBar/index.vue.d.ts +22710 -0
  175. package/lib/components/searchBar/interface.d.ts +45 -0
  176. package/lib/components/searchBar/mobile.vue.d.ts +21554 -0
  177. package/lib/components/spin/index.d.ts +1 -0
  178. package/lib/components/spin/index.vue.d.ts +1806 -0
  179. package/lib/components/store/common.d.ts +13 -0
  180. package/lib/components/store/index.d.ts +2 -0
  181. package/lib/components/store/thumbnail.d.ts +29 -0
  182. package/lib/components/table/child.vue.d.ts +8391 -0
  183. package/lib/components/table/child_quest.vue.d.ts +6568 -0
  184. package/lib/components/table/drawer.vue.d.ts +5809 -0
  185. package/lib/components/table/factory.d.ts +220 -0
  186. package/lib/components/table/index.d.ts +7 -0
  187. package/lib/components/table/index.vue.d.ts +16622 -0
  188. package/lib/components/table/interface.d.ts +105 -0
  189. package/lib/components/table/list.vue.d.ts +36 -0
  190. package/lib/components/table/mobile.vue.d.ts +4080 -0
  191. package/lib/components/table/ocr.vue.d.ts +3454 -0
  192. package/lib/components/theme.d.ts +4 -0
  193. package/lib/components/thumbnail/index.d.ts +1 -0
  194. package/lib/components/thumbnail/index.vue.d.ts +4275 -0
  195. package/lib/components/version.d.ts +1 -0
  196. package/lib/components/wrap/index.d.ts +1 -0
  197. package/lib/components/wrap/index.vue.d.ts +223 -0
  198. package/lib/index.d.ts +6 -0
  199. package/lib/ui.css +1 -0
  200. package/lib/ui.js +10690 -0
  201. package/package.json +93 -0
  202. package/volar.d.ts +26 -0
@@ -0,0 +1,220 @@
1
+ import { ObjectKey, Fn } from '../interface';
2
+ import { ITrigger, ITableOptions } from './interface';
3
+ import { IQxFormItem, IQxFormItems, ISearch } from '../form';
4
+ import { VNodeChild } from 'vue';
5
+ export declare function fnClearFetchMap(): void;
6
+ export declare function fnGetTableData(id: string): Promise<ObjectKey>;
7
+ export declare const fnTableSimplify: (columns: IQxFormItems) => {
8
+ i: "number" | "color" | "group" | "input" | "select" | "time" | "switch" | "upload" | "date" | "auto" | "cascader" | "checkbox" | "divider" | "filling" | "subTable";
9
+ l: string;
10
+ k: string;
11
+ y: string;
12
+ s: string;
13
+ n: string;
14
+ u: number;
15
+ v: string | undefined;
16
+ t: {
17
+ a: "left" | "center" | "right" | null;
18
+ n: "left" | "center" | "right" | null;
19
+ f: false | "left" | "right" | null;
20
+ w: string | number | null;
21
+ b: number;
22
+ h: number;
23
+ c: number;
24
+ s: number;
25
+ m: number;
26
+ k: number;
27
+ e: number;
28
+ l: number;
29
+ o: number;
30
+ r: string | ((rowData: {
31
+ [x: string]: unknown;
32
+ }, rowIndex: number) => VNodeChild);
33
+ };
34
+ p: ObjectKey;
35
+ c: {
36
+ f: number;
37
+ s: number;
38
+ v: string | undefined;
39
+ r: string | undefined;
40
+ y: string | undefined;
41
+ l: string;
42
+ a: string;
43
+ m: number;
44
+ t: number;
45
+ };
46
+ f: {
47
+ v: string | undefined;
48
+ n: number;
49
+ s: number;
50
+ d: number;
51
+ r: number;
52
+ u: string | Fn<any, any>;
53
+ y: number;
54
+ f: number;
55
+ l: {
56
+ r: number;
57
+ y: "string" | "number" | "boolean" | "object" | "pattern" | "url" | "method" | "hex" | "regexp" | "integer" | "float" | "array" | "enum" | "date" | "email" | "any";
58
+ m: string | undefined;
59
+ t: ("blur" | "change" | "focus" | "input") | ("blur" | "change" | "focus" | "input")[];
60
+ v: string | Fn<any, any>;
61
+ };
62
+ c: {
63
+ d: number;
64
+ r: number;
65
+ s: number;
66
+ };
67
+ e: {
68
+ d: number;
69
+ r: number;
70
+ s: number;
71
+ };
72
+ };
73
+ }[];
74
+ export declare const fnTableReduction: (simplify: ObjectKey) => any;
75
+ export declare const fnTriggersSimplify: (triggers: ITrigger) => {
76
+ f: string | null;
77
+ o: string[] | null;
78
+ c: string[] | null;
79
+ e: string[] | null;
80
+ d: string[] | null;
81
+ b: string;
82
+ };
83
+ export declare const fnTriggersReduction: (simplify: ObjectKey) => ITrigger;
84
+ export declare const fnOptionSimplify: (option: ITableOptions) => {
85
+ i: 0 | 1;
86
+ s: 0 | 1 | 2 | undefined;
87
+ p: 0 | 1 | undefined;
88
+ c: 0 | 1;
89
+ d: 0 | 1;
90
+ a: 0 | 1;
91
+ f: 0 | 1 | undefined;
92
+ o: 0 | 1;
93
+ t: string | number;
94
+ w: string | number;
95
+ h: string | number;
96
+ l: "left" | "top" | "bottom" | "right";
97
+ r: string;
98
+ };
99
+ export declare const fnOptionReduction: (simplify?: ObjectKey) => ITableOptions;
100
+ export declare function fnPrepareFormData(items: IQxFormItems, formData?: ObjectKey | any[], formValues?: () => ObjectKey): Promise<{
101
+ form: ObjectKey;
102
+ formDefaultValue: ObjectKey;
103
+ fillingDefaultValue: ObjectKey;
104
+ fillingDefaultArray: ObjectKey[];
105
+ }>;
106
+ export declare function fnPrepareTableData(items: IQxFormItems, child?: boolean, status?: number, formValues?: () => void, modules?: {}): Promise<{
107
+ tableColumns: any[];
108
+ search: {
109
+ input: "number" | "color" | "group" | "input" | "select" | "time" | "date" | "auto" | "cascader" | "checkbox" | "filling";
110
+ label: string | (() => string);
111
+ key: string;
112
+ defaultValue: string | undefined;
113
+ params: {
114
+ placeholder: string | (() => string);
115
+ filterable: boolean;
116
+ type: any;
117
+ children: IQxFormItem[];
118
+ } | {
119
+ placeholder: string | (() => string);
120
+ filterable: boolean;
121
+ type: any;
122
+ clearable: boolean;
123
+ minlength?: number | null;
124
+ maxlength?: number | null;
125
+ rows?: number | null;
126
+ prefix?: string;
127
+ suffix?: string;
128
+ } | {
129
+ placeholder: string | (() => string);
130
+ filterable: boolean;
131
+ type: any;
132
+ clearable: boolean;
133
+ options: (() => Promise<any[]>) | any[];
134
+ minlength?: number | null;
135
+ maxlength?: number | null;
136
+ rows?: number | null;
137
+ prefix?: string;
138
+ suffix?: string;
139
+ } | {
140
+ placeholder: string | (() => string);
141
+ filterable: boolean;
142
+ type: any;
143
+ clearable: boolean;
144
+ showButton?: boolean;
145
+ min?: number | null;
146
+ max?: number | null;
147
+ minKey?: string;
148
+ maxKey?: string;
149
+ step?: number | null;
150
+ precision?: number | null;
151
+ prefix?: string;
152
+ suffix?: string;
153
+ } | {
154
+ placeholder: string | (() => string);
155
+ filterable: boolean;
156
+ type: any;
157
+ clearable: boolean;
158
+ format?: string;
159
+ isDateDisabled?: ((ts: number, detail: ObjectKey) => boolean) | string;
160
+ timePickerProps?: {
161
+ format?: string;
162
+ use12Hours?: boolean;
163
+ isHourDisabled?: (hour: number) => boolean;
164
+ isMinuteDisabled?: (minute: number, hour: number | null) => boolean;
165
+ isSecondDisabled?: (second: number, minute: number | null, hour: number | null) => boolean;
166
+ };
167
+ } | {
168
+ placeholder: string | (() => string);
169
+ filterable: boolean;
170
+ type: any;
171
+ clearable: boolean;
172
+ options: (() => Promise<any[]>) | any[];
173
+ multiple?: boolean;
174
+ tag?: boolean;
175
+ labelKeys?: string;
176
+ valueKey?: string;
177
+ renderLabel?: (option: ObjectKey, selected: boolean) => VNodeChild;
178
+ renderTag?: (props: {
179
+ option: ObjectKey;
180
+ handleClose: () => void;
181
+ }) => VNodeChild;
182
+ } | {
183
+ placeholder: string | (() => string);
184
+ filterable: boolean;
185
+ type: any;
186
+ clearable: boolean;
187
+ options: (() => Promise<any[]>) | any[];
188
+ multiple?: boolean;
189
+ } | {
190
+ placeholder: string | (() => string);
191
+ filterable: boolean;
192
+ type: any;
193
+ clearable: boolean;
194
+ } | {
195
+ placeholder: string | (() => string);
196
+ filterable: boolean;
197
+ type: any;
198
+ clearable: boolean;
199
+ options: (() => Promise<Array<ObjectKey>>) | Array<ObjectKey>;
200
+ } | {
201
+ placeholder: string | (() => string);
202
+ filterable: boolean;
203
+ type: any;
204
+ clearable: boolean;
205
+ format?: string;
206
+ } | {
207
+ placeholder: string | (() => string);
208
+ filterable: boolean;
209
+ type: any;
210
+ clearable: boolean;
211
+ parentKey: string;
212
+ };
213
+ form: {
214
+ show: true;
215
+ };
216
+ search: ISearch;
217
+ }[];
218
+ subTableIds: string[];
219
+ tableWidth: number;
220
+ }>;
@@ -0,0 +1,7 @@
1
+ export { default as QxTable } from './index.vue';
2
+ export { default as QxTableChild } from './child.vue';
3
+ export { default as QxTableQuestChild } from './child_quest.vue';
4
+ export { default as QxTableDrawer } from './drawer.vue';
5
+ export { default as QxTableMobile } from './mobile.vue';
6
+ export { fnTableSimplify, fnTableReduction, fnTriggersSimplify, fnTriggersReduction, fnOptionSimplify, fnOptionReduction, fnGetTableData, fnPrepareFormData, fnPrepareTableData } from './factory';
7
+ export type { IQxTableSearch, IQxDataTableColumn, IQxDataTableColumns, IQxDataTableColumnEdit } from './interface';