maquinaweb-ui 2.43.0 → 2.44.0
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/container-animation.d.ts +2 -2
- package/dist/input-suggest.d.ts +2 -2
- package/dist/page-header.d.ts +2 -2
- package/dist/remote-selector.d.ts +3 -3
- package/dist/split-text-poor.d.ts.map +1 -1
- package/dist/system-switcher.d.ts +3 -3
- package/dist/system-switcher.d.ts.map +1 -1
- package/dist/system-switcher.js.map +1 -1
- package/dist/text-field.d.ts +5 -5
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps, ElementType } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/container-animation/container-animation.d.ts
|
|
5
5
|
type ContainerAnimationProps<T extends ElementType = 'div'> = ComponentProps<'div'> & ComponentProps<T> & {
|
|
@@ -23,7 +23,7 @@ declare const ContainerAnimation: <T extends ElementType = "div">({
|
|
|
23
23
|
distance,
|
|
24
24
|
hideNotInView,
|
|
25
25
|
...props
|
|
26
|
-
}: ContainerAnimationProps<T>) =>
|
|
26
|
+
}: ContainerAnimationProps<T>) => react_jsx_runtime0.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { ContainerAnimation, type ContainerAnimationProps };
|
|
29
29
|
//# sourceMappingURL=container-animation.d.ts.map
|
package/dist/input-suggest.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as Options, t as Mask } from "./with-mask-Chm8kVE1.js";
|
|
2
2
|
import { FieldPath, FieldValues, UseControllerProps } from "react-hook-form";
|
|
3
3
|
import { Dispatch, SetStateAction } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
5
5
|
import { PopoverProps } from "@radix-ui/react-popover";
|
|
6
6
|
|
|
7
7
|
//#region src/components/input-suggest/input-suggest.d.ts
|
|
@@ -71,7 +71,7 @@ declare function InputSuggest<TFieldValues extends FieldValues = FieldValues, TF
|
|
|
71
71
|
debounceTime,
|
|
72
72
|
maxWait,
|
|
73
73
|
...props
|
|
74
|
-
}: InputSuggestProps<TFieldValues, TFieldName> & PopoverProps):
|
|
74
|
+
}: InputSuggestProps<TFieldValues, TFieldName> & PopoverProps): react_jsx_runtime4.JSX.Element;
|
|
75
75
|
//#endregion
|
|
76
76
|
export { InputSuggest, type InputSuggestProps };
|
|
77
77
|
//# sourceMappingURL=input-suggest.d.ts.map
|
package/dist/page-header.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/page-header/page-header.d.ts
|
|
4
4
|
interface PageHeaderProps {
|
|
@@ -10,7 +10,7 @@ declare function PageHeader({
|
|
|
10
10
|
title,
|
|
11
11
|
help,
|
|
12
12
|
description
|
|
13
|
-
}: PageHeaderProps):
|
|
13
|
+
}: PageHeaderProps): react_jsx_runtime2.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { PageHeader, type PageHeaderProps };
|
|
16
16
|
//# sourceMappingURL=page-header.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldPath, FieldPathValue, FieldValues, UseControllerProps } from "react-hook-form";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
3
3
|
import { Options } from "nuqs";
|
|
4
4
|
import { PopoverProps } from "@radix-ui/react-popover";
|
|
5
5
|
|
|
@@ -76,7 +76,7 @@ declare function RemoteSelectorField<T, TFieldValues extends FieldValues = Field
|
|
|
76
76
|
...props
|
|
77
77
|
}: RemoteSelectorFieldProps<TFieldValues, TFieldName> & BaseRemoteSelectorProps<T> & {
|
|
78
78
|
withPortal?: boolean;
|
|
79
|
-
}):
|
|
79
|
+
}): react_jsx_runtime9.JSX.Element;
|
|
80
80
|
interface RemoteSelectorQueryProps<T> extends BaseRemoteSelectorProps<T> {
|
|
81
81
|
name: string;
|
|
82
82
|
defaultValue?: string;
|
|
@@ -96,7 +96,7 @@ declare function RemoteSelectorQuery<T>({
|
|
|
96
96
|
fieldLabel,
|
|
97
97
|
type,
|
|
98
98
|
...props
|
|
99
|
-
}: RemoteSelectorQueryProps<T>):
|
|
99
|
+
}: RemoteSelectorQueryProps<T>): react_jsx_runtime9.JSX.Element;
|
|
100
100
|
//#endregion
|
|
101
101
|
export { type BaseRemoteSelectorProps, RemoteSelectorField as RemoteSelector, RemoteSelectorField, type RemoteSelectorFieldProps, RemoteSelectorQuery, type RemoteSelectorQueryProps, type TUseData };
|
|
102
102
|
//# sourceMappingURL=remote-selector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split-text-poor.d.ts","names":[],"sources":["../src/components/split-text-poor/split-text-poor.tsx"],"sourcesContent":[],"mappings":";cAwBM;EAAA,EAAA,EAAA;;;;;;IAoBM,OAAA,EAAA,CAAA;MAAA,KAAkB;MAAA;KAAA,
|
|
1
|
+
{"version":3,"file":"split-text-poor.d.ts","names":[],"sources":["../src/components/split-text-poor/split-text-poor.tsx"],"sourcesContent":[],"mappings":";cAwBM;EAAA,EAAA,EAAA;;;;;;IAoBM,OAAA,EAAA,CAAA;MAAA,KAAkB;MAAA;KAAA,EAAA;MASxB,KAAA,EAAA,MAuDL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAhEW,kBAAA;YACA,KAAA,CAAM;;wBAEM;;;;;cAMlB,eAAe,KAAA,CAAM,GAAG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/system-switcher/SystemSwitcherClient.d.ts
|
|
4
4
|
interface System {
|
|
@@ -18,7 +18,7 @@ declare function SystemSwitcherClient({
|
|
|
18
18
|
}: {
|
|
19
19
|
systems: System[];
|
|
20
20
|
currentSystemId: number;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime1.JSX.Element | null;
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/components/system-switcher/SystemSwitcher.d.ts
|
|
24
24
|
interface SystemSwitcherProps {
|
|
@@ -28,7 +28,7 @@ interface SystemSwitcherProps {
|
|
|
28
28
|
declare function SystemSwitcher({
|
|
29
29
|
token,
|
|
30
30
|
backendUrl
|
|
31
|
-
}: SystemSwitcherProps): Promise<
|
|
31
|
+
}: SystemSwitcherProps): Promise<react_jsx_runtime1.JSX.Element>;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { System, SystemSwitcher, SystemSwitcherClient, SystemSwitcherProps };
|
|
34
34
|
//# sourceMappingURL=system-switcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-switcher.d.ts","names":[],"sources":["../src/components/system-switcher/SystemSwitcherClient.tsx","../src/components/system-switcher/SystemSwitcher.tsx"],"sourcesContent":[],"mappings":";;;UAYiB,MAAA;;;EAAA,IAAA,CAAA,EAAA,MAAM;EAUP,UAAA,CAAA,EAAA,OAAA;EAAuB,IAAA,CAAA,EAAA,MAAA,GAAA,IAAA;EAAS,gBAAA,CAAA,EAAA,MAAA,GAAA,IAAA;EAA8B,OAAA,CAAA,EAAA;IAAmC,IAAA,EAAA,MAAA;EAAA,CAAA,EAAA;;iBAAjG,oBAAA;;;
|
|
1
|
+
{"version":3,"file":"system-switcher.d.ts","names":[],"sources":["../src/components/system-switcher/SystemSwitcherClient.tsx","../src/components/system-switcher/SystemSwitcher.tsx"],"sourcesContent":[],"mappings":";;;UAYiB,MAAA;;;EAAA,IAAA,CAAA,EAAA,MAAM;EAUP,UAAA,CAAA,EAAA,OAAA;EAAuB,IAAA,CAAA,EAAA,MAAA,GAAA,IAAA;EAAS,gBAAA,CAAA,EAAA,MAAA,GAAA,IAAA;EAA8B,OAAA,CAAA,EAAA;IAAmC,IAAA,EAAA,MAAA;EAAA,CAAA,EAAA;;iBAAjG,oBAAA;;;ACbhB;WDa8E;EClB7D,eAAA,EAAA,MAAmB;AAKpC,CAAA,CAAA,EDaiH,kBAAA,CAAA,GAAA,CAAA,OAAA,GCb7E,IAAA;;;UALnB,mBAAA;;;ADQjB;AAUgB,iBCbM,cAAA,CDac;EAAA,KAAA;EAAA;AAAA,CAAA,ECbwB,mBDaxB,CAAA,ECb2C,ODa3C,CCb2C,kBAAA,CAAA,GAAA,CAAA,OAAA,CDa3C"}
|