@citruslime/ui 2.2.2-beta.4 → 2.2.2-beta.6

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 (46) hide show
  1. package/dist/citrus-lime-ui.es.js +1989 -2002
  2. package/dist/citrus-lime-ui.umd.js +2 -2
  3. package/dist/components/accordion/cl-ui-accordion.d.ts +1 -1
  4. package/dist/components/accordion/header/cl-ui-accordion-header.d.ts +1 -1
  5. package/dist/components/accordion/item/cl-ui-accordion-item.d.ts +1 -1
  6. package/dist/components/app/cl-ui-app.d.ts +1 -1
  7. package/dist/components/button/cl-ui-button.d.ts +2 -4
  8. package/dist/components/calendar/cl-ui-calendar.d.ts +2 -4
  9. package/dist/components/card/cl-ui-card.d.ts +1 -1
  10. package/dist/components/combo-box/cl-ui-combo-box.d.ts +2 -4
  11. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.d.ts +1 -1
  12. package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.d.ts +1 -1
  13. package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.d.ts +1 -1
  14. package/dist/components/footer/cl-ui-footer.d.ts +1 -1
  15. package/dist/components/grid/action-row/cl-ui-grid-action-row.d.ts +2 -2
  16. package/dist/components/grid/body/cl-ui-grid-body.d.ts +1 -1
  17. package/dist/components/grid/body/cl-ui-grid-cell-value.d.ts +1 -1
  18. package/dist/components/grid/body/cl-ui-grid-cell.d.ts +1 -1
  19. package/dist/components/grid/body/cl-ui-grid-row.d.ts +1 -1
  20. package/dist/components/grid/cl-ui-grid.d.ts +1 -1
  21. package/dist/components/grid/footer/cl-ui-grid-footer.d.ts +1 -1
  22. package/dist/components/grid/header/cl-ui-grid-filter.d.ts +1 -1
  23. package/dist/components/grid/header/cl-ui-grid-header.d.ts +1 -1
  24. package/dist/components/grid/header/cl-ui-grid-method-selector.d.ts +1 -1
  25. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.d.ts +1 -1
  26. package/dist/components/header/cl-ui-header.d.ts +1 -1
  27. package/dist/components/header/menu/cl-ui-header-menu.d.ts +12 -1
  28. package/dist/components/header/menu/types.d.ts +2 -0
  29. package/dist/components/input/cl-ui-input.d.ts +5 -7
  30. package/dist/components/language-switcher/cl-ui-language-switcher.d.ts +1 -1
  31. package/dist/components/loading-spinner/cl-ui-loading-spinner.d.ts +1 -1
  32. package/dist/components/login/cl-ui-login.d.ts +1 -1
  33. package/dist/components/modal/cl-ui-modal.d.ts +1 -1
  34. package/dist/components/navigation/cl-ui-navigation.d.ts +16 -2
  35. package/dist/components/navigation/group/cl-ui-navigation-group.d.ts +1 -1
  36. package/dist/components/navigation/icon/cl-ui-navigation-icon.d.ts +13 -1
  37. package/dist/components/navigation/item/cl-ui-navigation-item.d.ts +1 -1
  38. package/dist/components/navigation/section/cl-ui-navigation-section.d.ts +1 -1
  39. package/dist/components/navigation/types.d.ts +2 -0
  40. package/dist/components/notification/cl-ui-notification.d.ts +1 -1
  41. package/dist/components/slider/cl-ui-slider.d.ts +2 -4
  42. package/dist/components/tab/cl-ui-tab.d.ts +1 -1
  43. package/dist/components/tab/content/cl-ui-tab-content.d.ts +1 -1
  44. package/dist/components/tab/header/cl-ui-tab-header.d.ts +1 -1
  45. package/dist/style.css +1 -1
  46. package/package.json +5 -4
@@ -13,5 +13,5 @@ declare const _sfc_main: DefineComponent<{
13
13
  };
14
14
  }>>, {
15
15
  exclusive: boolean | undefined;
16
- }>;
16
+ }, {}>;
17
17
  export default _sfc_main;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -25,5 +25,5 @@ declare const _sfc_main: DefineComponent<{
25
25
  onToggle?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
27
  disabled: boolean | undefined;
28
- }>;
28
+ }, {}>;
29
29
  export default _sfc_main;
@@ -13,5 +13,5 @@ declare const _sfc_main: DefineComponent<{
13
13
  };
14
14
  }>>, {
15
15
  removePadding: boolean | undefined;
16
- }>;
16
+ }, {}>;
17
17
  export default _sfc_main;
@@ -20,9 +20,7 @@ declare const _sfc_main: DefineComponent<{
20
20
  required: false;
21
21
  default: boolean;
22
22
  };
23
- }, {
24
- focus(): void;
25
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
23
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
26
24
  colour: {
27
25
  type: __PropType<"default" | "primary" | "secondary" | "danger" | "blue" | "orange" | undefined>;
28
26
  required: false;
@@ -48,5 +46,5 @@ declare const _sfc_main: DefineComponent<{
48
46
  colour: "default" | "primary" | "secondary" | "danger" | "blue" | "orange" | undefined;
49
47
  size: "small" | "medium" | "large" | undefined;
50
48
  loading: boolean | undefined;
51
- }>;
49
+ }, {}>;
52
50
  export default _sfc_main;
@@ -25,9 +25,7 @@ declare const _sfc_main: DefineComponent<{
25
25
  required: false;
26
26
  default: string;
27
27
  };
28
- }, {
29
- focus(): void;
30
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
28
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
31
29
  'update:date': null;
32
30
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
33
31
  date: {
@@ -63,5 +61,5 @@ declare const _sfc_main: DefineComponent<{
63
61
  date: Date | null | undefined;
64
62
  min: string | undefined;
65
63
  max: string | undefined;
66
- }>;
64
+ }, {}>;
67
65
  export default _sfc_main;
@@ -24,5 +24,5 @@ declare const _sfc_main: DefineComponent<{
24
24
  }>>, {
25
25
  size: "small" | "medium" | "large" | undefined;
26
26
  hover: boolean | undefined;
27
- }>;
27
+ }, {}>;
28
28
  export default _sfc_main;
@@ -64,9 +64,7 @@ declare const _sfc_main: DefineComponent<{
64
64
  type: __PropType<ComboBoxItem | null>;
65
65
  required: true;
66
66
  };
67
- }, {
68
- focus(): void;
69
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
67
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
70
68
  focus: null;
71
69
  search: null;
72
70
  'search-parent': null;
@@ -156,5 +154,5 @@ declare const _sfc_main: DefineComponent<{
156
154
  parentObjectCreatedResponse: ComboBoxCreateResponse | null | undefined;
157
155
  results: ComboBoxItem[] | undefined;
158
156
  parentResults: ComboBoxItem[] | undefined;
159
- }>;
157
+ }, {}>;
160
158
  export default _sfc_main;
@@ -111,5 +111,5 @@ declare const _sfc_main: DefineComponent<{
111
111
  results: ComboBoxItem[] | undefined;
112
112
  currentObjectName: string | undefined;
113
113
  isVisible: boolean | undefined;
114
- }>;
114
+ }, {}>;
115
115
  export default _sfc_main;
@@ -39,5 +39,5 @@ declare const _sfc_main: DefineComponent<{
39
39
  text: string | undefined;
40
40
  showClearButton: boolean | undefined;
41
41
  additionalText: string | undefined;
42
- }>;
42
+ }, {}>;
43
43
  export default _sfc_main;
@@ -63,5 +63,5 @@ declare const _sfc_main: DefineComponent<{
63
63
  option: ComboBoxItem | null | undefined;
64
64
  isCreateNewOption: boolean | undefined;
65
65
  selectedIndex: number | undefined;
66
- }>;
66
+ }, {}>;
67
67
  export default _sfc_main;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType as __PropType } from 'vue';
