cleek 2.11.33 → 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.
- package/dist/main.cjs.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.es.js +1993 -2068
- package/dist/types/cleek-options/default-cleek-options.d.ts +0 -1
- package/dist/types/components/ck-button.vue.d.ts +17 -41
- package/dist/types/components/ck-card.vue.d.ts +17 -27
- package/dist/types/components/ck-checkbox.vue.d.ts +26 -61
- package/dist/types/components/ck-chip.vue.d.ts +16 -32
- package/dist/types/components/ck-circle.vue.d.ts +16 -26
- package/dist/types/components/ck-div.vue.d.ts +16 -23
- package/dist/types/components/ck-dropdown/ck-dropdown.vue.d.ts +22 -23
- package/dist/types/components/ck-dropdown-button.vue.d.ts +7 -17
- package/dist/types/components/ck-icon.vue.d.ts +7 -26
- package/dist/types/components/ck-img.vue.d.ts +6 -30
- package/dist/types/components/ck-input/ck-input-date.vue.d.ts +9 -30
- package/dist/types/components/ck-input/ck-input-time.vue.d.ts +7 -23
- package/dist/types/components/ck-input.vue.d.ts +56 -234
- package/dist/types/components/ck-label.vue.d.ts +13 -20
- package/dist/types/components/ck-navbar/ck-navbar.vue.d.ts +12 -19
- package/dist/types/components/ck-notify/components/CkConfirm.vue.d.ts +1 -1
- package/dist/types/components/ck-popup.vue.d.ts +50 -157
- package/dist/types/components/ck-radio.vue.d.ts +8 -25
- package/dist/types/components/ck-select.vue.d.ts +52 -243
- package/dist/types/components/ck-sidebar.vue.d.ts +30 -69
- package/dist/types/components/ck-switch-options.vue.d.ts +27 -115
- package/dist/types/components/ck-switch.vue.d.ts +35 -102
- package/dist/types/components/ck-table/ck-pagination/ck-pagination.vue.d.ts +6 -25
- package/dist/types/components/ck-table/ck-table.vue.d.ts +60 -182
- package/dist/types/components/ck-table/ck-td.vue.d.ts +12 -27
- package/dist/types/components/ck-table/ck-th.vue.d.ts +12 -20
- package/dist/types/components/ck-table/ck-tr.vue.d.ts +9 -3
- package/dist/types/components/ck-table/inner-components/ck-table__columns-manager-btn.vue.d.ts +3 -14
- package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +6 -19
- package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +25 -58
- package/dist/types/components/ck-table/inner-components/ck-table__items-per-page.vue.d.ts +3 -16
- package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +7 -23
- package/dist/types/components/ck-table/loading-and-no-results-text/LoadingAndNoResultsText.vue.d.ts +3 -16
- package/dist/types/components/ck-tabs/ck-tab.vue.d.ts +12 -18
- package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +19 -19
- package/dist/types/components/ck-textarea.vue.d.ts +14 -42
- package/dist/types/components/ck-tile-picker.vue.d.ts +33 -85
- package/dist/types/components/ck-toggle/ck-toggle.vue.d.ts +16 -27
- package/dist/types/components/ck-toggle-group/ck-toggle-group.vue.d.ts +28 -65
- package/dist/types/components/showers/ck-datetime-shower.vue.d.ts +5 -20
- package/dist/types/components/showers/ck-time-shower.vue.d.ts +3 -14
- package/dist/types/composables/use-scroll-listener.composable.d.ts +0 -1
- package/dist/types/main.d.ts +0 -1
- package/dist/types/types/table.d.ts +0 -1
- package/dist/types/utils/global-hooks.d.ts +0 -1
- package/package.json +86 -85
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
type TsTime = string;
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
time?: TsTime;
|
|
4
4
|
minutes?: number;
|
|
5
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
time?: TsTime;
|
|
7
|
-
minutes?: number;
|
|
8
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
5
|
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
7
|
+
export default _default;
|
package/dist/types/main.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { App } from 'vue';
|
|
|
2
2
|
import { PartialDeep } from './types';
|
|
3
3
|
import { CleekOptions } from './cleek-options/cleek-options.types';
|
|
4
4
|
import { useCleekOptionsStore } from './cleek-options/cleek-options.store';
|
|
5
|
-
|
|
6
5
|
declare function install(app: App, userOptions?: PartialDeep<CleekOptions>): void;
|
|
7
6
|
export default install;
|
|
8
7
|
export * from './components';
|
package/package.json
CHANGED
|
@@ -1,85 +1,86 @@
|
|
|
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
|
-
"
|
|
17
|
-
"import": "./dist/main.es.js",
|
|
18
|
-
"
|
|
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": "^
|
|
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
|
-
"
|
|
67
|
-
"eslint
|
|
68
|
-
"eslint-
|
|
69
|
-
"
|
|
70
|
-
"prettier
|
|
71
|
-
"
|
|
72
|
-
"pug
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"stylelint
|
|
76
|
-
"stylelint-config-
|
|
77
|
-
"stylelint-
|
|
78
|
-
"stylus": "^0.
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"vite
|
|
82
|
-
"
|
|
83
|
-
"
|
|
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
|
+
}
|