3h1-ui 1.0.99 → 1.0.101
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 +9 -5
- package/es/style.css +5 -5
- package/lib/index.js +9 -5
- package/package.json +49 -48
package/es/index.js
CHANGED
|
@@ -5547,7 +5547,11 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5547
5547
|
plain: true
|
|
5548
5548
|
});
|
|
5549
5549
|
}
|
|
5550
|
-
return
|
|
5550
|
+
return {
|
|
5551
|
+
...componentProps,
|
|
5552
|
+
showCount: true,
|
|
5553
|
+
maxlength: 100
|
|
5554
|
+
};
|
|
5551
5555
|
});
|
|
5552
5556
|
const getDisable = computed(() => {
|
|
5553
5557
|
const {
|
|
@@ -13440,8 +13444,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
13440
13444
|
};
|
|
13441
13445
|
}
|
|
13442
13446
|
});
|
|
13443
|
-
const
|
|
13444
|
-
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
13447
|
+
const Modal_vue_vue_type_style_index_0_scoped_95495568_lang = "";
|
|
13448
|
+
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-95495568"]]);
|
|
13445
13449
|
const _hoisted_1$4 = { class: "api-modal-select" };
|
|
13446
13450
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
13447
13451
|
__name: "ApiModalSelect",
|
|
@@ -13547,8 +13551,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
13547
13551
|
};
|
|
13548
13552
|
}
|
|
13549
13553
|
});
|
|
13550
|
-
const
|
|
13551
|
-
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
13554
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_a6cdeef8_lang = "";
|
|
13555
|
+
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-a6cdeef8"]]);
|
|
13552
13556
|
function _isSlot(s) {
|
|
13553
13557
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
13554
13558
|
}
|
package/es/style.css
CHANGED
|
@@ -1047,22 +1047,22 @@ span.iconify {
|
|
|
1047
1047
|
/* stylelint-disable no-duplicate-selectors */
|
|
1048
1048
|
/* stylelint-disable */
|
|
1049
1049
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1050
|
-
.wrapper[data-v-
|
|
1050
|
+
.wrapper[data-v-95495568] {
|
|
1051
1051
|
display: flex;
|
|
1052
1052
|
}
|
|
1053
|
-
.tree[data-v-
|
|
1053
|
+
.tree[data-v-95495568] {
|
|
1054
1054
|
flex: none;
|
|
1055
1055
|
}
|
|
1056
|
-
.table[data-v-
|
|
1056
|
+
.table[data-v-95495568] {
|
|
1057
1057
|
flex: auto;
|
|
1058
1058
|
}
|
|
1059
1059
|
/* stylelint-disable no-duplicate-selectors */
|
|
1060
1060
|
/* stylelint-disable */
|
|
1061
1061
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1062
|
-
[data-v-
|
|
1062
|
+
[data-v-a6cdeef8] .ant-input-group-addon {
|
|
1063
1063
|
padding: 0;
|
|
1064
1064
|
}
|
|
1065
|
-
.btn-wrapper[data-v-
|
|
1065
|
+
.btn-wrapper[data-v-a6cdeef8] {
|
|
1066
1066
|
padding: 0 5px;
|
|
1067
1067
|
display: flex;
|
|
1068
1068
|
align-items: center;
|
package/lib/index.js
CHANGED
|
@@ -5552,7 +5552,11 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5552
5552
|
plain: true
|
|
5553
5553
|
});
|
|
5554
5554
|
}
|
|
5555
|
-
return
|
|
5555
|
+
return {
|
|
5556
|
+
...componentProps,
|
|
5557
|
+
showCount: true,
|
|
5558
|
+
maxlength: 100
|
|
5559
|
+
};
|
|
5556
5560
|
});
|
|
5557
5561
|
const getDisable = vue.computed(() => {
|
|
5558
5562
|
const {
|
|
@@ -13445,8 +13449,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
13445
13449
|
};
|
|
13446
13450
|
}
|
|
13447
13451
|
});
|
|
13448
|
-
const
|
|
13449
|
-
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
13452
|
+
const Modal_vue_vue_type_style_index_0_scoped_95495568_lang = "";
|
|
13453
|
+
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-95495568"]]);
|
|
13450
13454
|
const _hoisted_1$4 = { class: "api-modal-select" };
|
|
13451
13455
|
const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
13452
13456
|
__name: "ApiModalSelect",
|
|
@@ -13552,8 +13556,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
13552
13556
|
};
|
|
13553
13557
|
}
|
|
13554
13558
|
});
|
|
13555
|
-
const
|
|
13556
|
-
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
13559
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_a6cdeef8_lang = "";
|
|
13560
|
+
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-a6cdeef8"]]);
|
|
13557
13561
|
function _isSlot(s) {
|
|
13558
13562
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
13559
13563
|
}
|
package/package.json
CHANGED
|
@@ -1,48 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "3h1-ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"shy-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"vite-plugin-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "3h1-ui",
|
|
3
|
+
"version": "1.0.101",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"es",
|
|
9
|
+
"lib"
|
|
10
|
+
],
|
|
11
|
+
"keywords": [
|
|
12
|
+
"shy-ui"
|
|
13
|
+
],
|
|
14
|
+
"author": "",
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@logicflow/core": "^1.1.31",
|
|
18
|
+
"@logicflow/extension": "^1.1.31",
|
|
19
|
+
"@purge-icons/generated": "^0.9.0",
|
|
20
|
+
"@shy-plugins/use": "1.0.3",
|
|
21
|
+
"@shy-plugins/utils": "1.0.14",
|
|
22
|
+
"@vueuse/core": "^9.6.0",
|
|
23
|
+
"@zxcvbn-ts/core": "^2.1.0",
|
|
24
|
+
"ant-design-vue": "^3.2.13",
|
|
25
|
+
"codemirror": "5.65.3",
|
|
26
|
+
"cropperjs": "^1.5.13",
|
|
27
|
+
"lodash-es": "^4.17.21",
|
|
28
|
+
"sortablejs": "^1.15.0",
|
|
29
|
+
"vite-plugin-purge-icons": "^0.9.2",
|
|
30
|
+
"vue-i18n": "^9.2.2",
|
|
31
|
+
"vue-json-pretty": "^2.2.3",
|
|
32
|
+
"vxe-table": "^4.3.6",
|
|
33
|
+
"xe-utils": "^3.5.7"
|
|
34
|
+
},
|
|
35
|
+
"types": "lib/index.d.ts",
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"vite-plugin-windicss": "^1.8.10",
|
|
38
|
+
"windicss": "^3.5.6"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
42
|
+
"major": "npm version major",
|
|
43
|
+
"minor": "npm version minor",
|
|
44
|
+
"patch": "npm version patch",
|
|
45
|
+
"deploy": "npm run build && npm publish",
|
|
46
|
+
"build": "vite build",
|
|
47
|
+
"build:less": "esno build/buildLess"
|
|
48
|
+
}
|
|
49
|
+
}
|