@aplus-frontend/ui 7.0.0-beta.1 → 7.0.0-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 +216 -218
- package/es/src/ag-grid/editable/form-item.vue.mjs +68 -63
- package/es/src/ag-grid/editable/index.vue.mjs +66 -61
- package/es/src/ag-grid/editable/interface.d.ts +3 -1
- package/es/src/ag-grid/hooks/use-editable-form-item-api.mjs +65 -63
- package/es/src/ag-grid/style/index.d.ts +28 -1
- package/es/src/ag-grid/style/index.mjs +56 -43
- package/es/src/ag-grid/theme.mjs +12 -11
- package/es/src/ap-action/item/index.vue2.mjs +14 -12
- package/es/src/ap-action/style/dropdown-item.mjs +4 -4
- package/es/src/ap-action/style/index.d.ts +5 -2
- package/es/src/ap-action/style/index.mjs +29 -23
- package/es/src/ap-button/ap-button.vue.mjs +45 -49
- package/es/src/ap-button/style/index.mjs +5 -4
- package/es/src/ap-download/hooks/useStyle.mjs +9 -9
- package/es/src/ap-form/style/item.d.ts +1 -2
- package/es/src/ap-form/style/item.mjs +12 -16
- package/es/src/ap-form/style/modal-form.d.ts +2 -1
- package/es/src/ap-form/style/modal-form.mjs +26 -13
- package/es/src/ap-form/style/search-form-sorter.d.ts +2 -1
- package/es/src/ap-form/style/search-form-sorter.mjs +20 -13
- package/es/src/ap-form/style/token.d.ts +25 -1
- package/es/src/ap-grid/hooks/use-table-style.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +2 -2
- package/es/src/ap-grid/style/index.d.ts +4 -1
- package/es/src/ap-grid/style/index.mjs +10 -7
- package/es/src/ap-table/ap-table.vue2.mjs +2 -2
- package/es/src/ap-table/utils.mjs +14 -11
- package/es/src/ap-tag/ap-tag.vue.mjs +7 -6
- package/es/src/business/ap-appendix/style/index.d.ts +3 -2
- package/es/src/business/ap-appendix/style/index.mjs +19 -16
- package/es/src/business/ap-appendix/style/token.d.ts +4 -0
- package/es/src/business/ap-appendix/style/token.mjs +6 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +73 -73
- package/es/src/business/ap-attachment/style/index.mjs +1 -0
- package/es/src/business/ap-batch-action/style/index.mjs +3 -3
- package/es/src/business/ap-radio-group/style/index.mjs +3 -3
- package/es/src/business/ap-view/style/index.mjs +18 -21
- package/es/src/business/batch-input-group/style/index.d.ts +3 -0
- package/es/src/business/batch-input-group/style/index.mjs +9 -5
- package/es/src/check-card/style/index.mjs +37 -31
- package/es/src/config-provider/config-provider.d.ts +1 -2
- package/es/src/config-provider/hooks/use-global-config.d.ts +1 -2
- package/es/src/config-provider/hooks/use-global-config.mjs +42 -33
- package/es/src/config-provider/hooks/use-token.d.ts +7 -2
- package/es/src/config-provider/hooks/use-token.mjs +6 -3
- package/es/src/config-provider/index.d.ts +1 -2
- package/es/src/design-token/constants.d.ts +1 -6
- package/es/src/design-token/constants.mjs +2 -100
- package/es/src/design-token/index.d.ts +1 -1
- package/es/src/design-token/index.mjs +5 -6
- package/es/src/design-token/interface.d.ts +9 -1
- package/es/src/design-token/interface.mjs +1 -0
- package/es/src/full-screen/index.vue.mjs +31 -30
- package/es/src/index.mjs +196 -198
- package/es/src/mask/style/index.mjs +2 -2
- package/es/src/scroll-bar/style/index.mjs +17 -17
- package/es/src/splitter/style/index.d.ts +9 -1
- package/es/src/splitter/style/index.mjs +1 -2
- package/es/src/text/style/index.d.ts +4 -1
- package/es/src/text/style/index.mjs +22 -18
- package/es/src/utils/cssinjs/index.d.ts +1 -5
- package/es/src/utils/cssinjs/index.mjs +49 -39
- package/es/src/utils/cssinjs/instance.mjs +7 -7
- package/es/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
- package/es/src/utils/cssinjs/plugin-append-cssvar.mjs +6 -0
- package/es/src/utils/cssinjs/utils.d.ts +6 -0
- package/es/src/utils/cssinjs/utils.mjs +15 -0
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ag-grid/editable/index.vue.js +1 -1
- package/lib/src/ag-grid/editable/interface.d.ts +3 -1
- package/lib/src/ag-grid/hooks/use-editable-form-item-api.js +1 -1
- package/lib/src/ag-grid/style/index.d.ts +28 -1
- package/lib/src/ag-grid/style/index.js +1 -1
- package/lib/src/ag-grid/theme.js +1 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/style/dropdown-item.js +1 -1
- package/lib/src/ap-action/style/index.d.ts +5 -2
- package/lib/src/ap-action/style/index.js +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/index.js +1 -1
- package/lib/src/ap-download/hooks/useStyle.js +1 -1
- package/lib/src/ap-form/style/item.d.ts +1 -2
- package/lib/src/ap-form/style/item.js +1 -1
- package/lib/src/ap-form/style/modal-form.d.ts +2 -1
- package/lib/src/ap-form/style/modal-form.js +1 -1
- package/lib/src/ap-form/style/search-form-sorter.d.ts +2 -1
- package/lib/src/ap-form/style/search-form-sorter.js +1 -1
- package/lib/src/ap-form/style/token.d.ts +25 -1
- package/lib/src/ap-grid/hooks/use-table-style.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/style/index.d.ts +4 -1
- package/lib/src/ap-grid/style/index.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/business/ap-appendix/style/index.d.ts +3 -2
- package/lib/src/business/ap-appendix/style/index.js +1 -1
- package/lib/src/business/ap-appendix/style/token.d.ts +4 -0
- package/lib/src/business/ap-appendix/style/token.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/style/index.js +1 -1
- package/lib/src/business/ap-batch-action/style/index.js +1 -1
- package/lib/src/business/ap-radio-group/style/index.js +1 -1
- package/lib/src/business/ap-view/style/index.js +1 -1
- package/lib/src/business/batch-input-group/style/index.d.ts +3 -0
- package/lib/src/business/batch-input-group/style/index.js +1 -1
- package/lib/src/check-card/style/index.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +1 -2
- package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -2
- package/lib/src/config-provider/hooks/use-global-config.js +1 -1
- package/lib/src/config-provider/hooks/use-token.d.ts +7 -2
- package/lib/src/config-provider/hooks/use-token.js +1 -1
- package/lib/src/config-provider/index.d.ts +1 -2
- package/lib/src/design-token/constants.d.ts +1 -6
- package/lib/src/design-token/constants.js +1 -1
- package/lib/src/design-token/index.d.ts +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/design-token/interface.d.ts +9 -1
- package/lib/src/design-token/interface.js +1 -0
- package/lib/src/full-screen/index.vue.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/mask/style/index.js +2 -2
- package/lib/src/scroll-bar/style/index.js +1 -1
- package/lib/src/splitter/style/index.d.ts +9 -1
- package/lib/src/splitter/style/index.js +1 -1
- package/lib/src/text/style/index.d.ts +4 -1
- package/lib/src/text/style/index.js +1 -1
- package/lib/src/utils/cssinjs/index.d.ts +1 -5
- package/lib/src/utils/cssinjs/index.js +1 -1
- package/lib/src/utils/cssinjs/instance.js +1 -1
- package/lib/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
- package/lib/src/utils/cssinjs/plugin-append-cssvar.js +1 -0
- package/lib/src/utils/cssinjs/utils.d.ts +6 -0
- package/lib/src/utils/cssinjs/utils.js +1 -0
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/es/src/utils/cssinjs/plugin-specificity.mjs +0 -13
- package/lib/src/utils/cssinjs/plugin-specificity.js +0 -1
package/es/src/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { APConfigProvider as T } from "./config-provider/index.mjs";
|
|
2
2
|
import { ApForm as b } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as G, ApFieldRead as C } from "./ap-field/index.mjs";
|
|
4
|
-
import { adminToken as
|
|
4
|
+
import { adminToken as h, aplusToken as E } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as L } from "./ap-action/index.mjs";
|
|
6
6
|
import "./ap-tag/index.mjs";
|
|
7
7
|
import "./ap-upload/index.mjs";
|
|
@@ -11,9 +11,9 @@ import { ApModal as v } from "./ap-modal/index.mjs";
|
|
|
11
11
|
import "./ap-list/index.mjs";
|
|
12
12
|
import "./ap-button/index.mjs";
|
|
13
13
|
import { ApDrawer as M } from "./ap-drawer/index.mjs";
|
|
14
|
-
import { ApProCard as
|
|
14
|
+
import { ApProCard as K, ApStatisticCard as k } from "./ap-pro-card/index.mjs";
|
|
15
15
|
import "./business/index.mjs";
|
|
16
|
-
import { ApTable as
|
|
16
|
+
import { ApTable as U } from "./ap-table/index.mjs";
|
|
17
17
|
import "./editable-table/index.mjs";
|
|
18
18
|
import "./ap-descriptions/index.mjs";
|
|
19
19
|
import "./scroll-bar/index.mjs";
|
|
@@ -38,14 +38,14 @@ import { default as Ie } from "./ap-form/items/number/index.vue.mjs";
|
|
|
38
38
|
import { default as ge } from "./ap-form/items/date/index.vue.mjs";
|
|
39
39
|
import { default as Se } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
40
|
import { default as Ce } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
41
|
+
import { default as he } from "./ap-form/items/select/index.vue.mjs";
|
|
42
|
+
import { default as Pe } from "./ap-form/items/switch/index.vue.mjs";
|
|
43
43
|
import { default as Re } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
44
44
|
import { default as ye } from "./ap-form/items/text/password.vue.mjs";
|
|
45
45
|
import { default as we } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
46
46
|
import { default as Be } from "./ap-form/item/index.vue.mjs";
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
47
|
+
import { default as ke } from "./ap-form/item-group/index.vue.mjs";
|
|
48
|
+
import { default as Ue } from "./ap-form/list/index.vue.mjs";
|
|
49
49
|
import { default as _e } from "./ap-form/search-form/index.vue.mjs";
|
|
50
50
|
import { default as je } from "./ap-form/modal-form/index.vue.mjs";
|
|
51
51
|
import { default as We } from "./ap-form/dependency/index.vue.mjs";
|
|
@@ -65,122 +65,121 @@ import { default as To } from "./ap-field/date-range/index.vue.mjs";
|
|
|
65
65
|
import { default as bo } from "./ap-field/select/index.vue.mjs";
|
|
66
66
|
import { default as Go } from "./ap-field/text/password.vue.mjs";
|
|
67
67
|
import { default as Do } from "./ap-field/slider/index.vue.mjs";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as Eo } from "./ap-field/segmented/index.vue.mjs";
|
|
69
69
|
import { default as Lo } from "./ap-field/rate/index.vue.mjs";
|
|
70
70
|
import { default as No } from "./ap-field/tree-select/index.vue.mjs";
|
|
71
|
-
import {
|
|
72
|
-
import { default as Mo } from "./ap-action/item-
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as Vo } from "./ap-
|
|
76
|
-
import { default as zo } from "./ap-tag/ap-tag.vue.mjs";
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import { default as $o } from "./
|
|
82
|
-
import { default as or } from "./
|
|
83
|
-
import { default as tr } from "./ap-
|
|
84
|
-
import { default as ar } from "./ap-button/ap-button.vue.mjs";
|
|
85
|
-
import { default as fr } from "./ap-button/ap-
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
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 { default as Ct } from "./business/
|
|
119
|
-
import { default as
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
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 { default as dp } from "./editable-table/
|
|
138
|
-
import { default as Ap } from "./
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import { default as Fp } from "./scroll-bar/
|
|
142
|
-
import { default as Tp } from "./scroll-
|
|
143
|
-
import { default as bp } from "./
|
|
144
|
-
import { default as Gp } from "./
|
|
145
|
-
import { default as Dp } from "./
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as vp } from "./ap-grid/index.vue.mjs";
|
|
150
|
-
import { default as Mp } from "./ap-grid/editable/
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as Vp } from "./
|
|
154
|
-
import { default as zp } from "./
|
|
155
|
-
import { default as Hp } from "./ag-grid/index.vue.mjs";
|
|
156
|
-
import { default as qp } from "./ag-grid/editable/
|
|
157
|
-
import { default as Qp } from "./ag-grid/editable/form-item.vue.mjs";
|
|
71
|
+
import { default as vo } from "./ap-action/item-modal/index.vue.mjs";
|
|
72
|
+
import { default as Mo } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
73
|
+
import { default as Ko } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
74
|
+
import { default as Oo } from "./ap-action/group/index.vue.mjs";
|
|
75
|
+
import { default as Vo } from "./ap-tag/ap-tag.vue.mjs";
|
|
76
|
+
import { default as zo } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
77
|
+
import { NeedNameKeyDefault as Ho } from "./ap-upload/apUploadTypes.mjs";
|
|
78
|
+
import { default as qo } from "./ap-upload/apUpload.vue.mjs";
|
|
79
|
+
import { ApDownLoadNeedNameKeyDefault as Qo } from "./ap-download/interface.mjs";
|
|
80
|
+
import { default as Yo } from "./ap-download/ap-download.vue.mjs";
|
|
81
|
+
import { default as $o } from "./check-card/group.vue.mjs";
|
|
82
|
+
import { default as or } from "./ap-list/index.vue.mjs";
|
|
83
|
+
import { default as tr } from "./ap-button/ap-button.vue.mjs";
|
|
84
|
+
import { default as ar } from "./ap-button/ap-action-button.vue.mjs";
|
|
85
|
+
import { default as fr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
86
|
+
import { ApTransformDataHelper as dr } from "./utils/ap-trans-data/index.mjs";
|
|
87
|
+
import { default as Ar } from "./business/ap-table-modal/index.mjs";
|
|
88
|
+
import { useTableModal as sr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
89
|
+
import { useTableSelectModal as nr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
90
|
+
import { ApAttachment as Fr } from "./business/ap-attachment/index.mjs";
|
|
91
|
+
import { ApBatchAction as Tr } from "./business/ap-batch-action/index.mjs";
|
|
92
|
+
import { ApBatchActionGroup as br } from "./business/ap-batch-action-group/index.mjs";
|
|
93
|
+
import { ApButtonGroup as Gr } from "./business/ap-button-group/index.mjs";
|
|
94
|
+
import { ApCard as Dr } from "./business/ap-card/index.mjs";
|
|
95
|
+
import { ApExpandAlert as Er } from "./business/ap-expand-alert/index.mjs";
|
|
96
|
+
import { ApExportGroupActionType as Lr } from "./business/ap-export-group/interface.mjs";
|
|
97
|
+
import { ApExportGroup as Nr } from "./business/ap-export-group/index.mjs";
|
|
98
|
+
import { handleExportDownload as vr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
99
|
+
import { convertExportField as Mr } from "./business/ap-export-group/convertExportField.mjs";
|
|
100
|
+
import { ApImage as Kr } from "./business/ap-image/index.mjs";
|
|
101
|
+
import { ApInputRadio as Or } from "./business/ap-input-radio/index.mjs";
|
|
102
|
+
import { ApLabel as Vr, ApLabelGroup as _r } from "./business/ap-label/index.mjs";
|
|
103
|
+
import { locales as jr } from "./business/ap-ladder/interface.mjs";
|
|
104
|
+
import { ApLadder as Wr } from "./business/ap-ladder/index.mjs";
|
|
105
|
+
import { ApSelectLayout as Jr } from "./business/ap-select-layout/index.mjs";
|
|
106
|
+
import { ApStatus as Xr, ApStatusGroup as Yr } from "./business/ap-status/index.mjs";
|
|
107
|
+
import { ApTitle as $r } from "./business/ap-title/index.mjs";
|
|
108
|
+
import { usePageListApTable as ot } from "./business/hooks/usePageListApTable.mjs";
|
|
109
|
+
import { useTableRefresh as tt } from "./business/hooks/useTableRefresh.mjs";
|
|
110
|
+
import { usePageListApGrid as at } from "./business/hooks/usePageListApGrid.mjs";
|
|
111
|
+
import { useGridRefresh as ft } from "./business/hooks/useGridRefresh.mjs";
|
|
112
|
+
import { usePageListAgGrid as dt } from "./business/hooks/usePageListAgGrid.mjs";
|
|
113
|
+
import { computedRecords as At, flattenColumns as ut, formatDataIndex as st, formatNumber as it } from "./business/ap-summary/utils.mjs";
|
|
114
|
+
import { ApSummary as ct } from "./business/ap-summary/index.mjs";
|
|
115
|
+
import { ApNeedNameKeyDefault as It } from "./business/ap-appendix/interface.mjs";
|
|
116
|
+
import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
|
|
117
|
+
import { default as St } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
118
|
+
import { default as Ct } from "./business/batch-input-group/index.vue.mjs";
|
|
119
|
+
import { default as ht } from "./business/batch-input-group/form-item.vue.mjs";
|
|
120
|
+
import { ApSizeInput as Pt } from "./business/ap-size-input/index.mjs";
|
|
121
|
+
import { ApProductInfo as Rt } from "./business/ap-product-info/index.mjs";
|
|
122
|
+
import { ApCopy as yt } from "./business/ap-copy/index.mjs";
|
|
123
|
+
import { ApView as wt } from "./business/ap-view/index.mjs";
|
|
124
|
+
import { ApRadioGroup as Bt } from "./business/ap-radio-group/index.mjs";
|
|
125
|
+
import { ApKeepAliveProps as kt, forceStopTags as Ot } from "./business/ap-keep-alive/interface.mjs";
|
|
126
|
+
import { ApKeepAlive as Vt } from "./business/ap-keep-alive/index.mjs";
|
|
127
|
+
import { LruCacher as zt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
128
|
+
import { useApKeepAliveInject as Ht } from "./business/ap-keep-alive/hook.mjs";
|
|
129
|
+
import { matches as qt } from "./business/ap-keep-alive/utils.mjs";
|
|
130
|
+
import { ApDraggableGrid as Qt } from "./business/ap-draggable-grid/index.mjs";
|
|
131
|
+
import { ApValueSelectCard as Yt } from "./business/ap-value-select-card/index.mjs";
|
|
132
|
+
import { useAgGridModal as $t } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
133
|
+
import { useAgGridSelectModal as op } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
134
|
+
import { ApSelectedItems as tp } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
135
|
+
import { useTablePaging as ap } from "./ap-table/hooks/use-table-paging.mjs";
|
|
136
|
+
import { default as fp } from "./editable-table/index.vue.mjs";
|
|
137
|
+
import { default as dp } from "./editable-table/form-item.vue.mjs";
|
|
138
|
+
import { default as Ap } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
139
|
+
import { ensureRangeValue as sp } from "./scroll-bar/utils/index.mjs";
|
|
140
|
+
import { default as np } from "./scroll-bar/index.vue.mjs";
|
|
141
|
+
import { default as Fp } from "./scroll-bar/internal.vue.mjs";
|
|
142
|
+
import { default as Tp } from "./scroll-view/index.vue.mjs";
|
|
143
|
+
import { default as bp } from "./portal/index.vue.mjs";
|
|
144
|
+
import { default as Gp } from "./full-screen/index.vue.mjs";
|
|
145
|
+
import { default as Dp } from "./resize-observer/index.vue.mjs";
|
|
146
|
+
import { ROW_SELECTION_FIELD as Ep } from "./ap-grid/constants.mjs";
|
|
147
|
+
import { toTreeArray as Lp } from "./ap-grid/utils/to-tree-array.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 Mp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
151
|
+
import { default as Kp } from "./text/index.vue.mjs";
|
|
152
|
+
import { default as Op } from "./text/group.vue.mjs";
|
|
153
|
+
import { default as Vp } from "./mask/index.vue.mjs";
|
|
154
|
+
import { default as zp } from "./ag-grid/index.vue.mjs";
|
|
155
|
+
import { default as Hp } from "./ag-grid/editable/index.vue.mjs";
|
|
156
|
+
import { default as qp } from "./ag-grid/editable/form-item.vue.mjs";
|
|
158
157
|
export {
|
|
159
158
|
T as APConfigProvider,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
159
|
+
zp as AgGrid,
|
|
160
|
+
ar as ApActionButton,
|
|
161
|
+
Oo as ApActionGroup,
|
|
163
162
|
L as ApActionItem,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
163
|
+
Ko as ApActionItemDropdown,
|
|
164
|
+
vo as ApActionItemModal,
|
|
165
|
+
Mo as ApActionItemPopconfirm,
|
|
166
|
+
gt as ApAppendix,
|
|
167
|
+
Fr as ApAttachment,
|
|
168
|
+
Tr as ApBatchAction,
|
|
169
|
+
br as ApBatchActionGroup,
|
|
170
|
+
tr as ApButton,
|
|
171
|
+
Gr as ApButtonGroup,
|
|
172
|
+
Dr as ApCard,
|
|
173
|
+
fr as ApConfirmButton,
|
|
174
|
+
yt as ApCopy,
|
|
175
|
+
Ap as ApDescriptions,
|
|
176
|
+
Qo as ApDownLoadNeedNameKeyDefault,
|
|
177
|
+
Yo as ApDownload,
|
|
178
|
+
Qt as ApDraggableGrid,
|
|
180
179
|
M as ApDrawer,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
180
|
+
Er as ApExpandAlert,
|
|
181
|
+
Nr as ApExportGroup,
|
|
182
|
+
Lr as ApExportGroupActionType,
|
|
184
183
|
G as ApField,
|
|
185
184
|
mo as ApFieldCheckbox,
|
|
186
185
|
lo as ApFieldDate,
|
|
@@ -190,7 +189,7 @@ export {
|
|
|
190
189
|
so as ApFieldRadio,
|
|
191
190
|
Lo as ApFieldRate,
|
|
192
191
|
C as ApFieldRead,
|
|
193
|
-
|
|
192
|
+
Eo as ApFieldSegmented,
|
|
194
193
|
bo as ApFieldSelect,
|
|
195
194
|
Do as ApFieldSlider,
|
|
196
195
|
no as ApFieldSwitch,
|
|
@@ -202,119 +201,118 @@ export {
|
|
|
202
201
|
We as ApFormDependency,
|
|
203
202
|
Xe as ApFormDrawerForm,
|
|
204
203
|
Be as ApFormItem,
|
|
205
|
-
|
|
204
|
+
ht as ApFormItemBatchInput,
|
|
206
205
|
Re as ApFormItemCheckbox,
|
|
207
206
|
ge as ApFormItemDate,
|
|
208
207
|
Se as ApFormItemDateRange,
|
|
209
|
-
|
|
208
|
+
ke as ApFormItemGroup,
|
|
210
209
|
Ie as ApFormItemNumber,
|
|
211
210
|
Ce as ApFormItemRadio,
|
|
212
211
|
eo as ApFormItemRender,
|
|
213
|
-
|
|
214
|
-
|
|
212
|
+
he as ApFormItemSelect,
|
|
213
|
+
Pe as ApFormItemSwitch,
|
|
215
214
|
ie as ApFormItemText,
|
|
216
215
|
ce as ApFormItemTextArea,
|
|
217
216
|
ye as ApFormItemTextPassword,
|
|
218
217
|
we as ApFormItemTreeSelect,
|
|
219
|
-
|
|
218
|
+
Ue as ApFormList,
|
|
220
219
|
je as ApFormModalForm,
|
|
221
220
|
ro as ApFormProvider,
|
|
222
221
|
_e as ApFormSearchForm,
|
|
223
222
|
Je as ApFormSet,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
223
|
+
Np as ApGrid,
|
|
224
|
+
Kr as ApImage,
|
|
225
|
+
Or as ApInputRadio,
|
|
226
|
+
Vt as ApKeepAlive,
|
|
227
|
+
kt as ApKeepAliveProps,
|
|
228
|
+
Vr as ApLabel,
|
|
229
|
+
_r as ApLabelGroup,
|
|
230
|
+
Wr as ApLadder,
|
|
231
|
+
or as ApList,
|
|
233
232
|
v as ApModal,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
233
|
+
It as ApNeedNameKeyDefault,
|
|
234
|
+
K as ApProCard,
|
|
235
|
+
Rt as ApProductInfo,
|
|
236
|
+
Bt as ApRadioGroup,
|
|
237
|
+
Jr as ApSelectLayout,
|
|
238
|
+
tp as ApSelectedItems,
|
|
239
|
+
Pt as ApSizeInput,
|
|
240
|
+
k as ApStatisticCard,
|
|
241
|
+
Xr as ApStatus,
|
|
242
|
+
Yr as ApStatusGroup,
|
|
243
|
+
ct as ApSummary,
|
|
244
|
+
U as ApTable,
|
|
245
|
+
Ar as ApTableModal,
|
|
246
|
+
Vo as ApTag,
|
|
247
|
+
zo as ApTagGroup,
|
|
248
|
+
Kp as ApText,
|
|
249
|
+
Op as ApTextGroup,
|
|
250
|
+
$r as ApTitle,
|
|
251
|
+
dr as ApTransformDataHelper,
|
|
252
|
+
qo as ApUpload,
|
|
253
|
+
St as ApUploadSingle,
|
|
254
|
+
Yt as ApValueSelectCard,
|
|
255
|
+
wt as ApView,
|
|
256
|
+
Ct as BatchInputGroup,
|
|
258
257
|
N as CheckCard,
|
|
259
|
-
|
|
258
|
+
$o as CheckCardGroup,
|
|
260
259
|
Ae as ConfigProvider,
|
|
261
260
|
W as DEFAULT_NAMESPACE,
|
|
262
261
|
q as DEFAULT_UIMODE,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
262
|
+
Hp as EditableAgGrid,
|
|
263
|
+
qp as EditableAgGridFormItem,
|
|
264
|
+
vp as EditableGrid,
|
|
265
|
+
Mp as EditableGridFormItem,
|
|
266
|
+
fp as EditableTable,
|
|
267
|
+
dp as EditableTableFormItem,
|
|
268
|
+
Gp as FullScreen,
|
|
269
|
+
Fp as InternalScrollBar,
|
|
270
|
+
zt as LruCacher,
|
|
271
|
+
Vp as Mask,
|
|
272
|
+
Ho as NeedNameKeyDefault,
|
|
273
|
+
bp as Portal,
|
|
274
|
+
Ep as ROW_SELECTION_FIELD,
|
|
275
|
+
Dp as ResizeObserver,
|
|
276
|
+
np as ScrollBar,
|
|
277
|
+
Tp as ScrollView,
|
|
279
278
|
_ as Splitter,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
vo as aplusUITokenAdminPreset,
|
|
279
|
+
h as adminToken,
|
|
280
|
+
E as aplusToken,
|
|
283
281
|
ee as buildLocaleContext,
|
|
284
282
|
oe as buildTranslator,
|
|
285
|
-
|
|
283
|
+
At as computedRecords,
|
|
286
284
|
J as configProviderContextKey,
|
|
287
285
|
j as configProviderProps,
|
|
288
|
-
|
|
286
|
+
Mr as convertExportField,
|
|
289
287
|
me as defaultNamespace,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
288
|
+
sp as ensureRangeValue,
|
|
289
|
+
ut as flattenColumns,
|
|
290
|
+
Ot as forceStopTags,
|
|
291
|
+
st as formatDataIndex,
|
|
292
|
+
it as formatNumber,
|
|
295
293
|
ue as globalConfigCached,
|
|
296
|
-
|
|
297
|
-
|
|
294
|
+
vr as handleExportDownload,
|
|
295
|
+
qt as isNameMatches,
|
|
298
296
|
X as keysOf,
|
|
299
297
|
re as localeContextKey,
|
|
300
|
-
|
|
298
|
+
jr as locales,
|
|
301
299
|
fe as namespaceContextKey,
|
|
302
300
|
Y as provideGlobalConfig,
|
|
303
|
-
|
|
301
|
+
Lp as toTreeArray,
|
|
304
302
|
te as translate,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
303
|
+
$t as useAgGridModal,
|
|
304
|
+
op as useAgGridSelectModal,
|
|
305
|
+
Ht as useApKeepAliveInject,
|
|
308
306
|
le as useGetDerivedNamespace,
|
|
309
307
|
Z as useGlobalConfig,
|
|
310
|
-
|
|
308
|
+
ft as useGridRefresh,
|
|
311
309
|
pe as useLocale,
|
|
312
310
|
de as useNamespace,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
311
|
+
dt as usePageListAgGrid,
|
|
312
|
+
at as usePageListApGrid,
|
|
313
|
+
ot as usePageListApTable,
|
|
314
|
+
sr as useTableModal,
|
|
315
|
+
ap as useTablePaging,
|
|
316
|
+
tt as useTableRefresh,
|
|
317
|
+
nr as useTableSelectModal
|
|
320
318
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { keyframes as n } from "
|
|
1
|
+
import { keyframes as n } from "@emotion/css";
|
|
2
2
|
import { genComponentStyleHook as e } from "../../utils/cssinjs/index.mjs";
|
|
3
3
|
function r() {
|
|
4
4
|
const t = n`
|
|
@@ -23,7 +23,7 @@ function r() {
|
|
|
23
23
|
const s = (t) => {
|
|
24
24
|
const [o, i] = r(), { componentCls: a } = t;
|
|
25
25
|
return {
|
|
26
|
-
[
|
|
26
|
+
[a]: {
|
|
27
27
|
position: "fixed",
|
|
28
28
|
top: 0,
|
|
29
29
|
left: 0,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { genComponentStyleHook as
|
|
2
|
-
const
|
|
3
|
-
const { componentCls: o } = r;
|
|
1
|
+
import { genComponentStyleHook as a } from "../../utils/cssinjs/index.mjs";
|
|
2
|
+
const e = (r) => {
|
|
3
|
+
const { componentCls: t, scrollBarTrackWidth: l, scrollBarBarWidth: o } = r;
|
|
4
4
|
return {
|
|
5
|
-
[
|
|
5
|
+
[t]: {
|
|
6
6
|
position: "relative",
|
|
7
7
|
"&--horizontal": {
|
|
8
8
|
width: "100%",
|
|
9
|
-
height:
|
|
9
|
+
height: l
|
|
10
10
|
},
|
|
11
11
|
"&--vertical": {
|
|
12
|
-
width:
|
|
12
|
+
width: l,
|
|
13
13
|
height: "100%"
|
|
14
14
|
},
|
|
15
|
-
[`${
|
|
15
|
+
[`${t}__track`]: {
|
|
16
16
|
position: "absolute",
|
|
17
17
|
width: "100%",
|
|
18
18
|
height: "100%",
|
|
@@ -29,9 +29,9 @@ const a = (r) => {
|
|
|
29
29
|
backgroundColor: "transparent"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
[`${
|
|
32
|
+
[`${t}__bar`]: {
|
|
33
33
|
position: "absolute",
|
|
34
|
-
borderRadius:
|
|
34
|
+
borderRadius: o,
|
|
35
35
|
backgroundColor: r.scrollBarBarColor,
|
|
36
36
|
cursor: "pointer",
|
|
37
37
|
"&--disabled": {
|
|
@@ -39,19 +39,19 @@ const a = (r) => {
|
|
|
39
39
|
boxShadow: "none"
|
|
40
40
|
},
|
|
41
41
|
"&--horizontal": {
|
|
42
|
-
height:
|
|
43
|
-
top: `calc(${
|
|
42
|
+
height: o,
|
|
43
|
+
top: `calc(${l} / 2 - ${o} / 2)`
|
|
44
44
|
},
|
|
45
45
|
"&--vertical": {
|
|
46
|
-
width:
|
|
47
|
-
left: `calc(${
|
|
46
|
+
width: o,
|
|
47
|
+
left: `calc(${l} / 2 - ${o} / 2)`
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
|
-
},
|
|
52
|
+
}, n = a(
|
|
53
53
|
"Scrollbar",
|
|
54
|
-
(r) => [
|
|
54
|
+
(r) => [e(r)],
|
|
55
55
|
{
|
|
56
56
|
scrollBarBarColor: "#c7c8cc",
|
|
57
57
|
scrollBarTrackColor: "#F2F2F2",
|
|
@@ -61,6 +61,6 @@ const a = (r) => {
|
|
|
61
61
|
}
|
|
62
62
|
);
|
|
63
63
|
export {
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
n as default,
|
|
65
|
+
e as genScrollbarStyle
|
|
66
66
|
};
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
2
|
import { Ref } from 'vue';
|
|
3
3
|
export type SplitterToken = {
|
|
4
|
+
/**
|
|
5
|
+
* 拖拽元素大小
|
|
6
|
+
*/
|
|
4
7
|
splitterBarSize: number;
|
|
8
|
+
/**
|
|
9
|
+
* 拖拽触发区域大小
|
|
10
|
+
*/
|
|
5
11
|
splitterTriggerSize: number;
|
|
6
|
-
|
|
12
|
+
/**
|
|
13
|
+
* 拖拽标识元素大小
|
|
14
|
+
*/
|
|
7
15
|
splitterSplitBarDraggableSize: number;
|
|
8
16
|
};
|
|
9
17
|
export declare const genSplitterStyle: GenStyleFunc<SplitterToken>;
|
|
@@ -77,7 +77,7 @@ const t = () => ({
|
|
|
77
77
|
...t(r),
|
|
78
78
|
zIndex: 1e3,
|
|
79
79
|
background: "rgba(0,0,0,0.04)",
|
|
80
|
-
|
|
80
|
+
fontSize: r.fontSizeSM,
|
|
81
81
|
borderRadius: "2px",
|
|
82
82
|
color: r.textColor2,
|
|
83
83
|
cursor: "pointer",
|
|
@@ -214,7 +214,6 @@ const t = () => ({
|
|
|
214
214
|
{
|
|
215
215
|
splitterBarSize: 2,
|
|
216
216
|
splitterTriggerSize: 6,
|
|
217
|
-
splitterResizeSpinnerSize: 20,
|
|
218
217
|
splitterSplitBarDraggableSize: 20
|
|
219
218
|
}
|
|
220
219
|
);
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
2
|
import { Ref } from 'vue';
|
|
3
|
-
export
|
|
3
|
+
export type ApTextToken = {
|
|
4
|
+
apTextColonMarginInline: number | string;
|
|
5
|
+
};
|
|
6
|
+
export declare const genApTextStyle: GenStyleFunc<ApTextToken>;
|
|
4
7
|
declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
|
|
5
8
|
export default _default;
|