@mythpe/quasar-ui-qui 0.1.68 → 0.1.70

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.68",
3
+ "version": "0.1.70",
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
  }
@@ -28,6 +28,7 @@ type P = {
28
28
  autofocus?: Props['autofocus'];
29
29
  errors?: Props['errors'];
30
30
  type?: Props['type'];
31
+ loading?: Props['loading'];
31
32
  }
32
33
 
33
34
  const props = withDefaults(defineProps<P>(), {
@@ -40,7 +41,8 @@ const props = withDefaults(defineProps<P>(), {
40
41
  topLabelProps: undefined,
41
42
  autofocus: !1,
42
43
  errors: () => ([]),
43
- type: 'tel'
44
+ type: 'tel',
45
+ loading: !1
44
46
  })
45
47
  type Func = () => void;
46
48
  type Emits = {
@@ -197,7 +199,7 @@ const getTime = computed<string | null>(() => {
197
199
  const s = newDate.getSeconds()
198
200
  return `${(m < 9 ? '0' : '') + m}:${(s < 9 ? '0' : '') + s}`
199
201
  })
200
- const disabled = computed(() => seconds.value > 0)
202
+ const disabled = computed(() => seconds.value > 0 || props.loading)
201
203
  const clear = () => {
202
204
  interval && clearInterval(interval)
203
205
  }
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