@aplus-frontend/ui 6.18.0 → 6.19.0

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 (102) hide show
  1. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  2. package/es/src/ap-button/ap-action-button.vue.mjs +11 -7
  3. package/es/src/ap-button/ap-button.vue.mjs +24 -20
  4. package/es/src/ap-button/ap-confirm-button.vue.mjs +14 -10
  5. package/es/src/ap-download/ap-download.vue.mjs +21 -18
  6. package/es/src/ap-field/number/index.vue.d.ts +29 -29
  7. package/es/src/ap-field/rate/index.vue.d.ts +4 -4
  8. package/es/src/ap-field/segmented/index.vue.mjs +17 -12
  9. package/es/src/ap-field/select/index.vue.d.ts +97 -97
  10. package/es/src/ap-field/select/index.vue.mjs +8 -8
  11. package/es/src/ap-field/slider/index.vue.d.ts +8 -8
  12. package/es/src/ap-field/text-area/index.vue.d.ts +54 -54
  13. package/es/src/ap-field/text-area/index.vue.mjs +9 -9
  14. package/es/src/ap-field/tree-select/index.vue.d.ts +93 -93
  15. package/es/src/ap-field/tree-select/index.vue.mjs +16 -16
  16. package/es/src/ap-form/ap-form.vue.d.ts +13 -13
  17. package/es/src/ap-form/drawer-form/index.vue.d.ts +15 -15
  18. package/es/src/ap-form/items/number/index.vue.d.ts +31 -31
  19. package/es/src/ap-form/items/select/index.vue.d.ts +99 -99
  20. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  21. package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
  22. package/es/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  23. package/es/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  24. package/es/src/ap-form/modal-form/index.vue.d.ts +45 -16
  25. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  26. package/es/src/ap-form/search-form/index.vue.d.ts +15 -15
  27. package/es/src/ap-table/constants.d.ts +326 -326
  28. package/es/src/ap-tag/ap-tag-group.vue.mjs +73 -78
  29. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  30. package/es/src/ap-tag/ap-tag.vue.mjs +45 -30
  31. package/es/src/ap-tag/interface.d.ts +6 -0
  32. package/es/src/ap-tag/utils.d.ts +1 -0
  33. package/es/src/ap-tag/utils.mjs +12 -0
  34. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  35. package/es/src/business/ap-batch-action-group/index.d.ts +30 -8
  36. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +8 -8
  37. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +8 -8
  38. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  39. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  40. package/es/src/config-provider/config-provider-props.d.ts +4 -5
  41. package/es/src/config-provider/config-provider.d.ts +8 -9
  42. package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
  43. package/es/src/config-provider/index.d.ts +13 -14
  44. package/es/src/utils/config-provider-preset.d.ts +5 -6
  45. package/es/src/version.d.ts +1 -1
  46. package/es/src/version.mjs +1 -1
  47. package/es/src/work-order-modal/work-order-modal.vue.d.ts +8 -8
  48. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  49. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  50. package/lib/src/ap-button/ap-button.vue.js +1 -1
  51. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  52. package/lib/src/ap-download/ap-download.vue.js +1 -1
  53. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  54. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  55. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  56. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  57. package/lib/src/ap-field/select/index.vue.js +1 -1
  58. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  59. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  60. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  61. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  62. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  63. package/lib/src/ap-form/ap-form.vue.d.ts +13 -13
  64. package/lib/src/ap-form/drawer-form/index.vue.d.ts +15 -15
  65. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  66. package/lib/src/ap-form/items/select/index.vue.d.ts +99 -99
  67. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  68. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  69. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  70. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  71. package/lib/src/ap-form/modal-form/index.vue.d.ts +45 -16
  72. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  73. package/lib/src/ap-form/search-form/index.vue.d.ts +15 -15
  74. package/lib/src/ap-table/constants.d.ts +326 -326
  75. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  76. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  77. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  78. package/lib/src/ap-tag/interface.d.ts +6 -0
  79. package/lib/src/ap-tag/utils.d.ts +1 -0
  80. package/lib/src/ap-tag/utils.js +1 -0
  81. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  82. package/lib/src/business/ap-batch-action-group/index.d.ts +30 -8
  83. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +8 -8
  84. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +8 -8
  85. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  86. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  87. package/lib/src/config-provider/config-provider-props.d.ts +4 -5
  88. package/lib/src/config-provider/config-provider.d.ts +8 -9
  89. package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
  90. package/lib/src/config-provider/index.d.ts +13 -14
  91. package/lib/src/utils/config-provider-preset.d.ts +5 -6
  92. package/lib/src/version.d.ts +1 -1
  93. package/lib/src/version.js +1 -1
  94. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +8 -8
  95. package/package.json +3 -3
  96. package/theme/antdv-override.css +2 -6
  97. package/theme/antdv-override.less +2 -6
  98. package/theme/ap-label/ap-label.css +1 -0
  99. package/theme/ap-label/ap-label.less +1 -0
  100. package/theme/ap-tag/ap-tag.css +3 -1
  101. package/theme/ap-tag/ap-tag.less +3 -1
  102. package/theme/index.css +6 -7
