@itfin/components 2.0.30 → 2.0.31
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/package.json +16 -20
- package/src/components/icon/collapse.svg +6 -0
- package/src/components/icon/components/nomi-project.vue +2 -2
- package/src/components/icon/icons.js +307 -307
- package/src/components/panels/Panel.vue +14 -32
- package/src/components/panels/PanelLink.vue +5 -5
- package/src/components/panels/PanelList.vue +41 -14
- package/src/components/panels/helpers.ts +10 -9
- package/src/components/panels/index.ts +24 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itfin/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.31",
|
|
4
4
|
"author": "Vitalii Savchuk <esvit666@gmail.com>",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve": "vue-cli-service serve",
|
|
@@ -20,28 +20,28 @@
|
|
|
20
20
|
"libs/"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@calumk/editorjs-codecup": "^1.
|
|
23
|
+
"@calumk/editorjs-codecup": "^1.3.0",
|
|
24
24
|
"@editorjs/attaches": "^1.3.0",
|
|
25
|
-
"@editorjs/code": "^2.9.
|
|
26
|
-
"@editorjs/delimiter": "^1.4.
|
|
27
|
-
"@editorjs/editorjs": "^2.
|
|
28
|
-
"@editorjs/embed": "^2.7.
|
|
29
|
-
"@editorjs/header": "^2.8.
|
|
30
|
-
"@editorjs/image": "^2.
|
|
31
|
-
"@editorjs/inline-code": "^1.5.
|
|
25
|
+
"@editorjs/code": "^2.9.3",
|
|
26
|
+
"@editorjs/delimiter": "^1.4.2",
|
|
27
|
+
"@editorjs/editorjs": "^2.30.8",
|
|
28
|
+
"@editorjs/embed": "^2.7.6",
|
|
29
|
+
"@editorjs/header": "^2.8.8",
|
|
30
|
+
"@editorjs/image": "^2.10.2",
|
|
31
|
+
"@editorjs/inline-code": "^1.5.2",
|
|
32
32
|
"@editorjs/link": "^2.6.2",
|
|
33
33
|
"@editorjs/marker": "^1.4.0",
|
|
34
|
-
"@editorjs/nested-list": "^1.4.
|
|
35
|
-
"@editorjs/quote": "^2.6
|
|
36
|
-
"@editorjs/table": "^2.
|
|
34
|
+
"@editorjs/nested-list": "^1.4.3",
|
|
35
|
+
"@editorjs/quote": "^2.7.6",
|
|
36
|
+
"@editorjs/table": "^2.4.5",
|
|
37
37
|
"@egjs/vue-flicking": "^4.10.4",
|
|
38
38
|
"@mdi/js": "^7.2.96",
|
|
39
39
|
"@popperjs/core": "^2.11.8",
|
|
40
40
|
"@shopify/draggable": "^1.0.0-beta.8",
|
|
41
|
-
"@vue/composition-api": "^1.7.
|
|
41
|
+
"@vue/composition-api": "^1.7.2",
|
|
42
42
|
"@vue/vue2-jest": "^27.0.0",
|
|
43
43
|
"@vue/web-component-wrapper": "^1.3.0",
|
|
44
|
-
"bootstrap": "^5.3.
|
|
44
|
+
"bootstrap": "^5.3.6",
|
|
45
45
|
"bpmn-js": "^17.0.2",
|
|
46
46
|
"clipboard": "^2.0.11",
|
|
47
47
|
"core-js": "^3.7.0",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"lodash": "^4.17.20",
|
|
51
51
|
"luxon": "^3.3.0",
|
|
52
52
|
"pdfjs-dist": "^2.10.377",
|
|
53
|
-
"storybook-dark-mode": "^3.0.3",
|
|
54
53
|
"tippy.js": "^6.3.2",
|
|
55
54
|
"vue-grid-layout": "^2.4.0",
|
|
56
55
|
"vue-imask": "^6.6.3",
|
|
@@ -63,9 +62,6 @@
|
|
|
63
62
|
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
64
63
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
65
64
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
|
66
|
-
"@storybook/addon-docs": "=6.3.8",
|
|
67
|
-
"@storybook/addon-viewport": "=6.3.8",
|
|
68
|
-
"@storybook/vue": "=6.3.8",
|
|
69
65
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
70
66
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
71
67
|
"@vue/cli-plugin-unit-jest": "^5.0.8",
|
|
@@ -77,7 +73,6 @@
|
|
|
77
73
|
"eslint-plugin-import": "^2.22.1",
|
|
78
74
|
"eslint-plugin-prettier": "^4.2.1",
|
|
79
75
|
"eslint-plugin-vue": "^9.9.0",
|
|
80
|
-
"fibers": "^5.0.0",
|
|
81
76
|
"marked": "^4.2.5",
|
|
82
77
|
"postcss-cli": "^11.0.0",
|
|
83
78
|
"sass": "^1.29.0",
|
|
@@ -85,6 +80,7 @@
|
|
|
85
80
|
"vue": "^2.6.12",
|
|
86
81
|
"vue-class-component": "^7.2.6",
|
|
87
82
|
"vue-eslint-parser": "^9.1.0",
|
|
83
|
+
"vue-jest": "^3.0.7",
|
|
88
84
|
"vue-template-compiler": "=2.6.14"
|
|
89
85
|
},
|
|
90
86
|
"eslintConfig": {
|
|
@@ -120,7 +116,7 @@
|
|
|
120
116
|
"jest": {
|
|
121
117
|
"preset": "@vue/cli-plugin-unit-jest",
|
|
122
118
|
"testMatch": [
|
|
123
|
-
"**/src/**/*.spec.
|
|
119
|
+
"**/src/**/*.spec.(j|t)s"
|
|
124
120
|
],
|
|
125
121
|
"testPathIgnorePatterns": [
|
|
126
122
|
"dist/"
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path style="transform: translate(-9px, 9px)" d="M19 10V5.3C19 5.13431 18.8657 5 18.7 5H14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path style="transform: translate(9px, -9px)" d="M5 14V18.7C5 18.8657 5.13431 19 5.3 19H10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5.5 18.5L9.5 14.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.5 9.5L18.5 5.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template><svg width="
|
|
2
|
-
<path d="
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0003 15.8337C13.222 15.8337 15.8337 13.222 15.8337 10.0003C15.8337 6.77866 13.222 4.16699 10.0003 4.16699C6.77866 4.16699 4.16699 6.77866 4.16699 10.0003C4.16699 13.222 6.77866 15.8337 10.0003 15.8337ZM7.91697 10.0003C7.91697 8.84973 8.84971 7.91699 10.0003 7.91699C11.1509 7.91699 12.0836 8.84973 12.0836 10.0003C12.0836 11.1509 11.1509 12.0837 10.0003 12.0837C8.84971 12.0837 7.91697 11.1509 7.91697 10.0003ZM10.0003 6.25032C7.92924 6.25032 6.25031 7.92925 6.25031 10.0003C6.25031 12.0714 7.92924 13.7503 10.0003 13.7503C12.0714 13.7503 13.7503 12.0714 13.7503 10.0003C13.7503 7.92925 12.0714 6.25032 10.0003 6.25032Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
4
4
|
</template>
|