@citruslime/ui 2.0.2-beta.9 → 2.1.0-beta.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 (99) hide show
  1. package/dist/citrus-lime-ui.es.js +2116 -1981
  2. package/dist/citrus-lime-ui.umd.js +2 -2
  3. package/dist/components/accordion/{cl-ui-accordion.vue.d.ts → cl-ui-accordion.d.ts} +5 -6
  4. package/dist/components/accordion/header/cl-ui-accordion-header.d.ts +3 -0
  5. package/dist/components/accordion/index.d.ts +3 -3
  6. package/dist/components/accordion/item/{cl-ui-accordion-item.vue.d.ts → cl-ui-accordion-item.d.ts} +5 -7
  7. package/dist/components/app/{cl-ui-app.vue.d.ts → cl-ui-app.d.ts} +8 -6
  8. package/dist/components/app/index.d.ts +1 -1
  9. package/dist/components/button/{cl-ui-button.vue.d.ts → cl-ui-button.d.ts} +5 -4
  10. package/dist/components/button/index.d.ts +1 -1
  11. package/dist/components/button/types.d.ts +2 -2
  12. package/dist/components/calendar/cl-ui-calendar.d.ts +3 -0
  13. package/dist/components/calendar/index.d.ts +1 -1
  14. package/dist/components/calendar/types.d.ts +1 -1
  15. package/dist/components/card/{cl-ui-card.vue.d.ts → cl-ui-card.d.ts} +3 -2
  16. package/dist/components/card/index.d.ts +1 -1
  17. package/dist/components/card/types.d.ts +1 -1
  18. package/dist/components/combo-box/cl-ui-combo-box.d.ts +2372 -0
  19. package/dist/components/combo-box/index.d.ts +1 -1
  20. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.d.ts +868 -0
  21. package/dist/components/combo-box/search-container/header/{cl-ui-combo-box-header.vue.d.ts → cl-ui-combo-box-header.d.ts} +4 -3
  22. package/dist/components/combo-box/search-container/selectable/{cl-ui-combo-box-selectable.vue.d.ts → cl-ui-combo-box-selectable.d.ts} +8 -14
  23. package/dist/components/footer/cl-ui-footer.d.ts +3 -0
  24. package/dist/components/footer/index.d.ts +1 -1
  25. package/dist/components/grid/body/cl-ui-grid-body.d.ts +874 -0
  26. package/dist/components/grid/body/cl-ui-grid-cell-value.d.ts +643 -0
  27. package/dist/components/grid/body/cl-ui-grid-cell.d.ts +687 -0
  28. package/dist/components/grid/body/cl-ui-grid-row.d.ts +724 -0
  29. package/dist/components/grid/cl-ui-grid.d.ts +3157 -0
  30. package/dist/components/grid/footer/cl-ui-grid-footer.d.ts +666 -0
  31. package/dist/components/grid/header/cl-ui-grid-action-row.d.ts +102 -0
  32. package/dist/components/grid/header/cl-ui-grid-filter.d.ts +722 -0
  33. package/dist/components/grid/header/cl-ui-grid-header.d.ts +877 -0
  34. package/dist/components/grid/header/cl-ui-grid-method-selector.d.ts +57 -0
  35. package/dist/components/grid/{filter → header}/filter-methods.d.ts +0 -0
  36. package/dist/components/grid/index.d.ts +1 -1
  37. package/dist/components/grid/types.d.ts +11 -3
  38. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.d.ts +694 -0
  39. package/dist/components/header/cl-ui-header.d.ts +5 -0
  40. package/dist/components/header/index.d.ts +1 -1
  41. package/dist/components/header/menu/{cl-ui-header-menu.vue.d.ts → cl-ui-header-menu.d.ts} +11 -3
  42. package/dist/components/header/menu/index.d.ts +1 -1
  43. package/dist/components/input/cl-ui-input.d.ts +522 -0
  44. package/dist/components/input/index.d.ts +1 -1
  45. package/dist/components/input/types.d.ts +2 -1
  46. package/dist/components/input/utils.d.ts +8 -0
  47. package/dist/components/language-switcher/cl-ui-language-switcher.d.ts +49 -0
  48. package/dist/components/language-switcher/index.d.ts +1 -1
  49. package/dist/components/loading-spinner/cl-ui-loading-spinner.d.ts +3 -0
  50. package/dist/components/loading-spinner/index.d.ts +1 -1
  51. package/dist/components/login/cl-ui-login.d.ts +715 -0
  52. package/dist/components/login/index.d.ts +1 -1
  53. package/dist/components/modal/{cl-ui-modal.vue.d.ts → cl-ui-modal.d.ts} +5 -9
  54. package/dist/components/modal/index.d.ts +1 -1
  55. package/dist/components/modal/types.d.ts +2 -2
  56. package/dist/components/navigation/cl-ui-navigation.d.ts +18 -0
  57. package/dist/components/navigation/group/cl-ui-navigation-group.d.ts +13 -0
  58. package/dist/components/navigation/icon/cl-ui-navigation-icon.d.ts +21 -0
  59. package/dist/components/navigation/index.d.ts +5 -5
  60. package/dist/components/navigation/item/cl-ui-navigation-item.d.ts +3 -0
  61. package/dist/components/navigation/section/cl-ui-navigation-section.d.ts +3 -0
  62. package/dist/components/notification/{cl-ui-notification.vue.d.ts → cl-ui-notification.d.ts} +5 -4
  63. package/dist/components/notification/index.d.ts +1 -1
  64. package/dist/components/slider/{cl-ui-slider.vue.d.ts → cl-ui-slider.d.ts} +22 -27
  65. package/dist/components/slider/index.d.ts +1 -0
  66. package/dist/components/tab/{cl-ui-tab.vue.d.ts → cl-ui-tab.d.ts} +8 -11
  67. package/dist/components/tab/content/cl-ui-tab-content.d.ts +3 -0
  68. package/dist/components/tab/header/{cl-ui-tab-header.vue.d.ts → cl-ui-tab-header.d.ts} +8 -13
  69. package/dist/components/tab/index.d.ts +3 -3
  70. package/dist/components/tab/types.d.ts +2 -2
  71. package/dist/composables/notification.d.ts +12 -3
  72. package/dist/style.css +1 -1
  73. package/dist/utils/i18n/config.d.ts +2 -1
  74. package/dist/utils/i18n/types.d.ts +0 -3
  75. package/package.json +6 -6
  76. package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +0 -2
  77. package/dist/components/calendar/cl-ui-calendar.vue.d.ts +0 -2
  78. package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +0 -573
  79. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +0 -270
  80. package/dist/components/footer/cl-ui-footer.vue.d.ts +0 -2
  81. package/dist/components/grid/cell/cl-ui-grid-cell.vue.d.ts +0 -68
  82. package/dist/components/grid/cl-ui-grid.vue.d.ts +0 -517
  83. package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +0 -66
  84. package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +0 -56
  85. package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +0 -198
  86. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +0 -83
  87. package/dist/components/header/cl-ui-header.vue.d.ts +0 -4
  88. package/dist/components/input/cl-ui-input.vue.d.ts +0 -2
  89. package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +0 -40
  90. package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +0 -2
  91. package/dist/components/login/cl-ui-login.vue.d.ts +0 -101
  92. package/dist/components/navigation/cl-ui-navigation.vue.d.ts +0 -11
  93. package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +0 -12
  94. package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +0 -20
  95. package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +0 -2
  96. package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +0 -2
  97. package/dist/components/notification/types.d.ts +0 -9
  98. package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +0 -2
  99. package/dist/env.d.ts +0 -1
