@aplus-frontend/ui 0.4.1 → 0.4.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/src/ap-field/date/helper.d.ts +1 -1
- package/es/src/ap-field/date/helper.mjs +9 -9
- package/es/src/ap-field/date/index.vue.mjs +33 -25
- package/es/src/ap-field/date-range/index.vue.mjs +44 -43
- package/es/src/ap-field/interface.d.ts +0 -6
- package/es/src/ap-field/number/index.vue.d.ts +322 -1
- package/es/src/ap-field/radio/index.vue.d.ts +98 -2
- package/es/src/ap-field/rate/index.vue.d.ts +82 -1
- package/es/src/ap-field/select/index.vue.d.ts +407 -1
- package/es/src/ap-field/select/index.vue.mjs +14 -13
- package/es/src/ap-field/slider/index.vue.d.ts +257 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/es/src/ap-form/ap-form.vue.d.ts +636 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +1454 -4
- package/es/src/ap-form/item/index.vue.d.ts +777 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +783 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +221 -3
- package/es/src/ap-form/items/text/index.vue.d.ts +139 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +148 -1
- package/es/src/ap-form/items/text-area/index.vue.d.ts +566 -3
- package/es/src/ap-form/modal-form/index.vue.d.ts +1454 -5
- package/es/src/ap-form/modal-form/index.vue.mjs +64 -66
- package/es/src/ap-form/search-form/index.vue.d.ts +1454 -3
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +4 -1
- package/es/src/ap-list/index.vue.d.ts +1 -1
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -1
- package/es/src/ap-scroll-bar/index.d.ts +3 -1
- package/es/src/ap-table/ap-table.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +98 -97
- package/es/src/ap-table/constants.d.ts +2263 -13
- package/es/src/ap-table/context.d.ts +1 -0
- package/es/src/ap-table/context.mjs +11 -10
- package/es/src/ap-table/utils.d.ts +1180 -8
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +3 -1
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +3 -1
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -4
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +45 -55
- package/es/src/business/ap-batch-action/index.d.ts +5 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +66 -61
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +3 -1
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
- package/es/src/business/ap-group-search/index.d.ts +418 -4
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +413 -3
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +22 -2
- package/es/src/business/ap-table-modal/interface.d.ts +2 -2
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +22 -2
- package/es/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/es/src/business/hooks/usePageListApTable.mjs +20 -18
- package/es/src/editable-table/form-item.vue.d.ts +1 -1
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +827 -2
- package/lib/src/ap-field/date/helper.d.ts +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/interface.d.ts +0 -6
- package/lib/src/ap-field/number/index.vue.d.ts +322 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
- package/lib/src/ap-field/rate/index.vue.d.ts +82 -1
- package/lib/src/ap-field/select/index.vue.d.ts +407 -1
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +257 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +636 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +1454 -4
- package/lib/src/ap-form/item/index.vue.d.ts +777 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +783 -2
- package/lib/src/ap-form/items/radio/index.vue.d.ts +221 -3
- package/lib/src/ap-form/items/text/index.vue.d.ts +139 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +148 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +566 -3
- package/lib/src/ap-form/modal-form/index.vue.d.ts +1454 -5
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +1454 -3
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +4 -1
- package/lib/src/ap-list/index.vue.d.ts +1 -1
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -1
- package/lib/src/ap-scroll-bar/index.d.ts +3 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2263 -13
- package/lib/src/ap-table/context.d.ts +1 -0
- package/lib/src/ap-table/context.js +1 -1
- package/lib/src/ap-table/utils.d.ts +1180 -8
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +3 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +3 -1
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -4
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +5 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +3 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +418 -4
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +413 -3
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +22 -2
- package/lib/src/business/ap-table-modal/interface.d.ts +2 -2
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +22 -2
- package/lib/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/lib/src/business/hooks/usePageListApTable.js +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +827 -2
- package/package.json +5 -5
- package/theme/ap-form/index.css +3 -4
- package/theme/ap-form/modal-form.css +3 -4
- package/theme/ap-form/modal-form.less +3 -4
- package/theme/ap-table/ap-table.css +3 -4
- package/theme/ap-table-modal/index.css +3 -4
- package/theme/editable-table/index.css +3 -4
- package/theme/index.css +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aplus-frontend/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"@aplus-frontend/utils": "1.0.44"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@aplus-frontend/antdv": "^1.0.
|
|
73
|
-
"@aplus-frontend/icon": "^1.1
|
|
72
|
+
"@aplus-frontend/antdv": "^1.0.10",
|
|
73
|
+
"@aplus-frontend/icon": "^1.2.1",
|
|
74
74
|
"@aplus-frontend/oss": "^1.1.2",
|
|
75
75
|
"vue": "^3.5.13"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@aplus-frontend/antdv": "^1.0.
|
|
79
|
-
"@aplus-frontend/icon": "^1.1
|
|
78
|
+
"@aplus-frontend/antdv": "^1.0.10",
|
|
79
|
+
"@aplus-frontend/icon": "^1.2.1",
|
|
80
80
|
"@aplus-frontend/oss": "^1.1.2",
|
|
81
81
|
"@types/sortablejs": "^1.15.8",
|
|
82
82
|
"@vue/test-utils": "^2.4.6",
|
package/theme/ap-form/index.css
CHANGED
|
@@ -97,15 +97,14 @@
|
|
|
97
97
|
border-bottom: 1px solid #E9EDF3;
|
|
98
98
|
margin-bottom: 0;
|
|
99
99
|
}
|
|
100
|
-
.aplus-ap-form-modal-form__content
|
|
101
|
-
padding: 20px;
|
|
100
|
+
.aplus-ap-form-modal-form__content {
|
|
101
|
+
padding: 20px 20px 0px;
|
|
102
102
|
}
|
|
103
103
|
.aplus-ap-form-modal-form__footer {
|
|
104
|
-
padding
|
|
104
|
+
padding: 12px 20px;
|
|
105
105
|
}
|
|
106
106
|
.aplus-ap-form-modal-form__footer-admin {
|
|
107
107
|
border-top: 1px solid #E9EDF3;
|
|
108
|
-
padding: 12px 20px;
|
|
109
108
|
}
|
|
110
109
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
111
110
|
top: 16px;
|
|
@@ -6,15 +6,14 @@
|
|
|
6
6
|
border-bottom: 1px solid #E9EDF3;
|
|
7
7
|
margin-bottom: 0;
|
|
8
8
|
}
|
|
9
|
-
.aplus-ap-form-modal-form__content
|
|
10
|
-
padding: 20px;
|
|
9
|
+
.aplus-ap-form-modal-form__content {
|
|
10
|
+
padding: 20px 20px 0px;
|
|
11
11
|
}
|
|
12
12
|
.aplus-ap-form-modal-form__footer {
|
|
13
|
-
padding
|
|
13
|
+
padding: 12px 20px;
|
|
14
14
|
}
|
|
15
15
|
.aplus-ap-form-modal-form__footer-admin {
|
|
16
16
|
border-top: 1px solid #E9EDF3;
|
|
17
|
-
padding: 12px 20px;
|
|
18
17
|
}
|
|
19
18
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
20
19
|
top: 16px;
|
|
@@ -9,15 +9,14 @@
|
|
|
9
9
|
border-bottom: 1px solid #E9EDF3;
|
|
10
10
|
margin-bottom: 0;
|
|
11
11
|
}
|
|
12
|
-
&__content
|
|
13
|
-
padding: 20px;
|
|
12
|
+
&__content {
|
|
13
|
+
padding: 20px 20px 0px;
|
|
14
14
|
}
|
|
15
15
|
&__footer {
|
|
16
|
-
padding
|
|
16
|
+
padding: 12px 20px;
|
|
17
17
|
}
|
|
18
18
|
&__footer-admin {
|
|
19
19
|
border-top: 1px solid #E9EDF3;
|
|
20
|
-
padding: 12px 20px;
|
|
21
20
|
}
|
|
22
21
|
.ant-modal-close {
|
|
23
22
|
top: 16px;
|
|
@@ -283,15 +283,14 @@
|
|
|
283
283
|
border-bottom: 1px solid #E9EDF3;
|
|
284
284
|
margin-bottom: 0;
|
|
285
285
|
}
|
|
286
|
-
.aplus-ap-form-modal-form__content
|
|
287
|
-
padding: 20px;
|
|
286
|
+
.aplus-ap-form-modal-form__content {
|
|
287
|
+
padding: 20px 20px 0px;
|
|
288
288
|
}
|
|
289
289
|
.aplus-ap-form-modal-form__footer {
|
|
290
|
-
padding
|
|
290
|
+
padding: 12px 20px;
|
|
291
291
|
}
|
|
292
292
|
.aplus-ap-form-modal-form__footer-admin {
|
|
293
293
|
border-top: 1px solid #E9EDF3;
|
|
294
|
-
padding: 12px 20px;
|
|
295
294
|
}
|
|
296
295
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
297
296
|
top: 16px;
|
|
@@ -283,15 +283,14 @@
|
|
|
283
283
|
border-bottom: 1px solid #E9EDF3;
|
|
284
284
|
margin-bottom: 0;
|
|
285
285
|
}
|
|
286
|
-
.aplus-ap-form-modal-form__content
|
|
287
|
-
padding: 20px;
|
|
286
|
+
.aplus-ap-form-modal-form__content {
|
|
287
|
+
padding: 20px 20px 0px;
|
|
288
288
|
}
|
|
289
289
|
.aplus-ap-form-modal-form__footer {
|
|
290
|
-
padding
|
|
290
|
+
padding: 12px 20px;
|
|
291
291
|
}
|
|
292
292
|
.aplus-ap-form-modal-form__footer-admin {
|
|
293
293
|
border-top: 1px solid #E9EDF3;
|
|
294
|
-
padding: 12px 20px;
|
|
295
294
|
}
|
|
296
295
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
297
296
|
top: 16px;
|
|
@@ -97,15 +97,14 @@
|
|
|
97
97
|
border-bottom: 1px solid #E9EDF3;
|
|
98
98
|
margin-bottom: 0;
|
|
99
99
|
}
|
|
100
|
-
.aplus-ap-form-modal-form__content
|
|
101
|
-
padding: 20px;
|
|
100
|
+
.aplus-ap-form-modal-form__content {
|
|
101
|
+
padding: 20px 20px 0px;
|
|
102
102
|
}
|
|
103
103
|
.aplus-ap-form-modal-form__footer {
|
|
104
|
-
padding
|
|
104
|
+
padding: 12px 20px;
|
|
105
105
|
}
|
|
106
106
|
.aplus-ap-form-modal-form__footer-admin {
|
|
107
107
|
border-top: 1px solid #E9EDF3;
|
|
108
|
-
padding: 12px 20px;
|
|
109
108
|
}
|
|
110
109
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
111
110
|
top: 16px;
|
package/theme/index.css
CHANGED
|
@@ -447,15 +447,14 @@
|
|
|
447
447
|
border-bottom: 1px solid #E9EDF3;
|
|
448
448
|
margin-bottom: 0;
|
|
449
449
|
}
|
|
450
|
-
.aplus-ap-form-modal-form__content
|
|
451
|
-
padding: 20px;
|
|
450
|
+
.aplus-ap-form-modal-form__content {
|
|
451
|
+
padding: 20px 20px 0px;
|
|
452
452
|
}
|
|
453
453
|
.aplus-ap-form-modal-form__footer {
|
|
454
|
-
padding
|
|
454
|
+
padding: 12px 20px;
|
|
455
455
|
}
|
|
456
456
|
.aplus-ap-form-modal-form__footer-admin {
|
|
457
457
|
border-top: 1px solid #E9EDF3;
|
|
458
|
-
padding: 12px 20px;
|
|
459
458
|
}
|
|
460
459
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
461
460
|
top: 16px;
|