@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,13 @@
1
+ import { ObjectKey } from './interface';
2
+ export default class LzLocalStorage {
3
+ namespace: string;
4
+ mapKey: string;
5
+ map: ObjectKey;
6
+ constructor(namespace?: string);
7
+ set<T>(key: string, value: T, expires?: number): void;
8
+ getReallyKey(key: string): string;
9
+ get<T>(key: string, defaultValue: T): any;
10
+ delete(key: string): void;
11
+ deleteByPrefix(prefix: string): void;
12
+ deleteAll(): void;
13
+ }
@@ -0,0 +1,2 @@
1
+ export default function Monitor(app: any, url: false | string, info?: () => any): void;
2
+ export declare const sendError: (type: 1 | 2 | 3, url: string, message: any) => void;
@@ -0,0 +1 @@
1
+ export { default as QxNumberRoll } from './index.vue';
@@ -0,0 +1,47 @@
1
+ import { PropType, DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { Fn } from '../interface';
3
+ declare const _default: DefineComponent<ExtractPropTypes<{
4
+ value: {
5
+ required: true;
6
+ type: PropType<number | string>;
7
+ default: number;
8
+ };
9
+ duration: {
10
+ type: PropType<number>;
11
+ default: number;
12
+ };
13
+ precision: {
14
+ type: PropType<number>;
15
+ default: number;
16
+ };
17
+ format: {
18
+ type: PropType<Fn<number, string>>;
19
+ default: undefined;
20
+ };
21
+ }>, {
22
+ displayedValueRef: Ref<string | number, string | number>;
23
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
24
+ value: {
25
+ required: true;
26
+ type: PropType<number | string>;
27
+ default: number;
28
+ };
29
+ duration: {
30
+ type: PropType<number>;
31
+ default: number;
32
+ };
33
+ precision: {
34
+ type: PropType<number>;
35
+ default: number;
36
+ };
37
+ format: {
38
+ type: PropType<Fn<number, string>>;
39
+ default: undefined;
40
+ };
41
+ }>> & Readonly<{}>, {
42
+ duration: number;
43
+ value: string | number;
44
+ format: Fn<number, string>;
45
+ precision: number;
46
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
47
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { QxInstance, InstallOptions } from './create';
2
+ import { App } from 'vue';
3
+ declare const QXUI: QxInstance;
4
+ export default QXUI;
5
+ export declare const install: (app: App, options?: InstallOptions) => void;
@@ -0,0 +1,3 @@
1
+ import { Router, RouteRecordRaw } from 'vue-router';
2
+ export declare let router: Router;
3
+ export declare function fnCreateRouter(routes: Readonly<RouteRecordRaw[]>, base?: string): Router;
@@ -0,0 +1,6 @@
1
+ export declare const scaleStore: {
2
+ scale: number;
3
+ };
4
+ export declare function fnSetNormalWidthAndHeight(w: number, h: number): void;
5
+ export declare function fnComputedScale(): void;
6
+ export declare function fnListenerScale(): () => void;
@@ -0,0 +1 @@
1
+ export { default as QxTimePickRange } from './timePickRange.vue';