3h1-ui 3.0.0-next.83 → 3.0.0-next.85
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 +32 -32
- package/es/style.css +59 -59
- package/lib/index.js +32 -32
- package/package.json +3 -3
- package/lib/style.css +0 -8927
package/lib/index.js
CHANGED
|
@@ -5967,8 +5967,8 @@ const _sfc_main$1y = /* @__PURE__ */ vue.defineComponent({
|
|
|
5967
5967
|
};
|
|
5968
5968
|
}
|
|
5969
5969
|
});
|
|
5970
|
-
const
|
|
5971
|
-
const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-
|
|
5970
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_6f614f48_lang = "";
|
|
5971
|
+
const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-6f614f48"]]);
|
|
5972
5972
|
const props$b = {
|
|
5973
5973
|
prefixCls: { type: String },
|
|
5974
5974
|
helpMessage: {
|
|
@@ -9563,8 +9563,8 @@ const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
|
|
|
9563
9563
|
};
|
|
9564
9564
|
}
|
|
9565
9565
|
});
|
|
9566
|
-
const
|
|
9567
|
-
const Table$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-
|
|
9566
|
+
const Table_vue_vue_type_style_index_0_scoped_95018c58_lang = "";
|
|
9567
|
+
const Table$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-95018c58"]]);
|
|
9568
9568
|
const modal = "";
|
|
9569
9569
|
const modalProps = {
|
|
9570
9570
|
visible: { type: Boolean },
|
|
@@ -10614,8 +10614,8 @@ const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
|
10614
10614
|
};
|
|
10615
10615
|
}
|
|
10616
10616
|
});
|
|
10617
|
-
const
|
|
10618
|
-
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-
|
|
10617
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_1b6517cc_lang = "";
|
|
10618
|
+
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-1b6517cc"]]);
|
|
10619
10619
|
const _sfc_main$1h = vue.defineComponent({
|
|
10620
10620
|
name: "BasicModalHeader",
|
|
10621
10621
|
components: { BasicTitle },
|
|
@@ -14482,8 +14482,8 @@ const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
|
14482
14482
|
};
|
|
14483
14483
|
}
|
|
14484
14484
|
});
|
|
14485
|
-
const
|
|
14486
|
-
const TreeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-
|
|
14485
|
+
const TreeHeader_vue_vue_type_style_index_0_scoped_fd31ab3e_lang = "";
|
|
14486
|
+
const TreeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-fd31ab3e"]]);
|
|
14487
14487
|
process.env.NODE_ENV !== "production" ? Object.freeze({}) : {};
|
|
14488
14488
|
process.env.NODE_ENV !== "production" ? Object.freeze([]) : [];
|
|
14489
14489
|
const isString$1 = (val) => typeof val === "string";
|
|
@@ -17209,7 +17209,7 @@ const styles = `.vue-colorful {
|
|
|
17209
17209
|
border-color: transparent;
|
|
17210
17210
|
border-bottom: 12px solid #000;
|
|
17211
17211
|
border-radius: 8px 8px 0 0;
|
|
17212
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
17212
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
17213
17213
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
17214
17214
|
}
|
|
17215
17215
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -17230,15 +17230,15 @@ const styles = `.vue-colorful {
|
|
|
17230
17230
|
height: 24px;
|
|
17231
17231
|
}
|
|
17232
17232
|
.vue-colorful__hue {
|
|
17233
|
-
background: linear-gradient(
|
|
17234
|
-
to right
|
|
17235
|
-
#f00 0
|
|
17236
|
-
#ff0 17
|
|
17237
|
-
#0f0 33
|
|
17238
|
-
#0ff 50
|
|
17239
|
-
#00f 67
|
|
17240
|
-
#f0f 83
|
|
17241
|
-
#f00 100
|
|
17233
|
+
background: linear-gradient(
|
|
17234
|
+
to right,
|
|
17235
|
+
#f00 0%,
|
|
17236
|
+
#ff0 17%,
|
|
17237
|
+
#0f0 33%,
|
|
17238
|
+
#0ff 50%,
|
|
17239
|
+
#00f 67%,
|
|
17240
|
+
#f0f 83%,
|
|
17241
|
+
#f00 100%
|
|
17242
17242
|
);
|
|
17243
17243
|
}
|
|
17244
17244
|
.vue-colorful__last-control {
|
|
@@ -23815,8 +23815,8 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
23815
23815
|
};
|
|
23816
23816
|
}
|
|
23817
23817
|
});
|
|
23818
|
-
const
|
|
23819
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-
|
|
23818
|
+
const Table_vue_vue_type_style_index_0_scoped_08f6f4a1_lang = "";
|
|
23819
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-08f6f4a1"]]);
|
|
23820
23820
|
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
23821
23821
|
__name: "DeptTree",
|
|
23822
23822
|
props: {
|
|
@@ -27911,8 +27911,8 @@ const _sfc_main$D = vue.defineComponent({
|
|
|
27911
27911
|
};
|
|
27912
27912
|
}
|
|
27913
27913
|
});
|
|
27914
|
-
const
|
|
27915
|
-
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-
|
|
27914
|
+
const TableGlobalSearch_vue_vue_type_style_index_0_scoped_c66f26d7_lang = "";
|
|
27915
|
+
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-c66f26d7"), n = n(), vue.popScopeId(), n);
|
|
27916
27916
|
const _hoisted_1$l = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", null, "搜索全部", -1));
|
|
27917
27917
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", null, "搜索特定字段", -1));
|
|
27918
27918
|
const _hoisted_3$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", null, null, -1));
|
|
@@ -27970,7 +27970,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27970
27970
|
])
|
|
27971
27971
|
], 4);
|
|
27972
27972
|
}
|
|
27973
|
-
const TableGlobalSearch$1 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
27973
|
+
const TableGlobalSearch$1 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$m], ["__scopeId", "data-v-c66f26d7"]]);
|
|
27974
27974
|
const _sfc_main$C = vue.defineComponent({
|
|
27975
27975
|
components: {
|
|
27976
27976
|
TableAdvancedSearch: TableAdvancedSearch$1,
|
|
@@ -28825,8 +28825,8 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
28825
28825
|
};
|
|
28826
28826
|
}
|
|
28827
28827
|
});
|
|
28828
|
-
const
|
|
28829
|
-
const Modal$1 = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
28828
|
+
const Modal_vue_vue_type_style_index_0_scoped_0ca4fd85_lang = "";
|
|
28829
|
+
const Modal$1 = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-0ca4fd85"]]);
|
|
28830
28830
|
const _hoisted_1$h = { class: "api-modal-select" };
|
|
28831
28831
|
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
28832
28832
|
__name: "ApiModalSelect",
|
|
@@ -28974,8 +28974,8 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
28974
28974
|
};
|
|
28975
28975
|
}
|
|
28976
28976
|
});
|
|
28977
|
-
const
|
|
28978
|
-
const ApiModalSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
28977
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_45845a8d_lang = "";
|
|
28978
|
+
const ApiModalSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-45845a8d"]]);
|
|
28979
28979
|
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
28980
28980
|
__name: "FormWrapper",
|
|
28981
28981
|
props: {
|
|
@@ -31935,8 +31935,8 @@ const _sfc_main$t = vue.defineComponent({
|
|
|
31935
31935
|
};
|
|
31936
31936
|
}
|
|
31937
31937
|
});
|
|
31938
|
-
const
|
|
31939
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
31938
|
+
const TableGlobalSearch_vue_vue_type_style_index_0_scoped_e87e82dc_lang = "";
|
|
31939
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-e87e82dc"), n = n(), vue.popScopeId(), n);
|
|
31940
31940
|
const _hoisted_1$f = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", null, "搜索全部", -1));
|
|
31941
31941
|
const _hoisted_2$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", null, "搜索特定字段", -1));
|
|
31942
31942
|
const _hoisted_3$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", null, null, -1));
|
|
@@ -31994,7 +31994,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31994
31994
|
])
|
|
31995
31995
|
], 4);
|
|
31996
31996
|
}
|
|
31997
|
-
const TableGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
31997
|
+
const TableGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$h], ["__scopeId", "data-v-e87e82dc"]]);
|
|
31998
31998
|
const _sfc_main$s = vue.defineComponent({
|
|
31999
31999
|
name: "EditTableHeaderIcon",
|
|
32000
32000
|
components: { FormOutlined: FormOutlined$1 },
|
|
@@ -40250,8 +40250,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
40250
40250
|
};
|
|
40251
40251
|
}
|
|
40252
40252
|
});
|
|
40253
|
-
const
|
|
40254
|
-
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
40253
|
+
const Process_vue_vue_type_style_index_0_scoped_f372ea87_lang = "";
|
|
40254
|
+
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f372ea87"]]);
|
|
40255
40255
|
exports.AdvancedSearch = _sfc_main$J;
|
|
40256
40256
|
exports.ApiCascader = ApiCascader$1;
|
|
40257
40257
|
exports.ApiModalSelect = ApiModalSelect;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.85",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/use": "1.0.1-next.3",
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|