@factoringplus/pl-components-pack-v3 1.13.0 → 1.13.4

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,125 +1,127 @@
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.0",
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
- "@types/uniqid": "5.3.4",
46
- "@vueuse/core": "10.11.0",
47
- "@vueuse/shared": "10.11.0",
48
- "async-validator": "4.2.5",
49
- "axios": "1.8.4",
50
- "dayjs": "1.11.11",
51
- "element-plus": "2.3.7",
52
- "esbuild": "0.25.8",
53
- "lodash": "4.17.21",
54
- "lodash.isequal": "4.5.0",
55
- "maska": "1.5.2",
56
- "pinia": "2.1.7",
57
- "uniqid": "5.4.0",
58
- "vue": "3.4.31",
59
- "vue-currency-input": "3.1.0",
60
- "vue-inline-svg": "3.1.3",
61
- "vuex": "4.1.0"
62
- },
63
- "peerDependencies": {
64
- "crypto-pro-actual-cades-plugin": "2.4.1"
65
- },
66
- "optionalDependencies": {
67
- "crypto-pro-actual-cades-plugin": "2.4.1"
68
- },
69
- "overrides": {
70
- "allure-playwright": {
71
- "@playwright/test": "1.58.2"
72
- }
73
- },
74
- "devDependencies": {
75
- "@babel/core": "7.24.8",
76
- "@babel/preset-env": "7.24.8",
77
- "@factoringplus/frontend-configs": "1.0.8",
78
- "@faker-js/faker": "8.4.1",
79
- "@playwright/experimental-ct-vue": "1.58.2",
80
- "@playwright/test": "1.58.2",
81
- "@rowi-qa/playwright-ct-vue-extras": "^0.0.7",
82
- "@types/node": "18.19.39",
83
- "@typescript-eslint/eslint-plugin": "5.57.0",
84
- "@typescript-eslint/parser": "5.57.0",
85
- "@vitejs/plugin-vue": "4.6.2",
86
- "@vue/eslint-config-airbnb": "7.0.0",
87
- "@vue/eslint-config-prettier": "7.1.0",
88
- "@vue/eslint-config-typescript": "11.0.2",
89
- "@vue/tsconfig": "0.1.3",
90
- "allure-commandline": "2.34.1",
91
- "allure-playwright": "3.3.3",
92
- "babel-loader": "9.1.3",
93
- "dotenv": "^17.3.1",
94
- "eslint": "8.37.0",
95
- "eslint-config-prettier": "8.8.0",
96
- "eslint-plugin-import": "2.27.5",
97
- "eslint-plugin-prettier": "5.0.0",
98
- "eslint-plugin-vue": "9.10.0",
99
- "eslint-plugin-vuejs-accessibility": "2.1.0",
100
- "husky": "^8.0.0",
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
- }
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.4",
19
+ "scripts": {
20
+ "dev": "vite",
21
+ "build": "vite build",
22
+ "preview": "vite preview",
23
+ "publish-story": "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
+ "@types/uniqid": "5.3.4",
46
+ "@vueuse/core": "10.11.0",
47
+ "@vueuse/shared": "10.11.0",
48
+ "async-validator": "4.2.5",
49
+ "axios": "1.8.4",
50
+ "dayjs": "1.11.11",
51
+ "element-plus": "2.3.7",
52
+ "esbuild": "0.25.8",
53
+ "lodash": "4.17.21",
54
+ "lodash.isequal": "4.5.0",
55
+ "maska": "1.5.2",
56
+ "pinia": "2.1.7",
57
+ "uniqid": "5.4.0",
58
+ "vue": "3.4.31",
59
+ "vue-currency-input": "3.1.0",
60
+ "vue-inline-svg": "3.1.3",
61
+ "vuex": "4.1.0"
62
+ },
63
+ "peerDependencies": {
64
+ "crypto-pro-actual-cades-plugin": "2.4.1"
65
+ },
66
+ "optionalDependencies": {
67
+ "crypto-pro-actual-cades-plugin": "2.4.1"
68
+ },
69
+ "overrides": {
70
+ "allure-playwright": {
71
+ "@playwright/test": "1.58.2"
72
+ }
73
+ },
74
+ "devDependencies": {
75
+ "@babel/core": "7.24.8",
76
+ "@babel/preset-env": "7.24.8",
77
+ "@factoringplus/frontend-configs": "1.0.8",
78
+ "@faker-js/faker": "8.4.1",
79
+ "@playwright/experimental-ct-vue": "1.58.2",
80
+ "@playwright/test": "1.58.2",
81
+ "@rowi-qa/playwright-ct-vue-extras": "^0.0.7",
82
+ "@types/jsdom": "28.0.1",
83
+ "@types/node": "18.19.39",
84
+ "@typescript-eslint/eslint-plugin": "5.57.0",
85
+ "@typescript-eslint/parser": "5.57.0",
86
+ "@vitejs/plugin-vue": "4.6.2",
87
+ "@vue/eslint-config-airbnb": "7.0.0",
88
+ "@vue/eslint-config-prettier": "7.1.0",
89
+ "@vue/eslint-config-typescript": "11.0.2",
90
+ "@vue/tsconfig": "0.1.3",
91
+ "allure-commandline": "2.34.1",
92
+ "allure-playwright": "3.3.3",
93
+ "babel-loader": "9.1.3",
94
+ "dotenv": "^17.3.1",
95
+ "eslint": "8.37.0",
96
+ "eslint-config-prettier": "8.8.0",
97
+ "eslint-plugin-import": "2.27.5",
98
+ "eslint-plugin-prettier": "5.0.0",
99
+ "eslint-plugin-vue": "9.10.0",
100
+ "eslint-plugin-vuejs-accessibility": "2.1.0",
101
+ "husky": "8.0.0",
102
+ "jsdom": "29.0.2",
103
+ "lint-staged": "13.2.2",
104
+ "monocart-reporter": "2.9.21",
105
+ "postcss-html": "1.7.0",
106
+ "postcss-preset-env": "8.3.0",
107
+ "prettier": "3.1.1",
108
+ "rollup-plugin-visualizer": "5.12.0",
109
+ "sass": "1.85.0",
110
+ "style-dictionary": "3.9.2",
111
+ "stylelint": "16.1.0",
112
+ "stylelint-config-html": "1.1.0",
113
+ "stylelint-config-recess-order": "4.4.0",
114
+ "stylelint-config-standard-scss": "13.0.0",
115
+ "stylelint-prettier": "5.0.0",
116
+ "typescript": "5.0.4",
117
+ "unplugin-auto-import": "0.15.3",
118
+ "unplugin-vue-components": "0.24.1",
119
+ "vite": "4.4.3",
120
+ "vite-plugin-checker": "0.5.6",
121
+ "vite-plugin-dts": "3.9.1",
122
+ "vite-plugin-eslint": "1.8.1",
123
+ "vite-plugin-stylelint": "5.3.1",
124
+ "vite-svg-loader": "^4.0.0",
125
+ "vue-tsc": "1.8.27"
126
+ }
127
+ }
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function r(o,l){return e.openBlock(),e.createElementBlock("svg",t,[...l[0]||(l[0]=[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M31.5026 9.91409C32.0103 10.4218 32.0103 11.2449 31.5026 11.7526L13.1693 30.0859C12.6616 30.5936 11.8385 30.5936 11.3308 30.0859C10.8231 29.5782 10.8231 28.7551 11.3308 28.2474L29.6641 9.91409C30.1718 9.4064 30.9949 9.4064 31.5026 9.91409Z",fill:"currentColor"},null,-1),e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.3308 9.91409C11.8385 9.4064 12.6616 9.4064 13.1693 9.91409L31.5026 28.2474C32.0103 28.7551 32.0103 29.5782 31.5026 30.0859C30.9949 30.5936 30.1718 30.5936 29.6641 30.0859L11.3308 11.7526C10.8231 11.2449 10.8231 10.4218 11.3308 9.91409Z",fill:"currentColor"},null,-1)])])}const n={render:r};exports.default=n;exports.render=r;