cleek 2.11.43 → 3.0.0

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 (49) hide show
  1. package/dist/cleek-styles/clear-app.styl +7 -0
  2. package/dist/cleek-styles/cleek-mixins.styl +3 -3
  3. package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
  4. package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
  5. package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
  6. package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
  7. package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
  8. package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
  9. package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
  10. package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
  11. package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
  12. package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
  13. package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
  14. package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
  15. package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
  16. package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
  17. package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
  18. package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
  19. package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
  20. package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
  21. package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
  22. package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
  23. package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
  24. package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
  25. package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
  26. package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
  27. package/dist/main.cjs.js +1 -1
  28. package/dist/main.css +1 -1
  29. package/dist/main.es.js +2920 -2603
  30. package/dist/types/cleek-options/cleek-options.store.d.ts +0 -9
  31. package/dist/types/cleek-options/cleek-options.types.d.ts +1 -2
  32. package/dist/types/components/ck-card.vue.d.ts +1 -0
  33. package/dist/types/components/ck-chip.vue.d.ts +1 -3
  34. package/dist/types/components/ck-popup.vue.d.ts +2 -1
  35. package/dist/types/components/ck-select.vue.d.ts +0 -1
  36. package/dist/types/components/ck-table/ck-table-expand-btn.vue.d.ts +24 -0
  37. package/dist/types/components/ck-table/ck-table.vue.d.ts +33 -3
  38. package/dist/types/components/ck-table/ck-th.vue.d.ts +8 -1
  39. package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +17 -7
  40. package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +2 -0
  41. package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +0 -4
  42. package/dist/types/components/ck-table/inner-components/ck-table__row.vue.d.ts +28 -0
  43. package/dist/types/components/ck-table/inner-components/ck-table__select-dropdown.vue.d.ts +80 -0
  44. package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +0 -1
  45. package/dist/types/components/ck-toggle-group/ck-toggle-group.vue.d.ts +1 -0
  46. package/dist/types/components/index.d.ts +4 -0
  47. package/dist/types/composables/use-table-row-expansion.composable.d.ts +3 -0
  48. package/dist/types/types/table.d.ts +20 -1
  49. package/package.json +80 -79
