@aplus-frontend/ui 0.6.0-beta.20 → 0.6.0-beta.22
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 +172 -168
- package/es/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
- package/es/src/ap-drawer/ApDrawer.vue.mjs +78 -0
- package/es/src/ap-drawer/ApDrawer.vue2.mjs +4 -0
- package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
- package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +25 -0
- package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +4 -0
- package/es/src/ap-drawer/index.d.ts +3 -7
- package/es/src/ap-drawer/index.mjs +10 -5
- package/es/src/ap-drawer/interface.d.ts +3 -0
- package/es/src/ap-drawer/style/css.d.ts +0 -1
- package/es/src/ap-drawer/style/css.js +1 -1
- package/es/src/ap-drawer/style/index.d.ts +0 -1
- package/es/src/ap-drawer/style/index.js +1 -1
- package/es/src/ap-drawer/utils/createDrawer.mjs +36 -31
- package/es/src/ap-form/item/index.vue.mjs +75 -83
- package/es/src/ap-form/item-group/index.vue.mjs +34 -35
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
- package/es/src/ap-grid/index.vue.mjs +46 -46
- package/es/src/ap-grid/interface.d.ts +3 -3
- package/es/src/ap-list/index.vue.mjs +34 -34
- package/es/src/ap-list/interface.d.ts +4 -3
- package/es/src/ap-table/ap-table.vue2.mjs +57 -57
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
- package/es/src/ap-table/interface.d.ts +3 -3
- package/es/src/business/ap-keep-alive/index.d.ts +2 -1
- package/es/src/business/ap-keep-alive/index.mjs +11 -9
- package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
- package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/es/src/business/ap-keep-alive/utils.mjs +10 -9
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
- package/es/src/business/ap-radio-group/index.d.ts +6 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
- package/es/src/index.mjs +277 -272
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
- package/lib/src/ap-drawer/ApDrawer.vue.js +1 -0
- package/lib/src/ap-drawer/ApDrawer.vue2.js +1 -0
- package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
- package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +1 -0
- package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -0
- package/lib/src/ap-drawer/index.d.ts +3 -7
- package/lib/src/ap-drawer/index.js +1 -1
- package/lib/src/ap-drawer/interface.d.ts +3 -0
- package/lib/src/ap-drawer/style/css.cjs +1 -1
- package/lib/src/ap-drawer/style/css.d.ts +0 -1
- package/lib/src/ap-drawer/style/index.cjs +1 -1
- package/lib/src/ap-drawer/style/index.d.ts +0 -1
- package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +3 -3
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/interface.d.ts +4 -3
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/interface.d.ts +3 -3
- package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
- package/lib/src/business/ap-keep-alive/index.js +1 -1
- package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
- package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/lib/src/business/ap-keep-alive/utils.js +1 -1
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/index.d.ts +6 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +11 -8
- package/theme/antd-global-overwrite/admin/alert.css +1 -1
- package/theme/antd-global-overwrite/admin/field.css +3 -0
- package/theme/antd-global-overwrite/admin/field.less +4 -0
- package/theme/antd-global-overwrite/admin/index.css +10 -1
- package/theme/antd-global-overwrite/admin/modal.css +6 -0
- package/theme/antd-global-overwrite/admin/modal.less +8 -0
- package/theme/antd-global-overwrite/aplus/alert.css +1 -1
- package/theme/antd-global-overwrite/aplus/field.css +3 -0
- package/theme/antd-global-overwrite/aplus/field.less +4 -0
- package/theme/antd-global-overwrite/aplus/index.css +11 -2
- package/theme/antd-global-overwrite/aplus/modal.css +7 -1
- package/theme/antd-global-overwrite/aplus/modal.less +9 -1
- package/theme/ap-action/item-dropdown.css +1 -1
- package/theme/ap-action/item.css +2 -2
- package/theme/ap-appendix/ap-appendix.css +2 -2
- package/theme/ap-attachment/ap-attachment.css +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +1 -1
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-copy/ap-copy.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-download/ap-download.css +4 -4
- package/theme/ap-drawer/ap-drawer.css +74 -0
- package/theme/ap-drawer/ap-drawer.less +39 -0
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-field/checkbox.css +1 -1
- package/theme/ap-field/index.css +1 -1
- package/theme/ap-field/number.css +1 -1
- package/theme/ap-field/radio.css +1 -1
- package/theme/ap-field/text-area.css +1 -1
- package/theme/ap-form/ap-form-item-group.css +1 -1
- package/theme/ap-form/ap-form-item.css +4 -1
- package/theme/ap-form/ap-form-item.less +3 -0
- package/theme/ap-form/drawer-form.css +1 -1
- package/theme/ap-form/index.css +8 -5
- package/theme/ap-form/item-text-group.css +1 -1
- package/theme/ap-form/item-text.css +1 -1
- package/theme/ap-form/modal-form.css +1 -1
- package/theme/ap-form/search-form-sorter.css +5 -5
- package/theme/ap-form/search-form.css +8 -5
- package/theme/ap-grid/editable.css +1 -1
- package/theme/ap-grid/index.css +18 -13
- package/theme/ap-grid/index.less +4 -4
- package/theme/ap-group-search/ap-extension-select.css +1 -1
- package/theme/ap-group-search/ap-group-search.css +1 -1
- package/theme/ap-group-search/ap-popover-select.css +1 -1
- package/theme/ap-image/ap-image.css +1 -1
- package/theme/ap-input-radio/ap-input-radio.css +1 -1
- package/theme/ap-label/ap-label.css +1 -1
- package/theme/ap-ladder/ap-ladder.css +4 -4
- package/theme/ap-layout/ap-info-layout.css +1 -1
- package/theme/ap-list/index.css +1 -1
- package/theme/ap-product-info/ap-product-info.css +1 -1
- package/theme/ap-radio-group/ap-radio-group.css +2 -1
- package/theme/ap-radio-group/ap-radio-group.less +1 -0
- package/theme/ap-select-layout/ap-select-layout.css +3 -3
- package/theme/ap-size-input/ap-size-input.css +1 -1
- package/theme/ap-status/ap-status.css +1 -1
- package/theme/ap-summary/index.css +1 -1
- package/theme/ap-table/ap-table-index.css +1 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
- package/theme/ap-table/ap-table.css +12 -9
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +2 -2
- package/theme/ap-table/setting/select-group.css +1 -1
- package/theme/ap-table/setting/sortable-item-meta.css +1 -1
- package/theme/ap-table/setting/sortable-item.css +1 -1
- package/theme/ap-table/setting/sorter.css +2 -2
- package/theme/ap-table-modal/index.css +12 -9
- package/theme/ap-tag/ap-tag-group.css +1 -1
- package/theme/ap-tag/ap-tag.css +4 -4
- package/theme/ap-title/ap-title.css +1 -1
- package/theme/ap-upload/index.css +2 -2
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/picture.css +1 -1
- package/theme/ap-upload/single-file.css +2 -2
- package/theme/ap-upload/upload.css +1 -1
- package/theme/ap-upload-single/index.css +1 -1
- package/theme/ap-view/ap-view.css +1 -1
- package/theme/batch-input-group/index.css +1 -1
- package/theme/batch-input-group/popover-input.css +1 -1
- package/theme/check-card/index.css +4 -4
- package/theme/editable-table/index.css +9 -6
- package/theme/full-screen/index.css +1 -1
- package/theme/index.css +72 -36
- package/theme/index.less +1 -0
- package/theme/mask/index.css +1 -1
- package/theme/mixins/config.less +3 -3
- package/theme/mixins/mixins.css +1 -1
- package/theme/scroll-bar/index.css +1 -1
- package/theme/scroll-view/index.css +1 -1
- package/theme/splitter/index.css +2 -2
- package/theme/text/group.css +1 -1
- package/theme/text/index.css +2 -2
- package/theme/ui-mode.css +2 -0
- package/theme/ui-mode.less +2 -0
- package/theme/work-order-modal/index.css +1 -1
package/es/src/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { APConfigProvider as
|
|
2
|
-
import { ApForm as
|
|
3
|
-
import { ApField as
|
|
4
|
-
import { adminToken as
|
|
5
|
-
import { ApActionItem as
|
|
1
|
+
import { APConfigProvider as b } from "./config-provider/index.mjs";
|
|
2
|
+
import { ApForm as D } from "./ap-form/index.mjs";
|
|
3
|
+
import { ApField as G } from "./ap-field/index.mjs";
|
|
4
|
+
import { adminToken as E, aplusToken as P } from "./design-token/index.mjs";
|
|
5
|
+
import { ApActionItem as N } from "./ap-action/index.mjs";
|
|
6
6
|
import "./work-order-modal/index.mjs";
|
|
7
7
|
import "./ap-tag/index.mjs";
|
|
8
8
|
import "./ap-info-layout/index.mjs";
|
|
9
9
|
import "./ap-upload/index.mjs";
|
|
10
10
|
import "./ap-download/index.mjs";
|
|
11
|
-
import { CheckCard as
|
|
11
|
+
import { CheckCard as v } from "./check-card/index.mjs";
|
|
12
12
|
import { ApModal as y } from "./ap-modal/index.mjs";
|
|
13
13
|
import "./ap-list/index.mjs";
|
|
14
14
|
import "./ap-button/index.mjs";
|
|
15
|
-
import
|
|
15
|
+
import "./ap-drawer/index.mjs";
|
|
16
16
|
import "./business/index.mjs";
|
|
17
|
-
import { ApTable as
|
|
17
|
+
import { ApTable as k } from "./ap-table/index.mjs";
|
|
18
18
|
import "./editable-table/index.mjs";
|
|
19
19
|
import "./ap-descriptions/index.mjs";
|
|
20
20
|
import "./scroll-bar/index.mjs";
|
|
@@ -25,282 +25,287 @@ import "./resize-observer/index.mjs";
|
|
|
25
25
|
import "./ap-grid/index.mjs";
|
|
26
26
|
import "./text/index.mjs";
|
|
27
27
|
import "./mask/index.mjs";
|
|
28
|
-
import { Splitter as
|
|
29
|
-
import { configProviderProps as
|
|
30
|
-
import { DEFAULT_NAMESPACE as
|
|
31
|
-
import { keysOf as
|
|
32
|
-
import { buildLocaleContext as
|
|
33
|
-
import { defaultNamespace as
|
|
34
|
-
import { ConfigProvider as
|
|
35
|
-
import { ApFormItemText as
|
|
28
|
+
import { Splitter as K } from "./splitter/index.mjs";
|
|
29
|
+
import { configProviderProps as U } from "./config-provider/config-provider-props.mjs";
|
|
30
|
+
import { DEFAULT_NAMESPACE as V, DEFAULT_UIMODE as W, configProviderContextKey as z } from "./config-provider/constants.mjs";
|
|
31
|
+
import { keysOf as H, provideGlobalConfig as q, useGlobalConfig as J } from "./config-provider/hooks/use-global-config.mjs";
|
|
32
|
+
import { buildLocaleContext as X, buildTranslator as Y, localeContextKey as Z, translate as $, useLocale as ee } from "./config-provider/hooks/use-locale.mjs";
|
|
33
|
+
import { defaultNamespace as re, namespaceContextKey as te, useGetDerivedNamespace as pe, useNamespace as ae } from "./config-provider/hooks/use-namespace.mjs";
|
|
34
|
+
import { ConfigProvider as fe, globalConfigCached as le } from "./config-provider/config-provider.mjs";
|
|
35
|
+
import { ApFormItemText as de } from "./ap-form/items/text/index.mjs";
|
|
36
36
|
import { default as se } from "./ap-form/items/text-area/index.vue.mjs";
|
|
37
|
-
import { default as
|
|
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 { default as
|
|
37
|
+
import { default as ie } from "./ap-form/items/number/index.vue.mjs";
|
|
38
|
+
import { default as ce } from "./ap-form/items/date/index.vue.mjs";
|
|
39
|
+
import { default as Ie } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
|
+
import { default as Se } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
|
+
import { default as Ce } from "./ap-form/items/select/index.vue.mjs";
|
|
42
|
+
import { default as ge } from "./ap-form/items/switch/index.vue.mjs";
|
|
43
|
+
import { default as he } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
44
|
+
import { default as Pe } from "./ap-form/items/text/password.vue.mjs";
|
|
45
45
|
import { default as Ne } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { ApFieldText as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
46
|
+
import { default as ve } from "./ap-form/item/index.vue.mjs";
|
|
47
|
+
import { default as ye } from "./ap-form/item-group/index.vue.mjs";
|
|
48
|
+
import { default as ke } from "./ap-form/list/index.vue.mjs";
|
|
49
|
+
import { default as Ke } from "./ap-form/search-form/index.vue.mjs";
|
|
50
|
+
import { default as Ue } from "./ap-form/modal-form/index.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./ap-form/dependency/index.vue.mjs";
|
|
52
|
+
import { default as ze } from "./ap-form/set/index.vue.mjs";
|
|
53
|
+
import { default as He } from "./ap-form/drawer-form/index.vue.mjs";
|
|
54
|
+
import { default as Je } from "./ap-form/render/control.vue.mjs";
|
|
55
|
+
import { default as Xe } from "./ap-form/render/item.vue.mjs";
|
|
56
|
+
import { default as Ze } from "./ap-form/provider/index.vue.mjs";
|
|
57
|
+
import { ApFieldText as eo } from "./ap-field/text/index.mjs";
|
|
58
|
+
import { default as ro } from "./ap-field/checkbox/index.vue.mjs";
|
|
59
|
+
import { default as po } from "./ap-field/date/index.vue.mjs";
|
|
60
60
|
import { default as mo } from "./ap-field/number/index.vue.mjs";
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
61
|
+
import { default as lo } from "./ap-field/radio/index.vue.mjs";
|
|
62
|
+
import { default as uo } from "./ap-field/switch/index.vue.mjs";
|
|
63
|
+
import { default as Ao } from "./ap-field/text-area/index.vue.mjs";
|
|
64
|
+
import { default as no } from "./ap-field/date-range/index.vue.mjs";
|
|
65
|
+
import { default as Fo } from "./ap-field/select/index.vue.mjs";
|
|
66
|
+
import { default as To } from "./ap-field/text/password.vue.mjs";
|
|
67
|
+
import { default as bo } from "./ap-field/slider/index.vue.mjs";
|
|
68
|
+
import { default as Do } from "./ap-field/segmented/index.vue.mjs";
|
|
69
|
+
import { default as Go } from "./ap-field/rate/index.vue.mjs";
|
|
70
|
+
import { default as Eo } from "./ap-field/tree-select/index.vue.mjs";
|
|
71
|
+
import { default as Lo } from "./ap-action/item-modal/index.vue.mjs";
|
|
72
|
+
import { default as Ro } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
73
73
|
import { default as wo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
74
|
-
import { default as
|
|
75
|
-
import { DictCode as
|
|
76
|
-
import { createWorkOrderModal as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { NeedNameKeyDefault as
|
|
82
|
-
import { default as
|
|
83
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
74
|
+
import { default as Mo } from "./ap-action/group/index.vue.mjs";
|
|
75
|
+
import { DictCode as Bo, langMap as Ko } from "./work-order-modal/interfaces.mjs";
|
|
76
|
+
import { createWorkOrderModal as Uo } from "./work-order-modal/createWorkOrder.mjs";
|
|
77
|
+
import { default as Vo } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
78
|
+
import { default as zo } from "./ap-tag/ap-tag.vue.mjs";
|
|
79
|
+
import { default as Ho } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
80
|
+
import { default as Jo } from "./ap-info-layout/ApInfoLayout.vue.mjs";
|
|
81
|
+
import { NeedNameKeyDefault as Xo } from "./ap-upload/apUploadTypes.mjs";
|
|
82
|
+
import { default as Zo } from "./ap-upload/apUpload.vue.mjs";
|
|
83
|
+
import { ApDownLoadNeedNameKeyDefault as er } from "./ap-download/interface.mjs";
|
|
84
|
+
import { default as rr } from "./ap-download/ap-download.vue.mjs";
|
|
85
|
+
import { default as pr } from "./check-card/group.vue.mjs";
|
|
86
86
|
import { default as mr } from "./ap-list/index.vue.mjs";
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
87
|
+
import { default as lr } from "./ap-button/ap-button.vue.mjs";
|
|
88
|
+
import { default as dr } from "./ap-button/ap-action-button.vue.mjs";
|
|
89
89
|
import { default as sr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
90
|
-
import {
|
|
91
|
-
import { default as
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import { default as wt } from "./business/
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as sp } from "./
|
|
140
|
-
import {
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import {
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import {
|
|
148
|
-
import { default as Np } from "./
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
90
|
+
import { default as ir } from "./ap-drawer/ApDrawer.vue.mjs";
|
|
91
|
+
import { default as cr } from "./ap-drawer/components/ApDrawerClose.vue.mjs";
|
|
92
|
+
import { ApTransformDataHelper as Ir } from "./utils/ap-trans-data/index.mjs";
|
|
93
|
+
import { default as Sr } from "./business/ap-table-modal/index.mjs";
|
|
94
|
+
import { useTableModal as Cr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
95
|
+
import { useTableSelectModal as gr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
96
|
+
import { ApAttachment as hr } from "./business/ap-attachment/index.mjs";
|
|
97
|
+
import { ApBatchAction as Pr } from "./business/ap-batch-action/index.mjs";
|
|
98
|
+
import { ApBatchActionGroup as Nr } from "./business/ap-batch-action-group/index.mjs";
|
|
99
|
+
import { ApButtonGroup as vr } from "./business/ap-button-group/index.mjs";
|
|
100
|
+
import { ApCard as yr } from "./business/ap-card/index.mjs";
|
|
101
|
+
import { ApExpandAlert as kr } from "./business/ap-expand-alert/index.mjs";
|
|
102
|
+
import { ApExportGroupActionType as Kr } from "./business/ap-export-group/interface.mjs";
|
|
103
|
+
import { ApExportGroup as Ur } from "./business/ap-export-group/index.mjs";
|
|
104
|
+
import { handleExportDownload as Vr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
105
|
+
import { convertExportField as zr } from "./business/ap-export-group/convertExportField.mjs";
|
|
106
|
+
import { ApImage as Hr } from "./business/ap-image/index.mjs";
|
|
107
|
+
import { ApInputRadio as Jr } from "./business/ap-input-radio/index.mjs";
|
|
108
|
+
import { ApLabel as Xr, ApLabelGroup as Yr } from "./business/ap-label/index.mjs";
|
|
109
|
+
import { locales as $r } from "./business/ap-ladder/interface.mjs";
|
|
110
|
+
import { ApLadder as ot } from "./business/ap-ladder/index.mjs";
|
|
111
|
+
import { ApSelectLayout as tt } from "./business/ap-select-layout/index.mjs";
|
|
112
|
+
import { ApStatus as at, ApStatusGroup as mt } from "./business/ap-status/index.mjs";
|
|
113
|
+
import { ApTitle as lt } from "./business/ap-title/index.mjs";
|
|
114
|
+
import { usePageListApTable as dt } from "./business/hooks/usePageListApTable.mjs";
|
|
115
|
+
import { useTableRefresh as st } from "./business/hooks/useTableRefresh.mjs";
|
|
116
|
+
import { usePageListApGrid as it } from "./business/hooks/usePageListApGrid.mjs";
|
|
117
|
+
import { useGridRefresh as ct } from "./business/hooks/useGridRefresh.mjs";
|
|
118
|
+
import { computedRecords as It, flattenColumns as Tt, formatDataIndex as St, formatNumber as bt } from "./business/ap-summary/utils.mjs";
|
|
119
|
+
import { ApSummary as Dt } from "./business/ap-summary/index.mjs";
|
|
120
|
+
import { ApNeedNameKeyDefault as Gt } from "./business/ap-appendix/interface.mjs";
|
|
121
|
+
import { ApAppendix as Et } from "./business/ap-appendix/index.mjs";
|
|
122
|
+
import { ApExtensionSelect as Lt, ApGroupSearch as Nt, ApPopoverSelect as Rt } from "./business/ap-group-search/index.mjs";
|
|
123
|
+
import { default as wt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
124
|
+
import { default as Mt } from "./business/batch-input-group/index.vue.mjs";
|
|
125
|
+
import { default as Bt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
126
|
+
import { ApSizeInput as Ot } from "./business/ap-size-input/index.mjs";
|
|
127
|
+
import { ApProductInfo as _t } from "./business/ap-product-info/index.mjs";
|
|
128
|
+
import { ApCopy as Wt } from "./business/ap-copy/index.mjs";
|
|
129
|
+
import { ApView as jt } from "./business/ap-view/index.mjs";
|
|
130
|
+
import { ApRadioGroup as qt } from "./business/ap-radio-group/index.mjs";
|
|
131
|
+
import { ApKeepAliveProps as Qt, forceStopTags as Xt } from "./business/ap-keep-alive/interface.mjs";
|
|
132
|
+
import { ApKeepAlive as Zt } from "./business/ap-keep-alive/index.mjs";
|
|
133
|
+
import { LruCacher as ep } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
134
|
+
import { useApKeepAliveInject as rp } from "./business/ap-keep-alive/hook.mjs";
|
|
135
|
+
import { matches as pp } from "./business/ap-keep-alive/utils.mjs";
|
|
136
|
+
import { useTablePaging as mp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
137
|
+
import { default as lp } from "./editable-table/index.vue.mjs";
|
|
138
|
+
import { default as dp } from "./editable-table/form-item.vue.mjs";
|
|
139
|
+
import { default as sp } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
140
|
+
import { ensureRangeValue as ip } from "./scroll-bar/utils/index.mjs";
|
|
141
|
+
import { default as cp } from "./scroll-bar/index.vue.mjs";
|
|
142
|
+
import { default as Ip } from "./scroll-bar/internal.vue.mjs";
|
|
143
|
+
import { default as Sp } from "./scroll-view/index.vue.mjs";
|
|
144
|
+
import { default as Cp } from "./portal/index.vue.mjs";
|
|
145
|
+
import { default as gp } from "./full-screen/index.vue.mjs";
|
|
146
|
+
import { default as hp } from "./resize-observer/index.vue.mjs";
|
|
147
|
+
import { ROW_SELECTION_FIELD as Pp } from "./ap-grid/constants.mjs";
|
|
148
|
+
import { default as Np } from "./ap-grid/index.vue.mjs";
|
|
149
|
+
import { default as vp } from "./ap-grid/editable/index.vue.mjs";
|
|
150
|
+
import { default as yp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
151
|
+
import { default as kp } from "./text/index.vue.mjs";
|
|
152
|
+
import { default as Kp } from "./text/group.vue.mjs";
|
|
153
|
+
import { default as Up } from "./mask/index.vue.mjs";
|
|
151
154
|
export {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
155
|
+
b as APConfigProvider,
|
|
156
|
+
dr as ApActionButton,
|
|
157
|
+
Mo as ApActionGroup,
|
|
158
|
+
N as ApActionItem,
|
|
156
159
|
wo as ApActionItemDropdown,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
160
|
+
Lo as ApActionItemModal,
|
|
161
|
+
Ro as ApActionItemPopconfirm,
|
|
162
|
+
Et as ApAppendix,
|
|
163
|
+
hr as ApAttachment,
|
|
164
|
+
Pr as ApBatchAction,
|
|
165
|
+
Nr as ApBatchActionGroup,
|
|
166
|
+
lr as ApButton,
|
|
167
|
+
vr as ApButtonGroup,
|
|
168
|
+
yr as ApCard,
|
|
166
169
|
sr as ApConfirmButton,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
170
|
+
Wt as ApCopy,
|
|
171
|
+
sp as ApDescriptions,
|
|
172
|
+
er as ApDownLoadNeedNameKeyDefault,
|
|
173
|
+
rr as ApDownload,
|
|
174
|
+
ir as ApDrawer,
|
|
175
|
+
cr as ApDrawerClose,
|
|
176
|
+
kr as ApExpandAlert,
|
|
177
|
+
Ur as ApExportGroup,
|
|
178
|
+
Kr as ApExportGroupActionType,
|
|
179
|
+
Lt as ApExtensionSelect,
|
|
180
|
+
G as ApField,
|
|
181
|
+
ro as ApFieldCheckbox,
|
|
182
|
+
po as ApFieldDate,
|
|
183
|
+
no as ApFieldDateRange,
|
|
180
184
|
mo as ApFieldNumber,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
185
|
+
To as ApFieldPassword,
|
|
186
|
+
lo as ApFieldRadio,
|
|
187
|
+
Go as ApFieldRate,
|
|
188
|
+
Do as ApFieldSegmented,
|
|
189
|
+
Fo as ApFieldSelect,
|
|
190
|
+
bo as ApFieldSlider,
|
|
191
|
+
uo as ApFieldSwitch,
|
|
192
|
+
eo as ApFieldText,
|
|
193
|
+
Ao as ApFieldTextArea,
|
|
194
|
+
Eo as ApFieldTreeSelect,
|
|
195
|
+
D as ApForm,
|
|
196
|
+
Je as ApFormControlRender,
|
|
197
|
+
Ve as ApFormDependency,
|
|
198
|
+
He as ApFormDrawerForm,
|
|
199
|
+
ve as ApFormItem,
|
|
200
|
+
Bt as ApFormItemBatchInput,
|
|
201
|
+
he as ApFormItemCheckbox,
|
|
202
|
+
ce as ApFormItemDate,
|
|
203
|
+
Ie as ApFormItemDateRange,
|
|
204
|
+
ye as ApFormItemGroup,
|
|
205
|
+
ie as ApFormItemNumber,
|
|
206
|
+
Se as ApFormItemRadio,
|
|
207
|
+
Xe as ApFormItemRender,
|
|
208
|
+
Ce as ApFormItemSelect,
|
|
209
|
+
ge as ApFormItemSwitch,
|
|
210
|
+
de as ApFormItemText,
|
|
207
211
|
se as ApFormItemTextArea,
|
|
208
|
-
|
|
212
|
+
Pe as ApFormItemTextPassword,
|
|
209
213
|
Ne as ApFormItemTreeSelect,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
214
|
+
ke as ApFormList,
|
|
215
|
+
Ue as ApFormModalForm,
|
|
216
|
+
Ze as ApFormProvider,
|
|
217
|
+
Ke as ApFormSearchForm,
|
|
218
|
+
ze as ApFormSet,
|
|
219
|
+
Np as ApGrid,
|
|
220
|
+
Nt as ApGroupSearch,
|
|
221
|
+
Hr as ApImage,
|
|
222
|
+
Jo as ApInfoLayout,
|
|
223
|
+
Jr as ApInputRadio,
|
|
224
|
+
Zt as ApKeepAlive,
|
|
225
|
+
Qt as ApKeepAliveProps,
|
|
226
|
+
Xr as ApLabel,
|
|
227
|
+
Yr as ApLabelGroup,
|
|
228
|
+
ot as ApLadder,
|
|
225
229
|
mr as ApList,
|
|
226
230
|
y as ApModal,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
$
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
231
|
+
Gt as ApNeedNameKeyDefault,
|
|
232
|
+
Rt as ApPopoverSelect,
|
|
233
|
+
_t as ApProductInfo,
|
|
234
|
+
qt as ApRadioGroup,
|
|
235
|
+
tt as ApSelectLayout,
|
|
236
|
+
Ot as ApSizeInput,
|
|
237
|
+
at as ApStatus,
|
|
238
|
+
mt as ApStatusGroup,
|
|
239
|
+
Dt as ApSummary,
|
|
240
|
+
k as ApTable,
|
|
241
|
+
Sr as ApTableModal,
|
|
242
|
+
zo as ApTag,
|
|
243
|
+
Ho as ApTagGroup,
|
|
244
|
+
kp as ApText,
|
|
245
|
+
Kp as ApTextGroup,
|
|
246
|
+
lt as ApTitle,
|
|
247
|
+
Ir as ApTransformDataHelper,
|
|
248
|
+
Zo as ApUpload,
|
|
249
|
+
wt as ApUploadSingle,
|
|
250
|
+
jt as ApView,
|
|
251
|
+
Mt as BatchInputGroup,
|
|
252
|
+
v as CheckCard,
|
|
253
|
+
pr as CheckCardGroup,
|
|
254
|
+
fe as ConfigProvider,
|
|
255
|
+
V as DEFAULT_NAMESPACE,
|
|
256
|
+
W as DEFAULT_UIMODE,
|
|
257
|
+
Bo as DictCode,
|
|
258
|
+
vp as EditableGrid,
|
|
259
|
+
yp as EditableGridFormItem,
|
|
260
|
+
lp as EditableTable,
|
|
261
|
+
dp as EditableTableFormItem,
|
|
262
|
+
gp as FullScreen,
|
|
263
|
+
Ip as InternalScrollBar,
|
|
264
|
+
ep as LruCacher,
|
|
265
|
+
Up as Mask,
|
|
266
|
+
Xo as NeedNameKeyDefault,
|
|
267
|
+
Cp as Portal,
|
|
268
|
+
Pp as ROW_SELECTION_FIELD,
|
|
269
|
+
hp as ResizeObserver,
|
|
270
|
+
cp as ScrollBar,
|
|
271
|
+
Sp as ScrollView,
|
|
272
|
+
K as Splitter,
|
|
273
|
+
Vo as WorkOrderModal,
|
|
274
|
+
E as adminToken,
|
|
275
|
+
P as aplusToken,
|
|
276
|
+
X as buildLocaleContext,
|
|
277
|
+
Y as buildTranslator,
|
|
278
|
+
It as computedRecords,
|
|
279
|
+
z as configProviderContextKey,
|
|
280
|
+
U as configProviderProps,
|
|
281
|
+
zr as convertExportField,
|
|
282
|
+
Uo as createWorkOrderModal,
|
|
283
|
+
re as defaultNamespace,
|
|
284
|
+
ip as ensureRangeValue,
|
|
285
|
+
Tt as flattenColumns,
|
|
286
|
+
Xt as forceStopTags,
|
|
287
|
+
St as formatDataIndex,
|
|
288
|
+
bt as formatNumber,
|
|
289
|
+
le as globalConfigCached,
|
|
290
|
+
Vr as handleExportDownload,
|
|
291
|
+
pp as isNameMatches,
|
|
292
|
+
H as keysOf,
|
|
293
|
+
Ko as langMap,
|
|
294
|
+
Z as localeContextKey,
|
|
295
|
+
$r as locales,
|
|
296
|
+
te as namespaceContextKey,
|
|
297
|
+
q as provideGlobalConfig,
|
|
298
|
+
$ as translate,
|
|
299
|
+
rp as useApKeepAliveInject,
|
|
300
|
+
pe as useGetDerivedNamespace,
|
|
301
|
+
J as useGlobalConfig,
|
|
302
|
+
ct as useGridRefresh,
|
|
303
|
+
ee as useLocale,
|
|
304
|
+
ae as useNamespace,
|
|
305
|
+
it as usePageListApGrid,
|
|
306
|
+
dt as usePageListApTable,
|
|
307
|
+
Cr as useTableModal,
|
|
308
|
+
mp as useTablePaging,
|
|
309
|
+
st as useTableRefresh,
|
|
310
|
+
gr as useTableSelectModal
|
|
306
311
|
};
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.6.0-beta.
|
|
1
|
+
declare const _default: "0.6.0-beta.22";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED