htui-yllkbz 1.5.36 → 1.5.38
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/lib/htui.common.js +110 -84
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.css +1 -1
- package/lib/htui.umd.js +110 -84
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +12 -12
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +57 -57
- package/src/App.vue +7 -8
- package/src/packages/HtBaseData/index.vue +155 -264
- package/src/packages/HtSelectBaseData/index.vue +10 -37
- package/src/packages/HtSelectUser/index.vue +10 -21
- package/src/packages/HtShowBaseData/index.vue +29 -19
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "htui-yllkbz",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"port": "8082",
|
|
5
|
-
"typings": "types/index.d.ts",
|
|
6
|
-
"main": "lib/htui.common.js",
|
|
7
|
-
"style": "lib/htui.css",
|
|
8
|
-
"private": false,
|
|
9
|
-
"files": [
|
|
10
|
-
"lib/**",
|
|
11
|
-
"types",
|
|
12
|
-
"src"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"serve": "vue-cli-service serve",
|
|
16
|
-
"build": "vue-cli-service build",
|
|
17
|
-
"lint": "vue-cli-service lint",
|
|
18
|
-
"lib": "vue-cli-service build --target lib --name htui --dest lib src/packages/index.ts",
|
|
19
|
-
"publish": "npm publish",
|
|
20
|
-
"build-exports": "vue-cli-service build --dest dist/components --target wc-async --name xhsj src/exports/* --inline-vue"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@microsoft/signalr": "^8.0.0",
|
|
24
|
-
"@types/node": "^22.5.5",
|
|
25
|
-
"axios": "^0.21.0",
|
|
26
|
-
"core-js": "^3.6.5",
|
|
27
|
-
"element-ui": "^2.14.1",
|
|
28
|
-
"mavon-editor": "^2.10.4",
|
|
29
|
-
"moment": "^2.29.1",
|
|
30
|
-
"tslib": "^2.7.0",
|
|
31
|
-
"vue": "^2.6.11",
|
|
32
|
-
"vue-class-component": "^7.2.3",
|
|
33
|
-
"vue-kst-auth": "
|
|
34
|
-
"vue-property-decorator": "^8.4.2",
|
|
35
|
-
"vue-router": "^3.2.0",
|
|
36
|
-
"vuex": "^3.4.0"
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
40
|
-
"@typescript-eslint/parser": "^2.33.0",
|
|
41
|
-
"@vue/cli-plugin-babel": "^4.5.0",
|
|
42
|
-
"@vue/cli-plugin-eslint": "^4.5.0",
|
|
43
|
-
"@vue/cli-plugin-typescript": "^4.5.0",
|
|
44
|
-
"@vue/cli-service": "^4.5.0",
|
|
45
|
-
"@vue/eslint-config-prettier": "^6.0.0",
|
|
46
|
-
"@vue/eslint-config-typescript": "^5.0.2",
|
|
47
|
-
"compression-webpack-plugin": "^3.0.0",
|
|
48
|
-
"eslint": "^6.7.2",
|
|
49
|
-
"eslint-plugin-prettier": "^3.1.3",
|
|
50
|
-
"eslint-plugin-vue": "^6.2.2",
|
|
51
|
-
"prettier": "^1.19.1",
|
|
52
|
-
"sass": "^1.26.5",
|
|
53
|
-
"sass-loader": "^8.0.2",
|
|
54
|
-
"typescript": "~3.9.3",
|
|
55
|
-
"vue-template-compiler": "^2.6.11"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "htui-yllkbz",
|
|
3
|
+
"version": "1.5.38",
|
|
4
|
+
"port": "8082",
|
|
5
|
+
"typings": "types/index.d.ts",
|
|
6
|
+
"main": "lib/htui.common.js",
|
|
7
|
+
"style": "lib/htui.css",
|
|
8
|
+
"private": false,
|
|
9
|
+
"files": [
|
|
10
|
+
"lib/**",
|
|
11
|
+
"types",
|
|
12
|
+
"src"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"serve": "vue-cli-service serve",
|
|
16
|
+
"build": "vue-cli-service build",
|
|
17
|
+
"lint": "vue-cli-service lint",
|
|
18
|
+
"lib": "vue-cli-service build --target lib --name htui --dest lib src/packages/index.ts",
|
|
19
|
+
"publish": "npm publish",
|
|
20
|
+
"build-exports": "vue-cli-service build --dest dist/components --target wc-async --name xhsj src/exports/* --inline-vue"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@microsoft/signalr": "^8.0.0",
|
|
24
|
+
"@types/node": "^22.5.5",
|
|
25
|
+
"axios": "^0.21.0",
|
|
26
|
+
"core-js": "^3.6.5",
|
|
27
|
+
"element-ui": "^2.14.1",
|
|
28
|
+
"mavon-editor": "^2.10.4",
|
|
29
|
+
"moment": "^2.29.1",
|
|
30
|
+
"tslib": "^2.7.0",
|
|
31
|
+
"vue": "^2.6.11",
|
|
32
|
+
"vue-class-component": "^7.2.3",
|
|
33
|
+
"vue-kst-auth": "2.1.15",
|
|
34
|
+
"vue-property-decorator": "^8.4.2",
|
|
35
|
+
"vue-router": "^3.2.0",
|
|
36
|
+
"vuex": "^3.4.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
40
|
+
"@typescript-eslint/parser": "^2.33.0",
|
|
41
|
+
"@vue/cli-plugin-babel": "^4.5.0",
|
|
42
|
+
"@vue/cli-plugin-eslint": "^4.5.0",
|
|
43
|
+
"@vue/cli-plugin-typescript": "^4.5.0",
|
|
44
|
+
"@vue/cli-service": "^4.5.0",
|
|
45
|
+
"@vue/eslint-config-prettier": "^6.0.0",
|
|
46
|
+
"@vue/eslint-config-typescript": "^5.0.2",
|
|
47
|
+
"compression-webpack-plugin": "^3.0.0",
|
|
48
|
+
"eslint": "^6.7.2",
|
|
49
|
+
"eslint-plugin-prettier": "^3.1.3",
|
|
50
|
+
"eslint-plugin-vue": "^6.2.2",
|
|
51
|
+
"prettier": "^1.19.1",
|
|
52
|
+
"sass": "^1.26.5",
|
|
53
|
+
"sass-loader": "^8.0.2",
|
|
54
|
+
"typescript": "~3.9.3",
|
|
55
|
+
"vue-template-compiler": "^2.6.11"
|
|
56
|
+
}
|
|
57
|
+
}
|
package/src/App.vue
CHANGED
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
* @Author: hutao
|
|
5
5
|
* @Date: 2021-11-15 14:41:40
|
|
6
6
|
* @LastEditors: hutao
|
|
7
|
-
* @LastEditTime: 2024-
|
|
7
|
+
* @LastEditTime: 2024-12-17 17:38:28
|
|
8
8
|
-->
|
|
9
9
|
<template>
|
|
10
10
|
<div id="app">
|
|
11
|
-
<HtSelectUser :
|
|
11
|
+
<HtSelectUser :isTag="true" v-model="state.value" :readonly="true">
|
|
12
|
+
</HtSelectUser>
|
|
12
13
|
<!-- <iframe
|
|
13
14
|
id="mainFrame"
|
|
14
15
|
name="mainFrame"
|
|
@@ -75,11 +76,8 @@
|
|
|
75
76
|
v-model="state.value"
|
|
76
77
|
data-type-id="SeverityLevel"
|
|
77
78
|
></ht-select-base-data> -->
|
|
78
|
-
<ht-select-base-data :onlyParent="true"
|
|
79
|
-
|
|
80
|
-
:dataTypeId="'TextList'"></ht-select-base-data>
|
|
81
|
-
<ht-select-base-data :parentId="state.value"
|
|
82
|
-
:dataTypeId="'TextList'"></ht-select-base-data>
|
|
79
|
+
<ht-select-base-data :onlyParent="true" v-model="state.value" :dataTypeId="'TextList'"></ht-select-base-data>
|
|
80
|
+
<ht-select-base-data :parentId="state.value" :dataTypeId="'TextList'"></ht-select-base-data>
|
|
83
81
|
|
|
84
82
|
<router-view></router-view>
|
|
85
83
|
</div>
|
|
@@ -119,7 +117,7 @@ import HtMd from "./packages/HtMd";
|
|
|
119
117
|
})
|
|
120
118
|
export default class App extends Vue {
|
|
121
119
|
state = {
|
|
122
|
-
value:
|
|
120
|
+
value: ['a4222291-5a01-1f58-9f1a-3a0c8ea5966d', '50eb2d57-8529-00fb-4244-3a0c8ec117b0'],
|
|
123
121
|
timeValue: undefined,
|
|
124
122
|
options: [
|
|
125
123
|
{
|
|
@@ -468,6 +466,7 @@ export default class App extends Vue {
|
|
|
468
466
|
color: #505050;
|
|
469
467
|
font-size: 14px;
|
|
470
468
|
}
|
|
469
|
+
|
|
471
470
|
body {
|
|
472
471
|
font-family: "SourceHanSansCN-Normal";
|
|
473
472
|
font-size: 14px;
|