@porsche-design-system/components-vue 3.13.0-rc.0 → 3.13.0-rc.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.
Files changed (89) hide show
  1. package/CHANGELOG.md +29 -2
  2. package/LICENSE.md +1 -1
  3. package/OSS_NOTICE +98 -98
  4. package/README.md +1 -1
  5. package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/SelectOptionWrapper.vue.cjs +1 -0
  7. package/cjs/lib/components/SelectOptionWrapper.vue2.cjs +1 -0
  8. package/cjs/lib/components/SelectWrapper.vue.cjs +1 -0
  9. package/cjs/lib/components/SelectWrapper.vue2.cjs +1 -0
  10. package/cjs/public-api.cjs +1 -1
  11. package/esm/PorscheDesignSystemProvider.vue.d.ts +1 -1
  12. package/esm/lib/components/AccordionWrapper.vue.d.ts +1 -1
  13. package/esm/lib/components/BannerWrapper.vue.d.ts +1 -1
  14. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +1 -1
  15. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +1 -1
  16. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +1 -1
  17. package/esm/lib/components/ButtonWrapper.vue.d.ts +1 -1
  18. package/esm/lib/components/CarouselWrapper.vue.d.ts +1 -1
  19. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +1 -1
  20. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +1 -1
  21. package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
  22. package/esm/lib/components/DisplayWrapper.vue.d.ts +1 -1
  23. package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
  24. package/esm/lib/components/FieldsetWrapper.vue.d.ts +1 -1
  25. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +1 -1
  26. package/esm/lib/components/FlexItemWrapper.vue.d.ts +1 -1
  27. package/esm/lib/components/FlexWrapper.vue.d.ts +1 -1
  28. package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +1 -1
  29. package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +1 -1
  30. package/esm/lib/components/FlyoutWrapper.vue.d.ts +1 -1
  31. package/esm/lib/components/GridItemWrapper.vue.d.ts +1 -1
  32. package/esm/lib/components/GridWrapper.vue.d.ts +1 -1
  33. package/esm/lib/components/HeadingWrapper.vue.d.ts +1 -1
  34. package/esm/lib/components/HeadlineWrapper.vue.d.ts +1 -1
  35. package/esm/lib/components/IconWrapper.vue.d.ts +1 -1
  36. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +1 -1
  37. package/esm/lib/components/LinkPureWrapper.vue.d.ts +1 -1
  38. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +1 -1
  39. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +1 -1
  40. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +1 -1
  41. package/esm/lib/components/LinkTileWrapper.vue.d.ts +1 -1
  42. package/esm/lib/components/LinkWrapper.vue.d.ts +1 -1
  43. package/esm/lib/components/MarqueWrapper.vue.d.ts +1 -1
  44. package/esm/lib/components/ModalWrapper.vue.d.ts +9 -2
  45. package/esm/lib/components/ModalWrapper.vue.mjs +8 -7
  46. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +1 -1
  47. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +1 -1
  48. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +1 -1
  49. package/esm/lib/components/PaginationWrapper.vue.d.ts +1 -1
  50. package/esm/lib/components/PinCodeWrapper.vue.d.ts +1 -1
  51. package/esm/lib/components/PopoverWrapper.vue.d.ts +1 -1
  52. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +1 -1
  53. package/esm/lib/components/ScrollerWrapper.vue.d.ts +1 -1
  54. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +1 -1
  55. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +1 -1
  56. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +42 -0
  57. package/esm/lib/components/SelectOptionWrapper.vue.mjs +24 -0
  58. package/esm/lib/components/SelectOptionWrapper.vue2.mjs +4 -0
  59. package/esm/lib/components/SelectWrapper.vue.d.ts +104 -0
  60. package/esm/lib/components/SelectWrapper.vue.mjs +38 -0
  61. package/esm/lib/components/SelectWrapper.vue2.mjs +4 -0
  62. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +1 -1
  63. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
  64. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +1 -1
  65. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +1 -1
  66. package/esm/lib/components/SwitchWrapper.vue.d.ts +1 -1
  67. package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
  68. package/esm/lib/components/TableCellWrapper.vue.d.ts +1 -1
  69. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +1 -1
  70. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
  71. package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
  72. package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
  73. package/esm/lib/components/TableWrapper.vue.d.ts +1 -1
  74. package/esm/lib/components/TabsBarWrapper.vue.d.ts +1 -1
  75. package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -1
  76. package/esm/lib/components/TabsWrapper.vue.d.ts +1 -1
  77. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +1 -1
  78. package/esm/lib/components/TagWrapper.vue.d.ts +1 -1
  79. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +1 -1
  80. package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
  81. package/esm/lib/components/TextListWrapper.vue.d.ts +1 -1
  82. package/esm/lib/components/TextWrapper.vue.d.ts +1 -1
  83. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +1 -1
  84. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
  85. package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
  86. package/esm/lib/components/index.d.ts +2 -0
  87. package/esm/lib/types.d.ts +15 -3
  88. package/esm/public-api.mjs +61 -57
  89. package/package.json +2 -2
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
37
  alignScrollIndicator: string;
