@webitel/ui-sdk 1.0.31 → 1.0.34
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/CHANGELOG.md +44 -0
- package/dist/demo.html +1 -10
- package/dist/img/sprite/index.js +1 -119
- package/dist/ui-sdk.common.js +11256 -7071
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +11296 -7102
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +8 -2
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +16 -16
- package/src/components/molecules/wt-tags-input/wt-tags-input.vue +1 -0
- package/src/components/molecules/wt-textarea/wt-textarea.vue +0 -1
- package/src/locale/en/en.js +2 -0
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/ua/ua.js +2 -0
- package/src/modules/CSVExport/CSVExport.js +1 -1
- package/src/modules/CSVExport/__tests__/CSVExport.spec.js +1 -1
- package/dist/fonts/Montserrat-Black.27e3649b.ttf +0 -0
- package/dist/fonts/Montserrat-BlackItalic.d9b6ba59.ttf +0 -0
- package/dist/fonts/Montserrat-Bold.ade91f47.ttf +0 -0
- package/dist/fonts/Montserrat-BoldItalic.1b384149.ttf +0 -0
- package/dist/fonts/Montserrat-ExtraBold.19ba7aa5.ttf +0 -0
- package/dist/fonts/Montserrat-ExtraBoldItalic.52a50ca0.ttf +0 -0
- package/dist/fonts/Montserrat-ExtraLight.570a244c.ttf +0 -0
- package/dist/fonts/Montserrat-ExtraLightItalic.1170df55.ttf +0 -0
- package/dist/fonts/Montserrat-Italic.a7063e0c.ttf +0 -0
- package/dist/fonts/Montserrat-Light.409c7f79.ttf +0 -0
- package/dist/fonts/Montserrat-LightItalic.01c4560c.ttf +0 -0
- package/dist/fonts/Montserrat-Medium.c8b6e083.ttf +0 -0
- package/dist/fonts/Montserrat-MediumItalic.40a74702.ttf +0 -0
- package/dist/fonts/Montserrat-Regular.ee653992.ttf +0 -0
- package/dist/fonts/Montserrat-SemiBold.c641dbee.ttf +0 -0
- package/dist/fonts/Montserrat-SemiBoldItalic.83c1ec1f.ttf +0 -0
- package/dist/fonts/Montserrat-Thin.43dd5b7a.ttf +0 -0
- package/dist/fonts/Montserrat-ThinItalic.3c2b290f.ttf +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve-lib": "vue-cli-service serve",
|
|
@@ -25,16 +25,15 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@johmun/vue-tags-input": "^2.1.0",
|
|
28
|
-
"
|
|
28
|
+
"csv-stringify": "^6.0.5",
|
|
29
29
|
"core-js": "^3.6.5",
|
|
30
|
-
"csv-stringify": "^5.5.1",
|
|
31
30
|
"deep-copy": "^1.4.2",
|
|
32
31
|
"deep-equal": "^2.0.3",
|
|
33
32
|
"file-saver": "^2.0.2",
|
|
34
33
|
"jszip": "^3.5.0",
|
|
35
34
|
"jszip-utils": "^0.1.0",
|
|
35
|
+
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
36
36
|
"plyr": "3.6.2",
|
|
37
|
-
"svg-sprite-loader": "^5.0.0",
|
|
38
37
|
"vue": "^2.6.11",
|
|
39
38
|
"vue-i18n": "^8.18.2",
|
|
40
39
|
"vue-multiselect": "^2.1.6",
|
|
@@ -44,23 +43,24 @@
|
|
|
44
43
|
"webitel-sdk": "^0.1.91"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
46
|
+
"@babel/eslint-parser": "^7.17.0",
|
|
47
47
|
"@testing-library/jest-dom": "^5.16.2",
|
|
48
|
-
"@vue/cli-plugin-babel": "~
|
|
49
|
-
"@vue/cli-plugin-eslint": "~
|
|
50
|
-
"@vue/cli-plugin-router": "^
|
|
48
|
+
"@vue/cli-plugin-babel": "~5.0.4",
|
|
49
|
+
"@vue/cli-plugin-eslint": "~5.0.4",
|
|
50
|
+
"@vue/cli-plugin-router": "^5.0.4",
|
|
51
51
|
"@vue/cli-plugin-unit-jest": "^5.0.4",
|
|
52
|
-
"@vue/cli-service": "~
|
|
53
|
-
"@vue/eslint-config-airbnb": "^
|
|
54
|
-
"@vue/vue2-jest": "^27.0.0-alpha.4",
|
|
52
|
+
"@vue/cli-service": "~5.0.4",
|
|
53
|
+
"@vue/eslint-config-airbnb": "^6.0.0",
|
|
55
54
|
"@vue/test-utils": "^1.3.0",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
55
|
+
"@vue/vue2-jest": "^27.0.0-alpha.4",
|
|
56
|
+
"bamboo-jest-reporter": "^1.0.3",
|
|
57
|
+
"eslint": "^8.14.0",
|
|
58
58
|
"eslint-plugin-import": "^2.20.2",
|
|
59
|
-
"eslint-plugin-vue": "^
|
|
59
|
+
"eslint-plugin-vue": "^8.7.1",
|
|
60
60
|
"husky": "^7.0.0",
|
|
61
|
-
"sass": "^1.
|
|
62
|
-
"sass-loader": "^
|
|
63
|
-
"svg-
|
|
61
|
+
"sass": "^1.51.0",
|
|
62
|
+
"sass-loader": "^12.6.0",
|
|
63
|
+
"svg-sprite-loader": "^6.0.11",
|
|
64
64
|
"vue-template-compiler": "^2.6.11",
|
|
65
65
|
"vuex": "^3.6.2"
|
|
66
66
|
}
|
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
const inputEl = this.$refs['wt-textarea'];
|
|
113
113
|
const defaultInputPadding = getComputedStyle(document.documentElement)
|
|
114
114
|
.getPropertyValue('--textarea-padding');
|
|
115
|
-
console.info(defaultInputPadding, afterWrapperWidth);
|
|
116
115
|
inputEl.style.paddingRight = `calc(${defaultInputPadding} * 2 + ${afterWrapperWidth}px)`;
|
|
117
116
|
},
|
|
118
117
|
},
|
package/src/locale/en/en.js
CHANGED
package/src/locale/ru/ru.js
CHANGED
package/src/locale/ua/ua.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { shallowMount } from '@vue/test-utils';
|
|
2
2
|
import * as fileSaver from 'file-saver';
|
|
3
|
-
import stringify from 'csv-stringify/lib/sync';
|
|
3
|
+
import { stringify } from 'csv-stringify/lib/sync';
|
|
4
4
|
import CSVExportMixin from '../mixins/exportCSVMixin';
|
|
5
5
|
import '../../../../tests/mocks/localStorageMock';
|
|
6
6
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|