cleek 2.11.32 → 2.11.34

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.
Files changed (75) hide show
  1. package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
  2. package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
  3. package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
  4. package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
  5. package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
  6. package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
  7. package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
  8. package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
  9. package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
  10. package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
  11. package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
  12. package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
  13. package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
  14. package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
  15. package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
  16. package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
  17. package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
  18. package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
  19. package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
  20. package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
  21. package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
  22. package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
  23. package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
  24. package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
  25. package/dist/main.cjs.js +1 -1
  26. package/dist/main.css +1 -1
  27. package/dist/main.es.js +2120 -2097
  28. package/dist/types/cleek-options/default-cleek-options.d.ts +0 -1
  29. package/dist/types/components/ck-button.vue.d.ts +17 -41
  30. package/dist/types/components/ck-card.vue.d.ts +17 -27
  31. package/dist/types/components/ck-checkbox.vue.d.ts +26 -61
  32. package/dist/types/components/ck-chip.vue.d.ts +16 -32
  33. package/dist/types/components/ck-circle.vue.d.ts +16 -26
  34. package/dist/types/components/ck-div.vue.d.ts +16 -23
  35. package/dist/types/components/ck-dropdown/ck-dropdown.vue.d.ts +22 -23
  36. package/dist/types/components/ck-dropdown-button.vue.d.ts +7 -17
  37. package/dist/types/components/ck-icon.vue.d.ts +7 -26
  38. package/dist/types/components/ck-img.vue.d.ts +6 -30
  39. package/dist/types/components/ck-input/ck-input-date.vue.d.ts +9 -30
  40. package/dist/types/components/ck-input/ck-input-time.vue.d.ts +7 -23
  41. package/dist/types/components/ck-input.vue.d.ts +56 -249
  42. package/dist/types/components/ck-label.vue.d.ts +13 -20
  43. package/dist/types/components/ck-navbar/ck-navbar.vue.d.ts +12 -19
  44. package/dist/types/components/ck-notify/components/CkConfirm.vue.d.ts +1 -1
  45. package/dist/types/components/ck-popup.vue.d.ts +50 -157
  46. package/dist/types/components/ck-radio.vue.d.ts +8 -25
  47. package/dist/types/components/ck-select.vue.d.ts +52 -243
  48. package/dist/types/components/ck-sidebar.vue.d.ts +30 -69
  49. package/dist/types/components/ck-switch-options.vue.d.ts +27 -115
  50. package/dist/types/components/ck-switch.vue.d.ts +35 -102
  51. package/dist/types/components/ck-table/ck-pagination/ck-pagination.vue.d.ts +6 -25
  52. package/dist/types/components/ck-table/ck-table.vue.d.ts +60 -182
  53. package/dist/types/components/ck-table/ck-td.vue.d.ts +12 -27
  54. package/dist/types/components/ck-table/ck-th.vue.d.ts +12 -20
  55. package/dist/types/components/ck-table/ck-tr.vue.d.ts +9 -3
  56. package/dist/types/components/ck-table/inner-components/ck-table__columns-manager-btn.vue.d.ts +3 -14
  57. package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +6 -19
  58. package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +25 -58
  59. package/dist/types/components/ck-table/inner-components/ck-table__items-per-page.vue.d.ts +3 -16
  60. package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +7 -23
  61. package/dist/types/components/ck-table/loading-and-no-results-text/LoadingAndNoResultsText.vue.d.ts +3 -16
  62. package/dist/types/components/ck-tabs/ck-tab.vue.d.ts +12 -18
  63. package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +19 -19
  64. package/dist/types/components/ck-textarea.vue.d.ts +14 -42
  65. package/dist/types/components/ck-tile-picker.vue.d.ts +35 -0
  66. package/dist/types/components/ck-toggle/ck-toggle.vue.d.ts +16 -27
  67. package/dist/types/components/ck-toggle-group/ck-toggle-group.vue.d.ts +28 -65
  68. package/dist/types/components/index.d.ts +1 -0
  69. package/dist/types/components/showers/ck-datetime-shower.vue.d.ts +5 -20
  70. package/dist/types/components/showers/ck-time-shower.vue.d.ts +3 -14
  71. package/dist/types/composables/use-scroll-listener.composable.d.ts +0 -1
  72. package/dist/types/main.d.ts +0 -1
  73. package/dist/types/types/table.d.ts +0 -1
  74. package/dist/types/utils/global-hooks.d.ts +0 -1
  75. package/package.json +86 -85
