@oc-digital/react-component-library 7.2.1 → 7.2.2-beta.2
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/build/Alert/Alert.d.ts +4 -4
- package/build/Alert/Alert.js +48 -0
- package/build/Alert/Alert.js.map +1 -0
- package/build/Alert/Alert.types.d.ts +13 -13
- package/build/Alert/Alert.types.js +2 -0
- package/build/Alert/Alert.types.js.map +1 -0
- package/build/AlphabeticalList/AlphabeticalList.d.ts +4 -4
- package/build/AlphabeticalList/AlphabeticalList.js +91 -0
- package/build/AlphabeticalList/AlphabeticalList.js.map +1 -0
- package/build/AlphabeticalList/AlphabeticalList.types.d.ts +22 -22
- package/build/AlphabeticalList/AlphabeticalList.types.js +2 -0
- package/build/AlphabeticalList/AlphabeticalList.types.js.map +1 -0
- package/build/AutoSave/Select/AutoSave.types.d.ts +11 -11
- package/build/AutoSave/Select/AutoSave.types.js +2 -0
- package/build/AutoSave/Select/AutoSave.types.js.map +1 -0
- package/build/AutoSave/Select/index.d.ts +3 -3
- package/build/AutoSave/Select/index.js +31 -0
- package/build/AutoSave/Select/index.js.map +1 -0
- package/build/AutoSave/Text/AutoSave.types.d.ts +16 -16
- package/build/AutoSave/Text/AutoSave.types.js +2 -0
- package/build/AutoSave/Text/AutoSave.types.js.map +1 -0
- package/build/AutoSave/Text/index.d.ts +3 -3
- package/build/AutoSave/Text/index.js +140 -0
- package/build/AutoSave/Text/index.js.map +1 -0
- package/build/Breadcrumbs/Breadcrumbs.d.ts +4 -4
- package/build/Breadcrumbs/Breadcrumbs.js +126 -0
- package/build/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/build/Breadcrumbs/Breadcrumbs.types.d.ts +23 -23
- package/build/Breadcrumbs/Breadcrumbs.types.js +2 -0
- package/build/Breadcrumbs/Breadcrumbs.types.js.map +1 -0
- package/build/Button/Button.d.ts +4 -4
- package/build/Button/Button.js +54 -0
- package/build/Button/Button.js.map +1 -0
- package/build/Button/Button.types.d.ts +10 -10
- package/build/Button/Button.types.js +2 -0
- package/build/Button/Button.types.js.map +1 -0
- package/build/ButtonWithConfirm/ButtonWithConfirm.d.ts +4 -4
- package/build/ButtonWithConfirm/ButtonWithConfirm.js +63 -0
- package/build/ButtonWithConfirm/ButtonWithConfirm.js.map +1 -0
- package/build/ButtonWithConfirm/ButtonWithConfirm.types.d.ts +9 -9
- package/build/ButtonWithConfirm/ButtonWithConfirm.types.js +2 -0
- package/build/ButtonWithConfirm/ButtonWithConfirm.types.js.map +1 -0
- package/build/ContentBox/ContentBox.d.ts +4 -4
- package/build/ContentBox/ContentBox.js +21 -0
- package/build/ContentBox/ContentBox.js.map +1 -0
- package/build/ContentBox/ContentBox.types.d.ts +7 -7
- package/build/ContentBox/ContentBox.types.js +2 -0
- package/build/ContentBox/ContentBox.types.js.map +1 -0
- package/build/ContentLabel/ContentLabel.d.ts +4 -4
- package/build/ContentLabel/ContentLabel.js +10 -0
- package/build/ContentLabel/ContentLabel.js.map +1 -0
- package/build/ContentLabel/ContentLabel.types.d.ts +5 -5
- package/build/ContentLabel/ContentLabel.types.js +2 -0
- package/build/ContentLabel/ContentLabel.types.js.map +1 -0
- package/build/DatePicker/DatePicker.d.ts +4 -4
- package/build/DatePicker/DatePicker.js +38 -0
- package/build/DatePicker/DatePicker.js.map +1 -0
- package/build/DatePicker/DatePicker.types.d.ts +5 -5
- package/build/DatePicker/DatePicker.types.js +2 -0
- package/build/DatePicker/DatePicker.types.js.map +1 -0
- package/build/EditableTable/EditableTable.d.ts +4 -4
- package/build/EditableTable/EditableTable.js +398 -0
- package/build/EditableTable/EditableTable.js.map +1 -0
- package/build/EditableTable/EditableTable.types.d.ts +106 -106
- package/build/EditableTable/EditableTable.types.js +2 -0
- package/build/EditableTable/EditableTable.types.js.map +1 -0
- package/build/EditableTable/components/TableCheckbox.d.ts +8 -8
- package/build/EditableTable/components/TableCheckbox.js +8 -0
- package/build/EditableTable/components/TableCheckbox.js.map +1 -0
- package/build/EditableTable/components/TableDateInput.d.ts +9 -9
- package/build/EditableTable/components/TableDateInput.js +20 -0
- package/build/EditableTable/components/TableDateInput.js.map +1 -0
- package/build/EditableTable/components/TableTextInput.d.ts +20 -20
- package/build/EditableTable/components/TableTextInput.js +89 -0
- package/build/EditableTable/components/TableTextInput.js.map +1 -0
- package/build/EditableTable/components/styled/Checkbox.d.ts +5 -0
- package/build/EditableTable/components/styled/CheckboxLabel.d.ts +5 -0
- package/build/EditableTable/components/styled/Input.d.ts +21 -0
- package/build/EditableTable/components/styled/InputAdornmentWrapper.d.ts +5 -0
- package/build/EditableTable/components/styled/InputWrapper.d.ts +5 -0
- package/build/EditableTable/components/styled/SmallError.d.ts +5 -0
- package/build/EditableTable/components/utils/getTextWidth.d.ts +13 -13
- package/build/EditableTable/components/utils/getTextWidth.js +58 -0
- package/build/EditableTable/components/utils/getTextWidth.js.map +1 -0
- package/build/EditableTable/defaultCells.d.ts +30 -30
- package/build/EditableTable/defaultCells.js +118 -0
- package/build/EditableTable/defaultCells.js.map +1 -0
- package/build/EntityList/EntityList.d.ts +4 -4
- package/build/EntityList/EntityList.js +53 -0
- package/build/EntityList/EntityList.js.map +1 -0
- package/build/EntityList/EntityList.types.d.ts +14 -14
- package/build/EntityList/EntityList.types.js +2 -0
- package/build/EntityList/EntityList.types.js.map +1 -0
- package/build/ErrorIndicator/ErrorIndicator.d.ts +4 -4
- package/build/ErrorIndicator/ErrorIndicator.js +22 -0
- package/build/ErrorIndicator/ErrorIndicator.js.map +1 -0
- package/build/ErrorIndicator/ErrorIndicator.types.d.ts +4 -4
- package/build/ErrorIndicator/ErrorIndicator.types.js +2 -0
- package/build/ErrorIndicator/ErrorIndicator.types.js.map +1 -0
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.d.ts +4 -4
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.js +293 -0
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.js.map +1 -0
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.types.d.ts +8 -8
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.types.js +2 -0
- package/build/ImageDisplayAndUpload/ImageDisplayAndUpload.types.js.map +1 -0
- package/build/KeyboardDatePicker/KeyboardDatePicker.d.ts +4 -4
- package/build/KeyboardDatePicker/KeyboardDatePicker.js +38 -0
- package/build/KeyboardDatePicker/KeyboardDatePicker.js.map +1 -0
- package/build/KeyboardDatePicker/KeyboardDatePicker.types.d.ts +5 -5
- package/build/KeyboardDatePicker/KeyboardDatePicker.types.js +2 -0
- package/build/KeyboardDatePicker/KeyboardDatePicker.types.js.map +1 -0
- package/build/LeftNavigation/LeftNavigation.d.ts +4 -4
- package/build/LeftNavigation/LeftNavigation.js +47 -0
- package/build/LeftNavigation/LeftNavigation.js.map +1 -0
- package/build/LeftNavigation/LeftNavigation.types.d.ts +96 -96
- package/build/LeftNavigation/LeftNavigation.types.js +2 -0
- package/build/LeftNavigation/LeftNavigation.types.js.map +1 -0
- package/build/LeftNavigation/NavListItem.d.ts +4 -4
- package/build/LeftNavigation/NavListItem.js +122 -0
- package/build/LeftNavigation/NavListItem.js.map +1 -0
- package/build/LeftNavigation/PrimaryLeftNavigation.d.ts +4 -4
- package/build/LeftNavigation/PrimaryLeftNavigation.js +108 -0
- package/build/LeftNavigation/PrimaryLeftNavigation.js.map +1 -0
- package/build/LeftNavigation/SecondaryLeftNavigation.d.ts +4 -4
- package/build/LeftNavigation/SecondaryLeftNavigation.js +88 -0
- package/build/LeftNavigation/SecondaryLeftNavigation.js.map +1 -0
- package/build/LoadingSpinner/LoadingSpinner.d.ts +4 -4
- package/build/LoadingSpinner/LoadingSpinner.js +21 -0
- package/build/LoadingSpinner/LoadingSpinner.js.map +1 -0
- package/build/LoadingSpinner/LoadingSpinner.types.d.ts +5 -5
- package/build/LoadingSpinner/LoadingSpinner.types.js +2 -0
- package/build/LoadingSpinner/LoadingSpinner.types.js.map +1 -0
- package/build/MainLayout/MainLayout.d.ts +4 -4
- package/build/MainLayout/MainLayout.js +46 -0
- package/build/MainLayout/MainLayout.js.map +1 -0
- package/build/MainLayout/MainLayout.types.d.ts +10 -10
- package/build/MainLayout/MainLayout.types.js +2 -0
- package/build/MainLayout/MainLayout.types.js.map +1 -0
- package/build/MobileDatePicker/MobileDatePicker.d.ts +4 -4
- package/build/MobileDatePicker/MobileDatePicker.js +38 -0
- package/build/MobileDatePicker/MobileDatePicker.js.map +1 -0
- package/build/MobileDatePicker/MobileDatePicker.types.d.ts +5 -5
- package/build/MobileDatePicker/MobileDatePicker.types.js +2 -0
- package/build/MobileDatePicker/MobileDatePicker.types.js.map +1 -0
- package/build/NavbarLayout/Navbar.d.ts +12 -12
- package/build/NavbarLayout/Navbar.js +101 -0
- package/build/NavbarLayout/Navbar.js.map +1 -0
- package/build/NavbarLayout/NavbarLayout.d.ts +16 -16
- package/build/NavbarLayout/NavbarLayout.js +52 -0
- package/build/NavbarLayout/NavbarLayout.js.map +1 -0
- package/build/NavbarLayout/index.d.ts +2 -2
- package/build/NavbarLayout/index.js +2 -0
- package/build/NavbarLayout/index.js.map +1 -0
- package/build/SearchBar/SearchBar.d.ts +4 -4
- package/build/SearchBar/SearchBar.js +75 -0
- package/build/SearchBar/SearchBar.js.map +1 -0
- package/build/SearchBar/SearchBar.types.d.ts +33 -33
- package/build/SearchBar/SearchBar.types.js +2 -0
- package/build/SearchBar/SearchBar.types.js.map +1 -0
- package/build/Select/Select.d.ts +4 -4
- package/build/Select/Select.js +140 -0
- package/build/Select/Select.js.map +1 -0
- package/build/Select/Select.types.d.ts +16 -16
- package/build/Select/Select.types.js +2 -0
- package/build/Select/Select.types.js.map +1 -0
- package/build/StaticTable/StaticTable.d.ts +4 -4
- package/build/StaticTable/StaticTable.js +147 -0
- package/build/StaticTable/StaticTable.js.map +1 -0
- package/build/StaticTable/StaticTable.types.d.ts +21 -21
- package/build/StaticTable/StaticTable.types.js +2 -0
- package/build/StaticTable/StaticTable.types.js.map +1 -0
- package/build/SvgComponents/ContainedPartnersLogo.d.ts +4 -4
- package/build/SvgComponents/ContainedPartnersLogo.js +8 -0
- package/build/SvgComponents/ContainedPartnersLogo.js.map +1 -0
- package/build/SvgComponents/HomeSvg.d.ts +4 -4
- package/build/SvgComponents/HomeSvg.js +8 -0
- package/build/SvgComponents/HomeSvg.js.map +1 -0
- package/build/SvgComponents/NovelLogoSvg.d.ts +4 -4
- package/build/SvgComponents/NovelLogoSvg.js +8 -0
- package/build/SvgComponents/NovelLogoSvg.js.map +1 -0
- package/build/SvgComponents/OrganisationList.d.ts +4 -4
- package/build/SvgComponents/OrganisationList.js +8 -0
- package/build/SvgComponents/OrganisationList.js.map +1 -0
- package/build/SvgComponents/ProjectsSvg.d.ts +4 -4
- package/build/SvgComponents/ProjectsSvg.js +8 -0
- package/build/SvgComponents/ProjectsSvg.js.map +1 -0
- package/build/SvgComponents/index.d.ts +5 -5
- package/build/SvgComponents/index.js +6 -0
- package/build/SvgComponents/index.js.map +1 -0
- package/build/SvgComponents/types.d.ts +6 -6
- package/build/SvgComponents/types.js +2 -0
- package/build/SvgComponents/types.js.map +1 -0
- package/build/TextField/TextField.d.ts +15 -15
- package/build/TextField/TextField.js +67 -0
- package/build/TextField/TextField.js.map +1 -0
- package/build/TextField/TextField.types.d.ts +7 -7
- package/build/TextField/TextField.types.js +2 -0
- package/build/TextField/TextField.types.js.map +1 -0
- package/build/Tooltip/OptionalTooltip.d.ts +8 -8
- package/build/Tooltip/OptionalTooltip.js +11 -0
- package/build/Tooltip/OptionalTooltip.js.map +1 -0
- package/build/Tooltip/index.d.ts +1 -1
- package/build/Tooltip/index.js +2 -0
- package/build/Tooltip/index.js.map +1 -0
- package/build/assets/index-DCUzKTQq.css +78 -0
- package/build/globals/index.d.ts +26 -26
- package/build/globals/index.js +28 -0
- package/build/globals/index.js.map +1 -0
- package/build/hooks/index.d.ts +3 -3
- package/build/hooks/index.js +4 -0
- package/build/hooks/index.js.map +1 -0
- package/build/hooks/useDebounceEffect.d.ts +2 -2
- package/build/hooks/useDebounceEffect.js +12 -0
- package/build/hooks/useDebounceEffect.js.map +1 -0
- package/build/hooks/useInterval.d.ts +2 -2
- package/build/hooks/useInterval.js +19 -0
- package/build/hooks/useInterval.js.map +1 -0
- package/build/hooks/useWhyDidYouUpdate.d.ts +1 -1
- package/build/hooks/useWhyDidYouUpdate.js +43 -0
- package/build/hooks/useWhyDidYouUpdate.js.map +1 -0
- package/build/index.d.ts +37 -37
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/styles/colours.d.ts +3 -3
- package/build/styles/colours.js +4 -0
- package/build/styles/colours.js.map +1 -0
- package/build/styles/font.d.ts +1 -1
- package/build/styles/font.js +19 -0
- package/build/styles/font.js.map +1 -0
- package/build/styles/index.d.ts +3 -3
- package/build/styles/index.js +4 -0
- package/build/styles/index.js.map +1 -0
- package/build/styles/layout.d.ts +1 -1
- package/build/styles/layout.js +85 -0
- package/build/styles/layout.js.map +1 -0
- package/build/styles/spacing.d.ts +1 -1
- package/build/styles/spacing.js +50 -0
- package/build/styles/spacing.js.map +1 -0
- package/build/styles/themes.d.ts +2 -2
- package/build/styles/themes.js +56 -0
- package/build/styles/themes.js.map +1 -0
- package/build/utils/index.d.ts +5 -5
- package/build/utils/index.js +14 -0
- package/build/utils/index.js.map +1 -0
- package/package.json +21 -17
- package/build/ThemeProvider/index.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInterval.js","sourceRoot":"","sources":["../../src/hooks/useInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE1C,IAAM,WAAW,GAAG,UAAC,QAAoB,EAAE,KAAoB;IAC7D,IAAM,aAAa,GAAG,MAAM,EAA0B,CAAC;IAEvD,SAAS,CAAC;QACR,aAAa,CAAC,OAAO,GAAG,QAAQ,CAAC;IACnC,CAAC,CAAC,CAAC;IAEH,SAAS,CAAC;QACR,IAAM,IAAI,GAAG;YACX,IAAI,aAAa,CAAC,OAAO;gBAAE,aAAa,CAAC,OAAO,EAAE,CAAC;QACrD,CAAC,CAAC;QAEF,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;YACnB,IAAM,IAAE,GAAG,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YACpC,OAAO,cAAM,OAAA,aAAa,CAAC,IAAE,CAAC,EAAjB,CAAiB,CAAC;QACjC,CAAC;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;AACd,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function useWhyDidYouUpdate(name: string, props: Record<string, any>): void;
|
|
1
|
+
export default function useWhyDidYouUpdate(name: string, props: Record<string, any>): void;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { isEqual } from "lodash";
|
|
13
|
+
import { useRef, useEffect } from "react";
|
|
14
|
+
export default function useWhyDidYouUpdate(name, props) {
|
|
15
|
+
var latestProps = useRef(props);
|
|
16
|
+
useEffect(function () {
|
|
17
|
+
var allKeys = Object.keys(__assign(__assign({}, latestProps.current), props));
|
|
18
|
+
var changesObj = {};
|
|
19
|
+
allKeys.forEach(function (key) {
|
|
20
|
+
if (latestProps.current[key] !== props[key]) {
|
|
21
|
+
changesObj[key] = {
|
|
22
|
+
from: latestProps.current[key],
|
|
23
|
+
to: props[key],
|
|
24
|
+
changedKeys: props[key] && typeof props[key] === "object"
|
|
25
|
+
? Object.keys(latestProps.current[key])
|
|
26
|
+
.map(function (k) { return (latestProps.current[key][k] === props[key][k] ? "" : k); })
|
|
27
|
+
.filter(Boolean)
|
|
28
|
+
: undefined,
|
|
29
|
+
isDeepEqual: isEqual(latestProps.current[key], props[key]),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
if (Object.keys(changesObj).length) {
|
|
34
|
+
console.log("[why-did-you-update]", name, {
|
|
35
|
+
changes: changesObj,
|
|
36
|
+
props: { from: latestProps.current, to: props },
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
latestProps.current = props;
|
|
40
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
41
|
+
}, Object.values(props));
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=useWhyDidYouUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useWhyDidYouUpdate.js","sourceRoot":"","sources":["../../src/hooks/useWhyDidYouUpdate.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE1C,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,IAAY,EAAE,KAA0B;IACjF,IAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAElC,SAAS,CAAC;QACR,IAAM,OAAO,GAAG,MAAM,CAAC,IAAI,uBAAM,WAAW,CAAC,OAAO,GAAK,KAAK,EAAG,CAAC;QAElE,IAAM,UAAU,GAGZ,EAAE,CAAC;QACP,OAAO,CAAC,OAAO,CAAC,UAAC,GAAG;YAClB,IAAI,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC5C,UAAU,CAAC,GAAG,CAAC,GAAG;oBAChB,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC;oBAC9B,EAAE,EAAE,KAAK,CAAC,GAAG,CAAC;oBACd,WAAW,EACT,KAAK,CAAC,GAAG,CAAC,IAAI,OAAO,KAAK,CAAC,GAAG,CAAC,KAAK,QAAQ;wBAC1C,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;6BAClC,GAAG,CAAC,UAAC,CAAC,IAAK,OAAA,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAxD,CAAwD,CAAC;6BACpE,MAAM,CAAC,OAAO,CAAC;wBACpB,CAAC,CAAC,SAAS;oBACf,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;iBAC3D,CAAC;YACJ,CAAC;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,EAAE,CAAC;YACnC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,IAAI,EAAE;gBACxC,OAAO,EAAE,UAAU;gBACnB,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,CAAC,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE;aAChD,CAAC,CAAC;QACL,CAAC;QAED,WAAW,CAAC,OAAO,GAAG,KAAK,CAAC;QAC5B,uDAAuD;IACzD,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAC3B,CAAC"}
|
package/build/index.d.ts
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import Button from "./Button/Button";
|
|
2
|
-
import ContentLabel from "./ContentLabel/ContentLabel";
|
|
3
|
-
import ContentBox from "./ContentBox/ContentBox";
|
|
4
|
-
import StaticTable from "./StaticTable/StaticTable";
|
|
5
|
-
import LoadingSpinner from "./LoadingSpinner/LoadingSpinner";
|
|
6
|
-
import Breadcrumbs from "./Breadcrumbs/Breadcrumbs";
|
|
7
|
-
import EntityList from "./EntityList/EntityList";
|
|
8
|
-
import { IEntity } from "./EntityList/EntityList.types";
|
|
9
|
-
import ErrorIndicator from "./ErrorIndicator/ErrorIndicator";
|
|
10
|
-
import LeftNavigation from "./LeftNavigation/LeftNavigation";
|
|
11
|
-
import { INavigationLink, ISecondaryNavigationItem, ISecondaryNavigationSubItem } from "./LeftNavigation/LeftNavigation.types";
|
|
12
|
-
import MainLayout from "./MainLayout/MainLayout";
|
|
13
|
-
import SearchBar from "./SearchBar/SearchBar";
|
|
14
|
-
import TextField, { NumberFormatField } from "./TextField/TextField";
|
|
15
|
-
import Select from "./Select/Select";
|
|
16
|
-
import DatePicker from "./DatePicker/DatePicker";
|
|
17
|
-
import KeyboardDatePicker from "./KeyboardDatePicker/KeyboardDatePicker";
|
|
18
|
-
import ButtonWithConfirm from "./ButtonWithConfirm/ButtonWithConfirm";
|
|
19
|
-
import EditableTable from "./EditableTable/EditableTable";
|
|
20
|
-
import { FieldConfig, RowData, ITableHeader, TableCellValues, SynchCellWithStateFn, ICustomRenderFnProps, IEssentialRenderFnProps } from "./EditableTable/EditableTable.types";
|
|
21
|
-
import { tableNumericStringField, tableNumericStringFixedDecimalField, tableDateField, tableCheckbox, TableSelect, TableMultipleSelect, NonEditableField } from "./EditableTable/defaultCells";
|
|
22
|
-
import { useDebounceEffect, useInterval, useWhyDidYouUpdate } from "./hooks";
|
|
23
|
-
import { didCellValueChange } from "./utils";
|
|
24
|
-
import ImageDisplayAndUpload from "./ImageDisplayAndUpload/ImageDisplayAndUpload";
|
|
25
|
-
import Alert from "./Alert/Alert";
|
|
26
|
-
import AlphabeticalList from "./AlphabeticalList/AlphabeticalList";
|
|
27
|
-
import { ISelectProps } from "./Select/Select.types";
|
|
28
|
-
import { NavbarLayout, NavbarLayoutTabs } from "./NavbarLayout";
|
|
29
|
-
import { FORM_SUCCESS, FORM_ERROR, FORM_LOADING, FORM_ENABLED, FORM_WARNING, FORM_DELETING, FormStatuses } from "./globals";
|
|
30
|
-
import MobileDatePicker from "./MobileDatePicker/MobileDatePicker";
|
|
31
|
-
import { AutoSaveTextField } from "./AutoSave/Text";
|
|
32
|
-
import { AutoSaveSelectField } from "./AutoSave/Select";
|
|
33
|
-
import { OptionalTooltip } from "./Tooltip";
|
|
34
|
-
import { TableDateInput } from "./EditableTable/components/TableDateInput";
|
|
35
|
-
import { TableTextInput } from "./EditableTable/components/TableTextInput";
|
|
36
|
-
export { ImageDisplayAndUpload, Alert, Button, ContentLabel, ContentBox, StaticTable, LoadingSpinner, Breadcrumbs, EntityList, ErrorIndicator, LeftNavigation, MainLayout, SearchBar, TextField, Select, DatePicker, AutoSaveTextField, AutoSaveSelectField, KeyboardDatePicker, MobileDatePicker, ButtonWithConfirm, EditableTable, TableSelect, TableMultipleSelect, NonEditableField, TableDateInput as TableDatePicker, TableTextInput as TableTextField, tableNumericStringField, tableNumericStringFixedDecimalField, tableDateField, tableCheckbox, didCellValueChange, useDebounceEffect, useInterval, useWhyDidYouUpdate, AlphabeticalList, NumberFormatField, NavbarLayout, OptionalTooltip, FORM_SUCCESS, FORM_ERROR, FORM_LOADING, FORM_ENABLED, FORM_WARNING, FORM_DELETING, };
|
|
37
|
-
export type { FieldConfig, RowData, ITableHeader, TableCellValues, SynchCellWithStateFn, ICustomRenderFnProps, IEssentialRenderFnProps, ISelectProps, IEntity, INavigationLink, ISecondaryNavigationItem, ISecondaryNavigationSubItem, NavbarLayoutTabs, FormStatuses, };
|
|
1
|
+
import Button from "./Button/Button";
|
|
2
|
+
import ContentLabel from "./ContentLabel/ContentLabel";
|
|
3
|
+
import ContentBox from "./ContentBox/ContentBox";
|
|
4
|
+
import StaticTable from "./StaticTable/StaticTable";
|
|
5
|
+
import LoadingSpinner from "./LoadingSpinner/LoadingSpinner";
|
|
6
|
+
import Breadcrumbs from "./Breadcrumbs/Breadcrumbs";
|
|
7
|
+
import EntityList from "./EntityList/EntityList";
|
|
8
|
+
import { IEntity } from "./EntityList/EntityList.types";
|
|
9
|
+
import ErrorIndicator from "./ErrorIndicator/ErrorIndicator";
|
|
10
|
+
import LeftNavigation from "./LeftNavigation/LeftNavigation";
|
|
11
|
+
import { INavigationLink, ISecondaryNavigationItem, ISecondaryNavigationSubItem } from "./LeftNavigation/LeftNavigation.types";
|
|
12
|
+
import MainLayout from "./MainLayout/MainLayout";
|
|
13
|
+
import SearchBar from "./SearchBar/SearchBar";
|
|
14
|
+
import TextField, { NumberFormatField } from "./TextField/TextField";
|
|
15
|
+
import Select from "./Select/Select";
|
|
16
|
+
import DatePicker from "./DatePicker/DatePicker";
|
|
17
|
+
import KeyboardDatePicker from "./KeyboardDatePicker/KeyboardDatePicker";
|
|
18
|
+
import ButtonWithConfirm from "./ButtonWithConfirm/ButtonWithConfirm";
|
|
19
|
+
import EditableTable from "./EditableTable/EditableTable";
|
|
20
|
+
import { FieldConfig, RowData, ITableHeader, TableCellValues, SynchCellWithStateFn, ICustomRenderFnProps, IEssentialRenderFnProps } from "./EditableTable/EditableTable.types";
|
|
21
|
+
import { tableNumericStringField, tableNumericStringFixedDecimalField, tableDateField, tableCheckbox, TableSelect, TableMultipleSelect, NonEditableField } from "./EditableTable/defaultCells";
|
|
22
|
+
import { useDebounceEffect, useInterval, useWhyDidYouUpdate } from "./hooks";
|
|
23
|
+
import { didCellValueChange } from "./utils";
|
|
24
|
+
import ImageDisplayAndUpload from "./ImageDisplayAndUpload/ImageDisplayAndUpload";
|
|
25
|
+
import Alert from "./Alert/Alert";
|
|
26
|
+
import AlphabeticalList from "./AlphabeticalList/AlphabeticalList";
|
|
27
|
+
import { ISelectProps } from "./Select/Select.types";
|
|
28
|
+
import { NavbarLayout, NavbarLayoutTabs } from "./NavbarLayout";
|
|
29
|
+
import { FORM_SUCCESS, FORM_ERROR, FORM_LOADING, FORM_ENABLED, FORM_WARNING, FORM_DELETING, FormStatuses } from "./globals";
|
|
30
|
+
import MobileDatePicker from "./MobileDatePicker/MobileDatePicker";
|
|
31
|
+
import { AutoSaveTextField } from "./AutoSave/Text";
|
|
32
|
+
import { AutoSaveSelectField } from "./AutoSave/Select";
|
|
33
|
+
import { OptionalTooltip } from "./Tooltip";
|
|
34
|
+
import { TableDateInput } from "./EditableTable/components/TableDateInput";
|
|
35
|
+
import { TableTextInput } from "./EditableTable/components/TableTextInput";
|
|
36
|
+
export { ImageDisplayAndUpload, Alert, Button, ContentLabel, ContentBox, StaticTable, LoadingSpinner, Breadcrumbs, EntityList, ErrorIndicator, LeftNavigation, MainLayout, SearchBar, TextField, Select, DatePicker, AutoSaveTextField, AutoSaveSelectField, KeyboardDatePicker, MobileDatePicker, ButtonWithConfirm, EditableTable, TableSelect, TableMultipleSelect, NonEditableField, TableDateInput as TableDatePicker, TableTextInput as TableTextField, tableNumericStringField, tableNumericStringFixedDecimalField, tableDateField, tableCheckbox, didCellValueChange, useDebounceEffect, useInterval, useWhyDidYouUpdate, AlphabeticalList, NumberFormatField, NavbarLayout, OptionalTooltip, FORM_SUCCESS, FORM_ERROR, FORM_LOADING, FORM_ENABLED, FORM_WARNING, FORM_DELETING, };
|
|
37
|
+
export type { FieldConfig, RowData, ITableHeader, TableCellValues, SynchCellWithStateFn, ICustomRenderFnProps, IEssentialRenderFnProps, ISelectProps, IEntity, INavigationLink, ISecondaryNavigationItem, ISecondaryNavigationSubItem, NavbarLayoutTabs, FormStatuses, };
|