keli-ui 0.3.0 → 0.3.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 (145) hide show
  1. package/dist/ApprovalRecord-4ohFAtSZ.js +111 -0
  2. package/dist/ApprovalRecord-4ohFAtSZ.js.map +1 -0
  3. package/dist/api-Gtg77a-p.js +4507 -0
  4. package/dist/api-Gtg77a-p.js.map +1 -0
  5. package/dist/components/AppComponent/AppFormRender.vue.d.ts +74 -0
  6. package/dist/components/AppComponent/AppTableRender.vue.d.ts +16 -0
  7. package/dist/components/AppComponent/components/ApprovalRecord.vue.d.ts +20 -0
  8. package/dist/components/AppComponent/components/DialogForm.vue.d.ts +22 -0
  9. package/dist/components/AppComponent/components/DrawerForm.vue.d.ts +22 -0
  10. package/dist/components/AppComponent/components/FileIsland.vue.d.ts +21 -0
  11. package/dist/components/AppComponent/components/FlowUserDialog.vue.d.ts +13 -0
  12. package/dist/components/AppComponent/components/chartList/ChartRender.vue.d.ts +17 -0
  13. package/dist/components/AppComponent/components/chartList/index.d.ts +1 -0
  14. package/dist/components/AppComponent/components/chartList/index.vue.d.ts +4 -0
  15. package/dist/components/AppComponent/components/embedded/EmbeddedDialogForm.vue.d.ts +46 -0
  16. package/dist/components/AppComponent/components/embedded/EmbeddedTable.vue.d.ts +16 -0
  17. package/dist/components/AppComponent/hooks/useAutoForm.hook.d.ts +9 -0
  18. package/dist/components/AppComponent/hooks/useSplitApiButton.d.ts +13 -0
  19. package/dist/components/AppComponent/hooks/useTable.hook.d.ts +134 -0
  20. package/dist/components/AppComponent/index.d.ts +5 -0
  21. package/dist/components/ElPlusComponent/ElColPlus/ElColPlus.vue.d.ts +1 -1
  22. package/dist/components/FormComponent/DynamicMapTable/DynamicMapTable.vue.d.ts +21 -0
  23. package/dist/components/FormComponent/DynamicMapTable/index.d.ts +3 -0
  24. package/dist/components/FormComponent/FormCascaderAsync/FormCascaderAsync.vue.d.ts +34 -0
  25. package/dist/components/FormComponent/FormCascaderAsync/index.d.ts +3 -0
  26. package/dist/components/FormComponent/FormCheckBox/FormCheckBox.vue.d.ts +37 -0
  27. package/dist/components/FormComponent/FormCheckBox/index.d.ts +3 -0
  28. package/dist/components/FormComponent/FormCheckBoxAsync/FormCheckBoxAsync.vue.d.ts +37 -0
  29. package/dist/components/FormComponent/FormCheckBoxAsync/index.d.ts +3 -0
  30. package/dist/components/FormComponent/FormCodeEditor/FormCodeEditor.vue.d.ts +35 -0
  31. package/dist/components/FormComponent/FormCodeEditor/index.d.ts +3 -0
  32. package/dist/components/FormComponent/FormCodeEditor/language/java.d.ts +72 -0
  33. package/dist/components/FormComponent/FormCodeEditor/language/mysql.d.ts +80 -0
  34. package/dist/components/FormComponent/FormCodeEditor/language/postgresql.d.ts +6 -0
  35. package/dist/components/FormComponent/FormCodeEditor/volar/setup.d.ts +2 -0
  36. package/dist/components/FormComponent/FormDatePicker/FormDatePicker.vue.d.ts +32 -0
  37. package/dist/components/FormComponent/FormDatePicker/index.d.ts +3 -0
  38. package/dist/components/FormComponent/FormDateTimePicker/FormDateTimePicker.vue.d.ts +36 -0
  39. package/dist/components/FormComponent/FormDateTimePicker/index.d.ts +3 -0
  40. package/dist/components/FormComponent/FormDictSelector/FormDictSelector.vue.d.ts +32 -0
  41. package/dist/components/FormComponent/FormDictSelector/index.d.ts +3 -0
  42. package/dist/components/FormComponent/FormDivider/FormDivider.vue.d.ts +35 -0
  43. package/dist/components/FormComponent/FormDivider/index.d.ts +3 -0
  44. package/dist/components/FormComponent/FormDynamicTable/FormDynamicTable.vue.d.ts +26 -0
  45. package/dist/components/FormComponent/FormDynamicTable/index.d.ts +3 -0
  46. package/dist/components/FormComponent/FormFieldset/FormFieldset.vue.d.ts +75 -0
  47. package/dist/components/FormComponent/FormFieldset/index.d.ts +3 -0
  48. package/dist/components/FormComponent/FormIconPicker/FormIconPicker.vue.d.ts +16 -0
  49. package/dist/components/FormComponent/FormIconPicker/index.d.ts +3 -0
  50. package/dist/components/FormComponent/FormInput/FormInput.vue.d.ts +36 -0
  51. package/dist/components/FormComponent/FormInput/index.d.ts +3 -0
  52. package/dist/components/FormComponent/FormInputNumber/FormInputNumber.vue.d.ts +26 -0
  53. package/dist/components/FormComponent/FormInputNumber/index.d.ts +3 -0
  54. package/dist/components/FormComponent/FormRadio/FormRadio.vue.d.ts +32 -0
  55. package/dist/components/FormComponent/FormRadio/index.d.ts +3 -0
  56. package/dist/components/FormComponent/FormRender/FormRender.vue.d.ts +81 -0
  57. package/dist/components/FormComponent/FormRender/components/FormAreaRender.vue.d.ts +67 -0
  58. package/dist/components/FormComponent/FormRender/hooks/formRender.hook.d.ts +35 -0
  59. package/dist/components/FormComponent/FormRender/index.d.ts +3 -0
  60. package/dist/components/FormComponent/FormSelect/FormSelect.vue.d.ts +34 -0
  61. package/dist/components/FormComponent/FormSelect/index.d.ts +3 -0
  62. package/dist/components/FormComponent/FormSelectAsync/FormSelectAsync.vue.d.ts +44 -0
  63. package/dist/components/FormComponent/FormSelectAsync/index.d.ts +3 -0
  64. package/dist/components/FormComponent/FormSelectRemote/FormSelectRemote.vue.d.ts +44 -0
  65. package/dist/components/FormComponent/FormSelectRemote/index.d.ts +3 -0
  66. package/dist/components/FormComponent/FormSwitch/FormSwitch.vue.d.ts +34 -0
  67. package/dist/components/FormComponent/FormSwitch/index.d.ts +3 -0
  68. package/dist/components/FormComponent/FormTableSelect/FormTableSelect.vue.d.ts +32 -0
  69. package/dist/components/FormComponent/FormTableSelect/index.d.ts +3 -0
  70. package/dist/components/FormComponent/FormTableSelectAsync/FormTableSelectAsync.vue.d.ts +44 -0
  71. package/dist/components/FormComponent/FormTableSelectAsync/index.d.ts +3 -0
  72. package/dist/components/FormComponent/FormText/FormText.vue.d.ts +26 -0
  73. package/dist/components/FormComponent/FormText/index.d.ts +3 -0
  74. package/dist/components/FormComponent/FormTextArea/FormTextArea.vue.d.ts +34 -0
  75. package/dist/components/FormComponent/FormTextArea/index.d.ts +3 -0
  76. package/dist/components/FormComponent/hooks/selectAsync.hook.d.ts +30 -0
  77. package/dist/components/FormComponent/hooks/useColumnRender.hook.d.ts +26 -0
  78. package/dist/components/FormComponent/hooks/useMitt.hook.d.ts +4 -0
  79. package/dist/components/FormComponent/index.d.ts +24 -0
  80. package/dist/components/QueryComponent/QueryBar/hooks/index.d.ts +6 -0
  81. package/dist/components/QueryComponent/QueryTreeFilter/QueryTreeFilter.d.ts +14 -0
  82. package/dist/components/QueryComponent/QueryTreeFilter/QueryTreeFilter.vue.d.ts +22 -0
  83. package/dist/components/QueryComponent/QueryTreeFilter/index.d.ts +3 -0
  84. package/dist/components/QueryComponent/index.d.ts +1 -0
  85. package/dist/components/TableComponent/TableCardRender/TableCardRender.vue.d.ts +99 -0
  86. package/dist/components/TableComponent/TableCardRender/index.d.ts +3 -0
  87. package/dist/components/TableComponent/TableCheckBoxAsync/TableCheckBoxAsync.vue.d.ts +11 -10
  88. package/dist/components/TableComponent/TableCheckBoxAsync/type.d.ts +5 -0
  89. package/dist/components/TableComponent/TableInputNumber/TableInputNumber.vue.d.ts +2 -2
  90. package/dist/components/TableComponent/TableRender/TableRender.vue.d.ts +103 -0
  91. package/dist/components/TableComponent/TableRender/hooks/useVxeGrid.hook.d.ts +29 -0
  92. package/dist/components/TableComponent/TableRender/index.d.ts +3 -0
  93. package/dist/components/TableComponent/TableRender/plugin/vxe-table-clipboard.d.ts +73 -0
  94. package/dist/components/TableComponent/index.d.ts +2 -0
  95. package/dist/components/index.d.ts +2 -0
  96. package/dist/config/appRouter.config.d.ts +6 -0
  97. package/dist/config/index.d.ts +158 -0
  98. package/dist/config/moduleCache.d.ts +14 -0
  99. package/dist/config/pageTableConfig.d.ts +8 -0
  100. package/dist/hooks/index.d.ts +1 -0
  101. package/dist/hooks/useButtonExec.hook.d.ts +7 -1
  102. package/dist/hooks/useRemoteComponentManager.hook.d.ts +23 -0
  103. package/dist/hooks/useTableFormats.hook.d.ts +4 -0
  104. package/dist/index.d.ts +11 -5
  105. package/dist/java-BrZSNBDG.js +2603 -0
  106. package/dist/java-BrZSNBDG.js.map +1 -0
  107. package/dist/keli-ui.css +2 -1
  108. package/dist/keli-ui.js +68165 -679
  109. package/dist/keli-ui.js.map +1 -1
  110. package/dist/keli-ui.umd.cjs +2577 -2
  111. package/dist/keli-ui.umd.cjs.map +1 -1
  112. package/dist/mysql-BJR6iO89.js +923 -0
  113. package/dist/mysql-BJR6iO89.js.map +1 -0
  114. package/dist/postgresql-CLVUxiA0.js +2375 -0
  115. package/dist/postgresql-CLVUxiA0.js.map +1 -0
  116. package/dist/types/api/app.req.d.ts +23 -0
  117. package/dist/types/api/app.res.d.ts +79 -0
  118. package/dist/types/api/appTable.api.res.d.ts +17 -0
  119. package/dist/types/api/index.d.ts +34 -0
  120. package/dist/types/app.d.ts +5 -0
  121. package/dist/types/assets.d.ts +4 -0
  122. package/dist/types/button.d.ts +43 -0
  123. package/dist/types/cacheValue.d.ts +32 -0
  124. package/dist/types/chart.d.ts +31 -0
  125. package/dist/types/common.d.ts +5 -0
  126. package/dist/types/componentFrame.d.ts +24 -0
  127. package/dist/types/flowButton.d.ts +7 -0
  128. package/dist/types/formFrame.d.ts +299 -0
  129. package/dist/types/global-components.d.ts +61 -0
  130. package/dist/types/index.d.ts +12 -96
  131. package/dist/types/queryFrame.d.ts +36 -0
  132. package/dist/types/tableFrame.d.ts +196 -0
  133. package/dist/types/translate.d.ts +20 -0
  134. package/dist/types/vue3-sfc-loader.d.ts +19 -0
  135. package/dist/utils/arrayUtils.d.ts +73 -0
  136. package/dist/utils/baseFunction.d.ts +10 -0
  137. package/dist/utils/dataFormatter.d.ts +69 -0
  138. package/dist/utils/dateTime.d.ts +22 -0
  139. package/dist/utils/emitter.d.ts +7 -0
  140. package/dist/utils/formValidates.d.ts +28 -0
  141. package/dist/utils/index.d.ts +9 -24
  142. package/dist/utils/msgTips.d.ts +26 -0
  143. package/dist/utils/sleep.d.ts +6 -0
  144. package/dist/utils/validate.d.ts +5 -0
  145. package/package.json +39 -8
