ik-next-ui 0.0.13 → 0.0.15

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 (64) hide show
  1. package/dist/IkApprovalProcess/ik-next-ui.css +1 -1
  2. package/dist/IkApprovalProcess/ik.index.es.js +1 -1
  3. package/dist/IkApprovalProcessDetail/ik-next-ui.css +1 -1
  4. package/dist/IkApprovalProcessDetail/ik.index.es.js +694 -656
  5. package/dist/IkBaseDialog/ik-next-ui.css +1 -1
  6. package/dist/IkBaseDialog/ik.index.es.js +154 -116
  7. package/dist/IkCollapseCard/ik-next-ui.css +1 -1
  8. package/dist/IkCollapseCard/ik.index.es.js +163 -125
  9. package/dist/IkDescription/ik-next-ui.css +1 -1
  10. package/dist/IkDescription/ik.index.es.js +610 -572
  11. package/dist/IkDetailPreviewFiles/ik-next-ui.css +1 -1
  12. package/dist/IkDetailPreviewFiles/ik.index.es.js +805 -767
  13. package/dist/IkIconPicker/ik-next-ui.css +1 -1
  14. package/dist/IkIconPicker/ik.index.es.js +180 -142
  15. package/dist/IkImageUploadEditor/ik.index.es.js +1084 -1084
  16. package/dist/IkMonacoEditor/ik-next-ui.css +1 -1
  17. package/dist/IkMonacoEditor/ik.index.es.js +418 -380
  18. package/dist/IkPickerUser/ik-next-ui.css +1 -1
  19. package/dist/IkPreviewFile/ik-next-ui.css +1 -1
  20. package/dist/IkPreviewFile/ik.index.es.js +644 -606
  21. package/dist/IkPreviewFileDialog/ik-next-ui.css +1 -1
  22. package/dist/IkPreviewFileDialog/ik.index.es.js +658 -620
  23. package/dist/IkRadioGroup/ik-next-ui.css +1 -1
  24. package/dist/IkRadioGroup/ik.index.es.js +140 -102
  25. package/dist/IkSideText/ik-next-ui.css +1 -1
  26. package/dist/IkSideText/ik.index.es.js +131 -93
  27. package/dist/IkSvgIcon/ik-next-ui.css +1 -1
  28. package/dist/IkSvgIcon/ik.index.es.js +139 -101
  29. package/dist/IkUploadFile/ik-next-ui.css +1 -1
  30. package/dist/IkUploadFile/ik.index.es.js +880 -839
  31. package/dist/IkUploadImage/ik-next-ui.css +1 -1
  32. package/dist/IkUploadImage/ik.index.es.js +261 -223
  33. package/dist/IkVerticalStepBar/ik-next-ui.css +1 -1
  34. package/dist/IkVerticalStepBar/ik.index.es.js +140 -102
  35. package/dist/Provider/ik.index.es.js +13 -19
  36. package/dist/build/version.json.d.ts +1 -1
  37. package/dist/ik-next-ui.css +2 -2
  38. package/dist/index.es.js +10093 -10097
  39. package/dist/index.umd.js +103 -103
  40. package/dist/src/components/IkDragList/index.d.ts +3 -3
  41. package/dist/src/components/IkDragList/src/IkDragList.vue.d.ts +1 -1
  42. package/dist/src/components/IkImage/index.d.ts +15 -15
  43. package/dist/src/components/IkImage/src/index.vue.d.ts +1 -1
  44. package/dist/src/components/IkPickerUser/index.d.ts +1 -1
  45. package/dist/src/components/IkPickerUser/src/list/GroupList.vue.d.ts +1 -1
  46. package/dist/src/components/IkPickerUser/src/list/PostList.vue.d.ts +1 -1
  47. package/dist/src/components/IkPickerUser/src/list/RoleList.vue.d.ts +1 -1
  48. package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +1 -1
  49. package/dist/src/components/IkSideText/IkSideText.vue.d.ts +1 -1
  50. package/dist/src/components/IkSideText/index.d.ts +1 -1
  51. package/dist/src/components/IkTooltip/index.d.ts +3 -3
  52. package/dist/src/components/IkTooltip/src/index.vue.d.ts +1 -1
  53. package/dist/src/components/IkTree/IkTree.vue.d.ts +2532 -788
  54. package/dist/src/components/IkUploadFile/src/hooks/useFileInfo.d.ts +1 -0
  55. package/dist/src/components/IkUploadImage/index.d.ts +3 -3
  56. package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
  57. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +12 -17
  58. package/dist/src/components/Provider/index.d.ts +30 -77
  59. package/dist/src/components-dev/IkUmoEditor/index.d.ts +322 -0
  60. package/dist/src/iking-ui/version.d.ts +1 -1
  61. package/package.json +1 -1
  62. package/dist/src/components/IkBtnContent/index.d.ts +0 -34
  63. package/dist/src/components/IkBtnContent/src/index.d.ts +0 -36
  64. package/dist/src/components/IkTree/index.d.ts +0 -12403
