3h1-ui 1.0.99 → 1.0.100

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 CHANGED
@@ -13440,8 +13440,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
13440
13440
  };
13441
13441
  }
13442
13442
  });
13443
- const Modal_vue_vue_type_style_index_0_scoped_92d9be8b_lang = "";
13444
- const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-92d9be8b"]]);
13443
+ const Modal_vue_vue_type_style_index_0_scoped_95495568_lang = "";
13444
+ const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-95495568"]]);
13445
13445
  const _hoisted_1$4 = { class: "api-modal-select" };
13446
13446
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
13447
13447
  __name: "ApiModalSelect",
@@ -13547,8 +13547,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
13547
13547
  };
13548
13548
  }
13549
13549
  });
13550
- const ApiModalSelect_vue_vue_type_style_index_0_scoped_841335d3_lang = "";
13551
- const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-841335d3"]]);
13550
+ const ApiModalSelect_vue_vue_type_style_index_0_scoped_a6cdeef8_lang = "";
13551
+ const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-a6cdeef8"]]);
13552
13552
  function _isSlot(s) {
13553
13553
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
13554
13554
  }
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-92d9be8b] {
1050
+ .wrapper[data-v-95495568] {
1051
1051
  display: flex;
1052
1052
  }
1053
- .tree[data-v-92d9be8b] {
1053
+ .tree[data-v-95495568] {
1054
1054
  flex: none;
1055
1055
  }
1056
- .table[data-v-92d9be8b] {
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-841335d3] .ant-input-group-addon {
1062
+ [data-v-a6cdeef8] .ant-input-group-addon {
1063
1063
  padding: 0;
1064
1064
  }
1065
- .btn-wrapper[data-v-841335d3] {
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
@@ -13445,8 +13445,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
13445
13445
  };
13446
13446
  }
13447
13447
  });
13448
- const Modal_vue_vue_type_style_index_0_scoped_92d9be8b_lang = "";
13449
- const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-92d9be8b"]]);
13448
+ const Modal_vue_vue_type_style_index_0_scoped_95495568_lang = "";
13449
+ const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-95495568"]]);
13450
13450
  const _hoisted_1$4 = { class: "api-modal-select" };
13451
13451
  const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
13452
13452
  __name: "ApiModalSelect",
@@ -13552,8 +13552,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
13552
13552
  };
13553
13553
  }
13554
13554
  });
13555
- const ApiModalSelect_vue_vue_type_style_index_0_scoped_841335d3_lang = "";
13556
- const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-841335d3"]]);
13555
+ const ApiModalSelect_vue_vue_type_style_index_0_scoped_a6cdeef8_lang = "";
13556
+ const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-a6cdeef8"]]);
13557
13557
  function _isSlot(s) {
13558
13558
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
13559
13559
  }
package/package.json CHANGED
@@ -1,48 +1,49 @@
1
- {
2
- "name": "3h1-ui",
3
- "version": "1.0.99",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "major": "npm version major",
9
- "minor": "npm version minor",
10
- "patch": "npm version patch",
11
- "deploy": "npm run build && npm publish",
12
- "build": "vite build",
13
- "build:less": "esno build/buildLess"
14
- },
15
- "files": [
16
- "es",
17
- "lib"
18
- ],
19
- "keywords": [
20
- "shy-ui"
21
- ],
22
- "author": "",
23
- "license": "MIT",
24
- "dependencies": {
25
- "@logicflow/core": "^1.1.31",
26
- "@logicflow/extension": "^1.1.31",
27
- "@purge-icons/generated": "^0.9.0",
28
- "@shy-plugins/use": "workspace:*",
29
- "@shy-plugins/utils": "workspace:*",
30
- "@vueuse/core": "^9.6.0",
31
- "@zxcvbn-ts/core": "^2.1.0",
32
- "ant-design-vue": "^3.2.13",
33
- "codemirror": "5.65.3",
34
- "cropperjs": "^1.5.13",
35
- "lodash-es": "^4.17.21",
36
- "sortablejs": "^1.15.0",
37
- "vite-plugin-purge-icons": "^0.9.2",
38
- "vue-i18n": "^9.2.2",
39
- "vue-json-pretty": "^2.2.3",
40
- "vxe-table": "^4.3.6",
41
- "xe-utils": "^3.5.7"
42
- },
43
- "types": "lib/index.d.ts",
44
- "devDependencies": {
45
- "vite-plugin-windicss": "^1.8.10",
46
- "windicss": "^3.5.6"
47
- }
48
- }
1
+ {
2
+ "name": "3h1-ui",
3
+ "version": "1.0.100",
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
+ }