@digital-ai/dot-components 2.19.1 → 2.20.0
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/README.md +1 -2
- package/index.esm.d.ts +1 -0
- package/index.esm.js +1193 -1481
- package/package.json +7 -7
- package/{index.d.ts → src/index.d.ts} +7 -7
- package/src/lib/components/AccessibilityProps.d.ts +1 -0
- package/{lib → src/lib}/components/BaseButtonProps.d.ts +26 -26
- package/{lib → src/lib}/components/CommonProps.d.ts +11 -11
- package/{lib → src/lib}/components/accordion/Accordion.d.ts +28 -28
- package/{lib → src/lib}/components/accordion/Accordion.styles.d.ts +4 -4
- package/{lib → src/lib}/components/action-toolbar/ActionToolbar.d.ts +10 -10
- package/{lib → src/lib}/components/action-toolbar/ActionToolbar.styles.d.ts +2 -2
- package/{lib → src/lib}/components/alert-banner/AlertBanner.d.ts +19 -19
- package/{lib → src/lib}/components/alert-banner/AlertBanner.styles.d.ts +4 -4
- package/{lib → src/lib}/components/app-logo/AppLogo.d.ts +11 -11
- package/{lib → src/lib}/components/app-switcher/AppSwitcher.d.ts +29 -29
- package/{lib → src/lib}/components/app-switcher/AppSwitcher.styles.d.ts +2 -2
- package/{lib → src/lib}/components/app-switcher/utils/helpers.d.ts +26 -26
- package/{lib → src/lib}/components/app-toolbar/AppToolbar.d.ts +49 -49
- package/{lib → src/lib}/components/app-toolbar/AppToolbar.data.d.ts +8 -8
- package/{lib → src/lib}/components/app-toolbar/AppToolbar.styles.d.ts +4 -4
- package/{lib → src/lib}/components/auto-complete/AutoComplete.d.ts +89 -89
- package/{lib → src/lib}/components/auto-complete/AutoComplete.styles.d.ts +5 -5
- package/{lib → src/lib}/components/auto-complete/index.d.ts +4 -4
- package/{lib → src/lib}/components/auto-complete/utils/helpers.d.ts +13 -13
- package/{lib → src/lib}/components/auto-complete/utils/interface.d.ts +17 -17
- package/{lib → src/lib}/components/avatar/Avatar.d.ts +37 -37
- package/{lib → src/lib}/components/avatar/Avatar.styles.d.ts +3 -3
- package/{lib → src/lib}/components/avatar-group/AvatarGroup.d.ts +12 -12
- package/{lib → src/lib}/components/avatar-group/AvatarGroup.styles.d.ts +3 -3
- package/{lib → src/lib}/components/badge/Badge.d.ts +20 -20
- package/{lib → src/lib}/components/badge/Badge.styles.d.ts +6 -6
- package/{lib → src/lib}/components/badge/index.d.ts +1 -1
- package/{lib → src/lib}/components/breadcrumbs/Breadcrumbs.d.ts +25 -25
- package/{lib → src/lib}/components/breadcrumbs/Breadcrumbs.data.d.ts +5 -5
- package/{lib → src/lib}/components/breadcrumbs/Breadcrumbs.styles.d.ts +4 -4
- package/{lib → src/lib}/components/breadcrumbs/utils/helpers.d.ts +25 -25
- package/{lib → src/lib}/components/breadcrumbs/utils/useBreadcrumbsObserver.d.ts +9 -9
- package/{lib → src/lib}/components/breadcrumbs/utils/useBreadcrumbsResizer.d.ts +18 -18
- package/{lib → src/lib}/components/button/Button.d.ts +13 -13
- package/{lib → src/lib}/components/button/Button.styles.d.ts +2 -2
- package/{lib → src/lib}/components/button/CopyButton.d.ts +14 -14
- package/{lib → src/lib}/components/button/CopyButton.styles.d.ts +2 -2
- package/{lib → src/lib}/components/button/IconButton.d.ts +29 -29
- package/{lib → src/lib}/components/button/IconButton.styles.d.ts +2 -2
- package/{lib → src/lib}/components/button/index.d.ts +6 -6
- package/{lib → src/lib}/components/button-toggle/ButtonToggle.d.ts +24 -24
- package/{lib → src/lib}/components/button-toggle/ButtonToggle.styles.d.ts +3 -3
- package/{lib → src/lib}/components/button-toggle/index.d.ts +3 -3
- package/src/lib/components/button-toggle/utils/models.d.ts +13 -0
- package/{lib → src/lib}/components/card/Card.d.ts +7 -7
- package/{lib → src/lib}/components/card/CardContent.d.ts +7 -7
- package/{lib → src/lib}/components/card/CardFooter.d.ts +7 -7
- package/{lib → src/lib}/components/card/CardFooter.styles.d.ts +2 -2
- package/{lib → src/lib}/components/card/CardHeader.d.ts +19 -19
- package/{lib → src/lib}/components/carousel/Carousel.d.ts +31 -31
- package/{lib → src/lib}/components/carousel/Carousel.styles.d.ts +6 -6
- package/{lib → src/lib}/components/checkbox/Checkbox.d.ts +12 -12
- package/{lib → src/lib}/components/checkbox/Checkbox.styles.d.ts +3 -3
- package/{lib → src/lib}/components/checkbox/CheckboxGroup.d.ts +16 -16
- package/{lib → src/lib}/components/checkbox/CheckboxGroup.styles.d.ts +5 -5
- package/{lib → src/lib}/components/chip/Chip.d.ts +29 -29
- package/{lib → src/lib}/components/chip/Chip.styles.d.ts +2 -2
- package/{lib → src/lib}/components/click-away-listener/ClickAwayListener.d.ts +10 -10
- package/{lib → src/lib}/components/click-away-listener/index.d.ts +2 -2
- package/{lib → src/lib}/components/compareSize.d.ts +1 -1
- package/{lib → src/lib}/components/confirmation-dialog/ConfirmationDialog.d.ts +20 -20
- package/{lib → src/lib}/components/core-api/CancelablePromise.d.ts +7 -7
- package/{lib → src/lib}/components/core-api/CoreApiProvider.d.ts +23 -23
- package/{lib → src/lib}/components/core-api/openapi/core/ApiError.d.ts +8 -8
- package/{lib → src/lib}/components/core-api/openapi/core/ApiRequestOptions.d.ts +12 -12
- package/{lib → src/lib}/components/core-api/openapi/core/ApiResult.d.ts +7 -7
- package/{lib → src/lib}/components/core-api/openapi/core/OpenAPI.d.ts +15 -15
- package/{lib → src/lib}/components/core-api/openapi/core/request.d.ts +9 -9
- package/{lib → src/lib}/components/core-api/openapi/index.d.ts +12 -12
- package/{lib → src/lib}/components/core-api/openapi/models/AccountModel.d.ts +50 -50
- package/{lib → src/lib}/components/core-api/openapi/models/AccountModelWrapper.d.ts +4 -4
- package/{lib → src/lib}/components/core-api/openapi/models/AccountModelsWrapper.d.ts +6 -6
- package/{lib → src/lib}/components/core-api/openapi/models/ApplicationInstanceStates.d.ts +4 -4
- package/{lib → src/lib}/components/core-api/openapi/models/ApplicationModel.d.ts +67 -67
- package/{lib → src/lib}/components/core-api/openapi/models/ApplicationModelWrapper.d.ts +4 -4
- package/{lib → src/lib}/components/core-api/openapi/models/ApplicationModelsWrapper.d.ts +6 -6
- package/{lib → src/lib}/components/core-api/openapi/models/PaginationModel.d.ts +22 -22
- package/{lib → src/lib}/components/core-api/openapi/services/AccountsService.d.ts +25 -25
- package/{lib → src/lib}/components/core-api/openapi/services/ApplicationsService.d.ts +38 -38
- package/{lib → src/lib}/components/createUUID.d.ts +1 -1
- package/{lib → src/lib}/components/css-grid/CssCell.d.ts +42 -42
- package/{lib → src/lib}/components/css-grid/CssGrid.d.ts +37 -37
- package/{lib → src/lib}/components/css-grid/CssGridDebug.d.ts +4 -4
- package/{lib → src/lib}/components/date-picker/DatePicker.d.ts +83 -83
- package/{lib → src/lib}/components/date-picker/DatePicker.styles.d.ts +11 -11
- package/{lib → src/lib}/components/date-picker/index.d.ts +5 -5
- package/{lib → src/lib}/components/date-picker/utils/helpers.d.ts +5 -5
- package/{lib → src/lib}/components/date-picker/utils/models.d.ts +43 -43
- package/{lib → src/lib}/components/dialog/Dialog.d.ts +42 -42
- package/{lib → src/lib}/components/dialog/Dialog.styles.d.ts +3 -3
- package/{lib → src/lib}/components/divider/Divider.d.ts +16 -16
- package/{lib → src/lib}/components/divider/Divider.styles.d.ts +2 -2
- package/{lib → src/lib}/components/divider/index.d.ts +1 -1
- package/{lib → src/lib}/components/draggable-list/DraggableList.d.ts +23 -23
- package/{lib → src/lib}/components/draggable-list/DraggableList.styles.d.ts +8 -8
- package/{lib → src/lib}/components/draggable-list/index.d.ts +2 -2
- package/{lib → src/lib}/components/draggable-list/utils/helpers.d.ts +5 -5
- package/{lib → src/lib}/components/draggable-list/utils/models.d.ts +5 -5
- package/{lib → src/lib}/components/drawer/Drawer.d.ts +45 -45
- package/{lib → src/lib}/components/drawer/Drawer.styles.d.ts +4 -4
- package/{lib → src/lib}/components/drawer/DrawerBody.d.ts +9 -9
- package/{lib → src/lib}/components/drawer/DrawerBody.styles.d.ts +2 -2
- package/{lib → src/lib}/components/drawer/DrawerFooter.d.ts +6 -6
- package/{lib → src/lib}/components/drawer/DrawerFooter.styles.d.ts +2 -2
- package/{lib → src/lib}/components/drawer/DrawerHeader.d.ts +8 -8
- package/{lib → src/lib}/components/drawer/DrawerHeader.styles.d.ts +2 -2
- package/{lib → src/lib}/components/dynamic-form/DynamicForm.d.ts +10 -10
- package/{lib → src/lib}/components/dynamic-form/DynamicForm.styles.d.ts +2 -2
- package/{lib → src/lib}/components/dynamic-form/constants.d.ts +4 -4
- package/{lib → src/lib}/components/dynamic-form/models.d.ts +81 -81
- package/{lib → src/lib}/components/dynamic-form/sample.spec.data.d.ts +22 -22
- package/{lib → src/lib}/components/dynamic-form/utils/formHelpers.d.ts +38 -38
- package/{lib → src/lib}/components/dynamic-form/utils/helpers.d.ts +6 -6
- package/{lib → src/lib}/components/dynamic-form/utils/validation.d.ts +25 -25
- package/{lib → src/lib}/components/empty-state/EmptyState.d.ts +15 -15
- package/{lib → src/lib}/components/empty-state/EmptyState.styles.d.ts +2 -2
- package/{lib → src/lib}/components/file-upload/FileListItem.d.ts +17 -17
- package/src/lib/components/file-upload/FileListItem.styles.d.ts +13 -0
- package/{lib → src/lib}/components/file-upload/FileUpload.d.ts +37 -37
- package/{lib → src/lib}/components/file-upload/FileUpload.styles.d.ts +6 -6
- package/{lib → src/lib}/components/file-upload/index.d.ts +6 -6
- package/src/lib/components/file-upload/uploadHelpers.d.ts +12 -0
- package/{lib → src/lib}/components/file-upload/utils/helpers.d.ts +25 -25
- package/{lib → src/lib}/components/file-upload/utils/models.d.ts +35 -35
- package/{lib → src/lib}/components/form/Form.d.ts +9 -9
- package/{lib → src/lib}/components/form/Form.styles.d.ts +2 -2
- package/{lib → src/lib}/components/form-controls/FormControl.styles.d.ts +6 -6
- package/{lib → src/lib}/components/form-controls/FormControlLabel.styles.d.ts +3 -3
- package/{lib → src/lib}/components/form-group/FormGroup.d.ts +9 -9
- package/{lib → src/lib}/components/form-group/FormGroup.styles.d.ts +3 -3
- package/{lib → src/lib}/components/helpers.d.ts +13 -13
- package/{lib → src/lib}/components/icon/Icon.d.ts +11 -11
- package/{lib → src/lib}/components/icon/Icon.styles.d.ts +5 -5
- package/{lib → src/lib}/components/index.d.ts +109 -106
- package/{lib → src/lib}/components/inline-edit/InlineEdit.d.ts +39 -39
- package/{lib → src/lib}/components/inline-edit/InlineEdit.styles.d.ts +13 -13
- package/{lib → src/lib}/components/inline-edit/index.d.ts +3 -3
- package/{lib → src/lib}/components/inline-edit/utils/helpers.d.ts +6 -6
- package/{lib → src/lib}/components/inline-edit/utils/models.d.ts +13 -13
- package/{lib → src/lib}/components/input-form-fields/InputFormFields.propTypes.d.ts +67 -67
- package/{lib → src/lib}/components/input-form-fields/InputFormFields.styles.d.ts +14 -14
- package/{lib → src/lib}/components/input-form-fields/InputLabel.d.ts +17 -17
- package/{lib → src/lib}/components/input-form-fields/InputSelect.d.ts +15 -15
- package/{lib → src/lib}/components/input-form-fields/InputText.d.ts +34 -34
- package/{lib → src/lib}/components/input-form-fields/common.styles.d.ts +5 -5
- package/{lib → src/lib}/components/linear-progress/LinearProgress.d.ts +14 -14
- package/{lib → src/lib}/components/linear-progress/LinearProgress.styles.d.ts +3 -3
- package/{lib → src/lib}/components/linear-progress/index.d.ts +2 -2
- package/{lib → src/lib}/components/link/Link.d.ts +30 -30
- package/{lib → src/lib}/components/link/Link.styles.d.ts +2 -2
- package/{lib → src/lib}/components/list/List.d.ts +2 -2
- package/{lib → src/lib}/components/list/List.styles.d.ts +5 -5
- package/{lib → src/lib}/components/list/ListDivider.d.ts +7 -7
- package/{lib → src/lib}/components/list/ListItem.d.ts +2 -2
- package/{lib → src/lib}/components/list/ListItem.styles.d.ts +6 -6
- package/{lib → src/lib}/components/list/NestedList.d.ts +2 -2
- package/{lib → src/lib}/components/list/NestedList.styles.d.ts +1 -1
- package/{lib → src/lib}/components/list/index.d.ts +2 -2
- package/{lib → src/lib}/components/list/utils/helpers.d.ts +3 -3
- package/{lib → src/lib}/components/list/utils/models.d.ts +88 -88
- package/{lib → src/lib}/components/menu/Menu.d.ts +50 -50
- package/{lib → src/lib}/components/menu/Menu.styles.d.ts +18 -18
- package/{lib → src/lib}/components/menu/MenuList.d.ts +26 -26
- package/{lib → src/lib}/components/menu/MenuList.styles.d.ts +4 -4
- package/{lib → src/lib}/components/menu/utils/constants.d.ts +3 -3
- package/{lib → src/lib}/components/menu/utils/helpers.d.ts +16 -16
- package/{lib → src/lib}/components/navigation-rail/NavigationRail.d.ts +25 -25
- package/{lib → src/lib}/components/navigation-rail/NavigationRail.styles.d.ts +6 -6
- package/{lib → src/lib}/components/navigation-rail/index.d.ts +2 -2
- package/{lib → src/lib}/components/pill/Pill.d.ts +24 -24
- package/{lib → src/lib}/components/pill/Pill.styles.d.ts +3 -3
- package/{lib → src/lib}/components/popper/Popper.d.ts +33 -33
- package/{lib → src/lib}/components/popper/Popper.data.d.ts +7 -7
- package/{lib → src/lib}/components/popper/Popper.styles.d.ts +12 -12
- package/{lib → src/lib}/components/popper/index.d.ts +2 -2
- package/{lib → src/lib}/components/progress/Progress.d.ts +18 -18
- package/{lib → src/lib}/components/progress/Progress.styles.d.ts +3 -3
- package/{lib → src/lib}/components/progress/index.d.ts +2 -2
- package/{lib → src/lib}/components/progress-button/ProgressButton.d.ts +8 -8
- package/{lib → src/lib}/components/progress-button/ProgressButton.styles.d.ts +3 -3
- package/{lib → src/lib}/components/radio/RadioButton.d.ts +31 -31
- package/{lib → src/lib}/components/radio/RadioButton.styles.d.ts +3 -3
- package/{lib → src/lib}/components/radio/RadioGroup.d.ts +29 -29
- package/{lib → src/lib}/components/radio/RadioGroup.styles.d.ts +6 -6
- package/{lib → src/lib}/components/search-input/SearchInput.d.ts +11 -11
- package/{lib → src/lib}/components/search-input/SearchInput.styles.d.ts +2 -2
- package/{lib → src/lib}/components/sidebar/Sidebar.d.ts +49 -49
- package/{lib → src/lib}/components/sidebar/Sidebar.styles.d.ts +2 -2
- package/{lib → src/lib}/components/skeleton/Skeleton.d.ts +14 -14
- package/{lib → src/lib}/components/skeleton/Skeleton.styles.d.ts +2 -2
- package/{lib → src/lib}/components/snackbar/Snackbar.d.ts +21 -21
- package/{lib → src/lib}/components/snackbar/Snackbar.styles.d.ts +8 -8
- package/{lib → src/lib}/components/snackbar/SnackbarContainer.styles.d.ts +2 -2
- package/{lib → src/lib}/components/snackbar/SnackbarHelper.d.ts +2 -2
- package/{lib → src/lib}/components/snackbar/SnackbarProvider.d.ts +21 -21
- package/{lib → src/lib}/components/snackbar/index.d.ts +4 -4
- package/{lib → src/lib}/components/split-button/SplitButton.d.ts +15 -15
- package/{lib → src/lib}/components/split-button/SplitButton.styles.d.ts +3 -3
- package/{lib → src/lib}/components/split-button/utils/helpers.d.ts +2 -2
- package/{lib → src/lib}/components/stepper/Stepper.d.ts +64 -64
- package/{lib → src/lib}/components/stepper/Stepper.styles.d.ts +15 -15
- package/{lib → src/lib}/components/switch/Switch.d.ts +26 -26
- package/{lib → src/lib}/components/switch/Switch.styles.d.ts +3 -3
- package/{lib → src/lib}/components/switch/index.d.ts +2 -2
- package/{lib → src/lib}/components/table/Table.d.ts +10 -10
- package/{lib → src/lib}/components/table/Table.data.d.ts +42 -42
- package/{lib → src/lib}/components/table/Table.styles.d.ts +4 -4
- package/{lib → src/lib}/components/table/TableAction.d.ts +12 -12
- package/{lib → src/lib}/components/table/TableActions.d.ts +7 -7
- package/{lib → src/lib}/components/table/TableActions.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/TableBody.d.ts +29 -29
- package/{lib → src/lib}/components/table/TableBody.styles.d.ts +2 -2
- package/{lib → src/lib}/components/table/TableBodyCheckboxCell.d.ts +8 -8
- package/{lib → src/lib}/components/table/TableBodyCheckboxCell.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/TableCell.d.ts +19 -19
- package/{lib → src/lib}/components/table/TableCell.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/TableDataWithPagination.d.ts +11 -11
- package/{lib → src/lib}/components/table/TableHeader.d.ts +6 -6
- package/{lib → src/lib}/components/table/TableHeaderCell.d.ts +36 -36
- package/{lib → src/lib}/components/table/TableHeaderCell.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/TableHeaderCheckboxCell.d.ts +8 -8
- package/{lib → src/lib}/components/table/TableHeaderCheckboxCell.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/TablePagination.d.ts +25 -25
- package/{lib → src/lib}/components/table/TablePagination.styles.d.ts +7 -7
- package/{lib → src/lib}/components/table/TableRow.d.ts +30 -30
- package/{lib → src/lib}/components/table/TableRow.styles.d.ts +2 -2
- package/{lib → src/lib}/components/table/TableRowEmpty.d.ts +7 -7
- package/{lib → src/lib}/components/table/TableSelectionToolbar.d.ts +8 -8
- package/{lib → src/lib}/components/table/TableSelectionToolbar.styles.d.ts +2 -2
- package/{lib → src/lib}/components/table/collapsible-table/CollapsibleTable.d.ts +2 -2
- package/{lib → src/lib}/components/table/collapsible-table/CollapsibleTable.styles.d.ts +2 -2
- package/{lib → src/lib}/components/table/collapsible-table/CollapsibleTableBody.d.ts +2 -2
- package/{lib → src/lib}/components/table/collapsible-table/ExpandCollapseCell.d.ts +3 -3
- package/{lib → src/lib}/components/table/collapsible-table/ExpandCollapseCell.styles.d.ts +3 -3
- package/{lib → src/lib}/components/table/collapsible-table/index.d.ts +4 -4
- package/{lib → src/lib}/components/table/collapsible-table/interfaces.d.ts +43 -43
- package/{lib → src/lib}/components/table/index.d.ts +13 -13
- package/{lib → src/lib}/components/table/utils/helpers.d.ts +9 -9
- package/{lib → src/lib}/components/table/utils/interfaces.d.ts +87 -87
- package/{lib → src/lib}/components/table/utils/models.d.ts +25 -25
- package/{lib → src/lib}/components/tabs/Tabs.d.ts +31 -31
- package/{lib → src/lib}/components/tabs/Tabs.styles.d.ts +2 -2
- package/{lib → src/lib}/components/time-picker/TimePicker.d.ts +63 -63
- package/{lib → src/lib}/components/time-picker/TimePicker.styles.d.ts +7 -7
- package/{lib → src/lib}/components/time-picker/index.d.ts +3 -3
- package/{lib → src/lib}/components/time-picker/utils/helpers.d.ts +18 -18
- package/{lib → src/lib}/components/time-picker/utils/models.d.ts +4 -4
- package/{lib → src/lib}/components/tooltip/Tooltip.d.ts +14 -14
- package/{lib → src/lib}/components/truncate-with-tooltip/TruncateWithTooltip.d.ts +9 -9
- package/{lib → src/lib}/components/truncate-with-tooltip/TruncateWithTooltip.styles.d.ts +3 -3
- package/{lib → src/lib}/components/truncate-with-tooltip/index.d.ts +2 -2
- package/{lib → src/lib}/components/truncate-with-tooltip/utils/helpers.d.ts +3 -3
- package/{lib → src/lib}/components/typography/Typography.d.ts +18 -18
- package/{lib → src/lib}/components/useStylesWithRootClass.d.ts +1 -1
- package/{lib → src/lib}/fonts/fonts.d.ts +1 -1
- package/{lib → src/lib}/theme-provider/ThemeProvider.d.ts +32 -32
- package/{lib → src/lib}/theme-provider/colors/agility-dark-theme-colors.d.ts +9 -9
- package/{lib → src/lib}/theme-provider/colors/agility-light-theme-colors.d.ts +11 -11
- package/{lib → src/lib}/theme-provider/colors/figma-colors.d.ts +3 -3
- package/{lib → src/lib}/theme-provider/colors/light-theme-colors.d.ts +104 -104
- package/{lib → src/lib}/theme-provider/common/variables.d.ts +6 -6
- package/{lib → src/lib}/theme-provider/interfaces.d.ts +198 -198
- package/index.umd.js +0 -12351
- package/lib/components/AccessibilityProps.d.ts +0 -1
- package/lib/components/button-toggle/utils/models.d.ts +0 -13
- package/lib/components/file-upload/FileListItem.styles.d.ts +0 -42
- package/lib/components/file-upload/uploadHelpers.d.ts +0 -12
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import type { ApplicationModelsWrapper } from '../models/ApplicationModelsWrapper';
|
|
2
|
-
import type { ApplicationModelWrapper } from '../models/ApplicationModelWrapper';
|
|
3
|
-
export declare class ApplicationsService {
|
|
4
|
-
/**
|
|
5
|
-
* Retrieves existing applications for accounts and product_instances
|
|
6
|
-
* The results can be filtered by an account and/or a product_instance.
|
|
7
|
-
* - To filter by an account. provide ***account_id*** query parameter.
|
|
8
|
-
* - To filter by a product_instance, provide ***product_instance_id*** query parameter,
|
|
9
|
-
*
|
|
10
|
-
* For example:
|
|
11
|
-
* ```
|
|
12
|
-
* GET /applications?account_id=<UUID for account>&product_instance_id=<UUID for product_instance>
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
* __Sortable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date
|
|
16
|
-
*
|
|
17
|
-
* __Filterable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date, needs_authentication, enabled
|
|
18
|
-
*
|
|
19
|
-
* __Searchable field names__: name, url, status, description, alternate_label (to be used with filter _search_ operator)
|
|
20
|
-
*
|
|
21
|
-
* @param accountId UUID Account identifier to filter results by
|
|
22
|
-
* @param productInstanceId UUID Product_Instance identifier to filter results by
|
|
23
|
-
* @param start offset (number of records to skip)
|
|
24
|
-
* @param count limit (number of records to include in response)
|
|
25
|
-
* @param sort comma separated field names (prefix field name with "-" to reverse order direction)
|
|
26
|
-
* @param filter List of filters (each filter is a separate query param, and they are OR'ed)
|
|
27
|
-
* @returns ApplicationModelsWrapper applications are returned.
|
|
28
|
-
* @throws ApiError
|
|
29
|
-
*/
|
|
30
|
-
static retrieveApplications(accountId?: string, productInstanceId?: string, start?: number, count?: number, sort?: string, filter?: Array<string>): Promise<ApplicationModelsWrapper>;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves a application by id
|
|
33
|
-
* @param applicationId
|
|
34
|
-
* @returns ApplicationModelWrapper application is returned.
|
|
35
|
-
* @throws ApiError
|
|
36
|
-
*/
|
|
37
|
-
static retrieveApplicationById(applicationId: string): Promise<ApplicationModelWrapper>;
|
|
38
|
-
}
|
|
1
|
+
import type { ApplicationModelsWrapper } from '../models/ApplicationModelsWrapper';
|
|
2
|
+
import type { ApplicationModelWrapper } from '../models/ApplicationModelWrapper';
|
|
3
|
+
export declare class ApplicationsService {
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves existing applications for accounts and product_instances
|
|
6
|
+
* The results can be filtered by an account and/or a product_instance.
|
|
7
|
+
* - To filter by an account. provide ***account_id*** query parameter.
|
|
8
|
+
* - To filter by a product_instance, provide ***product_instance_id*** query parameter,
|
|
9
|
+
*
|
|
10
|
+
* For example:
|
|
11
|
+
* ```
|
|
12
|
+
* GET /applications?account_id=<UUID for account>&product_instance_id=<UUID for product_instance>
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* __Sortable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date
|
|
16
|
+
*
|
|
17
|
+
* __Filterable field names__: product_instance_id, account_id, name, url, status, description, alternate_label, created_date, modified_date, needs_authentication, enabled
|
|
18
|
+
*
|
|
19
|
+
* __Searchable field names__: name, url, status, description, alternate_label (to be used with filter _search_ operator)
|
|
20
|
+
*
|
|
21
|
+
* @param accountId UUID Account identifier to filter results by
|
|
22
|
+
* @param productInstanceId UUID Product_Instance identifier to filter results by
|
|
23
|
+
* @param start offset (number of records to skip)
|
|
24
|
+
* @param count limit (number of records to include in response)
|
|
25
|
+
* @param sort comma separated field names (prefix field name with "-" to reverse order direction)
|
|
26
|
+
* @param filter List of filters (each filter is a separate query param, and they are OR'ed)
|
|
27
|
+
* @returns ApplicationModelsWrapper applications are returned.
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static retrieveApplications(accountId?: string, productInstanceId?: string, start?: number, count?: number, sort?: string, filter?: Array<string>): Promise<ApplicationModelsWrapper>;
|
|
31
|
+
/**
|
|
32
|
+
* Retrieves a application by id
|
|
33
|
+
* @param applicationId
|
|
34
|
+
* @returns ApplicationModelWrapper application is returned.
|
|
35
|
+
* @throws ApiError
|
|
36
|
+
*/
|
|
37
|
+
static retrieveApplicationById(applicationId: string): Promise<ApplicationModelWrapper>;
|
|
38
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CreateUUID: () => string;
|
|
1
|
+
export declare const CreateUUID: () => string;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { CommonProps } from '../CommonProps';
|
|
3
|
-
export interface CellSize {
|
|
4
|
-
span?: number;
|
|
5
|
-
start?: number;
|
|
6
|
-
}
|
|
7
|
-
export
|
|
8
|
-
export interface CssCellProps extends CommonProps {
|
|
9
|
-
/** Flexbox align-items for the cell wrapper div */
|
|
10
|
-
alignItems?: Placement;
|
|
11
|
-
/** Shorthand for grid-row-start / grid-column-start / grid-row-end, grid-column-end */
|
|
12
|
-
area?: string;
|
|
13
|
-
/** Text align center */
|
|
14
|
-
center?: boolean;
|
|
15
|
-
/** Cell content */
|
|
16
|
-
children?: React.ReactNode | Array<React.ReactNode>;
|
|
17
|
-
/** Shorthand for grid-column-start / grid-column-end */
|
|
18
|
-
gridColumn?: string;
|
|
19
|
-
/** Cell height */
|
|
20
|
-
height?: number | string;
|
|
21
|
-
/** Flexbox justify-content for the cell wrapper div */
|
|
22
|
-
justifyContent?: Placement;
|
|
23
|
-
/** Large column breakpoint */
|
|
24
|
-
lg?: CellSize;
|
|
25
|
-
/** Large column breakpoint */
|
|
26
|
-
md?: CellSize;
|
|
27
|
-
/** Center align vertically and horizontally with flex, used by default */
|
|
28
|
-
middle?: boolean;
|
|
29
|
-
/** Small column breakpoint */
|
|
30
|
-
sm?: CellSize;
|
|
31
|
-
/** Column start when Cell column breakpoints are not used */
|
|
32
|
-
start?: number | string;
|
|
33
|
-
/** Row start override */
|
|
34
|
-
top?: number | string;
|
|
35
|
-
width?: number;
|
|
36
|
-
/** Extra large column breakpoint */
|
|
37
|
-
xl?: CellSize;
|
|
38
|
-
/** Extra small column breakpoint */
|
|
39
|
-
xs?: CellSize;
|
|
40
|
-
}
|
|
41
|
-
export declare const Cell: ({ children, className }: CssCellProps) => JSX.Element;
|
|
42
|
-
export declare const CssCell: import("styled-components").StyledComponent<({ children, className }: CssCellProps) => JSX.Element, any, {}, never>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CommonProps } from '../CommonProps';
|
|
3
|
+
export interface CellSize {
|
|
4
|
+
span?: number;
|
|
5
|
+
start?: number;
|
|
6
|
+
}
|
|
7
|
+
export type Placement = 'center' | 'flex-end' | 'space-between' | 'space-around' | 'stretch' | 'flex-start';
|
|
8
|
+
export interface CssCellProps extends CommonProps {
|
|
9
|
+
/** Flexbox align-items for the cell wrapper div */
|
|
10
|
+
alignItems?: Placement;
|
|
11
|
+
/** Shorthand for grid-row-start / grid-column-start / grid-row-end, grid-column-end */
|
|
12
|
+
area?: string;
|
|
13
|
+
/** Text align center */
|
|
14
|
+
center?: boolean;
|
|
15
|
+
/** Cell content */
|
|
16
|
+
children?: React.ReactNode | Array<React.ReactNode>;
|
|
17
|
+
/** Shorthand for grid-column-start / grid-column-end */
|
|
18
|
+
gridColumn?: string;
|
|
19
|
+
/** Cell height */
|
|
20
|
+
height?: number | string;
|
|
21
|
+
/** Flexbox justify-content for the cell wrapper div */
|
|
22
|
+
justifyContent?: Placement;
|
|
23
|
+
/** Large column breakpoint */
|
|
24
|
+
lg?: CellSize;
|
|
25
|
+
/** Large column breakpoint */
|
|
26
|
+
md?: CellSize;
|
|
27
|
+
/** Center align vertically and horizontally with flex, used by default */
|
|
28
|
+
middle?: boolean;
|
|
29
|
+
/** Small column breakpoint */
|
|
30
|
+
sm?: CellSize;
|
|
31
|
+
/** Column start when Cell column breakpoints are not used */
|
|
32
|
+
start?: number | string;
|
|
33
|
+
/** Row start override */
|
|
34
|
+
top?: number | string;
|
|
35
|
+
width?: number;
|
|
36
|
+
/** Extra large column breakpoint */
|
|
37
|
+
xl?: CellSize;
|
|
38
|
+
/** Extra small column breakpoint */
|
|
39
|
+
xs?: CellSize;
|
|
40
|
+
}
|
|
41
|
+
export declare const Cell: ({ children, className }: CssCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
export declare const CssCell: import("styled-components").StyledComponent<({ children, className }: CssCellProps) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { CommonProps } from '../CommonProps';
|
|
3
|
-
export interface GridOptions {
|
|
4
|
-
lg: number;
|
|
5
|
-
md: number;
|
|
6
|
-
sm: number;
|
|
7
|
-
xl: number;
|
|
8
|
-
xs: number;
|
|
9
|
-
}
|
|
10
|
-
export interface CssGridProps extends CommonProps {
|
|
11
|
-
/** Cells for Grid */
|
|
12
|
-
children?: ReactNode | ReactNode[];
|
|
13
|
-
/** Columns gap */
|
|
14
|
-
columnGap?: GridOptions;
|
|
15
|
-
/** Columns, overrides columnsBreakpoints */
|
|
16
|
-
columns?: number | string;
|
|
17
|
-
/** Breakpoints for columns */
|
|
18
|
-
columnsBreakpoints?: GridOptions;
|
|
19
|
-
/** Overall gap column and row */
|
|
20
|
-
gap?: string;
|
|
21
|
-
/** Template to create layout */
|
|
22
|
-
gridTemplateAreas?: string;
|
|
23
|
-
/** Height of the grid */
|
|
24
|
-
height?: string;
|
|
25
|
-
/** Row, overrides columnsBreakpoints */
|
|
26
|
-
rowGap?: GridOptions;
|
|
27
|
-
/** Row, configuration */
|
|
28
|
-
rows?: number | string;
|
|
29
|
-
/** Width of the grid */
|
|
30
|
-
width?: string;
|
|
31
|
-
}
|
|
32
|
-
export declare const rootClassName = "dot-grid";
|
|
33
|
-
export declare const defaultGutter: GridOptions;
|
|
34
|
-
export declare const defaultColumns: GridOptions;
|
|
35
|
-
export declare const Grid: ({ className, children }: CssGridProps) => JSX.Element;
|
|
36
|
-
export declare const StyledGrid: import("styled-components").StyledComponent<({ className, children }: CssGridProps) => JSX.Element, any, {}, never>;
|
|
37
|
-
export declare const CssGrid: (props: CssGridProps) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { CommonProps } from '../CommonProps';
|
|
3
|
+
export interface GridOptions {
|
|
4
|
+
lg: number;
|
|
5
|
+
md: number;
|
|
6
|
+
sm: number;
|
|
7
|
+
xl: number;
|
|
8
|
+
xs: number;
|
|
9
|
+
}
|
|
10
|
+
export interface CssGridProps extends CommonProps {
|
|
11
|
+
/** Cells for Grid */
|
|
12
|
+
children?: ReactNode | ReactNode[];
|
|
13
|
+
/** Columns gap */
|
|
14
|
+
columnGap?: GridOptions;
|
|
15
|
+
/** Columns, overrides columnsBreakpoints */
|
|
16
|
+
columns?: number | string;
|
|
17
|
+
/** Breakpoints for columns */
|
|
18
|
+
columnsBreakpoints?: GridOptions;
|
|
19
|
+
/** Overall gap column and row */
|
|
20
|
+
gap?: string;
|
|
21
|
+
/** Template to create layout */
|
|
22
|
+
gridTemplateAreas?: string;
|
|
23
|
+
/** Height of the grid */
|
|
24
|
+
height?: string;
|
|
25
|
+
/** Row, overrides columnsBreakpoints */
|
|
26
|
+
rowGap?: GridOptions;
|
|
27
|
+
/** Row, configuration */
|
|
28
|
+
rows?: number | string;
|
|
29
|
+
/** Width of the grid */
|
|
30
|
+
width?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare const rootClassName = "dot-grid";
|
|
33
|
+
export declare const defaultGutter: GridOptions;
|
|
34
|
+
export declare const defaultColumns: GridOptions;
|
|
35
|
+
export declare const Grid: ({ className, children }: CssGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
export declare const StyledGrid: import("styled-components").StyledComponent<({ className, children }: CssGridProps) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
37
|
+
export declare const CssGrid: (props: CssGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface CssGridDebugProps {
|
|
2
|
-
showInfo?: boolean;
|
|
3
|
-
}
|
|
4
|
-
export declare const CssGridDebug: ({ showInfo }: CssGridDebugProps) => JSX.Element;
|
|
1
|
+
export interface CssGridDebugProps {
|
|
2
|
+
showInfo?: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const CssGridDebug: ({ showInfo }: CssGridDebugProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
import { FocusEvent, KeyboardEvent, ReactNode } from 'react';
|
|
2
|
-
import { PickersDayProps } from '@mui/x-date-pickers';
|
|
3
|
-
import { FieldChangeHandlerContext } from '@mui/x-date-pickers/internals';
|
|
4
|
-
import { CommonProps } from '../CommonProps';
|
|
5
|
-
import { DatePickerLocale } from './';
|
|
6
|
-
import { DatePickerKeydownContext } from './utils/models';
|
|
7
|
-
export declare const RectanglePickersDay: (pickersDayProps: PickersDayProps<unknown>) => JSX.Element;
|
|
8
|
-
export interface DatePickerProps extends CommonProps {
|
|
9
|
-
/** If `true`, the `input` element is focused during the first mount. */
|
|
10
|
-
autoFocus?: boolean;
|
|
11
|
-
/** If `true`, the popover or modal will close after submitting the full date. */
|
|
12
|
-
closeOnSelect?: boolean;
|
|
13
|
-
/** The default value. Use when the component is not controlled. */
|
|
14
|
-
defaultValue?: string;
|
|
15
|
-
/** If `true`, the open picker button will not be rendered (renders only the field). */
|
|
16
|
-
disableOpenPicker?: boolean;
|
|
17
|
-
/** If `true`, disable values before the current date for date components, time for time components and both for date time components. */
|
|
18
|
-
disablePast?: boolean;
|
|
19
|
-
/** Disable the portal behavior. If true, children stay within parent DOM hierarchy. */
|
|
20
|
-
disablePortal?: boolean;
|
|
21
|
-
/** If `true`, the picker and text field are disabled. DOES NOT WORK WITH SCREEN READERS, we recommend using `readOnly` instead. */
|
|
22
|
-
disabled?: boolean;
|
|
23
|
-
/** If `true`, 'Clear' button will be displayed in the calendar popper. `True` by default. */
|
|
24
|
-
displayClearButton?: boolean;
|
|
25
|
-
/** If `true`, the week number will be display in the calendar. */
|
|
26
|
-
displayWeekNumber?: boolean;
|
|
27
|
-
/** If true, the label will be displayed in an error state. */
|
|
28
|
-
error?: boolean;
|
|
29
|
-
/** Calendar will show more weeks in order to match this value. Put it to 6 for having fix number of week in Gregorian calendars */
|
|
30
|
-
fixedWeekNumber?: number;
|
|
31
|
-
/** If `true`, focus will be automatically set to the input field when popper opens */
|
|
32
|
-
focusInputOnPopperOpened?: boolean;
|
|
33
|
-
/** Format of the date when rendered in the input(s). Defaults to localized format based on the used `views`. */
|
|
34
|
-
format?: string;
|
|
35
|
-
/** If true, the input will take up the full width of its container */
|
|
36
|
-
fullWidth?: boolean;
|
|
37
|
-
/** The helper text content. */
|
|
38
|
-
helperText?: ReactNode;
|
|
39
|
-
/** Identifies the input element and also used to create label "for" and helper text id attribute */
|
|
40
|
-
inputId: string;
|
|
41
|
-
/** The name of input element */
|
|
42
|
-
inputName?: string;
|
|
43
|
-
/** The label content. */
|
|
44
|
-
label?: string;
|
|
45
|
-
/** Locale for the date library you are using */
|
|
46
|
-
locale?: DatePickerLocale;
|
|
47
|
-
/** Maximal selectable date */
|
|
48
|
-
maxDate?: string;
|
|
49
|
-
/** Minimal selectable date. */
|
|
50
|
-
minDate?: string;
|
|
51
|
-
/** Callback fired when the value is accepted. */
|
|
52
|
-
onAccept?: (value: string) => void;
|
|
53
|
-
/** A function that should be executed when the input loses focus */
|
|
54
|
-
onBlur?: (event: FocusEvent<HTMLInputElement | HTMLTextAreaElement, Element>) => void;
|
|
55
|
-
/** Callback fired when the value changes. */
|
|
56
|
-
onChange?: (value: string, context: FieldChangeHandlerContext<string>) => void;
|
|
57
|
-
/** Callback fired when the popup requests to be closed. Use in controlled mode (see `open`). */
|
|
58
|
-
onClose?: () => void;
|
|
59
|
-
/** Callback fired when the error associated to the current value changes. */
|
|
60
|
-
onError?: (error: string, value: string) => void;
|
|
61
|
-
/** A function that should be executed when key is pressed from input or popper */
|
|
62
|
-
onKeyDown?: (e: KeyboardEvent<HTMLElement>, contextEnum: DatePickerKeydownContext) => void;
|
|
63
|
-
/** Callback fired when the popup requests to be opened. Use in controlled mode (see `open`). */
|
|
64
|
-
onOpen?: () => void;
|
|
65
|
-
/** Control the popup or dialog open state. */
|
|
66
|
-
open?: boolean;
|
|
67
|
-
/** If true, the label will be persistently displayed outside the field */
|
|
68
|
-
persistentLabel?: boolean;
|
|
69
|
-
/** If true, the input will be read-only. */
|
|
70
|
-
readOnly?: boolean;
|
|
71
|
-
/** If true, the label is displayed as required and the input element` will be required. */
|
|
72
|
-
required?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* If `true`, days outside the current month are rendered:
|
|
75
|
-
* - if `fixedWeekNumber` is defined, renders days to have the weeks requested.
|
|
76
|
-
* - if `fixedWeekNumber` is not defined, renders day to fill the first and last week of the current month.
|
|
77
|
-
* - ignored if `calendars` equals more than `1` on range pickers.
|
|
78
|
-
*/
|
|
79
|
-
showDaysOutsideCurrentMonth?: boolean;
|
|
80
|
-
/** The selected value. Used when the component is controlled. Date in ISO 8601 format, ie: YYYY-MM-DD */
|
|
81
|
-
value?: string;
|
|
82
|
-
}
|
|
83
|
-
export declare const DotDatePicker: ({ ariaLabel, autoFocus, className, closeOnSelect, "data-testid": dataTestId, defaultValue, disableOpenPicker, disablePast, disablePortal, disabled, displayWeekNumber, displayClearButton, error, fixedWeekNumber, focusInputOnPopperOpened, format, fullWidth, helperText, inputId, inputName, label, locale, maxDate, minDate, onAccept, onBlur, onChange, onClose, onError, onKeyDown, onOpen, open, persistentLabel, readOnly, required, showDaysOutsideCurrentMonth, value, }: DatePickerProps) => JSX.Element;
|
|
1
|
+
import { FocusEvent, KeyboardEvent, ReactNode } from 'react';
|
|
2
|
+
import { PickersDayProps } from '@mui/x-date-pickers';
|
|
3
|
+
import { FieldChangeHandlerContext } from '@mui/x-date-pickers/internals';
|
|
4
|
+
import { CommonProps } from '../CommonProps';
|
|
5
|
+
import { DatePickerLocale } from './';
|
|
6
|
+
import { DatePickerKeydownContext } from './utils/models';
|
|
7
|
+
export declare const RectanglePickersDay: (pickersDayProps: PickersDayProps<unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export interface DatePickerProps extends CommonProps {
|
|
9
|
+
/** If `true`, the `input` element is focused during the first mount. */
|
|
10
|
+
autoFocus?: boolean;
|
|
11
|
+
/** If `true`, the popover or modal will close after submitting the full date. */
|
|
12
|
+
closeOnSelect?: boolean;
|
|
13
|
+
/** The default value. Use when the component is not controlled. */
|
|
14
|
+
defaultValue?: string;
|
|
15
|
+
/** If `true`, the open picker button will not be rendered (renders only the field). */
|
|
16
|
+
disableOpenPicker?: boolean;
|
|
17
|
+
/** If `true`, disable values before the current date for date components, time for time components and both for date time components. */
|
|
18
|
+
disablePast?: boolean;
|
|
19
|
+
/** Disable the portal behavior. If true, children stay within parent DOM hierarchy. */
|
|
20
|
+
disablePortal?: boolean;
|
|
21
|
+
/** If `true`, the picker and text field are disabled. DOES NOT WORK WITH SCREEN READERS, we recommend using `readOnly` instead. */
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
/** If `true`, 'Clear' button will be displayed in the calendar popper. `True` by default. */
|
|
24
|
+
displayClearButton?: boolean;
|
|
25
|
+
/** If `true`, the week number will be display in the calendar. */
|
|
26
|
+
displayWeekNumber?: boolean;
|
|
27
|
+
/** If true, the label will be displayed in an error state. */
|
|
28
|
+
error?: boolean;
|
|
29
|
+
/** Calendar will show more weeks in order to match this value. Put it to 6 for having fix number of week in Gregorian calendars */
|
|
30
|
+
fixedWeekNumber?: number;
|
|
31
|
+
/** If `true`, focus will be automatically set to the input field when popper opens */
|
|
32
|
+
focusInputOnPopperOpened?: boolean;
|
|
33
|
+
/** Format of the date when rendered in the input(s). Defaults to localized format based on the used `views`. */
|
|
34
|
+
format?: string;
|
|
35
|
+
/** If true, the input will take up the full width of its container */
|
|
36
|
+
fullWidth?: boolean;
|
|
37
|
+
/** The helper text content. */
|
|
38
|
+
helperText?: ReactNode;
|
|
39
|
+
/** Identifies the input element and also used to create label "for" and helper text id attribute */
|
|
40
|
+
inputId: string;
|
|
41
|
+
/** The name of input element */
|
|
42
|
+
inputName?: string;
|
|
43
|
+
/** The label content. */
|
|
44
|
+
label?: string;
|
|
45
|
+
/** Locale for the date library you are using */
|
|
46
|
+
locale?: DatePickerLocale;
|
|
47
|
+
/** Maximal selectable date */
|
|
48
|
+
maxDate?: string;
|
|
49
|
+
/** Minimal selectable date. */
|
|
50
|
+
minDate?: string;
|
|
51
|
+
/** Callback fired when the value is accepted. */
|
|
52
|
+
onAccept?: (value: string) => void;
|
|
53
|
+
/** A function that should be executed when the input loses focus */
|
|
54
|
+
onBlur?: (event: FocusEvent<HTMLInputElement | HTMLTextAreaElement, Element>) => void;
|
|
55
|
+
/** Callback fired when the value changes. */
|
|
56
|
+
onChange?: (value: string, context: FieldChangeHandlerContext<string>) => void;
|
|
57
|
+
/** Callback fired when the popup requests to be closed. Use in controlled mode (see `open`). */
|
|
58
|
+
onClose?: () => void;
|
|
59
|
+
/** Callback fired when the error associated to the current value changes. */
|
|
60
|
+
onError?: (error: string, value: string) => void;
|
|
61
|
+
/** A function that should be executed when key is pressed from input or popper */
|
|
62
|
+
onKeyDown?: (e: KeyboardEvent<HTMLElement>, contextEnum: DatePickerKeydownContext) => void;
|
|
63
|
+
/** Callback fired when the popup requests to be opened. Use in controlled mode (see `open`). */
|
|
64
|
+
onOpen?: () => void;
|
|
65
|
+
/** Control the popup or dialog open state. */
|
|
66
|
+
open?: boolean;
|
|
67
|
+
/** If true, the label will be persistently displayed outside the field */
|
|
68
|
+
persistentLabel?: boolean;
|
|
69
|
+
/** If true, the input will be read-only. */
|
|
70
|
+
readOnly?: boolean;
|
|
71
|
+
/** If true, the label is displayed as required and the input element` will be required. */
|
|
72
|
+
required?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* If `true`, days outside the current month are rendered:
|
|
75
|
+
* - if `fixedWeekNumber` is defined, renders days to have the weeks requested.
|
|
76
|
+
* - if `fixedWeekNumber` is not defined, renders day to fill the first and last week of the current month.
|
|
77
|
+
* - ignored if `calendars` equals more than `1` on range pickers.
|
|
78
|
+
*/
|
|
79
|
+
showDaysOutsideCurrentMonth?: boolean;
|
|
80
|
+
/** The selected value. Used when the component is controlled. Date in ISO 8601 format, ie: YYYY-MM-DD */
|
|
81
|
+
value?: string;
|
|
82
|
+
}
|
|
83
|
+
export declare const DotDatePicker: ({ ariaLabel, autoFocus, className, closeOnSelect, "data-testid": dataTestId, defaultValue, disableOpenPicker, disablePast, disablePortal, disabled, displayWeekNumber, displayClearButton, error, fixedWeekNumber, focusInputOnPopperOpened, format, fullWidth, helperText, inputId, inputName, label, locale, maxDate, minDate, onAccept, onBlur, onChange, onClose, onError, onKeyDown, onOpen, open, persistentLabel, readOnly, required, showDaysOutsideCurrentMonth, value, }: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const rootClassName = "dot-date-picker";
|
|
3
|
-
export declare const containerClassName = "dot-date-picker-container";
|
|
4
|
-
export declare const rectanglePickersDayClassName = "dot-rectangle-pickers-day";
|
|
5
|
-
export declare const StyledDatePickerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
export declare const StyledDatePicker: import("styled-components").StyledComponent<(<TDate>(props: import("@mui/x-date-pickers").DatePickerProps<TDate> & import("react").RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
7
|
-
propTypes?: any;
|
|
8
|
-
}, any, {}, never>;
|
|
9
|
-
export declare const StyledPickersDay: import("styled-components").StyledComponent<(<TDate>(props: import("@mui/x-date-pickers").PickersDayProps<TDate> & import("react").RefAttributes<HTMLButtonElement>) => JSX.Element) & {
|
|
10
|
-
propTypes?: any;
|
|
11
|
-
}, any, {}, never>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const rootClassName = "dot-date-picker";
|
|
3
|
+
export declare const containerClassName = "dot-date-picker-container";
|
|
4
|
+
export declare const rectanglePickersDayClassName = "dot-rectangle-pickers-day";
|
|
5
|
+
export declare const StyledDatePickerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const StyledDatePicker: import("styled-components").StyledComponent<(<TDate>(props: import("@mui/x-date-pickers").DatePickerProps<TDate> & import("react").RefAttributes<HTMLDivElement>) => import("react").JSX.Element) & {
|
|
7
|
+
propTypes?: any;
|
|
8
|
+
}, any, {}, never>;
|
|
9
|
+
export declare const StyledPickersDay: import("styled-components").StyledComponent<(<TDate>(props: import("@mui/x-date-pickers").PickersDayProps<TDate> & import("react").RefAttributes<HTMLButtonElement>) => import("react").JSX.Element) & {
|
|
10
|
+
propTypes?: any;
|
|
11
|
+
}, any, {}, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type { FieldChangeHandlerContext } from '@mui/x-date-pickers/internals';
|
|
2
|
-
export type { DatePickerLocale } from './utils/models';
|
|
3
|
-
export { DatePickerKeydownContext } from './utils/models';
|
|
4
|
-
export { checkIfValidDate } from './utils/helpers';
|
|
5
|
-
export * from './DatePicker';
|
|
1
|
+
export type { FieldChangeHandlerContext } from '@mui/x-date-pickers/internals';
|
|
2
|
+
export type { DatePickerLocale } from './utils/models';
|
|
3
|
+
export { DatePickerKeydownContext } from './utils/models';
|
|
4
|
+
export { checkIfValidDate } from './utils/helpers';
|
|
5
|
+
export * from './DatePicker';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DatePickerKeydownContext } from './models';
|
|
2
|
-
import { KeyboardEvent } from 'react';
|
|
3
|
-
/** This returns a `boolean` indicating whether the Day.js object contains a valid date or not. */
|
|
4
|
-
export declare const checkIfValidDate: (date: string, format?: string) => boolean;
|
|
5
|
-
export declare const getContextEnumBasedOnTarget: (event: KeyboardEvent<HTMLElement>, inputElement: HTMLInputElement | null, contextEnum: DatePickerKeydownContext) => DatePickerKeydownContext;
|
|
1
|
+
import { DatePickerKeydownContext } from './models';
|
|
2
|
+
import { KeyboardEvent } from 'react';
|
|
3
|
+
/** This returns a `boolean` indicating whether the Day.js object contains a valid date or not. */
|
|
4
|
+
export declare const checkIfValidDate: (date: string, format?: string) => boolean;
|
|
5
|
+
export declare const getContextEnumBasedOnTarget: (event: KeyboardEvent<HTMLElement>, inputElement: HTMLInputElement | null, contextEnum: DatePickerKeydownContext) => DatePickerKeydownContext;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export interface DatePickerLocale {
|
|
2
|
-
formats?: {
|
|
3
|
-
L: string;
|
|
4
|
-
LL: string;
|
|
5
|
-
LLL: string;
|
|
6
|
-
LLLL: string;
|
|
7
|
-
LT: string;
|
|
8
|
-
LTS: string;
|
|
9
|
-
l: string;
|
|
10
|
-
ll: string;
|
|
11
|
-
lll: string;
|
|
12
|
-
llll: string;
|
|
13
|
-
};
|
|
14
|
-
meridiem?: (hour: number, minute: number, isLowercase: boolean) => string;
|
|
15
|
-
months?: string[];
|
|
16
|
-
monthsShort?: string[];
|
|
17
|
-
ordinal?: (n: number) => string;
|
|
18
|
-
relativeTime?: {
|
|
19
|
-
M: string;
|
|
20
|
-
MM: string;
|
|
21
|
-
d: string;
|
|
22
|
-
dd: string;
|
|
23
|
-
future: string;
|
|
24
|
-
h: string;
|
|
25
|
-
hh: string;
|
|
26
|
-
m: string;
|
|
27
|
-
mm: string;
|
|
28
|
-
past: string;
|
|
29
|
-
s: string;
|
|
30
|
-
y: string;
|
|
31
|
-
yy: string;
|
|
32
|
-
};
|
|
33
|
-
weekStart?: number;
|
|
34
|
-
weekdays?: string[];
|
|
35
|
-
weekdaysMin?: string[];
|
|
36
|
-
weekdaysShort?: string[];
|
|
37
|
-
yearStart?: number;
|
|
38
|
-
}
|
|
39
|
-
export declare enum DatePickerKeydownContext {
|
|
40
|
-
Input = 0,
|
|
41
|
-
PickerButton = 1,
|
|
42
|
-
Popper = 2
|
|
43
|
-
}
|
|
1
|
+
export interface DatePickerLocale {
|
|
2
|
+
formats?: {
|
|
3
|
+
L: string;
|
|
4
|
+
LL: string;
|
|
5
|
+
LLL: string;
|
|
6
|
+
LLLL: string;
|
|
7
|
+
LT: string;
|
|
8
|
+
LTS: string;
|
|
9
|
+
l: string;
|
|
10
|
+
ll: string;
|
|
11
|
+
lll: string;
|
|
12
|
+
llll: string;
|
|
13
|
+
};
|
|
14
|
+
meridiem?: (hour: number, minute: number, isLowercase: boolean) => string;
|
|
15
|
+
months?: string[];
|
|
16
|
+
monthsShort?: string[];
|
|
17
|
+
ordinal?: (n: number) => string;
|
|
18
|
+
relativeTime?: {
|
|
19
|
+
M: string;
|
|
20
|
+
MM: string;
|
|
21
|
+
d: string;
|
|
22
|
+
dd: string;
|
|
23
|
+
future: string;
|
|
24
|
+
h: string;
|
|
25
|
+
hh: string;
|
|
26
|
+
m: string;
|
|
27
|
+
mm: string;
|
|
28
|
+
past: string;
|
|
29
|
+
s: string;
|
|
30
|
+
y: string;
|
|
31
|
+
yy: string;
|
|
32
|
+
};
|
|
33
|
+
weekStart?: number;
|
|
34
|
+
weekdays?: string[];
|
|
35
|
+
weekdaysMin?: string[];
|
|
36
|
+
weekdaysShort?: string[];
|
|
37
|
+
yearStart?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare enum DatePickerKeydownContext {
|
|
40
|
+
Input = 0,
|
|
41
|
+
PickerButton = 1,
|
|
42
|
+
Popper = 2
|
|
43
|
+
}
|