@@ -1,2 +1,2 @@
1
- export { default as clUiLogin } from './cl-ui-login.vue';
1
+ export { default as clUiLogin } from "./cl-ui-login";
2
2
  export * from './types';
@@ -1,5 +1,5 @@
1
- import type { ModalColour, ModalSize } from './types';
2
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
3
  headerColour: {
4
4
  type: null;
5
5
  required: false;
@@ -16,16 +16,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  default: string;
17
17
  };
18
18
  }, {
19
- props: {
20
- headerColour: ModalColour;
21
- preventClose: boolean;
22
- size: ModalSize;
23
- };
24
- visible: import("vue").Ref<boolean>;
19
+ props: any;
20
+ visible: Ref<boolean>;
25
21
  open: () => void;
26
22
  close: () => void;
27
23
  closeOnKeyPress: (event: KeyboardEvent) => void;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
29
25
  headerColour: {
30
26
  type: null;
31
27
  required: false;
@@ -1,2 +1,2 @@
1
- export { default as clUiModal } from './cl-ui-modal.vue';
1
+ export { default as clUiModal } from "./cl-ui-modal";
2
2
  export * from './types';
@@ -1,4 +1,4 @@
1
1
  export declare const modalSizes: readonly ["x-small", "small", "medium", "large"];
2
- export declare type ModalSize = typeof modalSizes[number];
2
+ export type ModalSize = typeof modalSizes[number];
3
3
  export declare const modalColours: string[];
4
- export declare type ModalColour = typeof modalColours[number];
4
+ export type ModalColour = typeof modalColours[number];
@@ -0,0 +1,18 @@
1
+ import type { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{}, {
3
+ open: ComputedRef<boolean>;
4
+ groups: Ref<{
5
+ id: number;
6
+ open: boolean;
7
+ }[]>;
8
+ pinned: Ref<boolean>;
9
+ groupIsOpen: (id: number) => boolean;
10
+ toggleOpen: (id: number) => void;
11
+ navElement: Ref<any>;
12
+ closeNavigation: () => void;
13
+ size: {
14
+ width: Ref<number>;
15
+ height: Ref<number>;
16
+ };
17
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
18
+ export default _sfc_main;
@@ -0,0 +1,13 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ open: {
4
+ type: BooleanConstructor;
5
+ required: true;
6
+ };
7
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
8
+ open: {
9
+ type: BooleanConstructor;
10
+ required: true;
11
+ };
12
+ }>>, {}>;
13
+ export default _sfc_main;
@@ -0,0 +1,21 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ iconValue: {
4
+ type: StringConstructor;
5
+ required: true;
6
+ };
7
+ open: {
8
+ type: BooleanConstructor;
9
+ required: true;
10
+ };
11
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
12
+ iconValue: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ open: {
17
+ type: BooleanConstructor;
18
+ required: true;
19
+ };
20
+ }>>, {}>;
21
+ export default _sfc_main;
@@ -1,5 +1,5 @@
1
- export { default as clUiNavigation } from './cl-ui-navigation.vue';
2
- export { default as clUiNavigationIcon } from './icon/cl-ui-navigation-icon.vue';
3
- export { default as clUiNavigationGroup } from './group/cl-ui-navigation-group.vue';
4
- export { default as clUiNavigationSection } from './section/cl-ui-navigation-section.vue';
5
- export { default as clUiNavigationItem } from './item/cl-ui-navigation-item.vue';
1
+ export { default as clUiNavigation } from "./cl-ui-navigation";
2
+ export { default as clUiNavigationIcon } from "./icon/cl-ui-navigation-icon";
3
+ export { default as clUiNavigationGroup } from "./group/cl-ui-navigation-group";
4
+ export { default as clUiNavigationSection } from "./section/cl-ui-navigation-section";
5
+ export { default as clUiNavigationItem } from "./item/cl-ui-navigation-item";
@@ -0,0 +1,3 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
3
+ export default _default;
@@ -1,5 +1,6 @@
1
+ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
1
2
  import { removeNotification } from '../../composables/notification';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
+ declare const _sfc_main: DefineComponent<{
3
4
  container: {
4
5
  type: StringConstructor;
5
6
  required: false;
@@ -11,14 +12,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
11
12
  default: string;
12
13
  };
13
14
  }, {
14
- notifications: import("vue").Ref<{
15
+ readonly notifications: Ref<{
15
16
  id: string;
16
17
  message: string;
17
18
  colour: "default" | "primary" | "secondary" | "danger" | "warning";
18
19
  duration: number;
19
20
  }[]>;
20
- removeNotification: typeof removeNotification;
21
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ readonly removeNotification: typeof removeNotification;
22
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
22
23
  container: {
23
24
  type: StringConstructor;
24
25
  required: false;
@@ -1 +1 @@
1
- export { default as clUiNotification } from './cl-ui-notification.vue';
1
+ export { default as clUiNotification } from "./cl-ui-notification";
@@ -1,5 +1,8 @@
1
+ import type { RemoveIndexSignature, NumberFormatOptions, LocaleMessage } from '@intlify/core-base';
2
+ import type { ComposerNumberFormatting, IntlNumberFormat, ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
3
+ import type { DefineComponent, Ref, WritableComputedRef, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
1
4
  import { NumberFormat } from '../../utils';
2
- declare const _sfc_main: import("vue").DefineComponent<{
5
+ declare const _sfc_main: DefineComponent<{
3
6
  value: {
4
7
  type: NumberConstructor;
5
8
  required: true;
@@ -33,38 +36,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
33
36
  default: boolean;
34
37
  };
35
38
  }, {
36
- props: {
37
- value: number;
38
- min: number;
39
- max: number;
40
- step: number;
41
- enforceStep: boolean;
42
- disabled: boolean;
43
- showNumericInput: boolean;
44
- };
39
+ props: any;
45
40
  emit: (event: "update:value", ...args: any[]) => void;
46
- n: import("vue-i18n").ComposerNumberFormatting<{
47
- [x: string]: import("vue-i18n").IntlNumberFormat;
48
- }, string, import("@intlify/core-base").RemoveIndexSignature<{
49
- [x: string]: import("@intlify/core-base").NumberFormatOptions;
41
+ n: ComposerNumberFormatting<{
42
+ [x: string]: IntlNumberFormat;
43
+ }, string, RemoveIndexSignature<{
44
+ [x: string]: NumberFormatOptions;
50
45
  }>, never, string | number, string | number>;
51
- t: import("vue-i18n").ComposerTranslation<{
52
- [x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
53
- }, string, import("@intlify/core-base").RemoveIndexSignature<{
54
- [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
46
+ t: ComposerTranslation<{
47
+ [x: string]: LocaleMessage<VueMessageType>;
48
+ }, string, RemoveIndexSignature<{
49
+ [x: string]: LocaleMessageValue<VueMessageType>;
55
50
  }>, never, string, string>;
56
51
  debounce: (event: Function, ...eventArgs: unknown[]) => void;
57
- numericInputValue: import("vue").Ref<number>;
58
- sliderRef: import("vue").Ref<HTMLInputElement | undefined>;
59
- currentValue: import("vue").WritableComputedRef<number>;
60
- colour: import("vue").ComputedRef<string>;
61
- percentage: import("vue").ComputedRef<number>;
62
- validProps: import("vue").ComputedRef<boolean>;
52
+ numericInputValue: Ref<number>;
53
+ sliderRef: Ref<HTMLInputElement | undefined>;
54
+ currentValue: WritableComputedRef<number>;
55
+ colour: ComputedRef<string>;
56
+ percentage: ComputedRef<number>;
57
+ validProps: ComputedRef<boolean>;
63
58
  updateCurrentValue: (target: EventTarget | null, forceUpdate: Function) => void;
64
- NumberFormat: typeof NumberFormat;
65
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
59
+ readonly NumberFormat: typeof NumberFormat;
60
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
66
61
  'update:value': null;
67
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
68
63
  value: {
69
64
  type: NumberConstructor;
70
65
  required: true;
@@ -0,0 +1 @@
1
+ export { default as clUiSlider } from "./cl-ui-slider";
@@ -1,5 +1,6 @@
1
- import type { TabColour, TabScroll } from './types';
2
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import type { TabScroll } from './types';
3
+ declare const _sfc_main: DefineComponent<{
3
4
  currentTab: {
4
5
  type: NumberConstructor;
5
6
  required: false;
@@ -16,19 +17,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
17
  default: string;
17
18
  };
18
19
  }, {
19
- props: {
20
- currentTab: number;
21
- disabled: boolean;
22
- colour: TabColour;
23
- };
24
- headerContainer: import("vue").Ref<HTMLDivElement | undefined>;
25
- showLeftArrow: import("vue").Ref<boolean>;
26
- showRightArrow: import("vue").Ref<boolean>;
20
+ props: any;
21
+ headerContainer: Ref<HTMLDivElement | undefined>;
22
+ showLeftArrow: Ref<boolean>;
23
+ showRightArrow: Ref<boolean>;
27
24
  isTabOpen: (tabId: number) => boolean;
28
25
  onScroll: () => void;
29
26
  initialiseScroll: () => void;
30
27
  scrollOnClick: (direction: TabScroll) => void;
31
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
32
29
  currentTab: {
33
30
  type: NumberConstructor;
34
31
  required: false;
@@ -0,0 +1,3 @@
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
3
+ export default _default;
@@ -1,5 +1,5 @@
1
- import type { TabColour } from '../types';
2
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
3
  id: {
4
4
  type: NumberConstructor;
5
5
  required: true;
@@ -19,20 +19,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
19
19
  default: string;
20
20
  };
21
21
  }, {
22
- props: {
23
- id: number;
24
- currentTab: number;
25
- disabled: boolean;
26
- colour: TabColour;
27
- };
22
+ props: any;
28
23
  emit: (event: "update:currentTab", ...args: any[]) => void;
29
- tabbed: import("vue").Ref<boolean | undefined>;
30
- hovered: import("vue").Ref<boolean | undefined>;
31
- open: import("vue").ComputedRef<boolean>;
24
+ tabbed: Ref<boolean | undefined>;
25
+ hovered: Ref<boolean | undefined>;
26
+ open: ComputedRef<boolean>;
32
27
  tabClicked: () => void;
33
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
29
  'update:currentTab': null;
35
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
36
31
  id: {
37
32
  type: NumberConstructor;
38
33
  required: true;
@@ -1,4 +1,4 @@
1
- export { default as clUiTab } from './cl-ui-tab.vue';
2
- export { default as clUiTabHeader } from './header/cl-ui-tab-header.vue';
3
- export { default as clUiTabContent } from './content/cl-ui-tab-content.vue';
1
+ export { default as clUiTab } from "./cl-ui-tab";
2
+ export { default as clUiTabHeader } from "./header/cl-ui-tab-header";
3
+ export { default as clUiTabContent } from "./content/cl-ui-tab-content";
4
4
  export * from './types';
@@ -1,4 +1,4 @@
1
1
  export declare const tabColours: readonly ["default", "primary", "secondary", "danger", "blue"];
2
- export declare type TabColour = typeof tabColours[number];
2
+ export type TabColour = typeof tabColours[number];
3
3
  export declare const tabScroll: readonly ["left", "right"];
4
- export declare type TabScroll = typeof tabScroll[number];
4
+ export type TabScroll = typeof tabScroll[number];
@@ -1,11 +1,20 @@
1
- import type { NotificationItem } from '../components/notification/types';
1
+ import type { Ref } from 'vue';
2
2
  interface Notification extends NotificationItem {
3
3
  id: string;
4
4
  }
5
- export declare const notifications: import("vue").Ref<{
5
+ export declare const notificationColours: readonly ["default", "primary", "secondary", "danger", "warning"];
6
+ export type NotificationColour = typeof notificationColours[number];
7
+ export interface NotificationItem {
8
+ message: string;
9
+ colour: NotificationColour;
10
+ duration: number;
11
+ }
12
+ export declare const notificationPositions: readonly ["top-left", "top-centre", "top-right", "bottom-left", "bottom-centre", "bottom-right"];
13
+ export type NotificationPosition = typeof notificationPositions[number];
14
+ export declare const notifications: Ref<{
6
15
  id: string;
7
16
  message: string;
8
- colour: "default" | "primary" | "secondary" | "danger" | "warning";
17
+ colour: NotificationColour;
9
18
  duration: number;
10
19
  }[]>;
11
20
  /**