@mythpe/quasar-ui-qui 0.1.70 → 0.1.72
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 +42 -21
- 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 +1 -2
- package/{src/index.common.js → types.d.ts} +6 -4
- package/src/index.esm.js +0 -15
- package/src/index.umd.js +0 -15
- package/types/color-name.d.ts +0 -12
- package/types/index.d.ts +0 -17
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.72",
|
|
4
4
|
"description": "MyTh Quasar UI Kit App Extension",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "MyTh Ahmed Faiz",
|
|
@@ -10,9 +10,8 @@
|
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"type": "module",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"types": "types/index.d.ts",
|
|
13
|
+
"main": "src/index.js",
|
|
14
|
+
"types": "types.d.ts",
|
|
16
15
|
"scripts": {
|
|
17
16
|
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
|
18
17
|
"lint:fix": "eslint --fix -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
|
@@ -27,11 +26,9 @@
|
|
|
27
26
|
"build:css": "node build/script.css.js"
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
|
-
"@ckeditor/ckeditor5-vue": "^7.3.0",
|
|
31
29
|
"@vee-validate/i18n": "^4.15.0",
|
|
32
30
|
"@vee-validate/rules": "^4.15.0",
|
|
33
31
|
"axios": "^1.9.0",
|
|
34
|
-
"ckeditor5": "^45.0.0",
|
|
35
32
|
"lodash": "^4.17.21",
|
|
36
33
|
"lodash-inflection": "^1.5.0",
|
|
37
34
|
"qs": "^6.14.0",
|
|
@@ -41,27 +38,54 @@
|
|
|
41
38
|
"vue3-signature": "^0.2.4"
|
|
42
39
|
},
|
|
43
40
|
"devDependencies": {
|
|
41
|
+
"ckeditor5": "^45.0.0",
|
|
42
|
+
"@ckeditor/ckeditor5-vue": "^7.3.0",
|
|
43
|
+
"@capacitor/app": "^7.0.1",
|
|
44
|
+
"@capacitor/cli": "^7.2.0",
|
|
45
|
+
"@capacitor/core": "^7.2.0",
|
|
46
|
+
"@capacitor/push-notifications": "^7.0.1",
|
|
47
|
+
"@capacitor/splash-screen": "^7.0.1",
|
|
48
|
+
"@eslint/js": "^9.14.0",
|
|
49
|
+
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
50
|
+
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
51
|
+
"@quasar/app-vite": "^2.2.0",
|
|
52
|
+
"@quasar/cli": "^2.5.0",
|
|
53
|
+
"@types/express": "4.17.17",
|
|
54
|
+
"@types/lodash": "^4.17.16",
|
|
55
|
+
"@types/node": "^20.5.9",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
57
|
+
"@typescript-eslint/parser": "^8.32.0",
|
|
58
|
+
"@vue/eslint-config-typescript": "^14.4.0",
|
|
59
|
+
"autoprefixer": "^10.4.2",
|
|
60
|
+
"eslint": "^9.14.0",
|
|
61
|
+
"eslint-config-standard": "^17.1.0",
|
|
62
|
+
"eslint-plugin-import": "^2.31.0",
|
|
63
|
+
"eslint-plugin-n": "^17.17.0",
|
|
64
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
65
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
66
|
+
"globals": "^15.12.0",
|
|
67
|
+
"laravel-echo": "^2.0.2",
|
|
68
|
+
"pusher-js": "^8.4.0",
|
|
69
|
+
"typescript": "~5.5.3",
|
|
70
|
+
"vite-plugin-checker": "^0.9.0",
|
|
71
|
+
"vite-plugin-commonjs": "^0.10.4",
|
|
72
|
+
"vue-tsc": "^2.0.29",
|
|
73
|
+
"workbox-build": "^7.0.0",
|
|
74
|
+
"workbox-cacheable-response": "^7.0.0",
|
|
75
|
+
"workbox-core": "^7.0.0",
|
|
76
|
+
"workbox-expiration": "^7.0.0",
|
|
77
|
+
"workbox-precaching": "^7.0.0",
|
|
78
|
+
"workbox-routing": "^7.0.0",
|
|
79
|
+
"workbox-strategies": "^7.0.0",
|
|
44
80
|
"@quasar/app-webpack": "^4.2.0",
|
|
45
81
|
"@quasar/extras": "^1.16.17",
|
|
46
82
|
"@rollup/plugin-buble": "^1.0.3",
|
|
47
83
|
"@rollup/plugin-json": "^6.1.0",
|
|
48
84
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
49
85
|
"@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
86
|
"chalk": "^5.4.1",
|
|
57
87
|
"core-js": "^3.42.0",
|
|
58
88
|
"cssnano": "^7.0.6",
|
|
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
89
|
"fs-extra": "^11.3.0",
|
|
66
90
|
"open": "^10.1.2",
|
|
67
91
|
"postcss": "^8.5.3",
|
|
@@ -70,12 +94,9 @@
|
|
|
70
94
|
"rollup": "^4.40.2",
|
|
71
95
|
"rtlcss": "^4.3.0",
|
|
72
96
|
"sass": "^1.87.0",
|
|
73
|
-
"typescript": "~5.8.3",
|
|
74
97
|
"uglify-js": "^3.19.3",
|
|
75
|
-
"vite-plugin-checker": "^0.9.3",
|
|
76
98
|
"vue": "^3.5.13",
|
|
77
99
|
"vue-router": "^4.5.1",
|
|
78
|
-
"vue-tsc": "^2.2.10",
|
|
79
100
|
"zlib": "^1.0.5"
|
|
80
101
|
},
|
|
81
102
|
"browserslist": [
|
package/src/components/index.ts
CHANGED
package/tsconfig.json
CHANGED
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
* Github: https://github.com/mythpe
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './composable'
|
|
11
|
-
export * from './utils'
|
|
9
|
+
export * from './src/types'
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
export * from './src/components'
|
|
12
|
+
export * from './src/composable'
|
|
13
|
+
export * from './src/utils'
|
|
14
|
+
|
|
15
|
+
import * as Plugin from './src/utils/vue-plugin'
|
|
14
16
|
|
|
15
17
|
export default Plugin
|
package/src/index.esm.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* MyTh Ahmed Faiz Copyright © 2016-2024 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
|
-
export * from './components'
|
|
10
|
-
export * from './composable'
|
|
11
|
-
export * from './utils'
|
|
12
|
-
|
|
13
|
-
import * as Plugin from './utils'
|
|
14
|
-
|
|
15
|
-
export default Plugin
|
package/src/index.umd.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* MyTh Ahmed Faiz Copyright © 2016-2024 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
|
-
export * from './components'
|
|
10
|
-
export * from './composable'
|
|
11
|
-
export * from './utils'
|
|
12
|
-
|
|
13
|
-
import * as Plugin from './utils'
|
|
14
|
-
|
|
15
|
-
export default Plugin
|
package/types/color-name.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
}
|
package/types/index.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* MyTh Ahmed Faiz Copyright © 2016-2024 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
|
-
export * from './../src/types'
|
|
10
|
-
|
|
11
|
-
export * from './../src/components'
|
|
12
|
-
export * from './../src/composable'
|
|
13
|
-
export * from './../src/utils'
|
|
14
|
-
|
|
15
|
-
import * as Plugin from './../src/utils/vue-plugin'
|
|
16
|
-
|
|
17
|
-
export default Plugin
|