@oliasoft-open-source/react-ui-library 4.7.2-beta-4 → 4.7.2-beta-6
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-Crc5L3KK.js → index-7PLAdoQ9.js} +54471 -54471
- package/dist/global.css +5922 -5922
- package/dist/index.d.ts +2 -2
- package/dist/index.html +1 -1
- package/dist/index.js +26824 -26840
- package/dist/index.js.map +1 -1
- package/dist/storybook/project.json +1 -1
- package/package.json +1 -1
- package/dist/assets/{index-BgvlofKE.css → index-Oe0PlEED.css} +1389 -1389
package/dist/index.d.ts
CHANGED
|
@@ -1855,9 +1855,9 @@ export declare type TTriggerType = 'Text' | 'Button' | 'DropDownButton' | 'Compo
|
|
|
1855
1855
|
|
|
1856
1856
|
declare type TUnitTableCellShape = TCellShape | IUnitTableStaticCell | IUnitTableInputCell | IUnitTableNumberInputCell;
|
|
1857
1857
|
|
|
1858
|
-
export declare const UnitInput: (
|
|
1858
|
+
export declare const UnitInput: ({ name, placeholder, disabled, disabledUnit, error, left, small, width, value, unitkey, initUnit, noConversion, onChange, onClick, onFocus, onSwitchUnit, unitTemplate, doNotConvertValue, testId, warning, predefinedOptions, initialPredefinedOption, shouldLinkAutomaticly, selectedPredefinedOptionKey, validationCallback, disabledValidation, allowEmpty, autoValue, }: IUnitInputProps) => JSX_2.Element;
|
|
1859
1859
|
|
|
1860
|
-
export declare const UnitTable: (
|
|
1860
|
+
export declare const UnitTable: ({ table, unitConfig, convertBackToStorageUnit, enableCosmeticRounding, enableDisplayRounding, }: IUnitTableProps) => JSX_2.Element;
|
|
1861
1861
|
|
|
1862
1862
|
export declare const useFocus: () => UseFocusReturnType;
|
|
1863
1863
|
|
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-7PLAdoQ9.js"></script><link rel="stylesheet" crossorigin href="/react-ui-library/assets/index-Oe0PlEED.css"></head><body><div id="content"></div></body>
|