@factoringplus/pl-components-pack-v3 1.9.8-pre-02 → 1.9.8-pre-03
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/README.md +31 -0
- package/dist/{crypto-pro-58352e71.js → crypto-pro-5e882544.js} +1 -1
- package/dist/{crypto-pro-d1ed16a5.cjs → crypto-pro-ac075e7d.cjs} +1 -1
- package/dist/{entry-32ef3719.js → entry-109737cc.js} +7431 -7430
- package/dist/entry-7836c606.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -10
- package/dist/src/components/data/pl-banner/index.d.ts +14 -14
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +2 -2
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -10
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +235 -235
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
- package/dist/src/components/form/pl-radio/index.d.ts +16 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +30 -23
- package/dist/entry-37d61ab4.cjs +0 -115
- package/dist/src/utils/screenSizes.d.ts +0 -6
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"require": "./dist/pl-components-pack-v3.cjs.js"
|
16
16
|
}
|
17
17
|
},
|
18
|
-
"version": "1.9.8-pre-
|
18
|
+
"version": "1.9.8-pre-03",
|
19
19
|
"scripts": {
|
20
20
|
"dev": "vite",
|
21
21
|
"build": "vite build",
|
@@ -28,7 +28,10 @@
|
|
28
28
|
"lint:styles:fix": "stylelint --fix \"**/*.{css,html,vue,scss}\"",
|
29
29
|
"lint:prettier": "prettier --write .",
|
30
30
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
|
31
|
-
"lint:scripts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix"
|
31
|
+
"lint:scripts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix",
|
32
|
+
"test:components": "playwright test -c playwright-ct.config.ts",
|
33
|
+
"test:components-coverage": "monocart show-report test-results/index.html",
|
34
|
+
"test:allure": "allure generate allure-results --clean -o allure-report && allure open allure-report"
|
32
35
|
},
|
33
36
|
"lint-staged": {
|
34
37
|
"src/**/*.{js,vue}": [
|
@@ -45,6 +48,7 @@
|
|
45
48
|
"axios": "^1.7.9",
|
46
49
|
"dayjs": "1.11.11",
|
47
50
|
"element-plus": "2.3.7",
|
51
|
+
"esbuild": "0.25.8",
|
48
52
|
"lodash": "4.17.21",
|
49
53
|
"lodash.isequal": "4.5.0",
|
50
54
|
"maska": "1.5.2",
|
@@ -66,45 +70,48 @@
|
|
66
70
|
"@babel/preset-env": "7.24.8",
|
67
71
|
"@factoringplus/frontend-configs": "^1.0.8",
|
68
72
|
"@faker-js/faker": "8.4.1",
|
69
|
-
"@playwright/
|
73
|
+
"@playwright/experimental-ct-vue": "^1.54.2",
|
74
|
+
"@playwright/test": "^1.54.2",
|
70
75
|
"@types/node": "18.19.39",
|
76
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
77
|
+
"@typescript-eslint/parser": "^5.57.0",
|
71
78
|
"@vitejs/plugin-vue": "4.6.2",
|
72
|
-
"@vue/tsconfig": "0.1.3",
|
73
|
-
"allure-playwright": "2.15.1",
|
74
|
-
"babel-loader": "9.1.3",
|
75
|
-
"lint-staged": "13.2.2",
|
76
|
-
"postcss-html": "1.7.0",
|
77
|
-
"rollup-plugin-visualizer": "5.12.0",
|
78
|
-
"sass": "1.85.0",
|
79
|
-
"style-dictionary": "3.9.2",
|
80
|
-
"unplugin-auto-import": "0.15.3",
|
81
|
-
"unplugin-vue-components": "0.24.1",
|
82
|
-
"vite": "4.4.3",
|
83
|
-
"vite-plugin-checker": "0.5.6",
|
84
|
-
"vite-plugin-dts": "3.9.1",
|
85
|
-
"vue-tsc": "1.8.27",
|
86
79
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
87
80
|
"@vue/eslint-config-prettier": "^7.1.0",
|
88
81
|
"@vue/eslint-config-typescript": "^11.0.2",
|
89
|
-
"@
|
90
|
-
"
|
82
|
+
"@vue/tsconfig": "0.1.3",
|
83
|
+
"allure-commandline": "^2.34.1",
|
84
|
+
"allure-playwright": "^3.3.3",
|
85
|
+
"babel-loader": "9.1.3",
|
91
86
|
"eslint": "^8.37.0",
|
92
87
|
"eslint-config-prettier": "^8.8.0",
|
93
88
|
"eslint-plugin-import": "^2.27.5",
|
94
89
|
"eslint-plugin-prettier": "^5.0.0",
|
95
90
|
"eslint-plugin-vue": "^9.10.0",
|
96
91
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
92
|
+
"husky": "^8.0.0",
|
93
|
+
"lint-staged": "13.2.2",
|
94
|
+
"monocart-reporter": "^2.9.21",
|
95
|
+
"postcss-html": "1.7.0",
|
97
96
|
"postcss-preset-env": "^8.3.0",
|
98
97
|
"prettier": "^3.1.1",
|
99
|
-
"
|
100
|
-
"
|
101
|
-
"
|
98
|
+
"rollup-plugin-visualizer": "5.12.0",
|
99
|
+
"sass": "1.85.0",
|
100
|
+
"style-dictionary": "3.9.2",
|
102
101
|
"stylelint": "^16.1.0",
|
103
102
|
"stylelint-config-html": "^1.1.0",
|
104
103
|
"stylelint-config-recess-order": "^4.4.0",
|
105
104
|
"stylelint-config-standard-scss": "^13.0.0",
|
106
105
|
"stylelint-prettier": "^5.0.0",
|
107
106
|
"typescript": "5.0.4",
|
108
|
-
"
|
107
|
+
"unplugin-auto-import": "0.15.3",
|
108
|
+
"unplugin-vue-components": "0.24.1",
|
109
|
+
"vite": "4.4.3",
|
110
|
+
"vite-plugin-checker": "0.5.6",
|
111
|
+
"vite-plugin-dts": "3.9.1",
|
112
|
+
"vite-plugin-eslint": "^1.8.1",
|
113
|
+
"vite-plugin-stylelint": "^5.3.1",
|
114
|
+
"vite-svg-loader": "^4.0.0",
|
115
|
+
"vue-tsc": "1.8.27"
|
109
116
|
}
|
110
117
|
}
|