cleek 2.10.44 → 2.10.45

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.
@@ -0,0 +1,51 @@
1
+ import { Layout, Align } from '../../cleek-options/cleek-options.types';
2
+
3
+ type Option = any;
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ modelValue: {
6
+ required: true;
7
+ type: import('vue').PropType<Option>;
8
+ };
9
+ options: {
10
+ type: import('vue').PropType<any[]>;
11
+ required: true;
12
+ };
13
+ layout: {
14
+ type: import('vue').PropType<Layout>;
15
+ };
16
+ label: {
17
+ type: import('vue').PropType<string>;
18
+ };
19
+ labelAlign: {
20
+ type: import('vue').PropType<Align>;
21
+ };
22
+ gap: {
23
+ type: import('vue').PropType<string>;
24
+ };
25
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ change: () => void;
27
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
+ modelValue: {
29
+ required: true;
30
+ type: import('vue').PropType<Option>;
31
+ };
32
+ options: {
33
+ type: import('vue').PropType<any[]>;
34
+ required: true;
35
+ };
36
+ layout: {
37
+ type: import('vue').PropType<Layout>;
38
+ };
39
+ label: {
40
+ type: import('vue').PropType<string>;
41
+ };
42
+ labelAlign: {
43
+ type: import('vue').PropType<Align>;
44
+ };
45
+ gap: {
46
+ type: import('vue').PropType<string>;
47
+ };
48
+ }>> & Readonly<{
49
+ onChange?: () => any;
50
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
51
+ export default _default;
@@ -12,6 +12,7 @@ export { default as CkInputTime } from './ck-input/ck-input-time.vue';
12
12
  export { default as CkTab } from './ck-tabs/ck-tab.vue';
13
13
  export { default as CkTabs } from './ck-tabs/ck-tabs.vue';
14
14
  export { default as CkToggle } from './ck-toggle/ck-toggle.vue';
15
+ export { default as CkToggleGroup } from './ck-toggle-group/ck-toggle-group.vue';
15
16
  export { default as CkButton } from './ck-button.vue';
16
17
  export { default as CkCard } from './ck-card.vue';
17
18
  export { default as CkCheckbox } from './ck-checkbox.vue';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.44",
4
+ "version": "2.10.45",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",