package/package.json CHANGED
@@ -1,79 +1,80 @@
1
- {
2
- "name": "cleek",
3
- "description": "Complete UX Vue library",
4
- "version": "2.11.43",
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
- "typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false",
26
- "build": "vite build",
27
- "build:full": "vite build && vue-tsc --declaration --emitDeclarationOnly",
28
- "analyze": "vite build --config analyze.config.js",
29
- "patch-publish": "npm run build && npm version patch && npm publish",
30
- "lint": "eslint --fix src",
31
- "stylelint": "stylelint . --fix --ignore-path .stylelintignore",
32
- "format": "prettier . --write",
33
- "deploy": "node deploy.js"
34
- },
35
- "dependencies": {
36
- "@fortawesome/fontawesome-svg-core": "^6.1.1",
37
- "@fortawesome/free-brands-svg-icons": "^6.1.1",
38
- "@fortawesome/free-regular-svg-icons": "^6.1.1",
39
- "@fortawesome/free-solid-svg-icons": "^6.1.1",
40
- "@fortawesome/vue-fontawesome": "^3.0.0-5",
41
- "@vuepic/vue-datepicker": "^3.5.3",
42
- "click-outside-vue3": "^4.0.1",
43
- "date-fns": "^2.30.0",
44
- "floating-vue": "^5.2.2",
45
- "mitt": "^3.0.0",
46
- "pinia": "^3.0.2",
47
- "tabbable": "^5.2.0",
48
- "tippy.js": "^6.3.1",
49
- "vue": "^3.5.12",
50
- "vue-perfect-scrollbar": "^0.2.1",
51
- "vue3-datepicker": "^0.4.0"
52
- },
53
- "devDependencies": {
54
- "@eslint/js": "^9.39.0",
55
- "@prettier/plugin-pug": "^3.4.2",
56
- "@types/node": "^20.14.9",
57
- "@vitejs/plugin-vue": "^5.2.4",
58
- "@vue/compiler-sfc": "^3.1.5",
59
- "@vue/eslint-config-typescript": "^14.9.0",
60
- "@vue/language-plugin-pug": "^1.8.15",
61
- "@vue/tsconfig": "^0.1.3",
62
- "eslint": "^9.39.0",
63
- "eslint-config-prettier": "^10.1.8",
64
- "eslint-plugin-vue": "^10.10.0",
65
- "prettier": "^3.6.2",
66
- "prettier-plugin-stylus": "^0.1.0",
67
- "pug": "^3.0.2",
68
- "pug-plain-loader": "^1.1.0",
69
- "rollup-plugin-visualizer": "^6.0.5",
70
- "stylelint": "^15.9.0",
71
- "stylelint-config-recommended": "^12.0.0",
72
- "stylelint-stylus": "^0.18.0",
73
- "stylus": "^0.59.0",
74
- "typescript": "^5.5.3",
75
- "vite": "^6.3.5",
76
- "vite-plugin-dts": "^4.5.4",
77
- "vue-tsc": "^2"
78
- }
79
- }
1
+ {
2
+ "name": "cleek",
3
+ "description": "Complete UX Vue library",
4
+ "version": "3.0.0",
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
+ "typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false",
26
+ "build": "vite build",
27
+ "build:full": "vite build && vue-tsc --declaration --emitDeclarationOnly",
28
+ "analyze": "vite build --config analyze.config.js",
29
+ "patch-publish": "npm run build && npm version patch && npm publish",
30
+ "lint": "eslint --fix src",
31
+ "stylelint": "stylelint . --fix --ignore-path .stylelintignore",
32
+ "format": "prettier . --write",
33
+ "deploy": "node deploy.js"
34
+ },
35
+ "dependencies": {
36
+ "@fortawesome/fontawesome-svg-core": "^6.1.1",
37
+ "@fortawesome/free-brands-svg-icons": "^6.1.1",
38
+ "@fortawesome/free-regular-svg-icons": "^6.1.1",
39
+ "@fortawesome/free-solid-svg-icons": "^6.1.1",
40
+ "@fortawesome/vue-fontawesome": "^3.0.0-5",
41
+ "@vuepic/vue-datepicker": "^3.5.3",
42
+ "click-outside-vue3": "^4.0.1",
43
+ "date-fns": "^2.30.0",
44
+ "floating-vue": "^5.2.2",
45
+ "mitt": "^3.0.0",
46
+ "pinia": "^3.0.2",
47
+ "tabbable": "^5.2.0",
48
+ "tippy.js": "^6.3.1",
49
+ "vue": "^3.5.12",
50
+ "vue-perfect-scrollbar": "^0.2.1",
51
+ "vue3-datepicker": "^0.4.0"
52
+ },
53
+ "devDependencies": {
54
+ "@eslint/js": "^9.39.0",
55
+ "@prettier/plugin-pug": "^3.4.2",
56
+ "@types/node": "^20.14.9",
57
+ "@vitejs/plugin-vue": "^5.2.4",
58
+ "@vue/compiler-sfc": "^3.1.5",
59
+ "@vue/eslint-config-typescript": "^14.9.0",
60
+ "@vue/language-plugin-pug": "^1.8.15",
61
+ "@vue/tsconfig": "^0.1.3",
62
+ "ajv": "^8",
63
+ "eslint": "^9.39.0",
64
+ "eslint-config-prettier": "^10.1.8",
65
+ "eslint-plugin-vue": "^10.10.0",
66
+ "prettier": "^3.6.2",
67
+ "prettier-plugin-stylus": "^0.1.0",
68
+ "pug": "^3.0.2",
69
+ "pug-plain-loader": "^1.1.0",
70
+ "rollup-plugin-visualizer": "^6.0.5",
71
+ "stylelint": "^15.9.0",
72
+ "stylelint-config-recommended": "^12.0.0",
73
+ "stylelint-stylus": "^0.18.0",
74
+ "stylus": "^0.59.0",
75
+ "typescript": "^5.5.3",
76
+ "vite": "^6.3.5",
77
+ "vite-plugin-dts": "^4.5.4",
78
+ "vue-tsc": "^2"
79
+ }
80
+ }