@aures5g/vue-component-library 3.6.4 → 3.6.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 (41) hide show
  1. package/dist/src/components/badge/UIBadge.vue.d.ts +2 -1
  2. package/dist/src/components/button/UIButton.vue.d.ts +3 -2
  3. package/dist/src/components/checkbox/UICheckbox.vue.d.ts +2 -1
  4. package/dist/src/components/checkboxRadioShared/CheckboxRadioShared.vue.d.ts +4 -2
  5. package/dist/src/components/chip/UIFilterChip.vue.d.ts +5 -3
  6. package/dist/src/components/chip/UIInputChip.vue.d.ts +5 -3
  7. package/dist/src/components/contextPanel/UIContextPanel.vue.d.ts +3 -2
  8. package/dist/src/components/copyToClipboard/UICopy.vue.d.ts +5 -4
  9. package/dist/src/components/divider/UIDivider.vue.d.ts +2 -1
  10. package/dist/src/components/dropdown/UIDropdown.vue.d.ts +14 -9
  11. package/dist/src/components/fab/UIFab.vue.d.ts +3 -2
  12. package/dist/src/components/form/FormFieldWrapper.vue.d.ts +3 -2
  13. package/dist/src/components/iconButton/UIIconButton.vue.d.ts +3 -2
  14. package/dist/src/components/infoStrip/UIInfoStrip.vue.d.ts +3 -2
  15. package/dist/src/components/infoStrip/UIInfoStripSecondaryBox.vue.d.ts +3 -2
  16. package/dist/src/components/infoStrip/UIPersonList.vue.d.ts +3 -2
  17. package/dist/src/components/infoStrip/brandLogo/UIBrandLogo.vue.d.ts +2 -1
  18. package/dist/src/components/languagePicker/UILanguagePicker.vue.d.ts +4 -2
  19. package/dist/src/components/list/UIList.vue.d.ts +3 -2
  20. package/dist/src/components/list/UIListItem.vue.d.ts +3 -2
  21. package/dist/src/components/menu/UIMenu.vue.d.ts +2 -1
  22. package/dist/src/components/radioButton/UIRadioButton.vue.d.ts +2 -1
  23. package/dist/src/components/richTooltip/UIRichTooltip.vue.d.ts +7 -6
  24. package/dist/src/components/segmentedButton/SegmentedButtonCore.vue.d.ts +4 -3
  25. package/dist/src/components/segmentedButton/UISegmentedButton.vue.d.ts +4 -2
  26. package/dist/src/components/snackbar/UISnackbar.vue.d.ts +3 -2
  27. package/dist/src/components/switch/UISwitch.vue.d.ts +4 -2
  28. package/dist/src/components/table/UITable.vue.d.ts +7 -3
  29. package/dist/src/components/table/UITableCard.vue.d.ts +3 -2
  30. package/dist/src/components/tabs/UITabPanel.vue.d.ts +2 -1
  31. package/dist/src/components/tabs/UITabView.d.ts +1 -1
  32. package/dist/src/components/tag/UITag.vue.d.ts +3 -2
  33. package/dist/src/components/textField/UITextField.vue.d.ts +8 -6
  34. package/dist/src/components/textarea/UITextArea.vue.d.ts +8 -6
  35. package/dist/src/components/toggleButton/UIToggleButton.vue.d.ts +2 -1
  36. package/dist/src/components/toolbar/UIToolbar.vue.d.ts +3 -2
  37. package/dist/src/directives/overflowTooltip.d.ts +8 -8
  38. package/dist/vue-component-library.css +1 -1
  39. package/dist/vue-component-library.js +1419 -1410
  40. package/dist/vue-component-library.umd.cjs +16 -16
  41. package/package.json +1 -1
