ll-plus 2.9.10 → 2.9.12

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 (63) hide show
  1. package/es/components/icon-base/index.d.ts +2 -1
  2. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -1
  3. package/es/components/operate-icon/index.d.ts +2 -1
  4. package/es/components/operate-icon/src/operate-icon.vue.d.ts +2 -1
  5. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +10 -2
  6. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  7. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +18 -8
  8. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  9. package/es/packages/components/upload-image/src/upload-image.vue2.mjs +21 -21
  10. package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
  11. package/index.full.js +47 -29
  12. package/index.full.min.js +17 -17
  13. package/index.full.min.js.map +1 -1
  14. package/index.full.min.mjs +18 -18
  15. package/index.full.min.mjs.map +1 -1
  16. package/index.full.mjs +47 -29
  17. package/lib/components/icon-base/index.d.ts +2 -1
  18. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -1
  19. package/lib/components/operate-icon/index.d.ts +2 -1
  20. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +2 -1
  21. package/lib/packages/components/icon-base/src/icon-base.vue2.js +9 -1
  22. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  23. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +18 -8
  24. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  25. package/lib/packages/components/upload-image/src/upload-image.vue2.js +20 -20
  26. package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
  27. package/package.json +1 -1
  28. package/theme-chalk/css/advanced-filtering.css +1 -5
  29. package/theme-chalk/css/api-component.css +1 -5
  30. package/theme-chalk/css/cascader.css +1 -5
  31. package/theme-chalk/css/checkbox.css +1 -5
  32. package/theme-chalk/css/code-editor.css +1 -5
  33. package/theme-chalk/css/color-picker.css +1 -5
  34. package/theme-chalk/css/cropper.css +1 -5
  35. package/theme-chalk/css/descriptions.css +1 -5
  36. package/theme-chalk/css/drawer.css +1 -5
  37. package/theme-chalk/css/dropdown-button-simple.css +1 -5
  38. package/theme-chalk/css/dropdown.css +1 -5
  39. package/theme-chalk/css/easy-cron.css +1 -5
  40. package/theme-chalk/css/form.css +1 -5
  41. package/theme-chalk/css/index.css +2 -6
  42. package/theme-chalk/css/input-number.css +1 -5
  43. package/theme-chalk/css/input.css +1 -5
  44. package/theme-chalk/css/key-value.css +1 -5
  45. package/theme-chalk/css/markdown-editor.css +1 -5
  46. package/theme-chalk/css/message.css +1 -5
  47. package/theme-chalk/css/modal.css +1 -5
  48. package/theme-chalk/css/new-drawer.css +1 -5
  49. package/theme-chalk/css/new-modal.css +1 -5
  50. package/theme-chalk/css/number-range.css +1 -5
  51. package/theme-chalk/css/rich-text-editor.css +1 -5
  52. package/theme-chalk/css/segmented.css +1 -5
  53. package/theme-chalk/css/switch.css +1 -5
  54. package/theme-chalk/css/table.css +1 -5
  55. package/theme-chalk/css/tabs-simple.css +1 -5
  56. package/theme-chalk/css/tag-group.css +1 -5
  57. package/theme-chalk/css/upload-image.css +1 -1
  58. package/theme-chalk/fonts/iconfont.js +1 -1
  59. package/theme-chalk/fonts/iconfont.json +7 -7
  60. package/types/packages/components/icon-base/index.d.ts +2 -1
  61. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -1
  62. package/types/packages/components/operate-icon/index.d.ts +2 -1
  63. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +2 -1
@@ -5,6 +5,13 @@
5
5
  "css_prefix_text": "icon-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "16794821",
10
+ "name": "信息提示",
11
+ "font_class": "information",
12
+ "unicode": "e64f",
13
+ "unicode_decimal": 58959
14
+ },
8
15
  {
9
16
  "icon_id": "3218425",
10
17
  "name": "编码规则",
@@ -47,13 +54,6 @@
47
54
  "unicode": "e60b",
48
55
  "unicode_decimal": 58891
49
56
  },
