@avakhula/ui 0.0.313 → 0.0.316
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/dist/index.js +3 -6
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +94 -64
- package/src/components/Modal/Modal.vue +6 -3
- package/src/components/TreeSelect/Select.vue +2 -3
package/package.json
CHANGED
|
@@ -1,65 +1,95 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
2
|
+
"name": "@avakhula/ui",
|
|
3
|
+
"version": "0.0.316",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "dist/index.umd.cjs",
|
|
6
|
+
"source": "src/index.js",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"private": false,
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public",
|
|
11
|
+
"registry": "https://registry.npmjs.org/"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "vite",
|
|
15
|
+
"build": "vite build",
|
|
16
|
+
"preview": "vite preview",
|
|
17
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
|
|
18
|
+
"test": "vitest",
|
|
19
|
+
"test:coverage": "vitest run --coverage",
|
|
20
|
+
"storybook": "storybook dev 6006",
|
|
21
|
+
"build-storybook": "storybook build"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@vueup/vue-quill": "^1.2.0",
|
|
25
|
+
"mitt": "^3.0.0",
|
|
26
|
+
"vue": "^3.2.45"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/core": "^7.20.7",
|
|
30
|
+
"@babel/preset-env": "^7.21.4",
|
|
31
|
+
"@rushstack/eslint-patch": "^1.1.4",
|
|
32
|
+
"@storybook/addon-a11y": "^7.1.0",
|
|
33
|
+
"@storybook/addon-actions": "^7.1.0",
|
|
34
|
+
"@storybook/addon-docs": "^7.1.0",
|
|
35
|
+
"@storybook/addon-essentials": "^7.1.0",
|
|
36
|
+
"@storybook/addon-interactions": "^7.1.0",
|
|
37
|
+
"@storybook/addon-links": "^7.1.0",
|
|
38
|
+
"@storybook/addon-mdx-gfm": "^7.1.0",
|
|
39
|
+
"@storybook/testing-library": "^0.2.0",
|
|
40
|
+
"@storybook/vue3": "^7.1.0",
|
|
41
|
+
"@storybook/vue3-vite": "^7.1.0",
|
|
42
|
+
"@vitejs/plugin-vue": "^4.0.0",
|
|
43
|
+
"@vitest/coverage-c8": "^0.28.4",
|
|
44
|
+
"@vue/eslint-config-prettier": "^7.0.0",
|
|
45
|
+
"@vue/test-utils": "^2.2.10",
|
|
46
|
+
"babel-loader": "^8.3.0",
|
|
47
|
+
"eslint": "^8.22.0",
|
|
48
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
49
|
+
"eslint-plugin-vue": "^9.3.0",
|
|
50
|
+
"flatpickr": "^4.6.13",
|
|
51
|
+
"jsdom": "^21.1.0",
|
|
52
|
+
"lodash.kebabcase": "^4.1.1",
|
|
53
|
+
"mark.js": "^8.11.1",
|
|
54
|
+
"prettier": "^2.7.1",
|
|
55
|
+
"react": "^18.2.0",
|
|
56
|
+
"react-dom": "^18.2.0",
|
|
57
|
+
"sass": "^1.57.1",
|
|
58
|
+
"sass-loader": "^13.2.0",
|
|
59
|
+
"storybook": "^7.1.0",
|
|
60
|
+
"vite": "^4.0.0",
|
|
61
|
+
"vitest": "^0.28.4",
|
|
62
|
+
"vue-loader": "^16.8.3",
|
|
63
|
+
"vue-tel-input": "^8.1.1"
|
|
64
|
+
},
|
|
65
|
+
"Transform": "AWS::Serverless-2016-10-31",
|
|
66
|
+
"Resources": {
|
|
67
|
+
"Api": {
|
|
68
|
+
"Type": "AWS::Serverless::Api",
|
|
69
|
+
"Properties": {
|
|
70
|
+
"Name": {
|
|
71
|
+
"Fn::Sub": [
|
|
72
|
+
"${ResourceName} From Stack ${AWS::StackName}",
|
|
73
|
+
{
|
|
74
|
+
"ResourceName": "Api"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
"StageName": "Prod",
|
|
79
|
+
"DefinitionBody": {
|
|
80
|
+
"openapi": "3.0",
|
|
81
|
+
"info": {},
|
|
82
|
+
"paths": {
|
|
83
|
+
"/": {
|
|
84
|
+
"get": {
|
|
85
|
+
"responses": {}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"EndpointConfiguration": "REGIONAL",
|
|
91
|
+
"TracingEnabled": true
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -287,9 +287,12 @@ body.modal-open {
|
|
|
287
287
|
padding-right: 25px;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.modal-content
|
|
291
|
-
|
|
292
|
-
|
|
290
|
+
.modal-content {
|
|
291
|
+
overflow-y: auto;
|
|
292
|
+
.without-title {
|
|
293
|
+
padding-right: 25px;
|
|
294
|
+
padding-top: 4px;
|
|
295
|
+
}
|
|
293
296
|
}
|
|
294
297
|
|
|
295
298
|
.modal-close-icon {
|
|
@@ -321,9 +321,6 @@ export default {
|
|
|
321
321
|
},
|
|
322
322
|
modelValue: {
|
|
323
323
|
type: [Number, String, Array],
|
|
324
|
-
default() {
|
|
325
|
-
return [];
|
|
326
|
-
},
|
|
327
324
|
},
|
|
328
325
|
value: {
|
|
329
326
|
type: [Number, String, Array],
|
|
@@ -451,6 +448,8 @@ export default {
|
|
|
451
448
|
deep: true,
|
|
452
449
|
},
|
|
453
450
|
val(value) {
|
|
451
|
+
|
|
452
|
+
console.log(value)
|
|
454
453
|
if (
|
|
455
454
|
this.watchClearValue &&
|
|
456
455
|
(!value || (Array.isArray(value) && !value.length))
|