@@ -2,9 +2,8 @@ import { Ref, DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin
2
2
  import { ConfigProviderProps } from './config-provider-props';
3
3
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
4
4
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
5
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
6
6
  import { Locale } from '@aplus-frontend/antdv/es/locale';
7
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
8
7
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
9
8
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
10
9
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -59,7 +58,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
59
58
  };
60
59
  };
61
60
  componentSize: {
62
- type: PropType<ButtonSize>;
61
+ type: PropType<SizeType>;
63
62
  };
64
63
  componentDisabled: {
65
64
  type: BooleanConstructor;
@@ -71,10 +70,10 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
71
70
  };
72
71
  space: {
73
72
  type: PropType<{
74
- size?: ButtonSize | number;
73
+ size?: SizeType | number;
75
74
  }>;
76
75
  default: {
77
- size?: ButtonSize | number;
76
+ size?: SizeType | number;
78
77
  };
79
78
  };
80
79
  virtual: {
@@ -216,7 +215,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
216
215
  };
217
216
  };
218
217
  componentSize: {
219
- type: PropType<ButtonSize>;
218
+ type: PropType<SizeType>;
220
219
  };
221
220
  componentDisabled: {
222
221
  type: BooleanConstructor;
@@ -228,10 +227,10 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
228
227
  };
229
228
  space: {
230
229
  type: PropType<{
231
- size?: ButtonSize | number;
230
+ size?: SizeType | number;
232
231
  }>;
233
232
  default: {
234
- size?: ButtonSize | number;
233
+ size?: SizeType | number;
235
234
  };
236
235
  };
237
236
  virtual: {
@@ -339,7 +338,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
339
338
  colon?: boolean;
340
339
  };
341
340
  space: {
342
- size?: ButtonSize | number;
341
+ size?: SizeType | number;
343
342
  };
344
343
  direction: "ltr" | "rtl";
345
344
  searchForm: SearchFormGlobalConfig;
@@ -3,9 +3,8 @@ import { App, Ref, ComputedRef, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ConfigProviderContext } from '../constants';
4
4
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
5
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
6
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
7
7
  import { Locale } from '@aplus-frontend/antdv/es/locale';
8
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
8
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
9
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
10
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -62,7 +61,7 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
62
61
  };
63
62
  };
64
63
  componentSize: {
65
- type: PropType<ButtonSize>;
64
+ type: PropType<SizeType>;
66
65
  };
67
66
  componentDisabled: {
68
67
  type: BooleanConstructor;
@@ -74,10 +73,10 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
74
73
  };
75
74
  space: {
76
75
  type: PropType<{
77
- size?: ButtonSize | number;
76
+ size?: SizeType | number;
78
77
  }>;
79
78
  default: {
80
- size?: ButtonSize | number;
79
+ size?: SizeType | number;
81
80
  };
82
81
  };
83
82
  virtual: {
@@ -1,9 +1,8 @@
1
1
  import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
2
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
3
3
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
4
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
4
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
5
5
  import { Locale } from '@aplus-frontend/antdv/es/locale';
6
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
7
6
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
8
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
8
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -64,7 +63,7 @@ export declare const APConfigProvider: {
64
63
  };
65
64
  };
66
65
  componentSize: {
67
- type: PropType<ButtonSize>;
66
+ type: PropType<SizeType>;
68
67
  };