38
38
  gradientColor: string;
39
39
  scrollbar: boolean;
40
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PScrollerProps>, {
40
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PScrollerProps>, {
41
41
  alignScrollIndicator: string;
42
42
  gradientColor: string;
43
43
  scrollbar: boolean;
@@ -23,7 +23,7 @@ type PSegmentedControlItemProps = {
23
23
  };
24
24
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlItemProps>, {
25
25
  disabled: boolean;
26
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlItemProps>, {
26
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlItemProps>, {
27
27
  disabled: boolean;
28
28
  }>>>, {
29
29
  disabled: boolean;
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
22
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  segmentedControlChange: (value: import("../types").SegmentedControlUpdateEvent) => void;
24
24
  update: (value: import("../types").SegmentedControlUpdateEvent) => void;
25
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlProps>, {
25
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlProps>, {
26
26
  columns: string;
27
27
  }>>> & {
28
28
  onUpdate?: ((value: import("../types").SegmentedControlUpdateEvent) => any) | undefined;
@@ -0,0 +1,42 @@
1
+ type PSelectOptionProps = {
2
+ /**
3
+ * Disables the option.
4
+ */
5
+ disabled?: boolean;
6
+ /**
7
+ * The option value.
8
+ */
9
+ value?: string;
10
+ };
11
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
12
+ disabled: boolean;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
14
+ disabled: boolean;
15
+ }>>>, {
16
+ disabled: boolean;
17
+ }, {}>, {
18
+ default?(_: {}): any;
19
+ }>;
20
+ export default _default;
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToRuntimeProps<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
@@ -0,0 +1,24 @@
1
+ import { defineComponent as s, ref as a, onMounted as c, onUpdated as f, openBlock as l, createBlock as d, resolveDynamicComponent as m, unref as i, withCtx as u, renderSlot as _ } from "vue";
2
+ import { usePrefix as C, syncProperties as y } from "../../utils.mjs";
3
+ const P = /* @__PURE__ */ s({
4
+ __name: "SelectOptionWrapper",
5
+ props: {
6
+ disabled: { type: Boolean, default: !1 },
7
+ value: {}
8
+ },
9
+ setup(t) {
10
+ const n = C("p-select-option"), p = t, e = a(), o = () => y(e, p);
11
+ return c(o), f(o), (r, k) => (l(), d(m(i(n)), {
12
+ ref_key: "pdsComponentRef",
13
+ ref: e
14
+ }, {
15
+ default: u(() => [
16
+ _(r.$slots, "default")
17
+ ]),
18
+ _: 3
19
+ }, 512));
20
+ }
21
+ });
22
+ export {
23
+ P as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./SelectOptionWrapper.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,104 @@
1
+ import type { SelectDropdownDirection, BreakpointCustomizable, SelectUpdateEventDetail, SelectState, Theme } from '../types';
2
+ type PSelectProps = {
3
+ /**
4
+ * The description text.
5
+ */
6
+ description?: string;
7
+ /**
8
+ * Disables the select
9
+ */
10
+ disabled?: boolean;
11
+ /**
12
+ * Changes the direction to which the dropdown list appears.
13
+ */
14
+ dropdownDirection?: SelectDropdownDirection;
15
+ /**
16
+ * Show or hide label. For better accessibility it is recommended to show the label.
17
+ */
18
+ hideLabel?: BreakpointCustomizable<boolean>;
19
+ /**
20
+ * The label text.
21
+ */
22
+ label?: string;
23
+ /**
24
+ * The message styled depending on validation state.
25
+ */
26
+ message?: string;
27
+ /**
28
+ * The name of the control.
29
+ */
30
+ name: string;
31
+ /**
32
+ * A Boolean attribute indicating that an option with a non-empty string value must be selected.
33
+ */
34
+ required?: boolean;
35
+ /**
36
+ * The validation state.
37
+ */
38
+ state?: SelectState;
39
+ /**
40
+ * Adapts the select color depending on the theme.
41
+ */
42
+ theme?: Theme;
43
+ /**
44
+ * The selected value.
45
+ */
46
+ value?: string;
47
+ };
48
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
49
+ description: string;
50
+ disabled: boolean;
51
+ dropdownDirection: string;
52
+ hideLabel: boolean;
53
+ label: string;
54
+ message: string;
55
+ required: boolean;
56
+ state: string;
57
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
+ update: (value: SelectUpdateEventDetail) => void;
59
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
60
+ description: string;
61
+ disabled: boolean;
62
+ dropdownDirection: string;
63
+ hideLabel: boolean;
64
+ label: string;
65
+ message: string;
66
+ required: boolean;
67
+ state: string;
68
+ }>>> & {
69
+ onUpdate?: ((value: SelectUpdateEventDetail) => any) | undefined;
70
+ }, {
71
+ label: string;
72
+ description: string;
73
+ state: "none" | "success" | "error";
74
+ required: boolean;
75
+ disabled: boolean;
76
+ hideLabel: BreakpointCustomizable<boolean>;
77
+ message: string;
78
+ dropdownDirection: "auto" | "down" | "up";
79
+ }, {}>, {
80
+ default?(_: {}): any;
81
+ }>;
82
+ export default _default;
83
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
84
+ type __VLS_TypePropsToRuntimeProps<T> = {
85
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
86
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
87
+ } : {
88
+ type: import('vue').PropType<T[K]>;
89
+ required: true;
90
+ };
91
+ };
92
+ type __VLS_WithDefaults<P, D> = {
93
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
94
+ default: D[K];
95
+ }> : P[K];
96
+ };
97
+ type __VLS_Prettify<T> = {
98
+ [K in keyof T]: T[K];
99
+ } & {};
100
+ type __VLS_WithTemplateSlots<T, S> = T & {
101
+ new (): {
102
+ $slots: S;
103
+ };
104
+ };
@@ -0,0 +1,38 @@
1
+ import { defineComponent as f, ref as m, inject as c, onMounted as u, onUpdated as i, watch as h, openBlock as y, createBlock as _, resolveDynamicComponent as C, unref as b, withCtx as v, renderSlot as w } from "vue";
2
+ import { usePrefix as B, themeInjectionKey as R, addEventListenerToElementRef as k, syncProperties as s } from "../../utils.mjs";
3
+ const j = /* @__PURE__ */ f({
4
+ __name: "SelectWrapper",
5
+ props: {
6
+ description: { default: "" },
7
+ disabled: { type: Boolean, default: !1 },
8
+ dropdownDirection: { default: "auto" },
9
+ hideLabel: { default: !1 },
10
+ label: { default: "" },
11
+ message: { default: "" },
12
+ name: {},
13
+ required: { type: Boolean, default: !1 },
14
+ state: { default: "none" },
15
+ theme: {},
16
+ value: {}
17
+ },
18
+ emits: ["update"],
19
+ setup(r, { emit: l }) {
20
+ const d = B("p-select"), t = r, e = m(), p = l, n = c(R), a = () => s(e, { ...t, theme: t.theme || n.value });
21
+ return u(() => {
22
+ a(), k(e, "update", p);
23
+ }), i(a), h(n, (o) => {
24
+ s(e, { theme: t.theme || o });
25
+ }), (o, x) => (y(), _(C(b(d)), {
26
+ ref_key: "pdsComponentRef",
27
+ ref: e
28
+ }, {
29
+ default: v(() => [
30
+ w(o.$slots, "default")
31
+ ]),
32
+ _: 3
33
+ }, 512));
34
+ }
35
+ });
36
+ export {
37
+ j as default
38
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./SelectWrapper.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
46
46
  message: string;
47
47
  native: boolean;
48
48
  state: string;
49
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectWrapperProps>, {
49
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectWrapperProps>, {
50
50
  description: string;
51
51
  dropdownDirection: string;
52
52
  filter: boolean;
@@ -15,7 +15,7 @@ type PSpinnerProps = {
15
15
  };
16
16
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
17
17
  size: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
19
19
  size: string;
20
20
  }>>>, {
21
21
  size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
@@ -11,7 +11,7 @@ type PStepperHorizontalItemProps = {
11
11
  };
12
12
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
13
13
  disabled: boolean;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
15
15
  disabled: boolean;
16
16
  }>>>, {
17
17
  disabled: boolean;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
13
13
  update: (value: import("../types").StepperHorizontalUpdateEvent) => void;
14
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalProps>, {
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalProps>, {
15
15
  size: string;
16
16
  }>>> & {
17
17
  onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
39
39
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
40
  switchChange: (value: import("../types").SwitchUpdateEvent) => void;
41
41
  update: (value: import("../types").SwitchUpdateEvent) => void;
42
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSwitchProps>, {
42
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSwitchProps>, {
43
43
  alignLabel: string;
44
44
  checked: boolean;
45
45
  disabled: boolean;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -6,7 +6,7 @@ type PTableCellProps = {
6
6
  };
7
7
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
8
8
  multiline: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
10
10
  multiline: boolean;
11
11
  }>>>, {
12
12
  multiline: boolean;
@@ -16,7 +16,7 @@ type PTableHeadCellProps = {
16
16
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
17
17
  hideLabel: boolean;
18
18
  multiline: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
19
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
20
20
  hideLabel: boolean;
21
21
  multiline: boolean;
22
22
  }>>>, {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -12,7 +12,7 @@ type PTableProps = {
12
12
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  sortingChange: (value: import("../types").TableHeadCellSort) => void;
14
14
  update: (value: import("../types").TableHeadCellSort) => void;
15
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTableProps>>> & {
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTableProps>>> & {
16
16
  onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
17
17
  onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
18
18
  }, {}, {}>, {
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
32
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
34
34
  update: (value: import("../types").TabsBarUpdateEvent) => void;
35
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsBarProps>, {
35
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsBarProps>, {
36
36
  gradientColor: string;
37
37
  size: string;
38
38
  weight: string;
@@ -4,7 +4,7 @@ type PTabsItemProps = {
4
4
  */
5
5
  label: string;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTabsItemProps>>>, {}, {}>, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTabsItemProps>>>, {}, {}>, {
8
8
  default?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
33
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
35
35
  update: (value: import("../types").TabsBarUpdateEvent) => void;
36
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsProps>, {
36
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsProps>, {
37
37
  activeTabIndex: number;
38
38
  gradientColor: string;
39
39
  size: string;
@@ -19,7 +19,7 @@ type PTagDismissibleProps = {
19
19
  };
20
20
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
21
21
  color: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
23
23
  color: string;
24
24
  }>>>, {
25
25
  color: "background-base" | "background-surface" | "background-default";
@@ -19,7 +19,7 @@ type PTagProps = {
19
19
  };
20
20
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
21
21
  color: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
23
23
  color: string;
24
24
  }>>>, {
25
25
  color: "background-base" | "background-surface" | "primary" | "notification-success" | "notification-warning" | "notification-error" | "neutral-contrast-high" | "notification-neutral" | "background-default" | "notification-info-soft" | "notification-warning-soft" | "notification-success-soft" | "notification-error-soft";
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
71
  unitPosition: string;
72
72
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  [x: string]: (...args: unknown[]) => void;
74
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextFieldWrapperProps>, {
74
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextFieldWrapperProps>, {
75
75
  actionLoading: boolean;
76
76
  description: string;
77
77
  hideLabel: boolean;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -19,7 +19,7 @@ type PTextListProps = {
19
19
  };
20
20
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
21
21
  type: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
23
23
  type: string;
24
24
  }>>>, {
25
25
  type: "unordered" | "numbered" | "alphabetically";
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
36
  size: string;
37
37
  tag: string;
38
38
  weight: string;
39
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
39
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
40
40
  align: string;
41
41
  color: string;
42
42
  ellipsis: boolean;
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
40
  message: string;
41
41
  showCounter: boolean;
42
42
  state: string;
43
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
43
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
44
44
  description: string;
45
45
  hideLabel: boolean;
46
46
  label: string;
@@ -5,7 +5,7 @@ type PToastProps = {
5
5
  */
6
6
  theme?: Theme;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PToastProps>>>, {}, {}>;
8
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PToastProps>>>, {}, {}>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
11
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -24,7 +24,7 @@ type PWordmarkProps = {
24
24
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
25
25
  size: string;
26
26
  target: string;
27
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
27
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
28
28
  size: string;
29
29
  target: string;
30
30
  }>>>, {
@@ -41,6 +41,8 @@ export { default as PRadioButtonWrapper } from './RadioButtonWrapperWrapper.vue'
41
41
  export { default as PScroller } from './ScrollerWrapper.vue';
42
42
  export { default as PSegmentedControl } from './SegmentedControlWrapper.vue';
43
43
  export { default as PSegmentedControlItem } from './SegmentedControlItemWrapper.vue';
44
+ export { default as PSelect } from './SelectWrapper.vue';
45
+ export { default as PSelectOption } from './SelectOptionWrapper.vue';
44
46
  export { default as PSelectWrapper } from './SelectWrapperWrapper.vue';
45
47
  export { default as PSpinner } from './SpinnerWrapper.vue';
46
48
  export { default as PStepperHorizontal } from './StepperHorizontalWrapper.vue';
@@ -209,7 +209,7 @@ export type AriaAttributes = {
209
209
  "aria-valuenow"?: number | undefined;
210
210
  /** Defines the human readable text alternative of aria-valuenow for a range widget. */
211
211
  "aria-valuetext"?: string | undefined;
212
- /** All the WAI-ARIA 1.1 role attribute values from https://www.w3.org/TR/wai-aria-1.1/#role_definitions */
212
+ /** All the WAI-ARIA 1.1 role attribute values from https://w3.org/TR/wai-aria-1.1/#role_definitions */
213
213
  role?: AriaRole;
214
214
  };
215
215
  export type AriaRole = "alert" | "alertdialog" | "application" | "article" | "banner" | "button" | "cell" | "checkbox" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "dialog" | "directory" | "document" | "feed" | "figure" | "form" | "grid" | "gridcell" | "group" | "heading" | "img" | "link" | "list" | "listbox" | "listitem" | "log" | "main" | "marquee" | "math" | "menu" | "menubar" | "menuitem" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "none" | "note" | "option" | "presentation" | "progressbar" | "radio" | "radiogroup" | "region" | "row" | "rowgroup" | "rowheader" | "scrollbar" | "search" | "searchbox" | "separator" | "slider" | "spinbutton" | "status" | "switch" | "tab" | "table" | "tablist" | "tabpanel" | "term" | "textbox" | "timer" | "toolbar" | "tooltip" | "tree" | "treegrid" | "treeitem";
@@ -517,7 +517,7 @@ declare const SELECT_DROPDOWN_DIRECTIONS: readonly [
517
517
  "up",
518
518
  "auto"
519
519
  ];
520
- export type SelectDropdownDirection = (typeof SELECT_DROPDOWN_DIRECTIONS)[number];
520
+ export type SelectComponentsDropdownDirection = (typeof SELECT_DROPDOWN_DIRECTIONS)[number];
521
521
  declare const HEADING_SIZES: readonly [
522
522
  "small",
523
523
  "medium",
@@ -1046,10 +1046,16 @@ declare const MARQUE_SIZES: readonly [
1046
1046
  "medium"
1047
1047
  ];
1048
1048
  export type MarqueSize = typeof MARQUE_SIZES[number];
1049
+ declare const BACKDROPS: readonly [
1050
+ "blur",
1051
+ "shading"
1052
+ ];
1053
+ export type Backdrop = (typeof BACKDROPS)[number];
1049
1054
  declare const MODAL_ARIA_ATTRIBUTES: readonly [
1050
1055
  "aria-label"
1051
1056
  ];
1052
1057
  export type ModalAriaAttribute = (typeof MODAL_ARIA_ATTRIBUTES)[number];
1058
+ export type ModalBackdrop = Backdrop;
1053
1059
  declare const MODEL_SIGNATURE_SIZES: readonly [
1054
1060
  "small",
1055
1061
  "inherit"
@@ -1065,7 +1071,7 @@ declare const MODEL_SIGNATURE_COLORS: readonly [
1065
1071
  ];
1066
1072
  export type ModelSignatureColor = (typeof MODEL_SIGNATURE_COLORS)[number];
1067
1073
  export type MultiSelectState = FormState;
1068
- export type MultiSelectDropdownDirection = SelectDropdownDirection;
1074
+ export type MultiSelectDropdownDirection = SelectComponentsDropdownDirection;
1069
1075
  /** @deprecated */
1070
1076
  export type MultiSelectUpdateEvent = {
1071
1077
  name: string;
@@ -1131,6 +1137,12 @@ export type SegmentedControlUpdateEventDetail = SegmentedControlUpdateEvent;
1131
1137
  declare const SEGMENTED_CONTROL_COLUMNS: (string | number)[];
1132
1138
  export type SegmentedControlColumns = (typeof SEGMENTED_CONTROL_COLUMNS)[number];
1133
1139
  export type SegmentedControlItemIcon = LinkButtonIconName;
1140
+ export type SelectState = FormState;
1141
+ export type SelectDropdownDirection = SelectComponentsDropdownDirection;
1142
+ export type SelectUpdateEventDetail = {
1143
+ name: string;
1144
+ value: string;
1145
+ };
1134
1146
  declare const DROPDOWN_DIRECTIONS: readonly [
1135
1147
  "down",
1136
1148
  "up",