cleek 2.11.28 → 2.11.29
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/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 +1753 -1752
- package/dist/types/components/ck-input.vue.d.ts +6 -6
- package/dist/types/components/ck-select.vue.d.ts +8 -8
- package/package.json +85 -85
|
@@ -58,9 +58,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
max: {
|
|
59
59
|
type: import('vue').PropType<number>;
|
|
60
60
|
};
|
|
61
|
-
placeholder: {
|
|
62
|
-
type: import('vue').PropType<string>;
|
|
63
|
-
};
|
|
64
61
|
tabindex: {
|
|
65
62
|
type: import('vue').PropType<string | number>;
|
|
66
63
|
};
|
|
@@ -79,6 +76,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
76
|
readonly: {
|
|
80
77
|
type: import('vue').PropType<boolean>;
|
|
81
78
|
};
|
|
79
|
+
placeholder: {
|
|
80
|
+
type: import('vue').PropType<string>;
|
|
81
|
+
};
|
|
82
82
|
plusMinusButtons: {
|
|
83
83
|
type: import('vue').PropType<boolean>;
|
|
84
84
|
};
|
|
@@ -180,9 +180,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
180
|
max: {
|
|
181
181
|
type: import('vue').PropType<number>;
|
|
182
182
|
};
|
|
183
|
-
placeholder: {
|
|
184
|
-
type: import('vue').PropType<string>;
|
|
185
|
-
};
|
|
186
183
|
tabindex: {
|
|
187
184
|
type: import('vue').PropType<string | number>;
|
|
188
185
|
};
|
|
@@ -201,6 +198,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
198
|
readonly: {
|
|
202
199
|
type: import('vue').PropType<boolean>;
|
|
203
200
|
};
|
|
201
|
+
placeholder: {
|
|
202
|
+
type: import('vue').PropType<string>;
|
|
203
|
+
};
|
|
204
204
|
plusMinusButtons: {
|
|
205
205
|
type: import('vue').PropType<boolean>;
|
|
206
206
|
};
|
|
@@ -45,10 +45,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
disabled: {
|
|
46
46
|
type: import('vue').PropType<boolean>;
|
|
47
47
|
};
|
|
48
|
-
placeholder: {
|
|
49
|
-
type: import('vue').PropType<string>;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
48
|
isLoading: {
|
|
53
49
|
type: import('vue').PropType<boolean>;
|
|
54
50
|
};
|
|
@@ -58,6 +54,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
54
|
labelAlign: {
|
|
59
55
|
type: import('vue').PropType<Align>;
|
|
60
56
|
};
|
|
57
|
+
placeholder: {
|
|
58
|
+
type: import('vue').PropType<string>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
61
|
iconColor: {
|
|
62
62
|
type: import('vue').PropType<string>;
|
|
63
63
|
default: string;
|
|
@@ -169,10 +169,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
169
|
disabled: {
|
|
170
170
|
type: import('vue').PropType<boolean>;
|
|
171
171
|
};
|
|
172
|
-
placeholder: {
|
|
173
|
-
type: import('vue').PropType<string>;
|
|
174
|
-
default: string;
|
|
175
|
-
};
|
|
176
172
|
isLoading: {
|
|
177
173
|
type: import('vue').PropType<boolean>;
|
|
178
174
|
};
|
|
@@ -182,6 +178,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
178
|
labelAlign: {
|
|
183
179
|
type: import('vue').PropType<Align>;
|
|
184
180
|
};
|
|
181
|
+
placeholder: {
|
|
182
|
+
type: import('vue').PropType<string>;
|
|
183
|
+
default: string;
|
|
184
|
+
};
|
|
185
185
|
iconColor: {
|
|
186
186
|
type: import('vue').PropType<string>;
|
|
187
187
|
default: string;
|
package/package.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cleek",
|
|
3
|
-
"description": "Complete UX Vue library",
|
|
4
|
-
"version": "2.11.
|
|
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.29",
|
|
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
|
+
}
|