2
- import type { GridColumn, GridConfig } from '../types';
2
+ import type { FilterRequest, GridColumn, GridConfig } from '../types';
3
3
  declare const _sfc_main: DefineComponent<{
4
4
  editMode: {
5
5
  type: __PropType<boolean>;
@@ -46,5 +46,5 @@ declare const _sfc_main: DefineComponent<{
46
46
  "onUpdate:edit-mode"?: ((...args: any[]) => any) | undefined;
47
47
  "onUpdate:filterPanelOpen"?: ((...args: any[]) => any) | undefined;
48
48
  "onClear-filters"?: ((...args: any[]) => any) | undefined;
49
- }, {}>;
49
+ }, {}, {}>;
50
50
  export default _sfc_main;
@@ -61,5 +61,5 @@ declare const _sfc_main: DefineComponent<{
61
61
  }, {
62
62
  editMode: boolean | undefined;
63
63
  selectionEnabled: boolean | undefined;
64
- }>;
64
+ }, {}>;
65
65
  export default _sfc_main;
@@ -18,5 +18,5 @@ declare const _sfc_main: DefineComponent<{
18
18
  type: __PropType<GridColumn<Record<string, unknown>>>;
19
19
  required: true;
20
20
  };
21
- }>>, {}>;
21
+ }>>, {}, {}>;
22
22
  export default _sfc_main;
@@ -34,5 +34,5 @@ declare const _sfc_main: DefineComponent<{
34
34
  onUndo?: ((...args: any[]) => any) | undefined;
35
35
  }, {
36
36
  editMode: boolean | undefined;
37
- }>;
37
+ }, {}>;
38
38
  export default _sfc_main;
@@ -44,5 +44,5 @@ declare const _sfc_main: DefineComponent<{
44
44
  "onCell-undo"?: ((...args: any[]) => any) | undefined;
45
45
  }, {
46
46
  editMode: boolean | undefined;
47
- }>;
47
+ }, {}>;
48
48
  export default _sfc_main;
@@ -57,5 +57,5 @@ declare const _sfc_main: DefineComponent<{
57
57
  }, {
58
58
  data: FilterResponse<unknown> | null | undefined;
59
59
  options: Partial<GridConfig> | undefined;
60
- }>;
60
+ }, {}>;
61
61
  export default _sfc_main;
@@ -26,5 +26,5 @@ declare const _sfc_main: DefineComponent<{
26
26
  "onUpdate:request"?: ((...args: any[]) => any) | undefined;
27
27
  }, {
28
28
  data: FilterResponse<unknown> | null | undefined;
29
- }>;
29
+ }, {}>;
30
30
  export default _sfc_main;
@@ -32,5 +32,5 @@ declare const _sfc_main: DefineComponent<{
32
32
  "onUpdate:filter"?: ((...args: any[]) => any) | undefined;
33
33
  }, {
34
34
  firstHalf: boolean | undefined;
35
- }>;
35
+ }, {}>;
36
36
  export default _sfc_main;
@@ -37,5 +37,5 @@ declare const _sfc_main: DefineComponent<{
37
37
  }>> & {
38
38
  "onUpdate:request"?: ((...args: any[]) => any) | undefined;
39
39
  "onUpdate:filterPanelOpen"?: ((...args: any[]) => any) | undefined;
40
- }, {}>;
40
+ }, {}, {}>;
41
41
  export default _sfc_main;
@@ -40,5 +40,5 @@ declare const _sfc_main: DefineComponent<{
40
40
  "onUpdate:filter"?: ((...args: any[]) => any) | undefined;
41
41
  }, {
42
42
  firstHalf: boolean | undefined;
43
- }>;
43
+ }, {}>;
44
44
  export default _sfc_main;
@@ -12,5 +12,5 @@ declare const _sfc_main: DefineComponent<{
12
12
  };
13
13
  }>> & {
14
14
  "onUpdate:columns"?: ((...args: any[]) => any) | undefined;
15
- }, {}>;
15
+ }, {}, {}>;
16
16
  export default _sfc_main;
@@ -1,5 +1,5 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
2
  declare const _sfc_main: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "open-click"[], "open-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
3
3
  "onOpen-click"?: ((...args: any[]) => any) | undefined;
4
- }, {}>;
4
+ }, {}, {}>;
5
5
  export default _sfc_main;
