@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.1.70",
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
- "module": "src/index.esm.js",
14
- "main": "src/index.common.js",
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": [
@@ -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,8 +21,7 @@
21
21
  "exactOptionalPropertyTypes": false,
22
22
  "noUncheckedIndexedAccess": true,
23
23
  "types": [
24
- "vite/client",
25
- "src/types/color-name.d.ts"
24
+ "vite/client"
26
25
  ],
27
26
  "noImplicitAny": false,
28
27
  "moduleResolution": "node",
@@ -6,10 +6,12 @@
6
6
  * Github: https://github.com/mythpe
7
7
  */
8
8
 
9
- export * from './components'
10
- export * from './composable'
11
- export * from './utils'
9
+ export * from './src/types'
12
10
 
13
- import * as Plugin from './utils'
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
@@ -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