3h1-ui 1.0.113 → 1.0.115

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
@@ -5333,8 +5333,10 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5333
5333
  value: record[column.dataIndex],
5334
5334
  "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5335
5335
  options: column.dicData,
5336
- mode: column.mode
5337
- }, null, 8, ["value", "onUpdate:value", "options", "mode"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
5336
+ mode: column.mode,
5337
+ "max-tag-count": column.maxTagCount,
5338
+ "max-tag-text-length": column.maxTagTextLength
5339
+ }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
5338
5340
  key: 1,
5339
5341
  value: record[column.dataIndex],
5340
5342
  "onUpdate:value": ($event) => record[column.dataIndex] = $event,
@@ -5375,8 +5377,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5375
5377
  };
5376
5378
  }
5377
5379
  });
5378
- const Table_vue_vue_type_style_index_0_scoped_05ead66d_lang = "";
5379
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-05ead66d"]]);
5380
+ const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
5381
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
5380
5382
  const componentMap$1 = /* @__PURE__ */ new Map();
5381
5383
  componentMap$1.set("Input", Input);
5382
5384
  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-05ead66d] {
289
+ .table-plus[data-v-22afe612] {
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-05ead66d] .ant-form-item {
300
+ .table-children[data-v-22afe612] .ant-form-item {
301
301
  margin-bottom: 0 !important;
302
302
  }
303
- .delete-wrapper[data-v-05ead66d] {
303
+ .delete-wrapper[data-v-22afe612] {
304
304
  height: 100%;
305
305
  }
306
- .delete-wrapper:hover .delete-item[data-v-05ead66d] {
306
+ .delete-wrapper:hover .delete-item[data-v-22afe612] {
307
307
  display: flex;
308
308
  justify-content: center;
309
309
  align-items: center;
310
310
  }
311
- .delete-wrapper:hover .delete-index[data-v-05ead66d] {
311
+ .delete-wrapper:hover .delete-index[data-v-22afe612] {
312
312
  display: none;
313
313
  }
314
- .delete-wrapper .delete-item[data-v-05ead66d] {
314
+ .delete-wrapper .delete-item[data-v-22afe612] {
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-05ead66d] {
323
+ .delete-wrapper .delete-index[data-v-22afe612] {
324
324
  display: inline-block;
325
325
  }
326
326
  /* stylelint-disable no-duplicate-selectors */
package/lib/index.js CHANGED
@@ -5338,8 +5338,10 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5338
5338
  value: record[column.dataIndex],
5339
5339
  "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5340
5340
  options: column.dicData,
5341
- mode: column.mode
5342
- }, null, 8, ["value", "onUpdate:value", "options", "mode"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
5341
+ mode: column.mode,
5342
+ "max-tag-count": column.maxTagCount,
5343
+ "max-tag-text-length": column.maxTagTextLength
5344
+ }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
5343
5345
  key: 1,
5344
5346
  value: record[column.dataIndex],
5345
5347
  "onUpdate:value": ($event) => record[column.dataIndex] = $event,
@@ -5380,8 +5382,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5380
5382
  };
5381
5383
  }
5382
5384
  });
5383
- const Table_vue_vue_type_style_index_0_scoped_05ead66d_lang = "";
5384
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-05ead66d"]]);
5385
+ const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
5386
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
5385
5387
  const componentMap$1 = /* @__PURE__ */ new Map();
5386
5388
  componentMap$1.set("Input", antDesignVue.Input);
5387
5389
  componentMap$1.set("InputGroup", antDesignVue.Input.Group);
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "3h1-ui",
3
- "version": "1.0.113",
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
- }
1
+ {
2
+ "name": "3h1-ui",
3
+ "version": "1.0.115",
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
+ }