3h1-ui 1.0.110 → 1.0.111

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
@@ -5280,7 +5280,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5280
5280
  return [indexColumn, ...props2.columns];
5281
5281
  });
5282
5282
  const plusClickEvent = () => {
5283
- state.value.push({});
5283
+ state.value.unshift({});
5284
5284
  };
5285
5285
  const rowClickEvent = (index2) => {
5286
5286
  state.value = unref(state).filter((item, i) => {
@@ -5371,8 +5371,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5371
5371
  };
5372
5372
  }
5373
5373
  });
5374
- const Table_vue_vue_type_style_index_0_scoped_95a83be4_lang = "";
5375
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-95a83be4"]]);
5374
+ const Table_vue_vue_type_style_index_0_scoped_8af705f7_lang = "";
5375
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-8af705f7"]]);
5376
5376
  const componentMap$1 = /* @__PURE__ */ new Map();
5377
5377
  componentMap$1.set("Input", Input);
5378
5378
  componentMap$1.set("InputGroup", Input.Group);
package/es/style.css CHANGED
@@ -286,7 +286,7 @@ span.iconify {
286
286
  /* stylelint-disable no-duplicate-selectors */
287
287
  /* stylelint-disable */
288
288
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
289
- .table-plus[data-v-95a83be4] {
289
+ .table-plus[data-v-8af705f7] {
290
290
  width: 30px;
291
291
  height: 30px;
292
292
  font-size: 24px;
@@ -297,21 +297,21 @@ span.iconify {
297
297
  line-height: 30px;
298
298
  cursor: pointer;
299
299
  }
300
- .table-children[data-v-95a83be4] .ant-form-item {
300
+ .table-children[data-v-8af705f7] .ant-form-item {
301
301
  margin-bottom: 0 !important;
302
302
  }
303
- .delete-wrapper[data-v-95a83be4] {
303
+ .delete-wrapper[data-v-8af705f7] {
304
304
  height: 100%;
305
305
  }
306
- .delete-wrapper:hover .delete-item[data-v-95a83be4] {
306
+ .delete-wrapper:hover .delete-item[data-v-8af705f7] {
307
307
  display: flex;
308
308
  justify-content: center;
309
309
  align-items: center;
310
310
  }
311
- .delete-wrapper:hover .delete-index[data-v-95a83be4] {
311
+ .delete-wrapper:hover .delete-index[data-v-8af705f7] {
312
312
  display: none;
313
313
  }
314
- .delete-wrapper .delete-item[data-v-95a83be4] {
314
+ .delete-wrapper .delete-item[data-v-8af705f7] {
315
315
  background-color: red;
316
316
  border-radius: 50%;
317
317
  width: 30px;
@@ -320,7 +320,7 @@ span.iconify {
320
320
  display: none;
321
321
  cursor: pointer;
322
322
  }
323
- .delete-wrapper .delete-index[data-v-95a83be4] {
323
+ .delete-wrapper .delete-index[data-v-8af705f7] {
324
324
  display: inline-block;
325
325
  }
326
326
  /* stylelint-disable no-duplicate-selectors */
package/lib/index.js CHANGED
@@ -5285,7 +5285,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5285
5285
  return [indexColumn, ...props2.columns];
5286
5286
  });
5287
5287
  const plusClickEvent = () => {
5288
- state.value.push({});
5288
+ state.value.unshift({});
5289
5289
  };
5290
5290
  const rowClickEvent = (index2) => {
5291
5291
  state.value = vue.unref(state).filter((item, i) => {
@@ -5376,8 +5376,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5376
5376
  };
5377
5377
  }
5378
5378
  });
5379
- const Table_vue_vue_type_style_index_0_scoped_95a83be4_lang = "";
5380
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-95a83be4"]]);
5379
+ const Table_vue_vue_type_style_index_0_scoped_8af705f7_lang = "";
5380
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-8af705f7"]]);
5381
5381
  const componentMap$1 = /* @__PURE__ */ new Map();
5382
5382
  componentMap$1.set("Input", antDesignVue.Input);
5383
5383
  componentMap$1.set("InputGroup", antDesignVue.Input.Group);
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "3h1-ui",
3
- "version": "1.0.110",
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
- }
1
+ {
2
+ "name": "3h1-ui",
3
+ "version": "1.0.111",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "module": "es/index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "major": "npm version major",
10
+ "minor": "npm version minor",
11
+ "patch": "npm version patch",
12
+ "deploy": "npm run build && npm publish",
13
+ "build": "vite build",
14
+ "build:less": "esno build/buildLess"
15
+ },
16
+ "files": [
17
+ "es",
18
+ "lib"
19
+ ],
20
+ "keywords": [
21
+ "shy-ui"
22
+ ],
23
+ "author": "",
24
+ "license": "MIT",
25
+ "dependencies": {
26
+ "@logicflow/core": "^1.1.31",
27
+ "@logicflow/extension": "^1.1.31",
28
+ "@purge-icons/generated": "^0.9.0",
29
+ "@shy-plugins/use": "workspace:*",
30
+ "@shy-plugins/utils": "workspace:*",
31
+ "@vueuse/core": "^9.6.0",
32
+ "@zxcvbn-ts/core": "^2.1.0",
33
+ "ant-design-vue": "^3.2.13",
34
+ "codemirror": "5.65.3",
35
+ "cropperjs": "^1.5.13",
36
+ "lodash-es": "^4.17.21",
37
+ "sortablejs": "^1.15.0",
38
+ "vite-plugin-purge-icons": "^0.9.2",
39
+ "vue-i18n": "^9.2.2",
40
+ "vue-json-pretty": "^2.2.3",
41
+ "vxe-table": "^4.3.6",
42
+ "xe-utils": "^3.5.7"
43
+ },
44
+ "types": "lib/index.d.ts",
45
+ "devDependencies": {
46
+ "vite-plugin-windicss": "^1.8.10",
47
+ "windicss": "^3.5.6"
48
+ }
49
+ }