@mythpe/quasar-ui-qui 0.1.69 → 0.1.71
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 +40 -40
- package/src/components/form/index.ts +2 -0
- package/src/components/grid/index.ts +2 -0
- package/src/components/index.ts +2 -0
- package/src/components/modal/index.ts +2 -0
- package/src/components/parials/index.ts +2 -0
- package/src/components/transition/index.ts +2 -0
- package/src/components/typography/index.ts +2 -0
- package/src/components/util/index.ts +1 -0
- package/src/components/util/sar/index.ts +2 -0
- package/tsconfig.json +3 -2
- package/types/color-name.d.ts +12 -0
- package/{types.d.ts → types/index.d.ts} +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mythpe/quasar-ui-qui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.71",
|
|
4
4
|
"description": "MyTh Quasar UI Kit App Extension",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "MyTh Ahmed Faiz",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"module": "src/index.esm.js",
|
|
14
14
|
"main": "src/index.common.js",
|
|
15
|
-
"types": "
|
|
15
|
+
"types": "types/index.d.ts",
|
|
16
16
|
"scripts": {
|
|
17
|
-
"lint": "eslint ./
|
|
18
|
-
"lint:fix": "eslint --fix
|
|
17
|
+
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
|
18
|
+
"lint:fix": "eslint --fix -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
|
19
19
|
"dev": "cd ../dev && yarn dev && cd ..",
|
|
20
20
|
"dev:umd": "yarn build && node build/script.open-umd.js",
|
|
21
21
|
"dev:ssr": "cd ../dev && yarn 'dev:ssr' && cd ..",
|
|
@@ -28,54 +28,54 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ckeditor/ckeditor5-vue": "^7.3.0",
|
|
31
|
-
"@vee-validate/i18n": "^4.
|
|
32
|
-
"@vee-validate/rules": "^4.
|
|
33
|
-
"axios": "^1.
|
|
34
|
-
"ckeditor5": "^
|
|
31
|
+
"@vee-validate/i18n": "^4.15.0",
|
|
32
|
+
"@vee-validate/rules": "^4.15.0",
|
|
33
|
+
"axios": "^1.9.0",
|
|
34
|
+
"ckeditor5": "^45.0.0",
|
|
35
35
|
"lodash": "^4.17.21",
|
|
36
36
|
"lodash-inflection": "^1.5.0",
|
|
37
|
-
"qs": "^6.
|
|
37
|
+
"qs": "^6.14.0",
|
|
38
38
|
"typed.js": "^2.1.0",
|
|
39
|
-
"vee-validate": "^4.
|
|
40
|
-
"vue-i18n": "^11.
|
|
39
|
+
"vee-validate": "^4.15.0",
|
|
40
|
+
"vue-i18n": "^11.1.3",
|
|
41
41
|
"vue3-signature": "^0.2.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@quasar/app-webpack": "^
|
|
45
|
-
"@quasar/extras": "^1.16.
|
|
44
|
+
"@quasar/app-webpack": "^4.2.0",
|
|
45
|
+
"@quasar/extras": "^1.16.17",
|
|
46
46
|
"@rollup/plugin-buble": "^1.0.3",
|
|
47
47
|
"@rollup/plugin-json": "^6.1.0",
|
|
48
|
-
"@rollup/plugin-node-resolve": "^
|
|
49
|
-
"@rollup/plugin-replace": "^6.0.
|
|
50
|
-
"@types/express": "^5.0.
|
|
51
|
-
"@types/lodash": "^4.17.
|
|
52
|
-
"@types/node": "^22.
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
54
|
-
"@typescript-eslint/parser": "^
|
|
55
|
-
"autoprefixer": "^10.4.
|
|
56
|
-
"chalk": "^5.
|
|
57
|
-
"core-js": "^3.
|
|
48
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
49
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
50
|
+
"@types/express": "^5.0.1",
|
|
51
|
+
"@types/lodash": "^4.17.16",
|
|
52
|
+
"@types/node": "^22.15.12",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.32.0",
|
|
55
|
+
"autoprefixer": "^10.4.21",
|
|
56
|
+
"chalk": "^5.4.1",
|
|
57
|
+
"core-js": "^3.42.0",
|
|
58
58
|
"cssnano": "^7.0.6",
|
|
59
|
-
"eslint": "^
|
|
60
|
-
"eslint-config-standard": "^17.
|
|
61
|
-
"eslint-plugin-import": "^2.
|
|
62
|
-
"eslint-plugin-n": "^
|
|
63
|
-
"eslint-plugin-promise": "^
|
|
64
|
-
"eslint-plugin-vue": "^
|
|
65
|
-
"fs-extra": "^11.
|
|
66
|
-
"open": "^10.1.
|
|
67
|
-
"postcss": "^8.
|
|
68
|
-
"quasar": "^2.
|
|
59
|
+
"eslint": "^9.26.0",
|
|
60
|
+
"eslint-config-standard": "^17.1.0",
|
|
61
|
+
"eslint-plugin-import": "^2.31.0",
|
|
62
|
+
"eslint-plugin-n": "^17.17.0",
|
|
63
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
64
|
+
"eslint-plugin-vue": "^10.1.0",
|
|
65
|
+
"fs-extra": "^11.3.0",
|
|
66
|
+
"open": "^10.1.2",
|
|
67
|
+
"postcss": "^8.5.3",
|
|
68
|
+
"quasar": "^2.18.1",
|
|
69
69
|
"rimraf": "^6.0.1",
|
|
70
|
-
"rollup": "^4.
|
|
70
|
+
"rollup": "^4.40.2",
|
|
71
71
|
"rtlcss": "^4.3.0",
|
|
72
|
-
"sass": "^1.
|
|
73
|
-
"typescript": "~5.
|
|
72
|
+
"sass": "^1.87.0",
|
|
73
|
+
"typescript": "~5.8.3",
|
|
74
74
|
"uglify-js": "^3.19.3",
|
|
75
|
-
"vite-plugin-checker": "^0.
|
|
75
|
+
"vite-plugin-checker": "^0.9.3",
|
|
76
76
|
"vue": "^3.5.13",
|
|
77
|
-
"vue-router": "^4.5.
|
|
78
|
-
"vue-tsc": "^2.
|
|
77
|
+
"vue-router": "^4.5.1",
|
|
78
|
+
"vue-tsc": "^2.2.10",
|
|
79
79
|
"zlib": "^1.0.5"
|
|
80
80
|
},
|
|
81
81
|
"browserslist": [
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"last 4 iOS versions"
|
|
90
90
|
],
|
|
91
91
|
"engines": {
|
|
92
|
-
"node": "^24 || ^22 || ^20 || ^18",
|
|
92
|
+
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
|
|
93
93
|
"npm": ">= 6.13.4",
|
|
94
94
|
"yarn": ">= 1.21.1"
|
|
95
95
|
}
|
package/src/components/index.ts
CHANGED
package/tsconfig.json
CHANGED
|
@@ -21,10 +21,11 @@
|
|
|
21
21
|
"exactOptionalPropertyTypes": false,
|
|
22
22
|
"noUncheckedIndexedAccess": true,
|
|
23
23
|
"types": [
|
|
24
|
-
"vite/client"
|
|
24
|
+
"vite/client",
|
|
25
|
+
"src/types/color-name.d.ts"
|
|
25
26
|
],
|
|
26
27
|
"noImplicitAny": false,
|
|
27
|
-
"moduleResolution": "
|
|
28
|
+
"moduleResolution": "node",
|
|
28
29
|
"newLine": "lf"
|
|
29
30
|
}
|
|
30
31
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* MyTh Ahmed Faiz Copyright © 2016-2025 All rights reserved.
|
|
3
|
+
* Email: mythpe@gmail.com
|
|
4
|
+
* Mobile: +966590470092
|
|
5
|
+
* Website: https://www.4myth.com
|
|
6
|
+
* Github: https://github.com/mythpe
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
declare module 'color-name' {
|
|
10
|
+
const colors: Record<string, [number, number, number]>
|
|
11
|
+
export = colors;
|
|
12
|
+
}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
* Github: https://github.com/mythpe
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
export * from '
|
|
9
|
+
export * from './../src/types'
|
|
10
10
|
|
|
11
|
-
export * from '
|
|
12
|
-
export * from '
|
|
13
|
-
export * from '
|
|
11
|
+
export * from './../src/components'
|
|
12
|
+
export * from './../src/composable'
|
|
13
|
+
export * from './../src/utils'
|
|
14
14
|
|
|
15
|
-
import * as Plugin from '
|
|
15
|
+
import * as Plugin from './../src/utils/vue-plugin'
|
|
16
16
|
|
|
17
17
|
export default Plugin
|