@factoringplus/pl-components-pack-v3 1.9.15-pre-icons → 1.20.0
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 +48 -48
- package/dist/CNAME +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-b171f388.js → crypto-pro-actual-cades-plugin-276931cb.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-dc308a79.cjs → crypto-pro-actual-cades-plugin-bbd4b616.cjs} +1 -1
- package/dist/entry-4197d01f.cjs +115 -0
- package/dist/{entry-25377fa9.js → entry-7f85aa9d.js} +11187 -11161
- package/dist/favicon.svg +4 -4
- package/dist/icon/cube20.svg +6 -6
- package/dist/icon/cube24.svg +6 -6
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +35 -34
- package/dist/src/assets/calendar.json.d.ts +134 -134
- package/dist/src/components/components.d.ts +3 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +67 -0
- package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +31 -0
- package/dist/src/components/shared/pl-status-icon/types/index.d.ts +42 -0
- package/dist/style.css +1 -1
- package/package.json +117 -117
- package/dist/entry-600de87f.cjs +0 -115
package/package.json
CHANGED
|
@@ -1,117 +1,117 @@
|
|
|
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.
|
|
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:styles": "stylelint \"**/*.{css,html,vue,scss}\"",
|
|
28
|
-
"lint:styles:fix": "stylelint --fix \"**/*.{css,html,vue,scss}\"",
|
|
29
|
-
"lint:prettier": "prettier --write .",
|
|
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",
|
|
32
|
-
"test:components": "playwright test -c playwright.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"
|
|
35
|
-
},
|
|
36
|
-
"lint-staged": {
|
|
37
|
-
"src/**/*.{js,vue}": [
|
|
38
|
-
"prettier --write",
|
|
39
|
-
"eslint --fix"
|
|
40
|
-
],
|
|
41
|
-
"*.js": "eslint --cache --fix"
|
|
42
|
-
},
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"@types/uniqid": "5.3.4",
|
|
45
|
-
"@vueuse/core": "10.11.0",
|
|
46
|
-
"@vueuse/shared": "10.11.0",
|
|
47
|
-
"async-validator": "4.2.5",
|
|
48
|
-
"axios": "^1.7.9",
|
|
49
|
-
"dayjs": "1.11.11",
|
|
50
|
-
"element-plus": "2.3.7",
|
|
51
|
-
"esbuild": "0.25.8",
|
|
52
|
-
"lodash": "4.17.21",
|
|
53
|
-
"lodash.isequal": "4.5.0",
|
|
54
|
-
"maska": "1.5.2",
|
|
55
|
-
"pinia": "2.1.7",
|
|
56
|
-
"uniqid": "5.4.0",
|
|
57
|
-
"vue": "3.4.31",
|
|
58
|
-
"vue-currency-input": "3.1.0",
|
|
59
|
-
"vue-inline-svg": "3.1.3",
|
|
60
|
-
"vuex": "4.1.0"
|
|
61
|
-
},
|
|
62
|
-
"peerDependencies": {
|
|
63
|
-
"crypto-pro-actual-cades-plugin": "2.4.1"
|
|
64
|
-
},
|
|
65
|
-
"optionalDependencies": {
|
|
66
|
-
"crypto-pro-actual-cades-plugin": "2.4.1"
|
|
67
|
-
},
|
|
68
|
-
"devDependencies": {
|
|
69
|
-
"@babel/core": "7.24.8",
|
|
70
|
-
"@babel/preset-env": "7.24.8",
|
|
71
|
-
"@factoringplus/frontend-configs": "1.0.8",
|
|
72
|
-
"@faker-js/faker": "8.4.1",
|
|
73
|
-
"@playwright/experimental-ct-vue": "1.56.0",
|
|
74
|
-
"@playwright/test": "1.56.0",
|
|
75
|
-
"@types/node": "18.19.39",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
77
|
-
"@typescript-eslint/parser": "5.57.0",
|
|
78
|
-
"@vitejs/plugin-vue": "4.6.2",
|
|
79
|
-
"@vue/eslint-config-airbnb": "7.0.0",
|
|
80
|
-
"@vue/eslint-config-prettier": "7.1.0",
|
|
81
|
-
"@vue/eslint-config-typescript": "11.0.2",
|
|
82
|
-
"@vue/tsconfig": "0.1.3",
|
|
83
|
-
"allure-commandline": "2.34.1",
|
|
84
|
-
"allure-playwright": "3.3.3",
|
|
85
|
-
"babel-loader": "9.1.3",
|
|
86
|
-
"eslint": "8.37.0",
|
|
87
|
-
"eslint-config-prettier": "8.8.0",
|
|
88
|
-
"eslint-plugin-import": "2.27.5",
|
|
89
|
-
"eslint-plugin-prettier": "5.0.0",
|
|
90
|
-
"eslint-plugin-vue": "9.10.0",
|
|
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",
|
|
96
|
-
"postcss-preset-env": "^8.3.0",
|
|
97
|
-
"prettier": "3.1.1",
|
|
98
|
-
"rollup-plugin-visualizer": "5.12.0",
|
|
99
|
-
"sass": "1.85.0",
|
|
100
|
-
"style-dictionary": "3.9.2",
|
|
101
|
-
"stylelint": "16.1.0",
|
|
102
|
-
"stylelint-config-html": "1.1.0",
|
|
103
|
-
"stylelint-config-recess-order": "4.4.0",
|
|
104
|
-
"stylelint-config-standard-scss": "13.0.0",
|
|
105
|
-
"stylelint-prettier": "5.0.0",
|
|
106
|
-
"typescript": "5.0.4",
|
|
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"
|
|
116
|
-
}
|
|
117
|
-
}
|
|
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.20.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:styles": "stylelint \"**/*.{css,html,vue,scss}\"",
|
|
28
|
+
"lint:styles:fix": "stylelint --fix \"**/*.{css,html,vue,scss}\"",
|
|
29
|
+
"lint:prettier": "prettier --write .",
|
|
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",
|
|
32
|
+
"test:components": "playwright test -c playwright.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"
|
|
35
|
+
},
|
|
36
|
+
"lint-staged": {
|
|
37
|
+
"src/**/*.{js,vue}": [
|
|
38
|
+
"prettier --write",
|
|
39
|
+
"eslint --fix"
|
|
40
|
+
],
|
|
41
|
+
"*.js": "eslint --cache --fix"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@types/uniqid": "5.3.4",
|
|
45
|
+
"@vueuse/core": "10.11.0",
|
|
46
|
+
"@vueuse/shared": "10.11.0",
|
|
47
|
+
"async-validator": "4.2.5",
|
|
48
|
+
"axios": "^1.7.9",
|
|
49
|
+
"dayjs": "1.11.11",
|
|
50
|
+
"element-plus": "2.3.7",
|
|
51
|
+
"esbuild": "0.25.8",
|
|
52
|
+
"lodash": "4.17.21",
|
|
53
|
+
"lodash.isequal": "4.5.0",
|
|
54
|
+
"maska": "1.5.2",
|
|
55
|
+
"pinia": "2.1.7",
|
|
56
|
+
"uniqid": "5.4.0",
|
|
57
|
+
"vue": "3.4.31",
|
|
58
|
+
"vue-currency-input": "3.1.0",
|
|
59
|
+
"vue-inline-svg": "3.1.3",
|
|
60
|
+
"vuex": "4.1.0"
|
|
61
|
+
},
|
|
62
|
+
"peerDependencies": {
|
|
63
|
+
"crypto-pro-actual-cades-plugin": "2.4.1"
|
|
64
|
+
},
|
|
65
|
+
"optionalDependencies": {
|
|
66
|
+
"crypto-pro-actual-cades-plugin": "2.4.1"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@babel/core": "7.24.8",
|
|
70
|
+
"@babel/preset-env": "7.24.8",
|
|
71
|
+
"@factoringplus/frontend-configs": "1.0.8",
|
|
72
|
+
"@faker-js/faker": "8.4.1",
|
|
73
|
+
"@playwright/experimental-ct-vue": "1.56.0",
|
|
74
|
+
"@playwright/test": "1.56.0",
|
|
75
|
+
"@types/node": "18.19.39",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
77
|
+
"@typescript-eslint/parser": "5.57.0",
|
|
78
|
+
"@vitejs/plugin-vue": "4.6.2",
|
|
79
|
+
"@vue/eslint-config-airbnb": "7.0.0",
|
|
80
|
+
"@vue/eslint-config-prettier": "7.1.0",
|
|
81
|
+
"@vue/eslint-config-typescript": "11.0.2",
|
|
82
|
+
"@vue/tsconfig": "0.1.3",
|
|
83
|
+
"allure-commandline": "2.34.1",
|
|
84
|
+
"allure-playwright": "3.3.3",
|
|
85
|
+
"babel-loader": "9.1.3",
|
|
86
|
+
"eslint": "8.37.0",
|
|
87
|
+
"eslint-config-prettier": "8.8.0",
|
|
88
|
+
"eslint-plugin-import": "2.27.5",
|
|
89
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
90
|
+
"eslint-plugin-vue": "9.10.0",
|
|
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",
|
|
96
|
+
"postcss-preset-env": "^8.3.0",
|
|
97
|
+
"prettier": "3.1.1",
|
|
98
|
+
"rollup-plugin-visualizer": "5.12.0",
|
|
99
|
+
"sass": "1.85.0",
|
|
100
|
+
"style-dictionary": "3.9.2",
|
|
101
|
+
"stylelint": "16.1.0",
|
|
102
|
+
"stylelint-config-html": "1.1.0",
|
|
103
|
+
"stylelint-config-recess-order": "4.4.0",
|
|
104
|
+
"stylelint-config-standard-scss": "13.0.0",
|
|
105
|
+
"stylelint-prettier": "5.0.0",
|
|
106
|
+
"typescript": "5.0.4",
|
|
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"
|
|
116
|
+
}
|
|
117
|
+
}
|