@etsoo/materialui 1.4.68 → 1.4.70
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/lib/cjs/AddresSelector.js +141 -0
- package/lib/cjs/AuditDisplay.js +52 -0
- package/lib/cjs/AutocompleteExtendedProps.js +2 -0
- package/lib/cjs/BackButton.js +38 -0
- package/lib/cjs/BridgeCloseButton.js +35 -0
- package/lib/cjs/ButtonLink.js +22 -0
- package/lib/cjs/ButtonPopover.js +63 -0
- package/lib/cjs/ComboBox.js +134 -0
- package/lib/cjs/ComboBoxMultiple.js +132 -0
- package/lib/cjs/ComboBoxPro.js +71 -0
- package/lib/cjs/CountdownButton.js +91 -0
- package/lib/cjs/CountryList.js +29 -0
- package/lib/cjs/CultureDataTable.js +48 -0
- package/lib/cjs/CustomFabProps.js +2 -0
- package/lib/cjs/DataGridEx.js +333 -0
- package/lib/cjs/DataGridRenderers.js +105 -0
- package/lib/cjs/DataSteps.js +93 -0
- package/lib/cjs/DataTable.js +52 -0
- package/lib/cjs/DialogButton.js +43 -0
- package/lib/cjs/DnDList.js +222 -0
- package/lib/cjs/DraggablePaperComponent.js +19 -0
- package/lib/cjs/EmailInput.js +17 -0
- package/lib/cjs/FabBox.js +42 -0
- package/lib/cjs/FieldSetEx.js +32 -0
- package/lib/cjs/FileUploadButton.js +46 -0
- package/lib/cjs/FlexBox.js +22 -0
- package/lib/cjs/GridDataCacheType.js +2 -0
- package/lib/cjs/GridDataFormat.js +46 -0
- package/lib/cjs/GridUtils.js +90 -0
- package/lib/cjs/HiSelector.js +49 -0
- package/lib/cjs/HiSelectorTL.js +43 -0
- package/lib/cjs/IconButtonLink.js +19 -0
- package/lib/cjs/InputField.js +54 -0
- package/lib/cjs/InputTipField.js +50 -0
- package/lib/cjs/IntInputField.js +116 -0
- package/lib/cjs/ItemList.js +71 -0
- package/lib/{LineChart.d.ts → cjs/LineChart.d.ts} +1 -1
- package/lib/cjs/LineChart.js +59 -0
- package/lib/cjs/ListChooser.js +95 -0
- package/lib/cjs/ListItemRightIcon.js +11 -0
- package/lib/cjs/ListMoreDisplay.js +101 -0
- package/lib/cjs/LoadingButton.js +47 -0
- package/lib/cjs/MUGlobal.js +189 -0
- package/lib/cjs/MUUtils.js +58 -0
- package/lib/cjs/MaskInput.d.ts +39 -0
- package/lib/cjs/MaskInput.js +47 -0
- package/lib/cjs/MenuButton.js +68 -0
- package/lib/cjs/MobileListItemRenderer.js +33 -0
- package/lib/cjs/MoneyInputField.js +18 -0
- package/lib/cjs/MoreFab.js +100 -0
- package/lib/cjs/NotifierMU.js +368 -0
- package/lib/cjs/NotifierPopupProps.js +2 -0
- package/lib/cjs/NotifierPromptProps.js +2 -0
- package/lib/cjs/NumberInputField.js +32 -0
- package/lib/cjs/OptionBool.js +17 -0
- package/lib/cjs/OptionGroup.js +108 -0
- package/lib/cjs/OptionGroupFlag.js +92 -0
- package/lib/cjs/PList.js +19 -0
- package/lib/cjs/PercentCircularProgress.js +20 -0
- package/lib/cjs/PercentLinearProgress.js +11 -0
- package/lib/cjs/ProgressCount.js +79 -0
- package/lib/cjs/PullToRefreshUI.js +29 -0
- package/lib/cjs/QuickList.js +48 -0
- package/lib/cjs/RegionsRQ.js +2 -0
- package/lib/cjs/ResponsibleContainer.js +196 -0
- package/lib/cjs/ResponsiveStyleValue.js +2 -0
- package/lib/cjs/ScrollTopFab.js +30 -0
- package/lib/cjs/ScrollerListEx.js +168 -0
- package/lib/cjs/SearchBar.js +270 -0
- package/lib/cjs/SearchField.js +52 -0
- package/lib/cjs/SearchOptionGroup.js +17 -0
- package/lib/cjs/SelectBool.js +22 -0
- package/lib/cjs/SelectEx.js +180 -0
- package/lib/cjs/ShowDataComparison.js +63 -0
- package/lib/cjs/Switch.js +40 -0
- package/lib/cjs/SwitchAnt.js +48 -0
- package/lib/cjs/SwitchField.js +36 -0
- package/lib/cjs/TabBox.js +34 -0
- package/lib/cjs/TableEx.js +294 -0
- package/lib/cjs/TagList.js +62 -0
- package/lib/cjs/TagListPro.js +66 -0
- package/lib/cjs/TextFieldEx.js +145 -0
- package/lib/cjs/Tiplist.js +211 -0
- package/lib/cjs/TiplistPro.js +206 -0
- package/lib/cjs/TooltipClick.js +46 -0
- package/lib/cjs/TwoFieldInput.js +69 -0
- package/lib/cjs/UserAvatar.js +26 -0
- package/lib/cjs/UserAvatarEditor.js +169 -0
- package/lib/cjs/app/CommonApp.js +32 -0
- package/lib/cjs/app/IServiceApp.js +11 -0
- package/lib/cjs/app/IServiceAppSettings.js +2 -0
- package/lib/cjs/app/IServicePage.js +2 -0
- package/lib/cjs/app/IServiceUser.js +2 -0
- package/lib/cjs/app/ISmartERPUser.js +2 -0
- package/lib/cjs/app/Labels.js +65 -0
- package/lib/cjs/app/ReactApp.js +387 -0
- package/lib/cjs/app/ServiceApp.js +232 -0
- package/lib/cjs/custom/CustomFieldUtils.js +152 -0
- package/lib/cjs/custom/CustomFieldViewer.js +57 -0
- package/lib/cjs/custom/CustomFieldWindow.js +95 -0
- package/lib/cjs/custom/FieldAmountLabel.js +47 -0
- package/lib/cjs/custom/FieldCheckbox.js +56 -0
- package/lib/cjs/custom/FieldCombobox.js +47 -0
- package/lib/cjs/custom/FieldDateInput.js +50 -0
- package/lib/cjs/custom/FieldDivider.js +19 -0
- package/lib/cjs/custom/FieldInput.js +34 -0
- package/lib/cjs/custom/FieldJson.js +57 -0
- package/lib/cjs/custom/FieldLabel.js +35 -0
- package/lib/cjs/custom/FieldNumberInput.js +44 -0
- package/lib/cjs/custom/FieldRadio.js +56 -0
- package/lib/cjs/custom/FieldSelect.js +55 -0
- package/lib/cjs/custom/FieldSwitch.js +49 -0
- package/lib/cjs/custom/FieldTexarea.js +35 -0
- package/lib/cjs/index.js +134 -0
- package/lib/cjs/messages/MessageUtils.js +76 -0
- package/lib/cjs/messages/OperationMessageContainer.js +49 -0
- package/lib/cjs/messages/OperationMessageDto.js +2 -0
- package/lib/cjs/messages/OperationMessageHandler.js +2 -0
- package/lib/cjs/messages/RefreshHandler.js +2 -0
- package/lib/cjs/messages/SignalRUser.js +2 -0
- package/lib/cjs/pages/CommonPage.js +74 -0
- package/lib/cjs/pages/DataGridPage.js +114 -0
- package/lib/cjs/pages/DataGridPageProps.js +2 -0
- package/lib/cjs/pages/DrawerHeader.js +16 -0
- package/lib/cjs/pages/EditPage.js +30 -0
- package/lib/cjs/pages/FixedListPage.js +104 -0
- package/lib/cjs/pages/LeftDrawer.js +37 -0
- package/lib/cjs/pages/ListPage.js +83 -0
- package/lib/cjs/pages/ResponsivePage.js +53 -0
- package/lib/cjs/pages/SearchPageProps.js +2 -0
- package/lib/cjs/pages/TablePage.js +72 -0
- package/lib/cjs/pages/UserMenu.js +91 -0
- package/lib/cjs/pages/ViewPage.js +160 -0
- package/lib/cjs/texts/DateText.js +28 -0
- package/lib/cjs/texts/MoneyText.js +19 -0
- package/lib/cjs/texts/NumberText.js +17 -0
- package/lib/mjs/AddresSelector.d.ts +107 -0
- package/lib/mjs/AuditDisplay.d.ts +31 -0
- package/lib/mjs/AutocompleteExtendedProps.d.ts +73 -0
- package/lib/mjs/BackButton.d.ts +12 -0
- package/lib/mjs/BridgeCloseButton.d.ts +22 -0
- package/lib/mjs/ButtonLink.d.ts +20 -0
- package/lib/mjs/ButtonPopover.d.ts +29 -0
- package/lib/mjs/ComboBox.d.ts +45 -0
- package/lib/mjs/ComboBoxMultiple.d.ts +41 -0
- package/lib/mjs/ComboBoxPro.d.ts +31 -0
- package/lib/mjs/CountdownButton.d.ts +27 -0
- package/lib/mjs/CountryList.d.ts +30 -0
- package/lib/mjs/CultureDataTable.d.ts +19 -0
- package/lib/mjs/CustomFabProps.d.ts +27 -0
- package/lib/mjs/DataGridEx.d.ts +101 -0
- package/lib/mjs/DataGridRenderers.d.ts +22 -0
- package/lib/mjs/DataSteps.d.ts +38 -0
- package/lib/mjs/DataTable.d.ts +27 -0
- package/lib/mjs/DialogButton.d.ts +54 -0
- package/lib/mjs/DnDList.d.ts +104 -0
- package/lib/mjs/DraggablePaperComponent.d.ts +7 -0
- package/lib/mjs/EmailInput.d.ts +10 -0
- package/lib/mjs/FabBox.d.ts +26 -0
- package/lib/mjs/FieldSetEx.d.ts +21 -0
- package/lib/mjs/FileUploadButton.d.ts +36 -0
- package/lib/mjs/FlexBox.d.ts +13 -0
- package/lib/mjs/GridDataCacheType.d.ts +9 -0
- package/lib/mjs/GridDataFormat.d.ts +10 -0
- package/lib/mjs/GridUtils.d.ts +44 -0
- package/lib/mjs/HiSelector.d.ts +79 -0
- package/lib/mjs/HiSelectorTL.d.ts +67 -0
- package/lib/mjs/IconButtonLink.d.ts +20 -0
- package/lib/mjs/InputField.d.ts +80 -0
- package/lib/mjs/InputTipField.d.ts +38 -0
- package/lib/mjs/IntInputField.d.ts +55 -0
- package/lib/mjs/ItemList.d.ts +68 -0
- package/lib/mjs/LineChart.d.ts +28 -0
- package/lib/{LineChart.js → mjs/LineChart.js} +2 -1
- package/lib/mjs/ListChooser.d.ts +64 -0
- package/lib/mjs/ListItemRightIcon.d.ts +5 -0
- package/lib/mjs/ListMoreDisplay.d.ts +38 -0
- package/lib/mjs/LoadingButton.d.ts +15 -0
- package/lib/mjs/MUGlobal.d.ts +101 -0
- package/lib/mjs/MUUtils.d.ts +22 -0
- package/lib/mjs/MaskInput.d.ts +39 -0
- package/lib/mjs/MaskInput.js +41 -0
- package/lib/mjs/MenuButton.d.ts +9 -0
- package/lib/mjs/MobileListItemRenderer.d.ts +17 -0
- package/lib/mjs/MoneyInputField.d.ts +10 -0
- package/lib/mjs/MoreFab.d.ts +45 -0
- package/lib/mjs/NotifierMU.d.ts +48 -0
- package/lib/mjs/NotifierPopupProps.d.ts +5 -0
- package/lib/mjs/NotifierPromptProps.d.ts +21 -0
- package/lib/mjs/NumberInputField.d.ts +42 -0
- package/lib/mjs/OptionBool.d.ts +12 -0
- package/lib/mjs/OptionGroup.d.ts +80 -0
- package/lib/mjs/OptionGroupFlag.d.ts +76 -0
- package/lib/mjs/PList.d.ts +14 -0
- package/lib/mjs/PercentCircularProgress.d.ts +7 -0
- package/lib/mjs/PercentLinearProgress.d.ts +7 -0
- package/lib/mjs/ProgressCount.d.ts +43 -0
- package/lib/mjs/PullToRefreshUI.d.ts +8 -0
- package/lib/mjs/QuickList.d.ts +56 -0
- package/lib/mjs/RegionsRQ.d.ts +22 -0
- package/lib/mjs/ResponsibleContainer.d.ts +98 -0
- package/lib/mjs/ResponsiveStyleValue.d.ts +7 -0
- package/lib/mjs/ScrollTopFab.d.ts +6 -0
- package/lib/mjs/ScrollerListEx.d.ts +75 -0
- package/lib/mjs/SearchBar.d.ts +32 -0
- package/lib/mjs/SearchField.d.ts +24 -0
- package/lib/mjs/SearchOptionGroup.d.ts +8 -0
- package/lib/mjs/SelectBool.d.ts +12 -0
- package/lib/mjs/SelectEx.d.ts +74 -0
- package/lib/mjs/ShowDataComparison.d.ts +15 -0
- package/lib/mjs/Switch.d.ts +28 -0
- package/lib/mjs/SwitchAnt.d.ts +24 -0
- package/lib/mjs/SwitchField.d.ts +45 -0
- package/lib/mjs/TabBox.d.ts +54 -0
- package/lib/mjs/TableEx.d.ts +64 -0
- package/lib/mjs/TagList.d.ts +21 -0
- package/lib/mjs/TagListPro.d.ts +22 -0
- package/lib/mjs/TextFieldEx.d.ts +157 -0
- package/lib/mjs/Tiplist.d.ts +29 -0
- package/lib/mjs/TiplistPro.d.ts +60 -0
- package/lib/mjs/TooltipClick.d.ts +15 -0
- package/lib/mjs/TwoFieldInput.d.ts +22 -0
- package/lib/mjs/UserAvatar.d.ts +23 -0
- package/lib/mjs/UserAvatarEditor.d.ts +60 -0
- package/lib/mjs/app/CommonApp.d.ts +21 -0
- package/lib/mjs/app/IServiceApp.d.ts +41 -0
- package/lib/mjs/app/IServiceAppSettings.d.ts +6 -0
- package/lib/mjs/app/IServicePage.d.ts +6 -0
- package/lib/mjs/app/IServiceUser.d.ts +42 -0
- package/lib/mjs/app/ISmartERPUser.d.ts +21 -0
- package/lib/mjs/app/Labels.d.ts +65 -0
- package/lib/mjs/app/ReactApp.d.ts +252 -0
- package/lib/mjs/app/ServiceApp.d.ts +76 -0
- package/lib/mjs/custom/CustomFieldUtils.d.ts +56 -0
- package/lib/mjs/custom/CustomFieldViewer.d.ts +50 -0
- package/lib/mjs/custom/CustomFieldWindow.d.ts +55 -0
- package/lib/mjs/custom/FieldAmountLabel.d.ts +7 -0
- package/lib/mjs/custom/FieldCheckbox.d.ts +8 -0
- package/lib/mjs/custom/FieldCombobox.d.ts +8 -0
- package/lib/mjs/custom/FieldDateInput.d.ts +7 -0
- package/lib/mjs/custom/FieldDivider.d.ts +7 -0
- package/lib/mjs/custom/FieldInput.d.ts +7 -0
- package/lib/mjs/custom/FieldJson.d.ts +7 -0
- package/lib/mjs/custom/FieldLabel.d.ts +7 -0
- package/lib/mjs/custom/FieldNumberInput.d.ts +7 -0
- package/lib/mjs/custom/FieldRadio.d.ts +8 -0
- package/lib/mjs/custom/FieldSelect.d.ts +8 -0
- package/lib/mjs/custom/FieldSwitch.d.ts +7 -0
- package/lib/mjs/custom/FieldTexarea.d.ts +7 -0
- package/lib/mjs/index.js +118 -0
- package/lib/mjs/messages/MessageUtils.d.ts +52 -0
- package/lib/mjs/messages/OperationMessageContainer.d.ts +24 -0
- package/lib/mjs/messages/OperationMessageDto.d.ts +26 -0
- package/lib/mjs/messages/OperationMessageHandler.d.ts +24 -0
- package/lib/mjs/messages/RefreshHandler.d.ts +5 -0
- package/lib/mjs/messages/SignalRUser.d.ts +31 -0
- package/lib/mjs/pages/CommonPage.d.ts +72 -0
- package/lib/{pages → mjs/pages}/CommonPage.js +16 -6
- package/lib/mjs/pages/DataGridPage.d.ts +7 -0
- package/lib/mjs/pages/DataGridPageProps.d.ts +18 -0
- package/lib/mjs/pages/DrawerHeader.d.ts +4 -0
- package/lib/mjs/pages/EditPage.d.ts +46 -0
- package/lib/mjs/pages/FixedListPage.d.ts +14 -0
- package/lib/mjs/pages/LeftDrawer.d.ts +35 -0
- package/lib/mjs/pages/ListPage.d.ts +12 -0
- package/lib/mjs/pages/ResponsivePage.d.ts +56 -0
- package/lib/mjs/pages/SearchPageProps.d.ts +36 -0
- package/lib/mjs/pages/TablePage.d.ts +13 -0
- package/lib/mjs/pages/UserMenu.d.ts +40 -0
- package/lib/mjs/pages/ViewPage.d.ts +104 -0
- package/lib/{pages → mjs/pages}/ViewPage.js +1 -1
- package/lib/mjs/texts/DateText.d.ts +33 -0
- package/lib/mjs/texts/MoneyText.d.ts +20 -0
- package/lib/mjs/texts/NumberText.d.ts +24 -0
- package/package.json +12 -6
- package/src/LineChart.tsx +3 -3
- package/src/MaskInput.tsx +30 -27
- package/src/pages/CommonPage.tsx +17 -4
- package/src/pages/ViewPage.tsx +1 -1
- package/tsconfig.cjs.json +19 -0
- package/tsconfig.json +1 -1
- package/lib/MaskInput.d.ts +0 -34
- package/lib/MaskInput.js +0 -42
- /package/lib/{AddresSelector.d.ts → cjs/AddresSelector.d.ts} +0 -0
- /package/lib/{AuditDisplay.d.ts → cjs/AuditDisplay.d.ts} +0 -0
- /package/lib/{AutocompleteExtendedProps.d.ts → cjs/AutocompleteExtendedProps.d.ts} +0 -0
- /package/lib/{BackButton.d.ts → cjs/BackButton.d.ts} +0 -0
- /package/lib/{BridgeCloseButton.d.ts → cjs/BridgeCloseButton.d.ts} +0 -0
- /package/lib/{ButtonLink.d.ts → cjs/ButtonLink.d.ts} +0 -0
- /package/lib/{ButtonPopover.d.ts → cjs/ButtonPopover.d.ts} +0 -0
- /package/lib/{ComboBox.d.ts → cjs/ComboBox.d.ts} +0 -0
- /package/lib/{ComboBoxMultiple.d.ts → cjs/ComboBoxMultiple.d.ts} +0 -0
- /package/lib/{ComboBoxPro.d.ts → cjs/ComboBoxPro.d.ts} +0 -0
- /package/lib/{CountdownButton.d.ts → cjs/CountdownButton.d.ts} +0 -0
- /package/lib/{CountryList.d.ts → cjs/CountryList.d.ts} +0 -0
- /package/lib/{CultureDataTable.d.ts → cjs/CultureDataTable.d.ts} +0 -0
- /package/lib/{CustomFabProps.d.ts → cjs/CustomFabProps.d.ts} +0 -0
- /package/lib/{DataGridEx.d.ts → cjs/DataGridEx.d.ts} +0 -0
- /package/lib/{DataGridRenderers.d.ts → cjs/DataGridRenderers.d.ts} +0 -0
- /package/lib/{DataSteps.d.ts → cjs/DataSteps.d.ts} +0 -0
- /package/lib/{DataTable.d.ts → cjs/DataTable.d.ts} +0 -0
- /package/lib/{DialogButton.d.ts → cjs/DialogButton.d.ts} +0 -0
- /package/lib/{DnDList.d.ts → cjs/DnDList.d.ts} +0 -0
- /package/lib/{DraggablePaperComponent.d.ts → cjs/DraggablePaperComponent.d.ts} +0 -0
- /package/lib/{EmailInput.d.ts → cjs/EmailInput.d.ts} +0 -0
- /package/lib/{FabBox.d.ts → cjs/FabBox.d.ts} +0 -0
- /package/lib/{FieldSetEx.d.ts → cjs/FieldSetEx.d.ts} +0 -0
- /package/lib/{FileUploadButton.d.ts → cjs/FileUploadButton.d.ts} +0 -0
- /package/lib/{FlexBox.d.ts → cjs/FlexBox.d.ts} +0 -0
- /package/lib/{GridDataCacheType.d.ts → cjs/GridDataCacheType.d.ts} +0 -0
- /package/lib/{GridDataFormat.d.ts → cjs/GridDataFormat.d.ts} +0 -0
- /package/lib/{GridUtils.d.ts → cjs/GridUtils.d.ts} +0 -0
- /package/lib/{HiSelector.d.ts → cjs/HiSelector.d.ts} +0 -0
- /package/lib/{HiSelectorTL.d.ts → cjs/HiSelectorTL.d.ts} +0 -0
- /package/lib/{IconButtonLink.d.ts → cjs/IconButtonLink.d.ts} +0 -0
- /package/lib/{InputField.d.ts → cjs/InputField.d.ts} +0 -0
- /package/lib/{InputTipField.d.ts → cjs/InputTipField.d.ts} +0 -0
- /package/lib/{IntInputField.d.ts → cjs/IntInputField.d.ts} +0 -0
- /package/lib/{ItemList.d.ts → cjs/ItemList.d.ts} +0 -0
- /package/lib/{ListChooser.d.ts → cjs/ListChooser.d.ts} +0 -0
- /package/lib/{ListItemRightIcon.d.ts → cjs/ListItemRightIcon.d.ts} +0 -0
- /package/lib/{ListMoreDisplay.d.ts → cjs/ListMoreDisplay.d.ts} +0 -0
- /package/lib/{LoadingButton.d.ts → cjs/LoadingButton.d.ts} +0 -0
- /package/lib/{MUGlobal.d.ts → cjs/MUGlobal.d.ts} +0 -0
- /package/lib/{MUUtils.d.ts → cjs/MUUtils.d.ts} +0 -0
- /package/lib/{MenuButton.d.ts → cjs/MenuButton.d.ts} +0 -0
- /package/lib/{MobileListItemRenderer.d.ts → cjs/MobileListItemRenderer.d.ts} +0 -0
- /package/lib/{MoneyInputField.d.ts → cjs/MoneyInputField.d.ts} +0 -0
- /package/lib/{MoreFab.d.ts → cjs/MoreFab.d.ts} +0 -0
- /package/lib/{NotifierMU.d.ts → cjs/NotifierMU.d.ts} +0 -0
- /package/lib/{NotifierPopupProps.d.ts → cjs/NotifierPopupProps.d.ts} +0 -0
- /package/lib/{NotifierPromptProps.d.ts → cjs/NotifierPromptProps.d.ts} +0 -0
- /package/lib/{NumberInputField.d.ts → cjs/NumberInputField.d.ts} +0 -0
- /package/lib/{OptionBool.d.ts → cjs/OptionBool.d.ts} +0 -0
- /package/lib/{OptionGroup.d.ts → cjs/OptionGroup.d.ts} +0 -0
- /package/lib/{OptionGroupFlag.d.ts → cjs/OptionGroupFlag.d.ts} +0 -0
- /package/lib/{PList.d.ts → cjs/PList.d.ts} +0 -0
- /package/lib/{PercentCircularProgress.d.ts → cjs/PercentCircularProgress.d.ts} +0 -0
- /package/lib/{PercentLinearProgress.d.ts → cjs/PercentLinearProgress.d.ts} +0 -0
- /package/lib/{ProgressCount.d.ts → cjs/ProgressCount.d.ts} +0 -0
- /package/lib/{PullToRefreshUI.d.ts → cjs/PullToRefreshUI.d.ts} +0 -0
- /package/lib/{QuickList.d.ts → cjs/QuickList.d.ts} +0 -0
- /package/lib/{RegionsRQ.d.ts → cjs/RegionsRQ.d.ts} +0 -0
- /package/lib/{ResponsibleContainer.d.ts → cjs/ResponsibleContainer.d.ts} +0 -0
- /package/lib/{ResponsiveStyleValue.d.ts → cjs/ResponsiveStyleValue.d.ts} +0 -0
- /package/lib/{ScrollTopFab.d.ts → cjs/ScrollTopFab.d.ts} +0 -0
- /package/lib/{ScrollerListEx.d.ts → cjs/ScrollerListEx.d.ts} +0 -0
- /package/lib/{SearchBar.d.ts → cjs/SearchBar.d.ts} +0 -0
- /package/lib/{SearchField.d.ts → cjs/SearchField.d.ts} +0 -0
- /package/lib/{SearchOptionGroup.d.ts → cjs/SearchOptionGroup.d.ts} +0 -0
- /package/lib/{SelectBool.d.ts → cjs/SelectBool.d.ts} +0 -0
- /package/lib/{SelectEx.d.ts → cjs/SelectEx.d.ts} +0 -0
- /package/lib/{ShowDataComparison.d.ts → cjs/ShowDataComparison.d.ts} +0 -0
- /package/lib/{Switch.d.ts → cjs/Switch.d.ts} +0 -0
- /package/lib/{SwitchAnt.d.ts → cjs/SwitchAnt.d.ts} +0 -0
- /package/lib/{SwitchField.d.ts → cjs/SwitchField.d.ts} +0 -0
- /package/lib/{TabBox.d.ts → cjs/TabBox.d.ts} +0 -0
- /package/lib/{TableEx.d.ts → cjs/TableEx.d.ts} +0 -0
- /package/lib/{TagList.d.ts → cjs/TagList.d.ts} +0 -0
- /package/lib/{TagListPro.d.ts → cjs/TagListPro.d.ts} +0 -0
- /package/lib/{TextFieldEx.d.ts → cjs/TextFieldEx.d.ts} +0 -0
- /package/lib/{Tiplist.d.ts → cjs/Tiplist.d.ts} +0 -0
- /package/lib/{TiplistPro.d.ts → cjs/TiplistPro.d.ts} +0 -0
- /package/lib/{TooltipClick.d.ts → cjs/TooltipClick.d.ts} +0 -0
- /package/lib/{TwoFieldInput.d.ts → cjs/TwoFieldInput.d.ts} +0 -0
- /package/lib/{UserAvatar.d.ts → cjs/UserAvatar.d.ts} +0 -0
- /package/lib/{UserAvatarEditor.d.ts → cjs/UserAvatarEditor.d.ts} +0 -0
- /package/lib/{app → cjs/app}/CommonApp.d.ts +0 -0
- /package/lib/{app → cjs/app}/IServiceApp.d.ts +0 -0
- /package/lib/{app → cjs/app}/IServiceAppSettings.d.ts +0 -0
- /package/lib/{app → cjs/app}/IServicePage.d.ts +0 -0
- /package/lib/{app → cjs/app}/IServiceUser.d.ts +0 -0
- /package/lib/{app → cjs/app}/ISmartERPUser.d.ts +0 -0
- /package/lib/{app → cjs/app}/Labels.d.ts +0 -0
- /package/lib/{app → cjs/app}/ReactApp.d.ts +0 -0
- /package/lib/{app → cjs/app}/ServiceApp.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/CustomFieldUtils.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/CustomFieldViewer.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/CustomFieldWindow.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldAmountLabel.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldCheckbox.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldCombobox.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldDateInput.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldDivider.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldInput.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldJson.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldLabel.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldNumberInput.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldRadio.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldSelect.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldSwitch.d.ts +0 -0
- /package/lib/{custom → cjs/custom}/FieldTexarea.d.ts +0 -0
- /package/lib/{index.d.ts → cjs/index.d.ts} +0 -0
- /package/lib/{messages → cjs/messages}/MessageUtils.d.ts +0 -0
- /package/lib/{messages → cjs/messages}/OperationMessageContainer.d.ts +0 -0
- /package/lib/{messages → cjs/messages}/OperationMessageDto.d.ts +0 -0
- /package/lib/{messages → cjs/messages}/OperationMessageHandler.d.ts +0 -0
- /package/lib/{messages → cjs/messages}/RefreshHandler.d.ts +0 -0
- /package/lib/{messages → cjs/messages}/SignalRUser.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/CommonPage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/DataGridPage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/DataGridPageProps.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/DrawerHeader.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/EditPage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/FixedListPage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/LeftDrawer.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/ListPage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/ResponsivePage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/SearchPageProps.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/TablePage.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/UserMenu.d.ts +0 -0
- /package/lib/{pages → cjs/pages}/ViewPage.d.ts +0 -0
- /package/lib/{texts → cjs/texts}/DateText.d.ts +0 -0
- /package/lib/{texts → cjs/texts}/MoneyText.d.ts +0 -0
- /package/lib/{texts → cjs/texts}/NumberText.d.ts +0 -0
- /package/lib/{AddresSelector.js → mjs/AddresSelector.js} +0 -0
- /package/lib/{AuditDisplay.js → mjs/AuditDisplay.js} +0 -0
- /package/lib/{AutocompleteExtendedProps.js → mjs/AutocompleteExtendedProps.js} +0 -0
- /package/lib/{BackButton.js → mjs/BackButton.js} +0 -0
- /package/lib/{BridgeCloseButton.js → mjs/BridgeCloseButton.js} +0 -0
- /package/lib/{ButtonLink.js → mjs/ButtonLink.js} +0 -0
- /package/lib/{ButtonPopover.js → mjs/ButtonPopover.js} +0 -0
- /package/lib/{ComboBox.js → mjs/ComboBox.js} +0 -0
- /package/lib/{ComboBoxMultiple.js → mjs/ComboBoxMultiple.js} +0 -0
- /package/lib/{ComboBoxPro.js → mjs/ComboBoxPro.js} +0 -0
- /package/lib/{CountdownButton.js → mjs/CountdownButton.js} +0 -0
- /package/lib/{CountryList.js → mjs/CountryList.js} +0 -0
- /package/lib/{CultureDataTable.js → mjs/CultureDataTable.js} +0 -0
- /package/lib/{CustomFabProps.js → mjs/CustomFabProps.js} +0 -0
- /package/lib/{DataGridEx.js → mjs/DataGridEx.js} +0 -0
- /package/lib/{DataGridRenderers.js → mjs/DataGridRenderers.js} +0 -0
- /package/lib/{DataSteps.js → mjs/DataSteps.js} +0 -0
- /package/lib/{DataTable.js → mjs/DataTable.js} +0 -0
- /package/lib/{DialogButton.js → mjs/DialogButton.js} +0 -0
- /package/lib/{DnDList.js → mjs/DnDList.js} +0 -0
- /package/lib/{DraggablePaperComponent.js → mjs/DraggablePaperComponent.js} +0 -0
- /package/lib/{EmailInput.js → mjs/EmailInput.js} +0 -0
- /package/lib/{FabBox.js → mjs/FabBox.js} +0 -0
- /package/lib/{FieldSetEx.js → mjs/FieldSetEx.js} +0 -0
- /package/lib/{FileUploadButton.js → mjs/FileUploadButton.js} +0 -0
- /package/lib/{FlexBox.js → mjs/FlexBox.js} +0 -0
- /package/lib/{GridDataCacheType.js → mjs/GridDataCacheType.js} +0 -0
- /package/lib/{GridDataFormat.js → mjs/GridDataFormat.js} +0 -0
- /package/lib/{GridUtils.js → mjs/GridUtils.js} +0 -0
- /package/lib/{HiSelector.js → mjs/HiSelector.js} +0 -0
- /package/lib/{HiSelectorTL.js → mjs/HiSelectorTL.js} +0 -0
- /package/lib/{IconButtonLink.js → mjs/IconButtonLink.js} +0 -0
- /package/lib/{InputField.js → mjs/InputField.js} +0 -0
- /package/lib/{InputTipField.js → mjs/InputTipField.js} +0 -0
- /package/lib/{IntInputField.js → mjs/IntInputField.js} +0 -0
- /package/lib/{ItemList.js → mjs/ItemList.js} +0 -0
- /package/lib/{ListChooser.js → mjs/ListChooser.js} +0 -0
- /package/lib/{ListItemRightIcon.js → mjs/ListItemRightIcon.js} +0 -0
- /package/lib/{ListMoreDisplay.js → mjs/ListMoreDisplay.js} +0 -0
- /package/lib/{LoadingButton.js → mjs/LoadingButton.js} +0 -0
- /package/lib/{MUGlobal.js → mjs/MUGlobal.js} +0 -0
- /package/lib/{MUUtils.js → mjs/MUUtils.js} +0 -0
- /package/lib/{MenuButton.js → mjs/MenuButton.js} +0 -0
- /package/lib/{MobileListItemRenderer.js → mjs/MobileListItemRenderer.js} +0 -0
- /package/lib/{MoneyInputField.js → mjs/MoneyInputField.js} +0 -0
- /package/lib/{MoreFab.js → mjs/MoreFab.js} +0 -0
- /package/lib/{NotifierMU.js → mjs/NotifierMU.js} +0 -0
- /package/lib/{NotifierPopupProps.js → mjs/NotifierPopupProps.js} +0 -0
- /package/lib/{NotifierPromptProps.js → mjs/NotifierPromptProps.js} +0 -0
- /package/lib/{NumberInputField.js → mjs/NumberInputField.js} +0 -0
- /package/lib/{OptionBool.js → mjs/OptionBool.js} +0 -0
- /package/lib/{OptionGroup.js → mjs/OptionGroup.js} +0 -0
- /package/lib/{OptionGroupFlag.js → mjs/OptionGroupFlag.js} +0 -0
- /package/lib/{PList.js → mjs/PList.js} +0 -0
- /package/lib/{PercentCircularProgress.js → mjs/PercentCircularProgress.js} +0 -0
- /package/lib/{PercentLinearProgress.js → mjs/PercentLinearProgress.js} +0 -0
- /package/lib/{ProgressCount.js → mjs/ProgressCount.js} +0 -0
- /package/lib/{PullToRefreshUI.js → mjs/PullToRefreshUI.js} +0 -0
- /package/lib/{QuickList.js → mjs/QuickList.js} +0 -0
- /package/lib/{RegionsRQ.js → mjs/RegionsRQ.js} +0 -0
- /package/lib/{ResponsibleContainer.js → mjs/ResponsibleContainer.js} +0 -0
- /package/lib/{ResponsiveStyleValue.js → mjs/ResponsiveStyleValue.js} +0 -0
- /package/lib/{ScrollTopFab.js → mjs/ScrollTopFab.js} +0 -0
- /package/lib/{ScrollerListEx.js → mjs/ScrollerListEx.js} +0 -0
- /package/lib/{SearchBar.js → mjs/SearchBar.js} +0 -0
- /package/lib/{SearchField.js → mjs/SearchField.js} +0 -0
- /package/lib/{SearchOptionGroup.js → mjs/SearchOptionGroup.js} +0 -0
- /package/lib/{SelectBool.js → mjs/SelectBool.js} +0 -0
- /package/lib/{SelectEx.js → mjs/SelectEx.js} +0 -0
- /package/lib/{ShowDataComparison.js → mjs/ShowDataComparison.js} +0 -0
- /package/lib/{Switch.js → mjs/Switch.js} +0 -0
- /package/lib/{SwitchAnt.js → mjs/SwitchAnt.js} +0 -0
- /package/lib/{SwitchField.js → mjs/SwitchField.js} +0 -0
- /package/lib/{TabBox.js → mjs/TabBox.js} +0 -0
- /package/lib/{TableEx.js → mjs/TableEx.js} +0 -0
- /package/lib/{TagList.js → mjs/TagList.js} +0 -0
- /package/lib/{TagListPro.js → mjs/TagListPro.js} +0 -0
- /package/lib/{TextFieldEx.js → mjs/TextFieldEx.js} +0 -0
- /package/lib/{Tiplist.js → mjs/Tiplist.js} +0 -0
- /package/lib/{TiplistPro.js → mjs/TiplistPro.js} +0 -0
- /package/lib/{TooltipClick.js → mjs/TooltipClick.js} +0 -0
- /package/lib/{TwoFieldInput.js → mjs/TwoFieldInput.js} +0 -0
- /package/lib/{UserAvatar.js → mjs/UserAvatar.js} +0 -0
- /package/lib/{UserAvatarEditor.js → mjs/UserAvatarEditor.js} +0 -0
- /package/lib/{app → mjs/app}/CommonApp.js +0 -0
- /package/lib/{app → mjs/app}/IServiceApp.js +0 -0
- /package/lib/{app → mjs/app}/IServiceAppSettings.js +0 -0
- /package/lib/{app → mjs/app}/IServicePage.js +0 -0
- /package/lib/{app → mjs/app}/IServiceUser.js +0 -0
- /package/lib/{app → mjs/app}/ISmartERPUser.js +0 -0
- /package/lib/{app → mjs/app}/Labels.js +0 -0
- /package/lib/{app → mjs/app}/ReactApp.js +0 -0
- /package/lib/{app → mjs/app}/ServiceApp.js +0 -0
- /package/lib/{custom → mjs/custom}/CustomFieldUtils.js +0 -0
- /package/lib/{custom → mjs/custom}/CustomFieldViewer.js +0 -0
- /package/lib/{custom → mjs/custom}/CustomFieldWindow.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldAmountLabel.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldCheckbox.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldCombobox.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldDateInput.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldDivider.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldInput.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldJson.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldLabel.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldNumberInput.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldRadio.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldSelect.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldSwitch.js +0 -0
- /package/lib/{custom → mjs/custom}/FieldTexarea.js +0 -0
- /package/lib/{index.js → mjs/index.d.ts} +0 -0
- /package/lib/{messages → mjs/messages}/MessageUtils.js +0 -0
- /package/lib/{messages → mjs/messages}/OperationMessageContainer.js +0 -0
- /package/lib/{messages → mjs/messages}/OperationMessageDto.js +0 -0
- /package/lib/{messages → mjs/messages}/OperationMessageHandler.js +0 -0
- /package/lib/{messages → mjs/messages}/RefreshHandler.js +0 -0
- /package/lib/{messages → mjs/messages}/SignalRUser.js +0 -0
- /package/lib/{pages → mjs/pages}/DataGridPage.js +0 -0
- /package/lib/{pages → mjs/pages}/DataGridPageProps.js +0 -0
- /package/lib/{pages → mjs/pages}/DrawerHeader.js +0 -0
- /package/lib/{pages → mjs/pages}/EditPage.js +0 -0
- /package/lib/{pages → mjs/pages}/FixedListPage.js +0 -0
- /package/lib/{pages → mjs/pages}/LeftDrawer.js +0 -0
- /package/lib/{pages → mjs/pages}/ListPage.js +0 -0
- /package/lib/{pages → mjs/pages}/ResponsivePage.js +0 -0
- /package/lib/{pages → mjs/pages}/SearchPageProps.js +0 -0
- /package/lib/{pages → mjs/pages}/TablePage.js +0 -0
- /package/lib/{pages → mjs/pages}/UserMenu.js +0 -0
- /package/lib/{texts → mjs/texts}/DateText.js +0 -0
- /package/lib/{texts → mjs/texts}/MoneyText.js +0 -0
- /package/lib/{texts → mjs/texts}/NumberText.js +0 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TablePage = TablePage;
|
|
7
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
+
const react_1 = require("@etsoo/react");
|
|
9
|
+
const material_1 = require("@mui/material");
|
|
10
|
+
const react_2 = __importDefault(require("react"));
|
|
11
|
+
const MUGlobal_1 = require("../MUGlobal");
|
|
12
|
+
const SearchBar_1 = require("../SearchBar");
|
|
13
|
+
const TableEx_1 = require("../TableEx");
|
|
14
|
+
const CommonPage_1 = require("./CommonPage");
|
|
15
|
+
const GridUtils_1 = require("../GridUtils");
|
|
16
|
+
/**
|
|
17
|
+
* Table page
|
|
18
|
+
* @param props Props
|
|
19
|
+
* @returns Component
|
|
20
|
+
*/
|
|
21
|
+
function TablePage(props) {
|
|
22
|
+
// Destruct
|
|
23
|
+
const { columns, fields, fieldTemplate, loadData, mRef, sizeReadyMiliseconds = 0, pageProps = {}, cacheKey, cacheMinutes = 15, ...rest } = props;
|
|
24
|
+
pageProps.paddings ??= MUGlobal_1.MUGlobal.pagePaddings;
|
|
25
|
+
// States
|
|
26
|
+
const [states] = react_2.default.useState({});
|
|
27
|
+
const refs = (0, react_1.useCombinedRefs)(mRef, (ref) => {
|
|
28
|
+
if (ref == null)
|
|
29
|
+
return;
|
|
30
|
+
const first = states.ref == null;
|
|
31
|
+
states.ref = ref;
|
|
32
|
+
if (first)
|
|
33
|
+
reset();
|
|
34
|
+
});
|
|
35
|
+
const reset = () => {
|
|
36
|
+
if (states.data == null || states.ref == null)
|
|
37
|
+
return;
|
|
38
|
+
states.ref.reset({ data: states.data });
|
|
39
|
+
};
|
|
40
|
+
// On submit callback
|
|
41
|
+
const onSubmit = (data, _reset) => {
|
|
42
|
+
states.data = data;
|
|
43
|
+
reset();
|
|
44
|
+
};
|
|
45
|
+
const localLoadData = (props, lastItem) => {
|
|
46
|
+
return loadData(GridUtils_1.GridUtils.createLoader(props, fieldTemplate, cacheKey, false), lastItem);
|
|
47
|
+
};
|
|
48
|
+
// Search data
|
|
49
|
+
const searchData = GridUtils_1.GridUtils.getSearchData(cacheKey);
|
|
50
|
+
// Total width
|
|
51
|
+
const totalWidth = react_2.default.useMemo(() => columns.reduce((previousValue, { width, minWidth }) => {
|
|
52
|
+
return previousValue + (width ?? minWidth ?? TableEx_1.TableExMinWidth);
|
|
53
|
+
}, 0), [columns]);
|
|
54
|
+
// Watch container
|
|
55
|
+
const { dimensions } = (0, react_1.useDimensions)(1, undefined, sizeReadyMiliseconds);
|
|
56
|
+
const rect = dimensions[0][2];
|
|
57
|
+
const list = react_2.default.useMemo(() => {
|
|
58
|
+
if (rect != null && rect.height > 50 && rect.width >= totalWidth) {
|
|
59
|
+
let maxHeight = document.documentElement.clientHeight - (rect.top + rect.height + 1);
|
|
60
|
+
const style = window.getComputedStyle(dimensions[0][1]);
|
|
61
|
+
const paddingBottom = parseFloat(style.paddingBottom);
|
|
62
|
+
if (!isNaN(paddingBottom))
|
|
63
|
+
maxHeight -= paddingBottom;
|
|
64
|
+
return ((0, jsx_runtime_1.jsx)(TableEx_1.TableEx, { autoLoad: false, columns: columns, loadData: localLoadData, maxHeight: maxHeight, mRef: refs, ...rest }));
|
|
65
|
+
}
|
|
66
|
+
}, [rect]);
|
|
67
|
+
const f = typeof fields == "function" ? fields(searchData ?? {}) : fields;
|
|
68
|
+
// Layout
|
|
69
|
+
return ((0, jsx_runtime_1.jsx)(CommonPage_1.CommonPage, { ...pageProps, scrollContainer: globalThis, children: (0, jsx_runtime_1.jsxs)(material_1.Stack, { children: [(0, jsx_runtime_1.jsx)(material_1.Box, { ref: dimensions[0][0], sx: {
|
|
70
|
+
paddingBottom: pageProps.paddings
|
|
71
|
+
}, children: (0, jsx_runtime_1.jsx)(SearchBar_1.SearchBar, { fields: f, onSubmit: onSubmit }) }), list] }) }));
|
|
72
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.eventWatcher = void 0;
|
|
7
|
+
exports.UserMenu = UserMenu;
|
|
8
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
9
|
+
const react_1 = require("@etsoo/react");
|
|
10
|
+
const material_1 = require("@mui/material");
|
|
11
|
+
const react_2 = __importDefault(require("react"));
|
|
12
|
+
const react_router_1 = require("react-router");
|
|
13
|
+
const UserAvatar_1 = require("../UserAvatar");
|
|
14
|
+
/**
|
|
15
|
+
* Event watcher
|
|
16
|
+
*/
|
|
17
|
+
exports.eventWatcher = new react_1.EventWatcher();
|
|
18
|
+
const eventWatcherAction = "usermenu.href.transitionend";
|
|
19
|
+
/**
|
|
20
|
+
* User menu
|
|
21
|
+
* @param props Props
|
|
22
|
+
* @returns Component
|
|
23
|
+
*/
|
|
24
|
+
function UserMenu(props) {
|
|
25
|
+
// Destruct
|
|
26
|
+
const { children, name, avatar } = props;
|
|
27
|
+
// User menu anchor
|
|
28
|
+
const [anchorEl, setAnchorEl] = react_2.default.useState();
|
|
29
|
+
// User menu open or not
|
|
30
|
+
const isMenuOpen = Boolean(anchorEl);
|
|
31
|
+
// Route
|
|
32
|
+
const navigate = (0, react_router_1.useNavigate)();
|
|
33
|
+
// User menu
|
|
34
|
+
const handleUserMenuOpen = (event) => {
|
|
35
|
+
setAnchorEl(event.currentTarget);
|
|
36
|
+
};
|
|
37
|
+
const handleMenuClose = () => {
|
|
38
|
+
setAnchorEl(undefined);
|
|
39
|
+
};
|
|
40
|
+
const handleClick = async (event) => {
|
|
41
|
+
handleMenuClose();
|
|
42
|
+
const item = event.target?.closest("li[href]");
|
|
43
|
+
if (item != null) {
|
|
44
|
+
const href = item.getAttribute("href");
|
|
45
|
+
if (href) {
|
|
46
|
+
// Even set transitionDuration = 0, still need to wait a little bit
|
|
47
|
+
exports.eventWatcher.add({
|
|
48
|
+
type: eventWatcherAction,
|
|
49
|
+
action: () => {
|
|
50
|
+
navigate(href);
|
|
51
|
+
},
|
|
52
|
+
once: true
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
return ((0, jsx_runtime_1.jsxs)(react_2.default.Fragment, { children: [(0, jsx_runtime_1.jsx)(material_1.IconButton, { edge: "end", "aria-haspopup": "true", onClick: handleUserMenuOpen, color: "inherit", children: (0, jsx_runtime_1.jsx)(UserAvatar_1.UserAvatar, { title: name, src: avatar }) }), (0, jsx_runtime_1.jsx)(material_1.Menu, { slotProps: {
|
|
58
|
+
paper: {
|
|
59
|
+
elevation: 0,
|
|
60
|
+
sx: {
|
|
61
|
+
overflow: "visible",
|
|
62
|
+
filter: "drop-shadow(0px 2px 8px rgba(0,0,0,0.32))",
|
|
63
|
+
mt: -0.4,
|
|
64
|
+
"& .MuiAvatar-root": {
|
|
65
|
+
width: 32,
|
|
66
|
+
height: 32,
|
|
67
|
+
ml: -0.5,
|
|
68
|
+
mr: 1
|
|
69
|
+
},
|
|
70
|
+
"&:before": {
|
|
71
|
+
content: '""',
|
|
72
|
+
display: "block",
|
|
73
|
+
position: "absolute",
|
|
74
|
+
top: 0,
|
|
75
|
+
right: 14,
|
|
76
|
+
width: 10,
|
|
77
|
+
height: 10,
|
|
78
|
+
bgcolor: "background.paper",
|
|
79
|
+
transform: "translateY(-50%) rotate(45deg)",
|
|
80
|
+
zIndex: 0
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}, disableScrollLock: true, anchorEl: anchorEl, anchorOrigin: {
|
|
85
|
+
vertical: "bottom",
|
|
86
|
+
horizontal: "right"
|
|
87
|
+
}, keepMounted: true, transformOrigin: {
|
|
88
|
+
vertical: "top",
|
|
89
|
+
horizontal: "right"
|
|
90
|
+
}, open: isMenuOpen, transitionDuration: 0, onTransitionEnd: () => exports.eventWatcher.do(eventWatcherAction), onClick: handleClick, onClose: handleMenuClose, children: children(handleMenuClose) })] }));
|
|
91
|
+
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ViewPageGridItem = ViewPageGridItem;
|
|
7
|
+
exports.ViewPage = ViewPage;
|
|
8
|
+
const react_1 = require("react");
|
|
9
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
10
|
+
const react_2 = require("@etsoo/react");
|
|
11
|
+
const shared_1 = require("@etsoo/shared");
|
|
12
|
+
const material_1 = require("@mui/material");
|
|
13
|
+
const react_3 = __importDefault(require("react"));
|
|
14
|
+
const Labels_1 = require("../app/Labels");
|
|
15
|
+
const ReactApp_1 = require("../app/ReactApp");
|
|
16
|
+
const GridDataFormat_1 = require("../GridDataFormat");
|
|
17
|
+
const MUGlobal_1 = require("../MUGlobal");
|
|
18
|
+
const PullToRefreshUI_1 = require("../PullToRefreshUI");
|
|
19
|
+
const CommonPage_1 = require("./CommonPage");
|
|
20
|
+
const MessageUtils_1 = require("../messages/MessageUtils");
|
|
21
|
+
const OperationMessageContainer_1 = require("../messages/OperationMessageContainer");
|
|
22
|
+
/**
|
|
23
|
+
* View page grid item
|
|
24
|
+
* @param props Props
|
|
25
|
+
* @returns Result
|
|
26
|
+
*/
|
|
27
|
+
function ViewPageGridItem(props) {
|
|
28
|
+
// Destruct
|
|
29
|
+
const { data, label, singleRow, ...gridProps } = props;
|
|
30
|
+
// Default options
|
|
31
|
+
let options = {};
|
|
32
|
+
if (gridProps.size == null) {
|
|
33
|
+
options = getResp(singleRow ?? "small");
|
|
34
|
+
}
|
|
35
|
+
else if (singleRow != null) {
|
|
36
|
+
options = getResp(singleRow ?? "small");
|
|
37
|
+
}
|
|
38
|
+
// Layout
|
|
39
|
+
return ((0, jsx_runtime_1.jsxs)(material_1.Grid2, { ...gridProps, ...options, children: [label != null && ((0, jsx_runtime_1.jsxs)(material_1.Typography, { variant: "caption", component: "div", children: [label, ":"] })), typeof data === "object" ? (data) : ((0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "subtitle2", children: data }))] }));
|
|
40
|
+
}
|
|
41
|
+
function formatItemData(fieldData) {
|
|
42
|
+
if (fieldData == null)
|
|
43
|
+
return undefined;
|
|
44
|
+
if (typeof fieldData === "string")
|
|
45
|
+
return fieldData;
|
|
46
|
+
if (fieldData instanceof Date)
|
|
47
|
+
return ReactApp_1.globalApp
|
|
48
|
+
? ReactApp_1.globalApp.formatDate(fieldData, "d")
|
|
49
|
+
: shared_1.DateUtils.format(fieldData, "d");
|
|
50
|
+
return `${fieldData}`;
|
|
51
|
+
}
|
|
52
|
+
function getResp(singleRow) {
|
|
53
|
+
const size = typeof singleRow === "object"
|
|
54
|
+
? singleRow
|
|
55
|
+
: singleRow === "medium"
|
|
56
|
+
? { xs: 12, sm: 12, md: 6, lg: 4, xl: 3 }
|
|
57
|
+
: singleRow === true
|
|
58
|
+
? { xs: 12, sm: 12, md: 12, lg: 12, xl: 12 }
|
|
59
|
+
: {
|
|
60
|
+
xs: singleRow === false ? 12 : 6,
|
|
61
|
+
sm: 6,
|
|
62
|
+
md: 4,
|
|
63
|
+
lg: 3,
|
|
64
|
+
xl: 2
|
|
65
|
+
};
|
|
66
|
+
return { size };
|
|
67
|
+
}
|
|
68
|
+
function getItemField(field, data) {
|
|
69
|
+
// Item data and label
|
|
70
|
+
let itemData, itemLabel, gridProps = {};
|
|
71
|
+
if (Array.isArray(field)) {
|
|
72
|
+
const [fieldData, fieldType, renderProps, singleRow = "small"] = field;
|
|
73
|
+
itemData = (0, GridDataFormat_1.GridDataFormat)(data[fieldData], fieldType, renderProps);
|
|
74
|
+
itemLabel = ReactApp_1.globalApp?.get(fieldData) ?? fieldData;
|
|
75
|
+
gridProps = { ...getResp(singleRow) };
|
|
76
|
+
}
|
|
77
|
+
else if (typeof field === "object") {
|
|
78
|
+
// Destruct
|
|
79
|
+
const { data: fieldData, dataType, label: fieldLabel, renderProps, singleRow = "default", ...rest } = field;
|
|
80
|
+
gridProps = {
|
|
81
|
+
...rest,
|
|
82
|
+
...getResp(singleRow)
|
|
83
|
+
};
|
|
84
|
+
// Field data
|
|
85
|
+
if (typeof fieldData === "function")
|
|
86
|
+
itemData = fieldData(data);
|
|
87
|
+
else if (dataType == null)
|
|
88
|
+
itemData = formatItemData(data[fieldData]);
|
|
89
|
+
else
|
|
90
|
+
itemData = (0, GridDataFormat_1.GridDataFormat)(data[fieldData], dataType, renderProps);
|
|
91
|
+
// Field label
|
|
92
|
+
itemLabel =
|
|
93
|
+
typeof fieldLabel === "function"
|
|
94
|
+
? fieldLabel(data)
|
|
95
|
+
: fieldLabel != null
|
|
96
|
+
? ReactApp_1.globalApp?.get(fieldLabel) ?? fieldLabel
|
|
97
|
+
: fieldLabel;
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
itemData = formatItemData(data[field]);
|
|
101
|
+
itemLabel = ReactApp_1.globalApp?.get(field) ?? field;
|
|
102
|
+
}
|
|
103
|
+
return [itemData, itemLabel, gridProps];
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* View page
|
|
107
|
+
* @param props Props
|
|
108
|
+
*/
|
|
109
|
+
function ViewPage(props) {
|
|
110
|
+
// Destruct
|
|
111
|
+
const { actions, children, fields, loadData, paddings = MUGlobal_1.MUGlobal.pagePaddings, spacing = MUGlobal_1.MUGlobal.half(MUGlobal_1.MUGlobal.pagePaddings), supportRefresh = true, fabColumnDirection = true, fabTop = true, supportBack = true, pullToRefresh = true, gridRef, operationMessageHandler, ...rest } = props;
|
|
112
|
+
// Data
|
|
113
|
+
const [data, setData] = react_3.default.useState();
|
|
114
|
+
// Labels
|
|
115
|
+
const labels = Labels_1.Labels.CommonPage;
|
|
116
|
+
// Container
|
|
117
|
+
const pullContainer = "#page-container";
|
|
118
|
+
// Load data
|
|
119
|
+
const refresh = react_3.default.useCallback(async () => {
|
|
120
|
+
const result = await loadData();
|
|
121
|
+
if (result == null)
|
|
122
|
+
return;
|
|
123
|
+
setData(result);
|
|
124
|
+
}, [loadData]);
|
|
125
|
+
react_3.default.useEffect(() => {
|
|
126
|
+
const refreshHandler = async () => {
|
|
127
|
+
await refresh();
|
|
128
|
+
};
|
|
129
|
+
MessageUtils_1.MessageUtils.onRefresh(refreshHandler);
|
|
130
|
+
return () => {
|
|
131
|
+
MessageUtils_1.MessageUtils.offRefresh(refreshHandler);
|
|
132
|
+
};
|
|
133
|
+
}, [refresh]);
|
|
134
|
+
return ((0, jsx_runtime_1.jsx)(CommonPage_1.CommonPage, { paddings: paddings, onRefresh: supportRefresh ? refresh : undefined, onUpdate: supportRefresh ? undefined : refresh, ...rest, scrollContainer: globalThis, fabColumnDirection: fabColumnDirection, fabTop: fabTop, supportBack: supportBack, children: data == null ? ((0, jsx_runtime_1.jsx)(material_1.LinearProgress, {})) : ((0, jsx_runtime_1.jsxs)(react_3.default.Fragment, { children: [operationMessageHandler && ((0, jsx_runtime_1.jsx)(OperationMessageContainer_1.OperationMessageContainer, { handler: "id" in operationMessageHandler
|
|
135
|
+
? [
|
|
136
|
+
operationMessageHandler.types,
|
|
137
|
+
refresh,
|
|
138
|
+
operationMessageHandler.id
|
|
139
|
+
]
|
|
140
|
+
: operationMessageHandler })), (0, jsx_runtime_1.jsx)(material_1.Grid2, { container: true, justifyContent: "left", spacing: spacing, className: "ET-ViewPage", ref: gridRef, sx: {
|
|
141
|
+
".MuiTypography-subtitle2": {
|
|
142
|
+
fontWeight: "bold"
|
|
143
|
+
}
|
|
144
|
+
}, children: fields.map((field, index) => {
|
|
145
|
+
// Get data
|
|
146
|
+
if (typeof field === "function") {
|
|
147
|
+
// Most flexible way, do whatever you want
|
|
148
|
+
return field(data, refresh);
|
|
149
|
+
}
|
|
150
|
+
const [itemData, itemLabel, gridProps] = getItemField(field, data);
|
|
151
|
+
// Some callback function may return '' instead of undefined
|
|
152
|
+
if (itemData == null || itemData === "")
|
|
153
|
+
return undefined;
|
|
154
|
+
// Layout
|
|
155
|
+
return ((0, react_1.createElement)(ViewPageGridItem, { ...gridProps, key: index, data: itemData, label: itemLabel }));
|
|
156
|
+
}) }), actions !== null && ((0, jsx_runtime_1.jsx)(material_1.Stack, { className: "ET-ViewPage-Actions", direction: "row", width: "100%", flexWrap: "wrap", justifyContent: "flex-end", paddingTop: actions == null ? undefined : paddings, paddingBottom: paddings, gap: paddings, children: actions != null && shared_1.Utils.getResult(actions, data, refresh) })), shared_1.Utils.getResult(children, data, refresh), pullToRefresh && ((0, jsx_runtime_1.jsx)(PullToRefreshUI_1.PullToRefreshUI, { mainElement: pullContainer, triggerElement: pullContainer, instructionsPullToRefresh: labels.pullToRefresh, instructionsReleaseToRefresh: labels.releaseToRefresh, instructionsRefreshing: labels.refreshing, onRefresh: refresh, shouldPullToRefresh: () => {
|
|
157
|
+
const container = document.querySelector(pullContainer);
|
|
158
|
+
return !container?.scrollTop;
|
|
159
|
+
} })), (0, jsx_runtime_1.jsx)(react_2.ScrollRestoration, {})] })) }));
|
|
160
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DateText = DateText;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const shared_1 = require("@etsoo/shared");
|
|
6
|
+
const material_1 = require("@mui/material");
|
|
7
|
+
/**
|
|
8
|
+
* Date text
|
|
9
|
+
* @param props Props
|
|
10
|
+
* @returns Component
|
|
11
|
+
*/
|
|
12
|
+
function DateText(props) {
|
|
13
|
+
// Destruct
|
|
14
|
+
const { nearDays, locale = "lookup", options, timeZone, value, ...rest } = props;
|
|
15
|
+
// Format date
|
|
16
|
+
const date = shared_1.DateUtils.parse(value);
|
|
17
|
+
// Formatted value
|
|
18
|
+
const localValue = date == null
|
|
19
|
+
? undefined
|
|
20
|
+
: shared_1.DateUtils.format(value, locale, options, timeZone);
|
|
21
|
+
if (nearDays != null &&
|
|
22
|
+
date != null &&
|
|
23
|
+
Math.abs(new Date().substract(date).totalDays) <= nearDays) {
|
|
24
|
+
rest.color = "error";
|
|
25
|
+
}
|
|
26
|
+
// Layout
|
|
27
|
+
return ((0, jsx_runtime_1.jsx)(material_1.Typography, { component: "span", fontSize: "inherit", ...rest, children: localValue }));
|
|
28
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MoneyText = MoneyText;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const shared_1 = require("@etsoo/shared");
|
|
6
|
+
const material_1 = require("@mui/material");
|
|
7
|
+
/**
|
|
8
|
+
* Money text
|
|
9
|
+
* @param props Props
|
|
10
|
+
* @returns Component
|
|
11
|
+
*/
|
|
12
|
+
function MoneyText(props) {
|
|
13
|
+
// Destruct
|
|
14
|
+
const { currency, isInteger = false, locale, options = {}, value, ...rest } = props;
|
|
15
|
+
// Layout
|
|
16
|
+
return ((0, jsx_runtime_1.jsx)(material_1.Typography, { component: "span", fontSize: "inherit", ...rest, children: value == null
|
|
17
|
+
? ""
|
|
18
|
+
: shared_1.NumberUtils.formatMoney(value, currency, locale, isInteger, options) }));
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NumberText = NumberText;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const shared_1 = require("@etsoo/shared");
|
|
6
|
+
const material_1 = require("@mui/material");
|
|
7
|
+
/**
|
|
8
|
+
* Number text
|
|
9
|
+
* @param props Props
|
|
10
|
+
* @returns Component
|
|
11
|
+
*/
|
|
12
|
+
function NumberText(props) {
|
|
13
|
+
// Destruct
|
|
14
|
+
const { locale, options = {}, value, ...rest } = props;
|
|
15
|
+
// Layout
|
|
16
|
+
return ((0, jsx_runtime_1.jsx)(material_1.Typography, { component: "span", fontSize: "inherit", ...rest, children: value == null ? "" : shared_1.NumberUtils.format(value, locale, options) }));
|
|
17
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { AddressCity, AddressDistrict, AddressRegionDb, AddressState, IApiPayload } from "@etsoo/appscript";
|
|
2
|
+
import { GridSize } from "@mui/material";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { ResponsiveStyleValue } from "./ResponsiveStyleValue";
|
|
5
|
+
import { RegionsRQ } from "./RegionsRQ";
|
|
6
|
+
/**
|
|
7
|
+
* Address field
|
|
8
|
+
*/
|
|
9
|
+
export declare enum AddressField {
|
|
10
|
+
Region = "region",
|
|
11
|
+
State = "state",
|
|
12
|
+
City = "city",
|
|
13
|
+
District = "district"
|
|
14
|
+
}
|
|
15
|
+
type AddressFieldType<F extends AddressField> = F extends AddressField.Region ? [F, AddressRegionDb | null] : F extends AddressField.State ? [F, AddressState | null] : F extends AddressField.City ? [F, AddressCity | null] : [F, AddressDistrict | null];
|
|
16
|
+
type AddressFavorType<F extends AddressField> = F extends AddressField.Region | AddressField.State ? string : number;
|
|
17
|
+
/**
|
|
18
|
+
* Address selector props
|
|
19
|
+
*/
|
|
20
|
+
export type AddressSelectorProps = {
|
|
21
|
+
/**
|
|
22
|
+
* Address API
|
|
23
|
+
*/
|
|
24
|
+
api: {
|
|
25
|
+
regions(rq: RegionsRQ, payload?: IApiPayload<AddressRegionDb[]>): Promise<AddressRegionDb[] | undefined>;
|
|
26
|
+
states(regionId: string, favoredIds?: string[], payload?: IApiPayload<AddressState[]>, culture?: string): Promise<AddressState[] | undefined>;
|
|
27
|
+
cities(stateId: string, favoredIds?: number[], payload?: IApiPayload<AddressCity[]>, culture?: string): Promise<AddressCity[] | undefined>;
|
|
28
|
+
districts(cityId: number, favoredIds?: number[], payload?: IApiPayload<AddressDistrict[]>, culture?: string): Promise<AddressDistrict[] | undefined>;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Break points
|
|
32
|
+
*/
|
|
33
|
+
breakPoints?: ResponsiveStyleValue<GridSize>;
|
|
34
|
+
/**
|
|
35
|
+
* City
|
|
36
|
+
*/
|
|
37
|
+
city?: number;
|
|
38
|
+
/**
|
|
39
|
+
* City label
|
|
40
|
+
*/
|
|
41
|
+
cityLabel?: string;
|
|
42
|
+
/**
|
|
43
|
+
* District
|
|
44
|
+
*/
|
|
45
|
+
district?: number;
|
|
46
|
+
/**
|
|
47
|
+
* District label
|
|
48
|
+
*/
|
|
49
|
+
districtLabel?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Error
|
|
52
|
+
*/
|
|
53
|
+
error?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Get favored ids
|
|
56
|
+
* @param field Field
|
|
57
|
+
* @returns Result
|
|
58
|
+
*/
|
|
59
|
+
favoredIds?: <F extends AddressField>(field: F) => AddressFavorType<F>[];
|
|
60
|
+
/**
|
|
61
|
+
* The helper text content.
|
|
62
|
+
*/
|
|
63
|
+
helperText?: React.ReactNode;
|
|
64
|
+
/**
|
|
65
|
+
* Hide the region
|
|
66
|
+
*/
|
|
67
|
+
hideRegion?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Label
|
|
70
|
+
*/
|
|
71
|
+
label?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Onchange hanlder
|
|
74
|
+
* @param event Event
|
|
75
|
+
*/
|
|
76
|
+
onChange?: <F extends AddressField>(event: AddressFieldType<F>) => void;
|
|
77
|
+
/**
|
|
78
|
+
* Country or region
|
|
79
|
+
*/
|
|
80
|
+
region?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Region label
|
|
83
|
+
*/
|
|
84
|
+
regionLabel?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Required
|
|
87
|
+
*/
|
|
88
|
+
required?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Search mode
|
|
91
|
+
*/
|
|
92
|
+
search?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* State
|
|
95
|
+
*/
|
|
96
|
+
state?: string;
|
|
97
|
+
/**
|
|
98
|
+
* State label
|
|
99
|
+
*/
|
|
100
|
+
stateLabel?: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Address selector
|
|
104
|
+
* @param props Props
|
|
105
|
+
*/
|
|
106
|
+
export declare function AddressSelector(props: AddressSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
107
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Theme } from "@mui/material";
|
|
2
|
+
import React, { CSSProperties } from "react";
|
|
3
|
+
import { ListMoreDisplayProps } from "./ListMoreDisplay";
|
|
4
|
+
import { AuditLineDto } from "@etsoo/appscript";
|
|
5
|
+
/**
|
|
6
|
+
* Audit display props
|
|
7
|
+
*/
|
|
8
|
+
export interface AuditDisplayProps extends Omit<ListMoreDisplayProps<AuditLineDto>, "children"> {
|
|
9
|
+
/**
|
|
10
|
+
* Get list item style callback
|
|
11
|
+
*/
|
|
12
|
+
getItemStyle?: (index: number, theme: Theme) => CSSProperties;
|
|
13
|
+
/**
|
|
14
|
+
* Get column label
|
|
15
|
+
*/
|
|
16
|
+
getColumnLabel?: (field: string) => string;
|
|
17
|
+
/**
|
|
18
|
+
* Equal check
|
|
19
|
+
*/
|
|
20
|
+
equalCheck?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Item/line renderer
|
|
23
|
+
*/
|
|
24
|
+
itemRenderer?: (data: AuditLineDto, index: number) => React.ReactNode;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Audit display
|
|
28
|
+
* @param props Props
|
|
29
|
+
* @returns Component
|
|
30
|
+
*/
|
|
31
|
+
export declare function AuditDisplay(props: AuditDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { DataTypes } from "@etsoo/shared";
|
|
2
|
+
import { AutocompleteProps } from "@mui/material";
|
|
3
|
+
import { ChangeEventHandler } from "react";
|
|
4
|
+
/**
|
|
5
|
+
* Autocomplete extended props
|
|
6
|
+
*/
|
|
7
|
+
export type AutocompleteExtendedProps<T extends object, D extends DataTypes.Keys<T>, M extends boolean | undefined = boolean | undefined> = Omit<AutocompleteProps<T, M, false, false>, "renderInput" | "options" | "multiple"> & {
|
|
8
|
+
/**
|
|
9
|
+
* Id field
|
|
10
|
+
*/
|
|
11
|
+
idField?: D;
|
|
12
|
+
/**
|
|
13
|
+
* Id value
|
|
14
|
+
*/
|
|
15
|
+
idValue?: T[D];
|
|
16
|
+
/**
|
|
17
|
+
* Autocomplete for the input
|
|
18
|
+
*/
|
|
19
|
+
inputAutoComplete?: string;
|
|
20
|
+
/**
|
|
21
|
+
* If `true`, the label is displayed in an error state.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
inputError?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* The helper text content.
|
|
27
|
+
*/
|
|
28
|
+
inputHelperText?: React.ReactNode;
|
|
29
|
+
/**
|
|
30
|
+
* If `dense` or `normal`, will adjust vertical spacing of this and contained components.
|
|
31
|
+
* @default 'none'
|
|
32
|
+
*/
|
|
33
|
+
inputMargin?: "dense" | "normal" | "none";
|
|
34
|
+
/**
|
|
35
|
+
* Input onChange hanlder
|
|
36
|
+
*/
|
|
37
|
+
inputOnChange?: ChangeEventHandler<HTMLInputElement> | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* If `true`, the label will indicate that the `input` is required.
|
|
40
|
+
* @default false
|
|
41
|
+
*/
|
|
42
|
+
inputRequired?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Set 'data-reset'
|
|
45
|
+
*/
|
|
46
|
+
inputReset?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The variant to use.
|
|
49
|
+
* @default 'outlined'
|
|
50
|
+
*/
|
|
51
|
+
inputVariant?: "standard" | "outlined" | "filled";
|
|
52
|
+
/**
|
|
53
|
+
* Label of the field
|
|
54
|
+
*/
|
|
55
|
+
label: string;
|
|
56
|
+
/**
|
|
57
|
+
* Name of the field
|
|
58
|
+
*/
|
|
59
|
+
name: string;
|
|
60
|
+
/**
|
|
61
|
+
* Is the field read only?
|
|
62
|
+
*/
|
|
63
|
+
readOnly?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Is search field?
|
|
66
|
+
*/
|
|
67
|
+
search?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Value change handler
|
|
70
|
+
* @param value New value
|
|
71
|
+
*/
|
|
72
|
+
onValueChange?: (value: T | null) => void;
|
|
73
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IconButtonProps } from "@mui/material";
|
|
2
|
+
/**
|
|
3
|
+
* BackButton props
|
|
4
|
+
*/
|
|
5
|
+
export interface BackButtonProps extends IconButtonProps {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* BackButton
|
|
9
|
+
* @param props Props
|
|
10
|
+
* @returns Component
|
|
11
|
+
*/
|
|
12
|
+
export declare function BackButton(props: BackButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IBridgeHost } from "@etsoo/appscript";
|
|
2
|
+
import { BoxProps, IconButtonProps } from "@mui/material";
|
|
3
|
+
/**
|
|
4
|
+
* Bridge close button props
|
|
5
|
+
*/
|
|
6
|
+
export interface BridgeCloseButtonProps extends IconButtonProps {
|
|
7
|
+
/**
|
|
8
|
+
* Box props
|
|
9
|
+
*/
|
|
10
|
+
boxProps?: BoxProps;
|
|
11
|
+
/**
|
|
12
|
+
* Validate the host
|
|
13
|
+
* @param host Host
|
|
14
|
+
*/
|
|
15
|
+
validate?(host: IBridgeHost): boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Bridge close button
|
|
19
|
+
* @param props Props
|
|
20
|
+
* @returns Component
|
|
21
|
+
*/
|
|
22
|
+
export declare function BridgeCloseButton(props: BridgeCloseButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ButtonProps } from "@mui/material";
|
|
2
|
+
/**
|
|
3
|
+
* ButtonLink props
|
|
4
|
+
*/
|
|
5
|
+
export type ButtonLinkProps = Omit<ButtonProps, "href" | "onClick"> & {
|
|
6
|
+
/**
|
|
7
|
+
* To href
|
|
8
|
+
*/
|
|
9
|
+
href: string;
|
|
10
|
+
/**
|
|
11
|
+
* Link state
|
|
12
|
+
*/
|
|
13
|
+
state?: any;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* ButtonLink
|
|
17
|
+
* @param props Props
|
|
18
|
+
* @returns Component
|
|
19
|
+
*/
|
|
20
|
+
export declare function ButtonLink(props: ButtonLinkProps): import("react/jsx-runtime").JSX.Element;
|