69
68
  componentDisabled: {
70
69
  type: BooleanConstructor;
@@ -76,10 +75,10 @@ export declare const APConfigProvider: {
76
75
  };
77
76
  space: {
78
77
  type: PropType<{
79
- size?: ButtonSize | number;
78
+ size?: SizeType | number;
80
79
  }>;
81
80
  default: {
82
- size?: ButtonSize | number;
81
+ size?: SizeType | number;
83
82
  };
84
83
  };
85
84
  virtual: {
@@ -187,7 +186,7 @@ export declare const APConfigProvider: {
187
186
  colon?: boolean;
188
187
  };
189
188
  space: {
190
- size?: ButtonSize | number;
189
+ size?: SizeType | number;
191
190
  };
192
191
  direction: "ltr" | "rtl";
193
192
  searchForm: SearchFormGlobalConfig;
@@ -268,7 +267,7 @@ export declare const APConfigProvider: {
268
267
  };
269
268
  };
270
269
  componentSize: {
271
- type: PropType<ButtonSize>;
270
+ type: PropType<SizeType>;
272
271
  };
273
272
  componentDisabled: {
274
273
  type: BooleanConstructor;
@@ -280,10 +279,10 @@ export declare const APConfigProvider: {
280
279
  };
281
280
  space: {
282
281
  type: PropType<{
283
- size?: ButtonSize | number;
282
+ size?: SizeType | number;
284
283
  }>;
285
284
  default: {
286
- size?: ButtonSize | number;
285
+ size?: SizeType | number;
287
286
  };
288
287
  };
289
288
  virtual: {
@@ -391,7 +390,7 @@ export declare const APConfigProvider: {
391
390
  colon?: boolean;
392
391
  };
393
392
  space: {
394
- size?: ButtonSize | number;
393
+ size?: SizeType | number;
395
394
  };
396
395
  direction: "ltr" | "rtl";
397
396
  searchForm: SearchFormGlobalConfig;
@@ -469,7 +468,7 @@ export declare const APConfigProvider: {
469
468
  };
470
469
  };
471
470
  componentSize: {
472
- type: PropType<ButtonSize>;
471
+ type: PropType<SizeType>;
473
472
  };
474
473
  componentDisabled: {
475
474
  type: BooleanConstructor;
@@ -481,10 +480,10 @@ export declare const APConfigProvider: {
481
480
  };
482
481
  space: {
483
482
  type: PropType<{
484
- size?: ButtonSize | number;
483
+ size?: SizeType | number;
485
484
  }>;
486
485
  default: {
487
- size?: ButtonSize | number;
486
+ size?: SizeType | number;
488
487
  };
489
488
  };
490
489
  virtual: {
@@ -592,7 +591,7 @@ export declare const APConfigProvider: {
592
591
  colon?: boolean;
593
592
  };
594
593
  space: {
595
- size?: ButtonSize | number;
594
+ size?: SizeType | number;
596
595
  };
597
596
  direction: "ltr" | "rtl";
598
597
  searchForm: SearchFormGlobalConfig;
@@ -2,8 +2,7 @@ import { TransformCellTextProps } from '@aplus-frontend/antdv/lib/table/interfac
2
2
  import { ConfigProviderProps } from '@aplus-frontend/antdv';
3
3
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
5
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { SizeType, CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
6
  import { Locale } from '@aplus-frontend/antdv/es/locale';
8
7
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
9
8
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
@@ -48,7 +47,7 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
48
47
  colon?: boolean;
49
48
  } | undefined;
50
49
  space?: {
51
- size?: ButtonSize | number;
50
+ size?: SizeType | number;
52
51
  } | undefined;
53
52
  direction?: "ltr" | "rtl" | undefined;
54
53
  csp?: CSPConfig | undefined;
@@ -72,7 +71,7 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
72
71
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
73
72
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
74
73
  autoInsertSpaceInButton?: boolean | undefined;
75
- componentSize?: ButtonSize;
74
+ componentSize?: SizeType;
76
75
  componentDisabled?: boolean | undefined;
77
76
  virtual?: boolean | undefined;
78
77
  };
@@ -89,7 +88,7 @@ export declare function mergeAntdProviderConfigWithCache(newConfig: ConfigProvid
89
88
  colon?: boolean;
90
89
  } | undefined;
91
90
  space?: {
92
- size?: ButtonSize | number;
91
+ size?: SizeType | number;
93
92
  } | undefined;
94
93
  direction?: "ltr" | "rtl" | undefined;
95
94
  csp?: CSPConfig | undefined;
@@ -113,7 +112,7 @@ export declare function mergeAntdProviderConfigWithCache(newConfig: ConfigProvid
113
112
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
114
113
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
115
114
  autoInsertSpaceInButton?: boolean | undefined;
116
- componentSize?: ButtonSize;
115
+ componentSize?: SizeType;
117
116
  componentDisabled?: boolean | undefined;
118
117
  virtual?: boolean | undefined;
119
118
  };
@@ -1,2 +1,2 @@
1
- declare const _default: "6.18.0";
1
+ declare const _default: "6.19.0";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.18.0";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.19.0";exports.default=e;
@@ -1,6 +1,6 @@
1
1
  import { WorkOrderModalProps } from './interfaces';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
- import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
5
  import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
@@ -22,7 +22,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
22
22
  $: ComponentInternalInstance;
23
23
  $data: {};
24
24
  $props: {
25
- readonly size?: ButtonSize;
25
+ readonly size?: SizeType;
26
26
  readonly onSubmit?: ((e: Event) => void) | undefined;
27
27
  readonly layout?: string | undefined;
28
28
  readonly disabled?: boolean | undefined;
@@ -317,8 +317,8 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
317
317
  default: string | string[];
318
318
  };
319
319
  size: {
320
- type: PropType<SizeType>;
321
- default: SizeType;
320
+ type: PropType<ButtonSize>;
321
+ default: ButtonSize;
322
322
  };
323
323
  disabled: {
324
324
  type: BooleanConstructor;
@@ -345,7 +345,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
345
345
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
346
346
  };
347
347
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
348
- size: SizeType;
348
+ size: ButtonSize;
349
349
  onSubmit: (e: Event) => void;
350
350
  disabled: boolean;
351
351
  validateTrigger: string | string[];
@@ -637,8 +637,8 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
637
637
  default: string | string[];
638
638
  };
639
639
  size: {
640
- type: PropType<SizeType>;
641
- default: SizeType;
640
+ type: PropType<ButtonSize>;
641
+ default: ButtonSize;
642
642
  };
643
643
  disabled: {
644
644
  type: BooleanConstructor;
@@ -665,7 +665,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
665
665
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
666
666
  };
667
667
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
668
- size: SizeType;
668
+ size: ButtonSize;
669
669
  onSubmit: (e: Event) => void;
670
670
  disabled: boolean;
671
671
  validateTrigger: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "6.18.0",
3
+ "version": "6.19.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -39,14 +39,14 @@
39
39
  "@aplus-frontend/utils": "1.0.61"
40
40
  },
41
41
  "peerDependencies": {
42
- "@aplus-frontend/antdv": "^1.1.12",
42
+ "@aplus-frontend/antdv": "^1.2.0",
43
43
  "@aplus-frontend/icon": "^1.2.6",
44
44
  "@aplus-frontend/oss": "^1.1.2",
45
45
  "vue": "^3.5.14",
46
46
  "vxe-table": "4.11.29"
47
47
  },
48
48
  "devDependencies": {
49
- "@aplus-frontend/antdv": "^1.1.12",
49
+ "@aplus-frontend/antdv": "^1.2.0",
50
50
  "@aplus-frontend/icon": "^1.2.6",
51
51
  "@aplus-frontend/oss": "^1.1.2",
52
52
  "@types/sortablejs": "^1.15.8",
@@ -60,9 +60,7 @@
60
60
  border-color: #dee4ed;
61
61
  }
62
62
  [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled],
63
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled]:hover,
64
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-text[disabled],
65
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-text[disabled]:hover {
63
+ [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled]:hover {
66
64
  color: #cce2ff;
67
65
  }
68
66
  [data-aplus-ui-mode='aplus'] .ant-message div.ant-message-notice-content {
@@ -329,9 +327,7 @@
329
327
  border-color: #d9d9d9 !important;
330
328
  }
331
329
  [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled],
332
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled]:hover,
333
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-text[disabled],
334
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-text[disabled]:hover {
330
+ [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled]:hover {
335
331
  color: rgba(24, 144, 255, 0.2) !important;
336
332
  }
337
333
  [data-aplus-ui-mode='admin'] .ant-message div.ant-message-notice-content {
@@ -83,9 +83,7 @@
83
83
  }
84
84
 
85
85
  &.ant-btn-link[disabled],
86
- &.ant-btn-link[disabled]:hover,
87
- &.ant-btn-text[disabled],
88
- &.ant-btn-text[disabled]:hover {
86
+ &.ant-btn-link[disabled]:hover {
89
87
  color: #cce2ff;
90
88
  }
91
89
  }
@@ -388,9 +386,7 @@
388
386
  }