@@ -140,10 +140,10 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
140
140
  filter: string;
141
141
  list: import('./src/default-props').TList[];
142
142
  disabled: boolean;
143
- animation: number;
144
143
  draggable: string;
145
144
  showIcon: boolean;
146
145
  group: string;
146
+ animation: number;
147
147
  ghostClass: string;
148
148
  chosenClass: string;
149
149
  dragClass: string;
@@ -307,10 +307,10 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
307
307
  filter: string;
308
308
  list: import('./src/default-props').TList[];
309
309
  disabled: boolean;
310
- animation: number;
311
310
  draggable: string;
312
311
  showIcon: boolean;
313
312
  group: string;
313
+ animation: number;
314
314
  ghostClass: string;
315
315
  chosenClass: string;
316
316
  dragClass: string;
@@ -475,10 +475,10 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
475
475
  filter: string;
476
476
  list: import('./src/default-props').TList[];
477
477
  disabled: boolean;
478
- animation: number;
479
478
  draggable: string;
480
479
  showIcon: boolean;
481
480
  group: string;
481
+ animation: number;
482
482
  ghostClass: string;
483
483
  chosenClass: string;
484
484
  dragClass: string;
@@ -274,10 +274,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
274
274
  filter: string;
275
275
  list: TList[];
276
276
  disabled: boolean;
277
- animation: number;
278
277
  draggable: string;
279
278
  showIcon: boolean;
280
279
  group: string;
280
+ animation: number;
281
281
  ghostClass: string;
282
282
  chosenClass: string;
283
283
  dragClass: string;
@@ -22,13 +22,6 @@ export declare const IkImage: import('../../utils/typescript').SFCWithInstall<im
22
22
  alt: {
23
23
  type: import('vue').PropType<string>;
24
24
  };
25
- previewSrcList: {
26
- type: import('vue').PropType<string[]>;
27
- };
28
- fit: {
29
- type: import('vue').PropType<"fill" | "none" | "cover" | "contain" | "scale-down">;
30
- default: string;
31
- };
32
25
  initialIndex: {
33
26
  type: import('vue').PropType<number>;
34
27
  default: number;
@@ -36,6 +29,13 @@ export declare const IkImage: import('../../utils/typescript').SFCWithInstall<im
36
29
  customClass: {
37
30
  type: import('vue').PropType<string>;
38
31
  };
32
+ fit: {
33
+ type: import('vue').PropType<"fill" | "none" | "cover" | "contain" | "scale-down">;
34
+ default: string;
35
+ };
36
+ previewSrcList: {
37
+ type: import('vue').PropType<string[]>;
38
+ };
39
39
  radius: {
40
40
  type: import('vue').PropType<string | number>;
41
41
  };
@@ -71,13 +71,6 @@ export declare const IkImage: import('../../utils/typescript').SFCWithInstall<im
71
71
  alt: {
72
72
  type: import('vue').PropType<string>;
73
73
  };
74
- previewSrcList: {
75
- type: import('vue').PropType<string[]>;
76
- };
77
- fit: {
78
- type: import('vue').PropType<"fill" | "none" | "cover" | "contain" | "scale-down">;
79
- default: string;
80
- };
81
74
  initialIndex: {
82
75
  type: import('vue').PropType<number>;
83
76
  default: number;
@@ -85,6 +78,13 @@ export declare const IkImage: import('../../utils/typescript').SFCWithInstall<im
85
78
  customClass: {
86
79
  type: import('vue').PropType<string>;
87
80
  };
81
+ fit: {
82
+ type: import('vue').PropType<"fill" | "none" | "cover" | "contain" | "scale-down">;
83
+ default: string;
84
+ };
85
+ previewSrcList: {
86
+ type: import('vue').PropType<string[]>;
87
+ };
88
88
  radius: {
89
89
  type: import('vue').PropType<string | number>;
90
90
  };
@@ -99,8 +99,8 @@ export declare const IkImage: import('../../utils/typescript').SFCWithInstall<im
99
99
  }>> & Readonly<{}>, {
100
100
  lazy: boolean;
101
101
  preview: boolean;
102
- fit: "fill" | "contain" | "cover" | "none" | "scale-down";
103
102
  initialIndex: number;
103
+ fit: "fill" | "contain" | "cover" | "none" | "scale-down";
104
104
  loadingSlot: boolean;
105
105
  errorSlot: boolean;
106
106
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
@@ -73,8 +73,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
73
73
  }>>> & Readonly<{}>, {
74
74
  lazy: boolean;
75
75
  preview: boolean;
76
- fit: "fill" | "contain" | "cover" | "none" | "scale-down";
77
76
  initialIndex: number;
77
+ fit: "fill" | "contain" | "cover" | "none" | "scale-down";
78
78
  loadingSlot: boolean;
79
79
  errorSlot: boolean;
80
80
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -325,7 +325,6 @@ export declare const IkPickerUser: import('../../utils/typescript').SFCWithInsta
325
325
  width: String | Number;
326
326
  height: String | Number;
327
327
  children: boolean;
328
- max: number;
329
328
  search: boolean;
330
329
  show: boolean;
331
330
  placeholder: string;
@@ -338,6 +337,7 @@ export declare const IkPickerUser: import('../../utils/typescript').SFCWithInsta
338
337
  elementId: string;
339
338
  elementType: "DEPT" | "USER" | "ROLE" | "POST";
340
339
  };
340
+ max: number;
341
341
  emptyText: string;
342
342
  immediate: boolean;
343
343
  groupList: import('./types').TList[];
@@ -100,13 +100,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
100
  height: string;
101
101
  list: import('../../types').TList[];
102
102
  children: boolean;
103
- max: number;
104
103
  multiple: boolean;
105
104
  chooseType: unknown[];
106
105
  fixPropOpt: Record<string, any>;
107
106
  fixTypeOpt: Record<string, any>;
108
107
  imageBaseUrl: string;
109
108
  handList: import('../../types').TList[];
109
+ max: number;
110
110
  emptyText: string;
111
111
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
112
112
  export default _default;
@@ -98,13 +98,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
98
98
  height: string;
99
99
  list: import('../../types').TList[];
100
100
  children: boolean;
101
- max: number;
102
101
  multiple: boolean;
103
102
  chooseType: unknown[];
104
103
  fixPropOpt: Record<string, any>;
105
104
  fixTypeOpt: Record<string, any>;
106
105
  imageBaseUrl: string;
107
106
  handList: import('../../types').TList[];
107
+ max: number;
108
108
  emptyText: string;
109
109
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
110
110
  export default _default;
@@ -98,13 +98,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
98
98
  height: string;
99
99
  list: import('../../types').TList[];
100
100
  children: boolean;
101
- max: number;
102
101
  multiple: boolean;
103
102
  chooseType: unknown[];
104
103
  fixPropOpt: Record<string, any>;
105
104
  fixTypeOpt: Record<string, any>;
106
105
  imageBaseUrl: string;
107
106
  handList: import('../../types').TList[];
107
+ max: number;
108
108
  emptyText: string;
109
109
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
110
110
  export default _default;
@@ -327,7 +327,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
327
327
  width: String | Number;
328
328
  height: String | Number;
329
329
  children: boolean;
330
- max: number;
331
330
  search: boolean;
332
331
  show: boolean;
333
332
  placeholder: string;
@@ -340,6 +339,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
340
339
  elementId: string;
341
340
  elementType: "DEPT" | "USER" | "ROLE" | "POST";
342
341
  };