50
- {
51
- "icon_id": "41840925",
52
- "name": "权限",
53
- "font_class": "a-quanxian1x",
54
- "unicode": "e6ca",
55
- "unicode_decimal": 59082
56
- },
57
57
  {
58
58
  "icon_id": "41837672",
59
59
  "name": "异常用户",
@@ -79,6 +79,7 @@ export declare const LlIconBase: import("ll-plus/es/utils").SFCWithInstall<impor
79
79
  readonly tooltipTitle?: string | undefined;
80
80
  readonly isShowTitle?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
81
81
  } & {}>;
82
+ btn: import("vue").Ref<any>;
82
83
  btnClass: import("vue").ComputedRef<string>;
83
84
  bem: {
84
85
  b: (blockSuffix?: string) => string;
@@ -90,7 +91,7 @@ export declare const LlIconBase: import("ll-plus/es/utils").SFCWithInstall<impor
90
91
  bem: (blockSuffix: string, element: string, modifier: string) => string;
91
92
  is: (name?: string) => string;
92
93
  };
93
- handleClickBtn: (e: Event) => any;
94
+ handleClickBtn: (e: Event) => void;
94
95
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
95
96
  readonly iconType: {
96
97
  readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown>>;
@@ -78,6 +78,7 @@ declare const _default: import("vue").DefineComponent<{
78
78
  readonly tooltipTitle?: string | undefined;
79
79
  readonly isShowTitle?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
80
80
  } & {}>;
81
+ btn: import("vue").Ref<any>;
81
82
  btnClass: import("vue").ComputedRef<string>;
82
83
  bem: {
83
84
  b: (blockSuffix?: string) => string;
@@ -89,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
89
90
  bem: (blockSuffix: string, element: string, modifier: string) => string;
90
91
  is: (name?: string) => string;
91
92
  };
92
- handleClickBtn: (e: Event) => any;
93
+ handleClickBtn: (e: Event) => void;
93
94
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
95
  readonly iconType: {
95
96
  readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown>>;
@@ -3365,6 +3365,7 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
3365
3365
  readonly tooltipTitle?: string | undefined;
3366
3366
  readonly isShowTitle?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
3367
3367
  } & {}>;
3368
+ btn: import("vue").Ref<any>;
3368
3369
  btnClass: import("vue").ComputedRef<string>;
3369
3370
  bem: {
3370
3371
  b: (blockSuffix?: string) => string;
@@ -3376,7 +3377,7 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
3376
3377
  bem: (blockSuffix: string, element: string, modifier: string) => string;
3377
3378
  is: (name?: string) => string;
3378
3379
  };
3379
- handleClickBtn: (e: Event) => any;
3380
+ handleClickBtn: (e: Event) => void;
3380
3381
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3381
3382
  readonly iconType: {
3382
3383
  readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown>>;
@@ -3365,6 +3365,7 @@ declare const _default: import("vue").DefineComponent<{
3365
3365
  readonly tooltipTitle?: string | undefined;
3366
3366
  readonly isShowTitle?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
3367
3367
  } & {}>;
3368
+ btn: import("vue").Ref<any>;
3368
3369
  btnClass: import("vue").ComputedRef<string>;
3369
3370
  bem: {
3370
3371
  b: (blockSuffix?: string) => string;
@@ -3376,7 +3377,7 @@ declare const _default: import("vue").DefineComponent<{
3376
3377
  bem: (blockSuffix: string, element: string, modifier: string) => string;
3377
3378
  is: (name?: string) => string;
3378
3379
  };
3379
- handleClickBtn: (e: Event) => any;
3380
+ handleClickBtn: (e: Event) => void;
3380
3381
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3381
3382
  readonly iconType: {
3382
3383
  readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown>>;