@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,28 @@
|
|
|
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 _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; }
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
4
|
+
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); }
|
|
5
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
6
|
+
import { MenuItem, menuItemClasses } from "@mui/material";
|
|
7
|
+
import { styled } from "@mui/material/styles";
|
|
8
|
+
export var MenuItemDisabledOverrideOpacity = /*#__PURE__*/styled(MenuItem, process.env.NODE_ENV === "production" ? {
|
|
9
|
+
target: "e14t1tb41"
|
|
10
|
+
} : {
|
|
11
|
+
target: "e14t1tb41",
|
|
12
|
+
label: "MenuItemDisabledOverrideOpacity"
|
|
13
|
+
})(_defineProperty({}, "&.".concat(menuItemClasses.disabled), {
|
|
14
|
+
opacity: 1.0
|
|
15
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVNlbGVjdC5zYy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHK0MiLCJmaWxlIjoiLi4vLi4vc3JjL2Zvcm0vRmluYWxGb3JtU2VsZWN0LnNjLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWVudUl0ZW0sIG1lbnVJdGVtQ2xhc3NlcyB9IGZyb20gXCJAbXVpL21hdGVyaWFsXCI7XG5pbXBvcnQgeyBzdHlsZWQgfSBmcm9tIFwiQG11aS9tYXRlcmlhbC9zdHlsZXNcIjtcblxuZXhwb3J0IGNvbnN0IE1lbnVJdGVtRGlzYWJsZWRPdmVycmlkZU9wYWNpdHkgPSBzdHlsZWQoTWVudUl0ZW0pKHtcbiAgICBbYCYuJHttZW51SXRlbUNsYXNzZXMuZGlzYWJsZWR9YF06IHtcbiAgICAgICAgb3BhY2l0eTogMS4wLFxuICAgIH0sXG59KTtcblxuZXhwb3J0IGNvbnN0IExpbmVhckxvYWRpbmdDb250YWluZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIG1pbkhlaWdodDogXCIycHhcIixcbn0pO1xuIl19 */");
|
|
16
|
+
export var LinearLoadingContainer = /*#__PURE__*/styled("div", process.env.NODE_ENV === "production" ? {
|
|
17
|
+
target: "e14t1tb40"
|
|
18
|
+
} : {
|
|
19
|
+
target: "e14t1tb40",
|
|
20
|
+
label: "LinearLoadingContainer"
|
|
21
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
22
|
+
name: "121u35i",
|
|
23
|
+
styles: "min-height:2px"
|
|
24
|
+
} : {
|
|
25
|
+
name: "121u35i",
|
|
26
|
+
styles: "min-height:2px/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVNlbGVjdC5zYy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFTc0MiLCJmaWxlIjoiLi4vLi4vc3JjL2Zvcm0vRmluYWxGb3JtU2VsZWN0LnNjLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWVudUl0ZW0sIG1lbnVJdGVtQ2xhc3NlcyB9IGZyb20gXCJAbXVpL21hdGVyaWFsXCI7XG5pbXBvcnQgeyBzdHlsZWQgfSBmcm9tIFwiQG11aS9tYXRlcmlhbC9zdHlsZXNcIjtcblxuZXhwb3J0IGNvbnN0IE1lbnVJdGVtRGlzYWJsZWRPdmVycmlkZU9wYWNpdHkgPSBzdHlsZWQoTWVudUl0ZW0pKHtcbiAgICBbYCYuJHttZW51SXRlbUNsYXNzZXMuZGlzYWJsZWR9YF06IHtcbiAgICAgICAgb3BhY2l0eTogMS4wLFxuICAgIH0sXG59KTtcblxuZXhwb3J0IGNvbnN0IExpbmVhckxvYWRpbmdDb250YWluZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIG1pbkhlaWdodDogXCIycHhcIixcbn0pO1xuIl19 */",
|
|
27
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
28
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { FieldRenderProps } from "react-final-form";
|
|
3
|
+
export type FinalFormToggleButtonGroupProps<FieldValue> = {
|
|
4
|
+
options: Array<{
|
|
5
|
+
value: FieldValue;
|
|
6
|
+
label: ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
optionsPerRow?: number;
|
|
9
|
+
};
|
|
10
|
+
type FinalFormToggleButtonGroupInternalProps<FieldValue> = FieldRenderProps<FieldValue, HTMLDivElement>;
|
|
11
|
+
/**
|
|
12
|
+
* Final Form-compatible ToggleButtonGroup component.
|
|
13
|
+
*
|
|
14
|
+
* @see {@link ToggleButtonGroupField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
15
|
+
*/
|
|
16
|
+
export declare function FinalFormToggleButtonGroup<FieldValue = unknown>({ input: { value, onChange }, options, optionsPerRow, }: FinalFormToggleButtonGroupProps<FieldValue> & FinalFormToggleButtonGroupInternalProps<FieldValue>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=FinalFormToggleButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinalFormToggleButtonGroup.d.ts","sourceRoot":"","sources":["../../src/form/FinalFormToggleButtonGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,MAAM,MAAM,+BAA+B,CAAC,UAAU,IAAI;IACtD,OAAO,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,SAAS,CAAA;KAAE,CAAC,CAAC;IACxD,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,uCAAuC,CAAC,UAAU,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;AAExG;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,UAAU,GAAG,OAAO,EAAE,EAC7D,KAAK,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,EAC1B,OAAO,EACP,aAAa,GAChB,EAAE,+BAA+B,CAAC,UAAU,CAAC,GAAG,uCAAuC,CAAC,UAAU,CAAC,2CAYnG"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
var _templateObject, _templateObject2;
|
|
2
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
3
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
4
|
+
import { ButtonBase, Typography } from "@mui/material";
|
|
5
|
+
import { css, styled } from "@mui/material/styles";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
/**
|
|
8
|
+
* Final Form-compatible ToggleButtonGroup component.
|
|
9
|
+
*
|
|
10
|
+
* @see {@link ToggleButtonGroupField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
11
|
+
*/
|
|
12
|
+
export function FinalFormToggleButtonGroup(_ref) {
|
|
13
|
+
var _ref$input = _ref.input,
|
|
14
|
+
value = _ref$input.value,
|
|
15
|
+
onChange = _ref$input.onChange,
|
|
16
|
+
options = _ref.options,
|
|
17
|
+
optionsPerRow = _ref.optionsPerRow;
|
|
18
|
+
return /*#__PURE__*/_jsx(Root, {
|
|
19
|
+
$optionsPerRow: optionsPerRow,
|
|
20
|
+
children: options.map(function (_ref2, index) {
|
|
21
|
+
var optionValue = _ref2.value,
|
|
22
|
+
label = _ref2.label;
|
|
23
|
+
return /*#__PURE__*/_jsx(Button, {
|
|
24
|
+
$selected: value === optionValue,
|
|
25
|
+
onClick: function onClick() {
|
|
26
|
+
return onChange(optionValue);
|
|
27
|
+
},
|
|
28
|
+
focusRipple: true,
|
|
29
|
+
children: /*#__PURE__*/_jsx(Label, {
|
|
30
|
+
component: "span",
|
|
31
|
+
variant: "body2",
|
|
32
|
+
children: label
|
|
33
|
+
})
|
|
34
|
+
}, index);
|
|
35
|
+
})
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
var Label = /*#__PURE__*/styled(Typography, process.env.NODE_ENV === "production" ? {
|
|
39
|
+
target: "erce2ib2"
|
|
40
|
+
} : {
|
|
41
|
+
target: "erce2ib2",
|
|
42
|
+
label: "Label"
|
|
43
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
44
|
+
name: "s5xdrg",
|
|
45
|
+
styles: "display:flex;align-items:center"
|
|
46
|
+
} : {
|
|
47
|
+
name: "s5xdrg",
|
|
48
|
+
styles: "display:flex;align-items:center/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtQzZFIiwiZmlsZSI6Ii4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJ1dHRvbkJhc2UsIFR5cG9ncmFwaHksIHR5cGUgVHlwb2dyYXBoeVByb3BzIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWxcIjtcbmltcG9ydCB7IGNzcywgc3R5bGVkIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWwvc3R5bGVzXCI7XG5pbXBvcnQgdHlwZSB7IFJlYWN0Tm9kZSB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHR5cGUgeyBGaWVsZFJlbmRlclByb3BzIH0gZnJvbSBcInJlYWN0LWZpbmFsLWZvcm1cIjtcblxuZXhwb3J0IHR5cGUgRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiA9IHtcbiAgICBvcHRpb25zOiBBcnJheTx7IHZhbHVlOiBGaWVsZFZhbHVlOyBsYWJlbDogUmVhY3ROb2RlIH0+O1xuICAgIG9wdGlvbnNQZXJSb3c/OiBudW1iZXI7XG59O1xuXG50eXBlIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPiA9IEZpZWxkUmVuZGVyUHJvcHM8RmllbGRWYWx1ZSwgSFRNTERpdkVsZW1lbnQ+O1xuXG4vKipcbiAqIEZpbmFsIEZvcm0tY29tcGF0aWJsZSBUb2dnbGVCdXR0b25Hcm91cCBjb21wb25lbnQuXG4gKlxuICogQHNlZSB7QGxpbmsgVG9nZ2xlQnV0dG9uR3JvdXBGaWVsZH0g4oCTIHByZWZlcnJlZCBmb3IgdHlwaWNhbCBmb3JtIHVzZS4gVXNlIHRoaXMgb25seSBpZiBubyBGaWVsZCB3cmFwcGVyIGlzIG5lZWRlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwPEZpZWxkVmFsdWUgPSB1bmtub3duPih7XG4gICAgaW5wdXQ6IHsgdmFsdWUsIG9uQ2hhbmdlIH0sXG4gICAgb3B0aW9ucyxcbiAgICBvcHRpb25zUGVyUm93LFxufTogRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiAmIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPikge1xuICAgIHJldHVybiAoXG4gICAgICAgIDxSb290ICRvcHRpb25zUGVyUm93PXtvcHRpb25zUGVyUm93fT5cbiAgICAgICAgICAgIHtvcHRpb25zLm1hcCgoeyB2YWx1ZTogb3B0aW9uVmFsdWUsIGxhYmVsIH0sIGluZGV4KSA9PiAoXG4gICAgICAgICAgICAgICAgPEJ1dHRvbiBrZXk9e2luZGV4fSAkc2VsZWN0ZWQ9e3ZhbHVlID09PSBvcHRpb25WYWx1ZX0gb25DbGljaz17KCkgPT4gb25DaGFuZ2Uob3B0aW9uVmFsdWUpfSBmb2N1c1JpcHBsZT5cbiAgICAgICAgICAgICAgICAgICAgPExhYmVsIGNvbXBvbmVudD1cInNwYW5cIiB2YXJpYW50PVwiYm9keTJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtsYWJlbH1cbiAgICAgICAgICAgICAgICAgICAgPC9MYWJlbD5cbiAgICAgICAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgICAgICkpfVxuICAgICAgICA8L1Jvb3Q+XG4gICAgKTtcbn1cblxuY29uc3QgTGFiZWwgPSBzdHlsZWQoVHlwb2dyYXBoeSk8eyBjb21wb25lbnQ6IFR5cG9ncmFwaHlQcm9wc1tcImNvbXBvbmVudFwiXSB9PmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5gO1xuXG5jb25zdCBSb290ID0gc3R5bGVkKFwiZGl2XCIsIHsgc2hvdWxkRm9yd2FyZFByb3A6IChwcm9wKSA9PiBwcm9wICE9PSBcIiRvcHRpb25zUGVyUm93XCIgfSk8eyAkb3B0aW9uc1BlclJvdz86IG51bWJlciB9PmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBtaW4taGVpZ2h0OiA0MHB4O1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucGFsZXR0ZS5kaXZpZGVyfTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZGl2aWRlcn07XG4gICAgYm9yZGVyLXJhZGl1czogMnB4O1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgZ2FwOiAxcHg7XG5cbiAgICAkeyh7ICRvcHRpb25zUGVyUm93IH0pID0+XG4gICAgICAgICRvcHRpb25zUGVyUm93ICYmXG4gICAgICAgIGNzc2BcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ncmlkO1xuICAgICAgICAgICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoJHskb3B0aW9uc1BlclJvd30sIDFmcik7XG4gICAgICAgIGB9XG5gO1xuXG5jb25zdCBCdXR0b24gPSBzdHlsZWQoQnV0dG9uQmFzZSwgeyBzaG91bGRGb3J3YXJkUHJvcDogKHByb3ApID0+IHByb3AgIT09IFwiJHNlbGVjdGVkXCIgfSk8eyAkc2VsZWN0ZWQ/OiBib29sZWFuIH0+YFxuICAgIHBhZGRpbmctbGVmdDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjaW5nKDMpfTtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNpbmcoMyl9O1xuICAgIHBhZGRpbmctdG9wOiA5cHg7XG4gICAgcGFkZGluZy1ib3R0b206IDlweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuYmFja2dyb3VuZC5wYXBlcn07XG5cbiAgICA6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZ3JleVs1MF19O1xuICAgIH1cblxuICAgICR7KHsgJHNlbGVjdGVkLCB0aGVtZSB9KSA9PlxuICAgICAgICAkc2VsZWN0ZWQgJiZcbiAgICAgICAgY3NzYFxuICAgICAgICAgICAgY29sb3I6ICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuXG4gICAgICAgICAgICA6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICBsZWZ0OiAwO1xuICAgICAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDJweDtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWlufTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgYH1cbmA7XG4iXX0= */",
|
|
49
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
50
|
+
});
|
|
51
|
+
var Root = /*#__PURE__*/styled("div", process.env.NODE_ENV === "production" ? {
|
|
52
|
+
shouldForwardProp: function shouldForwardProp(prop) {
|
|
53
|
+
return prop !== "$optionsPerRow";
|
|
54
|
+
},
|
|
55
|
+
target: "erce2ib1"
|
|
56
|
+
} : {
|
|
57
|
+
shouldForwardProp: function shouldForwardProp(prop) {
|
|
58
|
+
return prop !== "$optionsPerRow";
|
|
59
|
+
},
|
|
60
|
+
target: "erce2ib1",
|
|
61
|
+
label: "Root"
|
|
62
|
+
})("display:inline-flex;min-height:40px;border:1px solid ", function (_ref3) {
|
|
63
|
+
var theme = _ref3.theme;
|
|
64
|
+
return theme.palette.divider;
|
|
65
|
+
}, ";background-color:", function (_ref4) {
|
|
66
|
+
var theme = _ref4.theme;
|
|
67
|
+
return theme.palette.divider;
|
|
68
|
+
}, ";border-radius:2px;overflow:hidden;gap:1px;", function (_ref5) {
|
|
69
|
+
var $optionsPerRow = _ref5.$optionsPerRow;
|
|
70
|
+
return $optionsPerRow && css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: inline-grid;\n grid-template-columns: repeat(", ", 1fr);\n "])), $optionsPerRow);
|
|
71
|
+
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3Q21IIiwiZmlsZSI6Ii4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJ1dHRvbkJhc2UsIFR5cG9ncmFwaHksIHR5cGUgVHlwb2dyYXBoeVByb3BzIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWxcIjtcbmltcG9ydCB7IGNzcywgc3R5bGVkIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWwvc3R5bGVzXCI7XG5pbXBvcnQgdHlwZSB7IFJlYWN0Tm9kZSB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHR5cGUgeyBGaWVsZFJlbmRlclByb3BzIH0gZnJvbSBcInJlYWN0LWZpbmFsLWZvcm1cIjtcblxuZXhwb3J0IHR5cGUgRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiA9IHtcbiAgICBvcHRpb25zOiBBcnJheTx7IHZhbHVlOiBGaWVsZFZhbHVlOyBsYWJlbDogUmVhY3ROb2RlIH0+O1xuICAgIG9wdGlvbnNQZXJSb3c/OiBudW1iZXI7XG59O1xuXG50eXBlIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPiA9IEZpZWxkUmVuZGVyUHJvcHM8RmllbGRWYWx1ZSwgSFRNTERpdkVsZW1lbnQ+O1xuXG4vKipcbiAqIEZpbmFsIEZvcm0tY29tcGF0aWJsZSBUb2dnbGVCdXR0b25Hcm91cCBjb21wb25lbnQuXG4gKlxuICogQHNlZSB7QGxpbmsgVG9nZ2xlQnV0dG9uR3JvdXBGaWVsZH0g4oCTIHByZWZlcnJlZCBmb3IgdHlwaWNhbCBmb3JtIHVzZS4gVXNlIHRoaXMgb25seSBpZiBubyBGaWVsZCB3cmFwcGVyIGlzIG5lZWRlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwPEZpZWxkVmFsdWUgPSB1bmtub3duPih7XG4gICAgaW5wdXQ6IHsgdmFsdWUsIG9uQ2hhbmdlIH0sXG4gICAgb3B0aW9ucyxcbiAgICBvcHRpb25zUGVyUm93LFxufTogRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiAmIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPikge1xuICAgIHJldHVybiAoXG4gICAgICAgIDxSb290ICRvcHRpb25zUGVyUm93PXtvcHRpb25zUGVyUm93fT5cbiAgICAgICAgICAgIHtvcHRpb25zLm1hcCgoeyB2YWx1ZTogb3B0aW9uVmFsdWUsIGxhYmVsIH0sIGluZGV4KSA9PiAoXG4gICAgICAgICAgICAgICAgPEJ1dHRvbiBrZXk9e2luZGV4fSAkc2VsZWN0ZWQ9e3ZhbHVlID09PSBvcHRpb25WYWx1ZX0gb25DbGljaz17KCkgPT4gb25DaGFuZ2Uob3B0aW9uVmFsdWUpfSBmb2N1c1JpcHBsZT5cbiAgICAgICAgICAgICAgICAgICAgPExhYmVsIGNvbXBvbmVudD1cInNwYW5cIiB2YXJpYW50PVwiYm9keTJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtsYWJlbH1cbiAgICAgICAgICAgICAgICAgICAgPC9MYWJlbD5cbiAgICAgICAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgICAgICkpfVxuICAgICAgICA8L1Jvb3Q+XG4gICAgKTtcbn1cblxuY29uc3QgTGFiZWwgPSBzdHlsZWQoVHlwb2dyYXBoeSk8eyBjb21wb25lbnQ6IFR5cG9ncmFwaHlQcm9wc1tcImNvbXBvbmVudFwiXSB9PmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5gO1xuXG5jb25zdCBSb290ID0gc3R5bGVkKFwiZGl2XCIsIHsgc2hvdWxkRm9yd2FyZFByb3A6IChwcm9wKSA9PiBwcm9wICE9PSBcIiRvcHRpb25zUGVyUm93XCIgfSk8eyAkb3B0aW9uc1BlclJvdz86IG51bWJlciB9PmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBtaW4taGVpZ2h0OiA0MHB4O1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucGFsZXR0ZS5kaXZpZGVyfTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZGl2aWRlcn07XG4gICAgYm9yZGVyLXJhZGl1czogMnB4O1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgZ2FwOiAxcHg7XG5cbiAgICAkeyh7ICRvcHRpb25zUGVyUm93IH0pID0+XG4gICAgICAgICRvcHRpb25zUGVyUm93ICYmXG4gICAgICAgIGNzc2BcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ncmlkO1xuICAgICAgICAgICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoJHskb3B0aW9uc1BlclJvd30sIDFmcik7XG4gICAgICAgIGB9XG5gO1xuXG5jb25zdCBCdXR0b24gPSBzdHlsZWQoQnV0dG9uQmFzZSwgeyBzaG91bGRGb3J3YXJkUHJvcDogKHByb3ApID0+IHByb3AgIT09IFwiJHNlbGVjdGVkXCIgfSk8eyAkc2VsZWN0ZWQ/OiBib29sZWFuIH0+YFxuICAgIHBhZGRpbmctbGVmdDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjaW5nKDMpfTtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNpbmcoMyl9O1xuICAgIHBhZGRpbmctdG9wOiA5cHg7XG4gICAgcGFkZGluZy1ib3R0b206IDlweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuYmFja2dyb3VuZC5wYXBlcn07XG5cbiAgICA6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZ3JleVs1MF19O1xuICAgIH1cblxuICAgICR7KHsgJHNlbGVjdGVkLCB0aGVtZSB9KSA9PlxuICAgICAgICAkc2VsZWN0ZWQgJiZcbiAgICAgICAgY3NzYFxuICAgICAgICAgICAgY29sb3I6ICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuXG4gICAgICAgICAgICA6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICBsZWZ0OiAwO1xuICAgICAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDJweDtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWlufTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgYH1cbmA7XG4iXX0= */"));
|
|
72
|
+
var Button = /*#__PURE__*/styled(ButtonBase, process.env.NODE_ENV === "production" ? {
|
|
73
|
+
shouldForwardProp: function shouldForwardProp(prop) {
|
|
74
|
+
return prop !== "$selected";
|
|
75
|
+
},
|
|
76
|
+
target: "erce2ib0"
|
|
77
|
+
} : {
|
|
78
|
+
shouldForwardProp: function shouldForwardProp(prop) {
|
|
79
|
+
return prop !== "$selected";
|
|
80
|
+
},
|
|
81
|
+
target: "erce2ib0",
|
|
82
|
+
label: "Button"
|
|
83
|
+
})("padding-left:", function (_ref6) {
|
|
84
|
+
var theme = _ref6.theme;
|
|
85
|
+
return theme.spacing(3);
|
|
86
|
+
}, ";padding-right:", function (_ref7) {
|
|
87
|
+
var theme = _ref7.theme;
|
|
88
|
+
return theme.spacing(3);
|
|
89
|
+
}, ";padding-top:9px;padding-bottom:9px;background-color:", function (_ref8) {
|
|
90
|
+
var theme = _ref8.theme;
|
|
91
|
+
return theme.palette.background.paper;
|
|
92
|
+
}, ";:hover{background-color:", function (_ref9) {
|
|
93
|
+
var theme = _ref9.theme;
|
|
94
|
+
return theme.palette.grey[50];
|
|
95
|
+
}, ";}", function (_ref0) {
|
|
96
|
+
var $selected = _ref0.$selected,
|
|
97
|
+
theme = _ref0.theme;
|
|
98
|
+
return $selected && css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n color: ", ";\n\n :before {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n bottom: 0;\n height: 2px;\n background-color: ", ";\n }\n "])), theme.palette.primary.main, theme.palette.primary.main);
|
|
99
|
+
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5RGlIIiwiZmlsZSI6Ii4uLy4uL3NyYy9mb3JtL0ZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJ1dHRvbkJhc2UsIFR5cG9ncmFwaHksIHR5cGUgVHlwb2dyYXBoeVByb3BzIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWxcIjtcbmltcG9ydCB7IGNzcywgc3R5bGVkIH0gZnJvbSBcIkBtdWkvbWF0ZXJpYWwvc3R5bGVzXCI7XG5pbXBvcnQgdHlwZSB7IFJlYWN0Tm9kZSB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHR5cGUgeyBGaWVsZFJlbmRlclByb3BzIH0gZnJvbSBcInJlYWN0LWZpbmFsLWZvcm1cIjtcblxuZXhwb3J0IHR5cGUgRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiA9IHtcbiAgICBvcHRpb25zOiBBcnJheTx7IHZhbHVlOiBGaWVsZFZhbHVlOyBsYWJlbDogUmVhY3ROb2RlIH0+O1xuICAgIG9wdGlvbnNQZXJSb3c/OiBudW1iZXI7XG59O1xuXG50eXBlIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPiA9IEZpZWxkUmVuZGVyUHJvcHM8RmllbGRWYWx1ZSwgSFRNTERpdkVsZW1lbnQ+O1xuXG4vKipcbiAqIEZpbmFsIEZvcm0tY29tcGF0aWJsZSBUb2dnbGVCdXR0b25Hcm91cCBjb21wb25lbnQuXG4gKlxuICogQHNlZSB7QGxpbmsgVG9nZ2xlQnV0dG9uR3JvdXBGaWVsZH0g4oCTIHByZWZlcnJlZCBmb3IgdHlwaWNhbCBmb3JtIHVzZS4gVXNlIHRoaXMgb25seSBpZiBubyBGaWVsZCB3cmFwcGVyIGlzIG5lZWRlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwPEZpZWxkVmFsdWUgPSB1bmtub3duPih7XG4gICAgaW5wdXQ6IHsgdmFsdWUsIG9uQ2hhbmdlIH0sXG4gICAgb3B0aW9ucyxcbiAgICBvcHRpb25zUGVyUm93LFxufTogRmluYWxGb3JtVG9nZ2xlQnV0dG9uR3JvdXBQcm9wczxGaWVsZFZhbHVlPiAmIEZpbmFsRm9ybVRvZ2dsZUJ1dHRvbkdyb3VwSW50ZXJuYWxQcm9wczxGaWVsZFZhbHVlPikge1xuICAgIHJldHVybiAoXG4gICAgICAgIDxSb290ICRvcHRpb25zUGVyUm93PXtvcHRpb25zUGVyUm93fT5cbiAgICAgICAgICAgIHtvcHRpb25zLm1hcCgoeyB2YWx1ZTogb3B0aW9uVmFsdWUsIGxhYmVsIH0sIGluZGV4KSA9PiAoXG4gICAgICAgICAgICAgICAgPEJ1dHRvbiBrZXk9e2luZGV4fSAkc2VsZWN0ZWQ9e3ZhbHVlID09PSBvcHRpb25WYWx1ZX0gb25DbGljaz17KCkgPT4gb25DaGFuZ2Uob3B0aW9uVmFsdWUpfSBmb2N1c1JpcHBsZT5cbiAgICAgICAgICAgICAgICAgICAgPExhYmVsIGNvbXBvbmVudD1cInNwYW5cIiB2YXJpYW50PVwiYm9keTJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtsYWJlbH1cbiAgICAgICAgICAgICAgICAgICAgPC9MYWJlbD5cbiAgICAgICAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgICAgICkpfVxuICAgICAgICA8L1Jvb3Q+XG4gICAgKTtcbn1cblxuY29uc3QgTGFiZWwgPSBzdHlsZWQoVHlwb2dyYXBoeSk8eyBjb21wb25lbnQ6IFR5cG9ncmFwaHlQcm9wc1tcImNvbXBvbmVudFwiXSB9PmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5gO1xuXG5jb25zdCBSb290ID0gc3R5bGVkKFwiZGl2XCIsIHsgc2hvdWxkRm9yd2FyZFByb3A6IChwcm9wKSA9PiBwcm9wICE9PSBcIiRvcHRpb25zUGVyUm93XCIgfSk8eyAkb3B0aW9uc1BlclJvdz86IG51bWJlciB9PmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBtaW4taGVpZ2h0OiA0MHB4O1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucGFsZXR0ZS5kaXZpZGVyfTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZGl2aWRlcn07XG4gICAgYm9yZGVyLXJhZGl1czogMnB4O1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgZ2FwOiAxcHg7XG5cbiAgICAkeyh7ICRvcHRpb25zUGVyUm93IH0pID0+XG4gICAgICAgICRvcHRpb25zUGVyUm93ICYmXG4gICAgICAgIGNzc2BcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ncmlkO1xuICAgICAgICAgICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoJHskb3B0aW9uc1BlclJvd30sIDFmcik7XG4gICAgICAgIGB9XG5gO1xuXG5jb25zdCBCdXR0b24gPSBzdHlsZWQoQnV0dG9uQmFzZSwgeyBzaG91bGRGb3J3YXJkUHJvcDogKHByb3ApID0+IHByb3AgIT09IFwiJHNlbGVjdGVkXCIgfSk8eyAkc2VsZWN0ZWQ/OiBib29sZWFuIH0+YFxuICAgIHBhZGRpbmctbGVmdDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjaW5nKDMpfTtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNpbmcoMyl9O1xuICAgIHBhZGRpbmctdG9wOiA5cHg7XG4gICAgcGFkZGluZy1ib3R0b206IDlweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuYmFja2dyb3VuZC5wYXBlcn07XG5cbiAgICA6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnBhbGV0dGUuZ3JleVs1MF19O1xuICAgIH1cblxuICAgICR7KHsgJHNlbGVjdGVkLCB0aGVtZSB9KSA9PlxuICAgICAgICAkc2VsZWN0ZWQgJiZcbiAgICAgICAgY3NzYFxuICAgICAgICAgICAgY29sb3I6ICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuXG4gICAgICAgICAgICA6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICBsZWZ0OiAwO1xuICAgICAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDJweDtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWlufTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgYH1cbmA7XG4iXX0= */"));
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { ComponentsOverrides } from "@mui/material";
|
|
2
|
+
import { type Theme } from "@mui/material/styles";
|
|
3
|
+
import type { ComponentProps, ReactNode } from "react";
|
|
4
|
+
import type { ThemedComponentBaseProps } from "../helpers/ThemedComponentBaseProps";
|
|
5
|
+
import { SectionHeadline } from "../section/SectionHeadline";
|
|
6
|
+
export type FormSectionClassKey = "root" | "disableMarginBottom" | "title" | "children";
|
|
7
|
+
export interface FormSectionProps extends ThemedComponentBaseProps<{
|
|
8
|
+
root: "div";
|
|
9
|
+
title: typeof SectionHeadline;
|
|
10
|
+
children: "div";
|
|
11
|
+
}> {
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
title?: ReactNode;
|
|
14
|
+
disableMarginBottom?: boolean;
|
|
15
|
+
infoTooltip?: ComponentProps<typeof Title>["infoTooltip"];
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated Use `slotProps.title` for custom styling or for setting a custom `variant` on the underlying `Typography` component.
|
|
18
|
+
*/
|
|
19
|
+
disableTypography?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function FormSection(inProps: FormSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
declare const Title: import("react").ForwardRefExoticComponent<Pick<import("..").SectionHeadlineProps, keyof import("..").SectionHeadlineProps> & import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
23
|
+
ownerState?: undefined;
|
|
24
|
+
} & {
|
|
25
|
+
className?: string;
|
|
26
|
+
ownerState?: object;
|
|
27
|
+
} & import("react").RefAttributes<unknown>>;
|
|
28
|
+
declare module "@mui/material/styles" {
|
|
29
|
+
interface ComponentNameToClassKey {
|
|
30
|
+
CometAdminFormSection: FormSectionClassKey;
|
|
31
|
+
}
|
|
32
|
+
interface ComponentsPropsList {
|
|
33
|
+
CometAdminFormSection: FormSectionProps;
|
|
34
|
+
}
|
|
35
|
+
interface Components {
|
|
36
|
+
CometAdminFormSection?: {
|
|
37
|
+
defaultProps?: Partial<ComponentsPropsList["CometAdminFormSection"]>;
|
|
38
|
+
styleOverrides?: ComponentsOverrides<Theme>["CometAdminFormSection"];
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export {};
|
|
43
|
+
//# sourceMappingURL=FormSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormSection.d.ts","sourceRoot":"","sources":["../../src/form/FormSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAO,KAAK,KAAK,EAAiB,MAAM,sBAAsB,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAE7D,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,qBAAqB,GAAG,OAAO,GAAG,UAAU,CAAC;AAIxF,MAAM,WAAW,gBACb,SAAQ,wBAAwB,CAAC;IAC7B,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,OAAO,eAAe,CAAC;IAC9B,QAAQ,EAAE,KAAK,CAAC;CACnB,CAAC;IACF,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,aAAa,CAAC,CAAC;IAC1D;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,gBAAgB,2CA2BpD;AAiBD,QAAA,MAAM,KAAK;;;;;2CAOV,CAAC;AAiBF,OAAO,QAAQ,sBAAsB,CAAC;IAClC,UAAU,uBAAuB;QAC7B,qBAAqB,EAAE,mBAAmB,CAAC;KAC9C;IAED,UAAU,mBAAmB;QACzB,qBAAqB,EAAE,gBAAgB,CAAC;KAC3C;IAED,UAAU,UAAU;QAChB,qBAAqB,CAAC,EAAE;YACpB,YAAY,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,CAAC;YACrE,cAAc,CAAC,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAC,uBAAuB,CAAC,CAAC;SACxE,CAAC;KACL;CACJ"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
3
|
+
var _excluded = ["children", "title", "disableMarginBottom", "disableTypography", "slotProps", "infoTooltip"];
|
|
4
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
5
|
+
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; }
|
|
6
|
+
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; }
|
|
7
|
+
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; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
9
|
+
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); }
|
|
10
|
+
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; }
|
|
11
|
+
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; }
|
|
12
|
+
import { css, useThemeProps } from "@mui/material/styles";
|
|
13
|
+
import { createComponentSlot } from "../helpers/createComponentSlot";
|
|
14
|
+
import { SectionHeadline } from "../section/SectionHeadline";
|
|
15
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
export function FormSection(inProps) {
|
|
17
|
+
var _useThemeProps = useThemeProps({
|
|
18
|
+
props: inProps,
|
|
19
|
+
name: "CometAdminFormSection"
|
|
20
|
+
}),
|
|
21
|
+
children = _useThemeProps.children,
|
|
22
|
+
title = _useThemeProps.title,
|
|
23
|
+
disableMarginBottom = _useThemeProps.disableMarginBottom,
|
|
24
|
+
disableTypography = _useThemeProps.disableTypography,
|
|
25
|
+
slotProps = _useThemeProps.slotProps,
|
|
26
|
+
infoTooltip = _useThemeProps.infoTooltip,
|
|
27
|
+
restProps = _objectWithoutProperties(_useThemeProps, _excluded);
|
|
28
|
+
var ownerState = {
|
|
29
|
+
disableMarginBottom: disableMarginBottom
|
|
30
|
+
};
|
|
31
|
+
return /*#__PURE__*/_jsxs(Root, _objectSpread(_objectSpread(_objectSpread({
|
|
32
|
+
ownerState: ownerState
|
|
33
|
+
}, slotProps === null || slotProps === void 0 ? void 0 : slotProps.root), restProps), {}, {
|
|
34
|
+
children: [title && /*#__PURE__*/_jsx(_Fragment, {
|
|
35
|
+
children: disableTypography ? /*#__PURE__*/_jsx(LegacyTitle, _objectSpread(_objectSpread({}, slotProps === null || slotProps === void 0 ? void 0 : slotProps.title), {}, {
|
|
36
|
+
children: title
|
|
37
|
+
})) : /*#__PURE__*/_jsx(Title, _objectSpread(_objectSpread({
|
|
38
|
+
infoTooltip: infoTooltip,
|
|
39
|
+
divider: true
|
|
40
|
+
}, slotProps === null || slotProps === void 0 ? void 0 : slotProps.title), {}, {
|
|
41
|
+
children: title
|
|
42
|
+
}))
|
|
43
|
+
}), /*#__PURE__*/_jsx(Children, _objectSpread(_objectSpread({}, slotProps === null || slotProps === void 0 ? void 0 : slotProps.children), {}, {
|
|
44
|
+
children: children
|
|
45
|
+
}))]
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
var Root = createComponentSlot("div")({
|
|
49
|
+
componentName: "FormSection",
|
|
50
|
+
slotName: "root",
|
|
51
|
+
classesResolver: function classesResolver(ownerState) {
|
|
52
|
+
return [ownerState.disableMarginBottom && "disableMarginBottom"];
|
|
53
|
+
}
|
|
54
|
+
})(function (_ref) {
|
|
55
|
+
var theme = _ref.theme,
|
|
56
|
+
ownerState = _ref.ownerState;
|
|
57
|
+
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n "])), !ownerState.disableMarginBottom && css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n "])), theme.spacing(12)));
|
|
58
|
+
});
|
|
59
|
+
var Title = createComponentSlot(SectionHeadline)({
|
|
60
|
+
componentName: "FormSection",
|
|
61
|
+
slotName: "title"
|
|
62
|
+
})(function (_ref2) {
|
|
63
|
+
var theme = _ref2.theme;
|
|
64
|
+
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n "])), theme.spacing(4));
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
// TODO: Remove this slot once the `disableTypography` prop has been removed
|
|
68
|
+
var LegacyTitle = createComponentSlot("div")({
|
|
69
|
+
componentName: "FormSection",
|
|
70
|
+
slotName: "title"
|
|
71
|
+
})(function (_ref3) {
|
|
72
|
+
var theme = _ref3.theme;
|
|
73
|
+
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n "])), theme.spacing(4));
|
|
74
|
+
});
|
|
75
|
+
var Children = createComponentSlot("div")({
|
|
76
|
+
componentName: "FormSection",
|
|
77
|
+
slotName: "children"
|
|
78
|
+
})();
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type RadioProps } from "@mui/material/Radio";
|
|
2
|
+
import type { FieldRenderProps } from "react-final-form";
|
|
3
|
+
export type FinalFormRadioProps = RadioProps & FieldRenderProps<string, HTMLInputElement>;
|
|
4
|
+
/**
|
|
5
|
+
* Final Form-compatible RadioGroup component.
|
|
6
|
+
*
|
|
7
|
+
* @see {@link RadioGroupField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
8
|
+
*/
|
|
9
|
+
export declare const FinalFormRadio: ({ input: { checked, value, name, onChange, ...restInput }, meta, ...rest }: FinalFormRadioProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../src/form/Radio.tsx"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;AAE1F;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,4EAA4E,mBAAmB,4CAE7H,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = ["checked", "value", "name", "onChange"],
|
|
3
|
+
_excluded2 = ["input", "meta"];
|
|
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 MuiRadio from "@mui/material/Radio";
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
/**
|
|
14
|
+
* Final Form-compatible RadioGroup component.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link RadioGroupField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
17
|
+
*/
|
|
18
|
+
export var FinalFormRadio = function FinalFormRadio(_ref) {
|
|
19
|
+
var _ref$input = _ref.input,
|
|
20
|
+
checked = _ref$input.checked,
|
|
21
|
+
value = _ref$input.value,
|
|
22
|
+
name = _ref$input.name,
|
|
23
|
+
onChange = _ref$input.onChange,
|
|
24
|
+
restInput = _objectWithoutProperties(_ref$input, _excluded),
|
|
25
|
+
meta = _ref.meta,
|
|
26
|
+
rest = _objectWithoutProperties(_ref, _excluded2);
|
|
27
|
+
return /*#__PURE__*/_jsx(MuiRadio, _objectSpread(_objectSpread({}, rest), {}, {
|
|
28
|
+
name: name,
|
|
29
|
+
inputProps: restInput,
|
|
30
|
+
onChange: onChange,
|
|
31
|
+
checked: !!checked,
|
|
32
|
+
value: value
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type SwitchProps } from "@mui/material/Switch";
|
|
2
|
+
import type { FieldRenderProps } from "react-final-form";
|
|
3
|
+
export type FinalFormSwitchProps = SwitchProps;
|
|
4
|
+
type FinalFormSwitchInternalProps = FieldRenderProps<string, HTMLInputElement>;
|
|
5
|
+
/**
|
|
6
|
+
* Final Form-compatible Switch component.
|
|
7
|
+
*
|
|
8
|
+
* @see {@link SwitchField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
9
|
+
*/
|
|
10
|
+
export declare const FinalFormSwitch: ({ input: { checked, name, onChange, ...restInput }, meta, ...rest }: FinalFormSwitchProps & FinalFormSwitchInternalProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../src/form/Switch.tsx"],"names":[],"mappings":"AAAA,OAAkB,EAAE,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC;AAC/C,KAAK,4BAA4B,GAAG,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;AAE/E;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAI,qEAI7B,oBAAoB,GAAG,4BAA4B,4CAErD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = ["checked", "name", "onChange"],
|
|
3
|
+
_excluded2 = ["input", "meta"];
|
|
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 MuiSwitch from "@mui/material/Switch";
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
/**
|
|
14
|
+
* Final Form-compatible Switch component.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link SwitchField} – preferred for typical form use. Use this only if no Field wrapper is needed.
|
|
17
|
+
*/
|
|
18
|
+
export var FinalFormSwitch = function FinalFormSwitch(_ref) {
|
|
19
|
+
var _ref$input = _ref.input,
|
|
20
|
+
checked = _ref$input.checked,
|
|
21
|
+
name = _ref$input.name,
|
|
22
|
+
onChange = _ref$input.onChange,
|
|
23
|
+
restInput = _objectWithoutProperties(_ref$input, _excluded),
|
|
24
|
+
meta = _ref.meta,
|
|
25
|
+
rest = _objectWithoutProperties(_ref, _excluded2);
|
|
26
|
+
return /*#__PURE__*/_jsx(MuiSwitch, _objectSpread(_objectSpread({}, rest), {}, {
|
|
27
|
+
name: name,
|
|
28
|
+
inputProps: restInput,
|
|
29
|
+
onChange: onChange,
|
|
30
|
+
checked: checked
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { AutocompleteProps } from "@mui/material";
|
|
2
|
+
import { type FieldProps } from "../Field";
|
|
3
|
+
export type AsyncAutocompleteFieldProps<T extends Record<string, any>, Multiple extends boolean | undefined, DisableClearable extends boolean | undefined, FreeSolo extends boolean | undefined> = FieldProps<T, HTMLInputElement | HTMLTextAreaElement> & {
|
|
4
|
+
loadOptions: (search?: string) => Promise<T[]>;
|
|
5
|
+
} & Omit<AutocompleteProps<T, Multiple, DisableClearable, FreeSolo>, "options" | "renderInput"> & {
|
|
6
|
+
clearable?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare function AsyncAutocompleteField<T extends Record<string, any>, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>(props: AsyncAutocompleteFieldProps<T, Multiple, DisableClearable, FreeSolo>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=AsyncAutocompleteField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsyncAutocompleteField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/AsyncAutocompleteField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAGlD,MAAM,MAAM,2BAA2B,CACnC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,gBAAgB,SAAS,OAAO,GAAG,SAAS,EAC5C,QAAQ,SAAS,OAAO,GAAG,SAAS,IACpC,UAAU,CAAC,CAAC,EAAE,gBAAgB,GAAG,mBAAmB,CAAC,GAAG;IACxD,WAAW,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;CAClD,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG;IAC1F,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEN,wBAAgB,sBAAsB,CAClC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EAC5C,gBAAgB,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EACpD,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EAC9C,KAAK,EAAE,2BAA2B,CAAC,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,CAAC,2CAE5E"}
|
|
@@ -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 { FinalFormAsyncAutocomplete } from "../FinalFormAsyncAutocomplete";
|
|
9
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
+
export function AsyncAutocompleteField(props) {
|
|
11
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
12
|
+
component: FinalFormAsyncAutocomplete
|
|
13
|
+
}, props));
|
|
14
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FieldProps } from "../Field";
|
|
2
|
+
import { type FinalFormAsyncSelectProps } from "../FinalFormAsyncSelect";
|
|
3
|
+
export type AsyncSelectFieldProps<Option> = FieldProps<Option, HTMLSelectElement> & FinalFormAsyncSelectProps<Option>;
|
|
4
|
+
export declare function AsyncSelectField<Option>(props: AsyncSelectFieldProps<Option>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=AsyncSelectField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsyncSelectField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/AsyncSelectField.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,qBAAqB,CAAC,MAAM,IAAI,UAAU,CAAC,MAAM,EAAE,iBAAiB,CAAC,GAAG,yBAAyB,CAAC,MAAM,CAAC,CAAC;AAEtH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,qBAAqB,CAAC,MAAM,CAAC,2CAE5E"}
|
|
@@ -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 { FinalFormAsyncSelect } from "../FinalFormAsyncSelect";
|
|
9
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
+
export function AsyncSelectField(props) {
|
|
11
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
12
|
+
component: FinalFormAsyncSelect
|
|
13
|
+
}, props));
|
|
14
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FinalFormAutocompleteProps } from "../Autocomplete";
|
|
2
|
+
import { type FieldProps } from "../Field";
|
|
3
|
+
export type AutocompleteFieldProps<T extends Record<string, any>, Multiple extends boolean | undefined, DisableClearable extends boolean | undefined, FreeSolo extends boolean | undefined> = FieldProps<T, HTMLInputElement | HTMLTextAreaElement> & FinalFormAutocompleteProps<T, Multiple, DisableClearable, FreeSolo>;
|
|
4
|
+
export declare function AutocompleteField<T extends Record<string, any>, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>(props: AutocompleteFieldProps<T, Multiple, DisableClearable, FreeSolo>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=AutocompleteField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutocompleteField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/AutocompleteField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AACzF,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAElD,MAAM,MAAM,sBAAsB,CAC9B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,gBAAgB,SAAS,OAAO,GAAG,SAAS,EAC5C,QAAQ,SAAS,OAAO,GAAG,SAAS,IACpC,UAAU,CAAC,CAAC,EAAE,gBAAgB,GAAG,mBAAmB,CAAC,GAAG,0BAA0B,CAAC,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,CAAC,CAAC;AAEhI,wBAAgB,iBAAiB,CAC7B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EAC5C,gBAAgB,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EACpD,QAAQ,SAAS,OAAO,GAAG,SAAS,GAAG,KAAK,EAC9C,KAAK,EAAE,sBAAsB,CAAC,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,CAAC,2CAEvE"}
|
|
@@ -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 { FinalFormAutocomplete } from "../Autocomplete";
|
|
8
|
+
import { Field } from "../Field";
|
|
9
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
|
+
export function AutocompleteField(props) {
|
|
11
|
+
return /*#__PURE__*/_jsx(Field, _objectSpread({
|
|
12
|
+
component: FinalFormAutocomplete
|
|
13
|
+
}, props));
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type FormControlLabelProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
import { type FinalFormCheckboxProps } from "../Checkbox";
|
|
4
|
+
import { type FieldProps } from "../Field";
|
|
5
|
+
export interface CheckboxFieldProps extends FieldProps<string, HTMLInputElement> {
|
|
6
|
+
fieldLabel?: ReactNode;
|
|
7
|
+
componentsProps?: {
|
|
8
|
+
formControlLabel?: FormControlLabelProps;
|
|
9
|
+
finalFormCheckbox?: FinalFormCheckboxProps;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare const CheckboxField: ({ fieldLabel, label, componentsProps, ...restProps }: CheckboxFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=CheckboxField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/CheckboxField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAqB,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,UAAU,CAAC,MAAM,EAAE,gBAAgB,CAAC;IAC5E,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,eAAe,CAAC,EAAE;QACd,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;QACzC,iBAAiB,CAAC,EAAE,sBAAsB,CAAC;KAC9C,CAAC;CACL;AAED,eAAO,MAAM,aAAa,GAAI,sDAA2D,kBAAkB,4CAS1G,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 { FinalFormCheckbox } from "../Checkbox";
|
|
12
|
+
import { Field } from "../Field";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
export var CheckboxField = function CheckboxField(_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
|
+
finalFormCheckboxProps = componentsProps.finalFormCheckbox;
|
|
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: label,
|
|
29
|
+
control: /*#__PURE__*/_jsx(FinalFormCheckbox, _objectSpread(_objectSpread({}, props), finalFormCheckboxProps))
|
|
30
|
+
}, formControlLabelProps));
|
|
31
|
+
}
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import { type FieldProps } from "../Field";
|
|
3
|
+
type CheckboxListFieldOption<Value extends string> = {
|
|
4
|
+
label: ReactNode;
|
|
5
|
+
value: Value;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export type CheckboxListFieldProps<Value extends string> = FieldProps<[Value], HTMLInputElement> & {
|
|
9
|
+
options: CheckboxListFieldOption<Value>[];
|
|
10
|
+
layout?: "row" | "column";
|
|
11
|
+
};
|
|
12
|
+
export declare const CheckboxListField: <Value extends string>({ options, layout, required, ...restProps }: CheckboxListFieldProps<Value>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=CheckboxListField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxListField.d.ts","sourceRoot":"","sources":["../../../src/form/fields/CheckboxListField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAElD,KAAK,uBAAuB,CAAC,KAAK,SAAS,MAAM,IAAI;IACjD,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,sBAAsB,CAAC,KAAK,SAAS,MAAM,IAAI,UAAU,CAAC,CAAC,KAAK,CAAC,EAAE,gBAAgB,CAAC,GAAG;IAC/F,OAAO,EAAE,uBAAuB,CAAC,KAAK,CAAC,EAAE,CAAC;IAC1C,MAAM,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,KAAK,SAAS,MAAM,EAAE,6CAAqD,sBAAsB,CAAC,KAAK,CAAC,4CA6BzI,CAAC"}
|