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

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 (75) 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/base-button/index.d.ts +137 -0
  7. package/es/src/basic/index.d.ts +278 -0
  8. package/es/src/button/index.d.ts +51 -0
  9. package/es/src/config-provider/config-provider-props.d.ts +1 -1
  10. package/es/src/config-provider/config-provider.d.ts +11 -11
  11. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
  12. package/es/src/config-provider/index.d.ts +691 -0
  13. package/es/src/container/index.d.ts +178 -0
  14. package/es/src/count-down/index.d.ts +150 -0
  15. package/es/src/description/description.vue.d.ts +1 -1
  16. package/es/src/description/index.d.ts +214 -0
  17. package/es/src/dropdown/index.d.ts +113 -0
  18. package/es/src/icon/index.d.ts +208 -0
  19. package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
  20. package/es/src/icon-picker/index.d.ts +190 -0
  21. package/es/src/modal/basic.vue.d.ts +1 -1
  22. package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
  23. package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  24. package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  25. package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
  26. package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  27. package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  28. package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
  29. package/es/src/pro-form/hooks/use-label-width.d.ts +6 -6
  30. package/es/src/pro-form/pro-form.vue.d.ts +1 -1
  31. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  32. package/es/src/pro-table/pro-table.vue.d.ts +1 -1
  33. package/es/src/scroll-bar/index.d.ts +177 -0
  34. package/es/src/strength-meter/index.d.ts +89 -0
  35. package/es/src/theme/ap-layout/ap-info-layout.css +0 -13
  36. package/es/src/transition/index.d.ts +369 -0
  37. package/es/src/utils/config-provider-preset.d.ts +12 -12
  38. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  39. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  40. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +1 -0
  41. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  42. package/lib/src/ap-layout/style/ap-info-layout.css +0 -45
  43. package/lib/src/base-button/index.d.ts +137 -0
  44. package/lib/src/basic/index.d.ts +278 -0
  45. package/lib/src/button/index.d.ts +51 -0
  46. package/lib/src/config-provider/config-provider-props.d.ts +1 -1
  47. package/lib/src/config-provider/config-provider.d.ts +11 -11
  48. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
  49. package/lib/src/config-provider/index.d.ts +691 -0
  50. package/lib/src/container/index.d.ts +178 -0
  51. package/lib/src/count-down/index.d.ts +150 -0
  52. package/lib/src/description/description.vue.d.ts +1 -1
  53. package/lib/src/description/index.d.ts +214 -0
  54. package/lib/src/dropdown/index.d.ts +113 -0
  55. package/lib/src/icon/index.d.ts +208 -0
  56. package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
  57. package/lib/src/icon-picker/index.d.ts +190 -0
  58. package/lib/src/modal/basic.vue.d.ts +1 -1
  59. package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
  60. package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  61. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  62. package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
  63. package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  64. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  65. package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
  66. package/lib/src/pro-form/hooks/use-label-width.d.ts +6 -6
  67. package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
  68. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  69. package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
  70. package/lib/src/scroll-bar/index.d.ts +177 -0
  71. package/lib/src/strength-meter/index.d.ts +89 -0
  72. package/lib/src/theme/ap-layout/ap-info-layout.css +0 -13
  73. package/lib/src/transition/index.d.ts +369 -0
  74. package/lib/src/utils/config-provider-preset.d.ts +12 -12
  75. package/package.json +1 -1
