@aplus-frontend/ui 0.0.1-beta.1 → 0.0.1-beta.3
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.
- package/es/index.mjs +124 -118
- package/es/src/ap-field/checkbox/helper.d.ts +6 -0
- package/es/src/ap-field/date/constant.d.ts +1 -0
- package/es/src/ap-field/index.d.ts +5 -0
- package/es/src/ap-field/interface.d.ts +29 -0
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/es/src/ap-form/ap-form-item-group/helper.mjs +14 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +58 -0
- package/es/src/ap-form/ap-form-item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/es/src/ap-form/ap-form-item.vue.mjs +76 -0
- package/es/src/ap-form/ap-form-item.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form.d.ts +1681 -0
- package/es/src/ap-form/ap-form.mjs +5 -0
- package/es/src/ap-form/constant.d.ts +3 -0
- package/es/src/ap-form/constant.mjs +17 -0
- package/es/src/ap-form/index.d.ts +2593 -0
- package/es/src/ap-form/index.mjs +10 -0
- package/es/src/ap-form/interface.d.ts +7 -0
- package/es/src/ap-form/style/ap-form-item-group.css +9 -0
- package/es/src/base-button/button.vue.d.ts +5 -5
- package/es/src/base-button/index.d.ts +53 -48
- package/es/src/base-button/modal-button.vue.d.ts +8 -6
- package/es/src/base-button/pop-confirm-button.vue.d.ts +4 -3
- package/es/src/basic/arrow.vue.d.ts +4 -3
- package/es/src/basic/help.vue.d.ts +6 -6
- package/es/src/basic/index.d.ts +196 -70
- package/es/src/basic/title.vue.d.ts +5 -4
- package/es/src/button/index.d.ts +20 -15
- package/es/src/config-provider/config-provider-props.d.ts +28 -16
- package/es/src/config-provider/config-provider-props.mjs +8 -4
- package/es/src/config-provider/config-provider.d.ts +92 -68
- package/es/src/config-provider/constants.d.ts +3 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +47 -32
- package/es/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/es/src/config-provider/index.d.ts +532 -156
- package/es/src/container/collapse/header.vue.d.ts +3 -3
- package/es/src/container/collapse/index.vue.d.ts +4 -4
- package/es/src/container/index.d.ts +119 -38
- package/es/src/container/scroll-container.vue.d.ts +5 -4
- package/es/src/count-down/button.vue.d.ts +5 -4
- package/es/src/count-down/index.d.ts +88 -41
- package/es/src/count-down/input.vue.d.ts +5 -4
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -5
- package/es/src/cropper/cropper-image.vue.d.ts +7 -7
- package/es/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/es/src/cropper/index.d.ts +308 -93
- package/es/src/description/description.vue.d.ts +6 -6
- package/es/src/description/index.d.ts +169 -48
- package/es/src/dropdown/dropdown.vue.d.ts +6 -5
- package/es/src/dropdown/index.d.ts +35 -28
- package/es/src/hooks/index.d.ts +1 -0
- package/es/src/hooks/useControllableValue.d.ts +13 -0
- package/es/src/hooks/useControllableValue.mjs +24 -0
- package/es/src/hooks/useMessage.d.ts +9 -7
- package/es/src/icon/icon.vue.d.ts +5 -4
- package/es/src/icon/index.d.ts +175 -52
- package/es/src/icon/svg-icon.vue.d.ts +5 -4
- package/es/src/icon-picker/icon-picker.vue.d.ts +9 -8
- package/es/src/icon-picker/index.d.ts +160 -51
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +79 -75
- package/es/src/modal/basic.vue.d.ts +70 -64
- package/es/src/modal/components/modal-close.vue.d.ts +6 -5
- package/es/src/modal/components/modal-footer.vue.d.ts +69 -64
- package/es/src/modal/components/modal-header.vue.d.ts +4 -3
- package/es/src/modal/components/modal-wrapper.vue.d.ts +5 -4
- package/es/src/modal/components/modal.d.ts +69 -63
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/es/src/modal/index.d.ts +144 -134
- package/es/src/modal/props.d.ts +19 -16
- package/es/src/pro-form/component-map.d.ts +2 -2
- package/es/src/pro-form/components/api-cascader.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +7 -6
- package/es/src/pro-form/components/api-select.vue.d.ts +8 -7
- package/es/src/pro-form/components/api-transfer.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-tree.vue.d.ts +7 -6
- package/es/src/pro-form/components/form-action.vue.d.ts +6 -5
- package/es/src/pro-form/components/form-item.vue.d.ts +3 -3
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
- package/es/src/pro-form/hooks/use-advanced.d.ts +2 -2
- package/es/src/pro-form/hooks/use-break-point.d.ts +4 -3
- package/es/src/pro-form/hooks/use-label-width.d.ts +51 -50
- package/es/src/pro-form/pro-form.vue.d.ts +16 -13
- package/es/src/pro-table/component-map.d.ts +2 -2
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
- package/es/src/pro-table/components/editable/cell-component.d.ts +2 -1
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
- package/es/src/pro-table/components/editable/index.d.ts +2 -2
- package/es/src/pro-table/components/header-cell.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/settings/index.vue.d.ts +4 -4
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/table-action.vue.d.ts +3 -3
- package/es/src/pro-table/components/table-footer.vue.d.ts +7 -5
- package/es/src/pro-table/components/table-header.vue.d.ts +4 -4
- package/es/src/pro-table/components/table-image.vue.d.ts +5 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
- package/es/src/pro-table/components/table-title.vue.d.ts +3 -3
- package/es/src/pro-table/const.d.ts +3 -0
- package/es/src/pro-table/const.mjs +10 -4
- package/es/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/es/src/pro-table/interface.d.ts +4 -0
- package/es/src/pro-table/pro-table.vue.d.ts +45 -36
- package/es/src/pro-table/pro-table.vue.mjs +221 -211
- package/es/src/pro-table/style/pro-table.css +10 -5
- package/es/src/prompt/dialog.vue.d.ts +4 -3
- package/es/src/prompt/index.d.ts +2 -2
- package/es/src/scroll-bar/bar-item.d.ts +4 -3
- package/es/src/scroll-bar/index.d.ts +52 -53
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
- package/es/src/scroll-bar/scroll-bar.vue.mjs +44 -44
- package/es/src/strength-meter/index.d.ts +26 -21
- package/es/src/strength-meter/strength-meter.vue.d.ts +6 -5
- package/es/src/theme/ap-form/ap-form-item-group.css +9 -0
- package/es/src/theme/pro-table/pro-table.css +10 -5
- package/es/src/transition/collapse-transition.vue.d.ts +2 -1
- package/es/src/transition/create-transition.d.ts +5 -5
- package/es/src/transition/index.d.ts +97 -96
- package/es/src/utils/slot.d.ts +2 -2
- package/lib/index.js +1 -1
- package/lib/src/ap-field/checkbox/helper.d.ts +6 -0
- package/lib/src/ap-field/date/constant.d.ts +1 -0
- package/lib/src/ap-field/index.d.ts +5 -0
- package/lib/src/ap-field/interface.d.ts +29 -0
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/lib/src/ap-form/ap-form-item-group/helper.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/lib/src/ap-form/ap-form-item.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue2.js +1 -0
- package/lib/src/ap-form/ap-form.d.ts +1681 -0
- package/lib/src/ap-form/ap-form.js +1 -0
- package/lib/src/ap-form/constant.d.ts +3 -0
- package/lib/src/ap-form/constant.js +1 -0
- package/lib/src/ap-form/index.d.ts +2593 -0
- package/lib/src/ap-form/index.js +1 -0
- package/lib/src/ap-form/interface.d.ts +7 -0
- package/lib/src/ap-form/style/ap-form-item-group.css +9 -0
- package/lib/src/base-button/button.vue.d.ts +5 -5
- package/lib/src/base-button/index.d.ts +53 -48
- package/lib/src/base-button/modal-button.vue.d.ts +8 -6
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +4 -3
- package/lib/src/basic/arrow.vue.d.ts +4 -3
- package/lib/src/basic/help.vue.d.ts +6 -6
- package/lib/src/basic/index.d.ts +196 -70
- package/lib/src/basic/title.vue.d.ts +5 -4
- package/lib/src/button/index.d.ts +20 -15
- package/lib/src/config-provider/config-provider-props.d.ts +28 -16
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +92 -68
- package/lib/src/config-provider/constants.d.ts +3 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +47 -32
- package/lib/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/lib/src/config-provider/index.d.ts +532 -156
- package/lib/src/container/collapse/header.vue.d.ts +3 -3
- package/lib/src/container/collapse/index.vue.d.ts +4 -4
- package/lib/src/container/index.d.ts +119 -38
- package/lib/src/container/scroll-container.vue.d.ts +5 -4
- package/lib/src/count-down/button.vue.d.ts +5 -4
- package/lib/src/count-down/index.d.ts +88 -41
- package/lib/src/count-down/input.vue.d.ts +5 -4
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -5
- package/lib/src/cropper/cropper-image.vue.d.ts +7 -7
- package/lib/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/lib/src/cropper/index.d.ts +308 -93
- package/lib/src/description/description.vue.d.ts +6 -6
- package/lib/src/description/index.d.ts +169 -48
- package/lib/src/dropdown/dropdown.vue.d.ts +6 -5
- package/lib/src/dropdown/index.d.ts +35 -28
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/useControllableValue.d.ts +13 -0
- package/lib/src/hooks/useControllableValue.js +1 -0
- package/lib/src/hooks/useMessage.d.ts +9 -7
- package/lib/src/icon/icon.vue.d.ts +5 -4
- package/lib/src/icon/index.d.ts +175 -52
- package/lib/src/icon/svg-icon.vue.d.ts +5 -4
- package/lib/src/icon-picker/icon-picker.vue.d.ts +9 -8
- package/lib/src/icon-picker/index.d.ts +160 -51
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +70 -64
- package/lib/src/modal/components/modal-close.vue.d.ts +6 -5
- package/lib/src/modal/components/modal-footer.vue.d.ts +69 -64
- package/lib/src/modal/components/modal-header.vue.d.ts +4 -3
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +5 -4
- package/lib/src/modal/components/modal.d.ts +69 -63
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/lib/src/modal/index.d.ts +144 -134
- package/lib/src/modal/props.d.ts +19 -16
- package/lib/src/pro-form/component-map.d.ts +2 -2
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +7 -6
- package/lib/src/pro-form/components/api-select.vue.d.ts +8 -7
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-tree.vue.d.ts +7 -6
- package/lib/src/pro-form/components/form-action.vue.d.ts +6 -5
- package/lib/src/pro-form/components/form-item.vue.d.ts +3 -3
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
- package/lib/src/pro-form/hooks/use-advanced.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-break-point.d.ts +4 -3
- package/lib/src/pro-form/hooks/use-label-width.d.ts +51 -50
- package/lib/src/pro-form/pro-form.vue.d.ts +16 -13
- package/lib/src/pro-table/component-map.d.ts +2 -2
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
- package/lib/src/pro-table/components/editable/cell-component.d.ts +2 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
- package/lib/src/pro-table/components/editable/index.d.ts +2 -2
- package/lib/src/pro-table/components/header-cell.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +4 -4
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/table-action.vue.d.ts +3 -3
- package/lib/src/pro-table/components/table-footer.vue.d.ts +7 -5
- package/lib/src/pro-table/components/table-header.vue.d.ts +4 -4
- package/lib/src/pro-table/components/table-image.vue.d.ts +5 -4
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
- package/lib/src/pro-table/components/table-title.vue.d.ts +3 -3
- package/lib/src/pro-table/const.d.ts +3 -0
- package/lib/src/pro-table/const.js +1 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/lib/src/pro-table/interface.d.ts +4 -0
- package/lib/src/pro-table/pro-table.vue.d.ts +45 -36
- package/lib/src/pro-table/pro-table.vue.js +1 -1
- package/lib/src/pro-table/style/pro-table.css +10 -5
- package/lib/src/prompt/dialog.vue.d.ts +4 -3
- package/lib/src/prompt/index.d.ts +2 -2
- package/lib/src/scroll-bar/bar-item.d.ts +4 -3
- package/lib/src/scroll-bar/index.d.ts +52 -53
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
- package/lib/src/scroll-bar/scroll-bar.vue.js +1 -1
- package/lib/src/strength-meter/index.d.ts +26 -21
- package/lib/src/strength-meter/strength-meter.vue.d.ts +6 -5
- package/lib/src/theme/ap-form/ap-form-item-group.css +9 -0
- package/lib/src/theme/pro-table/pro-table.css +10 -5
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -1
- package/lib/src/transition/create-transition.d.ts +5 -5
- package/lib/src/transition/index.d.ts +97 -96
- package/lib/src/utils/slot.d.ts +2 -2
- package/package.json +2 -2
- package/es/src/constants/component-setting.d.ts +0 -74
- package/es/src/constants/component-setting.mjs +0 -90
- package/lib/src/constants/component-setting.d.ts +0 -74
- package/lib/src/constants/component-setting.js +0 -1
package/es/src/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Icon as r, SvgIcon as t } from "./icon/index.mjs";
|
|
2
|
-
import { APConfigProvider as
|
|
2
|
+
import { APConfigProvider as p } from "./config-provider/index.mjs";
|
|
3
3
|
import { Scrollbar as f } from "./scroll-bar/index.mjs";
|
|
4
|
-
import { CollapseContainer as l, ScrollContainer as
|
|
4
|
+
import { CollapseContainer as l, ScrollContainer as m } from "./container/index.mjs";
|
|
5
5
|
import { IconPicker as x } from "./icon-picker/index.mjs";
|
|
6
6
|
import { default as u } from "./locale/lang/zh-cn.mjs";
|
|
7
7
|
import { default as T } from "./locale/lang/en.mjs";
|
|
8
|
-
import { BasicArrow as S, BasicHelp as
|
|
9
|
-
import { ExpandTransition as
|
|
8
|
+
import { BasicArrow as S, BasicHelp as A, BasicTitle as v } from "./basic/index.mjs";
|
|
9
|
+
import { ExpandTransition as g, ExpandXTransition as P, FadeTransition as B, ScaleRotateTransition as I, ScaleTransition as F, ScrollXReverseTransition as R, ScrollXTransition as G, ScrollYReverseTransition as M, ScrollYTransition as D, SlideXReverseTransition as X, SlideXTransition as h, SlideYReverseTransition as w, SlideYTransition as y } from "./transition/index.mjs";
|
|
10
10
|
import { Description as E } from "./description/index.mjs";
|
|
11
11
|
import { Field as N } from "./pro-form/index.mjs";
|
|
12
12
|
import { BaseButton as H } from "./base-button/index.mjs";
|
|
@@ -18,72 +18,76 @@ import { createPrompt as _ } from "./prompt/index.mjs";
|
|
|
18
18
|
import { Dropdown as oo } from "./dropdown/index.mjs";
|
|
19
19
|
import { default as ro } from "./pro-table/pro-table.vue.mjs";
|
|
20
20
|
import { default as ao } from "./pro-table/components/table-action.vue.mjs";
|
|
21
|
-
import { default as
|
|
21
|
+
import { default as no } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
22
22
|
import { default as io } from "./pro-table/components/table-image.vue.mjs";
|
|
23
|
-
import { useTable as
|
|
24
|
-
import {
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
23
|
+
import { useTable as mo } from "./pro-table/hooks/use-table.mjs";
|
|
24
|
+
import { ApForm as xo, ApFormItem as uo, ApFormItemGroup as co } from "./ap-form/index.mjs";
|
|
25
|
+
import { default as Co } from "./pro-form/pro-form.vue.mjs";
|
|
26
|
+
import { default as Ao } from "./base-button/modal-button.vue.mjs";
|
|
27
|
+
import { default as bo } from "./base-button/pop-confirm-button.vue.mjs";
|
|
28
|
+
import { configProviderProps as Po } from "./config-provider/config-provider-props.mjs";
|
|
29
|
+
import { configProviderContextKey as Io, tableDefaultConfig as Fo } from "./config-provider/constants.mjs";
|
|
30
|
+
import { keysOf as Go, provideGlobalConfig as Mo, useGlobalConfig as Do } from "./config-provider/hooks/use-global-config.mjs";
|
|
31
|
+
import { buildLocaleContext as ho, buildTranslator as wo, localeContextKey as yo, translate as Yo, useLocale as Eo } from "./config-provider/hooks/use-locale.mjs";
|
|
32
|
+
import { defaultNamespace as No, namespaceContextKey as ko, useGetDerivedNamespace as Ho, useNamespace as Lo } from "./config-provider/hooks/use-namespace.mjs";
|
|
33
|
+
import { ConfigProvider as Oo } from "./config-provider/config-provider.mjs";
|
|
34
|
+
import { default as qo } from "./transition/collapse-transition.vue.mjs";
|
|
35
|
+
import { useDescription as Qo } from "./description/use-description.mjs";
|
|
36
|
+
import { useForm as Vo } from "./pro-form/hooks/use-form.mjs";
|
|
37
|
+
import { isComponentFormSchema as Zo, isSlotFormSchema as _o } from "./pro-form/types/form.mjs";
|
|
38
|
+
import { default as oe } from "./pro-form/components/api-cascader.vue.mjs";
|
|
39
|
+
import { default as re } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
40
|
+
import { default as ae } from "./pro-form/components/api-select.vue.mjs";
|
|
41
|
+
import { default as ne } from "./pro-form/components/api-transfer.vue.mjs";
|
|
42
|
+
import { default as ie } from "./pro-form/components/api-tree.vue.mjs";
|
|
43
|
+
import { default as me } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
44
|
+
import { default as xe } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
45
|
+
import { useModalContext as ue } from "./modal/hooks/use-modal-context.mjs";
|
|
46
|
+
import { useModal as Te, useModalInner as Ce } from "./modal/hooks/use-modal.mjs";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
p as APConfigProvider,
|
|
49
|
+
xo as ApForm,
|
|
50
|
+
uo as ApFormItem,
|
|
51
|
+
co as ApFormItemGroup,
|
|
52
|
+
oe as ApiCascader,
|
|
53
|
+
re as ApiRadioGroup,
|
|
54
|
+
ae as ApiSelect,
|
|
55
|
+
ne as ApiTransfer,
|
|
56
|
+
ie as ApiTree,
|
|
57
|
+
xe as ApiTreeSelect,
|
|
54
58
|
H as BaseButton,
|
|
55
59
|
j as BaseModal,
|
|
56
60
|
S as BasicArrow,
|
|
57
|
-
|
|
58
|
-
|
|
61
|
+
A as BasicHelp,
|
|
62
|
+
v as BasicTitle,
|
|
59
63
|
l as CollapseContainer,
|
|
60
|
-
|
|
61
|
-
|
|
64
|
+
qo as CollapseTransition,
|
|
65
|
+
Oo as ConfigProvider,
|
|
62
66
|
V as CountdownButton,
|
|
63
67
|
W as CountdownInput,
|
|
64
68
|
J as CropperAvatar,
|
|
65
69
|
Q as CropperImage,
|
|
66
70
|
E as Description,
|
|
67
71
|
oo as Dropdown,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
72
|
+
no as EditTableHeaderIcon,
|
|
73
|
+
g as ExpandTransition,
|
|
74
|
+
P as ExpandXTransition,
|
|
71
75
|
B as FadeTransition,
|
|
72
76
|
N as Field,
|
|
73
77
|
r as Icon,
|
|
74
78
|
x as IconPicker,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
79
|
+
Ao as ModalButton,
|
|
80
|
+
bo as PopConfirmButton,
|
|
81
|
+
Co as ProForm,
|
|
78
82
|
ro as ProTable,
|
|
79
|
-
|
|
83
|
+
me as RadioButtonGroup,
|
|
80
84
|
I as ScaleRotateTransition,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
F as ScaleTransition,
|
|
86
|
+
m as ScrollContainer,
|
|
87
|
+
R as ScrollXReverseTransition,
|
|
88
|
+
G as ScrollXTransition,
|
|
89
|
+
M as ScrollYReverseTransition,
|
|
90
|
+
D as ScrollYTransition,
|
|
87
91
|
f as Scrollbar,
|
|
88
92
|
X as SlideXReverseTransition,
|
|
89
93
|
h as SlideXTransition,
|
|
@@ -93,30 +97,30 @@ export {
|
|
|
93
97
|
t as SvgIcon,
|
|
94
98
|
ao as TableAction,
|
|
95
99
|
io as TableImg,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
+
ho as buildLocaleContext,
|
|
101
|
+
wo as buildTranslator,
|
|
102
|
+
Io as configProviderContextKey,
|
|
103
|
+
Po as configProviderProps,
|
|
100
104
|
_ as createPrompt,
|
|
101
|
-
|
|
105
|
+
No as defaultNamespace,
|
|
102
106
|
T as en,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
107
|
+
Zo as isComponentFormSchema,
|
|
108
|
+
_o as isSlotFormSchema,
|
|
109
|
+
Go as keysOf,
|
|
110
|
+
yo as localeContextKey,
|
|
111
|
+
ko as namespaceContextKey,
|
|
112
|
+
Mo as provideGlobalConfig,
|
|
113
|
+
Fo as tableDefaultConfig,
|
|
114
|
+
Yo as translate,
|
|
115
|
+
Qo as useDescription,
|
|
116
|
+
Vo as useForm,
|
|
117
|
+
Ho as useGetDerivedNamespace,
|
|
118
|
+
Do as useGlobalConfig,
|
|
119
|
+
Eo as useLocale,
|
|
120
|
+
Te as useModal,
|
|
121
|
+
ue as useModalContext,
|
|
122
|
+
Ce as useModalInner,
|
|
123
|
+
Lo as useNamespace,
|
|
124
|
+
mo as useTable,
|
|
121
125
|
u as zhCn
|
|
122
126
|
};
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
|
+
import { ModalWrapperProps } from './interface';
|
|
3
|
+
import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
|
|
4
|
+
import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
|
|
5
|
+
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
6
|
+
import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
2
8
|
open: {
|
|
3
9
|
type: BooleanConstructor;
|
|
4
10
|
};
|
|
@@ -25,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
25
31
|
okText: {
|
|
26
32
|
type: StringConstructor;
|
|
27
33
|
};
|
|
28
|
-
closeFunc:
|
|
34
|
+
closeFunc: PropType<() => Promise<boolean>>;
|
|
29
35
|
} & {
|
|
30
36
|
defaultFullscreen: {
|
|
31
37
|
type: BooleanConstructor;
|
|
@@ -38,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
38
44
|
type: NumberConstructor;
|
|
39
45
|
default: number;
|
|
40
46
|
};
|
|
41
|
-
helpMessage:
|
|
47
|
+
helpMessage: PropType<string | string[]>;
|
|
42
48
|
useWrapper: {
|
|
43
49
|
type: BooleanConstructor;
|
|
44
50
|
default: boolean;
|
|
@@ -57,16 +63,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
57
63
|
type: BooleanConstructor;
|
|
58
64
|
default: boolean;
|
|
59
65
|
};
|
|
60
|
-
wrapperProps:
|
|
61
|
-
afterClose:
|
|
66
|
+
wrapperProps: PropType<Partial< ModalWrapperProps>>;
|
|
67
|
+
afterClose: PropType<() => Promise< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
62
68
|
[key: string]: any;
|
|
63
69
|
}>>>;
|
|
64
|
-
bodyStyle:
|
|
70
|
+
bodyStyle: PropType<CSSProperties>;
|
|
65
71
|
closable: {
|
|
66
72
|
type: BooleanConstructor;
|
|
67
73
|
default: boolean;
|
|
68
74
|
};
|
|
69
|
-
closeIcon:
|
|
75
|
+
closeIcon: PropType< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
70
76
|
[key: string]: any;
|
|
71
77
|
}>>;
|
|
72
78
|
confirmLoading: {
|
|
@@ -75,10 +81,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
75
81
|
destroyOnClose: {
|
|
76
82
|
type: BooleanConstructor;
|
|
77
83
|
};
|
|
78
|
-
footer:
|
|
84
|
+
footer: PropType< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
79
85
|
[key: string]: any;
|
|
80
86
|
}>>;
|
|
81
|
-
getContainer:
|
|
87
|
+
getContainer: PropType<() => any>;
|
|
82
88
|
mask: {
|
|
83
89
|
type: BooleanConstructor;
|
|
84
90
|
default: boolean;
|
|
@@ -91,26 +97,26 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
91
97
|
type: BooleanConstructor;
|
|
92
98
|
default: boolean;
|
|
93
99
|
};
|
|
94
|
-
maskStyle:
|
|
100
|
+
maskStyle: PropType<CSSProperties>;
|
|
95
101
|
okType: {
|
|
96
|
-
type:
|
|
102
|
+
type: PropType<"danger" | ButtonType>;
|
|
97
103
|
default: string;
|
|
98
104
|
};
|
|
99
|
-
okButtonProps:
|
|
105
|
+
okButtonProps: PropType<Partial< ExtractPropTypes<{
|
|
100
106
|
prefixCls: StringConstructor;
|
|
101
|
-
type:
|
|
107
|
+
type: PropType<ButtonType>;
|
|
102
108
|
htmlType: {
|
|
103
|
-
type:
|
|
109
|
+
type: PropType<ButtonHTMLType>;
|
|
104
110
|
default: string;
|
|
105
111
|
};
|
|
106
112
|
shape: {
|
|
107
|
-
type:
|
|
113
|
+
type: PropType<ButtonShape>;
|
|
108
114
|
};
|
|
109
115
|
size: {
|
|
110
|
-
type:
|
|
116
|
+
type: PropType<ButtonSize>;
|
|
111
117
|
};
|
|
112
118
|
loading: {
|
|
113
|
-
type:
|
|
119
|
+
type: PropType<boolean | {
|
|
114
120
|
delay?: number | undefined;
|
|
115
121
|
}>;
|
|
116
122
|
default: () => boolean | {
|
|
@@ -133,32 +139,32 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
133
139
|
type: BooleanConstructor;
|
|
134
140
|
default: any;
|
|
135
141
|
};
|
|
136
|
-
icon:
|
|
142
|
+
icon: VueTypeValidableDef<any>;
|
|
137
143
|
href: StringConstructor;
|
|
138
144
|
target: StringConstructor;
|
|
139
145
|
title: StringConstructor;
|
|
140
146
|
onClick: {
|
|
141
|
-
type:
|
|
147
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
142
148
|
};
|
|
143
149
|
onMousedown: {
|
|
144
|
-
type:
|
|
150
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
145
151
|
};
|
|
146
152
|
}>>>;
|
|
147
|
-
cancelButtonProps:
|
|
153
|
+
cancelButtonProps: PropType<Partial< ExtractPropTypes<{
|
|
148
154
|
prefixCls: StringConstructor;
|
|
149
|
-
type:
|
|
155
|
+
type: PropType<ButtonType>;
|
|
150
156
|
htmlType: {
|
|
151
|
-
type:
|
|
157
|
+
type: PropType<ButtonHTMLType>;
|
|
152
158
|
default: string;
|
|
153
159
|
};
|
|
154
160
|
shape: {
|
|
155
|
-
type:
|
|
161
|
+
type: PropType<ButtonShape>;
|
|
156
162
|
};
|
|
157
163
|
size: {
|
|
158
|
-
type:
|
|
164
|
+
type: PropType<ButtonSize>;
|
|
159
165
|
};
|
|
160
166
|
loading: {
|
|
161
|
-
type:
|
|
167
|
+
type: PropType<boolean | {
|
|
162
168
|
delay?: number | undefined;
|
|
163
169
|
}>;
|
|
164
170
|
default: () => boolean | {
|
|
@@ -181,15 +187,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
181
187
|
type: BooleanConstructor;
|
|
182
188
|
default: any;
|
|
183
189
|
};
|
|
184
|
-
icon:
|
|
190
|
+
icon: VueTypeValidableDef<any>;
|
|
185
191
|
href: StringConstructor;
|
|
186
192
|
target: StringConstructor;
|
|
187
193
|
title: StringConstructor;
|
|
188
194
|
onClick: {
|
|
189
|
-
type:
|
|
195
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
190
196
|
};
|
|
191
197
|
onMousedown: {
|
|
192
|
-
type:
|
|
198
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
193
199
|
};
|
|
194
200
|
}>>>;
|
|
195
201
|
title: {
|
|
@@ -198,14 +204,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
198
204
|
open: {
|
|
199
205
|
type: BooleanConstructor;
|
|
200
206
|
};
|
|
201
|
-
width:
|
|
207
|
+
width: PropType<string | number>;
|
|
202
208
|
wrapClassName: {
|
|
203
209
|
type: StringConstructor;
|
|
204
210
|
};
|
|
205
211
|
zIndex: {
|
|
206
212
|
type: NumberConstructor;
|
|
207
213
|
};
|
|
208
|
-
}, {}, unknown, {}, {},
|
|
214
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
209
215
|
cancel: (...args: any[]) => void;
|
|
210
216
|
ok: (...args: any[]) => void;
|
|
211
217
|
"height-change": (...args: any[]) => void;
|
|
@@ -213,7 +219,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
213
219
|
"open-change": (...args: any[]) => void;
|
|
214
220
|
register: (...args: any[]) => void;
|
|
215
221
|
"update:open": (...args: any[]) => void;
|
|
216
|
-
}, string,
|
|
222
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
217
223
|
open: {
|
|
218
224
|
type: BooleanConstructor;
|
|
219
225
|
};
|
|
@@ -240,7 +246,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
240
246
|
okText: {
|
|
241
247
|
type: StringConstructor;
|
|
242
248
|
};
|
|
243
|
-
closeFunc:
|
|
249
|
+
closeFunc: PropType<() => Promise<boolean>>;
|
|
244
250
|
} & {
|
|
245
251
|
defaultFullscreen: {
|
|
246
252
|
type: BooleanConstructor;
|
|
@@ -253,7 +259,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
253
259
|
type: NumberConstructor;
|
|
254
260
|
default: number;
|
|
255
261
|
};
|
|
256
|
-
helpMessage:
|
|
262
|
+
helpMessage: PropType<string | string[]>;
|
|
257
263
|
useWrapper: {
|
|
258
264
|
type: BooleanConstructor;
|
|
259
265
|
default: boolean;
|
|
@@ -272,16 +278,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
272
278
|
type: BooleanConstructor;
|
|
273
279
|
default: boolean;
|
|
274
280
|
};
|
|
275
|
-
wrapperProps:
|
|
276
|
-
afterClose:
|
|
281
|
+
wrapperProps: PropType<Partial< ModalWrapperProps>>;
|
|
282
|
+
afterClose: PropType<() => Promise< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
277
283
|
[key: string]: any;
|
|
278
284
|
}>>>;
|
|
279
|
-
bodyStyle:
|
|
285
|
+
bodyStyle: PropType<CSSProperties>;
|
|
280
286
|
closable: {
|
|
281
287
|
type: BooleanConstructor;
|
|
282
288
|
default: boolean;
|
|
283
289
|
};
|
|
284
|
-
closeIcon:
|
|
290
|
+
closeIcon: PropType< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
285
291
|
[key: string]: any;
|
|
286
292
|
}>>;
|
|
287
293
|
confirmLoading: {
|
|
@@ -290,10 +296,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
290
296
|
destroyOnClose: {
|
|
291
297
|
type: BooleanConstructor;
|
|
292
298
|
};
|
|
293
|
-
footer:
|
|
299
|
+
footer: PropType< VNodeChild | VNode<RendererNode, RendererElement, {
|
|
294
300
|
[key: string]: any;
|
|
295
301
|
}>>;
|
|
296
|
-
getContainer:
|
|
302
|
+
getContainer: PropType<() => any>;
|
|
297
303
|
mask: {
|
|
298
304
|
type: BooleanConstructor;
|
|
299
305
|
default: boolean;
|
|
@@ -306,26 +312,26 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
306
312
|
type: BooleanConstructor;
|
|
307
313
|
default: boolean;
|
|
308
314
|
};
|
|
309
|
-
maskStyle:
|
|
315
|
+
maskStyle: PropType<CSSProperties>;
|
|
310
316
|
okType: {
|
|
311
|
-
type:
|
|
317
|
+
type: PropType<"danger" | ButtonType>;
|
|
312
318
|
default: string;
|
|
313
319
|
};
|
|
314
|
-
okButtonProps:
|
|
320
|
+
okButtonProps: PropType<Partial< ExtractPropTypes<{
|
|
315
321
|
prefixCls: StringConstructor;
|
|
316
|
-
type:
|
|
322
|
+
type: PropType<ButtonType>;
|
|
317
323
|
htmlType: {
|
|
318
|
-
type:
|
|
324
|
+
type: PropType<ButtonHTMLType>;
|
|
319
325
|
default: string;
|
|
320
326
|
};
|
|
321
327
|
shape: {
|
|
322
|
-
type:
|
|
328
|
+
type: PropType<ButtonShape>;
|
|
323
329
|
};
|
|
324
330
|
size: {
|
|
325
|
-
type:
|
|
331
|
+
type: PropType<ButtonSize>;
|
|
326
332
|
};
|
|
327
333
|
loading: {
|
|
328
|
-
type:
|
|
334
|
+
type: PropType<boolean | {
|
|
329
335
|
delay?: number | undefined;
|
|
330
336
|
}>;
|
|
331
337
|
default: () => boolean | {
|
|
@@ -348,32 +354,32 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
348
354
|
type: BooleanConstructor;
|
|
349
355
|
default: any;
|
|
350
356
|
};
|
|
351
|
-
icon:
|
|
357
|
+
icon: VueTypeValidableDef<any>;
|
|
352
358
|
href: StringConstructor;
|
|
353
359
|
target: StringConstructor;
|
|
354
360
|
title: StringConstructor;
|
|
355
361
|
onClick: {
|
|
356
|
-
type:
|
|
362
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
357
363
|
};
|
|
358
364
|
onMousedown: {
|
|
359
|
-
type:
|
|
365
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
360
366
|
};
|
|
361
367
|
}>>>;
|
|
362
|
-
cancelButtonProps:
|
|
368
|
+
cancelButtonProps: PropType<Partial< ExtractPropTypes<{
|
|
363
369
|
prefixCls: StringConstructor;
|
|
364
|
-
type:
|
|
370
|
+
type: PropType<ButtonType>;
|
|
365
371
|
htmlType: {
|
|
366
|
-
type:
|
|
372
|
+
type: PropType<ButtonHTMLType>;
|
|
367
373
|
default: string;
|
|
368
374
|
};
|
|
369
375
|
shape: {
|
|
370
|
-
type:
|
|
376
|
+
type: PropType<ButtonShape>;
|
|
371
377
|
};
|
|
372
378
|
size: {
|
|
373
|
-
type:
|
|
379
|
+
type: PropType<ButtonSize>;
|
|
374
380
|
};
|
|
375
381
|
loading: {
|
|
376
|
-
type:
|
|
382
|
+
type: PropType<boolean | {
|
|
377
383
|
delay?: number | undefined;
|
|
378
384
|
}>;
|
|
379
385
|
default: () => boolean | {
|
|
@@ -396,15 +402,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
396
402
|
type: BooleanConstructor;
|
|
397
403
|
default: any;
|
|
398
404
|
};
|
|
399
|
-
icon:
|
|
405
|
+
icon: VueTypeValidableDef<any>;
|
|
400
406
|
href: StringConstructor;
|
|
401
407
|
target: StringConstructor;
|
|
402
408
|
title: StringConstructor;
|
|
403
409
|
onClick: {
|
|
404
|
-
type:
|
|
410
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
405
411
|
};
|
|
406
412
|
onMousedown: {
|
|
407
|
-
type:
|
|
413
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
408
414
|
};
|
|
409
415
|
}>>>;
|
|
410
416
|
title: {
|
|
@@ -413,7 +419,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
413
419
|
open: {
|
|
414
420
|
type: BooleanConstructor;
|
|
415
421
|
};
|
|
416
|
-
width:
|
|
422
|
+
width: PropType<string | number>;
|
|
417
423
|
wrapClassName: {
|
|
418
424
|
type: StringConstructor;
|
|
419
425
|
};
|
|
@@ -429,14 +435,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
429
435
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
430
436
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
431
437
|
}, {
|
|
438
|
+
loading: boolean;
|
|
432
439
|
open: boolean;
|
|
440
|
+
mask: boolean;
|
|
433
441
|
closable: boolean;
|
|
434
442
|
centered: boolean;
|
|
435
|
-
okType: "danger" |
|
|
436
|
-
mask: boolean;
|
|
443
|
+
okType: "danger" | ButtonType;
|
|
437
444
|
maskClosable: boolean;
|
|
438
445
|
keyboard: boolean;
|
|
439
|
-
loading: boolean;
|
|
440
446
|
confirmLoading: boolean;
|
|
441
447
|
destroyOnClose: boolean;
|
|
442
448
|
draggable: boolean;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ModalCloseProps } from '../interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalCloseProps>, {
|
|
4
5
|
canFullscreen: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {},
|
|
6
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6
7
|
cancel: (...args: any[]) => void;
|
|
7
8
|
fullscreen: (...args: any[]) => void;
|
|
8
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalCloseProps>, {
|
|
9
10
|
canFullscreen: boolean;
|
|
10
11
|
}>>> & {
|
|
11
12
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -17,9 +18,9 @@ export default _default;
|
|
|
17
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
20
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type:
|
|
21
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
22
|
} : {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<T[K]>;
|
|
23
24
|
required: true;
|
|
24
25
|
};
|
|
25
26
|
};
|