@factoringplus/pl-components-pack-v3 1.13.5 → 1.13.8

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 CHANGED
@@ -1,128 +1,125 @@
1
- {
2
- "_name": "@rowi-fred/rowi-ui",
3
- "name": "@factoringplus/pl-components-pack-v3",
4
- "private": false,
5
- "files": [
6
- "dist"
7
- ],
8
- "type": "module",
9
- "main": "./dist/pl-components-pack-v3.cjs.js",
10
- "types": "./dist/pl-components-pack-v3.d.ts",
11
- "module": "./dist/pl-components-pack-v3.es.js",
12
- "exports": {
13
- "./dist/style.css": "./dist/style.css",
14
- ".": {
15
- "import": "./dist/pl-components-pack-v3.es.js",
16
- "require": "./dist/pl-components-pack-v3.cjs.js"
17
- }
18
- },
19
- "version": "1.13.5",
20
- "scripts": {
21
- "dev": "vite",
22
- "build": "vite build",
23
- "preview": "vite preview",
24
- "publish-story": "npm i && npm run build && npm publish --access=public",
25
- "publish-beta": "npm run publish-story --tag=beta",
26
- "build-styles": "node ./buildStyles.cjs",
27
- "prepare": "husky install",
28
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-pattern src/components/deprecated --ignore-path .gitignore",
29
- "lint:fix": "npm run lint -- --fix",
30
- "lint:styles": "stylelint \"**/*.{css,html,vue,scss}\"",
31
- "lint:styles:fix": "npm run lint:styles -- --fix",
32
- "lint:prettier": "prettier .",
33
- "lint:prettier:fix": "npm run lint:prettier -- --write",
34
- "test:components": "playwright test -c playwright.config.ts",
35
- "test:components-coverage": "monocart show-report test-results/index.html",
36
- "test:allure": "allure generate allure-results --clean -o allure-report && allure open allure-report"
37
- },
38
- "lint-staged": {
39
- "src/**/*.{js,vue}": [
40
- "prettier --write",
41
- "eslint --fix"
42
- ],
43
- "*.js": "eslint --cache --fix"
44
- },
45
- "dependencies": {
46
- "@types/uniqid": "5.3.4",
47
- "@vueuse/core": "10.11.0",
48
- "@vueuse/shared": "10.11.0",
49
- "async-validator": "4.2.5",
50
- "axios": "1.8.4",
51
- "dayjs": "1.11.11",
52
- "element-plus": "2.3.7",
53
- "esbuild": "0.25.8",
54
- "lodash": "4.17.21",
55
- "lodash.isequal": "4.5.0",
56
- "maska": "1.5.2",
57
- "pinia": "2.1.7",
58
- "uniqid": "5.4.0",
59
- "vue": "3.4.31",
60
- "vue-currency-input": "3.1.0",
61
- "vue-inline-svg": "3.1.3",
62
- "vuex": "4.1.0"
63
- },
64
- "peerDependencies": {
65
- "crypto-pro-actual-cades-plugin": "2.4.1"
66
- },
67
- "optionalDependencies": {
68
- "crypto-pro-actual-cades-plugin": "2.4.1"
69
- },
70
- "overrides": {
71
- "allure-playwright": {
72
- "@playwright/test": "1.58.2"
73
- }
74
- },
75
- "devDependencies": {
76
- "@babel/core": "7.24.8",
77
- "@babel/preset-env": "7.24.8",
78
- "@factoringplus/frontend-configs": "1.0.8",
79
- "@faker-js/faker": "8.4.1",
80
- "@playwright/experimental-ct-vue": "1.58.2",
81
- "@playwright/test": "1.58.2",
82
- "@rowi-qa/playwright-ct-vue-extras": "^0.0.7",
83
- "@types/jsdom": "28.0.1",
84
- "@types/node": "18.19.39",
85
- "@typescript-eslint/eslint-plugin": "5.57.0",
86
- "@typescript-eslint/parser": "5.57.0",
87
- "@vitejs/plugin-vue": "4.6.2",
88
- "@vue/eslint-config-airbnb": "7.0.0",
89
- "@vue/eslint-config-prettier": "7.1.0",
90
- "@vue/eslint-config-typescript": "11.0.2",
91
- "@vue/tsconfig": "0.1.3",
92
- "allure-commandline": "2.34.1",
93
- "allure-playwright": "3.7.0",
94
- "babel-loader": "9.1.3",
95
- "dotenv": "^17.3.1",
96
- "eslint": "8.37.0",
97
- "eslint-config-prettier": "8.8.0",
98
- "eslint-plugin-import": "2.27.5",
99
- "eslint-plugin-prettier": "5.0.0",
100
- "eslint-plugin-vue": "9.10.0",
101
- "eslint-plugin-vuejs-accessibility": "2.1.0",
102
- "husky": "8.0.0",
103
- "jsdom": "29.0.2",
104
- "lint-staged": "13.2.2",
105
- "monocart-reporter": "2.9.21",
106
- "postcss-html": "1.7.0",
107
- "postcss-preset-env": "8.3.0",
108
- "prettier": "3.1.1",
109
- "rollup-plugin-visualizer": "5.12.0",
110
- "sass": "1.85.0",
111
- "style-dictionary": "3.9.2",
112
- "stylelint": "16.1.0",
113
- "stylelint-config-html": "1.1.0",
114
- "stylelint-config-recess-order": "4.4.0",
115
- "stylelint-config-standard-scss": "13.0.0",
116
- "stylelint-prettier": "5.0.0",
117
- "typescript": "5.0.4",
118
- "unplugin-auto-import": "0.15.3",
119
- "unplugin-vue-components": "0.24.1",
120
- "vite": "4.4.3",
121
- "vite-plugin-checker": "0.5.6",
122
- "vite-plugin-dts": "3.9.1",
123
- "vite-plugin-eslint": "1.8.1",
124
- "vite-plugin-stylelint": "5.3.1",
125
- "vite-svg-loader": "^4.0.0",
126
- "vue-tsc": "1.8.27"
127
- }
128
- }
1
+ {
2
+ "name": "@factoringplus/pl-components-pack-v3",
3
+ "private": false,
4
+ "files": [
5
+ "dist"
6
+ ],
7
+ "type": "module",
8
+ "main": "./dist/pl-components-pack-v3.cjs.js",
9
+ "types": "./dist/pl-components-pack-v3.d.ts",
10
+ "module": "./dist/pl-components-pack-v3.es.js",
11
+ "exports": {
12
+ "./dist/style.css": "./dist/style.css",
13
+ ".": {
14
+ "import": "./dist/pl-components-pack-v3.es.js",
15
+ "require": "./dist/pl-components-pack-v3.cjs.js"
16
+ }
17
+ },
18
+ "version": "1.13.8",
19
+ "scripts": {
20
+ "dev": "vite",
21
+ "build": "vite build",
22
+ "preview": "vite preview",
23
+ "publish-story": "npm i && npm run build && npm publish --access=public",
24
+ "publish-beta": "npm run publish-story --tag=beta",
25
+ "build-styles": "node ./buildStyles.cjs",
26
+ "prepare": "husky install",
27
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-pattern src/components/deprecated --ignore-path .gitignore",
28
+ "lint:fix": "npm run lint -- --fix",
29
+ "lint:styles": "stylelint \"**/*.{css,html,vue,scss}\"",
30
+ "lint:styles:fix": "npm run lint:styles -- --fix",
31
+ "lint:prettier": "prettier .",
32
+ "lint:prettier:fix": "npm run lint:prettier -- --write",
33
+ "test:components": "playwright test -c playwright.config.ts",
34
+ "test:components-coverage": "monocart show-report test-results/index.html",
35
+ "test:allure": "allure generate allure-results --clean -o allure-report && allure open allure-report"
36
+ },
37
+ "lint-staged": {
38
+ "src/**/*.{js,vue}": [
39
+ "prettier --write",
40
+ "eslint --fix"
41
+ ],
42
+ "*.js": "eslint --cache --fix"
43
+ },
44
+ "dependencies": {
45
+ "@vueuse/core": "10.11.0",
46
+ "@vueuse/shared": "10.11.0",
47
+ "async-validator": "4.2.5",
48
+ "axios": "1.8.4",
49
+ "dayjs": "1.11.11",
50
+ "element-plus": "2.3.7",
51
+ "esbuild": "0.25.8",
52
+ "lodash": "4.17.21",
53
+ "maska": "1.5.2",
54
+ "pinia": "2.1.7",
55
+ "vue": "3.4.31",
56
+ "vue-currency-input": "3.1.0",
57
+ "vue-inline-svg": "3.1.3",
58
+ "vuex": "4.1.0"
59
+ },
60
+ "peerDependencies": {
61
+ "crypto-pro-actual-cades-plugin": "2.4.1"
62
+ },
63
+ "optionalDependencies": {
64
+ "crypto-pro-actual-cades-plugin": "2.4.1"
65
+ },
66
+ "overrides": {
67
+ "allure-playwright": {
68
+ "@playwright/test": "1.58.2"
69
+ },
70
+ "change-case": "4.1.2"
71
+ },
72
+ "devDependencies": {
73
+ "@babel/core": "7.24.8",
74
+ "@babel/preset-env": "7.24.8",
75
+ "@factoringplus/frontend-configs": "1.0.8",
76
+ "@faker-js/faker": "8.4.1",
77
+ "@playwright/experimental-ct-vue": "1.58.2",
78
+ "@playwright/test": "1.58.2",
79
+ "@rowi-qa/playwright-ct-vue-extras": "^0.0.7",
80
+ "@types/jsdom": "28.0.1",
81
+ "@types/node": "18.19.39",
82
+ "@typescript-eslint/eslint-plugin": "5.57.0",
83
+ "@typescript-eslint/parser": "5.57.0",
84
+ "@vitejs/plugin-vue": "4.6.2",
85
+ "@vue/eslint-config-airbnb": "7.0.0",
86
+ "@vue/eslint-config-prettier": "7.1.0",
87
+ "@vue/eslint-config-typescript": "11.0.2",
88
+ "@vue/tsconfig": "0.1.3",
89
+ "allure-commandline": "2.34.1",
90
+ "allure-playwright": "3.7.0",
91
+ "babel-loader": "9.1.3",
92
+ "dotenv": "^17.3.1",
93
+ "eslint": "8.37.0",
94
+ "eslint-config-prettier": "8.8.0",
95
+ "eslint-plugin-import": "2.27.5",
96
+ "eslint-plugin-prettier": "5.0.0",
97
+ "eslint-plugin-vue": "9.10.0",
98
+ "eslint-plugin-vuejs-accessibility": "2.1.0",
99
+ "husky": "8.0.0",
100
+ "jsdom": "29.0.2",
101
+ "lint-staged": "13.2.2",
102
+ "monocart-reporter": "2.9.21",
103
+ "postcss-html": "1.7.0",
104
+ "postcss-preset-env": "8.3.0",
105
+ "prettier": "3.1.1",
106
+ "rollup-plugin-visualizer": "5.12.0",
107
+ "sass": "1.85.0",
108
+ "style-dictionary": "3.9.2",
109
+ "stylelint": "16.1.0",
110
+ "stylelint-config-html": "1.1.0",
111
+ "stylelint-config-recess-order": "4.4.0",
112
+ "stylelint-config-standard-scss": "13.0.0",
113
+ "stylelint-prettier": "5.0.0",
114
+ "typescript": "5.0.4",
115
+ "unplugin-auto-import": "0.15.3",
116
+ "unplugin-vue-components": "0.24.1",
117
+ "vite": "4.4.3",
118
+ "vite-plugin-checker": "0.5.6",
119
+ "vite-plugin-dts": "3.9.1",
120
+ "vite-plugin-eslint": "1.8.1",
121
+ "vite-plugin-stylelint": "5.3.1",
122
+ "vite-svg-loader": "^4.0.0",
123
+ "vue-tsc": "1.8.27"
124
+ }
125
+ }