@citruslime/ui 4.0.0-beta.9 → 4.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 (85) hide show
  1. package/README.md +1 -1
  2. package/dist/citrus-lime-ui.es.js +4022 -3896
  3. package/dist/citrus-lime-ui.umd.js +2 -2
  4. package/dist/components/accordion/cl-ui-accordion.vue.d.ts +13 -38
  5. package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +8 -3
  6. package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +13 -37
  7. package/dist/components/app/cl-ui-app.vue.d.ts +10 -34
  8. package/dist/components/button/cl-ui-button.vue.d.ts +17 -47
  9. package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +19 -31
  10. package/dist/components/calendar/cl-ui-calendar.vue.d.ts +18 -68
  11. package/dist/components/calendar/cl-ui-quick-dates-group.vue.d.ts +6 -17
  12. package/dist/components/calendar/cl-ui-quick-dates.vue.d.ts +6 -17
  13. package/dist/components/card/cl-ui-card.vue.d.ts +13 -40
  14. package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +29 -90
  15. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +18 -63
  16. package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +9 -37
  17. package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +12 -44
  18. package/dist/components/currency/cl-ui-currency-input.vue.d.ts +13 -49
  19. package/dist/components/file-uploader/cl-ui-file-uploader.vue.d.ts +17 -44
  20. package/dist/components/footer/cl-ui-footer.vue.d.ts +12 -5
  21. package/dist/components/grid/action-row/cl-ui-grid-action-row.vue.d.ts +17 -38
  22. package/dist/components/grid/body/cl-ui-grid-body.vue.d.ts +23 -49
  23. package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +7 -19
  24. package/dist/components/grid/body/cl-ui-grid-cell.vue.d.ts +13 -39
  25. package/dist/components/grid/body/cl-ui-grid-row.vue.d.ts +13 -39
  26. package/dist/components/grid/cl-ui-grid.vue.d.ts +47 -104
  27. package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +7 -34
  28. package/dist/components/grid/header/cl-ui-grid-filter-input.vue.d.ts +8 -23
  29. package/dist/components/grid/header/cl-ui-grid-filter.vue.d.ts +15 -29
  30. package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +13 -29
  31. package/dist/components/grid/header/cl-ui-grid-method-selector.vue.d.ts +8 -20
  32. package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +21 -43
  33. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +8 -17
  34. package/dist/components/grid-lite/body/cl-ui-grid-lite-body-skeleton.vue.d.ts +3 -14
  35. package/dist/components/grid-lite/body/cl-ui-grid-lite-body.vue.d.ts +14 -49
  36. package/dist/components/grid-lite/body/cl-ui-grid-lite-cell.vue.d.ts +7 -18
  37. package/dist/components/grid-lite/body/cl-ui-grid-lite-row.vue.d.ts +7 -19
  38. package/dist/components/grid-lite/cl-ui-grid-lite.vue.d.ts +21 -66
  39. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer.vue.d.ts +14 -47
  40. package/dist/components/grid-lite/header/cl-ui-grid-lite-header.vue.d.ts +14 -45
  41. package/dist/components/header/cl-ui-header.vue.d.ts +12 -24
  42. package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +15 -46
  43. package/dist/components/input/cl-ui-input.vue.d.ts +49 -487
  44. package/dist/components/input-v2/input-checkbox/cl-ui-input-checkbox.vue.d.ts +24 -49
  45. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range-input.vue.d.ts +9 -15
  46. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +28 -96
  47. package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +33 -112
  48. package/dist/components/input-v2/input-layout-wrapper/cl-ui-input-layout-wrapper.vue.d.ts +12 -40
  49. package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +37 -123
  50. package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +23 -78
  51. package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +31 -75
  52. package/dist/components/input-v2/input-text-area/cl-ui-input-text-area.vue.d.ts +22 -49
  53. package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +8 -34
  54. package/dist/components/login/cl-ui-login.vue.d.ts +16 -43
  55. package/dist/components/menu/cl-ui-menu.vue.d.ts +26 -197
  56. package/dist/components/menu/group/cl-ui-menu-group.vue.d.ts +11 -24
  57. package/dist/components/menu/icon/cl-ui-menu-icon.vue.d.ts +3 -13
  58. package/dist/components/menu/item/cl-ui-menu-item.vue.d.ts +5 -5
  59. package/dist/components/menu/section/cl-ui-menu-section.vue.d.ts +7 -42
  60. package/dist/components/modal/cl-ui-modal.vue.d.ts +31 -66
  61. package/dist/components/navigation/cl-ui-navigation.vue.d.ts +22 -50
  62. package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +7 -18
  63. package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +5 -29
  64. package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +8 -3
  65. package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +10 -4
  66. package/dist/components/notification/cl-ui-notification.vue.d.ts +7 -35
  67. package/dist/components/select/cl-ui-select.vue.d.ts +28 -147
  68. package/dist/components/select/select-input/cl-ui-select-input.vue.d.ts +10 -12
  69. package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +14 -42
  70. package/dist/components/skeleton-loaders/cl-ui-skeleton-text.vue.d.ts +11 -36
  71. package/dist/components/slider/cl-ui-slider.vue.d.ts +14 -54
  72. package/dist/components/tab/cl-ui-tab.vue.d.ts +27 -60
  73. package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +10 -34
  74. package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +16 -47
  75. package/dist/components/toggle/cl-ui-radio-group.vue.d.ts +10 -22
  76. package/dist/components/toggle/cl-ui-radio.vue.d.ts +13 -39
  77. package/dist/components/toggle/cl-ui-toggle-button.vue.d.ts +10 -33
  78. package/dist/components/toggle/cl-ui-toggle.vue.d.ts +22 -45
  79. package/dist/components/tree-list/cl-ui-tree-list-subtree.vue.d.ts +20 -58
  80. package/dist/components/tree-list/cl-ui-tree-list-tree-path.vue.d.ts +3 -13
  81. package/dist/components/tree-list/cl-ui-tree-list.vue.d.ts +12 -40
  82. package/dist/ui.css +1 -0
  83. package/dist/utils/injectionKeys.d.ts +1 -1
  84. package/package.json +13 -9
  85. package/dist/style.css +0 -1
