iking-web-ui-pro 0.2.20 → 0.2.22

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/IKExpandCollapse/ik.index.es.js +67 -64
  2. package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
  3. package/dist/IKExpandCollapse/style.css +1 -1
  4. package/dist/IKPreviewFile/ik.index.es.js +279 -276
  5. package/dist/IKPreviewFile/ik.index.umd.js +16 -16
  6. package/dist/IKPreviewFile/style.css +1 -1
  7. package/dist/IKVerticalStepBar/ik.index.es.js +102 -99
  8. package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
  9. package/dist/IKVerticalStepBar/style.css +1 -1
  10. package/dist/IkApprovalProcessDetail/ik.index.es.js +279 -276
  11. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  12. package/dist/IkApprovalProcessDetail/style.css +1 -1
  13. package/dist/IkBaseDialog/ik.index.es.js +113 -110
  14. package/dist/IkBaseDialog/ik.index.umd.js +1 -1
  15. package/dist/IkBaseDialog/style.css +1 -1
  16. package/dist/IkBtnSetting/ik.index.es.js +208 -205
  17. package/dist/IkBtnSetting/ik.index.umd.js +1 -1
  18. package/dist/IkBtnSetting/style.css +1 -1
  19. package/dist/IkCollapseCard/ik.index.es.js +75 -72
  20. package/dist/IkCollapseCard/ik.index.umd.js +1 -1
  21. package/dist/IkCollapseCard/style.css +1 -1
  22. package/dist/IkDescription/ik.index.es.js +413 -410
  23. package/dist/IkDescription/ik.index.umd.js +1 -1
  24. package/dist/IkDescription/style.css +1 -1
  25. package/dist/IkDetailPreviewFiles/ik.index.es.js +272 -269
  26. package/dist/IkDetailPreviewFiles/ik.index.umd.js +1 -1
  27. package/dist/IkDetailPreviewFiles/style.css +1 -1
  28. package/dist/IkIconPicker/ik.index.es.js +146 -143
  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 +156 -153
  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 +1129 -1126
  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 +556 -553
  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 +1432 -1429
  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 +99 -96
  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 +54 -51
  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 +697 -694
  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 +204 -201
  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 +10 -14
  56. package/dist/Provider/ik.index.umd.js +1 -1
  57. package/dist/index.es.js +4121 -4122
  58. package/dist/index.umd.js +2 -2
  59. package/dist/src/components/IkSvgIcon/index.d.ts +6 -2
  60. package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +6 -2
  61. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +0 -9
  62. package/dist/src/components/Provider/index.d.ts +0 -19
  63. package/dist/style.css +1 -1
  64. package/package.json +1 -1
@@ -71,7 +71,9 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
71
71
  tableIconType: {
72
72
  type: import('vue').PropType<"button" | "icon">;
73
73
  };
74
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
74
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
75
+ click: (...args: any[]) => void;
76
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
75
77
  title: {
76
78
  type: import('vue').PropType<string>;
77
79
  };
@@ -144,7 +146,9 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
144
146
  tableIconType: {
145
147
  type: import('vue').PropType<"button" | "icon">;
146
148
  };
147
- }>>, {
149
+ }>> & {
150
+ onClick?: ((...args: any[]) => any) | undefined;
151
+ }, {
148
152
  opacity: number;
149
153
  disabled: boolean;
150
154
  size: "default" | "small" | "big" | string | number;
@@ -29,7 +29,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  opacity: number;
30
30
  active: boolean;
31
31
  disabled: boolean;
32
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
32
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ click: (...args: any[]) => void;
34
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
33
35
  active?: boolean;
34
36
  bg?: boolean;
35
37
  color?: string;
@@ -60,7 +62,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
60
62
  opacity: number;
61
63
  active: boolean;
62
64
  disabled: boolean;
63
- }>>>, {
65
+ }>>> & {
66
+ onClick?: ((...args: any[]) => any) | undefined;
67
+ }, {
64
68
  opacity: number;
65
69
  disabled: boolean;
66
70
  size: "default" | "small" | "big" | string | number;
@@ -22,10 +22,6 @@ declare const __VLS_component: import('vue').DefineComponent<{
22
22
  type: StringConstructor;
23
23
  default: string;
24
24
  };
25
- iconConfig: {
26
- type: ObjectConstructor;
27
- default: () => null;
28
- };
29
25
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
26
  onlyofficeConfig: {
31
27
  type: ObjectConstructor;
@@ -47,17 +43,12 @@ declare const __VLS_component: import('vue').DefineComponent<{
47
43
  type: StringConstructor;
48
44
  default: string;
49
45
  };
50
- iconConfig: {
51
- type: ObjectConstructor;
52
- default: () => null;
53
- };
54
46
  }>>, {
55
47
  loadUrl: string;
56
48
  uploadUrl: string;
57
49
  token: string;
58
50
  onlyofficeConfig: Record<string, any>;
59
51
  userInfo: Record<string, any>;
60
- iconConfig: Record<string, any>;
61
52
  }, {}>;
62
53
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
63
54
  export default _default;
@@ -20,10 +20,6 @@ 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
- };
27
23
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
28
24
  onlyofficeConfig: {
29
25
  type: ObjectConstructor;
@@ -45,17 +41,12 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
45
41
  type: StringConstructor;
46
42
  default: string;
47
43
  };
48
- iconConfig: {
49
- type: ObjectConstructor;
50
- default: () => null;
51
- };
52
44
  }>>, {
53
45
  loadUrl: string;
54
46
  uploadUrl: string;
55
47
  token: string;
56
48
  onlyofficeConfig: Record<string, any>;
57
49
  userInfo: Record<string, any>;
58
- iconConfig: Record<string, any>;
59
50
  }, true, {}, {}, {
60
51
  P: {};
61
52
  B: {};
@@ -84,17 +75,12 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
84
75
  type: StringConstructor;
85
76
  default: string;
86
77
  };
87
- iconConfig: {
88
- type: ObjectConstructor;
89
- default: () => null;
90
- };
91
78
  }>>, {}, {}, {}, {}, {
92
79
  loadUrl: string;
93
80
  uploadUrl: string;
94
81
  token: string;
95
82
  onlyofficeConfig: Record<string, any>;
96
83
  userInfo: Record<string, any>;
97
- iconConfig: Record<string, any>;
98
84
  }>;
99
85
  __isFragment?: never;
100
86
  __isTeleport?: never;
@@ -120,17 +106,12 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
120
106
  type: StringConstructor;
121
107
  default: string;
122
108
  };
123
- iconConfig: {
124
- type: ObjectConstructor;
125
- default: () => null;
126
- };
127
109
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
128
110
  loadUrl: string;
129
111
  uploadUrl: string;
130
112
  token: string;
131
113
  onlyofficeConfig: Record<string, any>;
132
114
  userInfo: Record<string, any>;
133
- iconConfig: Record<string, any>;
134
115
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
135
116
  $slots: {
136
117
  default?(_: {}): any;