389
387
 
390
388
  &.ant-btn-link[disabled],
391
- &.ant-btn-link[disabled]:hover,
392
- &.ant-btn-text[disabled],
393
- &.ant-btn-text[disabled]:hover {
389
+ &.ant-btn-link[disabled]:hover {
394
390
  color: rgba(24, 144, 255, 0.2) !important;
395
391
  }
396
392
  }
@@ -61,6 +61,7 @@
61
61
  }
62
62
  .aplus-ap-label__custom {
63
63
  margin-top: 2px;
64
+ width: 100%;
64
65
  }
65
66
  .aplus-ap-label__custom .ant-tag {
66
67
  height: 24px;
@@ -17,6 +17,7 @@
17
17
  }
18
18
  &__custom{
19
19
  margin-top:2px;
20
+ width: 100%;
20
21
  .ant-tag{
21
22
  height:24px;
22
23
  line-height: 24px;
@@ -48,12 +48,13 @@
48
48
  text-wrap: nowrap;
49
49
  white-space: nowrap;
50
50
  display: inline-block;
51
- max-width: 100%;
51
+ width: 100%;
52
52
  }
53
53
  .aplus-tag-wrapper .aplus-tag-inner-wrapper {
54
54
  display: inline-block;
55
55
  border-radius: 4px;
56
56
  box-sizing: border-box;
57
+ width: 100%;
57
58
  }
58
59
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
59
60
  padding: 6px;
@@ -69,6 +70,7 @@
69
70
  padding: 0 4px;
70
71
  line-height: 18px;
71
72
  font-size: 12px;
73
+ border-radius: 2px;
72
74
  }