@@ -0,0 +1,20 @@
1
+
2
+ /**
3
+ * 翻译类型 {value: "http", label: "http(下拉框)", disabled: false}, {value: "parseString", label: "toString", disabled: false},
4
+ * {value: "parseInt", label: "parseInt", disabled: false}, {value: "timestamp", label: "timestamp", disabled: false},
5
+ * {value: "translate", label: "字典表翻译JSON", disabled: false},
6
+ */
7
+ export type translateObj =
8
+ | 'http'
9
+ | 'parseInt'
10
+ | 'parseString'
11
+ | 'timestamp'
12
+ | 'translate'
13
+ | null
14
+ | undefined;
15
+ /** 列表翻译json */
16
+ export type translateJSON =
17
+ | { [propName: string]: any }
18
+ | { label: string; value: string }[]
19
+ | null
20
+ | undefined;
@@ -0,0 +1,19 @@
1
+ // src/types/vue3-sfc-loader.d.ts
2
+ declare module 'vue3-sfc-loader' {
3
+ export interface ModuleCache {
4
+ [key: string]: any;
5
+ }
6
+
7
+ export interface LoaderOptions {
8
+ moduleCache?: ModuleCache;
9
+ getFile?: (url: string) => Promise<string>;
10
+ addStyle?: (textContent: string) => void;
11
+ }
12
+
13
+ export function loadModule(
14
+ url: string,
15
+ options: LoaderOptions
16
+ ): Promise<any>;
17
+
18
+ export function useModuleCache(): ModuleCache;
19
+ }
@@ -0,0 +1,73 @@
1
+ /**
2
+ * 判断某个值是否存在与某个数组中
3
+ * 如果key是字符串则直接取array的item[key] 数组则是取array的item[key0][key1][key2]... 留空则直接返回item是否等于value
4
+ * @param value 值
5
+ * @param array 数组
6
+ * @param key 键
7
+ */
8
+ export declare function isInArray(value: any, array: any[], key?: null | string | string[]): boolean;
9
+ /**
10
+ * 获取valueArray还在array的值
11
+ * @param valueArray
12
+ * @param array
13
+ * @param key
14
+ */
15
+ export declare function valueArrayInArray(valueArray: any[], array: any[], key?: null | string | string[]): any[];
16
+ /**
17
+ * 入参是一个数组和一个值,如果数组存在这个值,则移除掉里面所有的这个值并返回移除后的数组
18
+ * @param array
19
+ * @param value
20
+ */
21
+ export declare function removeValueFromArray(array: any[], value: any): any[];
22
+ interface LabelFromArrayByValue {
23
+ /**
24
+ * 选项 类似于下拉框选项格式
25
+ * [
26
+ * {
27
+ * value: 'option1',
28
+ * label: '选项1',
29
+ * },
30
+ * {
31
+ * value: 'option2',
32
+ * label: '选项2',
33
+ * },
34
+ * {
35
+ * value: 'option3',
36
+ * label: '选项3',
37
+ * }
38
+ * ]
39
+ */
40
+ options: any[];
41
+ /**
42
+ * 查询值
43
+ * 例如option1 或者 ['option1', 'option3']
44
+ */
45
+ value: number | number[] | string | string[];
46
+ /**
47
+ * value字段 对应例子里面的value
48
+ */
49
+ valueField: string;
50
+ /**
51
+ * label字段 对应例子里面的label
52
+ */
53
+ labelField: string;
54
+ }
55
+ /**
56
+ * 在数组里面查询label
57
+ * @param params
58
+ */
59
+ export declare function getLabelFromArrayByValue(params: LabelFromArrayByValue): any;
60
+ /**
61
+ * 去除数组对象中的某些字段
62
+ * @param array
63
+ * @param fieldsToOmit
64
+ */
65
+ export declare function omitFieldsFromObjects(array: any[], fieldsToOmit: string | string[]): any[];
66
+ /**
67
+ * 合并数组
68
+ * @param array1 被更新的数组
69
+ * @param array2 更新数组数据
70
+ * @param keyField 主键字段
71
+ */
72
+ export declare function mergeArraysByKey(array1: any[], array2: any[], keyField: string): any[];
73
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * 获取指定长度的随机字符串
3
+ * @param length
4
+ */
5
+ export declare function getRandomString(length: number): string;
6
+ /**
7
+ * 获取资源目录下的文件
8
+ * @param filePath components-image/chart/BarChart.jpg
9
+ */
10
+ export declare const getAssetUrl: (filePath: string) => any;
@@ -0,0 +1,69 @@
1
+ import { translateJSON, translateObj } from '../types';
2
+
3
+ /**
4
+ * 格式化时间戳
5
+ *
6
+ * @param t
7
+ * @param f
8
+ */
9
+ export declare const timestamp: (t: string, f?: string) => string;
10
+ export declare const stringList: (s: any) => string | null;
11
+ interface FormatterArray {
12
+ /**
13
+ * cellValue
14
+ */
15
+ value: any;
16
+ /**
17
+ * 翻译的数组
18
+ */
19
+ array: {
20
+ label: any;
21
+ value: any;
22
+ }[];
23
+ /**
24
+ * 字段名
25
+ */
26
+ fieldName: string;
27
+ /**
28
+ * 已经循环过存放的数据
29
+ * {
30
+ * field1: {
31
+ * value: label,
32
+ * value2: label2
33
+ * },
34
+ * field2: {
35
+ * value: label
36
+ * }
37
+ * }
38
+ */
39
+ translateObject: any;
40
+ /**
41
+ * 存放已循环过的索引
42
+ */
43
+ translateIndexArray: any;
44
+ }
45
+ export declare const formatterData: {
46
+ toString: (value: any) => any;
47
+ parseInt: (value: any) => number;
48
+ array: (params: FormatterArray) => any;
49
+ };
50
+ declare const dataFormatter: any;
51
+ interface FormatterOptions {
52
+ /** 表格数据 */
53
+ cellValue: any;
54
+ tabObj?: 'translate' | translateObj;
55
+ translateJson: translateJSON;
56
+ fieldName: string;
57
+ /**
58
+ * 翻译后的数据缓存 // 配合formatterData.array食用
59
+ */
60
+ translateObject?: any;
61
+ /**
62
+ * 循环索引
63
+ */
64
+ translateIndexArray?: {
65
+ [propName: string]: any;
66
+ };
67
+ }
68
+ export declare const customFormatter: (options: FormatterOptions) => any;
69
+ export { dataFormatter };
@@ -0,0 +1,22 @@
1
+ /**
2
+ * 获取n天后的时间戳
3
+ * @param n
4
+ */
5
+ export declare function getTimeStampAfterNDay(n: number): Date;
6
+ /**
7
+ * 获取农历
8
+ * @param date
9
+ */
10
+ export declare const getLunar: (date: any) => any;
11
+ /**
12
+ * 根据时间戳获取相差时间
13
+ * @param startTimestamp 小的时间
14
+ * @param endTimestamp 大的时间
15
+ */
16
+ export declare const calculateTimeDifference: (startTimestamp: number, endTimestamp: number) => string;
17
+ /**
18
+ * 获取显示时间
19
+ * @param dateTimeStr
20
+ * @param onlyOne 当非今天时 是否只显示日期
21
+ */
22
+ export declare function getShowFormatDateTime(dateTimeStr: string, onlyOne?: boolean): string;
@@ -0,0 +1,7 @@
1
+ import { Emitter } from 'mitt';
2
+
3
+ type Events = {
4
+ [key: string]: any;
5
+ };
6
+ export declare const emitter: Emitter<Events>;
7
+ export {};
@@ -0,0 +1,28 @@
1
+ import { FormInstance } from 'element-plus';
2
+
3
+ /** 表单验证 */
4
+ declare const formCheck: (ref: FormInstance) => Promise<boolean>;
5
+ /** 表单rule验证 */
6
+ declare const formValidates: {
7
+ isEmail: (_rule: any, value: string, callback: any) => void;
8
+ /**
9
+ * 判断值的长度或值的范围
10
+ *
11
+ * @param _rule
12
+ * @param value
13
+ * @param callback
14
+ * @param l1 不能小于此参数 | 长度必须等于此
15
+ * @param l2
16
+ */
17
+ length: (_rule: any, value: string, callback: any, l1: number, l2?: number) => void;
18
+ /**
19
+ * 判断密码是否包含了数字和字母
20
+ *
21
+ * @param _rule
22
+ * @param value
23
+ * @param callback
24
+ */
25
+ passwordVerify: (_rule: any, value: string, callback: any) => void;
26
+ same: (_rule: any, value: string, callback: any, value2: any, msg?: string) => void;
27
+ };
28
+ export { formCheck, formValidates };
@@ -1,24 +1,9 @@
1
- export declare const isEmpty: (value: any) => boolean;
2
- export declare const isNotEmpty: (value: any) => boolean;
3
- export declare const sleep: (seconds: number) => Promise<void>;
4
- export declare const removeValueFromArray: <T>(array: T[], value: T) => T[];
5
- export declare const dataFormatter: {
6
- array: (options: {
7
- value: any;
8
- array: {
9
- label: any;
10
- value: any;
11
- }[];
12
- fieldName?: string;
13
- translateObject?: any;
14
- translateIndexArray?: {
15
- [propName: string]: any;
16
- };
17
- }) => any;
18
- };
19
- export declare const mergeObjects: (queryData: any, typeData: any) => {
20
- [key: string]: {
21
- queryType?: string;
22
- val: any;
23
- };
24
- };
1
+ export * from './arrayUtils';
2
+ export * from './baseFunction';
3
+ export * from './dataFormatter';
4
+ export * from './dateTime';
5
+ export * from './emitter';
6
+ export * from './formValidates';
7
+ export * from './msgTips';
8
+ export * from './sleep';
9
+ export * from './validate';
@@ -0,0 +1,26 @@
1
+ type TipsType = 'error' | 'info' | 'success' | 'warning';
2
+ interface MsgParams {
3
+ title?: string;
4
+ msg: string;
5
+ /**
6
+ * 确定回调
7
+ */
8
+ callback?: Function;
9
+ /**
10
+ * 取消回调
11
+ */
12
+ catch?: Function;
13
+ /**
14
+ * 消息持续时间
15
+ */
16
+ duration?: number;
17
+ }
18
+ interface MsgParamsTips extends MsgParams {
19
+ type?: TipsType;
20
+ }
21
+ declare const msgTips: {
22
+ alert: (params: MsgParamsTips) => void;
23
+ elNotification: (params: MsgParamsTips) => void;
24
+ tips: (params: MsgParamsTips) => void;
25
+ };
26
+ export { msgTips };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 睡眠
3
+ *
4
+ * @param time 秒
5
+ */
6
+ export declare function sleep(time: number): Promise<unknown>;
@@ -0,0 +1,5 @@
1
+ export declare function isEmpty<T>(val: '' | null | T | undefined): val is '' | null | undefined;
2
+ export declare function isNotEmpty<T>(val: '' | null | T | undefined): val is T;
3
+ export declare function cryptographicStrength(password: string): boolean;
4
+ export declare function isImage(type: string): boolean;
5
+ export declare function isMail(mail: string): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keli-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A Vue 3 component library based on element-plus",
5
5
  "type": "module",
