@aplus-frontend/ui 0.6.0-beta.2 → 0.6.0-beta.4
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-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
- package/es/src/ap-grid/editable/form-item.vue.mjs +94 -83
- package/es/src/ap-grid/editable/index.vue.mjs +89 -78
- package/es/src/ap-grid/index.vue.mjs +47 -43
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-grid/utils/table.mjs +32 -32
- package/es/src/ap-table/ap-table.vue2.mjs +2 -0
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/business/ap-status/interface.d.ts +1 -1
- package/es/src/editable-table/form-item.vue.d.ts +2 -14
- package/es/src/editable-table/form-item.vue.mjs +84 -76
- package/es/src/editable-table/index.vue.d.ts +2 -16
- package/es/src/editable-table/index.vue.mjs +91 -83
- package/es/src/editable-table/interface.d.ts +7 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/business/ap-status/interface.d.ts +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +2 -14
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +2 -16
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +7 -0
- package/package.json +4 -4
- package/theme/antd-global-overwrite/admin/index.css +4 -17
- package/theme/antd-global-overwrite/admin/modal.css +4 -17
- package/theme/antd-global-overwrite/admin/modal.less +4 -19
- package/theme/antd-global-overwrite/aplus/index.css +4 -11
- package/theme/antd-global-overwrite/aplus/modal.css +4 -11
- package/theme/antd-global-overwrite/aplus/modal.less +4 -14
- package/theme/ap-form/ap-form-item.css +2 -2
- package/theme/ap-form/ap-form-item.less +2 -2
- package/theme/ap-form/index.css +5 -2
- package/theme/ap-form/search-form.css +5 -2
- package/theme/ap-form/search-form.less +3 -0
- package/theme/ap-grid/index.css +5 -2
- package/theme/ap-table/ap-table.css +8 -5
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +1 -2
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +2 -1
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table-modal/index.css +8 -5
- package/theme/ap-tag/ap-tag.css +1 -1
- package/theme/ap-tag/ap-tag.less +1 -1
- package/theme/editable-table/index.css +5 -2
- package/theme/index.css +9 -6
package/theme/ap-tag/ap-tag.less
CHANGED
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
98
98
|
}
|
|
99
99
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
100
|
-
font-size:
|
|
101
|
-
line-height:
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
line-height: 16px;
|
|
102
102
|
}
|
|
103
103
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
104
104
|
line-height: 22px;
|
|
@@ -271,6 +271,9 @@
|
|
|
271
271
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
272
272
|
margin-left: 10px;
|
|
273
273
|
}
|
|
274
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
275
|
+
padding-inline: 16px;
|
|
276
|
+
}
|
|
274
277
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
275
278
|
flex-shrink: 0;
|
|
276
279
|
}
|
package/theme/index.css
CHANGED
|
@@ -467,8 +467,8 @@
|
|
|
467
467
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
468
468
|
}
|
|
469
469
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
470
|
-
font-size:
|
|
471
|
-
line-height:
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
line-height: 16px;
|
|
472
472
|
}
|
|
473
473
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
474
474
|
line-height: 22px;
|
|
@@ -641,6 +641,9 @@
|
|
|
641
641
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
642
642
|
margin-left: 10px;
|
|
643
643
|
}
|
|
644
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
645
|
+
padding-inline: 16px;
|
|
646
|
+
}
|
|
644
647
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
645
648
|
flex-shrink: 0;
|
|
646
649
|
}
|
|
@@ -1292,8 +1295,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1292
1295
|
}
|
|
1293
1296
|
.aplus-ap-column-setting-left__content {
|
|
1294
1297
|
flex: 1;
|
|
1295
|
-
padding
|
|
1296
|
-
padding-block: 16px;
|
|
1298
|
+
padding: 12px;
|
|
1297
1299
|
overflow-y: auto;
|
|
1298
1300
|
}
|
|
1299
1301
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -1312,8 +1314,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1312
1314
|
background-color: #F2F6F9;
|
|
1313
1315
|
padding: 4px 12px;
|
|
1314
1316
|
border-radius: 4px;
|
|
1315
|
-
margin-bottom:
|
|
1317
|
+
margin-bottom: 12px;
|
|
1316
1318
|
margin-inline: -12px;
|
|
1319
|
+
display: flex;
|
|
1317
1320
|
}
|
|
1318
1321
|
.aplus-sortable-item-meta {
|
|
1319
1322
|
padding: 6px 8px;
|
|
@@ -1588,7 +1591,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1588
1591
|
}
|
|
1589
1592
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1590
1593
|
line-height: 1.5;
|
|
1591
|
-
padding: 4px;
|
|
1594
|
+
padding: 3px 4px;
|
|
1592
1595
|
font-size: 12px;
|
|
1593
1596
|
}
|
|
1594
1597
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|