73
75
  .aplus-tag-wrapper-purely > * {
74
76
  background-color: var(--tag-main-color-background);
@@ -5,12 +5,13 @@
5
5
  text-wrap: nowrap;
6
6
  white-space: nowrap;
7
7
  display: inline-block;
8
- max-width: 100%;
8
+ width: 100%;
9
9
  }
10
10
  &-wrapper &-inner-wrapper {
11
11
  display: inline-block;
12
12
  border-radius: 4px;
13
13
  box-sizing: border-box;
14
+ width: 100%;
14
15
 
15
16
  &--large {
16
17
  padding: 6px;
@@ -26,6 +27,7 @@
26
27
  padding: 0 4px;
27
28
  line-height: @line-height-base;
28
29
  font-size: @font-size-base;
30
+ border-radius: 2px;
29
31
  }
30
32
  }
31
33
  &-wrapper-purely {
package/theme/index.css CHANGED
@@ -129,9 +129,7 @@
129
129
  border-color: #dee4ed;
130
130
  }
131
131
  [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled],
132
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled]:hover,
133
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-text[disabled],
134
- [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-text[disabled]:hover {
132
+ [data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled]:hover {
135
133
  color: #cce2ff;
136
134
  }
137
135
  [data-aplus-ui-mode='aplus'] .ant-message div.ant-message-notice-content {
@@ -398,9 +396,7 @@
398
396
  border-color: #d9d9d9 !important;
399
397
  }
400
398
  [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled],
401
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled]:hover,
402
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-text[disabled],
403
- [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-text[disabled]:hover {
399
+ [data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled]:hover {
404
400
  color: rgba(24, 144, 255, 0.2) !important;
405
401
  }
406
402
  [data-aplus-ui-mode='admin'] .ant-message div.ant-message-notice-content {
@@ -1435,6 +1431,7 @@
1435
1431
  }
1436
1432
  .aplus-ap-label__custom {
1437
1433
  margin-top: 2px;
1434
+ width: 100%;
1438
1435
  }
1439
1436
  .aplus-ap-label__custom .ant-tag {
1440
1437
  height: 24px;
@@ -2343,12 +2340,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2343
2340
  text-wrap: nowrap;
2344
2341
  white-space: nowrap;
2345
2342
  display: inline-block;
2346
- max-width: 100%;
2343
+ width: 100%;
2347
2344
  }
2348
2345
  .aplus-tag-wrapper .aplus-tag-inner-wrapper {
2349
2346
  display: inline-block;
2350
2347
  border-radius: 4px;
2351
2348
  box-sizing: border-box;
2349
+ width: 100%;
2352
2350
  }
2353
2351
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
2354
2352
  padding: 6px;
@@ -2364,6 +2362,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2364
2362
  padding: 0 4px;
2365
2363
  line-height: 18px;
2366
2364
  font-size: 12px;
2365
+ border-radius: 2px;
2367
2366
  }
2368
2367
  .aplus-tag-wrapper-purely > * {
2369
2368
  background-color: var(--tag-main-color-background);