@aplus-frontend/ui 6.22.2 → 6.23.0
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 +235 -234
- package/es/src/ap-field/checkbox/read.vue.d.ts +11 -0
- package/es/src/ap-field/checkbox/read.vue.mjs +4 -0
- package/es/src/ap-field/checkbox/read.vue2.mjs +37 -0
- package/es/src/ap-field/date/read.vue.d.ts +9 -0
- package/es/src/ap-field/date/read.vue.mjs +4 -0
- package/es/src/ap-field/date/read.vue2.mjs +102 -0
- package/es/src/ap-field/date-range/read.vue.d.ts +9 -0
- package/es/src/ap-field/date-range/read.vue.mjs +4 -0
- package/es/src/ap-field/date-range/read.vue2.mjs +121 -0
- package/es/src/ap-field/index.d.ts +99 -0
- package/es/src/ap-field/index.mjs +75 -40
- package/es/src/ap-field/number/read.vue.d.ts +23 -0
- package/es/src/ap-field/number/read.vue.mjs +4 -0
- package/es/src/ap-field/number/read.vue2.mjs +80 -0
- package/es/src/ap-field/radio/read.vue.d.ts +10 -0
- package/es/src/ap-field/radio/read.vue.mjs +4 -0
- package/es/src/ap-field/radio/read.vue2.mjs +42 -0
- package/es/src/ap-field/select/read.vue.d.ts +6 -0
- package/es/src/ap-field/select/read.vue.mjs +4 -0
- package/es/src/ap-field/select/read.vue2.mjs +118 -0
- package/es/src/ap-field/switch/read.vue.d.ts +11 -0
- package/es/src/ap-field/switch/read.vue.mjs +4 -0
- package/es/src/ap-field/switch/read.vue2.mjs +58 -0
- package/es/src/ap-field/text/read-password.vue.d.ts +16 -0
- package/es/src/ap-field/text/read-password.vue.mjs +4 -0
- package/es/src/ap-field/text/read-password.vue2.mjs +82 -0
- package/es/src/ap-field/text/read.vue.d.ts +13 -0
- package/es/src/ap-field/text/read.vue.mjs +4 -0
- package/es/src/ap-field/text/read.vue2.mjs +63 -0
- package/es/src/ap-field/text-area/read.vue.d.ts +13 -0
- package/es/src/ap-field/text-area/read.vue.mjs +4 -0
- package/es/src/ap-field/text-area/read.vue2.mjs +69 -0
- package/es/src/ap-field/tree-select/read.vue.d.ts +8 -0
- package/es/src/ap-field/tree-select/read.vue.mjs +4 -0
- package/es/src/ap-field/tree-select/read.vue2.mjs +182 -0
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +36 -54
- package/es/src/ap-table/constants.d.ts +29 -2415
- package/es/src/ap-table/constants.mjs +41 -52
- package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +11 -10
- package/es/src/index.mjs +285 -284
- package/es/src/utils/copy.d.ts +3 -0
- package/es/src/utils/copy.mjs +21 -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/ap-field/checkbox/read.vue.d.ts +11 -0
- package/lib/src/ap-field/checkbox/read.vue.js +1 -0
- package/lib/src/ap-field/checkbox/read.vue2.js +1 -0
- package/lib/src/ap-field/date/read.vue.d.ts +9 -0
- package/lib/src/ap-field/date/read.vue.js +1 -0
- package/lib/src/ap-field/date/read.vue2.js +1 -0
- package/lib/src/ap-field/date-range/read.vue.d.ts +9 -0
- package/lib/src/ap-field/date-range/read.vue.js +1 -0
- package/lib/src/ap-field/date-range/read.vue2.js +1 -0
- package/lib/src/ap-field/index.d.ts +99 -0
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/number/read.vue.d.ts +23 -0
- package/lib/src/ap-field/number/read.vue.js +1 -0
- package/lib/src/ap-field/number/read.vue2.js +1 -0
- package/lib/src/ap-field/radio/read.vue.d.ts +10 -0
- package/lib/src/ap-field/radio/read.vue.js +1 -0
- package/lib/src/ap-field/radio/read.vue2.js +1 -0
- package/lib/src/ap-field/select/read.vue.d.ts +6 -0
- package/lib/src/ap-field/select/read.vue.js +1 -0
- package/lib/src/ap-field/select/read.vue2.js +1 -0
- package/lib/src/ap-field/switch/read.vue.d.ts +11 -0
- package/lib/src/ap-field/switch/read.vue.js +1 -0
- package/lib/src/ap-field/switch/read.vue2.js +1 -0
- package/lib/src/ap-field/text/read-password.vue.d.ts +16 -0
- package/lib/src/ap-field/text/read-password.vue.js +1 -0
- package/lib/src/ap-field/text/read-password.vue2.js +1 -0
- package/lib/src/ap-field/text/read.vue.d.ts +13 -0
- package/lib/src/ap-field/text/read.vue.js +1 -0
- package/lib/src/ap-field/text/read.vue2.js +1 -0
- package/lib/src/ap-field/text-area/read.vue.d.ts +13 -0
- package/lib/src/ap-field/text-area/read.vue.js +1 -0
- package/lib/src/ap-field/text-area/read.vue2.js +1 -0
- package/lib/src/ap-field/tree-select/read.vue.d.ts +8 -0
- package/lib/src/ap-field/tree-select/read.vue.js +1 -0
- package/lib/src/ap-field/tree-select/read.vue2.js +1 -0
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +29 -2415
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/utils/copy.d.ts +3 -0
- package/lib/src/utils/copy.js +1 -0
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/ap-tag/ap-tag.css +1 -0
- package/theme/ap-tag/ap-tag.less +1 -0
- package/theme/index.css +1 -0
package/es/index.mjs
CHANGED
|
@@ -32,119 +32,119 @@ import { default as Se } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
|
32
32
|
import { default as Ge } from "./src/ap-form/render/control.vue.mjs";
|
|
33
33
|
import { default as Pe } from "./src/ap-form/render/item.vue.mjs";
|
|
34
34
|
import { default as Ee } from "./src/ap-form/provider/index.vue.mjs";
|
|
35
|
-
import { ApField as Me } from "./src/ap-field/index.mjs";
|
|
36
|
-
import { ApFieldText as
|
|
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
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { adminToken as
|
|
51
|
-
import { ApActionItem as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { DictCode as
|
|
57
|
-
import { createWorkOrderModal as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { NeedNameKeyDefault as
|
|
62
|
-
import { default as
|
|
63
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
64
|
-
import { default as
|
|
65
|
-
import { CheckCard as
|
|
66
|
-
import { default as
|
|
67
|
-
import { ApModal as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { ApDrawer as
|
|
73
|
-
import { ApProCard as
|
|
74
|
-
import { ApTransformDataHelper as
|
|
75
|
-
import { default as
|
|
76
|
-
import { useTableModal as
|
|
77
|
-
import { useTableSelectModal as
|
|
78
|
-
import { ApAttachment as
|
|
79
|
-
import { ApBatchAction as
|
|
80
|
-
import { ApBatchActionGroup as
|
|
81
|
-
import { ApButtonGroup as
|
|
82
|
-
import { ApCard as
|
|
83
|
-
import { ApExpandAlert as
|
|
84
|
-
import { ApExportGroupActionType as
|
|
85
|
-
import { ApExportGroup as
|
|
86
|
-
import { handleExportDownload as
|
|
87
|
-
import { convertExportField as
|
|
88
|
-
import { ApImage as
|
|
89
|
-
import { ApInputRadio as
|
|
90
|
-
import { ApLabel as
|
|
91
|
-
import { locales as
|
|
92
|
-
import { ApLadder as
|
|
93
|
-
import { ApSelectLayout as
|
|
94
|
-
import { ApStatus as
|
|
95
|
-
import { ApTitle as
|
|
96
|
-
import { usePageListApTable as
|
|
97
|
-
import { useTableRefresh as
|
|
98
|
-
import { usePageListApGrid as
|
|
99
|
-
import { useGridRefresh as
|
|
100
|
-
import { usePageListAgGrid as
|
|
101
|
-
import { computedRecords as
|
|
102
|
-
import { ApSummary as
|
|
103
|
-
import { ApNeedNameKeyDefault as
|
|
104
|
-
import { ApAppendix as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { ApSizeInput as
|
|
109
|
-
import { ApProductInfo as
|
|
110
|
-
import { ApCopy as
|
|
111
|
-
import { ApView as
|
|
112
|
-
import { ApRadioGroup as
|
|
113
|
-
import { ApKeepAliveProps as
|
|
114
|
-
import { ApKeepAlive as
|
|
115
|
-
import { LruCacher as
|
|
116
|
-
import { useApKeepAliveInject as
|
|
117
|
-
import { matches as
|
|
118
|
-
import { ApDraggableGrid as
|
|
119
|
-
import { ApValueSelectCard as
|
|
120
|
-
import { useTablePaging as
|
|
121
|
-
import { ApTable as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { ensureRangeValue as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { ROW_SELECTION_FIELD as
|
|
133
|
-
import { toTreeArray as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { Splitter as
|
|
141
|
-
import { default as
|
|
142
|
-
import { useMessage as
|
|
143
|
-
import { useControllableValue as
|
|
144
|
-
import { useManualRef as
|
|
145
|
-
import { useThrottleRef as
|
|
146
|
-
import { useFullScreen as
|
|
147
|
-
import { useResize as
|
|
35
|
+
import { ApField as Me, ApFieldRead as Ne } from "./src/ap-field/index.mjs";
|
|
36
|
+
import { ApFieldText as ye } from "./src/ap-field/text/index.mjs";
|
|
37
|
+
import { default as ke } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
38
|
+
import { default as Ke } from "./src/ap-field/date/index.vue.mjs";
|
|
39
|
+
import { default as Ue } from "./src/ap-field/number/index.vue.mjs";
|
|
40
|
+
import { default as _e } from "./src/ap-field/radio/index.vue.mjs";
|
|
41
|
+
import { default as We } from "./src/ap-field/switch/index.vue.mjs";
|
|
42
|
+
import { default as je } from "./src/ap-field/text-area/index.vue.mjs";
|
|
43
|
+
import { default as qe } from "./src/ap-field/date-range/index.vue.mjs";
|
|
44
|
+
import { default as Qe } from "./src/ap-field/select/index.vue.mjs";
|
|
45
|
+
import { default as Ye } from "./src/ap-field/text/password.vue.mjs";
|
|
46
|
+
import { default as eo } from "./src/ap-field/slider/index.vue.mjs";
|
|
47
|
+
import { default as ro } from "./src/ap-field/segmented/index.vue.mjs";
|
|
48
|
+
import { default as po } from "./src/ap-field/rate/index.vue.mjs";
|
|
49
|
+
import { default as fo } from "./src/ap-field/tree-select/index.vue.mjs";
|
|
50
|
+
import { adminToken as lo, aplusToken as xo } from "./src/design-token/index.mjs";
|
|
51
|
+
import { ApActionItem as uo } from "./src/ap-action/index.mjs";
|
|
52
|
+
import { default as io } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
53
|
+
import { default as co } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
54
|
+
import { default as Io } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
55
|
+
import { default as go } from "./src/ap-action/group/index.vue.mjs";
|
|
56
|
+
import { DictCode as bo, langMap as So } from "./src/work-order-modal/interfaces.mjs";
|
|
57
|
+
import { createWorkOrderModal as Go } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
58
|
+
import { default as Po } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
59
|
+
import { default as Eo } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
60
|
+
import { default as Mo } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
61
|
+
import { NeedNameKeyDefault as vo } from "./src/ap-upload/apUploadTypes.mjs";
|
|
62
|
+
import { default as wo } from "./src/ap-upload/apUpload.vue.mjs";
|
|
63
|
+
import { ApDownLoadNeedNameKeyDefault as Bo } from "./src/ap-download/interface.mjs";
|
|
64
|
+
import { default as Oo } from "./src/ap-download/ap-download.vue.mjs";
|
|
65
|
+
import { CheckCard as Vo } from "./src/check-card/index.mjs";
|
|
66
|
+
import { default as zo } from "./src/check-card/group.vue.mjs";
|
|
67
|
+
import { ApModal as $o } from "./src/ap-modal/index.mjs";
|
|
68
|
+
import { default as Ho } from "./src/ap-list/index.vue.mjs";
|
|
69
|
+
import { default as Jo } from "./src/ap-button/ap-button.vue.mjs";
|
|
70
|
+
import { default as Xo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
71
|
+
import { default as Zo } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
72
|
+
import { ApDrawer as or } from "./src/ap-drawer/index.mjs";
|
|
73
|
+
import { ApProCard as tr, ApStatisticCard as pr } from "./src/ap-pro-card/index.mjs";
|
|
74
|
+
import { ApTransformDataHelper as fr } from "./src/utils/ap-trans-data/index.mjs";
|
|
75
|
+
import { default as lr } from "./src/business/ap-table-modal/index.mjs";
|
|
76
|
+
import { useTableModal as dr } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
77
|
+
import { useTableSelectModal as ur } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
78
|
+
import { ApAttachment as ir } from "./src/business/ap-attachment/index.mjs";
|
|
79
|
+
import { ApBatchAction as cr } from "./src/business/ap-batch-action/index.mjs";
|
|
80
|
+
import { ApBatchActionGroup as Ir } from "./src/business/ap-batch-action-group/index.mjs";
|
|
81
|
+
import { ApButtonGroup as gr } from "./src/business/ap-button-group/index.mjs";
|
|
82
|
+
import { ApCard as br } from "./src/business/ap-card/index.mjs";
|
|
83
|
+
import { ApExpandAlert as Dr } from "./src/business/ap-expand-alert/index.mjs";
|
|
84
|
+
import { ApExportGroupActionType as hr } from "./src/business/ap-export-group/interface.mjs";
|
|
85
|
+
import { ApExportGroup as Rr } from "./src/business/ap-export-group/index.mjs";
|
|
86
|
+
import { handleExportDownload as Lr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
87
|
+
import { convertExportField as Nr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
88
|
+
import { ApImage as yr } from "./src/business/ap-image/index.mjs";
|
|
89
|
+
import { ApInputRadio as kr } from "./src/business/ap-input-radio/index.mjs";
|
|
90
|
+
import { ApLabel as Kr, ApLabelGroup as Or } from "./src/business/ap-label/index.mjs";
|
|
91
|
+
import { locales as Vr } from "./src/business/ap-ladder/interface.mjs";
|
|
92
|
+
import { ApLadder as zr } from "./src/business/ap-ladder/index.mjs";
|
|
93
|
+
import { ApSelectLayout as $r } from "./src/business/ap-select-layout/index.mjs";
|
|
94
|
+
import { ApStatus as Hr, ApStatusGroup as qr } from "./src/business/ap-status/index.mjs";
|
|
95
|
+
import { ApTitle as Qr } from "./src/business/ap-title/index.mjs";
|
|
96
|
+
import { usePageListApTable as Yr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
97
|
+
import { useTableRefresh as et } from "./src/business/hooks/useTableRefresh.mjs";
|
|
98
|
+
import { usePageListApGrid as rt } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
99
|
+
import { useGridRefresh as pt } from "./src/business/hooks/useGridRefresh.mjs";
|
|
100
|
+
import { usePageListAgGrid as ft } from "./src/business/hooks/usePageListAgGrid.mjs";
|
|
101
|
+
import { computedRecords as lt, flattenColumns as xt, formatDataIndex as dt, formatNumber as st } from "./src/business/ap-summary/utils.mjs";
|
|
102
|
+
import { ApSummary as At } from "./src/business/ap-summary/index.mjs";
|
|
103
|
+
import { ApNeedNameKeyDefault as nt } from "./src/business/ap-appendix/interface.mjs";
|
|
104
|
+
import { ApAppendix as Ft } from "./src/business/ap-appendix/index.mjs";
|
|
105
|
+
import { default as Tt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
106
|
+
import { default as Ct } from "./src/business/batch-input-group/index.vue.mjs";
|
|
107
|
+
import { default as St } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
108
|
+
import { ApSizeInput as Gt } from "./src/business/ap-size-input/index.mjs";
|
|
109
|
+
import { ApProductInfo as Pt } from "./src/business/ap-product-info/index.mjs";
|
|
110
|
+
import { ApCopy as Et } from "./src/business/ap-copy/index.mjs";
|
|
111
|
+
import { ApView as Mt } from "./src/business/ap-view/index.mjs";
|
|
112
|
+
import { ApRadioGroup as vt } from "./src/business/ap-radio-group/index.mjs";
|
|
113
|
+
import { ApKeepAliveProps as wt, forceStopTags as kt } from "./src/business/ap-keep-alive/interface.mjs";
|
|
114
|
+
import { ApKeepAlive as Kt } from "./src/business/ap-keep-alive/index.mjs";
|
|
115
|
+
import { LruCacher as Ut } from "./src/business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
116
|
+
import { useApKeepAliveInject as _t } from "./src/business/ap-keep-alive/hook.mjs";
|
|
117
|
+
import { matches as Wt } from "./src/business/ap-keep-alive/utils.mjs";
|
|
118
|
+
import { ApDraggableGrid as jt } from "./src/business/ap-draggable-grid/index.mjs";
|
|
119
|
+
import { ApValueSelectCard as qt } from "./src/business/ap-value-select-card/index.mjs";
|
|
120
|
+
import { useTablePaging as Qt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
121
|
+
import { ApTable as Yt } from "./src/ap-table/index.mjs";
|
|
122
|
+
import { default as ep } from "./src/editable-table/index.vue.mjs";
|
|
123
|
+
import { default as rp } from "./src/editable-table/form-item.vue.mjs";
|
|
124
|
+
import { default as pp } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
125
|
+
import { ensureRangeValue as fp } from "./src/scroll-bar/utils/index.mjs";
|
|
126
|
+
import { default as lp } from "./src/scroll-bar/index.vue.mjs";
|
|
127
|
+
import { default as dp } from "./src/scroll-bar/internal.vue.mjs";
|
|
128
|
+
import { default as up } from "./src/scroll-view/index.vue.mjs";
|
|
129
|
+
import { default as ip } from "./src/portal/index.vue.mjs";
|
|
130
|
+
import { default as cp } from "./src/full-screen/index.vue.mjs";
|
|
131
|
+
import { default as Ip } from "./src/resize-observer/index.vue.mjs";
|
|
132
|
+
import { ROW_SELECTION_FIELD as gp } from "./src/ap-grid/constants.mjs";
|
|
133
|
+
import { toTreeArray as bp } from "./src/ap-grid/utils/to-tree-array.mjs";
|
|
134
|
+
import { default as Dp } from "./src/ap-grid/index.vue.mjs";
|
|
135
|
+
import { default as hp } from "./src/ap-grid/editable/index.vue.mjs";
|
|
136
|
+
import { default as Rp } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
137
|
+
import { default as Lp } from "./src/text/index.vue.mjs";
|
|
138
|
+
import { default as Np } from "./src/text/group.vue.mjs";
|
|
139
|
+
import { default as yp } from "./src/mask/index.vue.mjs";
|
|
140
|
+
import { Splitter as kp } from "./src/splitter/index.mjs";
|
|
141
|
+
import { default as Kp } from "./src/ag-grid/index.vue.mjs";
|
|
142
|
+
import { useMessage as Up } from "./src/hooks/useMessage.mjs";
|
|
143
|
+
import { useControllableValue as _p } from "./src/hooks/useControllableValue.mjs";
|
|
144
|
+
import { useManualRef as Wp } from "./src/hooks/useManualRef.mjs";
|
|
145
|
+
import { useThrottleRef as jp } from "./src/hooks/useThrottleRef.mjs";
|
|
146
|
+
import { useFullScreen as qp } from "./src/hooks/useFullScreen.mjs";
|
|
147
|
+
import { useResize as Qp } from "./src/hooks/useResize.mjs";
|
|
148
148
|
const a = console.log;
|
|
149
149
|
a(`APlus-UI version ${p}`);
|
|
150
150
|
const l = {
|
|
@@ -157,51 +157,52 @@ const l = {
|
|
|
157
157
|
};
|
|
158
158
|
export {
|
|
159
159
|
B as APConfigProvider,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
160
|
+
Kp as AgGrid,
|
|
161
|
+
Xo as ApActionButton,
|
|
162
|
+
go as ApActionGroup,
|
|
163
|
+
uo as ApActionItem,
|
|
164
|
+
Io as ApActionItemDropdown,
|
|
165
|
+
io as ApActionItemModal,
|
|
166
|
+
co as ApActionItemPopconfirm,
|
|
167
|
+
Ft as ApAppendix,
|
|
168
|
+
ir as ApAttachment,
|
|
169
|
+
cr as ApBatchAction,
|
|
170
|
+
Ir as ApBatchActionGroup,
|
|
171
|
+
Jo as ApButton,
|
|
172
|
+
gr as ApButtonGroup,
|
|
173
|
+
br as ApCard,
|
|
174
|
+
Zo as ApConfirmButton,
|
|
175
|
+
Et as ApCopy,
|
|
176
|
+
pp as ApDescriptions,
|
|
177
|
+
Bo as ApDownLoadNeedNameKeyDefault,
|
|
178
|
+
Oo as ApDownload,
|
|
179
|
+
jt as ApDraggableGrid,
|
|
180
|
+
or as ApDrawer,
|
|
181
|
+
Dr as ApExpandAlert,
|
|
182
|
+
Rr as ApExportGroup,
|
|
183
|
+
hr as ApExportGroupActionType,
|
|
184
184
|
Me as ApField,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
185
|
+
ke as ApFieldCheckbox,
|
|
186
|
+
Ke as ApFieldDate,
|
|
187
|
+
qe as ApFieldDateRange,
|
|
188
|
+
Ue as ApFieldNumber,
|
|
189
|
+
Ye as ApFieldPassword,
|
|
190
|
+
_e as ApFieldRadio,
|
|
191
|
+
po as ApFieldRate,
|
|
192
|
+
Ne as ApFieldRead,
|
|
193
|
+
ro as ApFieldSegmented,
|
|
194
|
+
Qe as ApFieldSelect,
|
|
195
|
+
eo as ApFieldSlider,
|
|
196
|
+
We as ApFieldSwitch,
|
|
197
|
+
ye as ApFieldText,
|
|
198
|
+
je as ApFieldTextArea,
|
|
199
|
+
fo as ApFieldTreeSelect,
|
|
199
200
|
me as ApForm,
|
|
200
201
|
Ge as ApFormControlRender,
|
|
201
202
|
Te as ApFormDependency,
|
|
202
203
|
Se as ApFormDrawerForm,
|
|
203
204
|
xe as ApFormItem,
|
|
204
|
-
|
|
205
|
+
St as ApFormItemBatchInput,
|
|
205
206
|
oe as ApFormItemCheckbox,
|
|
206
207
|
$ as ApFormItemDate,
|
|
207
208
|
H as ApFormItemDateRange,
|
|
@@ -220,106 +221,106 @@ export {
|
|
|
220
221
|
Ee as ApFormProvider,
|
|
221
222
|
ne as ApFormSearchForm,
|
|
222
223
|
Ce as ApFormSet,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
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
|
-
|
|
224
|
+
Dp as ApGrid,
|
|
225
|
+
yr as ApImage,
|
|
226
|
+
kr as ApInputRadio,
|
|
227
|
+
Kt as ApKeepAlive,
|
|
228
|
+
wt as ApKeepAliveProps,
|
|
229
|
+
Kr as ApLabel,
|
|
230
|
+
Or as ApLabelGroup,
|
|
231
|
+
zr as ApLadder,
|
|
232
|
+
Ho as ApList,
|
|
233
|
+
$o as ApModal,
|
|
234
|
+
nt as ApNeedNameKeyDefault,
|
|
235
|
+
tr as ApProCard,
|
|
236
|
+
Pt as ApProductInfo,
|
|
237
|
+
vt as ApRadioGroup,
|
|
238
|
+
$r as ApSelectLayout,
|
|
239
|
+
Gt as ApSizeInput,
|
|
240
|
+
pr as ApStatisticCard,
|
|
241
|
+
Hr as ApStatus,
|
|
242
|
+
qr as ApStatusGroup,
|
|
243
|
+
At as ApSummary,
|
|
244
|
+
Yt as ApTable,
|
|
245
|
+
lr as ApTableModal,
|
|
246
|
+
Eo as ApTag,
|
|
247
|
+
Mo as ApTagGroup,
|
|
248
|
+
Lp as ApText,
|
|
249
|
+
Np as ApTextGroup,
|
|
250
|
+
Qr as ApTitle,
|
|
251
|
+
fr as ApTransformDataHelper,
|
|
252
|
+
wo as ApUpload,
|
|
253
|
+
Tt as ApUploadSingle,
|
|
254
|
+
qt as ApValueSelectCard,
|
|
255
|
+
Mt as ApView,
|
|
256
|
+
Ct as BatchInputGroup,
|
|
257
|
+
Vo as CheckCard,
|
|
258
|
+
zo as CheckCardGroup,
|
|
258
259
|
y as ConfigProvider,
|
|
259
260
|
n as DEFAULT_NAMESPACE,
|
|
260
261
|
c as DEFAULT_UIMODE,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
262
|
+
bo as DictCode,
|
|
263
|
+
hp as EditableGrid,
|
|
264
|
+
Rp as EditableGridFormItem,
|
|
265
|
+
ep as EditableTable,
|
|
266
|
+
rp as EditableTableFormItem,
|
|
267
|
+
cp as FullScreen,
|
|
268
|
+
dp as InternalScrollBar,
|
|
269
|
+
Ut as LruCacher,
|
|
270
|
+
yp as Mask,
|
|
271
|
+
vo as NeedNameKeyDefault,
|
|
272
|
+
ip as Portal,
|
|
273
|
+
gp as ROW_SELECTION_FIELD,
|
|
274
|
+
Ip as ResizeObserver,
|
|
275
|
+
lp as ScrollBar,
|
|
276
|
+
up as ScrollView,
|
|
277
|
+
kp as Splitter,
|
|
278
|
+
Po as WorkOrderModal,
|
|
279
|
+
lo as adminToken,
|
|
280
|
+
xo as aplusToken,
|
|
280
281
|
S as buildLocaleContext,
|
|
281
282
|
D as buildTranslator,
|
|
282
|
-
|
|
283
|
+
lt as computedRecords,
|
|
283
284
|
F as configProviderContextKey,
|
|
284
285
|
A as configProviderProps,
|
|
285
|
-
|
|
286
|
-
|
|
286
|
+
Nr as convertExportField,
|
|
287
|
+
Go as createWorkOrderModal,
|
|
287
288
|
l as default,
|
|
288
289
|
E as defaultNamespace,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
290
|
+
fp as ensureRangeValue,
|
|
291
|
+
xt as flattenColumns,
|
|
292
|
+
kt as forceStopTags,
|
|
293
|
+
dt as formatDataIndex,
|
|
294
|
+
st as formatNumber,
|
|
294
295
|
w as globalConfigCached,
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
Lr as handleExportDownload,
|
|
297
|
+
Wt as isNameMatches,
|
|
297
298
|
T as keysOf,
|
|
298
|
-
|
|
299
|
+
So as langMap,
|
|
299
300
|
G as localeContextKey,
|
|
300
|
-
|
|
301
|
+
Vr as locales,
|
|
301
302
|
L as namespaceContextKey,
|
|
302
303
|
s as pathMap,
|
|
303
304
|
g as provideGlobalConfig,
|
|
304
|
-
|
|
305
|
+
bp as toTreeArray,
|
|
305
306
|
h as translate,
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
_t as useApKeepAliveInject,
|
|
308
|
+
_p as useControllableValue,
|
|
309
|
+
qp as useFullScreen,
|
|
309
310
|
M as useGetDerivedNamespace,
|
|
310
311
|
C as useGlobalConfig,
|
|
311
|
-
|
|
312
|
+
pt as useGridRefresh,
|
|
312
313
|
P as useLocale,
|
|
313
|
-
|
|
314
|
-
|
|
314
|
+
Wp as useManualRef,
|
|
315
|
+
Up as useMessage,
|
|
315
316
|
N as useNamespace,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
317
|
+
ft as usePageListAgGrid,
|
|
318
|
+
rt as usePageListApGrid,
|
|
319
|
+
Yr as usePageListApTable,
|
|
320
|
+
Qp as useResize,
|
|
321
|
+
dr as useTableModal,
|
|
322
|
+
Qt as useTablePaging,
|
|
323
|
+
et as useTableRefresh,
|
|
324
|
+
ur as useTableSelectModal,
|
|
325
|
+
jp as useThrottleRef
|
|
325
326
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ApFieldCheckboxProps } from '../interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { FieldMode } from '..';
|
|
4
|
+
import { CheckboxOptionType } from '@aplus-frontend/antdv';
|
|
5
|
+
declare const _default: DefineComponent<ApFieldCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldCheckboxProps> & Readonly<{}>, {
|
|
6
|
+
mode: FieldMode;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
options: (string | number | CheckboxOptionType)[];
|
|
9
|
+
emptyText: string;
|
|
10
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as d, createElementBlock as l, unref as a, openBlock as n, Fragment as p, createTextVNode as i, toDisplayString as r } from "vue";
|
|
2
|
+
import { isNil as m } from "lodash-unified";
|
|
3
|
+
import { getOptionValue as u, getOptionLabel as s } from "./helper.mjs";
|
|
4
|
+
const k = /* @__PURE__ */ d({
|
|
5
|
+
name: "ApFieldCheckboxRead",
|
|
6
|
+
__name: "read",
|
|
7
|
+
props: {
|
|
8
|
+
mode: { default: "edit" },
|
|
9
|
+
class: {},
|
|
10
|
+
style: {},
|
|
11
|
+
defaultValue: {},
|
|
12
|
+
value: {},
|
|
13
|
+
onChange: {},
|
|
14
|
+
"onUpdate:value": {},
|
|
15
|
+
name: {},
|
|
16
|
+
prefixCls: {},
|
|
17
|
+
options: { default: () => [] },
|
|
18
|
+
disabled: { type: Boolean, default: void 0 },
|
|
19
|
+
id: {},
|
|
20
|
+
emptyText: { default: "--" },
|
|
21
|
+
request: {},
|
|
22
|
+
vertical: { type: Boolean }
|
|
23
|
+
},
|
|
24
|
+
setup(f) {
|
|
25
|
+
return (e, y) => {
|
|
26
|
+
var o;
|
|
27
|
+
return a(m)(e.value) ? (n(), l(p, { key: 0 }, [
|
|
28
|
+
i(r(e.emptyText), 1)
|
|
29
|
+
], 64)) : (n(), l(p, { key: 1 }, [
|
|
30
|
+
i(r(((o = e.options) == null ? void 0 : o.filter((t) => e.value.indexOf(a(u)(t)) > -1).map((t) => a(s)(t)).join("、")) || e.emptyText), 1)
|
|
31
|
+
], 64));
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
export {
|
|
36
|
+
k as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ApFieldDateProps } from '../interface';
|
|
2
|
+
import { ApFormatPresetType } from './interface';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
import { LiteralUnion } from '../../type';
|
|
5
|
+
declare const _default: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldDateProps> & Readonly<{}>, {
|
|
6
|
+
format: LiteralUnion<ApFormatPresetType, string>;
|
|
7
|
+
emptyText: string;
|
|
8
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|