@dextinity/admin 2.0.0-canary-20260729062014
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/LICENSE +24 -0
- package/lib/ContentOverflow.d.ts +38 -0
- package/lib/ContentOverflow.d.ts.map +1 -0
- package/lib/ContentOverflow.js +138 -0
- package/lib/DeleteMutation.d.ts +15 -0
- package/lib/DeleteMutation.d.ts.map +1 -0
- package/lib/DeleteMutation.js +87 -0
- package/lib/FinalForm.d.ts +34 -0
- package/lib/FinalForm.d.ts.map +1 -0
- package/lib/FinalForm.js +341 -0
- package/lib/FinalFormSaveButton.d.ts +8 -0
- package/lib/FinalFormSaveButton.d.ts.map +1 -0
- package/lib/FinalFormSaveButton.js +35 -0
- package/lib/FinalFormSaveCancelButtonsLegacy.d.ts +31 -0
- package/lib/FinalFormSaveCancelButtonsLegacy.d.ts.map +1 -0
- package/lib/FinalFormSaveCancelButtonsLegacy.js +60 -0
- package/lib/FinalFormSaveSplitButton.d.ts +11 -0
- package/lib/FinalFormSaveSplitButton.d.ts.map +1 -0
- package/lib/FinalFormSaveSplitButton.js +116 -0
- package/lib/FormMutation.d.ts +15 -0
- package/lib/FormMutation.d.ts.map +1 -0
- package/lib/FormMutation.js +28 -0
- package/lib/Selected.d.ts +27 -0
- package/lib/Selected.d.ts.map +1 -0
- package/lib/Selected.js +75 -0
- package/lib/Selection.d.ts +17 -0
- package/lib/Selection.d.ts.map +1 -0
- package/lib/Selection.js +83 -0
- package/lib/SelectionApi.d.ts +6 -0
- package/lib/SelectionApi.d.ts.map +1 -0
- package/lib/SelectionApi.js +1 -0
- package/lib/SelectionRoute.d.ts +24 -0
- package/lib/SelectionRoute.d.ts.map +1 -0
- package/lib/SelectionRoute.js +103 -0
- package/lib/alert/Alert.d.ts +60 -0
- package/lib/alert/Alert.d.ts.map +1 -0
- package/lib/alert/Alert.js +101 -0
- package/lib/apollo/filterByFragment.d.ts +7 -0
- package/lib/apollo/filterByFragment.d.ts.map +1 -0
- package/lib/apollo/filterByFragment.js +182 -0
- package/lib/apollo/useFocusAwarePolling.d.ts +5 -0
- package/lib/apollo/useFocusAwarePolling.d.ts.map +1 -0
- package/lib/apollo/useFocusAwarePolling.js +38 -0
- package/lib/appHeader/AppHeader.d.ts +26 -0
- package/lib/appHeader/AppHeader.d.ts.map +1 -0
- package/lib/appHeader/AppHeader.js +56 -0
- package/lib/appHeader/button/AppHeaderButton.d.ts +31 -0
- package/lib/appHeader/button/AppHeaderButton.d.ts.map +1 -0
- package/lib/appHeader/button/AppHeaderButton.js +39 -0
- package/lib/appHeader/button/AppHeaderButton.styles.d.ts +28 -0
- package/lib/appHeader/button/AppHeaderButton.styles.d.ts.map +1 -0
- package/lib/appHeader/button/AppHeaderButton.styles.js +34 -0
- package/lib/appHeader/dropdown/AppHeaderDropdown.d.ts +39 -0
- package/lib/appHeader/dropdown/AppHeaderDropdown.d.ts.map +1 -0
- package/lib/appHeader/dropdown/AppHeaderDropdown.js +106 -0
- package/lib/appHeader/fillSpace/AppHeaderFillSpace.d.ts +24 -0
- package/lib/appHeader/fillSpace/AppHeaderFillSpace.d.ts.map +1 -0
- package/lib/appHeader/fillSpace/AppHeaderFillSpace.js +31 -0
- package/lib/appHeader/menuButton/AppHeaderMenuButton.d.ts +19 -0
- package/lib/appHeader/menuButton/AppHeaderMenuButton.d.ts.map +1 -0
- package/lib/appHeader/menuButton/AppHeaderMenuButton.js +58 -0
- package/lib/buildRestMutation.d.ts +14 -0
- package/lib/buildRestMutation.d.ts.map +1 -0
- package/lib/buildRestMutation.js +21 -0
- package/lib/clipboard/readClipboardText.d.ts +2 -0
- package/lib/clipboard/readClipboardText.d.ts.map +1 -0
- package/lib/clipboard/readClipboardText.js +39 -0
- package/lib/clipboard/writeClipboardText.d.ts +3 -0
- package/lib/clipboard/writeClipboardText.d.ts.map +1 -0
- package/lib/clipboard/writeClipboardText.js +27 -0
- package/lib/common/ClearInputAdornment.d.ts +27 -0
- package/lib/common/ClearInputAdornment.d.ts.map +1 -0
- package/lib/common/ClearInputAdornment.js +62 -0
- package/lib/common/CometLogo.d.ts +6 -0
- package/lib/common/CometLogo.d.ts.map +1 -0
- package/lib/common/CometLogo.js +35 -0
- package/lib/common/DeleteDialog.d.ts +10 -0
- package/lib/common/DeleteDialog.d.ts.map +1 -0
- package/lib/common/DeleteDialog.js +76 -0
- package/lib/common/Dialog.d.ts +30 -0
- package/lib/common/Dialog.d.ts.map +1 -0
- package/lib/common/Dialog.js +73 -0
- package/lib/common/FieldSet.d.ts +40 -0
- package/lib/common/FieldSet.d.ts.map +1 -0
- package/lib/common/FieldSet.js +138 -0
- package/lib/common/FillSpace.d.ts +21 -0
- package/lib/common/FillSpace.d.ts.map +1 -0
- package/lib/common/FillSpace.js +27 -0
- package/lib/common/FullHeightContent.d.ts +26 -0
- package/lib/common/FullHeightContent.d.ts.map +1 -0
- package/lib/common/FullHeightContent.js +47 -0
- package/lib/common/HoverActions.d.ts +29 -0
- package/lib/common/HoverActions.d.ts.map +1 -0
- package/lib/common/HoverActions.js +71 -0
- package/lib/common/Loading.d.ts +6 -0
- package/lib/common/Loading.d.ts.map +1 -0
- package/lib/common/Loading.js +66 -0
- package/lib/common/MainContent.d.ts +28 -0
- package/lib/common/MainContent.d.ts.map +1 -0
- package/lib/common/MainContent.js +70 -0
- package/lib/common/OpenPickerAdornment.d.ts +32 -0
- package/lib/common/OpenPickerAdornment.d.ts.map +1 -0
- package/lib/common/OpenPickerAdornment.js +62 -0
- package/lib/common/ReadOnlyAdornment.d.ts +26 -0
- package/lib/common/ReadOnlyAdornment.d.ts.map +1 -0
- package/lib/common/ReadOnlyAdornment.js +42 -0
- package/lib/common/Tooltip.d.ts +35 -0
- package/lib/common/Tooltip.d.ts.map +1 -0
- package/lib/common/Tooltip.js +148 -0
- package/lib/common/buttons/Button.d.ts +44 -0
- package/lib/common/buttons/Button.d.ts.map +1 -0
- package/lib/common/buttons/Button.js +136 -0
- package/lib/common/buttons/CopyToClipboardButton.d.ts +31 -0
- package/lib/common/buttons/CopyToClipboardButton.d.ts.map +1 -0
- package/lib/common/buttons/CopyToClipboardButton.js +117 -0
- package/lib/common/buttons/SaveButton.d.ts +21 -0
- package/lib/common/buttons/SaveButton.d.ts.map +1 -0
- package/lib/common/buttons/SaveButton.js +35 -0
- package/lib/common/buttons/cancel/CancelButton.d.ts +20 -0
- package/lib/common/buttons/cancel/CancelButton.d.ts.map +1 -0
- package/lib/common/buttons/cancel/CancelButton.js +37 -0
- package/lib/common/buttons/clearinput/ClearInputButton.d.ts +32 -0
- package/lib/common/buttons/clearinput/ClearInputButton.d.ts.map +1 -0
- package/lib/common/buttons/clearinput/ClearInputButton.js +49 -0
- package/lib/common/buttons/delete/DeleteButton.d.ts +21 -0
- package/lib/common/buttons/delete/DeleteButton.d.ts.map +1 -0
- package/lib/common/buttons/delete/DeleteButton.js +37 -0
- package/lib/common/buttons/feedback/FeedbackButton.d.ts +35 -0
- package/lib/common/buttons/feedback/FeedbackButton.d.ts.map +1 -0
- package/lib/common/buttons/feedback/FeedbackButton.js +165 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.d.ts +30 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.d.ts.map +1 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.js +61 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.sc.d.ts +33 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.sc.d.ts.map +1 -0
- package/lib/common/buttons/helpDialogButton/HelpDialogButton.sc.js +15 -0
- package/lib/common/buttons/okay/OkayButton.d.ts +21 -0
- package/lib/common/buttons/okay/OkayButton.d.ts.map +1 -0
- package/lib/common/buttons/okay/OkayButton.js +36 -0
- package/lib/common/buttons/split/SplitButton.d.ts +44 -0
- package/lib/common/buttons/split/SplitButton.d.ts.map +1 -0
- package/lib/common/buttons/split/SplitButton.js +168 -0
- package/lib/common/buttons/split/SplitButtonContext.d.ts +12 -0
- package/lib/common/buttons/split/SplitButtonContext.d.ts.map +1 -0
- package/lib/common/buttons/split/SplitButtonContext.js +11 -0
- package/lib/common/buttons/split/useSplitButtonContext.d.ts +6 -0
- package/lib/common/buttons/split/useSplitButtonContext.d.ts.map +1 -0
- package/lib/common/buttons/split/useSplitButtonContext.js +9 -0
- package/lib/common/toolbar/DataGridToolbar.d.ts +21 -0
- package/lib/common/toolbar/DataGridToolbar.d.ts.map +1 -0
- package/lib/common/toolbar/DataGridToolbar.js +37 -0
- package/lib/common/toolbar/StackToolbar.d.ts +4 -0
- package/lib/common/toolbar/StackToolbar.d.ts.map +1 -0
- package/lib/common/toolbar/StackToolbar.js +18 -0
- package/lib/common/toolbar/Toolbar.d.ts +42 -0
- package/lib/common/toolbar/Toolbar.d.ts.map +1 -0
- package/lib/common/toolbar/Toolbar.js +93 -0
- package/lib/common/toolbar/ToolbarBreadcrumbs.d.ts +41 -0
- package/lib/common/toolbar/ToolbarBreadcrumbs.d.ts.map +1 -0
- package/lib/common/toolbar/ToolbarBreadcrumbs.js +244 -0
- package/lib/common/toolbar/actions/ToolbarActionButton.d.ts +30 -0
- package/lib/common/toolbar/actions/ToolbarActionButton.d.ts.map +1 -0
- package/lib/common/toolbar/actions/ToolbarActionButton.js +78 -0
- package/lib/common/toolbar/actions/ToolbarActions.d.ts +17 -0
- package/lib/common/toolbar/actions/ToolbarActions.d.ts.map +1 -0
- package/lib/common/toolbar/actions/ToolbarActions.js +32 -0
- package/lib/common/toolbar/automatictitleitem/ToolbarAutomaticTitleItem.d.ts +30 -0
- package/lib/common/toolbar/automatictitleitem/ToolbarAutomaticTitleItem.d.ts.map +1 -0
- package/lib/common/toolbar/automatictitleitem/ToolbarAutomaticTitleItem.js +37 -0
- package/lib/common/toolbar/backbutton/ToolbarBackButton.d.ts +35 -0
- package/lib/common/toolbar/backbutton/ToolbarBackButton.d.ts.map +1 -0
- package/lib/common/toolbar/backbutton/ToolbarBackButton.js +64 -0
- package/lib/common/toolbar/fillspace/ToolbarFillSpace.d.ts +27 -0
- package/lib/common/toolbar/fillspace/ToolbarFillSpace.d.ts.map +1 -0
- package/lib/common/toolbar/fillspace/ToolbarFillSpace.js +33 -0
- package/lib/common/toolbar/item/ToolbarItem.d.ts +24 -0
- package/lib/common/toolbar/item/ToolbarItem.d.ts.map +1 -0
- package/lib/common/toolbar/item/ToolbarItem.js +32 -0
- package/lib/common/toolbar/titleitem/ToolbarTitleItem.d.ts +31 -0
- package/lib/common/toolbar/titleitem/ToolbarTitleItem.d.ts.map +1 -0
- package/lib/common/toolbar/titleitem/ToolbarTitleItem.js +40 -0
- package/lib/dataGrid/CrudContextMenu.d.ts +64 -0
- package/lib/dataGrid/CrudContextMenu.d.ts.map +1 -0
- package/lib/dataGrid/CrudContextMenu.js +354 -0
- package/lib/dataGrid/CrudMoreActionsMenu.d.ts +50 -0
- package/lib/dataGrid/CrudMoreActionsMenu.d.ts.map +1 -0
- package/lib/dataGrid/CrudMoreActionsMenu.js +208 -0
- package/lib/dataGrid/CrudVisibility.d.ts +6 -0
- package/lib/dataGrid/CrudVisibility.d.ts.map +1 -0
- package/lib/dataGrid/CrudVisibility.js +93 -0
- package/lib/dataGrid/CrudVisibilityIcon.d.ts +7 -0
- package/lib/dataGrid/CrudVisibilityIcon.d.ts.map +1 -0
- package/lib/dataGrid/CrudVisibilityIcon.js +14 -0
- package/lib/dataGrid/DataGridPanel.d.ts +48 -0
- package/lib/dataGrid/DataGridPanel.d.ts.map +1 -0
- package/lib/dataGrid/DataGridPanel.js +284 -0
- package/lib/dataGrid/GridCellContent.d.ts +32 -0
- package/lib/dataGrid/GridCellContent.d.ts.map +1 -0
- package/lib/dataGrid/GridCellContent.js +78 -0
- package/lib/dataGrid/GridColDef.d.ts +36 -0
- package/lib/dataGrid/GridColDef.d.ts.map +1 -0
- package/lib/dataGrid/GridColDef.js +1 -0
- package/lib/dataGrid/GridColumnsButton.d.ts +3 -0
- package/lib/dataGrid/GridColumnsButton.d.ts.map +1 -0
- package/lib/dataGrid/GridColumnsButton.js +27 -0
- package/lib/dataGrid/GridFilterButton.d.ts +3 -0
- package/lib/dataGrid/GridFilterButton.d.ts.map +1 -0
- package/lib/dataGrid/GridFilterButton.js +48 -0
- package/lib/dataGrid/GridToolbarQuickFilter.d.ts +10 -0
- package/lib/dataGrid/GridToolbarQuickFilter.d.ts.map +1 -0
- package/lib/dataGrid/GridToolbarQuickFilter.js +97 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.d.ts +26 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.d.ts.map +1 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.js +135 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.sc.d.ts +31 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.sc.d.ts.map +1 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagement.sc.js +30 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.d.ts +35 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.d.ts.map +1 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.js +76 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.styles.d.ts +41 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.styles.d.ts.map +1 -0
- package/lib/dataGrid/columnsManagement/DataGridColumnsManagementListItem.styles.js +32 -0
- package/lib/dataGrid/excelExport/applyDefaultStyling.d.ts +3 -0
- package/lib/dataGrid/excelExport/applyDefaultStyling.d.ts.map +1 -0
- package/lib/dataGrid/excelExport/applyDefaultStyling.js +46 -0
- package/lib/dataGrid/excelExport/generateExcelFile.d.ts +9 -0
- package/lib/dataGrid/excelExport/generateExcelFile.d.ts.map +1 -0
- package/lib/dataGrid/excelExport/generateExcelFile.js +95 -0
- package/lib/dataGrid/excelExport/useDataGridExcelExport.d.ts +24 -0
- package/lib/dataGrid/excelExport/useDataGridExcelExport.d.ts.map +1 -0
- package/lib/dataGrid/excelExport/useDataGridExcelExport.js +139 -0
- package/lib/dataGrid/gridColumnTypes.d.ts +11 -0
- package/lib/dataGrid/gridColumnTypes.d.ts.map +1 -0
- package/lib/dataGrid/gridColumnTypes.js +190 -0
- package/lib/dataGrid/muiGridFilterToGql.d.ts +32 -0
- package/lib/dataGrid/muiGridFilterToGql.d.ts.map +1 -0
- package/lib/dataGrid/muiGridFilterToGql.js +62 -0
- package/lib/dataGrid/muiGridPagingToGql.d.ts +8 -0
- package/lib/dataGrid/muiGridPagingToGql.d.ts.map +1 -0
- package/lib/dataGrid/muiGridPagingToGql.js +8 -0
- package/lib/dataGrid/muiGridSortToGql.d.ts +9 -0
- package/lib/dataGrid/muiGridSortToGql.d.ts.map +1 -0
- package/lib/dataGrid/muiGridSortToGql.js +23 -0
- package/lib/dataGrid/pagination/DataGridPagination.d.ts +24 -0
- package/lib/dataGrid/pagination/DataGridPagination.d.ts.map +1 -0
- package/lib/dataGrid/pagination/DataGridPagination.js +69 -0
- package/lib/dataGrid/pagination/DataGridPagination.styles.d.ts +13 -0
- package/lib/dataGrid/pagination/DataGridPagination.styles.d.ts.map +1 -0
- package/lib/dataGrid/pagination/DataGridPagination.styles.js +12 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.d.ts +29 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.d.ts.map +1 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.js +71 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.styles.d.ts +19 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.styles.d.ts.map +1 -0
- package/lib/dataGrid/pagination/paginationActions/DataGridPaginationActions.styles.js +19 -0
- package/lib/dataGrid/renderStaticSelectCell.d.ts +3 -0
- package/lib/dataGrid/renderStaticSelectCell.d.ts.map +1 -0
- package/lib/dataGrid/renderStaticSelectCell.js +19 -0
- package/lib/dataGrid/useBufferedRowCount.d.ts +2 -0
- package/lib/dataGrid/useBufferedRowCount.d.ts.map +1 -0
- package/lib/dataGrid/useBufferedRowCount.js +21 -0
- package/lib/dataGrid/useDataGridRemote.d.ts +22 -0
- package/lib/dataGrid/useDataGridRemote.d.ts.map +1 -0
- package/lib/dataGrid/useDataGridRemote.js +31 -0
- package/lib/dataGrid/useDataGridUrlState.d.ts +23 -0
- package/lib/dataGrid/useDataGridUrlState.d.ts.map +1 -0
- package/lib/dataGrid/useDataGridUrlState.js +108 -0
- package/lib/dataGrid/usePersistentColumnState.d.ts +16 -0
- package/lib/dataGrid/usePersistentColumnState.d.ts.map +1 -0
- package/lib/dataGrid/usePersistentColumnState.js +156 -0
- package/lib/dateTime/datePicker/DatePicker.d.ts +64 -0
- package/lib/dateTime/datePicker/DatePicker.d.ts.map +1 -0
- package/lib/dateTime/datePicker/DatePicker.js +137 -0
- package/lib/dateTime/datePickerField/DatePickerField.d.ts +15 -0
- package/lib/dateTime/datePickerField/DatePickerField.d.ts.map +1 -0
- package/lib/dateTime/datePickerField/DatePickerField.js +31 -0
- package/lib/dateTime/dateRangePicker/DateRangePicker.d.ts +71 -0
- package/lib/dateTime/dateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/lib/dateTime/dateRangePicker/DateRangePicker.js +176 -0
- package/lib/dateTime/dateRangePickerField/DateRangePickerField.d.ts +13 -0
- package/lib/dateTime/dateRangePickerField/DateRangePickerField.d.ts.map +1 -0
- package/lib/dateTime/dateRangePickerField/DateRangePickerField.js +31 -0
- package/lib/dateTime/dateTimePicker/DateTimePicker.d.ts +64 -0
- package/lib/dateTime/dateTimePicker/DateTimePicker.d.ts.map +1 -0
- package/lib/dateTime/dateTimePicker/DateTimePicker.js +137 -0
- package/lib/dateTime/dateTimePickerField/DateTimePickerField.d.ts +12 -0
- package/lib/dateTime/dateTimePickerField/DateTimePickerField.d.ts.map +1 -0
- package/lib/dateTime/dateTimePickerField/DateTimePickerField.js +31 -0
- package/lib/dateTime/dateTimeRangePicker/DateTimeRangePicker.d.ts +71 -0
- package/lib/dateTime/dateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -0
- package/lib/dateTime/dateTimeRangePicker/DateTimeRangePicker.js +180 -0
- package/lib/dateTime/dateTimeRangePickerField/DateTimeRangePickerField.d.ts +13 -0
- package/lib/dateTime/dateTimeRangePickerField/DateTimeRangePickerField.d.ts.map +1 -0
- package/lib/dateTime/dateTimeRangePickerField/DateTimeRangePickerField.js +31 -0
- package/lib/dateTime/timePicker/TimePicker.d.ts +64 -0
- package/lib/dateTime/timePicker/TimePicker.d.ts.map +1 -0
- package/lib/dateTime/timePicker/TimePicker.js +137 -0
- package/lib/dateTime/timePickerField/TimePickerField.d.ts +12 -0
- package/lib/dateTime/timePickerField/TimePickerField.d.ts.map +1 -0
- package/lib/dateTime/timePickerField/TimePickerField.js +31 -0
- package/lib/dateTime/timeRangePicker/TimeRangePicker.d.ts +71 -0
- package/lib/dateTime/timeRangePicker/TimeRangePicker.d.ts.map +1 -0
- package/lib/dateTime/timeRangePicker/TimeRangePicker.js +191 -0
- package/lib/dateTime/timeRangePickerField/TimeRangePickerField.d.ts +13 -0
- package/lib/dateTime/timeRangePickerField/TimeRangePickerField.d.ts.map +1 -0
- package/lib/dateTime/timeRangePickerField/TimeRangePickerField.js +31 -0
- package/lib/dateTime/utils.d.ts +10 -0
- package/lib/dateTime/utils.d.ts.map +1 -0
- package/lib/dateTime/utils.js +35 -0
- package/lib/editDialog/EditDialog.d.ts +32 -0
- package/lib/editDialog/EditDialog.d.ts.map +1 -0
- package/lib/editDialog/EditDialog.js +143 -0
- package/lib/editDialog/EditDialogApiContext.d.ts +14 -0
- package/lib/editDialog/EditDialogApiContext.d.ts.map +1 -0
- package/lib/editDialog/EditDialogApiContext.js +5 -0
- package/lib/error/errorHandler/ErrorHandlerProvider.d.ts +8 -0
- package/lib/error/errorHandler/ErrorHandlerProvider.d.ts.map +1 -0
- package/lib/error/errorHandler/ErrorHandlerProvider.js +16 -0
- package/lib/error/errorboundary/ErrorBoundary.d.ts +38 -0
- package/lib/error/errorboundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/error/errorboundary/ErrorBoundary.js +187 -0
- package/lib/error/errorboundary/RouteWithErrorBoundary.d.ts +4 -0
- package/lib/error/errorboundary/RouteWithErrorBoundary.d.ts.map +1 -0
- package/lib/error/errorboundary/RouteWithErrorBoundary.js +15 -0
- package/lib/error/errordialog/ErrorDialog.d.ts +20 -0
- package/lib/error/errordialog/ErrorDialog.d.ts.map +1 -0
- package/lib/error/errordialog/ErrorDialog.js +315 -0
- package/lib/error/errordialog/ErrorDialogHandler.d.ts +2 -0
- package/lib/error/errordialog/ErrorDialogHandler.d.ts.map +1 -0
- package/lib/error/errordialog/ErrorDialogHandler.js +31 -0
- package/lib/error/errordialog/ErrorScope.d.ts +9 -0
- package/lib/error/errordialog/ErrorScope.d.ts.map +1 -0
- package/lib/error/errordialog/ErrorScope.js +18 -0
- package/lib/error/errordialog/createErrorDialogApolloLink.d.ts +4 -0
- package/lib/error/errordialog/createErrorDialogApolloLink.d.ts.map +1 -0
- package/lib/error/errordialog/createErrorDialogApolloLink.js +59 -0
- package/lib/error/errordialog/errorDialogVar.d.ts +3 -0
- package/lib/error/errordialog/errorDialogVar.d.ts.map +1 -0
- package/lib/error/errordialog/errorDialogVar.js +2 -0
- package/lib/error/errordialog/useErrorDialog.d.ts +6 -0
- package/lib/error/errordialog/useErrorDialog.d.ts.map +1 -0
- package/lib/error/errordialog/useErrorDialog.js +10 -0
- package/lib/fetchProvider/fetch.d.ts +10 -0
- package/lib/fetchProvider/fetch.d.ts.map +1 -0
- package/lib/fetchProvider/fetch.js +45 -0
- package/lib/fileIcons/Excel.d.ts +3 -0
- package/lib/fileIcons/Excel.d.ts.map +1 -0
- package/lib/fileIcons/Excel.js +18 -0
- package/lib/fileIcons/File.d.ts +3 -0
- package/lib/fileIcons/File.d.ts.map +1 -0
- package/lib/fileIcons/File.js +18 -0
- package/lib/fileIcons/FileIcon.d.ts +7 -0
- package/lib/fileIcons/FileIcon.d.ts.map +1 -0
- package/lib/fileIcons/FileIcon.js +46 -0
- package/lib/fileIcons/Jpg.d.ts +3 -0
- package/lib/fileIcons/Jpg.d.ts.map +1 -0
- package/lib/fileIcons/Jpg.js +18 -0
- package/lib/fileIcons/Pdf.d.ts +3 -0
- package/lib/fileIcons/Pdf.d.ts.map +1 -0
- package/lib/fileIcons/Pdf.js +18 -0
- package/lib/fileIcons/Png.d.ts +3 -0
- package/lib/fileIcons/Png.d.ts.map +1 -0
- package/lib/fileIcons/Png.js +18 -0
- package/lib/fileIcons/Powerpoint.d.ts +3 -0
- package/lib/fileIcons/Powerpoint.d.ts.map +1 -0
- package/lib/fileIcons/Powerpoint.js +18 -0
- package/lib/fileIcons/Word.d.ts +3 -0
- package/lib/fileIcons/Word.d.ts.map +1 -0
- package/lib/fileIcons/Word.js +18 -0
- package/lib/fileIcons/Zip.d.ts +3 -0
- package/lib/fileIcons/Zip.d.ts.map +1 -0
- package/lib/fileIcons/Zip.js +18 -0
- package/lib/form/Autocomplete.d.ts +19 -0
- package/lib/form/Autocomplete.d.ts.map +1 -0
- package/lib/form/Autocomplete.js +108 -0
- package/lib/form/Checkbox.d.ts +12 -0
- package/lib/form/Checkbox.d.ts.map +1 -0
- package/lib/form/Checkbox.js +32 -0
- package/lib/form/Field.d.ts +22 -0
- package/lib/form/Field.d.ts.map +1 -0
- package/lib/form/Field.js +163 -0
- package/lib/form/FieldContainer.d.ts +47 -0
- package/lib/form/FieldContainer.d.ts.map +1 -0
- package/lib/form/FieldContainer.js +181 -0
- package/lib/form/FinalFormAsyncAutocomplete.d.ts +14 -0
- package/lib/form/FinalFormAsyncAutocomplete.d.ts.map +1 -0
- package/lib/form/FinalFormAsyncAutocomplete.js +28 -0
- package/lib/form/FinalFormAsyncSelect.d.ts +15 -0
- package/lib/form/FinalFormAsyncSelect.d.ts.map +1 -0
- package/lib/form/FinalFormAsyncSelect.js +22 -0
- package/lib/form/FinalFormContextProvider.d.ts +13 -0
- package/lib/form/FinalFormContextProvider.d.ts.map +1 -0
- package/lib/form/FinalFormContextProvider.js +34 -0
- package/lib/form/FinalFormDebug.d.ts +25 -0
- package/lib/form/FinalFormDebug.d.ts.map +1 -0
- package/lib/form/FinalFormDebug.js +83 -0
- package/lib/form/FinalFormFileSelect.d.ts +6 -0
- package/lib/form/FinalFormFileSelect.d.ts.map +1 -0
- package/lib/form/FinalFormFileSelect.js +119 -0
- package/lib/form/FinalFormInput.d.ts +9 -0
- package/lib/form/FinalFormInput.d.ts.map +1 -0
- package/lib/form/FinalFormInput.js +115 -0
- package/lib/form/FinalFormNumberInput.d.ts +14 -0
- package/lib/form/FinalFormNumberInput.d.ts.map +1 -0
- package/lib/form/FinalFormNumberInput.js +104 -0
- package/lib/form/FinalFormRangeInput.d.ts +37 -0
- package/lib/form/FinalFormRangeInput.d.ts.map +1 -0
- package/lib/form/FinalFormRangeInput.js +190 -0
- package/lib/form/FinalFormSearchTextField.d.ts +25 -0
- package/lib/form/FinalFormSearchTextField.d.ts.map +1 -0
- package/lib/form/FinalFormSearchTextField.js +43 -0
- package/lib/form/FinalFormSelect.d.ts +22 -0
- package/lib/form/FinalFormSelect.d.ts.map +1 -0
- package/lib/form/FinalFormSelect.js +181 -0
- package/lib/form/FinalFormSelect.sc.d.ts +3 -0
- package/lib/form/FinalFormSelect.sc.d.ts.map +1 -0
- package/lib/form/FinalFormSelect.sc.js +28 -0
- package/lib/form/FinalFormToggleButtonGroup.d.ts +18 -0
- package/lib/form/FinalFormToggleButtonGroup.d.ts.map +1 -0
- package/lib/form/FinalFormToggleButtonGroup.js +99 -0
- package/lib/form/FormSection.d.ts +43 -0
- package/lib/form/FormSection.d.ts.map +1 -0
- package/lib/form/FormSection.js +78 -0
- package/lib/form/Radio.d.ts +10 -0
- package/lib/form/Radio.d.ts.map +1 -0
- package/lib/form/Radio.js +34 -0
- package/lib/form/Switch.d.ts +12 -0
- package/lib/form/Switch.d.ts.map +1 -0
- package/lib/form/Switch.js +32 -0
- package/lib/form/fields/AsyncAutocompleteField.d.ts +9 -0
- package/lib/form/fields/AsyncAutocompleteField.d.ts.map +1 -0
- package/lib/form/fields/AsyncAutocompleteField.js +14 -0
- package/lib/form/fields/AsyncSelectField.d.ts +5 -0
- package/lib/form/fields/AsyncSelectField.d.ts.map +1 -0
- package/lib/form/fields/AsyncSelectField.js +14 -0
- package/lib/form/fields/AutocompleteField.d.ts +5 -0
- package/lib/form/fields/AutocompleteField.d.ts.map +1 -0
- package/lib/form/fields/AutocompleteField.js +14 -0
- package/lib/form/fields/CheckboxField.d.ts +13 -0
- package/lib/form/fields/CheckboxField.d.ts.map +1 -0
- package/lib/form/fields/CheckboxField.js +33 -0
- package/lib/form/fields/CheckboxListField.d.ts +14 -0
- package/lib/form/fields/CheckboxListField.d.ts.map +1 -0
- package/lib/form/fields/CheckboxListField.js +66 -0
- package/lib/form/fields/NumberField.d.ts +5 -0
- package/lib/form/fields/NumberField.d.ts.map +1 -0
- package/lib/form/fields/NumberField.js +17 -0
- package/lib/form/fields/RadioGroupField.d.ts +14 -0
- package/lib/form/fields/RadioGroupField.d.ts.map +1 -0
- package/lib/form/fields/RadioGroupField.js +45 -0
- package/lib/form/fields/SearchField.d.ts +5 -0
- package/lib/form/fields/SearchField.d.ts.map +1 -0
- package/lib/form/fields/SearchField.js +17 -0
- package/lib/form/fields/SelectField.d.ts +22 -0
- package/lib/form/fields/SelectField.d.ts.map +1 -0
- package/lib/form/fields/SelectField.js +39 -0
- package/lib/form/fields/SwitchField.d.ts +15 -0
- package/lib/form/fields/SwitchField.d.ts.map +1 -0
- package/lib/form/fields/SwitchField.js +33 -0
- package/lib/form/fields/TextAreaField.d.ts +5 -0
- package/lib/form/fields/TextAreaField.d.ts.map +1 -0
- package/lib/form/fields/TextAreaField.js +20 -0
- package/lib/form/fields/TextField.d.ts +5 -0
- package/lib/form/fields/TextField.d.ts.map +1 -0
- package/lib/form/fields/TextField.js +14 -0
- package/lib/form/fields/ToggleButtonGroupField.d.ts +11 -0
- package/lib/form/fields/ToggleButtonGroupField.d.ts.map +1 -0
- package/lib/form/fields/ToggleButtonGroupField.js +33 -0
- package/lib/form/file/FileDropzone.d.ts +39 -0
- package/lib/form/file/FileDropzone.d.ts.map +1 -0
- package/lib/form/file/FileDropzone.js +170 -0
- package/lib/form/file/FileSelect.d.ts +55 -0
- package/lib/form/file/FileSelect.d.ts.map +1 -0
- package/lib/form/file/FileSelect.js +169 -0
- package/lib/form/file/FileSelectListItem.d.ts +49 -0
- package/lib/form/file/FileSelectListItem.d.ts.map +1 -0
- package/lib/form/file/FileSelectListItem.js +240 -0
- package/lib/form/file/commonErrorMessages.d.ts +6 -0
- package/lib/form/file/commonErrorMessages.d.ts.map +1 -0
- package/lib/form/file/commonErrorMessages.js +21 -0
- package/lib/form/file/fileSelectItemTypes.d.ts +16 -0
- package/lib/form/file/fileSelectItemTypes.d.ts.map +1 -0
- package/lib/form/file/fileSelectItemTypes.js +1 -0
- package/lib/form/helpers/OnChangeField.d.ts +7 -0
- package/lib/form/helpers/OnChangeField.d.ts.map +1 -0
- package/lib/form/helpers/OnChangeField.js +18 -0
- package/lib/form/useAsyncAutocompleteOptionsProps.d.ts +18 -0
- package/lib/form/useAsyncAutocompleteOptionsProps.d.ts.map +1 -0
- package/lib/form/useAsyncAutocompleteOptionsProps.js +139 -0
- package/lib/fullPageAlert/FullPageAlert.d.ts +47 -0
- package/lib/fullPageAlert/FullPageAlert.d.ts.map +1 -0
- package/lib/fullPageAlert/FullPageAlert.js +139 -0
- package/lib/fullPageAlert/FullPageAlert.styles.d.ts +73 -0
- package/lib/fullPageAlert/FullPageAlert.styles.d.ts.map +1 -0
- package/lib/fullPageAlert/FullPageAlert.styles.js +47 -0
- package/lib/fullPageAlert/FullPageAlertBackground.d.ts +7 -0
- package/lib/fullPageAlert/FullPageAlertBackground.d.ts.map +1 -0
- package/lib/fullPageAlert/FullPageAlertBackground.js +201 -0
- package/lib/helpers/PrettyBytes.d.ts +10 -0
- package/lib/helpers/PrettyBytes.d.ts.map +1 -0
- package/lib/helpers/PrettyBytes.js +40 -0
- package/lib/helpers/ThemedComponentBaseProps.d.ts +13 -0
- package/lib/helpers/ThemedComponentBaseProps.d.ts.map +1 -0
- package/lib/helpers/ThemedComponentBaseProps.js +1 -0
- package/lib/helpers/createComponentSlot.d.ts +23 -0
- package/lib/helpers/createComponentSlot.d.ts.map +1 -0
- package/lib/helpers/createComponentSlot.js +66 -0
- package/lib/helpers/downloadFile.d.ts +7 -0
- package/lib/helpers/downloadFile.d.ts.map +1 -0
- package/lib/helpers/downloadFile.js +22 -0
- package/lib/helpers/useTopOffset.d.ts +3 -0
- package/lib/helpers/useTopOffset.d.ts.map +1 -0
- package/lib/helpers/useTopOffset.js +26 -0
- package/lib/helpers/useWindowSize.d.ts +6 -0
- package/lib/helpers/useWindowSize.d.ts.map +1 -0
- package/lib/helpers/useWindowSize.js +29 -0
- package/lib/hooks/useAsyncOptionsProps.d.ts +12 -0
- package/lib/hooks/useAsyncOptionsProps.d.ts.map +1 -0
- package/lib/hooks/useAsyncOptionsProps.js +74 -0
- package/lib/hooks/useElementIsOverflowing.d.ts +3 -0
- package/lib/hooks/useElementIsOverflowing.d.ts.map +1 -0
- package/lib/hooks/useElementIsOverflowing.js +41 -0
- package/lib/hooks/useStoredState.d.ts +7 -0
- package/lib/hooks/useStoredState.d.ts.map +1 -0
- package/lib/hooks/useStoredState.js +49 -0
- package/lib/index.d.ts +249 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +230 -0
- package/lib/inlineAlert/InlineAlert.d.ts +70 -0
- package/lib/inlineAlert/InlineAlert.d.ts.map +1 -0
- package/lib/inlineAlert/InlineAlert.js +102 -0
- package/lib/inlineAlert/InlineAlert.sc.d.ts +31 -0
- package/lib/inlineAlert/InlineAlert.sc.d.ts.map +1 -0
- package/lib/inlineAlert/InlineAlert.sc.js +34 -0
- package/lib/inputWithPopper/InputWithPopper.d.ts +28 -0
- package/lib/inputWithPopper/InputWithPopper.d.ts.map +1 -0
- package/lib/inputWithPopper/InputWithPopper.js +136 -0
- package/lib/inputWithPopper/InputWithPopper.slots.d.ts +26 -0
- package/lib/inputWithPopper/InputWithPopper.slots.d.ts.map +1 -0
- package/lib/inputWithPopper/InputWithPopper.slots.js +24 -0
- package/lib/messages.d.ts +192 -0
- package/lib/messages.d.ts.map +1 -0
- package/lib/messages.js +192 -0
- package/lib/mui/MasterLayout.d.ts +36 -0
- package/lib/mui/MasterLayout.d.ts.map +1 -0
- package/lib/mui/MasterLayout.js +131 -0
- package/lib/mui/MasterLayoutContext.d.ts +6 -0
- package/lib/mui/MasterLayoutContext.d.ts.map +1 -0
- package/lib/mui/MasterLayoutContext.js +4 -0
- package/lib/mui/ThemeProvider.d.ts +8 -0
- package/lib/mui/ThemeProvider.d.ts.map +1 -0
- package/lib/mui/ThemeProvider.js +24 -0
- package/lib/mui/mainNavigation/CollapsibleItem.d.ts +39 -0
- package/lib/mui/mainNavigation/CollapsibleItem.d.ts.map +1 -0
- package/lib/mui/mainNavigation/CollapsibleItem.js +230 -0
- package/lib/mui/mainNavigation/CollapsibleItem.styles.d.ts +36 -0
- package/lib/mui/mainNavigation/CollapsibleItem.styles.d.ts.map +1 -0
- package/lib/mui/mainNavigation/CollapsibleItem.styles.js +40 -0
- package/lib/mui/mainNavigation/Context.d.ts +17 -0
- package/lib/mui/mainNavigation/Context.d.ts.map +1 -0
- package/lib/mui/mainNavigation/Context.js +43 -0
- package/lib/mui/mainNavigation/Item.d.ts +37 -0
- package/lib/mui/mainNavigation/Item.d.ts.map +1 -0
- package/lib/mui/mainNavigation/Item.js +76 -0
- package/lib/mui/mainNavigation/Item.styles.d.ts +32 -0
- package/lib/mui/mainNavigation/Item.styles.d.ts.map +1 -0
- package/lib/mui/mainNavigation/Item.styles.js +25 -0
- package/lib/mui/mainNavigation/ItemAnchorLink.d.ts +6 -0
- package/lib/mui/mainNavigation/ItemAnchorLink.d.ts.map +1 -0
- package/lib/mui/mainNavigation/ItemAnchorLink.js +42 -0
- package/lib/mui/mainNavigation/ItemGroup.d.ts +34 -0
- package/lib/mui/mainNavigation/ItemGroup.d.ts.map +1 -0
- package/lib/mui/mainNavigation/ItemGroup.js +131 -0
- package/lib/mui/mainNavigation/ItemRouterLink.d.ts +16 -0
- package/lib/mui/mainNavigation/ItemRouterLink.d.ts.map +1 -0
- package/lib/mui/mainNavigation/ItemRouterLink.js +49 -0
- package/lib/mui/mainNavigation/MainNavigation.d.ts +31 -0
- package/lib/mui/mainNavigation/MainNavigation.d.ts.map +1 -0
- package/lib/mui/mainNavigation/MainNavigation.js +120 -0
- package/lib/mui/mainNavigation/MainNavigation.styles.d.ts +21 -0
- package/lib/mui/mainNavigation/MainNavigation.styles.d.ts.map +1 -0
- package/lib/mui/mainNavigation/MainNavigation.styles.js +39 -0
- package/lib/mui/mui-private-theming.d.js +0 -0
- package/lib/renderFinalFormChildren.d.ts +4 -0
- package/lib/renderFinalFormChildren.d.ts.map +1 -0
- package/lib/renderFinalFormChildren.js +30 -0
- package/lib/router/BrowserRouter.d.ts +3 -0
- package/lib/router/BrowserRouter.d.ts.map +1 -0
- package/lib/router/BrowserRouter.js +34 -0
- package/lib/router/ConfirmationDialog.d.ts +37 -0
- package/lib/router/ConfirmationDialog.d.ts.map +1 -0
- package/lib/router/ConfirmationDialog.js +120 -0
- package/lib/router/Context.d.ts +19 -0
- package/lib/router/Context.d.ts.map +1 -0
- package/lib/router/Context.js +2 -0
- package/lib/router/ForcePromptRoute.d.ts +3 -0
- package/lib/router/ForcePromptRoute.d.ts.map +1 -0
- package/lib/router/ForcePromptRoute.js +29 -0
- package/lib/router/MemoryRouter.d.ts +3 -0
- package/lib/router/MemoryRouter.d.ts.map +1 -0
- package/lib/router/MemoryRouter.js +34 -0
- package/lib/router/Prompt.d.ts +25 -0
- package/lib/router/Prompt.d.ts.map +1 -0
- package/lib/router/Prompt.js +67 -0
- package/lib/router/PromptHandler.d.ts +13 -0
- package/lib/router/PromptHandler.d.ts.map +1 -0
- package/lib/router/PromptHandler.js +181 -0
- package/lib/router/SubRoute.d.ts +11 -0
- package/lib/router/SubRoute.d.ts.map +1 -0
- package/lib/router/SubRoute.js +63 -0
- package/lib/rowActions/RowActionsIconItem.d.ts +14 -0
- package/lib/rowActions/RowActionsIconItem.d.ts.map +1 -0
- package/lib/rowActions/RowActionsIconItem.js +38 -0
- package/lib/rowActions/RowActionsItem.d.ts +16 -0
- package/lib/rowActions/RowActionsItem.d.ts.map +1 -0
- package/lib/rowActions/RowActionsItem.js +52 -0
- package/lib/rowActions/RowActionsListItem.d.ts +19 -0
- package/lib/rowActions/RowActionsListItem.d.ts.map +1 -0
- package/lib/rowActions/RowActionsListItem.js +51 -0
- package/lib/rowActions/RowActionsMenu.d.ts +13 -0
- package/lib/rowActions/RowActionsMenu.d.ts.map +1 -0
- package/lib/rowActions/RowActionsMenu.js +52 -0
- package/lib/rowActions/RowActionsSubMenu.d.ts +21 -0
- package/lib/rowActions/RowActionsSubMenu.d.ts.map +1 -0
- package/lib/rowActions/RowActionsSubMenu.js +68 -0
- package/lib/saveBoundary/SaveBoundary.d.ts +35 -0
- package/lib/saveBoundary/SaveBoundary.d.ts.map +1 -0
- package/lib/saveBoundary/SaveBoundary.js +175 -0
- package/lib/saveBoundary/SaveBoundarySaveButton.d.ts +3 -0
- package/lib/saveBoundary/SaveBoundarySaveButton.d.ts.map +1 -0
- package/lib/saveBoundary/SaveBoundarySaveButton.js +36 -0
- package/lib/section/SectionHeadline.d.ts +47 -0
- package/lib/section/SectionHeadline.d.ts.map +1 -0
- package/lib/section/SectionHeadline.js +108 -0
- package/lib/snackbar/SnackbarProvider.d.ts +12 -0
- package/lib/snackbar/SnackbarProvider.d.ts.map +1 -0
- package/lib/snackbar/SnackbarProvider.js +65 -0
- package/lib/snackbar/UndoSnackbar.d.ts +9 -0
- package/lib/snackbar/UndoSnackbar.d.ts.map +1 -0
- package/lib/snackbar/UndoSnackbar.js +43 -0
- package/lib/stack/Api.d.ts +27 -0
- package/lib/stack/Api.d.ts.map +1 -0
- package/lib/stack/Api.js +37 -0
- package/lib/stack/Breadcrumb.d.ts +20 -0
- package/lib/stack/Breadcrumb.d.ts.map +1 -0
- package/lib/stack/Breadcrumb.js +67 -0
- package/lib/stack/Page.d.ts +10 -0
- package/lib/stack/Page.d.ts.map +1 -0
- package/lib/stack/Page.js +27 -0
- package/lib/stack/Stack.d.ts +20 -0
- package/lib/stack/Stack.d.ts.map +1 -0
- package/lib/stack/Stack.js +179 -0
- package/lib/stack/StackLink.d.ts +11 -0
- package/lib/stack/StackLink.d.ts.map +1 -0
- package/lib/stack/StackLink.js +32 -0
- package/lib/stack/StackPageTitle.d.ts +14 -0
- package/lib/stack/StackPageTitle.d.ts.map +1 -0
- package/lib/stack/StackPageTitle.js +48 -0
- package/lib/stack/Switch.d.ts +20 -0
- package/lib/stack/Switch.d.ts.map +1 -0
- package/lib/stack/Switch.js +204 -0
- package/lib/stack/SwitchMeta.d.ts +18 -0
- package/lib/stack/SwitchMeta.d.ts.map +1 -0
- package/lib/stack/SwitchMeta.js +81 -0
- package/lib/stack/backbutton/StackBackButton.d.ts +20 -0
- package/lib/stack/backbutton/StackBackButton.d.ts.map +1 -0
- package/lib/stack/backbutton/StackBackButton.js +44 -0
- package/lib/stack/breadcrumbs/BreadcrumbLink.d.ts +3 -0
- package/lib/stack/breadcrumbs/BreadcrumbLink.d.ts.map +1 -0
- package/lib/stack/breadcrumbs/BreadcrumbLink.js +21 -0
- package/lib/stack/breadcrumbs/BreadcrumbsEntry.d.ts +11 -0
- package/lib/stack/breadcrumbs/BreadcrumbsEntry.d.ts.map +1 -0
- package/lib/stack/breadcrumbs/BreadcrumbsEntry.js +62 -0
- package/lib/stack/breadcrumbs/BreadcrumbsOverflow.d.ts +11 -0
- package/lib/stack/breadcrumbs/BreadcrumbsOverflow.d.ts.map +1 -0
- package/lib/stack/breadcrumbs/BreadcrumbsOverflow.js +75 -0
- package/lib/stack/breadcrumbs/StackBreadcrumbs.d.ts +42 -0
- package/lib/stack/breadcrumbs/StackBreadcrumbs.d.ts.map +1 -0
- package/lib/stack/breadcrumbs/StackBreadcrumbs.js +112 -0
- package/lib/stack/breadcrumbs/utils.d.ts +6 -0
- package/lib/stack/breadcrumbs/utils.d.ts.map +1 -0
- package/lib/stack/breadcrumbs/utils.js +86 -0
- package/lib/stack/useIsActiveStackSwitch.d.ts +2 -0
- package/lib/stack/useIsActiveStackSwitch.d.ts.map +1 -0
- package/lib/stack/useIsActiveStackSwitch.js +14 -0
- package/lib/table/AddButton.d.ts +14 -0
- package/lib/table/AddButton.d.ts.map +1 -0
- package/lib/table/AddButton.js +51 -0
- package/lib/table/DeleteButton.d.ts +20 -0
- package/lib/table/DeleteButton.d.ts.map +1 -0
- package/lib/table/DeleteButton.js +94 -0
- package/lib/table/ExcelExportButton.d.ts +13 -0
- package/lib/table/ExcelExportButton.d.ts.map +1 -0
- package/lib/table/ExcelExportButton.js +41 -0
- package/lib/table/LocalChangesToolbar.d.ts +13 -0
- package/lib/table/LocalChangesToolbar.d.ts.map +1 -0
- package/lib/table/LocalChangesToolbar.js +32 -0
- package/lib/table/Pagination.d.ts +12 -0
- package/lib/table/Pagination.d.ts.map +1 -0
- package/lib/table/Pagination.js +72 -0
- package/lib/table/Table.d.ts +108 -0
- package/lib/table/Table.d.ts.map +1 -0
- package/lib/table/Table.js +253 -0
- package/lib/table/TableBodyRow.d.ts +36 -0
- package/lib/table/TableBodyRow.d.ts.map +1 -0
- package/lib/table/TableBodyRow.js +52 -0
- package/lib/table/TableDndOrder.d.ts +36 -0
- package/lib/table/TableDndOrder.d.ts.map +1 -0
- package/lib/table/TableDndOrder.js +178 -0
- package/lib/table/TableFilterFinalForm.d.ts +19 -0
- package/lib/table/TableFilterFinalForm.d.ts.map +1 -0
- package/lib/table/TableFilterFinalForm.js +105 -0
- package/lib/table/TableLocalChanges.d.ts +62 -0
- package/lib/table/TableLocalChanges.d.ts.map +1 -0
- package/lib/table/TableLocalChanges.js +229 -0
- package/lib/table/TableQuery.d.ts +48 -0
- package/lib/table/TableQuery.d.ts.map +1 -0
- package/lib/table/TableQuery.js +92 -0
- package/lib/table/TableQueryContext.d.ts +24 -0
- package/lib/table/TableQueryContext.d.ts.map +1 -0
- package/lib/table/TableQueryContext.js +14 -0
- package/lib/table/excelexport/IExportApi.d.ts +11 -0
- package/lib/table/excelexport/IExportApi.d.ts.map +1 -0
- package/lib/table/excelexport/IExportApi.js +1 -0
- package/lib/table/excelexport/applyDefaultStyling.d.ts +3 -0
- package/lib/table/excelexport/applyDefaultStyling.d.ts.map +1 -0
- package/lib/table/excelexport/applyDefaultStyling.js +60 -0
- package/lib/table/excelexport/createExcelExportDownload.d.ts +15 -0
- package/lib/table/excelexport/createExcelExportDownload.d.ts.map +1 -0
- package/lib/table/excelexport/createExcelExportDownload.js +116 -0
- package/lib/table/excelexport/useExportDisplayedTableData.d.ts +7 -0
- package/lib/table/excelexport/useExportDisplayedTableData.d.ts.map +1 -0
- package/lib/table/excelexport/useExportDisplayedTableData.js +62 -0
- package/lib/table/excelexport/useExportPagedTableQuery.d.ts +15 -0
- package/lib/table/excelexport/useExportPagedTableQuery.d.ts.map +1 -0
- package/lib/table/excelexport/useExportPagedTableQuery.js +111 -0
- package/lib/table/excelexport/useExportTableQuery.d.ts +9 -0
- package/lib/table/excelexport/useExportTableQuery.d.ts.map +1 -0
- package/lib/table/excelexport/useExportTableQuery.js +84 -0
- package/lib/table/filterbar/FilterBar.d.ts +35 -0
- package/lib/table/filterbar/FilterBar.d.ts.map +1 -0
- package/lib/table/filterbar/FilterBar.js +48 -0
- package/lib/table/filterbar/dirtyFieldsCount.d.ts +2 -0
- package/lib/table/filterbar/dirtyFieldsCount.d.ts.map +1 -0
- package/lib/table/filterbar/dirtyFieldsCount.js +42 -0
- package/lib/table/filterbar/filterBarActiveFilterBadge/FilterBarActiveFilterBadge.d.ts +34 -0
- package/lib/table/filterbar/filterBarActiveFilterBadge/FilterBarActiveFilterBadge.d.ts.map +1 -0
- package/lib/table/filterbar/filterBarActiveFilterBadge/FilterBarActiveFilterBadge.js +54 -0
- package/lib/table/filterbar/filterBarButton/FilterBarButton.d.ts +39 -0
- package/lib/table/filterbar/filterBarButton/FilterBarButton.d.ts.map +1 -0
- package/lib/table/filterbar/filterBarButton/FilterBarButton.js +78 -0
- package/lib/table/filterbar/filterBarMoreFilters/FilterBarMoreFilters.d.ts +37 -0
- package/lib/table/filterbar/filterBarMoreFilters/FilterBarMoreFilters.d.ts.map +1 -0
- package/lib/table/filterbar/filterBarMoreFilters/FilterBarMoreFilters.js +80 -0
- package/lib/table/filterbar/filterBarPopoverFilter/FilterBarPopoverFilter.d.ts +53 -0
- package/lib/table/filterbar/filterBarPopoverFilter/FilterBarPopoverFilter.d.ts.map +1 -0
- package/lib/table/filterbar/filterBarPopoverFilter/FilterBarPopoverFilter.js +174 -0
- package/lib/table/isVisible.d.ts +3 -0
- package/lib/table/isVisible.d.ts.map +1 -0
- package/lib/table/isVisible.js +10 -0
- package/lib/table/paging/IPagingInfo.d.ts +12 -0
- package/lib/table/paging/IPagingInfo.d.ts.map +1 -0
- package/lib/table/paging/IPagingInfo.js +1 -0
- package/lib/table/paging/createOffsetLimitPagingAction.d.ts +11 -0
- package/lib/table/paging/createOffsetLimitPagingAction.d.ts.map +1 -0
- package/lib/table/paging/createOffsetLimitPagingAction.js +32 -0
- package/lib/table/paging/createPagePagingActions.d.ts +13 -0
- package/lib/table/paging/createPagePagingActions.d.ts.map +1 -0
- package/lib/table/paging/createPagePagingActions.js +18 -0
- package/lib/table/paging/createRelayPagingActions.d.ts +20 -0
- package/lib/table/paging/createRelayPagingActions.d.ts.map +1 -0
- package/lib/table/paging/createRelayPagingActions.js +19 -0
- package/lib/table/paging/createRestPagingActions.d.ts +16 -0
- package/lib/table/paging/createRestPagingActions.d.ts.map +1 -0
- package/lib/table/paging/createRestPagingActions.js +26 -0
- package/lib/table/paging/createRestStartLimitPagingActions.d.ts +12 -0
- package/lib/table/paging/createRestStartLimitPagingActions.d.ts.map +1 -0
- package/lib/table/paging/createRestStartLimitPagingActions.js +22 -0
- package/lib/table/safeColumnGet.d.ts +2 -0
- package/lib/table/safeColumnGet.d.ts.map +1 -0
- package/lib/table/safeColumnGet.js +13 -0
- package/lib/table/usePersistedState.d.ts +10 -0
- package/lib/table/usePersistedState.d.ts.map +1 -0
- package/lib/table/usePersistedState.js +33 -0
- package/lib/table/usePersistedStateId.d.ts +5 -0
- package/lib/table/usePersistedStateId.d.ts.map +1 -0
- package/lib/table/usePersistedStateId.js +12 -0
- package/lib/table/useTableQuery.d.ts +35 -0
- package/lib/table/useTableQuery.d.ts.map +1 -0
- package/lib/table/useTableQuery.js +82 -0
- package/lib/table/useTableQueryFilter.d.ts +17 -0
- package/lib/table/useTableQueryFilter.d.ts.map +1 -0
- package/lib/table/useTableQueryFilter.js +63 -0
- package/lib/table/useTableQueryPaging.d.ts +24 -0
- package/lib/table/useTableQueryPaging.d.ts.map +1 -0
- package/lib/table/useTableQueryPaging.js +54 -0
- package/lib/table/useTableQuerySort.d.ts +28 -0
- package/lib/table/useTableQuerySort.d.ts.map +1 -0
- package/lib/table/useTableQuerySort.js +50 -0
- package/lib/table/withTableQueryContext.d.ts +16 -0
- package/lib/table/withTableQueryContext.d.ts.map +1 -0
- package/lib/table/withTableQueryContext.js +37 -0
- package/lib/tabs/RouterTabs.d.ts +36 -0
- package/lib/tabs/RouterTabs.d.ts.map +1 -0
- package/lib/tabs/RouterTabs.js +160 -0
- package/lib/tabs/TabScrollButton.d.ts +23 -0
- package/lib/tabs/TabScrollButton.d.ts.map +1 -0
- package/lib/tabs/TabScrollButton.js +48 -0
- package/lib/tabs/Tabs.d.ts +50 -0
- package/lib/tabs/Tabs.d.ts.map +1 -0
- package/lib/tabs/Tabs.js +113 -0
- package/lib/theme/breakpointsOptions.d.ts +6 -0
- package/lib/theme/breakpointsOptions.d.ts.map +1 -0
- package/lib/theme/breakpointsOptions.js +10 -0
- package/lib/theme/colors.d.ts +16 -0
- package/lib/theme/colors.d.ts.map +1 -0
- package/lib/theme/colors.js +56 -0
- package/lib/theme/componentsTheme/MuiAccordion.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiAccordion.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiAccordion.js +38 -0
- package/lib/theme/componentsTheme/MuiAlert.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiAlert.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiAlert.js +62 -0
- package/lib/theme/componentsTheme/MuiAlertTitle.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiAlertTitle.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiAlertTitle.js +18 -0
- package/lib/theme/componentsTheme/MuiAppBar.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiAppBar.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiAppBar.js +13 -0
- package/lib/theme/componentsTheme/MuiAutocomplete.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiAutocomplete.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiAutocomplete.js +43 -0
- package/lib/theme/componentsTheme/MuiBadge.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiBadge.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiBadge.js +31 -0
- package/lib/theme/componentsTheme/MuiButton.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiButton.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiButton.js +164 -0
- package/lib/theme/componentsTheme/MuiButtonGroup.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiButtonGroup.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiButtonGroup.js +62 -0
- package/lib/theme/componentsTheme/MuiCard.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiCard.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiCard.js +21 -0
- package/lib/theme/componentsTheme/MuiCardContent.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiCardContent.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiCardContent.js +20 -0
- package/lib/theme/componentsTheme/MuiCardHeader.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiCardHeader.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiCardHeader.js +34 -0
- package/lib/theme/componentsTheme/MuiCheckbox.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiCheckbox.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiCheckbox.js +65 -0
- package/lib/theme/componentsTheme/MuiChip.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiChip.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiChip.js +121 -0
- package/lib/theme/componentsTheme/MuiDataGrid.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDataGrid.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDataGrid.js +330 -0
- package/lib/theme/componentsTheme/MuiDialog.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDialog.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDialog.js +45 -0
- package/lib/theme/componentsTheme/MuiDialogActions.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDialogActions.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDialogActions.js +25 -0
- package/lib/theme/componentsTheme/MuiDialogContent.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDialogContent.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDialogContent.js +27 -0
- package/lib/theme/componentsTheme/MuiDialogContentText.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDialogContentText.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDialogContentText.js +18 -0
- package/lib/theme/componentsTheme/MuiDialogTitle.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDialogTitle.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDialogTitle.js +33 -0
- package/lib/theme/componentsTheme/MuiDrawer.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiDrawer.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiDrawer.js +18 -0
- package/lib/theme/componentsTheme/MuiFormControlLabel.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiFormControlLabel.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiFormControlLabel.js +19 -0
- package/lib/theme/componentsTheme/MuiFormHelperText.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiFormHelperText.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiFormHelperText.js +25 -0
- package/lib/theme/componentsTheme/MuiFormLabel.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiFormLabel.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiFormLabel.js +32 -0
- package/lib/theme/componentsTheme/MuiIconButton.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiIconButton.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiIconButton.js +41 -0
- package/lib/theme/componentsTheme/MuiInput.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiInput.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiInput.js +13 -0
- package/lib/theme/componentsTheme/MuiInputAdornment.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiInputAdornment.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiInputAdornment.js +24 -0
- package/lib/theme/componentsTheme/MuiInputBase.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiInputBase.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiInputBase.js +57 -0
- package/lib/theme/componentsTheme/MuiLinearProgress.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiLinearProgress.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiLinearProgress.js +20 -0
- package/lib/theme/componentsTheme/MuiLink.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiLink.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiLink.js +24 -0
- package/lib/theme/componentsTheme/MuiList.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiList.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiList.js +20 -0
- package/lib/theme/componentsTheme/MuiListItem.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiListItem.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiListItem.js +16 -0
- package/lib/theme/componentsTheme/MuiListItemAvatar.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiListItemAvatar.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiListItemAvatar.js +17 -0
- package/lib/theme/componentsTheme/MuiListItemButton.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiListItemButton.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiListItemButton.js +15 -0
- package/lib/theme/componentsTheme/MuiListItemIcon.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiListItemIcon.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiListItemIcon.js +18 -0
- package/lib/theme/componentsTheme/MuiListItemText.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiListItemText.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiListItemText.js +29 -0
- package/lib/theme/componentsTheme/MuiMenu.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiMenu.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiMenu.js +18 -0
- package/lib/theme/componentsTheme/MuiMenuItem.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiMenuItem.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiMenuItem.js +23 -0
- package/lib/theme/componentsTheme/MuiNativeSelect.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiNativeSelect.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiNativeSelect.js +21 -0
- package/lib/theme/componentsTheme/MuiPaper.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiPaper.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiPaper.js +23 -0
- package/lib/theme/componentsTheme/MuiPickerPopper.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiPickerPopper.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiPickerPopper.js +16 -0
- package/lib/theme/componentsTheme/MuiPickersInputBase.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiPickersInputBase.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiPickersInputBase.js +66 -0
- package/lib/theme/componentsTheme/MuiPickersTextField.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiPickersTextField.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiPickersTextField.js +13 -0
- package/lib/theme/componentsTheme/MuiPopover.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiPopover.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiPopover.js +13 -0
- package/lib/theme/componentsTheme/MuiRadio.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiRadio.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiRadio.js +53 -0
- package/lib/theme/componentsTheme/MuiSelect.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiSelect.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiSelect.js +22 -0
- package/lib/theme/componentsTheme/MuiSvgIcon.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiSvgIcon.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiSvgIcon.js +27 -0
- package/lib/theme/componentsTheme/MuiSwitch.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiSwitch.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiSwitch.js +76 -0
- package/lib/theme/componentsTheme/MuiTab.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTab.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTab.js +33 -0
- package/lib/theme/componentsTheme/MuiTableCell.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTableCell.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTableCell.js +46 -0
- package/lib/theme/componentsTheme/MuiTableFooter.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTableFooter.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTableFooter.js +18 -0
- package/lib/theme/componentsTheme/MuiTablePagination.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTablePagination.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTablePagination.js +20 -0
- package/lib/theme/componentsTheme/MuiTableRow.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTableRow.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTableRow.js +16 -0
- package/lib/theme/componentsTheme/MuiTabs.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTabs.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTabs.js +35 -0
- package/lib/theme/componentsTheme/MuiToggleButton.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiToggleButton.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiToggleButton.js +22 -0
- package/lib/theme/componentsTheme/MuiToggleButtonGroup.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiToggleButtonGroup.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiToggleButtonGroup.js +18 -0
- package/lib/theme/componentsTheme/MuiTooltip.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTooltip.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTooltip.js +13 -0
- package/lib/theme/componentsTheme/MuiTypography.d.ts +3 -0
- package/lib/theme/componentsTheme/MuiTypography.d.ts.map +1 -0
- package/lib/theme/componentsTheme/MuiTypography.js +23 -0
- package/lib/theme/componentsTheme/commonListStyles.d.ts +7 -0
- package/lib/theme/componentsTheme/commonListStyles.d.ts.map +1 -0
- package/lib/theme/componentsTheme/commonListStyles.js +6 -0
- package/lib/theme/componentsTheme/getCommonSelectTheme.d.ts +39 -0
- package/lib/theme/componentsTheme/getCommonSelectTheme.d.ts.map +1 -0
- package/lib/theme/componentsTheme/getCommonSelectTheme.js +30 -0
- package/lib/theme/componentsTheme/getComponentsTheme.d.ts +5 -0
- package/lib/theme/componentsTheme/getComponentsTheme.d.ts.map +1 -0
- package/lib/theme/componentsTheme/getComponentsTheme.js +124 -0
- package/lib/theme/createCometTheme.d.ts +3 -0
- package/lib/theme/createCometTheme.d.ts.map +1 -0
- package/lib/theme/createCometTheme.js +67 -0
- package/lib/theme/paletteOptions.d.ts +23 -0
- package/lib/theme/paletteOptions.d.ts.map +1 -0
- package/lib/theme/paletteOptions.js +30 -0
- package/lib/theme/shadows.d.ts +3 -0
- package/lib/theme/shadows.d.ts.map +1 -0
- package/lib/theme/shadows.js +1 -0
- package/lib/theme/typographyOptions.d.ts +21 -0
- package/lib/theme/typographyOptions.d.ts.map +1 -0
- package/lib/theme/typographyOptions.js +127 -0
- package/lib/theme/utils/mergeOverrideStyles.d.ts +11 -0
- package/lib/theme/utils/mergeOverrideStyles.d.ts.map +1 -0
- package/lib/theme/utils/mergeOverrideStyles.js +35 -0
- package/lib/translator/BaseTranslationDialog.d.ts +13 -0
- package/lib/translator/BaseTranslationDialog.d.ts.map +1 -0
- package/lib/translator/BaseTranslationDialog.js +90 -0
- package/lib/translator/ContentTranslationServiceContext.d.ts +8 -0
- package/lib/translator/ContentTranslationServiceContext.d.ts.map +1 -0
- package/lib/translator/ContentTranslationServiceContext.js +7 -0
- package/lib/translator/ContentTranslationServiceProvider.d.ts +4 -0
- package/lib/translator/ContentTranslationServiceProvider.d.ts.map +1 -0
- package/lib/translator/ContentTranslationServiceProvider.js +18 -0
- package/lib/translator/PlainTextTranslationDialog.d.ts +11 -0
- package/lib/translator/PlainTextTranslationDialog.d.ts.map +1 -0
- package/lib/translator/PlainTextTranslationDialog.js +38 -0
- package/lib/translator/useContentTranslationService.d.ts +3 -0
- package/lib/translator/useContentTranslationService.d.ts.map +1 -0
- package/lib/translator/useContentTranslationService.js +5 -0
- package/lib/utils/test-utils.d.ts +6 -0
- package/lib/utils/test-utils.d.ts.map +1 -0
- package/lib/utils/test-utils.js +42 -0
- package/lib/utils/useObservedWidth.d.ts +3 -0
- package/lib/utils/useObservedWidth.d.ts.map +1 -0
- package/lib/utils/useObservedWidth.js +37 -0
- package/lib/vendor.d.js +0 -0
- package/package.json +158 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["options", "layout", "required"],
|
|
3
|
+
_excluded2 = ["value", "onBlur", "onFocus", "onChange", "name"];
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
10
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
11
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
12
|
+
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
13
|
+
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
14
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
15
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
16
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
17
|
+
import { Checkbox, FormControlLabel, FormGroup } from "@mui/material";
|
|
18
|
+
import { Field } from "../Field";
|
|
19
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
|
+
export var CheckboxListField = function CheckboxListField(_ref) {
|
|
21
|
+
var options = _ref.options,
|
|
22
|
+
_ref$layout = _ref.layout,
|
|
23
|
+
layout = _ref$layout === void 0 ? "row" : _ref$layout,
|
|
24
|
+
required = _ref.required,
|
|
25
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
26
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread(_objectSpread({
|
|
27
|
+
required: required
|
|
28
|
+
}, restProps), {}, {
|
|
29
|
+
children: function children(_ref2) {
|
|
30
|
+
var _ref2$input = _ref2.input,
|
|
31
|
+
value = _ref2$input.value,
|
|
32
|
+
onBlur = _ref2$input.onBlur,
|
|
33
|
+
onFocus = _ref2$input.onFocus,
|
|
34
|
+
_onChange = _ref2$input.onChange,
|
|
35
|
+
name = _ref2$input.name,
|
|
36
|
+
restInput = _objectWithoutProperties(_ref2$input, _excluded2);
|
|
37
|
+
return /*#__PURE__*/_jsx(FormGroup, _objectSpread(_objectSpread({
|
|
38
|
+
row: layout === "row"
|
|
39
|
+
}, restInput), {}, {
|
|
40
|
+
children: options.map(function (option) {
|
|
41
|
+
return /*#__PURE__*/_jsx(FormControlLabel, {
|
|
42
|
+
label: option.label,
|
|
43
|
+
value: option.value,
|
|
44
|
+
disabled: option.disabled,
|
|
45
|
+
name: name,
|
|
46
|
+
checked: value.includes(option.value),
|
|
47
|
+
onChange: function onChange(_, checked) {
|
|
48
|
+
if (checked) {
|
|
49
|
+
_onChange([].concat(_toConsumableArray(value), [option.value]));
|
|
50
|
+
} else if (value.length > 1) {
|
|
51
|
+
_onChange(value.filter(function (v) {
|
|
52
|
+
return v !== option.value;
|
|
53
|
+
}));
|
|
54
|
+
} else {
|
|
55
|
+
_onChange(undefined);
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
control: /*#__PURE__*/_jsx(Checkbox, {
|
|
59
|
+
required: required
|
|
60
|
+
})
|
|
61
|
+
}, option.value);
|
|
62
|
+
})
|
|
63
|
+
}));
|
|
64
|
+
}
|
|
65
|
+
}));
|
|
66
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormNumberInputProps } from "../FinalFormNumberInput";
|
|
3
|
+
export type NumberFieldProps = FieldProps<number, HTMLInputElement> & FinalFormNumberInputProps;
|
|
4
|
+
export declare const NumberField: ({ ...restProps }: NumberFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=NumberField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/NumberField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAwB,KAAK,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,yBAAyB,CAAC;AAEhG,eAAO,MAAM,WAAW,GAAI,kBAAkB,gBAAgB,4CAE7D,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectDestructuringEmpty(t) { if (null == t) throw new TypeError("Cannot destructure " + t); }
|
|
8
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
import { Field } from "../Field";
|
|
10
|
+
import { FinalFormNumberInput } from "../FinalFormNumberInput";
|
|
11
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
+
export var NumberField = function NumberField(_ref) {
|
|
13
|
+
var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
14
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
15
|
+
component: FinalFormNumberInput
|
|
16
|
+
}, restProps));
|
|
17
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import { type FieldProps } from "../../form/Field";
|
|
3
|
+
type RadioGroupFieldOption<Value extends string> = {
|
|
4
|
+
label: ReactNode;
|
|
5
|
+
value: Value;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export type RadioGroupFieldProps<Value extends string> = FieldProps<Value, HTMLInputElement> & {
|
|
9
|
+
options: RadioGroupFieldOption<Value>[];
|
|
10
|
+
layout?: "row" | "column";
|
|
11
|
+
};
|
|
12
|
+
export declare const RadioGroupField: <Value extends string>({ options, layout, ...restProps }: RadioGroupFieldProps<Value>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=RadioGroupField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroupField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/RadioGroupField.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE1D,KAAK,qBAAqB,CAAC,KAAK,SAAS,MAAM,IAAI;IAC/C,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,KAAK,SAAS,MAAM,IAAI,UAAU,CAAC,KAAK,EAAE,gBAAgB,CAAC,GAAG;IAC3F,OAAO,EAAE,qBAAqB,CAAC,KAAK,CAAC,EAAE,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,KAAK,SAAS,MAAM,EAAE,mCAA2C,oBAAoB,CAAC,KAAK,CAAC,4CAY3H,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["options", "layout"],
|
|
3
|
+
_excluded2 = ["checked", "value", "onBlur", "onFocus"];
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import { FormControlLabel, RadioGroup } from "@mui/material";
|
|
12
|
+
import MuiRadio from "@mui/material/Radio";
|
|
13
|
+
import { Field } from "../../form/Field";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
export var RadioGroupField = function RadioGroupField(_ref) {
|
|
16
|
+
var options = _ref.options,
|
|
17
|
+
_ref$layout = _ref.layout,
|
|
18
|
+
layout = _ref$layout === void 0 ? "row" : _ref$layout,
|
|
19
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread(_objectSpread({}, restProps), {}, {
|
|
21
|
+
children: function children(_ref2) {
|
|
22
|
+
var _ref2$input = _ref2.input,
|
|
23
|
+
checked = _ref2$input.checked,
|
|
24
|
+
value = _ref2$input.value,
|
|
25
|
+
onBlur = _ref2$input.onBlur,
|
|
26
|
+
onFocus = _ref2$input.onFocus,
|
|
27
|
+
restInput = _objectWithoutProperties(_ref2$input, _excluded2);
|
|
28
|
+
return /*#__PURE__*/_jsx(RadioGroup, _objectSpread(_objectSpread({}, restInput), {}, {
|
|
29
|
+
row: layout === "row",
|
|
30
|
+
value: value,
|
|
31
|
+
children: options.map(function (_ref3) {
|
|
32
|
+
var value = _ref3.value,
|
|
33
|
+
label = _ref3.label,
|
|
34
|
+
disabled = _ref3.disabled;
|
|
35
|
+
return /*#__PURE__*/_jsx(FormControlLabel, {
|
|
36
|
+
label: label,
|
|
37
|
+
value: value,
|
|
38
|
+
disabled: disabled,
|
|
39
|
+
control: /*#__PURE__*/_jsx(MuiRadio, {})
|
|
40
|
+
}, value);
|
|
41
|
+
})
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
}));
|
|
45
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormSearchTextFieldProps } from "../FinalFormSearchTextField";
|
|
3
|
+
export type SearchFieldProps = FieldProps<string, HTMLInputElement> & FinalFormSearchTextFieldProps;
|
|
4
|
+
export declare const SearchField: ({ ...restProps }: SearchFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=SearchField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/SearchField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAA4B,KAAK,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAE3G,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,6BAA6B,CAAC;AAEpG,eAAO,MAAM,WAAW,GAAI,kBAAkB,gBAAgB,4CAE7D,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectDestructuringEmpty(t) { if (null == t) throw new TypeError("Cannot destructure " + t); }
|
|
8
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
import { Field } from "../Field";
|
|
10
|
+
import { FinalFormSearchTextField } from "../FinalFormSearchTextField";
|
|
11
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
+
export var SearchField = function SearchField(_ref) {
|
|
13
|
+
var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
14
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
15
|
+
component: FinalFormSearchTextField
|
|
16
|
+
}, restProps));
|
|
17
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { ComponentProps, ReactNode } from "react";
|
|
2
|
+
import { type FieldProps } from "../Field";
|
|
3
|
+
import { FinalFormSelect } from "../FinalFormSelect";
|
|
4
|
+
export type SelectFieldOption<Value extends string | number = string | number> = {
|
|
5
|
+
label: ReactNode;
|
|
6
|
+
value: Value;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type SelectFieldPropsToExtendFrom<Value extends string | number> = FieldProps<Value, HTMLSelectElement>;
|
|
10
|
+
type SelectFieldPropsToExtendFromWithoutChildren<Value extends string | number> = {
|
|
11
|
+
[K in keyof SelectFieldPropsToExtendFrom<Value> as K extends "children" ? never : K]: SelectFieldPropsToExtendFrom<Value>[K];
|
|
12
|
+
};
|
|
13
|
+
export interface SelectFieldProps<Value extends string | number> extends SelectFieldPropsToExtendFromWithoutChildren<Value> {
|
|
14
|
+
children?: ReturnType<Required<SelectFieldPropsToExtendFrom<Value>>["children"]>;
|
|
15
|
+
options?: SelectFieldOption<Value>[];
|
|
16
|
+
componentsProps?: {
|
|
17
|
+
finalFormSelect?: Partial<ComponentProps<typeof FinalFormSelect<Value>>>;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function SelectField<Value extends string | number>({ componentsProps, children, options, ...restProps }: SelectFieldProps<Value>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=SelectField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/SelectField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,MAAM,MAAM,iBAAiB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,IAAI;IAC7E,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,4BAA4B,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,IAAI,UAAU,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAC;AAGxG,KAAK,2CAA2C,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,IAAI;KAC7E,CAAC,IAAI,MAAM,4BAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,UAAU,GAAG,KAAK,GAAG,CAAC,GAAG,4BAA4B,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;CAC/H,CAAC;AAEF,MAAM,WAAW,gBAAgB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,2CAA2C,CAAC,KAAK,CAAC;IACvH,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,4BAA4B,CAAC,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC;IACjF,OAAO,CAAC,EAAE,iBAAiB,CAAC,KAAK,CAAC,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE;QACd,eAAe,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC5E,CAAC;CACL;AAED,wBAAgB,WAAW,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,EAAE,eAAoB,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,SAAS,EAAE,EAAE,gBAAgB,CAAC,KAAK,CAAC,2CAiB5I"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["componentsProps", "children", "options"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
10
|
+
import { MenuItem } from "@mui/material";
|
|
11
|
+
import { Field } from "../Field";
|
|
12
|
+
import { FinalFormSelect } from "../FinalFormSelect";
|
|
13
|
+
|
|
14
|
+
// Remove `children` from the interface. Omit cannot be used here because `FieldProps` contains an index signature.
|
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
+
export function SelectField(_ref) {
|
|
17
|
+
var _ref$componentsProps = _ref.componentsProps,
|
|
18
|
+
componentsProps = _ref$componentsProps === void 0 ? {} : _ref$componentsProps,
|
|
19
|
+
_children = _ref.children,
|
|
20
|
+
options = _ref.options,
|
|
21
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
22
|
+
var finalFormSelectProps = componentsProps.finalFormSelect;
|
|
23
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread(_objectSpread({}, restProps), {}, {
|
|
24
|
+
children: function children(props) {
|
|
25
|
+
return /*#__PURE__*/_jsx(FinalFormSelect, _objectSpread(_objectSpread(_objectSpread({}, props), finalFormSelectProps), {}, {
|
|
26
|
+
children: _children ? _children : options === null || options === void 0 ? void 0 : options.map(function (_ref2) {
|
|
27
|
+
var label = _ref2.label,
|
|
28
|
+
value = _ref2.value,
|
|
29
|
+
disabled = _ref2.disabled;
|
|
30
|
+
return /*#__PURE__*/_jsx(MenuItem, {
|
|
31
|
+
value: value,
|
|
32
|
+
disabled: disabled,
|
|
33
|
+
children: label
|
|
34
|
+
}, value);
|
|
35
|
+
})
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type FormControlLabelProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
import { type FieldProps } from "../Field";
|
|
4
|
+
import { type FinalFormSwitchProps } from "../Switch";
|
|
5
|
+
export interface SwitchFieldProps extends Omit<FieldProps<string, HTMLInputElement>, "label"> {
|
|
6
|
+
name: string;
|
|
7
|
+
fieldLabel?: ReactNode;
|
|
8
|
+
label?: ReactNode | ((checked?: boolean) => ReactNode);
|
|
9
|
+
componentsProps?: {
|
|
10
|
+
formControlLabel?: FormControlLabelProps;
|
|
11
|
+
finalFormSwitch?: FinalFormSwitchProps;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare const SwitchField: ({ fieldLabel, label, componentsProps, ...restProps }: SwitchFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=SwitchField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwitchField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/SwitchField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAmB,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEvE,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,CAAC;IACzF,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,SAAS,CAAC,CAAC;IACvD,eAAe,CAAC,EAAE;QACd,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;QACzC,eAAe,CAAC,EAAE,oBAAoB,CAAC;KAC1C,CAAC;CACL;AAED,eAAO,MAAM,WAAW,GAAI,sDAA2D,gBAAgB,4CAatG,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["fieldLabel", "label", "componentsProps"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
10
|
+
import { FormControlLabel } from "@mui/material";
|
|
11
|
+
import { Field } from "../Field";
|
|
12
|
+
import { FinalFormSwitch } from "../Switch";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
export var SwitchField = function SwitchField(_ref) {
|
|
15
|
+
var fieldLabel = _ref.fieldLabel,
|
|
16
|
+
label = _ref.label,
|
|
17
|
+
_ref$componentsProps = _ref.componentsProps,
|
|
18
|
+
componentsProps = _ref$componentsProps === void 0 ? {} : _ref$componentsProps,
|
|
19
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
var formControlLabelProps = componentsProps.formControlLabel,
|
|
21
|
+
finalFormSwitchProps = componentsProps.finalFormSwitch;
|
|
22
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread(_objectSpread({
|
|
23
|
+
type: "checkbox",
|
|
24
|
+
label: fieldLabel
|
|
25
|
+
}, restProps), {}, {
|
|
26
|
+
children: function children(props) {
|
|
27
|
+
return /*#__PURE__*/_jsx(FormControlLabel, _objectSpread({
|
|
28
|
+
label: typeof label === "function" ? label(props.input.checked) : label,
|
|
29
|
+
control: /*#__PURE__*/_jsx(FinalFormSwitch, _objectSpread(_objectSpread({}, props), finalFormSwitchProps))
|
|
30
|
+
}, formControlLabelProps));
|
|
31
|
+
}
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormInputProps } from "../FinalFormInput";
|
|
3
|
+
export type TextAreaFieldProps = FieldProps<string, HTMLTextAreaElement> & FinalFormInputProps;
|
|
4
|
+
export declare const TextAreaField: ({ ...restProps }: TextAreaFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=TextAreaField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAreaField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/TextAreaField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7E,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,MAAM,EAAE,mBAAmB,CAAC,GAAG,mBAAmB,CAAC;AAE/F,eAAO,MAAM,aAAa,GAAI,kBAAkB,kBAAkB,4CAEjE,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectDestructuringEmpty(t) { if (null == t) throw new TypeError("Cannot destructure " + t); }
|
|
8
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
import { Field } from "../Field";
|
|
10
|
+
import { FinalFormInput } from "../FinalFormInput";
|
|
11
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
+
export var TextAreaField = function TextAreaField(_ref) {
|
|
13
|
+
var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
14
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
15
|
+
type: "textarea",
|
|
16
|
+
multiline: true,
|
|
17
|
+
rows: 3,
|
|
18
|
+
component: FinalFormInput
|
|
19
|
+
}, restProps));
|
|
20
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormInputProps } from "../FinalFormInput";
|
|
3
|
+
export type TextFieldProps = FieldProps<string, HTMLInputElement> & FinalFormInputProps;
|
|
4
|
+
export declare const TextField: (props: TextFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7E,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,mBAAmB,CAAC;AACxF,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAE9C,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { Field } from "../Field";
|
|
8
|
+
import { FinalFormInput } from "../FinalFormInput";
|
|
9
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
+
export var TextField = function TextField(props) {
|
|
11
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
12
|
+
component: FinalFormInput
|
|
13
|
+
}, props));
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormToggleButtonGroupProps } from "../FinalFormToggleButtonGroup";
|
|
3
|
+
export type ToggleButtonGroupFieldProps<FieldValue> = FieldProps<FieldValue, HTMLSelectElement> & FinalFormToggleButtonGroupProps<FieldValue>;
|
|
4
|
+
/**
|
|
5
|
+
* The `ToggleButtonGroupField` is a form field component intended to be used to switch between sections in a form.
|
|
6
|
+
*
|
|
7
|
+
* This is especially useful when the user needs to choose between different types
|
|
8
|
+
* of input for the same conceptual field — for example, selecting between an address or coordinate.
|
|
9
|
+
*/
|
|
10
|
+
export declare function ToggleButtonGroupField<FieldValue = unknown>({ options, optionsPerRow, ...restProps }: ToggleButtonGroupFieldProps<FieldValue>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=ToggleButtonGroupField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleButtonGroupField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/ToggleButtonGroupField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAA8B,KAAK,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAEjH,MAAM,MAAM,2BAA2B,CAAC,UAAU,IAAI,UAAU,CAAC,UAAU,EAAE,iBAAiB,CAAC,GAAG,+BAA+B,CAAC,UAAU,CAAC,CAAC;AAE9I;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,UAAU,GAAG,OAAO,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE,GAAG,SAAS,EAAE,EAAE,2BAA2B,CAAC,UAAU,CAAC,2CAQ7I"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["options", "optionsPerRow"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
10
|
+
import { Field } from "../Field";
|
|
11
|
+
import { FinalFormToggleButtonGroup } from "../FinalFormToggleButtonGroup";
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
/**
|
|
14
|
+
* The `ToggleButtonGroupField` is a form field component intended to be used to switch between sections in a form.
|
|
15
|
+
*
|
|
16
|
+
* This is especially useful when the user needs to choose between different types
|
|
17
|
+
* of input for the same conceptual field — for example, selecting between an address or coordinate.
|
|
18
|
+
*/
|
|
19
|
+
export function ToggleButtonGroupField(_ref) {
|
|
20
|
+
var options = _ref.options,
|
|
21
|
+
optionsPerRow = _ref.optionsPerRow,
|
|
22
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
23
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread(_objectSpread({}, restProps), {}, {
|
|
24
|
+
children: function children(fieldProps) {
|
|
25
|
+
return /*#__PURE__*/_jsx(FinalFormToggleButtonGroup, {
|
|
26
|
+
input: fieldProps.input,
|
|
27
|
+
meta: fieldProps.meta,
|
|
28
|
+
options: options,
|
|
29
|
+
optionsPerRow: optionsPerRow
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { type ComponentsOverrides, type Theme, Typography } from "@mui/material";
|
|
2
|
+
import { type ReactNode } from "react";
|
|
3
|
+
import { type DropzoneOptions } from "react-dropzone";
|
|
4
|
+
import { Button } from "../../common/buttons/Button";
|
|
5
|
+
import type { ThemedComponentBaseProps } from "../../helpers/ThemedComponentBaseProps";
|
|
6
|
+
export type FileDropzoneProps = ThemedComponentBaseProps<{
|
|
7
|
+
root: "div";
|
|
8
|
+
dropzone: "div";
|
|
9
|
+
errorIconContainer: "div";
|
|
10
|
+
dropzoneText: typeof Typography;
|
|
11
|
+
selectFileButton: typeof Button;
|
|
12
|
+
}> & {
|
|
13
|
+
hasError?: boolean;
|
|
14
|
+
hideDroppableArea?: boolean;
|
|
15
|
+
hideButton?: boolean;
|
|
16
|
+
dropzoneText?: ReactNode;
|
|
17
|
+
buttonText?: ReactNode;
|
|
18
|
+
iconMapping?: {
|
|
19
|
+
error?: ReactNode;
|
|
20
|
+
select?: ReactNode;
|
|
21
|
+
};
|
|
22
|
+
} & DropzoneOptions;
|
|
23
|
+
export type FileDropzoneClassKey = "root" | "disabled" | "error" | "focused" | "dropzone" | "errorIconContainer" | "dropzoneText" | "selectFileButton";
|
|
24
|
+
export declare const FileDropzone: (inProps: FileDropzoneProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
declare module "@mui/material/styles" {
|
|
26
|
+
interface ComponentNameToClassKey {
|
|
27
|
+
CometAdminFileDropzone: FileDropzoneClassKey;
|
|
28
|
+
}
|
|
29
|
+
interface ComponentsPropsList {
|
|
30
|
+
CometAdminFileDropzone: FileDropzoneProps;
|
|
31
|
+
}
|
|
32
|
+
interface Components {
|
|
33
|
+
CometAdminFileDropzone?: {
|
|
34
|
+
defaultProps?: Partial<ComponentsPropsList["CometAdminFileDropzone"]>;
|
|
35
|
+
styleOverrides?: ComponentsOverrides<Theme>["CometAdminFileDropzone"];
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=FileDropzone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileDropzone.d.ts","sourceRoot":"","sources":["../../../src/form/file/FileDropzone.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,mBAAmB,EAAO,KAAK,KAAK,EAAE,UAAU,EAAiB,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,KAAK,eAAe,EAAe,MAAM,gBAAgB,CAAC;AAGnE,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAEvF,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,CAAC;IACrD,IAAI,EAAE,KAAK,CAAC;IACZ,QAAQ,EAAE,KAAK,CAAC;IAChB,kBAAkB,EAAE,KAAK,CAAC;IAC1B,YAAY,EAAE,OAAO,UAAU,CAAC;IAChC,gBAAgB,EAAE,OAAO,MAAM,CAAC;CACnC,CAAC,GAAG;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,SAAS,CAAC;QAClB,MAAM,CAAC,EAAE,SAAS,CAAC;KACtB,CAAC;CACL,GAAG,eAAe,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAC1B,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,oBAAoB,GACpB,cAAc,GACd,kBAAkB,CAAC;AASzB,eAAO,MAAM,YAAY,GAAI,SAAS,iBAAiB,4CAoEtD,CAAC;AAkIF,OAAO,QAAQ,sBAAsB,CAAC;IAClC,UAAU,uBAAuB;QAC7B,sBAAsB,EAAE,oBAAoB,CAAC;KAChD;IAED,UAAU,mBAAmB;QACzB,sBAAsB,EAAE,iBAAiB,CAAC;KAC7C;IAED,UAAU,UAAU;QAChB,sBAAsB,CAAC,EAAE;YACrB,YAAY,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,wBAAwB,CAAC,CAAC,CAAC;YACtE,cAAc,CAAC,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAC,wBAAwB,CAAC,CAAC;SACzE,CAAC;KACL;CACJ"}
|