@abdellatifui/react 3.2.174 → 3.2.176
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/nextgen.css +1 -1
- package/dist/nextgen.d.ts +5 -5
- package/dist/nextgen.js +4 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -153,11 +153,7 @@ export declare interface ArrayViewerProps {
|
|
|
153
153
|
header: string;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
export declare
|
|
157
|
-
|
|
158
|
-
export declare const AutoComplete: default_2.MemoExoticComponent<(props: AutocompleteProps) => JSX.Element>;
|
|
159
|
-
|
|
160
|
-
export declare interface AutocompleteProps extends InputProps_2 {
|
|
156
|
+
export declare interface AutocompeleteProps extends InputProps_2 {
|
|
161
157
|
onChange?: (params: any, value: string) => void;
|
|
162
158
|
options?: any[];
|
|
163
159
|
defaultValue?: string;
|
|
@@ -172,6 +168,10 @@ export declare interface AutocompleteProps extends InputProps_2 {
|
|
|
172
168
|
ref?: default_2.RefObject<HTMLInputElement>;
|
|
173
169
|
}
|
|
174
170
|
|
|
171
|
+
export declare const AutoComplete: default_2.MemoExoticComponent<(props: AutocompeleteProps) => JSX.Element>;
|
|
172
|
+
|
|
173
|
+
export declare type AutocompleteProps = AutocompeleteProps;
|
|
174
|
+
|
|
175
175
|
export declare const BadgeLegend: (props: BadgeLegendProps) => JSX.Element;
|
|
176
176
|
|
|
177
177
|
export declare interface BadgeLegendProps {
|
package/dist/nextgen.js
CHANGED
|
@@ -16168,7 +16168,10 @@ const oC = (e) => {
|
|
|
16168
16168
|
document.body
|
|
16169
16169
|
),
|
|
16170
16170
|
/* @__PURE__ */ c.jsxs("div", { className: "w-screen h-screen relative p-0 m-0 abui-root", children: [
|
|
16171
|
-
|
|
16171
|
+
/* @__PURE__ */ c.jsx("div", { className: B(
|
|
16172
|
+
"w-full h-full relative hidden",
|
|
16173
|
+
!f && t && "block w-0! h-0! min-w-0! min-h-0!"
|
|
16174
|
+
), children: t }),
|
|
16172
16175
|
g && f && n
|
|
16173
16176
|
] })
|
|
16174
16177
|
]
|