@digitalservicebund/ris-ui 3.14.1 → 3.15.1

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.
@@ -9,14 +9,16 @@ export type Props = Pick<AutoCompleteProps, "dropdown" | "ariaLabel" | "ariaLabe
9
9
  initialLabel?: string;
10
10
  };
11
11
  type __VLS_Props = Props;
12
- type __VLS_PublicProps = __VLS_Props & {
12
+ type __VLS_ModelProps = {
13
13
  modelValue?: string;
14
14
  };
15
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
15
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
16
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
16
17
  autoCompleteRef: import("vue").Ref<import("@primevue/core").DefineComponent<AutoCompleteProps, import("primevue").AutoCompleteSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: import("primevue").AutoCompleteChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "item-select", event: import("primevue").AutoCompleteOptionSelectEvent) => void) & ((e: "item-unselect", event: import("primevue").AutoCompleteOptionUnselectEvent) => void) & ((e: "option-select", event: import("primevue").AutoCompleteOptionSelectEvent) => void) & ((e: "option-unselect", event: import("primevue").AutoCompleteOptionUnselectEvent) => void) & ((e: "dropdown-click", event: import("primevue").AutoCompleteDropdownClickEvent) => void) & ((e: "clear") => void) & ((e: "complete", event: import("primevue").AutoCompleteCompleteEvent) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void)> | null, import("@primevue/core").DefineComponent<AutoCompleteProps, import("primevue").AutoCompleteSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: import("primevue").AutoCompleteChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "item-select", event: import("primevue").AutoCompleteOptionSelectEvent) => void) & ((e: "item-unselect", event: import("primevue").AutoCompleteOptionUnselectEvent) => void) & ((e: "option-select", event: import("primevue").AutoCompleteOptionSelectEvent) => void) & ((e: "option-unselect", event: import("primevue").AutoCompleteOptionUnselectEvent) => void) & ((e: "dropdown-click", event: import("primevue").AutoCompleteDropdownClickEvent) => void) & ((e: "clear") => void) & ((e: "complete", event: import("primevue").AutoCompleteCompleteEvent) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void)> | null>;
17
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
19
  "update:modelValue": (value: string | undefined) => any;
19
20
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
21
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
21
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
22
24
  export default _default;
@@ -4,11 +4,13 @@ type __VLS_Props = {
4
4
  hasError?: boolean;
5
5
  mask?: string;
6
6
  shouldFocusOnMount?: boolean;
7
+ id: string;
7
8
  };
8
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
9
10
  modelValue: string;
10
11
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
12
14
  focus: () => void;
13
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
16
  "update:modelValue": (value: string) => any;
@@ -17,4 +19,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
17
19
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
20
  onComplete?: ((args_0?: void | undefined) => any) | undefined;
19
21
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: typeof __VLS_export;
20
23
  export default _default;
@@ -3,13 +3,16 @@ type __VLS_Props = {
3
3
  hasError?: boolean;
4
4
  mask?: string;
5
5
  placeholder?: string;
6
+ inputId?: string;
6
7
  };
7
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
8
9
  modelValue: string[];
9
10
  };
10
- 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, {
11
13
  "update:modelValue": (value: string[]) => any;
12
14
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
15
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
14
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
15
18
  export default _default;
@@ -14,8 +14,9 @@ type __VLS_Props = {
14
14
  */
15
15
  name?: string;
16
16
  };
17
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
18
  value: string;
19
19
  name: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
21
22
  export default _default;
@@ -11,19 +11,21 @@ type __VLS_Props = {
11
11
  */
12
12
  tolerance?: number;
13
13
  };
14
- type __VLS_PublicProps = __VLS_Props & {
14
+ type __VLS_ModelProps = {
15
15
  "expanded"?: boolean;
16
16
  };
17
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
17
18
  declare var __VLS_1: {};
18
19
  type __VLS_Slots = {} & {
19
20
  default?: (props: typeof __VLS_1) => any;
20
21
  };
21
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
23
  "update:expanded": (value: boolean) => any;
23
24
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
25
  "onUpdate:expanded"?: ((value: boolean) => any) | undefined;
25
26
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
27
29
  export default _default;
28
30
  type __VLS_WithSlots<T, S> = T & {
29
31
  new (): {
@@ -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 (): {
@@ -3,7 +3,7 @@ type __VLS_Props = PaginatorProps & {
3
3
  prevButtonLabel?: string;
4
4
  nextButtonLabel?: string;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
7
  page: (value: PageState) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  onPage?: ((value: PageState) => any) | undefined;
@@ -11,4 +11,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  prevButtonLabel: string;
12
12
  nextButtonLabel: string;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;
@@ -2,19 +2,21 @@ type __VLS_Props = {
2
2
  headerCollapsed: string;
3
3
  headerExpanded: string;
4
4
  };
5
- type __VLS_PublicProps = __VLS_Props & {
5
+ type __VLS_ModelProps = {
6
6
  modelValue?: boolean;
7
7
  };
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
9
  declare var __VLS_42: {};
9
10
  type __VLS_Slots = {} & {
10
11
  default?: (props: typeof __VLS_42) => any;
11
12
  };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
14
  "update:modelValue": (value: boolean) => any;
14
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
16
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
16
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
18
20
  export default _default;
19
21
  type __VLS_WithSlots<T, S> = T & {
20
22
  new (): {