@factoringplus/pl-components-pack-v3 0.2.59 → 0.2.62
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 +17 -17
- package/package.json +67 -67
- package/dist/CNAME +0 -1
- package/dist/element-plus-logo-small.svg +0 -1
- package/dist/favicon.svg +0 -1
- package/dist/pl-components-pack-v3.es.js +0 -41177
- package/dist/pl-components-pack-v3.umd.js +0 -79
- package/dist/style.css +0 -6
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# Библиотека компонентов Vue 3
|
|
2
|
-
|
|
3
|
-
## Установка
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
npm i @factoringplus/pl-components-pack-v3
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
### Добавление компонентов в проект
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
// src/main.js
|
|
13
|
-
import components from '@factoringplus/pl-components-pack-v3';
|
|
14
|
-
import '@factoringplus/pl-components-pack-v3/dist/style.css';
|
|
15
|
-
|
|
16
|
-
app.use(components)
|
|
17
|
-
```
|
|
1
|
+
# Библиотека компонентов Vue 3
|
|
2
|
+
|
|
3
|
+
## Установка
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
npm i @factoringplus/pl-components-pack-v3
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
### Добавление компонентов в проект
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
// src/main.js
|
|
13
|
+
import components from '@factoringplus/pl-components-pack-v3';
|
|
14
|
+
import '@factoringplus/pl-components-pack-v3/dist/style.css';
|
|
15
|
+
|
|
16
|
+
app.use(components)
|
|
17
|
+
```
|
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@factoringplus/pl-components-pack-v3",
|
|
3
|
-
"private": false,
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
7
|
-
"main": "./dist/pl-components-pack-v3.js",
|
|
8
|
-
"module": "./dist/pl-components-pack-v3.es.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
"./dist/style.css": "./dist/style.css",
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/pl-components-pack-v3.es.js",
|
|
13
|
-
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"version": "0.2.
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "vite",
|
|
19
|
-
"build": "vue-tsc --noEmit && vite build",
|
|
20
|
-
"preview": "vite preview",
|
|
21
|
-
"storybook": "start-storybook -p 6006",
|
|
22
|
-
"build-storybook": "build-storybook"
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@element-plus/icons-vue": "^1.1.4",
|
|
26
|
-
"@mdx-js/react": "^2.1.1",
|
|
27
|
-
"@storybook/addons": "^6.5.0-beta.8",
|
|
28
|
-
"axios": "^0.26.1",
|
|
29
|
-
"bootstrap": "^5.1.3",
|
|
30
|
-
"crypto-pro": "^2.3.0",
|
|
31
|
-
"dayjs": "^1.11.1",
|
|
32
|
-
"element-plus": "^2.2.0",
|
|
33
|
-
"feather-icons": "^4.28.0",
|
|
34
|
-
"js-file-download": "^0.4.12",
|
|
35
|
-
"lodash": "^4.17.21",
|
|
36
|
-
"moment": "^2.29.1",
|
|
37
|
-
"vue": "^3.2.31",
|
|
38
|
-
"vue-currency-input": "^2.4.0",
|
|
39
|
-
"vue-feather": "^2.0.0",
|
|
40
|
-
"vuedraggable": "^4.1.0",
|
|
41
|
-
"vuex": "^4.0.2"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@babel/core": "^7.17.5",
|
|
45
|
-
"@storybook/addon-actions": "^6.5.0-beta.8",
|
|
46
|
-
"@storybook/addon-essentials": "^6.5.0-beta.8",
|
|
47
|
-
"@storybook/addon-links": "^6.5.0-beta.8",
|
|
48
|
-
"@storybook/builder-vite": "^0.1.33",
|
|
49
|
-
"@storybook/vue3": "^6.5.0-beta.8",
|
|
50
|
-
"@types/node": "*",
|
|
51
|
-
"@vitejs/plugin-vue": "^2.2.2",
|
|
52
|
-
"@vue/compiler-sfc": "^3.2.31",
|
|
53
|
-
"@vue/eslint-config-prettier": "^6.0.0",
|
|
54
|
-
"babel-eslint": "^10.1.0",
|
|
55
|
-
"babel-loader": "^8.2.3",
|
|
56
|
-
"eslint": "^8.11.0",
|
|
57
|
-
"eslint-plugin-prettier": "^3.3.1",
|
|
58
|
-
"eslint-plugin-vue": "^8.5.0",
|
|
59
|
-
"prettier": "^2.2.1",
|
|
60
|
-
"sass": "^1.49.8",
|
|
61
|
-
"typescript": "^4.5.5",
|
|
62
|
-
"unplugin-vue-components": "^0.17.20",
|
|
63
|
-
"vite": "^2.8.4",
|
|
64
|
-
"vue-loader": "^16.8.3",
|
|
65
|
-
"vue-tsc": "^0.31.4"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@factoringplus/pl-components-pack-v3",
|
|
3
|
+
"private": false,
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"main": "./dist/pl-components-pack-v3.js",
|
|
8
|
+
"module": "./dist/pl-components-pack-v3.es.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./dist/style.css": "./dist/style.css",
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/pl-components-pack-v3.es.js",
|
|
13
|
+
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"version": "0.2.62",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "vite",
|
|
19
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
20
|
+
"preview": "vite preview",
|
|
21
|
+
"storybook": "start-storybook -p 6006",
|
|
22
|
+
"build-storybook": "build-storybook"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@element-plus/icons-vue": "^1.1.4",
|
|
26
|
+
"@mdx-js/react": "^2.1.1",
|
|
27
|
+
"@storybook/addons": "^6.5.0-beta.8",
|
|
28
|
+
"axios": "^0.26.1",
|
|
29
|
+
"bootstrap": "^5.1.3",
|
|
30
|
+
"crypto-pro": "^2.3.0",
|
|
31
|
+
"dayjs": "^1.11.1",
|
|
32
|
+
"element-plus": "^2.2.0",
|
|
33
|
+
"feather-icons": "^4.28.0",
|
|
34
|
+
"js-file-download": "^0.4.12",
|
|
35
|
+
"lodash": "^4.17.21",
|
|
36
|
+
"moment": "^2.29.1",
|
|
37
|
+
"vue": "^3.2.31",
|
|
38
|
+
"vue-currency-input": "^2.4.0",
|
|
39
|
+
"vue-feather": "^2.0.0",
|
|
40
|
+
"vuedraggable": "^4.1.0",
|
|
41
|
+
"vuex": "^4.0.2"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@babel/core": "^7.17.5",
|
|
45
|
+
"@storybook/addon-actions": "^6.5.0-beta.8",
|
|
46
|
+
"@storybook/addon-essentials": "^6.5.0-beta.8",
|
|
47
|
+
"@storybook/addon-links": "^6.5.0-beta.8",
|
|
48
|
+
"@storybook/builder-vite": "^0.1.33",
|
|
49
|
+
"@storybook/vue3": "^6.5.0-beta.8",
|
|
50
|
+
"@types/node": "*",
|
|
51
|
+
"@vitejs/plugin-vue": "^2.2.2",
|
|
52
|
+
"@vue/compiler-sfc": "^3.2.31",
|
|
53
|
+
"@vue/eslint-config-prettier": "^6.0.0",
|
|
54
|
+
"babel-eslint": "^10.1.0",
|
|
55
|
+
"babel-loader": "^8.2.3",
|
|
56
|
+
"eslint": "^8.11.0",
|
|
57
|
+
"eslint-plugin-prettier": "^3.3.1",
|
|
58
|
+
"eslint-plugin-vue": "^8.5.0",
|
|
59
|
+
"prettier": "^2.2.1",
|
|
60
|
+
"sass": "^1.49.8",
|
|
61
|
+
"typescript": "^4.5.5",
|
|
62
|
+
"unplugin-vue-components": "^0.17.20",
|
|
63
|
+
"vite": "^2.8.4",
|
|
64
|
+
"vue-loader": "^16.8.3",
|
|
65
|
+
"vue-tsc": "^0.31.4"
|
|
66
|
+
}
|
|
67
|
+
}
|
package/dist/CNAME
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
vite-starter.element-plus.org
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><defs><style>.cls-1{fill:#409eff;fill-rule:evenodd;}</style></defs><title>element plus-logo-small 副本</title><path id="element_plus-logo-small" data-name="element plus-logo-small" class="cls-1" d="M37.41,32.37c0,1.57-.83,1.93-.83,1.93L21.51,43A1.69,1.69,0,0,1,20,43S5.2,34.4,4.66,34a1.29,1.29,0,0,1-.55-1V15.24c0-.78,1-1.33,1-1.33L19.86,5.36a2,2,0,0,1,1.79,0l14.46,8.41a2.06,2.06,0,0,1,1.25,2.06V32.37Zm-5.9-17L21.35,9.5a1.59,1.59,0,0,0-1.41,0L8.33,16.15s-.77.46-.76,1.08,0,13.92,0,13.92A1,1,0,0,0,8,31.9c.43.3,12,7,12,7a1.31,1.31,0,0,0,1.19,0C21.91,38.5,33,32.11,33,32.11s.65-.28.65-1.51V27.13l-13,7.9V32a3.05,3.05,0,0,1,1-2.07L33.2,23a2.44,2.44,0,0,0,.55-1.46V18.43L20.64,26.35v-3.2a2.22,2.22,0,0,1,.83-1.79ZM41.07,4.22a.39.39,0,0,0-.37-.42H38V1.06c0-.16-.26-.22-.53-.22L36,1.08c-.18,0-.31.12-.31.23V3.8H33a.4.4,0,0,0-.36.37v2h3V9c0,.16.26.27.54.23l1.51-.25c.18,0,.29-.13.29-.23V6.14h3Z"/></svg>
|
package/dist/favicon.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><defs><style>.cls-1{fill:#409eff;fill-rule:evenodd;}</style></defs><title>element plus-logo-small 副本</title><path id="element_plus-logo-small" data-name="element plus-logo-small" class="cls-1" d="M37.41,32.37c0,1.57-.83,1.93-.83,1.93L21.51,43A1.69,1.69,0,0,1,20,43S5.2,34.4,4.66,34a1.29,1.29,0,0,1-.55-1V15.24c0-.78,1-1.33,1-1.33L19.86,5.36a2,2,0,0,1,1.79,0l14.46,8.41a2.06,2.06,0,0,1,1.25,2.06V32.37Zm-5.9-17L21.35,9.5a1.59,1.59,0,0,0-1.41,0L8.33,16.15s-.77.46-.76,1.08,0,13.92,0,13.92A1,1,0,0,0,8,31.9c.43.3,12,7,12,7a1.31,1.31,0,0,0,1.19,0C21.91,38.5,33,32.11,33,32.11s.65-.28.65-1.51V27.13l-13,7.9V32a3.05,3.05,0,0,1,1-2.07L33.2,23a2.44,2.44,0,0,0,.55-1.46V18.43L20.64,26.35v-3.2a2.22,2.22,0,0,1,.83-1.79ZM41.07,4.22a.39.39,0,0,0-.37-.42H38V1.06c0-.16-.26-.22-.53-.22L36,1.08c-.18,0-.31.12-.31.23V3.8H33a.4.4,0,0,0-.36.37v2h3V9c0,.16.26.27.54.23l1.51-.25c.18,0,.29-.13.29-.23V6.14h3Z"/></svg>
|