@oliasoft-open-source/react-ui-library 4.7.2-beta-5 → 4.7.2-beta-7
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/assets/{index-BgvlofKE.css → index-gESxyZjr.css} +1307 -1272
- package/dist/assets/{index-Crc5L3KK.js → index-zmbFJmOv.js} +52434 -51915
- package/dist/global.css +5922 -5922
- package/dist/index.d.ts +5 -4
- package/dist/index.html +1 -1
- package/dist/index.js +26815 -26812
- package/dist/index.js.map +1 -1
- package/dist/storybook/assets/{Color-KGDBMAHA-CKGOJSlW.js → Color-KGDBMAHA-Cvq3XQg3.js} +1 -1
- package/dist/storybook/assets/{DocsRenderer-PKQXORMH-Clx-Op8X.js → DocsRenderer-PKQXORMH-Copxu6Si.js} +1 -1
- package/dist/storybook/assets/{buttons-and-links-lH5cvFzR.js → buttons-and-links-BHLN948A.js} +1 -1
- package/dist/storybook/assets/{chunk-HLWAVYOI-CbM_Ll2v.js → chunk-HLWAVYOI-C3Nc_Hl_.js} +1 -1
- package/dist/storybook/assets/{color-BdYuhJjS.js → color-ClG_lSfj.js} +1 -1
- package/dist/storybook/assets/{iframe-DBiSBpAC.js → iframe-ud1XJtGn.js} +2 -2
- package/dist/storybook/assets/{index-DzFp4SFs.js → index-BwF95xBr.js} +4 -4
- package/dist/storybook/assets/{index-Cil3OK0z.js → index-q5GJvRDd.js} +1 -1
- package/dist/storybook/assets/{input-validation-D1e4G4u5.js → input-validation-CvKyplhN.js} +1 -1
- package/dist/storybook/assets/{inputs-DAnFiG2X.js → inputs-DhUf5Lzj.js} +1 -1
- package/dist/storybook/assets/{layout-forms-BaMUn_T3.js → layout-forms-NapA4Ibs.js} +1 -1
- package/dist/storybook/assets/{layout-general-BdFuXLcO.js → layout-general-CnLft8nK.js} +1 -1
- package/dist/storybook/assets/{padding-and-spacing-C8tbgjz1.js → padding-and-spacing-J82LpJ4b.js} +1 -1
- package/dist/storybook/assets/{preview-CCVyhQ4m.js → preview-CJK2YTz-.js} +2 -2
- package/dist/storybook/assets/{preview-B0STHf1T.js → preview-CM5CE7B2.js} +1 -1
- package/dist/storybook/assets/{unit-input.stories-rX0B5SQL.js → unit-input.stories-BzMia-WR.js} +30 -30
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/project.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ChangeEvent } from 'react';
|
|
2
|
-
import { Context } from 'react';
|
|
3
2
|
import { CSSProperties } from 'react';
|
|
4
3
|
import { default as default_2 } from 'react';
|
|
5
4
|
import { DependencyList } from 'react';
|
|
@@ -867,7 +866,7 @@ export declare interface INativeSelectProps {
|
|
|
867
866
|
maxTooltipWidth?: TStringOrNumber;
|
|
868
867
|
}
|
|
869
868
|
|
|
870
|
-
export declare const initializeContext: (
|
|
869
|
+
export declare const initializeContext: (value: UnitContextType) => void;
|
|
871
870
|
|
|
872
871
|
export declare const Input: default_2.ForwardRefExoticComponent<IInputProps & default_2.RefAttributes<HTMLInputElement>>;
|
|
873
872
|
|
|
@@ -1855,9 +1854,11 @@ export declare type TTriggerType = 'Text' | 'Button' | 'DropDownButton' | 'Compo
|
|
|
1855
1854
|
|
|
1856
1855
|
declare type TUnitTableCellShape = TCellShape | IUnitTableStaticCell | IUnitTableInputCell | IUnitTableNumberInputCell;
|
|
1857
1856
|
|
|
1858
|
-
|
|
1857
|
+
declare type UnitContextType = any;
|
|
1859
1858
|
|
|
1860
|
-
export declare const
|
|
1859
|
+
export declare const UnitInput: any;
|
|
1860
|
+
|
|
1861
|
+
export declare const UnitTable: ({ table, unitConfig, convertBackToStorageUnit, enableCosmeticRounding, enableDisplayRounding, }: IUnitTableProps) => JSX_2.Element;
|
|
1861
1862
|
|
|
1862
1863
|
export declare const useFocus: () => UseFocusReturnType;
|
|
1863
1864
|
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><head><title>React UI Library</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1" user-scalable="no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="module" crossorigin src="/react-ui-library/assets/index-
|
|
1
|
+
<!doctype html><head><title>React UI Library</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1" user-scalable="no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="module" crossorigin src="/react-ui-library/assets/index-zmbFJmOv.js"></script><link rel="stylesheet" crossorigin href="/react-ui-library/assets/index-gESxyZjr.css"></head><body><div id="content"></div></body>
|