@factoringplus/pl-components-pack-v3 1.9.8-pre-07 → 1.9.8-pre-02-tooltip-picker
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 +0 -31
- package/dist/{crypto-pro-9b74f059.cjs → crypto-pro-4b0a8094.cjs} +1 -1
- package/dist/{crypto-pro-abafe264.js → crypto-pro-f7ef6b4b.js} +1 -1
- package/dist/{entry-d3672e38.js → entry-16a5f478.js} +9097 -9219
- package/dist/entry-652d6be4.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/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +72 -51
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +56 -36
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +124 -58
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +146 -60
- package/dist/style.css +1 -1
- package/package.json +23 -30
- package/dist/entry-81d34aad.cjs +0 -115
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-02-tooltip-picker",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite",
|
|
21
21
|
"build": "vite build",
|
|
@@ -28,10 +28,7 @@
|
|
|
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"
|
|
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"
|
|
31
|
+
"lint:scripts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix"
|
|
35
32
|
},
|
|
36
33
|
"lint-staged": {
|
|
37
34
|
"src/**/*.{js,vue}": [
|
|
@@ -48,7 +45,6 @@
|
|
|
48
45
|
"axios": "^1.7.9",
|
|
49
46
|
"dayjs": "1.11.11",
|
|
50
47
|
"element-plus": "2.3.7",
|
|
51
|
-
"esbuild": "0.25.8",
|
|
52
48
|
"lodash": "4.17.21",
|
|
53
49
|
"lodash.isequal": "4.5.0",
|
|
54
50
|
"maska": "1.5.2",
|
|
@@ -70,48 +66,45 @@
|
|
|
70
66
|
"@babel/preset-env": "7.24.8",
|
|
71
67
|
"@factoringplus/frontend-configs": "^1.0.8",
|
|
72
68
|
"@faker-js/faker": "8.4.1",
|
|
73
|
-
"@playwright/
|
|
74
|
-
"@playwright/test": "^1.54.2",
|
|
69
|
+
"@playwright/test": "1.45.1",
|
|
75
70
|
"@types/node": "18.19.39",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
77
|
-
"@typescript-eslint/parser": "^5.57.0",
|
|
78
71
|
"@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",
|
|
79
86
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
80
87
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
81
88
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
82
|
-
"@
|
|
83
|
-
"
|
|
84
|
-
"allure-playwright": "^3.3.3",
|
|
85
|
-
"babel-loader": "9.1.3",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
90
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
86
91
|
"eslint": "^8.37.0",
|
|
87
92
|
"eslint-config-prettier": "^8.8.0",
|
|
88
93
|
"eslint-plugin-import": "^2.27.5",
|
|
89
94
|
"eslint-plugin-prettier": "^5.0.0",
|
|
90
95
|
"eslint-plugin-vue": "^9.10.0",
|
|
91
96
|
"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
97
|
"postcss-preset-env": "^8.3.0",
|
|
97
98
|
"prettier": "^3.1.1",
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
99
|
+
"vite-plugin-eslint": "^1.8.1",
|
|
100
|
+
"vite-plugin-stylelint": "^5.3.1",
|
|
101
|
+
"vite-svg-loader": "^4.0.0",
|
|
101
102
|
"stylelint": "^16.1.0",
|
|
102
103
|
"stylelint-config-html": "^1.1.0",
|
|
103
104
|
"stylelint-config-recess-order": "^4.4.0",
|
|
104
105
|
"stylelint-config-standard-scss": "^13.0.0",
|
|
105
106
|
"stylelint-prettier": "^5.0.0",
|
|
106
107
|
"typescript": "5.0.4",
|
|
107
|
-
"
|
|
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"
|
|
108
|
+
"husky": "^8.0.0"
|
|
116
109
|
}
|
|
117
110
|
}
|