@@ -1,32 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
2
- isOpen?: boolean | undefined;
3
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
- "open-click": () => void;
5
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
- isOpen?: boolean | undefined;
7
- }>>> & Readonly<{
8
- "onOpen-click"?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
10
- logo(): any;
11
- menu(): any;
12
- icon(): any;
13
- }> & {
1
+ type __VLS_Props = {
2
+ isOpen?: boolean;
3
+ };
4
+ type __VLS_Slots = {
14
5
  logo(): any;
15
6
  menu(): any;
16
7
  icon(): any;
17
- }>;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "open-click": () => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onOpen-click"?: (() => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
15
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
20
17
  new (): {
21
18
  $slots: S;
22
19
  };
23
20
  };
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToOption<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
@@ -1,55 +1,24 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- username?: string | undefined;
3
- group?: string | undefined;
4
- image?: string | undefined;
1
+ import type { HeaderColour } from './types';
2
+ type __VLS_Props = {
3
+ username?: string;
4
+ group?: string;
5
+ image?: string;
5
6
  isOpen: boolean;
6
- colour?: "default" | "secondary" | undefined;
7
- }>, {
8
- username: string;
9
- group: string;
10
- image: string;
11
- colour: string;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
- username?: string | undefined;
14
- group?: string | undefined;
15
- image?: string | undefined;
16
- isOpen: boolean;
17
- colour?: "default" | "secondary" | undefined;
18
- }>, {
19
- username: string;
20
- group: string;
21
- image: string;
22
- colour: string;
23
- }>>> & Readonly<{}>, {
7
+ colour?: HeaderColour;
8
+ };
9
+ type __VLS_Slots = {
10
+ default(): any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
13
  image: string;
25
- colour: "default" | "secondary";
14
+ colour: HeaderColour;
26
15
  group: string;
27
16
  username: string;
28
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
29
- default(): any;
30
- }> & {
31
- default(): any;
32
- }>;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
19
  export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
43
21
  new (): {
44
22
  $slots: S;
45
23
  };
46
24
  };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };