iking-web-ui-pro 1.2.6 → 1.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 (40) hide show
  1. package/dist/IkImageUploadEditor/ik.index.es.js +1227 -1227
  2. package/dist/IkPrint/ik.index.es.js +1 -1
  3. package/dist/IkPrint/{index.es-DDNCkl-c.mjs → index.es-OMtWcZN6.mjs} +1 -1
  4. package/dist/{jspdf.es.min-DsM3mxSl.mjs → IkPrint/jspdf.es.min-CYsYASKt.mjs} +2 -2
  5. package/dist/IkPrint/purify.es-CiEWEeUM.mjs +605 -0
  6. package/dist/IkUploadFile/ik.index.es.js +307 -306
  7. package/dist/IkUploadFile/iking-web-ui-pro.css +1 -1
  8. package/dist/iking-web-ui-pro.css +1 -1
  9. package/dist/{index-Cba2fjdk.mjs → index-CughgR_O.mjs} +8948 -8947
  10. package/dist/{index.es-DqdRfgV4.mjs → index.es-DgqPc8il.mjs} +139 -139
  11. package/dist/index.es.js +1 -1
  12. package/dist/index.umd.js +199 -198
  13. package/dist/{IkPrint/jspdf.es.min-DLP80Gi4.mjs → jspdf.es.min-CVLIg3IF.mjs} +2 -2
  14. package/dist/purify.es-CiEWEeUM.mjs +605 -0
  15. package/dist/src/components/IkBtnSetting/index.d.ts +1 -1
  16. package/dist/src/components/IkBtnSetting/src/IkBtnSetting.vue.d.ts +1 -1
  17. package/dist/src/components/IkDragList/index.d.ts +3 -3
  18. package/dist/src/components/IkDragList/src/IkDragList.vue.d.ts +1 -1
  19. package/dist/src/components/IkMonacoEditor/index.d.ts +16 -16
  20. package/dist/src/components/IkMonacoEditor/src/index.vue.d.ts +16 -16
  21. package/dist/src/components/IkPageFull/index.d.ts +3 -3
  22. package/dist/src/components/IkPageFull/src/IkDialog.d.ts +2 -2
  23. package/dist/src/components/IkPageFull/src/IkPageHead.vue.d.ts +1 -1
  24. package/dist/src/components/IkPageFull/src/IkPageTable.vue.d.ts +1 -1
  25. package/dist/src/components/IkPageFull/src/IkSearchAuto.d.ts +1 -1
  26. package/dist/src/components/IkPageFull/src/index.vue.d.ts +1 -1
  27. package/dist/src/components/IkPickerUser/index.d.ts +2 -2
  28. package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +2 -2
  29. package/dist/src/components/IkSideText/IkSideText.vue.d.ts +2 -2
  30. package/dist/src/components/IkSideText/index.d.ts +2 -2
  31. package/dist/src/components/IkStatu/index.d.ts +1 -1
  32. package/dist/src/components/IkStatu/src/index.vue.d.ts +1 -1
  33. package/dist/src/components/IkSvgIcon/index.d.ts +16 -16
  34. package/dist/src/components/IkTree/IkTree.vue.d.ts +2532 -788
  35. package/dist/src/components/IkUploadImage/index.d.ts +3 -3
  36. package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
  37. package/package.json +1 -1
  38. package/dist/IkPrint/purify.es-D5dazAgD.mjs +0 -553
  39. package/dist/purify.es-D5dazAgD.mjs +0 -553
  40. package/dist/src/components/IkTree/index.d.ts +0 -12349
@@ -126,8 +126,8 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
126
126
  disabled: boolean;
127
127
  draggable: string;
128
128
  group: string;
129
- animation: number;
130
129
  showIcon: boolean;
130
+ animation: number;
131
131
  ghostClass: string;
132
132
  chosenClass: string;
133
133
  dragClass: string;
@@ -276,8 +276,8 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
276
276
  disabled: boolean;
277
277
  draggable: string;
278
278
  group: string;
279
- animation: number;
280
279
  showIcon: boolean;
280
+ animation: number;
281
281
  ghostClass: string;
282
282
  chosenClass: string;
283
283
  dragClass: string;
@@ -425,8 +425,8 @@ export declare const IkDragList: import('../../utils/typescript').SFCWithInstall
425
425
  disabled: boolean;
426
426
  draggable: string;
427
427
  group: string;
428
- animation: number;
429
428
  showIcon: boolean;
429
+ animation: number;
430
430
  ghostClass: string;
431
431
  chosenClass: string;
432
432
  dragClass: string;
@@ -248,8 +248,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
248
248
  disabled: boolean;
249
249
  draggable: string;
250
250
  group: string;
251
- animation: number;
252
251
  showIcon: boolean;
252
+ animation: number;
253
253
  ghostClass: string;
254
254
  chosenClass: string;
255
255
  dragClass: string;
@@ -99,7 +99,7 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
99
99
  type: import('vue').PropType<string>;
100
100
  };
101
101
  type: {
102
- type: import('vue').PropType<"error" | "success" | "primary" | "warning" | "info">;
102
+ type: import('vue').PropType<"error" | "info" | "primary" | "success" | "warning">;
103
103
  default: string;
104
104
  };
105
105
  name: {
@@ -121,9 +121,15 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
121
121
  type: import('vue').PropType<string | number>;
122
122
  default: string;
123
123
  };
124
+ primary: {
125
+ type: import('vue').PropType<boolean>;
126
+ };
124
127
  success: {
125
128
  type: import('vue').PropType<boolean>;
126
129
  };
130
+ warning: {
131
+ type: import('vue').PropType<boolean>;
132
+ };
127
133
  bg: {
128
134
  type: import('vue').PropType<boolean>;
129
135
  default: boolean;
@@ -131,12 +137,6 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
131
137
  color: {
132
138
  type: import('vue').PropType<string>;
133
139
  };
134
- primary: {
135
- type: import('vue').PropType<boolean>;
136
- };
137
- warning: {
138
- type: import('vue').PropType<boolean>;
139
- };
140
140
  active: {
141
141
  type: import('vue').PropType<boolean>;
142
142
  default: boolean;
@@ -145,7 +145,7 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
145
145
  type: import('vue').PropType<string>;
146
146
  };
147
147
  flip: {
148
- type: import('vue').PropType<"horizontal" | "vertical" | "both">;
148
+ type: import('vue').PropType<"both" | "horizontal" | "vertical">;
149
149
  };
150
150
  notip: {
151
151
  type: import('vue').PropType<boolean>;
@@ -182,7 +182,7 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
182
182
  type: import('vue').PropType<string>;
183
183
  };
184
184
  type: {
185
- type: import('vue').PropType<"error" | "success" | "primary" | "warning" | "info">;
185
+ type: import('vue').PropType<"error" | "info" | "primary" | "success" | "warning">;
186
186
  default: string;
187
187
  };
188
188
  name: {
@@ -204,9 +204,15 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
204
204
  type: import('vue').PropType<string | number>;
205
205
  default: string;
206
206
  };
207
+ primary: {
208
+ type: import('vue').PropType<boolean>;
209
+ };
207
210
  success: {
208
211
  type: import('vue').PropType<boolean>;
209
212
  };
213
+ warning: {
214
+ type: import('vue').PropType<boolean>;
215
+ };
210
216
  bg: {
211
217
  type: import('vue').PropType<boolean>;
212
218
  default: boolean;
@@ -214,12 +220,6 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
214
220
  color: {
215
221
  type: import('vue').PropType<string>;
216
222
  };
217
- primary: {
218
- type: import('vue').PropType<boolean>;
219
- };
220
- warning: {
221
- type: import('vue').PropType<boolean>;
222
- };
223
223
  active: {
224
224
  type: import('vue').PropType<boolean>;
225
225
  default: boolean;
@@ -228,7 +228,7 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
228
228
  type: import('vue').PropType<string>;
229
229
  };
230
230
  flip: {
231
- type: import('vue').PropType<"horizontal" | "vertical" | "both">;
231
+ type: import('vue').PropType<"both" | "horizontal" | "vertical">;
232
232
  };
233
233
  notip: {
234
234
  type: import('vue').PropType<boolean>;
@@ -102,7 +102,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
102
102
  type: PropType<string>;
103
103
  };
104
104
  type: {
105
- type: PropType<"error" | "success" | "primary" | "warning" | "info">;
105
+ type: PropType<"error" | "info" | "primary" | "success" | "warning">;
106
106
  default: string;
107
107
  };
108
108
  name: {
@@ -124,9 +124,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
124
  type: PropType<string | number>;
125
125
  default: string;
126
126
  };
127
+ primary: {
128
+ type: PropType<boolean>;
129
+ };
127
130
  success: {
128
131
  type: PropType<boolean>;
129
132
  };
133
+ warning: {
134
+ type: PropType<boolean>;
135
+ };
130
136
  bg: {
131
137
  type: PropType<boolean>;
132
138
  default: boolean;
@@ -134,12 +140,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
134
140
  color: {
135
141
  type: PropType<string>;
136
142
  };
137
- primary: {
138
- type: PropType<boolean>;
139
- };
140
- warning: {
141
- type: PropType<boolean>;
142
- };
143
143
  active: {
144
144
  type: PropType<boolean>;
145
145
  default: boolean;
@@ -148,7 +148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  type: PropType<string>;
149
149
  };
150
150
  flip: {
151
- type: PropType<"horizontal" | "vertical" | "both">;
151
+ type: PropType<"both" | "horizontal" | "vertical">;
152
152
  };
153
153
  notip: {
154
154
  type: PropType<boolean>;
@@ -185,7 +185,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
185
185
  type: PropType<string>;
186
186
  };
187
187
  type: {
188
- type: PropType<"error" | "success" | "primary" | "warning" | "info">;
188
+ type: PropType<"error" | "info" | "primary" | "success" | "warning">;
189
189
  default: string;
190
190
  };
191
191
  name: {
@@ -207,9 +207,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
207
207
  type: PropType<string | number>;
208
208
  default: string;
209
209
  };
210
+ primary: {
211
+ type: PropType<boolean>;
212
+ };
210
213
  success: {
211
214
  type: PropType<boolean>;
212
215
  };
216
+ warning: {
217
+ type: PropType<boolean>;
218
+ };
213
219
  bg: {
214
220
  type: PropType<boolean>;
215
221
  default: boolean;
@@ -217,12 +223,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
217
223
  color: {
218
224
  type: PropType<string>;
219
225
  };
220
- primary: {
221
- type: PropType<boolean>;
222
- };
223
- warning: {
224
- type: PropType<boolean>;
225
- };
226
226
  active: {
227
227
  type: PropType<boolean>;
228
228
  default: boolean;
@@ -231,7 +231,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
231
231
  type: PropType<string>;
232
232
  };
233
233
  flip: {
234
- type: PropType<"horizontal" | "vertical" | "both">;
234
+ type: PropType<"both" | "horizontal" | "vertical">;
235
235
  };
236
236
  notip: {
237
237
  type: PropType<boolean>;
@@ -132,9 +132,9 @@ export declare const IkPageFull: import('../../utils/typescript').SFCWithInstall
132
132
  title: string;
133
133
  fields: any[];
134
134
  immediate: boolean;
135
+ search: Function;
135
136
  loading: boolean;
136
137
  role: string;
137
- search: Function;
138
138
  tabs: {
139
139
  label: string;
140
140
  id: string | number;
@@ -291,9 +291,9 @@ export declare const IkPageFull: import('../../utils/typescript').SFCWithInstall
291
291
  title: string;
292
292
  fields: any[];
293
293
  immediate: boolean;
294
+ search: Function;
294
295
  loading: boolean;
295
296
  role: string;
296
- search: Function;
297
297
  tabs: {
298
298
  label: string;
299
299
  id: string | number;
@@ -452,9 +452,9 @@ export declare const IkPageFull: import('../../utils/typescript').SFCWithInstall
452
452
  title: string;
453
453
  fields: any[];
454
454
  immediate: boolean;
455
+ search: Function;
455
456
  loading: boolean;
456
457
  role: string;
457
- search: Function;
458
458
  tabs: {
459
459
  label: string;
460
460
  id: string | number;
@@ -379,11 +379,11 @@ declare const IkDialog: import('vue').DefineComponent<import('vue').ExtractPropT
379
379
  default: boolean;
380
380
  };
381
381
  }>> & Readonly<{
382
+ onSearch?: ((val: string) => any) | undefined;
382
383
  "onUpdate:modelValue"?: ((val: import('../../IkPickerUser/types').TList[]) => any) | undefined;
383
384
  onHandChild?: ((val: import('../../IkPickerUser/types').TList | null) => any) | undefined;
384
385
  "onUpdate:show"?: ((val: boolean) => any) | undefined;
385
386
  onOk?: ((val: any) => any) | undefined;
386
- onSearch?: ((val: string) => any) | undefined;
387
387
  }>, {
388
388
  lazy: boolean;
389
389
  data: import('../../IkPickerUser/types').TList[];
@@ -403,13 +403,13 @@ declare const IkDialog: import('vue').DefineComponent<import('vue').ExtractPropT
403
403
  post?: string;
404
404
  };
405
405
  modelValue: import('../../IkPickerUser/types').TList[];
406
+ search: boolean;
406
407
  children: boolean;
407
408
  org: {
408
409
  elementName: string;
409
410
  elementId: string;
410
411
  elementType: "DEPT" | "USER" | "ROLE" | "POST";
411
412
  };
412
- search: boolean;
413
413
  topLink: boolean;
414
414
  orgPid: string;
415
415
  groupList: import('../../IkPickerUser/types').TList[];
@@ -101,8 +101,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
101
101
  };
102
102
  }>> & Readonly<{}>, {
103
103
  fields: ISearchForm[];
104
- loading: boolean;
105
104
  search: Function;
105
+ loading: boolean;
106
106
  headerTitle: string;
107
107
  headerBorder: boolean;
108
108
  tabId: number;
@@ -218,9 +218,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
218
218
  title: string;
219
219
  fields: any[];
220
220
  immediate: boolean;
221
+ search: Function;
221
222
  loading: boolean;
222
223
  role: string;
223
- search: Function;
224
224
  tabs: {
225
225
  label: string;
226
226
  id: string | number;
@@ -61,7 +61,7 @@ export declare const IkSearchAuto: import('vue').DefineComponent<import('vue').E
61
61
  shadow: "always" | "hover" | "never";
62
62
  immediate: boolean;
63
63
  tab: string;
64
- loading: boolean;
65
64
  search: Function;
65
+ loading: boolean;
66
66
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
67
67
  export default IkSearchAuto;
@@ -243,9 +243,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
243
243
  title: string;
244
244
  fields: any[];
245
245
  immediate: boolean;
246
+ search: Function;
246
247
  loading: boolean;
247
248
  role: string;
248
- search: Function;
249
249
  tabs: {
250
250
  label: string;
251
251
  id: string | number;
@@ -313,11 +313,11 @@ export declare const IkingPickerUser: import('../../utils/typescript').SFCWithIn
313
313
  default: boolean;
314
314
  };
315
315
  }>> & Readonly<{
316
+ onSearch?: ((val: string) => any) | undefined;
316
317
  "onUpdate:modelValue"?: ((val: import('./types').TList[]) => any) | undefined;
317
318
  onHandChild?: ((val: import('./types').TList | null) => any) | undefined;
318
319
  "onUpdate:show"?: ((val: boolean) => any) | undefined;
319
320
  onOk?: ((val: any) => any) | undefined;
320
- onSearch?: ((val: string) => any) | undefined;
321
321
  }>, {
322
322
  lazy: boolean;
323
323
  data: import('./types').TList[];
@@ -337,13 +337,13 @@ export declare const IkingPickerUser: import('../../utils/typescript').SFCWithIn
337
337
  post?: string;
338
338
  };
339
339
  modelValue: import('./types').TList[];
340
+ search: boolean;
340
341
  children: boolean;
341
342
  org: {
342
343
  elementName: string;
343
344
  elementId: string;
344
345
  elementType: "DEPT" | "USER" | "ROLE" | "POST";
345
346
  };
346
- search: boolean;
347
347
  topLink: boolean;
348
348
  orgPid: string;
349
349
  groupList: import('./types').TList[];
@@ -315,11 +315,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
315
315
  default: boolean;
316
316
  };
317
317
  }>> & Readonly<{
318
+ onSearch?: ((val: string) => any) | undefined;
318
319
  "onUpdate:modelValue"?: ((val: TList[]) => any) | undefined;
319
320
  onHandChild?: ((val: TList | null) => any) | undefined;
320
321
  "onUpdate:show"?: ((val: boolean) => any) | undefined;
321
322
  onOk?: ((val: any) => any) | undefined;
322
- onSearch?: ((val: string) => any) | undefined;
323
323
  }>, {
324
324
  lazy: boolean;
325
325
  data: TList[];
@@ -339,13 +339,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
339
339
  post?: string;
340
340
  };
341
341
  modelValue: TList[];
342
+ search: boolean;
342
343
  children: boolean;
343
344
  org: {
344
345
  elementName: string;
345
346
  elementId: string;
346
347
  elementType: "DEPT" | "USER" | "ROLE" | "POST";
347
348
  };
348
- search: boolean;
349
349
  topLink: boolean;
350
350
  orgPid: string;
351
351
  groupList: TList[];
@@ -105,11 +105,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
105
105
  loadUrl: string;
106
106
  iconSize: string;
107
107
  avatar: string;
108
- shape: "circle" | "square";
109
108
  avatarType: string;
110
109
  showIconBg: boolean;
111
- iconType: "error" | "success" | "primary" | "warning" | "info";
110
+ iconType: "error" | "info" | "primary" | "success" | "warning";
112
111
  iconBackgroundColor: string;
113
112
  subText: string;
113
+ shape: "circle" | "square";
114
114
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
115
115
  export default _default;
@@ -103,11 +103,11 @@ export declare const IkSideText: import('../../utils/typescript').SFCWithInstall
103
103
  loadUrl: string;
104
104
  iconSize: string;
105
105
  avatar: string;
106
- shape: "circle" | "square";
107
106
  avatarType: string;
108
107
  showIconBg: boolean;
109
- iconType: "error" | "success" | "primary" | "warning" | "info";
108
+ iconType: "error" | "info" | "primary" | "success" | "warning";
110
109
  iconBackgroundColor: string;
111
110
  subText: string;
111
+ shape: "circle" | "square";
112
112
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
113
113
  export default IkSideText;
@@ -103,7 +103,7 @@ export declare const IkStatu: import('../../utils/typescript').SFCWithInstall<im
103
103
  }>, {
104
104
  title: string;
105
105
  circle: boolean;
106
- type: "success" | "primary" | "warning" | "info" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack" | "blueLight";
106
+ type: "info" | "primary" | "success" | "warning" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack" | "blueLight";
107
107
  disabled: boolean;
108
108
  effect: "light" | "dark" | "plain";
109
109
  color: string;
@@ -105,7 +105,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
105
105
  }>, {
106
106
  title: string;
107
107
  circle: boolean;
108
- type: "success" | "primary" | "warning" | "info" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack" | "blueLight";
108
+ type: "info" | "primary" | "success" | "warning" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack" | "blueLight";
109
109
  disabled: boolean;
110
110
  effect: "light" | "dark" | "plain";
111
111
  color: string;
@@ -6,7 +6,7 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
6
6
  type: import('vue').PropType<string>;
7
7
  };
8
8
  type: {
9
- type: import('vue').PropType<"error" | "success" | "primary" | "warning" | "info">;
9
+ type: import('vue').PropType<"error" | "info" | "primary" | "success" | "warning">;
10
10
  default: string;
11
11
  };
12
12
  name: {
@@ -28,9 +28,15 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
28
28
  type: import('vue').PropType<string | number>;
29
29
  default: string;
30
30
  };
31
+ primary: {
32
+ type: import('vue').PropType<boolean>;
33
+ };
31
34
  success: {
32
35
  type: import('vue').PropType<boolean>;
33
36
  };
37
+ warning: {
38
+ type: import('vue').PropType<boolean>;
39
+ };
34
40
  bg: {
35
41
  type: import('vue').PropType<boolean>;
36
42
  default: boolean;
@@ -38,12 +44,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
38
44
  color: {
39
45
  type: import('vue').PropType<string>;
40
46
  };
41
- primary: {
42
- type: import('vue').PropType<boolean>;
43
- };
44
- warning: {
45
- type: import('vue').PropType<boolean>;
46
- };
47
47
  active: {
48
48
  type: import('vue').PropType<boolean>;
49
49
  default: boolean;
@@ -52,7 +52,7 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
52
52
  type: import('vue').PropType<string>;
53
53
  };
54
54
  flip: {
55
- type: import('vue').PropType<"horizontal" | "vertical" | "both">;
55
+ type: import('vue').PropType<"both" | "horizontal" | "vertical">;
56
56
  };
57
57
  notip: {
58
58
  type: import('vue').PropType<boolean>;
@@ -89,7 +89,7 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
89
89
  type: import('vue').PropType<string>;
90
90
  };
91
91
  type: {
92
- type: import('vue').PropType<"error" | "success" | "primary" | "warning" | "info">;
92
+ type: import('vue').PropType<"error" | "info" | "primary" | "success" | "warning">;
93
93
  default: string;
94
94
  };
95
95
  name: {
@@ -111,9 +111,15 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
111
111
  type: import('vue').PropType<string | number>;
112
112
  default: string;
113
113
  };
114
+ primary: {
115
+ type: import('vue').PropType<boolean>;
116
+ };
114
117
  success: {
115
118
  type: import('vue').PropType<boolean>;
116
119
  };
120
+ warning: {
121
+ type: import('vue').PropType<boolean>;
122
+ };
117
123
  bg: {
118
124
  type: import('vue').PropType<boolean>;
119
125
  default: boolean;
@@ -121,12 +127,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
121
127
  color: {
122
128
  type: import('vue').PropType<string>;
123
129
  };
124
- primary: {
125
- type: import('vue').PropType<boolean>;
126
- };
127
- warning: {
128
- type: import('vue').PropType<boolean>;
129
- };
130
130
  active: {
131
131
  type: import('vue').PropType<boolean>;
132
132
  default: boolean;
@@ -135,7 +135,7 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
135
135
  type: import('vue').PropType<string>;
136
136
  };
137
137
  flip: {
138
- type: import('vue').PropType<"horizontal" | "vertical" | "both">;
138
+ type: import('vue').PropType<"both" | "horizontal" | "vertical">;
139
139
  };
140
140
  notip: {
141
141
  type: import('vue').PropType<boolean>;