mayak-common-library-payload 0.2.2 → 0.2.4
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1282,7 +1282,7 @@ declare const ToggleButton: FC<ToggleButtonProps & {
|
|
|
1282
1282
|
|
|
1283
1283
|
interface ToggleButtonGroupProps extends ToggleButtonGroupProps$1 {
|
|
1284
1284
|
textView?: boolean;
|
|
1285
|
-
|
|
1285
|
+
direction?: 'row' | 'col';
|
|
1286
1286
|
onChange: (event: MouseEvent<HTMLElement>, value: any) => void;
|
|
1287
1287
|
value: any;
|
|
1288
1288
|
}
|
|
@@ -1310,7 +1310,7 @@ interface ToggleButtonsMultipleProps {
|
|
|
1310
1310
|
collapseOnClick?: boolean;
|
|
1311
1311
|
collapseParent?: () => void;
|
|
1312
1312
|
label?: string;
|
|
1313
|
-
|
|
1313
|
+
direction?: 'row' | 'col';
|
|
1314
1314
|
fixWidth?: boolean;
|
|
1315
1315
|
arrayValueFormat?: boolean;
|
|
1316
1316
|
name: any;
|
package/dist/index.d.ts
CHANGED
|
@@ -1282,7 +1282,7 @@ declare const ToggleButton: FC<ToggleButtonProps & {
|
|
|
1282
1282
|
|
|
1283
1283
|
interface ToggleButtonGroupProps extends ToggleButtonGroupProps$1 {
|
|
1284
1284
|
textView?: boolean;
|
|
1285
|
-
|
|
1285
|
+
direction?: 'row' | 'col';
|
|
1286
1286
|
onChange: (event: MouseEvent<HTMLElement>, value: any) => void;
|
|
1287
1287
|
value: any;
|
|
1288
1288
|
}
|
|
@@ -1310,7 +1310,7 @@ interface ToggleButtonsMultipleProps {
|
|
|
1310
1310
|
collapseOnClick?: boolean;
|
|
1311
1311
|
collapseParent?: () => void;
|
|
1312
1312
|
label?: string;
|
|
1313
|
-
|
|
1313
|
+
direction?: 'row' | 'col';
|
|
1314
1314
|
fixWidth?: boolean;
|
|
1315
1315
|
arrayValueFormat?: boolean;
|
|
1316
1316
|
name: any;
|