6
6
  "main": "./dist/keli-ui.umd.cjs",
@@ -12,7 +12,16 @@
12
12
  "import": "./dist/keli-ui.js",
13
13
  "require": "./dist/keli-ui.umd.cjs"
14
14
  },
15
- "./style.css": "./dist/style.css"
15
+ "./style.css": "./dist/keli-ui.css",
16
+ "./dist/keli-ui.css": "./dist/keli-ui.css",
17
+ "./global-components": {
18
+ "types": "./dist/types/global-components.d.ts"
19
+ }
20
+ },
21
+ "typesVersions": {
22
+ "*": {
23
+ "global-components": ["./dist/types/global-components.d.ts"]
24
+ }
16
25
  },
17
26
  "files": [
18
27
  "dist"
@@ -32,18 +41,40 @@
32
41
  "author": "",
33
42
  "license": "MIT",
34
43
  "peerDependencies": {
35
- "element-plus": "^2.4.0",
36
- "vue": "^3.4.0"
44
+ "@iconify/vue": "^4.0.0 || ^5.0.0",
45
+ "@vueuse/core": "^10.0.0 || ^11.0.0 || ^14.0.0",
46
+ "@vxe-ui/core": "^4.0.0",
47
+ "element-plus": "^2.13.0",
48
+ "mitt": "^3.0.0",
49
+ "monaco-editor": "^0.50.0 || ^0.52.0",
50
+ "solarday2lunarday": "^1.12.0",
51
+ "vue": "^3.4.0 || ^3.5.0",
52
+ "vue-draggable-plus": "^0.5.0 || ^0.6.0",
53
+ "vue-hooks-plus": "^2.0.0",
54
+ "vxe-pc-ui": "^4.0.0",
55
+ "vxe-table": "^4.18.13",
56
+ "xe-utils": "^3.0.0 || ^4.0.0"
37
57
  },
38
58
  "devDependencies": {
59
+ "@iconify/vue": "^5.0.0",
39
60
  "@types/node": "^20.11.0",
40
- "@vitejs/plugin-vue": "^6.0.0",
61
+ "@vitejs/plugin-vue": "^6.0.6",
62
+ "@vueuse/core": "^14.2.1",
41
63
  "element-plus": "^2.6.0",
64
+ "esbuild": "^0.28.0",
65
+ "mitt": "^3.0.1",
66
+ "monaco-editor": "^0.52.2",
42
67
  "sass": "^1.77.0",
68
+ "solarday2lunarday": "^1.12.1",
43
69
  "typescript": "^5.4.0",
44
- "vite": "^7.0.0",
70
+ "vite": "^8.0.9",
45
71
  "vite-plugin-dts": "^3.7.0",
46
- "vue": "^3.4.0",
47
- "vue-tsc": "^2.0.0"
72
+ "vue": "^3.5.13",
73
+ "vue-draggable-plus": "^0.6.0",
74
+ "vue-hooks-plus": "^2.4.0",
75
+ "vue-tsc": "^2.0.0",
76
+ "vue3-sfc-loader": "^0.9.5",
77
+ "vxe-pc-ui": "^4.13.28",
78
+ "vxe-table": "^4.18.13"
48
79
  }
49
80
  }