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.
- package/dist/cleek-styles/clear-app.styl +7 -0
- package/dist/cleek-styles/cleek-mixins.styl +3 -3
- package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
- package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
- package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
- package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
- package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
- package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
- package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
- package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
- package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
- package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
- package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
- package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
- package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
- package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
- package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
- package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
- package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
- package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
- package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
- package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
- package/dist/main.cjs.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.es.js +2920 -2603
- package/dist/types/cleek-options/cleek-options.store.d.ts +0 -9
- package/dist/types/cleek-options/cleek-options.types.d.ts +1 -2
- package/dist/types/components/ck-card.vue.d.ts +1 -0
- package/dist/types/components/ck-chip.vue.d.ts +1 -3
- package/dist/types/components/ck-popup.vue.d.ts +2 -1
- package/dist/types/components/ck-select.vue.d.ts +0 -1
- package/dist/types/components/ck-table/ck-table-expand-btn.vue.d.ts +24 -0
- package/dist/types/components/ck-table/ck-table.vue.d.ts +33 -3
- package/dist/types/components/ck-table/ck-th.vue.d.ts +8 -1
- package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +17 -7
- package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +2 -0
- package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +0 -4
- package/dist/types/components/ck-table/inner-components/ck-table__row.vue.d.ts +28 -0
- package/dist/types/components/ck-table/inner-components/ck-table__select-dropdown.vue.d.ts +80 -0
- package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +0 -1
- package/dist/types/components/ck-toggle-group/ck-toggle-group.vue.d.ts +1 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/composables/use-table-row-expansion.composable.d.ts +3 -0
- package/dist/types/types/table.d.ts +20 -1
- 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": "
|
|
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
|
-
"
|
|
63
|
-
"eslint
|
|
64
|
-
"eslint-
|
|
65
|
-
"
|
|
66
|
-
"prettier
|
|
67
|
-
"
|
|
68
|
-
"pug
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"stylelint
|
|
72
|
-
"stylelint-
|
|
73
|
-
"stylus": "^0.
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"vite
|
|
77
|
-
"
|
|
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
|
+
}
|