@point-hub/papp 0.0.1 → 0.0.2
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/dist/papp.js +2722 -2709
- package/dist/papp.umd.cjs +5 -5
- package/dist/src/components/base-alert.vue.d.ts +11 -14
- package/dist/src/components/base-autocomplete.vue.d.ts +18 -9
- package/dist/src/components/base-avatar.vue.d.ts +15 -15
- package/dist/src/components/base-badge.vue.d.ts +8 -8
- package/dist/src/components/base-breadcrumb.vue.d.ts +8 -8
- package/dist/src/components/base-button.vue.d.ts +16 -16
- package/dist/src/components/base-checkbox.vue.d.ts +9 -4
- package/dist/src/components/base-datepicker.vue.d.ts +7 -5
- package/dist/src/components/base-divider.vue.d.ts +3 -2
- package/dist/src/components/base-dropdown.vue.d.ts +3 -2
- package/dist/src/components/base-file-upload.vue.d.ts +8 -9
- package/dist/src/components/base-form.vue.d.ts +3 -3
- package/dist/src/components/base-input-mask.vue.d.ts +9 -7
- package/dist/src/components/base-input-number.vue.d.ts +9 -7
- package/dist/src/components/base-input.vue.d.ts +9 -6
- package/dist/src/components/base-mask.vue.d.ts +2 -1
- package/dist/src/components/base-modal.vue.d.ts +4 -4
- package/dist/src/components/base-popover.vue.d.ts +3 -2
- package/dist/src/components/base-progress.vue.d.ts +9 -7
- package/dist/src/components/base-radio.vue.d.ts +13 -13
- package/dist/src/components/base-range.vue.d.ts +6 -5
- package/dist/src/components/base-select.vue.d.ts +11 -9
- package/dist/src/components/base-spinner.vue.d.ts +8 -8
- package/dist/src/components/base-step.vue.d.ts +7 -8
- package/dist/src/components/base-switch.vue.d.ts +12 -9
- package/dist/src/components/base-textarea.vue.d.ts +6 -4
- package/dist/src/components/base-toast.vue.d.ts +2 -1
- package/dist/src/index.d.ts +27 -26
- package/dist/src/plugins/icon.d.ts +5 -0
- package/dist/style.css +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/papp.umd.cjs",
|
|
6
6
|
"module": "./dist/papp.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"./style.css": "./dist/style.css"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"dev": "
|
|
25
|
-
"dev:
|
|
26
|
-
"dev:type": "vue-tsc
|
|
24
|
+
"dev": "run-s clean-dist build:lib && run-p dev:lib dev:type docs:dev",
|
|
25
|
+
"dev:src": "vite dev",
|
|
26
|
+
"dev:type": "vue-tsc -p tsconfig.build.json --watch",
|
|
27
27
|
"dev:lib": "vite build --watch",
|
|
28
|
-
"build": "run-s clean-dist build:type build:lib",
|
|
29
|
-
"build:type": "vue-tsc
|
|
28
|
+
"build": "run-s clean-dist build:type build:lib docs:build",
|
|
29
|
+
"build:type": "vue-tsc -p tsconfig.build.json",
|
|
30
30
|
"build:lib": "vite build",
|
|
31
31
|
"test": "vitest",
|
|
32
|
-
"type-check": "vue-tsc --
|
|
32
|
+
"type-check": "vue-tsc --build --force",
|
|
33
33
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
|
|
34
34
|
"lint:fix": "bun run lint -- --fix",
|
|
35
35
|
"clean-dist": "./node_modules/rimraf/dist/esm/bin.mjs dist",
|
|
@@ -40,42 +40,42 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@headlessui/vue": "^1.7.16",
|
|
42
42
|
"@point-hub/preset-papp-icon": "^0.0.2",
|
|
43
|
-
"@unocss/reset": "^0.
|
|
43
|
+
"@unocss/reset": "^0.58.0",
|
|
44
44
|
"cleave.js": "^1.6.0",
|
|
45
45
|
"dayjs": "^1.11.10",
|
|
46
46
|
"pinia": "^2.1.7",
|
|
47
47
|
"uuid": "^9.0.1",
|
|
48
|
-
"vue": "^3.3.
|
|
48
|
+
"vue": "^3.3.11",
|
|
49
49
|
"vue-router": "4",
|
|
50
50
|
"vue-tippy": "^6.3.1",
|
|
51
51
|
"vue3-popper": "^1.5.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@rushstack/eslint-patch": "^1.
|
|
54
|
+
"@rushstack/eslint-patch": "^1.6.0",
|
|
55
55
|
"@tsconfig/node18": "^18.2.2",
|
|
56
56
|
"@types/cleave.js": "^1.4.12",
|
|
57
|
-
"@types/jsdom": "^21.1.
|
|
58
|
-
"@types/node": "^
|
|
57
|
+
"@types/jsdom": "^21.1.6",
|
|
58
|
+
"@types/node": "^20.10.4",
|
|
59
59
|
"@types/uuid": "^9.0.7",
|
|
60
|
-
"@unocss/transformer-directives": "^0.
|
|
61
|
-
"@vitejs/plugin-vue": "^4.
|
|
60
|
+
"@unocss/transformer-directives": "^0.58.0",
|
|
61
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
62
62
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
63
63
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
64
|
-
"@vue/test-utils": "^2.4.
|
|
64
|
+
"@vue/test-utils": "^2.4.3",
|
|
65
65
|
"@vue/tsconfig": "^0.4.0",
|
|
66
|
-
"eslint": "^8.
|
|
67
|
-
"eslint-plugin-vue": "^9.
|
|
68
|
-
"jsdom": "^
|
|
66
|
+
"eslint": "^8.55.0",
|
|
67
|
+
"eslint-plugin-vue": "^9.19.2",
|
|
68
|
+
"jsdom": "^23.0.1",
|
|
69
69
|
"npm-run-all2": "^6.1.1",
|
|
70
70
|
"postcss": "^8.4.32",
|
|
71
|
-
"prettier": "^3.
|
|
71
|
+
"prettier": "^3.1.1",
|
|
72
72
|
"rimraf": "^5.0.5",
|
|
73
|
-
"typescript": "~5.
|
|
74
|
-
"unocss": "^0.
|
|
75
|
-
"vite": "^
|
|
76
|
-
"vitepress": "^1.0.0-rc.
|
|
77
|
-
"vitest": "^0.
|
|
78
|
-
"vue-tsc": "^1.8.
|
|
73
|
+
"typescript": "~5.3.3",
|
|
74
|
+
"unocss": "^0.58.0",
|
|
75
|
+
"vite": "^5.0.7",
|
|
76
|
+
"vitepress": "^1.0.0-rc.31",
|
|
77
|
+
"vitest": "^1.0.4",
|
|
78
|
+
"vue-tsc": "^1.8.25"
|
|
79
79
|
},
|
|
80
80
|
"repository": {
|
|
81
81
|
"type": "git",
|