@tactics/lokaal-loket 0.0.114 → 0.0.116
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +472 -472
- package/build/index.d.cts +9 -9
- package/build/index.d.ts +9 -9
- package/build/index.js +418 -418
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -801,22 +801,22 @@ type routeLocation = "route" | "location";
|
|
801
801
|
|
802
802
|
declare const RouteLocation: (args: IRouteLocation) => react_jsx_runtime.JSX.Element;
|
803
803
|
|
804
|
-
interface SwitchI
|
805
|
-
children: React$1.ReactElement<SwitchItemI
|
806
|
-
onChange?: (e: React$1.MouseEvent<HTMLDivElement>,
|
807
|
-
init:
|
804
|
+
interface SwitchI {
|
805
|
+
children: React$1.ReactElement<SwitchItemI>[];
|
806
|
+
onChange?: (e: React$1.MouseEvent<HTMLDivElement>, value: string) => void;
|
807
|
+
init: string;
|
808
808
|
}
|
809
|
-
interface SwitchItemI
|
809
|
+
interface SwitchItemI {
|
810
810
|
label: string;
|
811
811
|
content: React$1.ReactElement;
|
812
|
-
value:
|
812
|
+
value: string;
|
813
813
|
}
|
814
814
|
interface SwitchItemContentI extends PropsWithChildren {
|
815
815
|
}
|
816
816
|
|
817
817
|
declare const Switch: {
|
818
|
-
({ children, onChange, init }: SwitchI
|
819
|
-
Item: (props: SwitchItemI
|
818
|
+
({ children, onChange, init }: SwitchI): react_jsx_runtime.JSX.Element;
|
819
|
+
Item: (props: SwitchItemI) => null;
|
820
820
|
};
|
821
821
|
|
822
822
|
interface CloseI {
|
@@ -1502,7 +1502,7 @@ declare const SearchPage: (props: ISearchPage) => react_jsx_runtime.JSX.Element;
|
|
1502
1502
|
interface ISearchWithMapPage {
|
1503
1503
|
header: React$1.ReactElement;
|
1504
1504
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1505
|
-
map
|
1505
|
+
map?: React$1.ReactElement;
|
1506
1506
|
footer: React$1.ReactElement;
|
1507
1507
|
}
|
1508
1508
|
|
package/build/index.d.ts
CHANGED
@@ -801,22 +801,22 @@ type routeLocation = "route" | "location";
|
|
801
801
|
|
802
802
|
declare const RouteLocation: (args: IRouteLocation) => react_jsx_runtime.JSX.Element;
|
803
803
|
|
804
|
-
interface SwitchI
|
805
|
-
children: React$1.ReactElement<SwitchItemI
|
806
|
-
onChange?: (e: React$1.MouseEvent<HTMLDivElement>,
|
807
|
-
init:
|
804
|
+
interface SwitchI {
|
805
|
+
children: React$1.ReactElement<SwitchItemI>[];
|
806
|
+
onChange?: (e: React$1.MouseEvent<HTMLDivElement>, value: string) => void;
|
807
|
+
init: string;
|
808
808
|
}
|
809
|
-
interface SwitchItemI
|
809
|
+
interface SwitchItemI {
|
810
810
|
label: string;
|
811
811
|
content: React$1.ReactElement;
|
812
|
-
value:
|
812
|
+
value: string;
|
813
813
|
}
|
814
814
|
interface SwitchItemContentI extends PropsWithChildren {
|
815
815
|
}
|
816
816
|
|
817
817
|
declare const Switch: {
|
818
|
-
({ children, onChange, init }: SwitchI
|
819
|
-
Item: (props: SwitchItemI
|
818
|
+
({ children, onChange, init }: SwitchI): react_jsx_runtime.JSX.Element;
|
819
|
+
Item: (props: SwitchItemI) => null;
|
820
820
|
};
|
821
821
|
|
822
822
|
interface CloseI {
|
@@ -1502,7 +1502,7 @@ declare const SearchPage: (props: ISearchPage) => react_jsx_runtime.JSX.Element;
|
|
1502
1502
|
interface ISearchWithMapPage {
|
1503
1503
|
header: React$1.ReactElement;
|
1504
1504
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1505
|
-
map
|
1505
|
+
map?: React$1.ReactElement;
|
1506
1506
|
footer: React$1.ReactElement;
|
1507
1507
|
}
|
1508
1508
|
|