3h1-ui 3.0.0-next.93 → 3.0.0-next.94
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.js +4 -3
- package/es/style.css +3 -2
- package/lib/index.js +4 -3
- package/lib/style.css +3 -2
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -38567,8 +38567,9 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
38567
38567
|
// rowProps: { gutter: 20 },
|
|
38568
38568
|
layout: "horizontal",
|
|
38569
38569
|
formLabelInInput: true,
|
|
38570
|
-
tableAction:
|
|
38571
|
-
autoAdvancedLine: 1
|
|
38570
|
+
tableAction: tableAction2,
|
|
38571
|
+
autoAdvancedLine: 1,
|
|
38572
|
+
compact: true
|
|
38572
38573
|
};
|
|
38573
38574
|
});
|
|
38574
38575
|
const getFormSlotKeys = computed(() => {
|
|
@@ -38710,7 +38711,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
38710
38711
|
emits("register", tableAction2, formActions);
|
|
38711
38712
|
return (_ctx, _cache) => {
|
|
38712
38713
|
return openBlock(), createElementBlock("div", {
|
|
38713
|
-
class: normalizeClass(getClassName("wrapper"))
|
|
38714
|
+
class: normalizeClass([getClassName("wrapper"), "ant-table-form-container"])
|
|
38714
38715
|
}, [
|
|
38715
38716
|
getProps.value.isShowSearch ? (openBlock(), createElementBlock("div", {
|
|
38716
38717
|
key: 0,
|
package/es/style.css
CHANGED
|
@@ -2863,17 +2863,18 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
2863
2863
|
overflow: hidden;
|
|
2864
2864
|
}
|
|
2865
2865
|
.shy-basic-table-plus-toolbar {
|
|
2866
|
-
height:
|
|
2866
|
+
height: 32px;
|
|
2867
2867
|
flex: none;
|
|
2868
2868
|
display: flex;
|
|
2869
2869
|
justify-content: space-between;
|
|
2870
2870
|
align-items: center;
|
|
2871
|
+
margin-bottom: 16px;
|
|
2871
2872
|
}
|
|
2872
2873
|
.shy-basic-table-plus-toolbar-left {
|
|
2873
2874
|
display: flex;
|
|
2874
2875
|
justify-content: flex-start;
|
|
2875
2876
|
align-items: center;
|
|
2876
|
-
height:
|
|
2877
|
+
height: 32px;
|
|
2877
2878
|
flex: none;
|
|
2878
2879
|
}
|
|
2879
2880
|
.shy-basic-table-plus-toolbar-left > button, .shy-basic-table-plus-toolbar-left > div {
|
package/lib/index.js
CHANGED
|
@@ -38591,8 +38591,9 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
38591
38591
|
// rowProps: { gutter: 20 },
|
|
38592
38592
|
layout: "horizontal",
|
|
38593
38593
|
formLabelInInput: true,
|
|
38594
|
-
tableAction:
|
|
38595
|
-
autoAdvancedLine: 1
|
|
38594
|
+
tableAction: tableAction2,
|
|
38595
|
+
autoAdvancedLine: 1,
|
|
38596
|
+
compact: true
|
|
38596
38597
|
};
|
|
38597
38598
|
});
|
|
38598
38599
|
const getFormSlotKeys = vue.computed(() => {
|
|
@@ -38734,7 +38735,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
38734
38735
|
emits("register", tableAction2, formActions);
|
|
38735
38736
|
return (_ctx, _cache) => {
|
|
38736
38737
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
38737
|
-
class: vue.normalizeClass(getClassName("wrapper"))
|
|
38738
|
+
class: vue.normalizeClass([getClassName("wrapper"), "ant-table-form-container"])
|
|
38738
38739
|
}, [
|
|
38739
38740
|
getProps.value.isShowSearch ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
38740
38741
|
key: 0,
|
package/lib/style.css
CHANGED
|
@@ -2863,17 +2863,18 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
2863
2863
|
overflow: hidden;
|
|
2864
2864
|
}
|
|
2865
2865
|
.shy-basic-table-plus-toolbar {
|
|
2866
|
-
height:
|
|
2866
|
+
height: 32px;
|
|
2867
2867
|
flex: none;
|
|
2868
2868
|
display: flex;
|
|
2869
2869
|
justify-content: space-between;
|
|
2870
2870
|
align-items: center;
|
|
2871
|
+
margin-bottom: 16px;
|
|
2871
2872
|
}
|
|
2872
2873
|
.shy-basic-table-plus-toolbar-left {
|
|
2873
2874
|
display: flex;
|
|
2874
2875
|
justify-content: flex-start;
|
|
2875
2876
|
align-items: center;
|
|
2876
|
-
height:
|
|
2877
|
+
height: 32px;
|
|
2877
2878
|
flex: none;
|
|
2878
2879
|
}
|
|
2879
2880
|
.shy-basic-table-plus-toolbar-left > button, .shy-basic-table-plus-toolbar-left > div {
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.93",
|
|
4
3
|
"description": "",
|
|
5
4
|
"main": "lib/index.js",
|
|
6
5
|
"module": "es/index.js",
|
|
@@ -29,9 +28,9 @@
|
|
|
29
28
|
"vue-json-pretty": "^2.2.3",
|
|
30
29
|
"vxe-table": "^4.3.6",
|
|
31
30
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/
|
|
31
|
+
"@shy-plugins/use": "1.0.1-next.3",
|
|
33
32
|
"@shy-plugins/utils": "1.0.0-next.1",
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/tinymce": "^1.0.6"
|
|
35
34
|
},
|
|
36
35
|
"types": "es/ui/index.d.ts",
|
|
37
36
|
"devDependencies": {
|
|
@@ -41,6 +40,7 @@
|
|
|
41
40
|
"vite-plugin-windicss": "^1.8.10",
|
|
42
41
|
"windicss": "^3.5.6"
|
|
43
42
|
},
|
|
43
|
+
"version": "3.0.0-next.94",
|
|
44
44
|
"scripts": {
|
|
45
45
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
46
46
|
"major": "npm version major",
|