@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.1.69",
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": "./types.d.ts",
15
+ "types": "types/index.d.ts",
16
16
  "scripts": {
17
- "lint": "eslint ./src --ext .js,.ts,.vue ./",
18
- "lint:fix": "eslint --fix --ext .js,.ts,.vue ./src",
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.14.7",
32
- "@vee-validate/rules": "^4.14.7",
33
- "axios": "^1.7.8",
34
- "ckeditor5": "^43.3.1",
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.13.1",
37
+ "qs": "^6.14.0",
38
38
  "typed.js": "^2.1.0",
39
- "vee-validate": "^4.14.7",
40
- "vue-i18n": "^11.0.0-beta.2",
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": "^3.15.1",
45
- "@quasar/extras": "^1.16.13",
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": "^15.3.0",
49
- "@rollup/plugin-replace": "^6.0.1",
50
- "@types/express": "^5.0.0",
51
- "@types/lodash": "^4.17.13",
52
- "@types/node": "^22.10.1",
53
- "@typescript-eslint/eslint-plugin": "^7.16.0",
54
- "@typescript-eslint/parser": "^7.16.0",
55
- "autoprefixer": "^10.4.20",
56
- "chalk": "^5.3.0",
57
- "core-js": "^3.39.0",
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": "^8.57.0",
60
- "eslint-config-standard": "^17.0.0",
61
- "eslint-plugin-import": "^2.19.1",
62
- "eslint-plugin-n": "^15.0.0",
63
- "eslint-plugin-promise": "^6.0.0",
64
- "eslint-plugin-vue": "^9.0.0",
65
- "fs-extra": "^11.2.0",
66
- "open": "^10.1.0",
67
- "postcss": "^8.4.49",
68
- "quasar": "^2.17.4",
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.27.4",
70
+ "rollup": "^4.40.2",
71
71
  "rtlcss": "^4.3.0",
72
- "sass": "^1.81.0",
73
- "typescript": "~5.5.3",
72
+ "sass": "^1.87.0",
73
+ "typescript": "~5.8.3",
74
74
  "uglify-js": "^3.19.3",
75
- "vite-plugin-checker": "^0.8.0",
75
+ "vite-plugin-checker": "^0.9.3",
76
76
  "vue": "^3.5.13",
77
- "vue-router": "^4.5.0",
78
- "vue-tsc": "^2.1.10",
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
  }
@@ -65,3 +65,5 @@ export {
65
65
  MToggle,
66
66
  MUploader
67
67
  }
68
+
69
+ export default {}
@@ -14,3 +14,5 @@ import MHelpRow from './MHelpRow.vue'
14
14
  import MRow from './MRow.vue'
15
15
 
16
16
  export { MBlock, MCol, MColumn, MContainer, MHelpRow, MRow }
17
+
18
+ export default {}
@@ -14,3 +14,5 @@ export * from './parials'
14
14
  export * from './typography'
15
15
  export * from './transition'
16
16
  export * from './util'
17
+
18
+ export default {}
@@ -3,3 +3,5 @@ import MModalMenu from './MModalMenu.vue'
3
3
  import MTooltip from './MTooltip.vue'
4
4
 
5
5
  export { MDialog, MModalMenu, MTooltip }
6
+
7
+ export default {}
@@ -1,3 +1,5 @@
1
1
  import MUploaderItem from './MUploaderItem.vue'
2
2
 
3
3
  export { MUploaderItem }
4
+
5
+ export default {}
@@ -11,3 +11,5 @@ import MFadeXTransition from './MFadeXTransition.vue'
11
11
  import MTransition from './MTransition.vue'
12
12
 
13
13
  export { MFadeTransition, MFadeXTransition, MTransition }
14
+
15
+ export default {}
@@ -9,3 +9,5 @@
9
9
  import MTypingString from './MTypingString.vue'
10
10
 
11
11
  export { MTypingString }
12
+
13
+ export default {}
@@ -8,3 +8,4 @@
8
8
 
9
9
  export * from './sar'
10
10
  export {}
11
+ export default {}
@@ -10,3 +10,5 @@ import MSarCol from './MSarCol.vue'
10
10
  import MSarSvg from './MSarSvg.vue'
11
11
 
12
12
  export { MSarCol, MSarSvg }
13
+
14
+ export default {}
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": "Bundler",
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 './src/types'
9
+ export * from './../src/types'
10
10
 
11
- export * from './src/components'
12
- export * from './src/composable'
13
- export * from './src/utils'
11
+ export * from './../src/components'
12
+ export * from './../src/composable'
13
+ export * from './../src/utils'
14
14
 
15
- import * as Plugin from './src/utils/vue-plugin'
15
+ import * as Plugin from './../src/utils/vue-plugin'
16
16
 
17
17
  export default Plugin