@@ -1,7 +1,8 @@
1
1
  type __VLS_Props = {
2
2
  value?: string | number;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
5
  value: string | number;
6
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
@@ -16,13 +16,14 @@ type __VLS_Slots = {} & {
16
16
  } & {
17
17
  trailingIcon?: (props: typeof __VLS_10) => any;
18
18
  };
19
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
20
  label: string;
21
21
  leadingIcon: FontAwesomeIconProps["icon"];
22
22
  trailingIcon: FontAwesomeIconProps["icon"];
23
23
  placement: ComponentPlacements;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
26
27
  export default _default;
27
28
  type __VLS_WithSlots<T, S> = T & {
28
29
  new (): {
@@ -3,9 +3,10 @@ type __VLS_Props = {
3
3
  isLabelLeft?: boolean;
4
4
  size?: '24x24' | '48x48';
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
7
  label: string;
8
8
  size: "24x24" | "48x48";
9
9
  isLabelLeft: boolean;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
@@ -6,10 +6,11 @@ type __VLS_Props = {
6
6
  uncheckedIcon: FontAwesomeIconProps['icon'];
7
7
  checkedIcon: FontAwesomeIconProps['icon'];
8
8
  };
9
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: string;
11
11
  };
12
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
14
  "update:modelValue": (value: string | undefined) => any;
14
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
16
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
@@ -18,4 +19,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
18
19
  size: "24x24" | "48x48";
19
20
  isLabelLeft: boolean;
20
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: typeof __VLS_export;
21
23
  export default _default;
@@ -5,9 +5,10 @@ type __VLS_Props = {
5
5
  trailingIcon?: FontAwesomeIconProps['icon'];
6
6
  highContrast?: boolean;
7
7
  };
8
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
9
9
  modelValue?: boolean;
10
10
  };
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
11
12
  declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {};
12
13
  type __VLS_Slots = {} & {
13
14
  leadingIcon?: (props: typeof __VLS_1) => any;
@@ -16,7 +17,7 @@ type __VLS_Slots = {} & {
16
17
  } & {
17
18
  trailingIcon?: (props: typeof __VLS_10) => any;
18
19
  };
19
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
21
  "update:modelValue": (value: boolean) => any;
21
22
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
23
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -26,7 +27,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
26
27
  trailingIcon: FontAwesomeIconProps["icon"];
27
28
  highContrast: boolean;
28
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
30
32
  export default _default;
31
33
  type __VLS_WithSlots<T, S> = T & {
32
34
  new (): {
@@ -4,9 +4,10 @@ type __VLS_Props = {
4
4
  showClosingIcon?: boolean;
5
5
  icon?: FontAwesomeIconProps['icon'];
6
6
  };
7
- type __VLS_PublicProps = __VLS_Props & {
7
+ type __VLS_ModelProps = {
8
8
  modelValue?: boolean;
9
9
  };
10
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
11
  declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {};
11
12
  type __VLS_Slots = {} & {
12
13
  icon?: (props: typeof __VLS_1) => any;
@@ -15,7 +16,7 @@ type __VLS_Slots = {} & {
15
16
  } & {
16
17
  closingIcon?: (props: typeof __VLS_10) => any;
17
18
  };
18
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
20
  "update:modelValue": (value: boolean) => any;
20
21
  } & {
21
22
  close: () => any;
@@ -27,7 +28,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
27
28
  label: string;
28
29
  showClosingIcon: boolean;
29
30
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
+ declare const _default: typeof __VLS_export;
31
33
  export default _default;
32
34
  type __VLS_WithSlots<T, S> = T & {
33
35
  new (): {
@@ -15,7 +15,7 @@ type __VLS_Slots = {
15
15
  footer(): VNode;
16
16
  infoIcon(): VNode;
17
17
  };
18
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
19
  close: () => any;
20
20
  back: () => any;
21
21
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -28,7 +28,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
28
28
  showCloseIcon: boolean;
29
29
  infoIcon: FontAwesomeIconProps["icon"];
30
30
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
+ declare const _default: typeof __VLS_export;
32
33
  export default _default;
33
34
  type __VLS_WithSlots<T, S> = T & {
34
35
  new (): {
@@ -7,17 +7,18 @@ type __VLS_Props = {
7
7
  hiddenIcon?: boolean;
8
8
  iconPosition?: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
9
9
  };
10
- declare var __VLS_7: {};
10
+ declare var __VLS_8: {};
11
11
  type __VLS_Slots = {} & {
12
- default?: (props: typeof __VLS_7) => any;
12
+ default?: (props: typeof __VLS_8) => any;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
15
  textToDisplay: string | number;
16
16
  tooltipPosition: (typeof TOOLTIP_POSITION)[keyof typeof TOOLTIP_POSITION];
17
17
  hiddenIcon: boolean;
18
18
  iconPosition: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
+ declare const _default: typeof __VLS_export;
21
22
  export default _default;
22
23
  type __VLS_WithSlots<T, S> = T & {
23
24
  new (): {
@@ -1,7 +1,8 @@
1
1
  type __VLS_Props = {
2
2
  isVertical?: boolean;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
5
  isVertical: boolean;
6
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
@@ -1,10 +1,7 @@
1
1
  import { type CommonFormFieldProp } from '../form/commonFormFieldProps';
2
2
  import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
3
- declare const _default: <T extends Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
- readonly "onUpdate:modelValue"?: ((value: T[keyof T]) => any) | undefined;
6
- readonly onAction?: (() => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onAction"> & (CommonFormFieldProp & {
3
+ declare const __VLS_export: <T extends Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<(CommonFormFieldProp & {
8
5
  options: T[];
9
6
  optionLabel?: string | ((option: T) => keyof T);
10
7
  optionValue?: string | ((option: T) => keyof T);
@@ -14,8 +11,13 @@ declare const _default: <T extends Record<string, unknown>>(__VLS_props: NonNull
14
11
  actionTrailingIcon?: FontAwesomeIconProps["icon"];
15
12
  } & {
16
13
  modelValue?: T[keyof T];
17
- }) & Partial<{}>> & import("vue").PublicProps;
18
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
14
+ }) & {
15
+ "onUpdate:modelValue"?: ((value: T[keyof T]) => any) | undefined;
16
+ onAction?: (() => any) | undefined;
17
+ }> & (typeof globalThis extends {
18
+ __VLS_PROPS_FALLBACK: infer P;
19
+ } ? P : {});
20
+ expose: (exposed: {}) => void;
19
21
  attrs: any;
20
22
  slots: {
21
23
  leadingIcon?: (props: {}) => any;
@@ -28,7 +30,10 @@ declare const _default: <T extends Record<string, unknown>>(__VLS_props: NonNull
28
30
  }>) => import("vue").VNode & {
29
31
  __ctx?: Awaited<typeof __VLS_setup>;
30
32
  };
33
+ declare const _default: typeof __VLS_export;
31
34
  export default _default;
32
- type __VLS_PrettifyLocal<T> = {
35
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
36
+ [K in keyof T]: T[K];
37
+ } : {
33
38
  [K in keyof T as K]: T[K];
34
- } & {};
39
+ }) & {};
@@ -7,10 +7,11 @@ declare var __VLS_1: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_1) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
11
  icon: FontAwesomeIconProps["icon"];
12
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;
15
16
  type __VLS_WithSlots<T, S> = T & {
16
17
  new (): {
@@ -11,7 +11,7 @@ type __VLS_Slots = {
11
11
  }): VNode;
12
12
  trailingIcon(): VNode;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<CommonFormFieldProp, {
14
+ declare const __VLS_base: import("vue").DefineComponent<CommonFormFieldProp, {
15
15
  inputId: `${string}-${string}-${string}-${string}-${string}`;
16
16
  anchors: {
17
17
  readonly WRAPPER: `--field-wrapper-${string}-${string}-${string}-${string}-${string}`;
@@ -31,7 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<CommonFormFieldProp
31
31
  compact: boolean;
32
32
  suffix: string;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
+ declare const _default: typeof __VLS_export;
35
36
  export default _default;
36
37
  type __VLS_WithSlots<T, S> = T & {
37
38
  new (): {
@@ -12,13 +12,14 @@ declare var __VLS_1: {};
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_1) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
16
  icon: FontAwesomeIconProps["icon"];
17
17
  placement: ComponentPlacements;
18
18
  badge: boolean | number | string;
19
19
  size: ButtonSizes;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
@@ -18,11 +18,12 @@ type __VLS_Slots = {} & {
18
18
  } & {
19
19
  'secondary-action'?: (props: typeof __VLS_31) => any;
20
20
  };
21
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
22
22
  severity: (typeof STRIP_SEVERITY)[keyof typeof STRIP_SEVERITY];
23
23
  status: (typeof CUSTOMER_STATUS)[keyof typeof CUSTOMER_STATUS];
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
26
27
  export default _default;
27
28
  type __VLS_WithSlots<T, S> = T & {
28
29
  new (): {
@@ -7,8 +7,9 @@ declare var __VLS_6: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_6) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
13
14
  type __VLS_WithSlots<T, S> = T & {
14
15
  new (): {
@@ -6,8 +6,9 @@ declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  icon?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
12
13
  type __VLS_WithSlots<T, S> = T & {
13
14
  new (): {
@@ -3,7 +3,8 @@ type __VLS_Props = {
3
3
  severity?: BrandLogoSeverities;
4
4
  brand: Brands;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
7
  severity: BrandLogoSeverities;
8
8
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -2,14 +2,16 @@ import { type LanguagePickerPosition } from './uiLanguagePicker.const';
2
2
  type __VLS_Props = {
3
3
  position?: LanguagePickerPosition;
4
4
  };
5
- type __VLS_PublicProps = __VLS_Props & {
5
+ type __VLS_ModelProps = {
6
6
  modelValue?: null | string;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
10
  "update:modelValue": (value: string | null) => any;
10
11
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
12
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
12
13
  }>, {
13
14
  position: LanguagePickerPosition;
14
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -2,8 +2,9 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -10,11 +10,12 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  trailing?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
14
  icon: FontAwesomeIconProps["icon"];
15
15
  multiline: boolean;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
19
20
  type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
@@ -8,9 +8,10 @@ type __VLS_Props = {
8
8
  landingRoute?: RouteRecordName | null;
9
9
  expandedRoutes?: RouteRecordName[];
10
10
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
12
  brandLogo: FontAwesomeIconProps["icon"];
13
13
  landingRoute: string | symbol | null;
14
14
  expandedRoutes: RouteRecordName[];
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -3,9 +3,10 @@ type __VLS_Props = {
3
3
  isLabelLeft?: boolean;
4
4
  size?: '24x24' | '48x48';
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
7
  label: string;
8
8
  size: "24x24" | "48x48";
9
9
  isLabelLeft: boolean;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
@@ -3,20 +3,21 @@ type __VLS_Props = {
3
3
  text?: string;
4
4
  hasAction?: boolean;
5
5
  };
6
- declare var __VLS_7: {}, __VLS_10: {}, __VLS_12: {};
6
+ declare var __VLS_8: {}, __VLS_11: {}, __VLS_13: {};
7
7
  type __VLS_Slots = {} & {
8
- trigger?: (props: typeof __VLS_7) => any;
8
+ trigger?: (props: typeof __VLS_8) => any;
9
9
  } & {
10
- content?: (props: typeof __VLS_10) => any;
10
+ content?: (props: typeof __VLS_11) => any;
11
11
  } & {
12
- action?: (props: typeof __VLS_12) => any;
12
+ action?: (props: typeof __VLS_13) => any;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
15
  text: string;
16
16
  title: string;
17
17
  hasAction: boolean;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;
21
22
  type __VLS_WithSlots<T, S> = T & {
22
23
  new (): {
@@ -1,7 +1,9 @@
1
1
  import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
2
2
  export type ButtonValue = string | number;
3
3
  export type ModelValue = ButtonValue[] | ButtonValue | null;
4
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
5
7
  label?: string;
6
8
  icon?: FontAwesomeIconProps["icon"];
7
9
  part?: "start" | "middle" | "end";
@@ -23,15 +25,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
23
25
  icon: FontAwesomeIconProps["icon"];
24
26
  label: string;
25
27
  value: ButtonValue;
26
- modelValue: ModelValue;
27
28
  part: "start" | "middle" | "end";
29
+ modelValue: ModelValue;
28
30
  multiple: boolean;
29
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
30
32
  icon?: (props: {}) => any;
31
33
  } & {
32
34
  label?: (props: {}) => any;
33
35
  }>;
34
- export default _default;
35
36
  type __VLS_WithSlots<T, S> = T & {
36
37
  new (): {
37
38
  $slots: S;
@@ -10,14 +10,16 @@ type __VLS_Props = {
10
10
  items: SegmentedButtonItem[];
11
11
  multiple?: boolean;
12
12
  };
13
- type __VLS_PublicProps = __VLS_Props & {
13
+ type __VLS_ModelProps = {
14
14
  modelValue?: ModelValue;
15
15
  };
16
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
18
  "update:modelValue": (value: ModelValue) => any;
18
19
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
20
  "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
20
21
  }>, {
21
22
  multiple: boolean;
22
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: typeof __VLS_export;
23
25
  export default _default;
@@ -7,7 +7,7 @@ declare var __VLS_1: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_1) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
11
  close: () => any;
12
12
  action: () => any;
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -18,7 +18,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
18
18
  hasLongAction: boolean;
19
19
  closeable: boolean;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
@@ -5,10 +5,11 @@ type __VLS_Props = {
5
5
  ptOptions?: PassThroughOptions;
6
6
  isDisabled?: boolean;
7
7
  };
8
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
9
9
  modelValue?: boolean;
10
10
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
13
  "update:modelValue": (value: boolean) => any;
13
14
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
15
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -17,4 +18,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
17
18
  ptOptions: PassThroughOptions;
18
19
  isDisabled: boolean;
19
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -21,7 +21,9 @@ export type RowClickPayload = {
21
21
  data: Record<string, unknown>;
22
22
  index: number;
23
23
  };
24
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
25
27
  fields: Field[];
26
28
  items: Record<string, unknown>[];
27
29
  dataKey: string;
@@ -69,7 +71,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
69
71
  field: string;
70
72
  colIndex: number;
71
73
  }): VNode;
72
- headerFilterOverlay?(): VNode;
74
+ headerFilterOverlay?(props: {
75
+ field: string;
76
+ onClose: () => void;
77
+ }): VNode;
73
78
  cardTitle?(props: {
74
79
  rowIndex: number;
75
80
  data: Record<string, unknown>;
@@ -109,7 +114,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
109
114
  key: string;
110
115
  }): VNode;
111
116
  }>;
112
- export default _default;
113
117
  type __VLS_WithSlots<T, S> = T & {
114
118
  new (): {
115
119
  $slots: S;
@@ -12,8 +12,9 @@ type __VLS_Slots = {
12
12
  action?(): VNode;
13
13
  major?(): VNode;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
17
18
  export default _default;
18
19
  type __VLS_WithSlots<T, S> = T & {
19
20
  new (): {
@@ -1,7 +1,8 @@
1
1
  import { type UITabPanelProps } from './uiTabPanel.const';
2
- declare const _default: import("vue").DefineComponent<UITabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UITabPanelProps> & Readonly<{}>, {
2
+ declare const __VLS_export: import("vue").DefineComponent<UITabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UITabPanelProps> & Readonly<{}>, {
3
3
  header: string;
4
4
  pt: object | import("primevue/tabpanel").TabPanelPassThroughOptions;
5
5
  ptOptions: import("primevue/passthrough").PassThroughOptions;
6
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
@@ -81,9 +81,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
81
  };
82
82
  };
83
83
  }>> & Readonly<{}>, {
84
+ tabindex: number;
84
85
  pt: Record<string, any>;
85
86
  ptOptions: PassThroughOptions;
86
- tabindex: number;
87
87
  activeIndex: number;
88
88
  lazy: boolean;
89
89
  scrollable: boolean;
@@ -12,13 +12,14 @@ type __VLS_Slots = {} & {
12
12
  } & {
13
13
  label?: (props: typeof __VLS_8) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
16
  icon: FontAwesomeIconProps["icon"];
17
17
  label: string;
18
18
  size: TagSizes;
19
19
  actionIcon: boolean;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {