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 +3 -3
- package/es/style.css +7 -7
- package/lib/index.js +3 -3
- package/package.json +49 -49
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.
|
|
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
|
|
5375
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
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-
|
|
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-
|
|
300
|
+
.table-children[data-v-8af705f7] .ant-form-item {
|
|
301
301
|
margin-bottom: 0 !important;
|
|
302
302
|
}
|
|
303
|
-
.delete-wrapper[data-v-
|
|
303
|
+
.delete-wrapper[data-v-8af705f7] {
|
|
304
304
|
height: 100%;
|
|
305
305
|
}
|
|
306
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
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-
|
|
311
|
+
.delete-wrapper:hover .delete-index[data-v-8af705f7] {
|
|
312
312
|
display: none;
|
|
313
313
|
}
|
|
314
|
-
.delete-wrapper .delete-item[data-v-
|
|
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-
|
|
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.
|
|
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
|
|
5380
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
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.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "es/index.js",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
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
|
+
}
|