@gem-sdk/core 1.14.0-dev.403 → 1.14.0-dev.410
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.
- package/dist/types/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -454,7 +454,7 @@ type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
454
454
|
active?: boolean;
|
|
455
455
|
};
|
|
456
456
|
placeholder?: string;
|
|
457
|
-
type: 'segment';
|
|
457
|
+
type: 'segment' | 'accordion:segment';
|
|
458
458
|
options: Option$2<T>[];
|
|
459
459
|
iconCustom?: boolean;
|
|
460
460
|
devices?: ResponsiveConfig<U>;
|
|
@@ -475,7 +475,7 @@ type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
475
475
|
active?: boolean;
|
|
476
476
|
};
|
|
477
477
|
placeholder?: string;
|
|
478
|
-
type: 'segment';
|
|
478
|
+
type: 'segment' | 'accordion:segment';
|
|
479
479
|
options: Option$2<T>[];
|
|
480
480
|
iconCustom?: boolean;
|
|
481
481
|
default?: T;
|
|
@@ -949,7 +949,7 @@ type ChildIconType<T> = SharedControlType<T> & {
|
|
|
949
949
|
};
|
|
950
950
|
|
|
951
951
|
type DropdownInput<T> = SharedControlType<T> & {
|
|
952
|
-
type: 'dropdown:input';
|
|
952
|
+
type: 'dropdown:input' | 'accordion:dropdown:input';
|
|
953
953
|
hideUnit?: boolean;
|
|
954
954
|
inputType?: 'text' | 'number';
|
|
955
955
|
displayOptions?: {
|