@aplus-frontend/ui 0.0.1-beta.30 → 0.0.1-beta.32

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 (53) hide show
  1. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  2. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  3. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +1 -0
  4. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +21 -20
  5. package/es/src/ap-layout/style/ap-info-layout.css +0 -45
  6. package/es/src/config-provider/config-provider-props.d.ts +1 -1
  7. package/es/src/config-provider/config-provider.d.ts +11 -11
  8. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
  9. package/es/src/description/description.vue.d.ts +1 -1
  10. package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
  11. package/es/src/modal/basic.vue.d.ts +1 -1
  12. package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
  13. package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  14. package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  15. package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
  16. package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  17. package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  18. package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
  19. package/es/src/pro-form/hooks/use-label-width.d.ts +6 -6
  20. package/es/src/pro-form/pro-form.vue.d.ts +1 -1
  21. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  22. package/es/src/pro-table/pro-table.vue.d.ts +1 -1
  23. package/es/src/theme/antd-global-overwrite/aplus/alert.css +6 -2
  24. package/es/src/theme/antd-global-overwrite/aplus/index.css +6 -2
  25. package/es/src/theme/ap-layout/ap-info-layout.css +0 -13
  26. package/es/src/utils/config-provider-preset.d.ts +12 -12
  27. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  28. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  29. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +1 -0
  30. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  31. package/lib/src/ap-layout/style/ap-info-layout.css +0 -45
  32. package/lib/src/config-provider/config-provider-props.d.ts +1 -1
  33. package/lib/src/config-provider/config-provider.d.ts +11 -11
  34. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
  35. package/lib/src/description/description.vue.d.ts +1 -1
  36. package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
  37. package/lib/src/modal/basic.vue.d.ts +1 -1
  38. package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
  39. package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  40. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  41. package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
  42. package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  43. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  44. package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
  45. package/lib/src/pro-form/hooks/use-label-width.d.ts +6 -6
  46. package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
  47. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  48. package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
  49. package/lib/src/theme/antd-global-overwrite/aplus/alert.css +6 -2
  50. package/lib/src/theme/antd-global-overwrite/aplus/index.css +6 -2
  51. package/lib/src/theme/ap-layout/ap-info-layout.css +0 -13
  52. package/lib/src/utils/config-provider-preset.d.ts +12 -12
  53. package/package.json +1 -1
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
34
34
  }>>> & {
35
35
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
36
36
  }, {
37
- type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
37
+ type: "number" | "text" | "color" | "reset" | "submit" | "button" | "time" | "month" | "date" | "week" | "hidden" | "search" | "image" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
38
38
  mode: FieldMode;
39
39
  bordered: boolean;
40
40
  allowClear: boolean;
@@ -23,7 +23,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
23
23
  }>>> & {
24
24
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
25
25
  }, {
26
- type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
26
+ type: "number" | "text" | "color" | "reset" | "submit" | "button" | "time" | "month" | "date" | "week" | "hidden" | "search" | "image" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
27
27
  mode: FieldMode;
28
28
  bordered: boolean;
29
29
  lazy: boolean;
@@ -11,6 +11,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11
11
  toEl: string | HTMLElement;
12
12
  telDisabled: boolean;
13
13
  }, {}>, {
14
+ header?(_: {}): any;
14
15
  title?(_: {}): any;
15
16
  actions?(_: {}): any;
16
17
  divider?(_: {}): any;
@@ -1,9 +1,9 @@
1
- import { defineComponent as C, computed as e, openBlock as l, createElementBlock as b, normalizeClass as t, createBlock as g, Teleport as h, createElementVNode as o, renderSlot as s, createVNode as y, unref as $ } from "vue";
1
+ import { defineComponent as C, computed as t, openBlock as l, createElementBlock as h, normalizeClass as a, createBlock as b, Teleport as g, renderSlot as n, createElementVNode as o, createVNode as $, unref as y } from "vue";
2
2
  import { Divider as B } from "ant-design-vue";
3
3
  import "../style/ap-info-layout.css";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { useNamespace as D } from "../../config-provider/hooks/use-namespace.mjs";
6
- const _ = /* @__PURE__ */ C({
6
+ const z = /* @__PURE__ */ C({
7
7
  name: "ApInfoLayout",
8
8
  __name: "ap-info-layout",
9
9
  props: {
@@ -11,51 +11,52 @@ const _ = /* @__PURE__ */ C({
11
11
  telDisabled: { type: Boolean, default: !1 }
12
12
  },
13
13
  setup(E) {
14
- const { b: n, be: i, bem: r } = D("info-layout"), d = e(() => [n("container")]), c = e(() => [n("header")]), u = e(() => [n("divider")]), p = e(() => [n("contant")]), m = e(() => [i("header", "contant")]), v = e(() => [r("header", "contant", "title")]), f = e(() => [r("header", "contant", "actions")]);
15
- return (a, H) => (l(), b("div", {
16
- class: t(d.value)
14
+ const { b: s, be: d, bem: r } = D("info-layout"), i = t(() => [s("container")]), c = t(() => [s("header")]), u = t(() => [s("divider")]), p = t(() => [s("contant")]), m = t(() => [d("header", "contant")]), v = t(() => [r("header", "contant", "title")]), f = t(() => [r("header", "contant", "actions")]);
15
+ return (e, H) => (l(), h("div", {
16
+ class: a(i.value)
17
17
  }, [
18
- (l(), g(h, {
19
- to: a.toEl,
20
- disabled: a.telDisabled
18
+ (l(), b(g, {
19
+ to: e.toEl,
20
+ disabled: e.telDisabled
21
21
  }, [
22
+ n(e.$slots, "header"),
22
23
  o("div", {
23
- class: t(`${c.value}`)
24
+ class: a(`${c.value}`)
24
25
  }, [
25
26
  o("div", {
26
- class: t(m.value)
27
+ class: a(m.value)
27
28
  }, [
28
29
  o("div", {
29
- class: t(v.value)
30
+ class: a(v.value)
30
31
  }, [
31
- s(a.$slots, "title")
32
+ n(e.$slots, "title")
32
33
  ], 2),
33
34
  o("div", {
34
- class: t(f.value)
35
+ class: a(f.value)
35
36
  }, [
36
- s(a.$slots, "actions")
37
+ n(e.$slots, "actions")
37
38
  ], 2)
38
39
  ], 2)
39
40
  ], 2)
40
41
  ], 8, ["to", "disabled"])),
41
42
  o("div", {
42
- class: t(u.value)
43
+ class: a(u.value)
43
44
  }, [
44
- s(a.$slots, "divider", {}, () => [
45
- y($(B), {
45
+ n(e.$slots, "divider", {}, () => [
46
+ $(y(B), {
46
47
  class: "ap-info-layout-divider",
47
48
  dashed: ""
48
49
  })
49
50
  ])
50
51
  ], 2),
51
52
  o("div", {
52
- class: t(p.value)
53
+ class: a(p.value)
53
54
  }, [
54
- s(a.$slots, "content")
55
+ n(e.$slots, "content")
55
56
  ], 2)
56
57
  ], 2));
57
58
  }
58
59
  });
59
60
  export {
60
- _ as default
61
+ z as default
61
62
  };
@@ -3,11 +3,6 @@
3
3
  background-color: #fff;
4
4
  border-radius: 4px;
5
5
  }
6
- .aplus-info-layout-header {
7
- padding: 16px 24px;
8
- border-bottom-color: #fff;
9
- border-bottom-width: 1px;
10
- }
11
6
  .aplus-info-layout-header__contant {
12
7
  display: flex;
13
8
  align-items: center;
@@ -15,50 +10,10 @@
15
10
  }
16
11
  .aplus-info-layout-header__contant--title {
17
12
  display: inline-block;
18
- font-weight: 600;
19
- font-size: 16px;
20
- line-height: 1;
21
13
  }
22
14
  .aplus-info-layout-header__contant--actions {
23
15
  display: inline-block;
24
16
  }
25
- .aplus-info-layout-divider {
26
- padding-left: 24px;
27
- padding-right: 24px;
28
- }
29
17
  .aplus-info-layout-contant {
30
- padding: 24px;
31
18
  border-bottom-color: #fff;
32
19
  }
33
- .ap-info-layout-container {
34
- height: 100%;
35
- background-color: #ffffff;
36
- border-radius: 4px;
37
- }
38
- .ap-info-layout-container .ap-info-layout-header {
39
- padding: 16px 24px;
40
- border-bottom-color: #eeeeee;
41
- border-bottom-width: 1px;
42
- }
43
- .ap-info-layout-container .ap-info-layout-header .header_content {
44
- display: flex;
45
- align-items: center;
46
- justify-content: space-between;
47
- background-color: #ffffff;
48
- }
49
- .ap-info-layout-container .ap-info-layout-header .header_content .header_content_title {
50
- display: inline-block;
51
- font-weight: 600;
52
- font-size: 16px;
53
- line-height: 1;
54
- }
55
- .ap-info-layout-container .ap-info-layout-header .header_content .header_content_action {
56
- display: inline-block;
57
- }
58
- .ap-info-layout-content {
59
- padding: 24px;
60
- }
61
- .ap-info-layout-divider {
62
- margin-top: 0;
63
- margin-bottom: 0;
64
- }
@@ -11,7 +11,7 @@ import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
11
  export declare const configProviderProps: () => {
12
12
  iconPrefixCls: StringConstructor;
13
13
  getTargetContainer: {
14
- type: PropType<() => HTMLElement | Window>;
14
+ type: PropType<() => Window | HTMLElement>;
15
15
  };
16
16
  getPopupContainer: {
17
17
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -12,7 +12,7 @@ import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig } from './constants'
12
12
  export declare const ConfigProvider: DefineComponent<{
13
13
  iconPrefixCls: StringConstructor;
14
14
  getTargetContainer: {
15
- type: PropType<() => HTMLElement | Window>;
15
+ type: PropType<() => Window | HTMLElement>;
16
16
  };
17
17
  getPopupContainer: {
18
18
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -149,7 +149,7 @@ export declare const ConfigProvider: DefineComponent<{
149
149
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
150
150
  iconPrefixCls: StringConstructor;
151
151
  getTargetContainer: {
152
- type: PropType<() => HTMLElement | Window>;
152
+ type: PropType<() => Window | HTMLElement>;
153
153
  };
154
154
  getPopupContainer: {
155
155
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -286,10 +286,18 @@ export declare const ConfigProvider: DefineComponent<{
286
286
  }>>, {
287
287
  theme: ThemeConfig;
288
288
  direction: "ltr" | "rtl";
289
- csp: CSPConfig;
290
289
  input: {
291
290
  autocomplete?: string | undefined;
292
291
  };
292
+ select: {
293
+ showSearch?: boolean | undefined;
294
+ };
295
+ form: {
296
+ validateMessages?: ValidateMessages | undefined;
297
+ requiredMark?: RequiredMark | undefined;
298
+ colon?: boolean | undefined;
299
+ };
300
+ csp: CSPConfig;
293
301
  autoInsertSpaceInButton: boolean;
294
302
  locale: Locale;
295
303
  pageHeader: {
@@ -301,17 +309,9 @@ export declare const ConfigProvider: DefineComponent<{
301
309
  };
302
310
  virtual: boolean;
303
311
  dropdownMatchSelectWidth: number | boolean;
304
- form: {
305
- validateMessages?: ValidateMessages | undefined;
306
- requiredMark?: RequiredMark | undefined;
307
- colon?: boolean | undefined;
308
- };
309
312
  pagination: {
310
313
  showSizeChanger?: boolean | undefined;
311
314
  };
312
- select: {
313
- showSearch?: boolean | undefined;
314
- };
315
315
  wave: {
316
316
  disabled?: boolean | undefined;
317
317
  };
@@ -17,7 +17,7 @@ export declare function useGlobalConfig(): Ref<ConfigProviderContext>;
17
17
  export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => ComputedRef<Partial<Partial< ExtractPropTypes<{
18
18
  iconPrefixCls: StringConstructor;
19
19
  getTargetContainer: {
20
- type: PropType<() => HTMLElement | Window>;
20
+ type: PropType<() => Window | HTMLElement>;
21
21
  };
22
22
  getPopupContainer: {
23
23
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -87,8 +87,8 @@ declare const _default: DefineComponent<{
87
87
  }, {
88
88
  title: string;
89
89
  size: string;
90
- bordered: boolean;
91
90
  column: number | Record<string, any>;
91
+ bordered: boolean;
92
92
  schema: DescItem[];
93
93
  useCollapse: boolean;
94
94
  collapseOptions: CollapseContainerOptions;
@@ -26,10 +26,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
26
26
  }, {
27
27
  mode: "svg" | "iconify";
28
28
  width: string;
29
- value: string;
30
29
  copy: boolean;
31
- allowClear: boolean;
30
+ value: string;
32
31
  readonly: boolean;
32
+ allowClear: boolean;
33
33
  pageSize: number;
34
34
  }, {}>;
35
35
  export default _default;
@@ -213,8 +213,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
213
213
  type: NumberConstructor;
214
214
  };
215
215
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
216
- ok: (...args: any[]) => void;
217
216
  cancel: (...args: any[]) => void;
217
+ ok: (...args: any[]) => void;
218
218
  "height-change": (...args: any[]) => void;
219
219
  fullscreen: (...args: any[]) => void;
220
220
  "open-change": (...args: any[]) => void;
@@ -213,8 +213,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
213
213
  type: NumberConstructor;
214
214
  };
215
215
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
216
- ok: (...args: any[]) => void;
217
216
  cancel: (...args: any[]) => void;
217
+ ok: (...args: any[]) => void;
218
218
  }, string, PublicProps, Readonly< ExtractPropTypes<{
219
219
  open: {
220
220
  type: BooleanConstructor;
@@ -24,10 +24,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
24
24
  onChange?: ((...args: any[]) => any) | undefined;
25
25
  onDefaultChange?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
+ immediate: boolean;
27
28
  resultField: string;
28
29
  labelField: string;
29
30
  valueField: string;
30
- immediate: boolean;
31
31
  childrenField: string;
32
32
  apiParamKey: string;
33
33
  initFetchParams: Record<string, any>;
@@ -24,11 +24,11 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
24
24
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
25
25
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
+ immediate: boolean;
27
28
  params: string | Record<string, any>;
28
29
  resultField: string;
29
30
  labelField: string;
30
31
  valueField: string;
31
- immediate: boolean;
32
32
  isBtn: boolean;
33
33
  }, {}>;
34
34
  export default _default;
@@ -40,13 +40,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
40
40
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
41
41
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
42
42
  }, {
43
+ immediate: boolean;
44
+ options: ApiSelectOption[];
43
45
  params: Record<string, any>;
44
46
  resultField: string;
45
47
  labelField: string;
46
48
  valueField: string;
47
- immediate: boolean;
48
49
  alwaysLoad: boolean;
49
- options: ApiSelectOption[];
50
50
  }, {}>, Partial<Record<NonNullable<keyof SelectSlotsType>, (_: any) => any>>>;
51
51
  export default _default;
52
52
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -27,10 +27,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
27
27
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
28
28
  }, {
29
29
  disabled: boolean;
30
+ immediate: boolean;
30
31
  resultField: string;
31
32
  labelField: string;
32
33
  valueField: string;
33
- immediate: boolean;
34
34
  alwaysLoad: boolean;
35
35
  showSearch: boolean;
36
36
  showSelectAll: boolean;
@@ -25,10 +25,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
25
25
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
26
26
  "onLoad-data"?: ((...args: any[]) => any) | undefined;
27
27
  }, {
28
+ immediate: boolean;
28
29
  resultField: string;
29
30
  labelField: string;
30
31
  valueField: string;
31
- immediate: boolean;
32
32
  async: boolean;
33
33
  childrenField: string;
34
34
  }, {}>, Partial<Record<NonNullable<AntdTreeSelectSlotNames>, (_: any) => any>>>;
@@ -17,8 +17,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
17
17
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
18
18
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
19
19
  }, {
20
- resultField: string;
21
20
  immediate: boolean;
21
+ resultField: string;
22
22
  }, {}>, Partial<Record<NonNullable<AntdTreeSlotNames>, (_: any) => any>>>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -96,8 +96,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
96
96
  offset: string | number;
97
97
  } | ColSize | undefined;
98
98
  prefixCls?: string | undefined;
99
- push?: (string | number) | undefined;
100
99
  span?: (string | number) | undefined;
100
+ push?: (string | number) | undefined;
101
101
  flex?: (string | number) | undefined;
102
102
  order?: (string | number) | undefined;
103
103
  offset?: (string | number) | undefined;
@@ -110,7 +110,7 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
110
110
  contextmenu?: string | undefined;
111
111
  dir?: string | undefined;
112
112
  draggable?: (boolean | "true" | "false") | undefined;
113
- hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
113
+ hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
114
114
  id?: string | undefined;
115
115
  inert?: (boolean | "true" | "false") | undefined;
116
116
  lang?: string | undefined;
@@ -145,18 +145,18 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
145
145
  is?: string | undefined;
146
146
  'aria-activedescendant'?: string | undefined;
147
147
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
148
- 'aria-autocomplete'?: "inline" | "none" | "both" | "list" | undefined;
148
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
149
149
  'aria-busy'?: (boolean | "true" | "false") | undefined;
150
150
  'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined;
151
151
  'aria-colcount'?: (string | number) | undefined;
152
152
  'aria-colindex'?: (string | number) | undefined;
153
153
  'aria-colspan'?: (string | number) | undefined;
154
154
  'aria-controls'?: string | undefined;
155
- 'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location" | undefined;
155
+ 'aria-current'?: "time" | "date" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined;
156
156
  'aria-describedby'?: string | undefined;
157
157
  'aria-details'?: string | undefined;
158
158
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
159
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
159
+ 'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
160
160
  'aria-errormessage'?: string | undefined;
161
161
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
162
162
  'aria-flowto'?: string | undefined;
@@ -301,8 +301,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
301
301
  offset: string | number;
302
302
  } | ColSize | undefined;
303
303
  prefixCls?: string | undefined;
304
- push?: (string | number) | undefined;
305
304
  span?: (string | number) | undefined;
305
+ push?: (string | number) | undefined;
306
306
  flex?: (string | number) | undefined;
307
307
  order?: (string | number) | undefined;
308
308
  offset?: (string | number) | undefined;
@@ -37,8 +37,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
37
37
  submit: (e?: Event | undefined) => Promise<void>;
38
38
  scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
39
39
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
40
- submit: (...args: any[]) => void;
41
40
  reset: (...args: any[]) => void;
41
+ submit: (...args: any[]) => void;
42
42
  register: (...args: any[]) => void;
43
43
  "advanced-change": (...args: any[]) => void;
44
44
  "field-value-change": (...args: any[]) => void;
@@ -77,8 +77,8 @@ declare const _default: DefineComponent<{
77
77
  required: true;
78
78
  };
79
79
  }>>, {
80
- value: string | number | boolean | Record<string, any>;
81
80
  column: BasicColumn;
81
+ value: string | number | boolean | Record<string, any>;
82
82
  record: any;
83
83
  }, {}>;
84
84
  export default _default;
@@ -116,10 +116,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
116
116
  "onRow-mouseleave"?: ((...args: any[]) => any) | undefined;
117
117
  "onExpanded-rows-change"?: ((...args: any[]) => any) | undefined;
118
118
  }, {
119
+ ellipsis: boolean;
119
120
  pagination: boolean | PaginationProps | null;
120
121
  immediate: boolean;
121
122
  columns: BasicColumn[];
122
- ellipsis: boolean;
123
123
  rowKey: string | GetRowKey<any>;
124
124
  indentSize: number;
125
125
  showIndexColumn: boolean;
@@ -1,12 +1,16 @@
1
1
  .ant-alert {
2
2
  width: 100%;
3
+ height: 32px;
3
4
  margin: 0 0 4px;
4
- padding: 9px 12px;
5
+ padding: 7px 12px;
6
+ line-height: 32px;
5
7
  border-radius: 4px;
6
8
  }
9
+ .ant-alert .ant-alert-icon {
10
+ font-size: 14px;
11
+ }
7
12
  .ant-alert .ant-alert-message {
8
13
  color: #182948;
9
- font-weight: bold;
10
14
  font-size: 12px;
11
15
  line-height: 12px;
12
16
  }
@@ -1,12 +1,16 @@
1
1
  .ant-alert {
2
2
  width: 100%;
3
+ height: 32px;
3
4
  margin: 0 0 4px;
4
- padding: 9px 12px;
5
+ padding: 7px 12px;
6
+ line-height: 32px;
5
7
  border-radius: 4px;
6
8
  }
9
+ .ant-alert .ant-alert-icon {
10
+ font-size: 14px;
11
+ }
7
12
  .ant-alert .ant-alert-message {
8
13
  color: #182948;
9
- font-weight: bold;
10
14
  font-size: 12px;
11
15
  line-height: 12px;
12
16
  }
@@ -3,11 +3,6 @@
3
3
  background-color: #fff;
4
4
  border-radius: 4px;
5
5
  }
6
- .aplus-info-layout-header {
7
- padding: 16px 24px;
8
- border-bottom-color: #fff;
9
- border-bottom-width: 1px;
10
- }
11
6
  .aplus-info-layout-header__contant {
12
7
  display: flex;
13
8
  align-items: center;
@@ -15,18 +10,10 @@
15
10
  }
16
11
  .aplus-info-layout-header__contant--title {
17
12
  display: inline-block;
18
- font-weight: 600;
19
- font-size: 16px;
20
- line-height: 1;
21
13
  }
22
14
  .aplus-info-layout-header__contant--actions {
23
15
  display: inline-block;
24
16
  }
25
- .aplus-info-layout-divider {
26
- padding-left: 24px;
27
- padding-right: 24px;
28
- }
29
17
  .aplus-info-layout-contant {
30
- padding: 24px;
31
18
  border-bottom-color: #fff;
32
19
  }
@@ -1,11 +1,11 @@
1
1
  import { TransformCellTextProps } from 'ant-design-vue/lib/table/interface';
2
2
  import { ConfigProviderProps } from 'ant-design-vue';
3
3
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
5
+ import { RequiredMark } from 'ant-design-vue/es/form/Form';
4
6
  import { CSPConfig } from 'ant-design-vue/es/config-provider';
5
7
  import { Locale } from 'ant-design-vue/es/locale';
6
8
  import { ButtonSize } from 'ant-design-vue/es/button';
7
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
9
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
10
10
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
11
11
 
@@ -39,10 +39,18 @@ export declare const antdConfigProviderPresets: Partial<ConfigProviderProps>;
39
39
  export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
40
40
  theme?: ThemeConfig | undefined;
41
41
  direction?: "ltr" | "rtl" | undefined;
42
- csp?: CSPConfig | undefined;
43
42
  input?: {
44
43
  autocomplete?: string | undefined;
45
44
  } | undefined;
45
+ select?: {
46
+ showSearch?: boolean | undefined;
47
+ } | undefined;
48
+ form?: {
49
+ validateMessages?: ValidateMessages | undefined;
50
+ requiredMark?: RequiredMark | undefined;
51
+ colon?: boolean | undefined;
52
+ } | undefined;
53
+ csp?: CSPConfig | undefined;
46
54
  locale?: Locale | undefined;
47
55
  pageHeader?: {
48
56
  ghost?: boolean | undefined;
@@ -51,24 +59,16 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
51
59
  size?: number | ButtonSize;
52
60
  } | undefined;
53
61
  dropdownMatchSelectWidth?: number | boolean | undefined;
54
- form?: {
55
- validateMessages?: ValidateMessages | undefined;
56
- requiredMark?: RequiredMark | undefined;
57
- colon?: boolean | undefined;
58
- } | undefined;
59
62
  pagination?: {
60
63
  showSizeChanger?: boolean | undefined;
61
64
  } | undefined;
62
- select?: {
63
- showSearch?: boolean | undefined;
64
- } | undefined;
65
65
  wave?: {
66
66
  disabled?: boolean | undefined;
67
67
  } | undefined;
68
68
  getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
69
69
  prefixCls?: string | undefined;
70
70
  iconPrefixCls?: string | undefined;
71
- getTargetContainer?: (() => HTMLElement | Window) | undefined;
71
+ getTargetContainer?: (() => Window | HTMLElement) | undefined;
72
72
  getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
73
73
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
74
74
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
34
34
  }>>> & {
35
35
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
36
36
  }, {
37
- type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
37
+ type: "number" | "text" | "color" | "reset" | "submit" | "button" | "time" | "month" | "date" | "week" | "hidden" | "search" | "image" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
38
38
  mode: FieldMode;
39
39
  bordered: boolean;
40
40
  allowClear: boolean;
@@ -23,7 +23,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
23
23
  }>>> & {
24
24
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
25
25
  }, {
26
- type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
26
+ type: "number" | "text" | "color" | "reset" | "submit" | "button" | "time" | "month" | "date" | "week" | "hidden" | "search" | "image" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
27
27
  mode: FieldMode;
28
28
  bordered: boolean;
29
29
  lazy: boolean;
@@ -11,6 +11,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11
11
  toEl: string | HTMLElement;
12
12
  telDisabled: boolean;
13
13
  }, {}>, {
14
+ header?(_: {}): any;
14
15
  title?(_: {}): any;
15
16
  actions?(_: {}): any;
16
17
  divider?(_: {}): any;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("ant-design-vue");require("../style/ap-info-layout.css");require("../../config-provider/index.js");const p=require("../../config-provider/hooks/use-namespace.js"),v=e.defineComponent({name:"ApInfoLayout",__name:"ap-info-layout",props:{toEl:{default:"#microapp-fixed-header"},telDisabled:{type:Boolean,default:!1}},setup(C){const{b:a,be:n,bem:o}=p.useNamespace("info-layout"),l=e.computed(()=>[a("container")]),r=e.computed(()=>[a("header")]),s=e.computed(()=>[a("divider")]),d=e.computed(()=>[a("contant")]),i=e.computed(()=>[n("header","contant")]),c=e.computed(()=>[o("header","contant","title")]),u=e.computed(()=>[o("header","contant","actions")]);return(t,f)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(l.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:t.toEl,disabled:t.telDisabled},[e.createElementVNode("div",{class:e.normalizeClass(`${r.value}`)},[e.createElementVNode("div",{class:e.normalizeClass(i.value)},[e.createElementVNode("div",{class:e.normalizeClass(c.value)},[e.renderSlot(t.$slots,"title")],2),e.createElementVNode("div",{class:e.normalizeClass(u.value)},[e.renderSlot(t.$slots,"actions")],2)],2)],2)],8,["to","disabled"])),e.createElementVNode("div",{class:e.normalizeClass(s.value)},[e.renderSlot(t.$slots,"divider",{},()=>[e.createVNode(e.unref(m.Divider),{class:"ap-info-layout-divider",dashed:""})])],2),e.createElementVNode("div",{class:e.normalizeClass(d.value)},[e.renderSlot(t.$slots,"content")],2)],2))}});exports.default=v;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("ant-design-vue");require("../style/ap-info-layout.css");require("../../config-provider/index.js");const p=require("../../config-provider/hooks/use-namespace.js"),v=e.defineComponent({name:"ApInfoLayout",__name:"ap-info-layout",props:{toEl:{default:"#microapp-fixed-header"},telDisabled:{type:Boolean,default:!1}},setup(C){const{b:a,be:n,bem:o}=p.useNamespace("info-layout"),l=e.computed(()=>[a("container")]),r=e.computed(()=>[a("header")]),s=e.computed(()=>[a("divider")]),d=e.computed(()=>[a("contant")]),i=e.computed(()=>[n("header","contant")]),c=e.computed(()=>[o("header","contant","title")]),u=e.computed(()=>[o("header","contant","actions")]);return(t,f)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(l.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:t.toEl,disabled:t.telDisabled},[e.renderSlot(t.$slots,"header"),e.createElementVNode("div",{class:e.normalizeClass(`${r.value}`)},[e.createElementVNode("div",{class:e.normalizeClass(i.value)},[e.createElementVNode("div",{class:e.normalizeClass(c.value)},[e.renderSlot(t.$slots,"title")],2),e.createElementVNode("div",{class:e.normalizeClass(u.value)},[e.renderSlot(t.$slots,"actions")],2)],2)],2)],8,["to","disabled"])),e.createElementVNode("div",{class:e.normalizeClass(s.value)},[e.renderSlot(t.$slots,"divider",{},()=>[e.createVNode(e.unref(m.Divider),{class:"ap-info-layout-divider",dashed:""})])],2),e.createElementVNode("div",{class:e.normalizeClass(d.value)},[e.renderSlot(t.$slots,"content")],2)],2))}});exports.default=v;
@@ -3,11 +3,6 @@
3
3
  background-color: #fff;
4
4
  border-radius: 4px;
5
5
  }
6
- .aplus-info-layout-header {
7
- padding: 16px 24px;
8
- border-bottom-color: #fff;
9
- border-bottom-width: 1px;
10
- }
11
6
  .aplus-info-layout-header__contant {
12
7
  display: flex;
13
8
  align-items: center;
@@ -15,50 +10,10 @@
15
10
  }
16
11
  .aplus-info-layout-header__contant--title {
17
12
  display: inline-block;
18
- font-weight: 600;
19
- font-size: 16px;
20
- line-height: 1;
21
13
  }
22
14
  .aplus-info-layout-header__contant--actions {
23
15
  display: inline-block;
24
16
  }
25
- .aplus-info-layout-divider {
26
- padding-left: 24px;
27
- padding-right: 24px;
28
- }
29
17
  .aplus-info-layout-contant {
30
- padding: 24px;
31
18
  border-bottom-color: #fff;
32
19
  }
33
- .ap-info-layout-container {
34
- height: 100%;
35
- background-color: #ffffff;
36
- border-radius: 4px;
37
- }
38
- .ap-info-layout-container .ap-info-layout-header {
39
- padding: 16px 24px;
40
- border-bottom-color: #eeeeee;
41
- border-bottom-width: 1px;
42
- }
43
- .ap-info-layout-container .ap-info-layout-header .header_content {
44
- display: flex;
45
- align-items: center;
46
- justify-content: space-between;
47
- background-color: #ffffff;
48
- }
49
- .ap-info-layout-container .ap-info-layout-header .header_content .header_content_title {
50
- display: inline-block;
51
- font-weight: 600;
52
- font-size: 16px;
53
- line-height: 1;
54
- }
55
- .ap-info-layout-container .ap-info-layout-header .header_content .header_content_action {
56
- display: inline-block;
57
- }
58
- .ap-info-layout-content {
59
- padding: 24px;
60
- }
61
- .ap-info-layout-divider {
62
- margin-top: 0;
63
- margin-bottom: 0;
64
- }
@@ -11,7 +11,7 @@ import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
11
  export declare const configProviderProps: () => {
12
12
  iconPrefixCls: StringConstructor;
13
13
  getTargetContainer: {
14
- type: PropType<() => HTMLElement | Window>;
14
+ type: PropType<() => Window | HTMLElement>;
15
15
  };
16
16
  getPopupContainer: {
17
17
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -12,7 +12,7 @@ import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig } from './constants'
12
12
  export declare const ConfigProvider: DefineComponent<{
13
13
  iconPrefixCls: StringConstructor;
14
14
  getTargetContainer: {
15
- type: PropType<() => HTMLElement | Window>;
15
+ type: PropType<() => Window | HTMLElement>;
16
16
  };
17
17
  getPopupContainer: {
18
18
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -149,7 +149,7 @@ export declare const ConfigProvider: DefineComponent<{
149
149
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
150
150
  iconPrefixCls: StringConstructor;
151
151
  getTargetContainer: {
152
- type: PropType<() => HTMLElement | Window>;
152
+ type: PropType<() => Window | HTMLElement>;
153
153
  };
154
154
  getPopupContainer: {
155
155
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -286,10 +286,18 @@ export declare const ConfigProvider: DefineComponent<{
286
286
  }>>, {
287
287
  theme: ThemeConfig;
288
288
  direction: "ltr" | "rtl";
289
- csp: CSPConfig;
290
289
  input: {
291
290
  autocomplete?: string | undefined;
292
291
  };
292
+ select: {
293
+ showSearch?: boolean | undefined;
294
+ };
295
+ form: {
296
+ validateMessages?: ValidateMessages | undefined;
297
+ requiredMark?: RequiredMark | undefined;
298
+ colon?: boolean | undefined;
299
+ };
300
+ csp: CSPConfig;
293
301
  autoInsertSpaceInButton: boolean;
294
302
  locale: Locale;
295
303
  pageHeader: {
@@ -301,17 +309,9 @@ export declare const ConfigProvider: DefineComponent<{
301
309
  };
302
310
  virtual: boolean;
303
311
  dropdownMatchSelectWidth: number | boolean;
304
- form: {
305
- validateMessages?: ValidateMessages | undefined;
306
- requiredMark?: RequiredMark | undefined;
307
- colon?: boolean | undefined;
308
- };
309
312
  pagination: {
310
313
  showSizeChanger?: boolean | undefined;
311
314
  };
312
- select: {
313
- showSearch?: boolean | undefined;
314
- };
315
315
  wave: {
316
316
  disabled?: boolean | undefined;
317
317
  };
@@ -17,7 +17,7 @@ export declare function useGlobalConfig(): Ref<ConfigProviderContext>;
17
17
  export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => ComputedRef<Partial<Partial< ExtractPropTypes<{
18
18
  iconPrefixCls: StringConstructor;
19
19
  getTargetContainer: {
20
- type: PropType<() => HTMLElement | Window>;
20
+ type: PropType<() => Window | HTMLElement>;
21
21
  };
22
22
  getPopupContainer: {
23
23
  type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
@@ -87,8 +87,8 @@ declare const _default: DefineComponent<{
87
87
  }, {
88
88
  title: string;
89
89
  size: string;
90
- bordered: boolean;
91
90
  column: number | Record<string, any>;
91
+ bordered: boolean;
92
92
  schema: DescItem[];
93
93
  useCollapse: boolean;
94
94
  collapseOptions: CollapseContainerOptions;
@@ -26,10 +26,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
26
26
  }, {
27
27
  mode: "svg" | "iconify";
28
28
  width: string;
29
- value: string;
30
29
  copy: boolean;
31
- allowClear: boolean;
30
+ value: string;
32
31
  readonly: boolean;
32
+ allowClear: boolean;
33
33
  pageSize: number;
34
34
  }, {}>;
35
35
  export default _default;
@@ -213,8 +213,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
213
213
  type: NumberConstructor;
214
214
  };
215
215
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
216
- ok: (...args: any[]) => void;
217
216
  cancel: (...args: any[]) => void;
217
+ ok: (...args: any[]) => void;
218
218
  "height-change": (...args: any[]) => void;
219
219
  fullscreen: (...args: any[]) => void;
220
220
  "open-change": (...args: any[]) => void;
@@ -213,8 +213,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
213
213
  type: NumberConstructor;
214
214
  };
215
215
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
216
- ok: (...args: any[]) => void;
217
216
  cancel: (...args: any[]) => void;
217
+ ok: (...args: any[]) => void;
218
218
  }, string, PublicProps, Readonly< ExtractPropTypes<{
219
219
  open: {
220
220
  type: BooleanConstructor;
@@ -24,10 +24,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
24
24
  onChange?: ((...args: any[]) => any) | undefined;
25
25
  onDefaultChange?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
+ immediate: boolean;
27
28
  resultField: string;
28
29
  labelField: string;
29
30
  valueField: string;
30
- immediate: boolean;
31
31
  childrenField: string;
32
32
  apiParamKey: string;
33
33
  initFetchParams: Record<string, any>;
@@ -24,11 +24,11 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
24
24
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
25
25
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
+ immediate: boolean;
27
28
  params: string | Record<string, any>;
28
29
  resultField: string;
29
30
  labelField: string;
30
31
  valueField: string;
31
- immediate: boolean;
32
32
  isBtn: boolean;
33
33
  }, {}>;
34
34
  export default _default;
@@ -40,13 +40,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
40
40
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
41
41
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
42
42
  }, {
43
+ immediate: boolean;
44
+ options: ApiSelectOption[];
43
45
  params: Record<string, any>;
44
46
  resultField: string;
45
47
  labelField: string;
46
48
  valueField: string;
47
- immediate: boolean;
48
49
  alwaysLoad: boolean;
49
- options: ApiSelectOption[];
50
50
  }, {}>, Partial<Record<NonNullable<keyof SelectSlotsType>, (_: any) => any>>>;
51
51
  export default _default;
52
52
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -27,10 +27,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
27
27
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
28
28
  }, {
29
29
  disabled: boolean;
30
+ immediate: boolean;
30
31
  resultField: string;
31
32
  labelField: string;
32
33
  valueField: string;
33
- immediate: boolean;
34
34
  alwaysLoad: boolean;
35
35
  showSearch: boolean;
36
36
  showSelectAll: boolean;
@@ -25,10 +25,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
25
25
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
26
26
  "onLoad-data"?: ((...args: any[]) => any) | undefined;
27
27
  }, {
28
+ immediate: boolean;
28
29
  resultField: string;
29
30
  labelField: string;
30
31
  valueField: string;
31
- immediate: boolean;
32
32
  async: boolean;
33
33
  childrenField: string;
34
34
  }, {}>, Partial<Record<NonNullable<AntdTreeSelectSlotNames>, (_: any) => any>>>;
@@ -17,8 +17,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
17
17
  "onOptions-change"?: ((...args: any[]) => any) | undefined;
18
18
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
19
19
  }, {
20
- resultField: string;
21
20
  immediate: boolean;
21
+ resultField: string;
22
22
  }, {}>, Partial<Record<NonNullable<AntdTreeSlotNames>, (_: any) => any>>>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -96,8 +96,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
96
96
  offset: string | number;
97
97
  } | ColSize | undefined;
98
98
  prefixCls?: string | undefined;
99
- push?: (string | number) | undefined;
100
99
  span?: (string | number) | undefined;
100
+ push?: (string | number) | undefined;
101
101
  flex?: (string | number) | undefined;
102
102
  order?: (string | number) | undefined;
103
103
  offset?: (string | number) | undefined;
@@ -110,7 +110,7 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
110
110
  contextmenu?: string | undefined;
111
111
  dir?: string | undefined;
112
112
  draggable?: (boolean | "true" | "false") | undefined;
113
- hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
113
+ hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
114
114
  id?: string | undefined;
115
115
  inert?: (boolean | "true" | "false") | undefined;
116
116
  lang?: string | undefined;
@@ -145,18 +145,18 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
145
145
  is?: string | undefined;
146
146
  'aria-activedescendant'?: string | undefined;
147
147
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
148
- 'aria-autocomplete'?: "inline" | "none" | "both" | "list" | undefined;
148
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
149
149
  'aria-busy'?: (boolean | "true" | "false") | undefined;
150
150
  'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined;
151
151
  'aria-colcount'?: (string | number) | undefined;
152
152
  'aria-colindex'?: (string | number) | undefined;
153
153
  'aria-colspan'?: (string | number) | undefined;
154
154
  'aria-controls'?: string | undefined;
155
- 'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location" | undefined;
155
+ 'aria-current'?: "time" | "date" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined;
156
156
  'aria-describedby'?: string | undefined;
157
157
  'aria-details'?: string | undefined;
158
158
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
159
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
159
+ 'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
160
160
  'aria-errormessage'?: string | undefined;
161
161
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
162
162
  'aria-flowto'?: string | undefined;
@@ -301,8 +301,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
301
301
  offset: string | number;
302
302
  } | ColSize | undefined;
303
303
  prefixCls?: string | undefined;
304
- push?: (string | number) | undefined;
305
304
  span?: (string | number) | undefined;
305
+ push?: (string | number) | undefined;
306
306
  flex?: (string | number) | undefined;
307
307
  order?: (string | number) | undefined;
308
308
  offset?: (string | number) | undefined;
@@ -37,8 +37,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
37
37
  submit: (e?: Event | undefined) => Promise<void>;
38
38
  scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
39
39
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
40
- submit: (...args: any[]) => void;
41
40
  reset: (...args: any[]) => void;
41
+ submit: (...args: any[]) => void;
42
42
  register: (...args: any[]) => void;
43
43
  "advanced-change": (...args: any[]) => void;
44
44
  "field-value-change": (...args: any[]) => void;
@@ -77,8 +77,8 @@ declare const _default: DefineComponent<{
77
77
  required: true;
78
78
  };
79
79
  }>>, {
80
- value: string | number | boolean | Record<string, any>;
81
80
  column: BasicColumn;
81
+ value: string | number | boolean | Record<string, any>;
82
82
  record: any;
83
83
  }, {}>;
84
84
  export default _default;
@@ -116,10 +116,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
116
116
  "onRow-mouseleave"?: ((...args: any[]) => any) | undefined;
117
117
  "onExpanded-rows-change"?: ((...args: any[]) => any) | undefined;
118
118
  }, {
119
+ ellipsis: boolean;
119
120
  pagination: boolean | PaginationProps | null;
120
121
  immediate: boolean;
121
122
  columns: BasicColumn[];
122
- ellipsis: boolean;
123
123
  rowKey: string | GetRowKey<any>;
124
124
  indentSize: number;
125
125
  showIndexColumn: boolean;
@@ -1,12 +1,16 @@
1
1
  .ant-alert {
2
2
  width: 100%;
3
+ height: 32px;
3
4
  margin: 0 0 4px;
4
- padding: 9px 12px;
5
+ padding: 7px 12px;
6
+ line-height: 32px;
5
7
  border-radius: 4px;
6
8
  }
9
+ .ant-alert .ant-alert-icon {
10
+ font-size: 14px;
11
+ }
7
12
  .ant-alert .ant-alert-message {
8
13
  color: #182948;
9
- font-weight: bold;
10
14
  font-size: 12px;
11
15
  line-height: 12px;
12
16
  }
@@ -1,12 +1,16 @@
1
1
  .ant-alert {
2
2
  width: 100%;
3
+ height: 32px;
3
4
  margin: 0 0 4px;
4
- padding: 9px 12px;
5
+ padding: 7px 12px;
6
+ line-height: 32px;
5
7
  border-radius: 4px;
6
8
  }
9
+ .ant-alert .ant-alert-icon {
10
+ font-size: 14px;
11
+ }
7
12
  .ant-alert .ant-alert-message {
8
13
  color: #182948;
9
- font-weight: bold;
10
14
  font-size: 12px;
11
15
  line-height: 12px;
12
16
  }
@@ -3,11 +3,6 @@
3
3
  background-color: #fff;
4
4
  border-radius: 4px;
5
5
  }
6
- .aplus-info-layout-header {
7
- padding: 16px 24px;
8
- border-bottom-color: #fff;
9
- border-bottom-width: 1px;
10
- }
11
6
  .aplus-info-layout-header__contant {
12
7
  display: flex;
13
8
  align-items: center;
@@ -15,18 +10,10 @@
15
10
  }
16
11
  .aplus-info-layout-header__contant--title {
17
12
  display: inline-block;
18
- font-weight: 600;
19
- font-size: 16px;
20
- line-height: 1;
21
13
  }
22
14
  .aplus-info-layout-header__contant--actions {
23
15
  display: inline-block;
24
16
  }
25
- .aplus-info-layout-divider {
26
- padding-left: 24px;
27
- padding-right: 24px;
28
- }
29
17
  .aplus-info-layout-contant {
30
- padding: 24px;
31
18
  border-bottom-color: #fff;
32
19
  }
@@ -1,11 +1,11 @@
1
1
  import { TransformCellTextProps } from 'ant-design-vue/lib/table/interface';
2
2
  import { ConfigProviderProps } from 'ant-design-vue';
3
3
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
5
+ import { RequiredMark } from 'ant-design-vue/es/form/Form';
4
6
  import { CSPConfig } from 'ant-design-vue/es/config-provider';
5
7
  import { Locale } from 'ant-design-vue/es/locale';
6
8
  import { ButtonSize } from 'ant-design-vue/es/button';
7
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
9
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
10
10
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
11
11
 
@@ -39,10 +39,18 @@ export declare const antdConfigProviderPresets: Partial<ConfigProviderProps>;
39
39
  export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
40
40
  theme?: ThemeConfig | undefined;
41
41
  direction?: "ltr" | "rtl" | undefined;
42
- csp?: CSPConfig | undefined;
43
42
  input?: {
44
43
  autocomplete?: string | undefined;
45
44
  } | undefined;
45
+ select?: {
46
+ showSearch?: boolean | undefined;
47
+ } | undefined;
48
+ form?: {
49
+ validateMessages?: ValidateMessages | undefined;
50
+ requiredMark?: RequiredMark | undefined;
51
+ colon?: boolean | undefined;
52
+ } | undefined;
53
+ csp?: CSPConfig | undefined;
46
54
  locale?: Locale | undefined;
47
55
  pageHeader?: {
48
56
  ghost?: boolean | undefined;
@@ -51,24 +59,16 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
51
59
  size?: number | ButtonSize;
52
60
  } | undefined;
53
61
  dropdownMatchSelectWidth?: number | boolean | undefined;
54
- form?: {
55
- validateMessages?: ValidateMessages | undefined;
56
- requiredMark?: RequiredMark | undefined;
57
- colon?: boolean | undefined;
58
- } | undefined;
59
62
  pagination?: {
60
63
  showSizeChanger?: boolean | undefined;
61
64
  } | undefined;
62
- select?: {
63
- showSearch?: boolean | undefined;
64
- } | undefined;
65
65
  wave?: {
66
66
  disabled?: boolean | undefined;
67
67
  } | undefined;
68
68
  getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
69
69
  prefixCls?: string | undefined;
70
70
  iconPrefixCls?: string | undefined;
71
- getTargetContainer?: (() => HTMLElement | Window) | undefined;
71
+ getTargetContainer?: (() => Window | HTMLElement) | undefined;
72
72
  getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
73
73
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
74
74
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "0.0.1-beta.30",
3
+ "version": "0.0.1-beta.32",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "files": [