@@ -19,6 +19,11 @@ declare const _sfc_main: DefineComponent<{
19
19
  type: __PropType<boolean>;
20
20
  required: true;
21
21
  };
22
+ colour: {
23
+ type: __PropType<"default" | "secondary" | undefined>;
24
+ required: false;
25
+ default: string;
26
+ };
22
27
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:is-open"[], "update:is-open", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
23
28
  username: {
24
29
  type: __PropType<string | undefined>;
@@ -39,11 +44,17 @@ declare const _sfc_main: DefineComponent<{
39
44
  type: __PropType<boolean>;
40
45
  required: true;
41
46
  };
47
+ colour: {
48
+ type: __PropType<"default" | "secondary" | undefined>;
49
+ required: false;
50
+ default: string;
51
+ };
42
52
  }>> & {
43
53
  "onUpdate:is-open"?: ((...args: any[]) => any) | undefined;
44
54
  }, {
55
+ colour: "default" | "secondary" | undefined;
45
56
  username: string | undefined;
46
57
  group: string | undefined;
47
58
  image: string | undefined;
48
- }>;
59
+ }, {}>;
49
60
  export default _sfc_main;
@@ -0,0 +1,2 @@
1
+ export declare const headerColour: readonly ["default", "secondary"];
2
+ export type HeaderColour = typeof headerColour[number];
@@ -2,7 +2,7 @@ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedCompone
2
2
  import type { InputValidationState, InputValueType } from './types';
3
3
  declare const _sfc_main: DefineComponent<{
4
4
  inputType: {
5
- type: __PropType<"number" | "search" | "date" | "datetime" | "button" | "checkbox" | "color" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url">;
5
+ type: __PropType<"number" | "color" | "search" | "date" | "datetime" | "button" | "checkbox" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url">;
6
6
  required: true;
7
7
  default: string;
8
8
  };
@@ -121,11 +121,9 @@ declare const _sfc_main: DefineComponent<{
121
121
  required: false;
122
122
  default: boolean;
123
123
  };
124
- }, {
125
- focus(): void;
126
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "input" | "change" | "update:model-value" | "click" | "validated")[], "focus" | "input" | "change" | "update:model-value" | "click" | "validated", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
124
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "input" | "change" | "update:model-value" | "click" | "validated")[], "focus" | "input" | "change" | "update:model-value" | "click" | "validated", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
127
125
  inputType: {
128
- type: __PropType<"number" | "search" | "date" | "datetime" | "button" | "checkbox" | "color" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url">;
126
+ type: __PropType<"number" | "color" | "search" | "date" | "datetime" | "button" | "checkbox" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url">;
129
127
  required: true;
130
128
  default: string;
131
129
  };
@@ -254,7 +252,7 @@ declare const _sfc_main: DefineComponent<{
254
252
  }, {
255
253
  disabled: boolean | undefined;
256
254
  group: string | undefined;
257
- inputType: "number" | "search" | "date" | "datetime" | "button" | "checkbox" | "color" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url";
255
+ inputType: "number" | "color" | "search" | "date" | "datetime" | "button" | "checkbox" | "email" | "file" | "password" | "radio" | "range" | "reset" | "submit" | "tel" | "text" | "time" | "url";
258
256
  modelValue: InputValueType;
259
257
  label: string | undefined;
260
258
  isRequired: boolean | undefined;
@@ -276,5 +274,5 @@ declare const _sfc_main: DefineComponent<{
276
274
  messageWhenValid: string | undefined;
277
275
  inputSpecificClasses: string | undefined;
278
276
  showValidationMessages: boolean | undefined;
279
- }>;
277
+ }, {}>;
280
278
  export default _sfc_main;
@@ -35,5 +35,5 @@ declare const _sfc_main: DefineComponent<{
35
35
  }, {
36
36
  disabled: boolean | undefined;
37
37
  defaultLangauge: Language | null | undefined;
38
- }>;
38
+ }, {}>;
39
39
  export default _sfc_main;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -30,5 +30,5 @@ declare const _sfc_main: DefineComponent<{
30
30
  }, {
31
31
  loading: boolean | undefined;
32
32
  errors: string[] | undefined;
33
- }>;
33
+ }, {}>;
34
34
  export default _sfc_main;