342
+ max: number;
343
343
  emptyText: string;
344
344
  immediate: boolean;
345
345
  groupList: TList[];
@@ -114,11 +114,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
114
114
  iconSize: string;
115
115
  fit: "fill" | "none" | "cover" | "contain" | "scale-down";
116
116
  avatar: string;
117
- shape: "circle" | "square";
118
117
  avatarType: string;
119
118
  showIconBg: boolean;
120
119
  iconType: "error" | "success" | "warning" | "primary" | "info";
121
120
  iconBackgroundColor: string;
122
121
  subText: string;
122
+ shape: "circle" | "square";
123
123
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
124
124
  export default _default;
@@ -112,11 +112,11 @@ export declare const IkSideText: import('../../utils/typescript').SFCWithInstall
112
112
  iconSize: string;
113
113
  fit: "fill" | "none" | "cover" | "contain" | "scale-down";
114
114
  avatar: string;
115
- shape: "circle" | "square";
116
115
  avatarType: string;
117
116
  showIconBg: boolean;
118
117
  iconType: "error" | "success" | "warning" | "primary" | "info";
119
118
  iconBackgroundColor: string;
120
119
  subText: string;
120
+ shape: "circle" | "square";
121
121
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
122
122
  export default IkSideText;
@@ -19,7 +19,7 @@ export declare const IkTooltip: import('../../utils/typescript').SFCWithInstall<
19
19
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
20
20
  text: string;
21
21
  content: string;
22
- placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
22
+ placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
23
23
  effect: "dark" | "light";
24
24
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
25
25
  P: {};
@@ -48,7 +48,7 @@ export declare const IkTooltip: import('../../utils/typescript').SFCWithInstall<
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
49
  text: string;
50
50
  content: string;
51
- placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
51
+ placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
52
52
  effect: "dark" | "light";
53
53
  }>;
54
54
  __isFragment?: never;
@@ -74,7 +74,7 @@ export declare const IkTooltip: import('../../utils/typescript').SFCWithInstall<
74
74
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
75
75
  text: string;
76
76
  content: string;
77
- placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
77
+ placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
78
78
  effect: "dark" | "light";
79
79
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
80
80
  $slots: {
@@ -40,7 +40,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
40
40
  }>> & Readonly<{}>, {
41
41
  text: string;
42
42
  content: string;
43
- placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
43
+ placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
44
44
  effect: "dark" | "light";
45
45
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
46
46
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;