@@ -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
- }
@@ -0,0 +1,137 @@
1
+ import { default as ModalButton } from './modal-button.vue';
2
+ import { default as PopConfirmButton } from './pop-confirm-button.vue';
3
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
4
+ export * from './interface';
5
+ export { ModalButton, PopConfirmButton };
6
+ export declare const BaseButton: {
7
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8
+ text: {
9
+ type: PropType<string>;
10
+ };
11
+ color: {
12
+ type: PropType<"primary" | "success" | "error" | "warning">;
13
+ };
14
+ disabled: {
15
+ type: PropType<boolean>;
16
+ };
17
+ onClick: {
18
+ type: PropType<() => void>;
19
+ };
20
+ loading: {
21
+ type: PropType<boolean>;
22
+ };
23
+ preIcon: {
24
+ type: PropType<string>;
25
+ };
26
+ postIcon: {
27
+ type: PropType<string>;
28
+ };
29
+ iconSize: {
30
+ type: PropType<number>;
31
+ default: number;
32
+ };
33
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
34
+ text: {
35
+ type: PropType<string>;
36
+ };
37
+ color: {
38
+ type: PropType<"primary" | "success" | "error" | "warning">;
39
+ };
40
+ disabled: {
41
+ type: PropType<boolean>;
42
+ };
43
+ onClick: {
44
+ type: PropType<() => void>;
45
+ };
46
+ loading: {
47
+ type: PropType<boolean>;
48
+ };
49
+ preIcon: {
50
+ type: PropType<string>;
51
+ };
52
+ postIcon: {
53
+ type: PropType<string>;
54
+ };
55
+ iconSize: {
56
+ type: PropType<number>;
57
+ default: number;
58
+ };
59
+ }>>, {
60
+ iconSize: number;
61
+ }, true, {}, {}, {
62
+ P: {};
63
+ B: {};
64
+ D: {};
65
+ C: {};
66
+ M: {};
67
+ Defaults: {};
68
+ }, Readonly< ExtractPropTypes<{
69
+ text: {
70
+ type: PropType<string>;
71
+ };
72
+ color: {
73
+ type: PropType<"primary" | "success" | "error" | "warning">;
74
+ };
75
+ disabled: {
76
+ type: PropType<boolean>;
77
+ };
78
+ onClick: {
79
+ type: PropType<() => void>;
80
+ };
81
+ loading: {
82
+ type: PropType<boolean>;
83
+ };
84
+ preIcon: {
85
+ type: PropType<string>;
86
+ };
87
+ postIcon: {
88
+ type: PropType<string>;
89
+ };
90
+ iconSize: {
91
+ type: PropType<number>;
92
+ default: number;
93
+ };
94
+ }>>, {}, {}, {}, {}, {
95
+ iconSize: number;
96
+ }>;
97
+ __isFragment?: undefined;
98
+ __isTeleport?: undefined;
99
+ __isSuspense?: undefined;
100
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
101
+ text: {
102
+ type: PropType<string>;
103
+ };
104
+ color: {
105
+ type: PropType<"primary" | "success" | "error" | "warning">;
106
+ };
107
+ disabled: {
108
+ type: PropType<boolean>;
109
+ };
110
+ onClick: {
111
+ type: PropType<() => void>;
112
+ };
113
+ loading: {
114
+ type: PropType<boolean>;
115
+ };
116
+ preIcon: {
117
+ type: PropType<string>;
118
+ };
119
+ postIcon: {
120
+ type: PropType<string>;
121
+ };
122
+ iconSize: {
123
+ type: PropType<number>;
124
+ default: number;
125
+ };
126
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
127
+ iconSize: number;
128
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
129
+ $slots: {
130
+ icon?(_: {}): any;
131
+ default?(_: any): any;
132
+ };
133
+ }) & Plugin<any[]> & (new (...args: any[]) => {
134
+ $props: {
135
+ onClick?: (() => void) | undefined;
136
+ };
137
+ });
@@ -0,0 +1,278 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
+ import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
+ export * from './interface';
4
+ export declare const BasicHelp: {
5
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
6
+ maxWidth: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ showIndex: {
11
+ type: BooleanConstructor;
12
+ };
13
+ color: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ fontSize: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ placement: {
22
+ type: PropType<TooltipPlacement>;
23
+ default: string;
24
+ };
25
+ text: {
26
+ type: PropType<string[] | VNode<RendererNode, RendererElement, {
27
+ [key: string]: any;
28
+ }> | VNodeChild>;
29
+ };
30
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
31
+ maxWidth: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ showIndex: {
36
+ type: BooleanConstructor;
37
+ };
38
+ color: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ fontSize: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ placement: {
47
+ type: PropType<TooltipPlacement>;
48
+ default: string;
49
+ };
50
+ text: {
51
+ type: PropType<string[] | VNode<RendererNode, RendererElement, {
52
+ [key: string]: any;
53
+ }> | VNodeChild>;
54
+ };
55
+ }>>, {
56
+ color: string;
57
+ placement: TooltipPlacement;
58
+ fontSize: string;
59
+ maxWidth: string;
60
+ showIndex: boolean;
61
+ }, true, {}, {}, {
62
+ P: {};
63
+ B: {};
64
+ D: {};
65
+ C: {};
66
+ M: {};
67
+ Defaults: {};
68
+ }, Readonly< ExtractPropTypes<{
69
+ maxWidth: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ showIndex: {
74
+ type: BooleanConstructor;
75
+ };
76
+ color: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ fontSize: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ placement: {
85
+ type: PropType<TooltipPlacement>;
86
+ default: string;
87
+ };
88
+ text: {
89
+ type: PropType<string[] | VNode<RendererNode, RendererElement, {
90
+ [key: string]: any;
91
+ }> | VNodeChild>;
92
+ };
93
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
94
+ color: string;
95
+ placement: TooltipPlacement;
96
+ fontSize: string;
97
+ maxWidth: string;
98
+ showIndex: boolean;
99
+ }>;
100
+ __isFragment?: undefined;
101
+ __isTeleport?: undefined;
102
+ __isSuspense?: undefined;
103
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
104
+ maxWidth: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ showIndex: {
109
+ type: BooleanConstructor;
110
+ };
111
+ color: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ fontSize: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ };
119
+ placement: {
120
+ type: PropType<TooltipPlacement>;
121
+ default: string;
122
+ };
123
+ text: {
124
+ type: PropType<string[] | VNode<RendererNode, RendererElement, {
125
+ [key: string]: any;
126
+ }> | VNodeChild>;
127
+ };
128
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
129
+ color: string;
130
+ placement: TooltipPlacement;
131
+ fontSize: string;
132
+ maxWidth: string;
133
+ showIndex: boolean;
134
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
135
+ $props: {
136
+ onClick?: (() => void) | undefined;
137
+ };
138
+ });
139
+ export declare const BasicTitle: {
140
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
141
+ span: {
142
+ type: PropType<boolean>;
143
+ };
144
+ normal: {
145
+ type: PropType<boolean>;
146
+ };
147
+ helpMessage: {
148
+ type: PropType<string | string[]>;
149
+ default: string;
150
+ };
151
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
152
+ span: {
153
+ type: PropType<boolean>;
154
+ };
155
+ normal: {
156
+ type: PropType<boolean>;
157
+ };
158
+ helpMessage: {
159
+ type: PropType<string | string[]>;
160
+ default: string;
161
+ };
162
+ }>>, {
163
+ helpMessage: string | string[];
164
+ }, true, {}, {}, {
165
+ P: {};
166
+ B: {};
167
+ D: {};
168
+ C: {};
169
+ M: {};
170
+ Defaults: {};
171
+ }, Readonly< ExtractPropTypes<{
172
+ span: {
173
+ type: PropType<boolean>;
174
+ };
175
+ normal: {
176
+ type: PropType<boolean>;
177
+ };
178
+ helpMessage: {
179
+ type: PropType<string | string[]>;
180
+ default: string;
181
+ };
182
+ }>>, {}, {}, {}, {}, {
183
+ helpMessage: string | string[];
184
+ }>;
185
+ __isFragment?: undefined;
186
+ __isTeleport?: undefined;
187
+ __isSuspense?: undefined;
188
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
189
+ span: {
190
+ type: PropType<boolean>;
191
+ };
192
+ normal: {
193
+ type: PropType<boolean>;
194
+ };
195
+ helpMessage: {
196
+ type: PropType<string | string[]>;
197
+ default: string;
198
+ };
199
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
200
+ helpMessage: string | string[];
201
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
202
+ $slots: {
203
+ default?(_: {}): any;
204
+ };
205
+ }) & Plugin<any[]> & (new (...args: any[]) => {
206
+ $props: {
207
+ onClick?: (() => void) | undefined;
208
+ };
209
+ });
210
+ export declare const BasicArrow: {
211
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
212
+ expand: {
213
+ type: PropType<boolean>;
214
+ };
215
+ up: {
216
+ type: PropType<boolean>;
217
+ };
218
+ down: {
219
+ type: PropType<boolean>;
220
+ };
221
+ inset: {
222
+ type: PropType<boolean>;
223
+ };
224
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
225
+ expand: {
226
+ type: PropType<boolean>;
227
+ };
228
+ up: {
229
+ type: PropType<boolean>;
230
+ };
231
+ down: {
232
+ type: PropType<boolean>;
233
+ };
234
+ inset: {
235
+ type: PropType<boolean>;
236
+ };
237
+ }>>, {}, true, {}, {}, {
238
+ P: {};
239
+ B: {};
240
+ D: {};
241
+ C: {};
242
+ M: {};
243
+ Defaults: {};
244
+ }, Readonly< ExtractPropTypes<{
245
+ expand: {
246
+ type: PropType<boolean>;
247
+ };
248
+ up: {
249
+ type: PropType<boolean>;
250
+ };
251
+ down: {
252
+ type: PropType<boolean>;
253
+ };
254
+ inset: {
255
+ type: PropType<boolean>;
256
+ };
257
+ }>>, {}, {}, {}, {}, {}>;
258
+ __isFragment?: undefined;
259
+ __isTeleport?: undefined;
260
+ __isSuspense?: undefined;
261
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
262
+ expand: {
263
+ type: PropType<boolean>;
264
+ };
265
+ up: {
266
+ type: PropType<boolean>;
267
+ };
268
+ down: {
269
+ type: PropType<boolean>;
270
+ };
271
+ inset: {
272
+ type: PropType<boolean>;
273
+ };
274
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
275
+ $props: {
276
+ onClick?: (() => void) | undefined;
277
+ };
278
+ });
@@ -0,0 +1,51 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
+ export declare const Button: {
3
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
+ type: {
5
+ type: PropType<string>;
6
+ };
7
+ size: {
8
+ type: PropType<string>;
9
+ };
10
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
11
+ type: {
12
+ type: PropType<string>;
13
+ };
14
+ size: {
15
+ type: PropType<string>;
16
+ };
17
+ }>>, {}, true, {}, {}, {
18
+ P: {};
19
+ B: {};
20
+ D: {};
21
+ C: {};
22
+ M: {};
23
+ Defaults: {};
24
+ }, Readonly< ExtractPropTypes<{
25
+ type: {
26
+ type: PropType<string>;
27
+ };
28
+ size: {
29
+ type: PropType<string>;
30
+ };
31
+ }>>, {}, {}, {}, {}, {}>;
32
+ __isFragment?: undefined;
33
+ __isTeleport?: undefined;
34
+ __isSuspense?: undefined;
35
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
36
+ type: {
37
+ type: PropType<string>;
38
+ };
39
+ size: {
40
+ type: PropType<string>;
41
+ };
42
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
43
+ $slots: {
44
+ default?(_: {}): any;
45
+ };
46
+ }) & Plugin<any[]> & (new (...args: any[]) => {
47
+ $props: {
48
+ onClick?: (() => void) | undefined;
49
+ };
50
+ });
51
+ export default Button;
@@ -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>;