@@ -35,5 +35,5 @@ declare const _sfc_main: DefineComponent<{
35
35
  size: "small" | "medium" | "large" | "x-small" | undefined;
36
36
  headerColour: string | undefined;
37
37
  preventClose: boolean | undefined;
38
- }>;
38
+ }, {}>;
39
39
  export default _sfc_main;
@@ -1,3 +1,17 @@
1
- import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _sfc_main: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: DefineComponent<{
3
+ colour: {
4
+ type: __PropType<"default" | "secondary" | undefined>;
5
+ required: false;
6
+ default: string;
7
+ };
8
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
9
+ colour: {
10
+ type: __PropType<"default" | "secondary" | undefined>;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ }>>, {
15
+ colour: "default" | "secondary" | undefined;
16
+ }, {}>;
3
17
  export default _sfc_main;
@@ -9,5 +9,5 @@ declare const _sfc_main: DefineComponent<{
9
9
  type: __PropType<boolean>;
10
10
  required: true;
11
11
  };
12
- }>>, {}>;
12
+ }>>, {}, {}>;
13
13
  export default _sfc_main;
@@ -8,6 +8,11 @@ declare const _sfc_main: DefineComponent<{
8
8
  type: __PropType<boolean>;
9
9
  required: true;
10
10
  };
11
+ colour: {
12
+ type: __PropType<string | undefined>;
13
+ required: false;
14
+ default: string;
15
+ };
11
16
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
12
17
  iconValue: {
13
18
  type: __PropType<string>;
@@ -17,5 +22,12 @@ declare const _sfc_main: DefineComponent<{
17
22
  type: __PropType<boolean>;
18
23
  required: true;
19
24
  };
20
- }>>, {}>;
25
+ colour: {
26
+ type: __PropType<string | undefined>;
27
+ required: false;
28
+ default: string;
29
+ };
30
+ }>>, {
31
+ colour: string | undefined;
32
+ }, {}>;
21
33
  export default _sfc_main;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -0,0 +1,2 @@
1
+ export declare const navColour: readonly ["default", "secondary"];
2
+ export type NavColour = typeof navColour[number];
@@ -24,5 +24,5 @@ declare const _sfc_main: DefineComponent<{
24
24
  }>>, {
25
25
  container: string | undefined;
26
26
  position: "top-left" | "top-centre" | "top-right" | "bottom-left" | "bottom-centre" | "bottom-right" | undefined;
27
- }>;
27
+ }, {}>;
28
28
  export default _sfc_main;
@@ -32,9 +32,7 @@ declare const _sfc_main: DefineComponent<{
32
32
  required: false;
33
33
  default: boolean;
34
34
  };
35
- }, {
36
- focus(): void;
37
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
35
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
38
36
  'update:value': null;
39
37
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
40
38
  value: {
@@ -76,5 +74,5 @@ declare const _sfc_main: DefineComponent<{
76
74
  step: number | undefined;
77
75
  enforceStep: boolean | undefined;
78
76
  showNumericInput: boolean | undefined;
79
- }>;
77
+ }, {}>;
80
78
  export default _sfc_main;
@@ -35,5 +35,5 @@ declare const _sfc_main: DefineComponent<{
35
35
  disabled: boolean | undefined;
36
36
  colour: "default" | "primary" | "secondary" | "danger" | "blue" | undefined;
37
37
  currentTab: number | undefined;
38
- }>;
38
+ }, {}>;
39
39
  export default _sfc_main;
@@ -1,3 +1,3 @@
1
1
  import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3
3
  export default _default;
@@ -44,5 +44,5 @@ declare const _sfc_main: DefineComponent<{
44
44
  }, {
45
45
  disabled: boolean | undefined;
46
46
  colour: "default" | "primary" | "secondary" | "danger" | "blue" | undefined;
47
- }>;
47
+ }, {}>;
48
48
  export default _sfc_main;