iking-web-ui-pro 0.2.5 → 0.2.7

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/IKDetailPreviewFiles/ik.index.es.js +420 -417
  2. package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
  3. package/dist/IKDetailPreviewFiles/style.css +1 -1
  4. package/dist/IKExpandCollapse/ik.index.es.js +124 -121
  5. package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
  6. package/dist/IKExpandCollapse/style.css +1 -1
  7. package/dist/IKPreviewFile/ik.index.es.js +359 -356
  8. package/dist/IKPreviewFile/ik.index.umd.js +1 -1
  9. package/dist/IKPreviewFile/style.css +1 -1
  10. package/dist/IKVerticalStepBar/ik.index.es.js +142 -139
  11. package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
  12. package/dist/IKVerticalStepBar/style.css +1 -1
  13. package/dist/IkApprovalProcessDetail/ik.index.es.js +565 -562
  14. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  15. package/dist/IkApprovalProcessDetail/style.css +1 -1
  16. package/dist/IkBaseDialog/ik.index.es.js +126 -123
  17. package/dist/IkBaseDialog/ik.index.umd.js +1 -1
  18. package/dist/IkBaseDialog/style.css +1 -1
  19. package/dist/IkBtnSetting/ik.index.es.js +253 -250
  20. package/dist/IkBtnSetting/ik.index.umd.js +1 -1
  21. package/dist/IkBtnSetting/style.css +1 -1
  22. package/dist/IkCollapseCard/ik.index.es.js +130 -127
  23. package/dist/IkCollapseCard/ik.index.umd.js +1 -1
  24. package/dist/IkCollapseCard/style.css +1 -1
  25. package/dist/IkDescription/ik.index.es.js +361 -358
  26. package/dist/IkDescription/ik.index.umd.js +1 -1
  27. package/dist/IkDescription/style.css +1 -1
  28. package/dist/IkIconPicker/ik.index.es.js +197 -194
  29. package/dist/IkIconPicker/ik.index.umd.js +1 -1
  30. package/dist/IkIconPicker/style.css +1 -1
  31. package/dist/IkMonacoEditor/ik.index.es.js +398 -395
  32. package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
  33. package/dist/IkMonacoEditor/style.css +1 -1
  34. package/dist/IkPageFull/ik.index.es.js +1124 -1121
  35. package/dist/IkPageFull/ik.index.umd.js +2 -2
  36. package/dist/IkPageFull/style.css +1 -1
  37. package/dist/IkPreviewFileDialog/ik.index.es.js +294 -291
  38. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  39. package/dist/IkPreviewFileDialog/style.css +1 -1
  40. package/dist/IkSchedule/ik.index.es.js +969 -966
  41. package/dist/IkSchedule/ik.index.umd.js +1 -1
  42. package/dist/IkSchedule/style.css +1 -1
  43. package/dist/IkSideText/ik.index.es.js +147 -144
  44. package/dist/IkSideText/ik.index.umd.js +1 -1
  45. package/dist/IkSideText/style.css +1 -1
  46. package/dist/IkSvgIcon/ik.index.es.js +107 -104
  47. package/dist/IkSvgIcon/ik.index.umd.js +1 -1
  48. package/dist/IkSvgIcon/style.css +1 -1
  49. package/dist/IkUploadFile/ik.index.es.js +531 -527
  50. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  51. package/dist/IkUploadFile/style.css +1 -1
  52. package/dist/IkUploadImage/ik.index.es.js +278 -275
  53. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  54. package/dist/IkUploadImage/style.css +1 -1
  55. package/dist/Provider/ik.index.es.js +50 -46
  56. package/dist/Provider/ik.index.umd.js +5 -5
  57. package/dist/index.es.js +7053 -7045
  58. package/dist/index.umd.js +37 -37
  59. package/dist/src/components/IkSvgIcon/index.d.ts +0 -3
  60. package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +0 -3
  61. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +9 -0
  62. package/dist/src/components/Provider/index.d.ts +19 -0
  63. package/dist/style.css +1 -1
  64. package/package.json +1 -1
@@ -70,7 +70,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
70
70
  };
71
71
  tableIconType: {
72
72
  type: import('vue').PropType<"button" | "icon">;
73
- default: string;
74
73
  };
75
74
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
76
75
  title: {
@@ -144,7 +143,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
144
143
  };
