@ikonai/sdk-react-ui-standard 1.0.38 → 1.0.40
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/index.js +9007 -8847
- package/package.json +1 -1
- package/standard-core.d.ts +1 -0
package/package.json
CHANGED
package/standard-core.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { UiComponentRendererProps, UiNode, UiNodeProps, UiRenderContext } from '
|
|
|
2
2
|
export declare const RESET_BUTTON_CLASS = "ikon-reset-button";
|
|
3
3
|
export declare const RESET_INPUT_CLASS = "ikon-reset-input";
|
|
4
4
|
export declare const RESET_FOCUS_CLASS = "ikon-reset-focus";
|
|
5
|
+
export declare function getNodeDataAttributes(node: UiNode): Record<string, string>;
|
|
5
6
|
export declare function hasAnyKeys(obj: Record<string, unknown>): boolean;
|
|
6
7
|
export declare const TEXT_FIELD_EXCLUDE_KEYS: Set<string>;
|
|
7
8
|
export declare const TEXT_AREA_EXCLUDE_KEYS: Set<string>;
|