package/package.json CHANGED
@@ -1,85 +1,86 @@
1
- {
2
- "name": "cleek",
3
- "description": "Complete UX Vue library",
4
- "version": "2.11.32",
5
- "author": "Quantic Onion",
6
- "license": "MIT",
7
- "repository": "",
8
- "type": "module",
9
- "files": [
10
- "dist"
11
- ],
12
- "main": "./dist/main.cjs.js",
13
- "module": "./dist/main.es.js",
14
- "exports": {
15
- ".": {
16
- "require": "./dist/main.cjs.js",
17
- "import": "./dist/main.es.js",
18
- "types": "./dist/types/main.d.ts"
19
- },
20
- "./main.css": "./dist/main.css",
21
- "./package.json": "./package.json"
22
- },
23
- "types": "./dist/types/main.d.ts",
24
- "scripts": {
25
- "dev": "vitepress dev docs",
26
- "typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false",
27
- "build": "vite build",
28
- "build:full": "vite build && vue-tsc --declaration --emitDeclarationOnly",
29
- "build:docs": "vitepress build docs",
30
- "serve": "vitepress serve docs",
31
- "analyze": "vite build --config analyze.config.js",
32
- "patch-publish": "npm run build && npm version patch && npm publish",
33
- "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
34
- "stylelint": "stylelint . --fix --ignore-path .stylelintignore",
35
- "format": "prettier . --write",
36
- "deploy": "node deploy.js"
37
- },
38
- "dependencies": {
39
- "@fortawesome/fontawesome-svg-core": "^6.1.1",
40
- "@fortawesome/free-brands-svg-icons": "^6.1.1",
41
- "@fortawesome/free-regular-svg-icons": "^6.1.1",
42
- "@fortawesome/free-solid-svg-icons": "^6.1.1",
43
- "@fortawesome/vue-fontawesome": "^3.0.0-5",
44
- "@vuepic/vue-datepicker": "^3.5.3",
45
- "click-outside-vue3": "^4.0.1",
46
- "floating-vue": "^5.2.2",
47
- "mitt": "^3.0.0",
48
- "pinia": "^3.0.2",
49
- "pinia-plugin-persistedstate": "^3.2.1",
50
- "quantic-methods": "^1.6.87",
51
- "tabbable": "^5.2.0",
52
- "tippy.js": "^6.3.1",
53
- "vue": "^3.5.12",
54
- "vue-perfect-scrollbar": "^0.2.1",
55
- "vue3-datepicker": "^0.4.0"
56
- },
57
- "devDependencies": {
58
- "@prettier/plugin-pug": "^2.5.1",
59
- "@types/node": "^20.14.9",
60
- "@vitejs/plugin-vue": "^4.2.3",
61
- "@vue/compiler-sfc": "^3.1.5",
62
- "@vue/eslint-config-prettier": "^7.1.0",
63
- "@vue/eslint-config-typescript": "^11.0.3",
64
- "@vue/language-plugin-pug": "^1.8.15",
65
- "@vue/tsconfig": "^0.1.3",
66
- "eslint": "^7.31.0",
67
- "eslint-config-prettier": "^8.3.0",
68
- "eslint-plugin-vue": "^7.14.0",
69
- "prettier": "^2.3.2",
70
- "prettier-plugin-stylus": "^0.1.0",
71
- "pug": "^3.0.2",
72
- "pug-plain-loader": "^1.1.0",
73
- "rollup-plugin-visualizer": "^6.0.5",
74
- "stylelint": "^15.9.0",
75
- "stylelint-config-prettier": "^9.0.5",
76
- "stylelint-config-recommended": "^12.0.0",
77
- "stylelint-stylus": "^0.18.0",
78
- "stylus": "^0.59.0",
79
- "typescript": "^5.5.3",
80
- "vite": "^4.3.9",
81
- "vite-plugin-dts": "^3.9.1",
82
- "vitepress": "^0.21.4",
83
- "vue-tsc": "^2"
84
- }
85
- }
1
+ {
2
+ "name": "cleek",
3
+ "description": "Complete UX Vue library",
4
+ "version": "2.11.34",
5
+ "author": "Quantic Onion",
6
+ "license": "MIT",
7
+ "repository": "github:quantic-core/cleek",
8
+ "type": "module",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "main": "./dist/main.cjs.js",
13
+ "module": "./dist/main.es.js",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/types/main.d.ts",
17
+ "import": "./dist/main.es.js",
18
+ "require": "./dist/main.cjs.js"
19
+ },
20
+ "./main.css": "./dist/main.css",
21
+ "./package.json": "./package.json"
22
+ },
23
+ "types": "./dist/types/main.d.ts",
24
+ "scripts": {
25
+ "dev": "vitepress dev docs",
26
+ "typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false",
27
+ "build": "vite build",
28
+ "build:full": "vite build && vue-tsc --declaration --emitDeclarationOnly",
29
+ "build:docs": "vitepress build docs",
30
+ "serve": "vitepress serve docs",
31
+ "analyze": "vite build --config analyze.config.js",
32
+ "patch-publish": "npm run build && npm version patch && npm publish",
33
+ "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
34
+ "stylelint": "stylelint . --fix --ignore-path .stylelintignore",
35
+ "format": "prettier . --write",
36
+ "deploy": "node deploy.js"
37
+ },
38
+ "dependencies": {
39
+ "@fortawesome/fontawesome-svg-core": "^6.1.1",
40
+ "@fortawesome/free-brands-svg-icons": "^6.1.1",
41
+ "@fortawesome/free-regular-svg-icons": "^6.1.1",
42
+ "@fortawesome/free-solid-svg-icons": "^6.1.1",
43
+ "@fortawesome/vue-fontawesome": "^3.0.0-5",
44
+ "@vuepic/vue-datepicker": "^3.5.3",
45
+ "click-outside-vue3": "^4.0.1",
46
+ "floating-vue": "^5.2.2",
47
+ "mitt": "^3.0.0",
48
+ "pinia": "^3.0.2",
49
+ "pinia-plugin-persistedstate": "^3.2.1",
50
+ "quantic-methods": "^1.6.87",
51
+ "tabbable": "^5.2.0",
52
+ "tippy.js": "^6.3.1",
53
+ "vue": "^3.5.12",
54
+ "vue-perfect-scrollbar": "^0.2.1",
55
+ "vue3-datepicker": "^0.4.0"
56
+ },
57
+ "devDependencies": {
58
+ "@prettier/plugin-pug": "^2.5.1",
59
+ "@types/node": "^20.14.9",
60
+ "@vitejs/plugin-vue": "^5.2.4",
61
+ "@vue/compiler-sfc": "^3.1.5",
62
+ "@vue/eslint-config-prettier": "^7.1.0",
63
+ "@vue/eslint-config-typescript": "^11.0.3",
64
+ "@vue/language-plugin-pug": "^1.8.15",
65
+ "@vue/tsconfig": "^0.1.3",
66
+ "ajv": "^8",
67
+ "eslint": "^7.31.0",
68
+ "eslint-config-prettier": "^8.3.0",
69
+ "eslint-plugin-vue": "^7.14.0",
70
+ "prettier": "^2.3.2",
71
+ "prettier-plugin-stylus": "^0.1.0",
72
+ "pug": "^3.0.2",
73
+ "pug-plain-loader": "^1.1.0",
74
+ "rollup-plugin-visualizer": "^6.0.5",
75
+ "stylelint": "^15.9.0",
76
+ "stylelint-config-prettier": "^9.0.5",
77
+ "stylelint-config-recommended": "^12.0.0",
78
+ "stylelint-stylus": "^0.18.0",
79
+ "stylus": "^0.59.0",
80
+ "typescript": "^5.5.3",
81
+ "vite": "^6.3.5",
82
+ "vite-plugin-dts": "^4.5.4",
83
+ "vitepress": "^0.21.4",
84
+ "vue-tsc": "^2"
85
+ }
86
+ }