145
144
  tableIconType: {
146
145
  type: import('vue').PropType<"button" | "icon">;
147
- default: string;
148
146
  };
149
147
  }>>, {
150
148
  disabled: boolean;
@@ -155,6 +153,5 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
155
153
  showBg: boolean;
156
154
  padding: string;
157
155
  notip: boolean;
158
- tableIconType: "button" | "icon";
159
156
  }, {}>> & Record<string, any>;
160
157
  export default IkSvgIcon;
@@ -29,7 +29,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  opacity: number;
30
30
  active: boolean;
31
31
  disabled: boolean;
32
- tableIconType: string;
33
32
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
34
33
  name: string;
35
34
  flip?: "vertical" | "horizontal" | "both" | undefined;
@@ -61,7 +60,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
61
60
  opacity: number;
62
61
  active: boolean;
63
62
  disabled: boolean;
64
- tableIconType: string;
65
63
  }>>>, {
66
64
  disabled: boolean;
67
65
  size: 'default' | 'small' | 'big' | string | number;
@@ -71,7 +69,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
71
69
  showBg: boolean;
72
70
  padding: string;
73
71
  notip: boolean;
74
- tableIconType: 'icon' | 'button';
75
72
  }, {}>;
76
73
  export default _default;
77
74
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -19,6 +19,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
19
19
  type: StringConstructor;
20
20
  default: string;
21
21
  };
22
+ iconConfig: {
23
+ type: ObjectConstructor;
24
+ default: () => null;
25
+ };
22
26
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
27
  onlyofficeConfig: {
24
28
  type: ObjectConstructor;
@@ -40,12 +44,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
40
44
  type: StringConstructor;
41
45
  default: string;
42
46
  };
47
+ iconConfig: {
48
+ type: ObjectConstructor;
49
+ default: () => null;
50
+ };
43
51
  }>>, {
44
52
  loadUrl: string;
45
53
  uploadUrl: string;
46
54
  token: string;
47
55
  onlyofficeConfig: Record<string, any>;
48
56
  userInfo: Record<string, any>;
57
+ iconConfig: Record<string, any>;
49
58
  }, {}>, {
50
59
  default?(_: {}): any;
51
60
  }>;
@@ -20,6 +20,10 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
20
20
  type: StringConstructor;
21
21
  default: string;
22
22
  };
23
+ iconConfig: {
24
+ type: ObjectConstructor;
25
+ default: () => null;
26
+ };
23
27
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
24
28
  onlyofficeConfig: {
25
29
  type: ObjectConstructor;
@@ -41,12 +45,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
41
45
  type: StringConstructor;
42
46
  default: string;
43
47
  };
48
+ iconConfig: {
49
+ type: ObjectConstructor;
50
+ default: () => null;
51
+ };
44
52
  }>>, {
45
53
  loadUrl: string;
46
54
  uploadUrl: string;
47
55
  token: string;
48
56
  onlyofficeConfig: Record<string, any>;
49
57
  userInfo: Record<string, any>;
58
+ iconConfig: Record<string, any>;
50
59
  }, true, {}, {}, {
51
60
  P: {};
52
61
  B: {};
@@ -75,12 +84,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
75
84
  type: StringConstructor;
76
85
  default: string;
77
86
  };
87
+ iconConfig: {
88
+ type: ObjectConstructor;
89
+ default: () => null;
90
+ };
78
91
  }>>, {}, {}, {}, {}, {
79
92
  loadUrl: string;
80
93
  uploadUrl: string;
81
94
  token: string;
82
95
  onlyofficeConfig: Record<string, any>;
83
96
  userInfo: Record<string, any>;
97
+ iconConfig: Record<string, any>;
84
98
  }>;
85
99
  __isFragment?: undefined;
86
100
  __isTeleport?: undefined;
@@ -106,12 +120,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
106
120
  type: StringConstructor;
107
121
  default: string;
108
122
  };
123
+ iconConfig: {
124
+ type: ObjectConstructor;
125
+ default: () => null;
126
+ };
109
127
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
110
128
  loadUrl: string;
111
129
  uploadUrl: string;
112
130
  token: string;
113
131
  onlyofficeConfig: Record<string, any>;
114
132
  userInfo: Record<string, any>;
133
+ iconConfig: Record<string, any>;
115
134
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
116
135
  $slots: {
117
136
  default?(_: {}): any;