@its/core 2.0.1 → 2.0.3
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/dist/core.es.js +15948 -16235
- package/dist/core.umd.js +53 -74
- package/dist/types/src/components/BreadCrumb/BreadCrumb.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/AreaRangeChartComponent.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/BarChartComponent.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/CustomToolTip.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/GaugeWithLabel.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/Graph/CustomLegend.d.ts.map +1 -1
- package/dist/types/src/components/Charts/Graph/CustomTooltip.d.ts +11 -0
- package/dist/types/src/components/Charts/Graph/CustomTooltip.d.ts.map +1 -0
- package/dist/types/src/components/Charts/Graph/Graph.d.ts +3 -0
- package/dist/types/src/components/Charts/Graph/Graph.d.ts.map +1 -0
- package/dist/types/src/components/{charts → Charts}/Graph/index.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/Graph/types.d.ts +8 -7
- package/dist/types/src/components/Charts/Graph/types.d.ts.map +1 -0
- package/dist/types/src/components/Charts/Graph/utils/alignScatterData.d.ts +14 -0
- package/dist/types/src/components/Charts/Graph/utils/alignScatterData.d.ts.map +1 -0
- package/dist/types/src/components/Charts/Graph/utils/colors.d.ts.map +1 -0
- package/dist/types/src/components/{charts → Charts}/Graph/utils/generateTimeTicks.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/Graph/utils/generateYAxisTicks.d.ts.map +1 -1
- package/dist/types/src/components/Charts/Graph/utils/getScatterPointByTimestamp.d.ts +19 -0
- package/dist/types/src/components/Charts/Graph/utils/getScatterPointByTimestamp.d.ts.map +1 -0
- package/dist/types/src/components/{charts → Charts}/GraphsFlexbox.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/LineChartComponent.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/PieSingleChartComponent.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/ScatterChartComponent.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/TimelineChart/CustomEventScatter.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/TimelineChart/TimelineChart.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/TimelineChart/index.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/TimelineChart/types.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/index.d.ts.map +1 -1
- package/dist/types/src/components/{charts → Charts}/utils/shade-color.d.ts.map +1 -1
- package/dist/types/src/components/Dialog/ConfirmDialog.d.ts +4 -2
- package/dist/types/src/components/Dialog/ConfirmDialog.d.ts.map +1 -1
- package/dist/types/src/components/Dialog/Dialog.d.ts +1 -1
- package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/types/src/components/Dialog/types.d.ts +6 -4
- package/dist/types/src/components/Dialog/types.d.ts.map +1 -1
- package/dist/types/src/components/{dnd → Dnd}/DDRRItem.d.ts.map +1 -1
- package/dist/types/src/components/{dnd → Dnd}/functions.d.ts.map +1 -1
- package/dist/types/src/components/{dnd → Dnd}/index.d.ts.map +1 -1
- package/dist/types/src/components/Keypad/Keypad.d.ts +2 -2
- package/dist/types/src/components/Keypad/Keypad.d.ts.map +1 -1
- package/dist/types/src/components/Lists/ListItem.d.ts +1 -1
- package/dist/types/src/components/Lists/ListItem.d.ts.map +1 -1
- package/dist/types/src/components/Lists/Types.d.ts +1 -0
- package/dist/types/src/components/Lists/Types.d.ts.map +1 -1
- package/dist/types/src/components/Navbar/Navbar.d.ts +3 -0
- package/dist/types/src/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/types/src/components/Navbar/Profile/ProfileWindow.d.ts +7 -0
- package/dist/types/src/components/Navbar/Profile/ProfileWindow.d.ts.map +1 -0
- package/dist/types/src/components/Navbar/Routes/RoutesList.d.ts +6 -0
- package/dist/types/src/components/Navbar/Routes/RoutesList.d.ts.map +1 -0
- package/dist/types/src/components/Navbar/Routes/RoutesWindow.d.ts +9 -0
- package/dist/types/src/components/Navbar/Routes/RoutesWindow.d.ts.map +1 -0
- package/dist/types/src/components/Navbar/index.d.ts +3 -0
- package/dist/types/src/components/Navbar/index.d.ts.map +1 -0
- package/dist/types/src/components/Navbar/types.d.ts +7 -0
- package/dist/types/src/components/Navbar/types.d.ts.map +1 -0
- package/dist/types/src/components/RouteWrapper/RouteWrapper.d.ts +1 -1
- package/dist/types/src/components/RouteWrapper/RouteWrapper.d.ts.map +1 -1
- package/dist/types/src/components/RouteWrapper/types.d.ts +2 -0
- package/dist/types/src/components/RouteWrapper/types.d.ts.map +1 -1
- package/dist/types/src/components/Sidebar/index.d.ts +1 -0
- package/dist/types/src/components/Sidebar/index.d.ts.map +1 -1
- package/dist/types/src/components/Svg/ExternalSvg.d.ts.map +1 -1
- package/dist/types/src/components/Svg/handles.d.ts +2 -2
- package/dist/types/src/components/Svg/handles.d.ts.map +1 -1
- package/dist/types/src/components/Table/index.d.ts +1 -0
- package/dist/types/src/components/Table/index.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +2 -2
- package/dist/types/src/hooks/useAuth/useAuth.d.ts.map +1 -1
- package/dist/types/src/hooks/useInfiniteQuery.d.ts.map +1 -1
- package/dist/types/src/store/AuthContext/AuthProvider.d.ts.map +1 -1
- package/dist/types/src/store/idle_context/IdleContext.d.ts +2 -1
- package/dist/types/src/store/idle_context/IdleContext.d.ts.map +1 -1
- package/dist/types/src/store/idle_context/IdleProvider.d.ts.map +1 -1
- package/dist/types/src/store/mobile_context/MobileProvider.d.ts +8 -0
- package/dist/types/src/store/mobile_context/MobileProvider.d.ts.map +1 -0
- package/dist/types/src/theme/index.d.ts +1 -0
- package/dist/types/src/theme/index.d.ts.map +1 -1
- package/dist/types/src/theme/types.d.ts +2 -2
- package/dist/types/src/theme/types.d.ts.map +1 -1
- package/dist/types/src/theme/useTheme.d.ts +2 -2
- package/dist/types/src/theme/useTheme.d.ts.map +1 -1
- package/dist/types/src/utils/arrays/aggregate.d.ts +5 -0
- package/dist/types/src/utils/arrays/aggregate.d.ts.map +1 -0
- package/dist/types/src/utils/format-number.d.ts +2 -0
- package/dist/types/src/utils/format-number.d.ts.map +1 -0
- package/dist/types/src/utils/index.d.ts +2 -2
- package/dist/types/src/utils/index.d.ts.map +1 -1
- package/dist/types/src/utils/types/custom-types.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/src/assets/icons/Barcode.d.ts +0 -6
- package/dist/src/assets/icons/Barcode.d.ts.map +0 -1
- package/dist/src/assets/icons/Delete.d.ts +0 -6
- package/dist/src/assets/icons/Delete.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/China.d.ts +0 -4
- package/dist/src/assets/icons/Flags/China.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/France.d.ts +0 -4
- package/dist/src/assets/icons/Flags/France.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/Italy.d.ts +0 -4
- package/dist/src/assets/icons/Flags/Italy.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/Spain.d.ts +0 -4
- package/dist/src/assets/icons/Flags/Spain.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/Tunisia.d.ts +0 -4
- package/dist/src/assets/icons/Flags/Tunisia.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/Uk.d.ts +0 -4
- package/dist/src/assets/icons/Flags/Uk.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/index.d.ts +0 -7
- package/dist/src/assets/icons/Flags/index.d.ts.map +0 -1
- package/dist/src/assets/icons/Flags/types.d.ts +0 -4
- package/dist/src/assets/icons/Flags/types.d.ts.map +0 -1
- package/dist/src/assets/icons/index.d.ts +0 -4
- package/dist/src/assets/icons/index.d.ts.map +0 -1
- package/dist/src/assets/index.d.ts +0 -2
- package/dist/src/assets/index.d.ts.map +0 -1
- package/dist/src/components/Auth/AuthWrapper.d.ts +0 -3
- package/dist/src/components/Auth/AuthWrapper.d.ts.map +0 -1
- package/dist/src/components/Auth/index.d.ts +0 -3
- package/dist/src/components/Auth/index.d.ts.map +0 -1
- package/dist/src/components/Auth/types.d.ts +0 -21
- package/dist/src/components/Auth/types.d.ts.map +0 -1
- package/dist/src/components/BadgeScanner/BadgeScanner.d.ts +0 -3
- package/dist/src/components/BadgeScanner/BadgeScanner.d.ts.map +0 -1
- package/dist/src/components/BadgeScanner/index.d.ts +0 -2
- package/dist/src/components/BadgeScanner/index.d.ts.map +0 -1
- package/dist/src/components/BadgeScanner/types.d.ts +0 -7
- package/dist/src/components/BadgeScanner/types.d.ts.map +0 -1
- package/dist/src/components/Blink/Blink.d.ts +0 -20
- package/dist/src/components/Blink/Blink.d.ts.map +0 -1
- package/dist/src/components/Blink/index.d.ts +0 -2
- package/dist/src/components/Blink/index.d.ts.map +0 -1
- package/dist/src/components/BreadCrumb/BreadCrumb.d.ts +0 -2
- package/dist/src/components/BreadCrumb/BreadCrumb.d.ts.map +0 -1
- package/dist/src/components/BreadCrumb/BreadCrumbProvider.d.ts +0 -15
- package/dist/src/components/BreadCrumb/BreadCrumbProvider.d.ts.map +0 -1
- package/dist/src/components/BreadCrumb/index.d.ts +0 -3
- package/dist/src/components/BreadCrumb/index.d.ts.map +0 -1
- package/dist/src/components/Buttons/CopyToClipboard.d.ts +0 -5
- package/dist/src/components/Buttons/CopyToClipboard.d.ts.map +0 -1
- package/dist/src/components/Buttons/FlagButton.d.ts +0 -17
- package/dist/src/components/Buttons/FlagButton.d.ts.map +0 -1
- package/dist/src/components/Buttons/GlobalSwitch/GlobalSwitch.d.ts +0 -3
- package/dist/src/components/Buttons/GlobalSwitch/GlobalSwitch.d.ts.map +0 -1
- package/dist/src/components/Buttons/GlobalSwitch/index.d.ts +0 -2
- package/dist/src/components/Buttons/GlobalSwitch/index.d.ts.map +0 -1
- package/dist/src/components/Buttons/GlobalSwitch/types.d.ts +0 -6
- package/dist/src/components/Buttons/GlobalSwitch/types.d.ts.map +0 -1
- package/dist/src/components/Buttons/MenuButton.d.ts +0 -6
- package/dist/src/components/Buttons/MenuButton.d.ts.map +0 -1
- package/dist/src/components/Buttons/ToggleSwitch.d.ts +0 -6
- package/dist/src/components/Buttons/ToggleSwitch.d.ts.map +0 -1
- package/dist/src/components/Buttons/ToolButton.d.ts +0 -10
- package/dist/src/components/Buttons/ToolButton.d.ts.map +0 -1
- package/dist/src/components/Buttons/index.d.ts +0 -7
- package/dist/src/components/Buttons/index.d.ts.map +0 -1
- package/dist/src/components/CaptionValue/CaptionValue.d.ts +0 -3
- package/dist/src/components/CaptionValue/CaptionValue.d.ts.map +0 -1
- package/dist/src/components/CaptionValue/index.d.ts +0 -3
- package/dist/src/components/CaptionValue/index.d.ts.map +0 -1
- package/dist/src/components/CaptionValue/types.d.ts +0 -36
- package/dist/src/components/CaptionValue/types.d.ts.map +0 -1
- package/dist/src/components/Cards/IconDetailCard.d.ts +0 -9
- package/dist/src/components/Cards/IconDetailCard.d.ts.map +0 -1
- package/dist/src/components/Cards/index.d.ts +0 -2
- package/dist/src/components/Cards/index.d.ts.map +0 -1
- package/dist/src/components/Chips/QualificationChip.d.ts +0 -20
- package/dist/src/components/Chips/QualificationChip.d.ts.map +0 -1
- package/dist/src/components/Chips/index.d.ts +0 -2
- package/dist/src/components/Chips/index.d.ts.map +0 -1
- package/dist/src/components/Dialog/ConfirmDialog.d.ts +0 -11
- package/dist/src/components/Dialog/ConfirmDialog.d.ts.map +0 -1
- package/dist/src/components/Dialog/Dialog.d.ts +0 -3
- package/dist/src/components/Dialog/Dialog.d.ts.map +0 -1
- package/dist/src/components/Dialog/index.d.ts +0 -3
- package/dist/src/components/Dialog/index.d.ts.map +0 -1
- package/dist/src/components/Dialog/types.d.ts +0 -42
- package/dist/src/components/Dialog/types.d.ts.map +0 -1
- package/dist/src/components/Filters/FilterSort.d.ts +0 -8
- package/dist/src/components/Filters/FilterSort.d.ts.map +0 -1
- package/dist/src/components/Filters/PaginationFilters.d.ts +0 -4
- package/dist/src/components/Filters/PaginationFilters.d.ts.map +0 -1
- package/dist/src/components/Filters/PaginationSortings.d.ts +0 -4
- package/dist/src/components/Filters/PaginationSortings.d.ts.map +0 -1
- package/dist/src/components/Filters/SearchField.d.ts +0 -10
- package/dist/src/components/Filters/SearchField.d.ts.map +0 -1
- package/dist/src/components/Filters/Utils/index.d.ts +0 -2
- package/dist/src/components/Filters/Utils/index.d.ts.map +0 -1
- package/dist/src/components/Filters/Utils/render-filters.d.ts +0 -3
- package/dist/src/components/Filters/Utils/render-filters.d.ts.map +0 -1
- package/dist/src/components/Filters/index.d.ts +0 -6
- package/dist/src/components/Filters/index.d.ts.map +0 -1
- package/dist/src/components/Header/Header.d.ts +0 -4
- package/dist/src/components/Header/Header.d.ts.map +0 -1
- package/dist/src/components/Header/index.d.ts +0 -2
- package/dist/src/components/Header/index.d.ts.map +0 -1
- package/dist/src/components/Header/types.d.ts +0 -14
- package/dist/src/components/Header/types.d.ts.map +0 -1
- package/dist/src/components/HotKeys/HotKeysSelector.d.ts +0 -10
- package/dist/src/components/HotKeys/HotKeysSelector.d.ts.map +0 -1
- package/dist/src/components/HotKeys/index.d.ts +0 -2
- package/dist/src/components/HotKeys/index.d.ts.map +0 -1
- package/dist/src/components/IFrame/IFrame.d.ts +0 -13
- package/dist/src/components/IFrame/IFrame.d.ts.map +0 -1
- package/dist/src/components/IFrame/index.d.ts +0 -2
- package/dist/src/components/IFrame/index.d.ts.map +0 -1
- package/dist/src/components/Inputs/Autocomplete.d.ts +0 -22
- package/dist/src/components/Inputs/Autocomplete.d.ts.map +0 -1
- package/dist/src/components/Inputs/AutocompleteClient.d.ts +0 -13
- package/dist/src/components/Inputs/AutocompleteClient.d.ts.map +0 -1
- package/dist/src/components/Inputs/Checkbox.d.ts +0 -15
- package/dist/src/components/Inputs/Checkbox.d.ts.map +0 -1
- package/dist/src/components/Inputs/DatePicker.d.ts +0 -22
- package/dist/src/components/Inputs/DatePicker.d.ts.map +0 -1
- package/dist/src/components/Inputs/MultipleSelect.d.ts +0 -16
- package/dist/src/components/Inputs/MultipleSelect.d.ts.map +0 -1
- package/dist/src/components/Inputs/Radio.d.ts +0 -16
- package/dist/src/components/Inputs/Radio.d.ts.map +0 -1
- package/dist/src/components/Inputs/Select.d.ts +0 -27
- package/dist/src/components/Inputs/Select.d.ts.map +0 -1
- package/dist/src/components/Inputs/index.d.ts +0 -8
- package/dist/src/components/Inputs/index.d.ts.map +0 -1
- package/dist/src/components/Keypad/ButtonsGrid.d.ts +0 -10
- package/dist/src/components/Keypad/ButtonsGrid.d.ts.map +0 -1
- package/dist/src/components/Keypad/KeyButton.d.ts +0 -11
- package/dist/src/components/Keypad/KeyButton.d.ts.map +0 -1
- package/dist/src/components/Keypad/Keypad.d.ts +0 -12
- package/dist/src/components/Keypad/Keypad.d.ts.map +0 -1
- package/dist/src/components/Keypad/index.d.ts +0 -4
- package/dist/src/components/Keypad/index.d.ts.map +0 -1
- package/dist/src/components/Language/LanguageSelector.d.ts +0 -12
- package/dist/src/components/Language/LanguageSelector.d.ts.map +0 -1
- package/dist/src/components/Language/index.d.ts +0 -2
- package/dist/src/components/Language/index.d.ts.map +0 -1
- package/dist/src/components/Lists/FilteredList.d.ts +0 -14
- package/dist/src/components/Lists/FilteredList.d.ts.map +0 -1
- package/dist/src/components/Lists/ListItem.d.ts +0 -3
- package/dist/src/components/Lists/ListItem.d.ts.map +0 -1
- package/dist/src/components/Lists/ListWrapper.d.ts +0 -20
- package/dist/src/components/Lists/ListWrapper.d.ts.map +0 -1
- package/dist/src/components/Lists/Looper.d.ts +0 -8
- package/dist/src/components/Lists/Looper.d.ts.map +0 -1
- package/dist/src/components/Lists/PaginatedList.d.ts +0 -11
- package/dist/src/components/Lists/PaginatedList.d.ts.map +0 -1
- package/dist/src/components/Lists/Types.d.ts +0 -43
- package/dist/src/components/Lists/Types.d.ts.map +0 -1
- package/dist/src/components/Lists/index.d.ts +0 -7
- package/dist/src/components/Lists/index.d.ts.map +0 -1
- package/dist/src/components/Loading/LoadingComponent.d.ts +0 -5
- package/dist/src/components/Loading/LoadingComponent.d.ts.map +0 -1
- package/dist/src/components/Loading/index.d.ts +0 -2
- package/dist/src/components/Loading/index.d.ts.map +0 -1
- package/dist/src/components/MenuWrapper/MenuWrapper.d.ts +0 -12
- package/dist/src/components/MenuWrapper/MenuWrapper.d.ts.map +0 -1
- package/dist/src/components/MenuWrapper/index.d.ts +0 -2
- package/dist/src/components/MenuWrapper/index.d.ts.map +0 -1
- package/dist/src/components/PressSvg/PressSvg.d.ts +0 -4
- package/dist/src/components/PressSvg/PressSvg.d.ts.map +0 -1
- package/dist/src/components/PressSvg/index.d.ts +0 -2
- package/dist/src/components/PressSvg/index.d.ts.map +0 -1
- package/dist/src/components/Progress/ProgressBar.d.ts +0 -8
- package/dist/src/components/Progress/ProgressBar.d.ts.map +0 -1
- package/dist/src/components/Progress/index.d.ts +0 -2
- package/dist/src/components/Progress/index.d.ts.map +0 -1
- package/dist/src/components/Rad/RadDialog/DetailsWidget.d.ts +0 -3
- package/dist/src/components/Rad/RadDialog/DetailsWidget.d.ts.map +0 -1
- package/dist/src/components/Rad/RadDialog/EditWidget.d.ts +0 -3
- package/dist/src/components/Rad/RadDialog/EditWidget.d.ts.map +0 -1
- package/dist/src/components/Rad/RadDialog/RadDialog.d.ts +0 -3
- package/dist/src/components/Rad/RadDialog/RadDialog.d.ts.map +0 -1
- package/dist/src/components/Rad/RadDialog/index.d.ts +0 -2
- package/dist/src/components/Rad/RadDialog/index.d.ts.map +0 -1
- package/dist/src/components/Rad/RadSection.d.ts +0 -3
- package/dist/src/components/Rad/RadSection.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTable.d.ts +0 -3
- package/dist/src/components/Rad/RadTable.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADColumnTypes.d.ts +0 -17
- package/dist/src/components/Rad/RadTypes/RADColumnTypes.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADDataTypes.d.ts +0 -17
- package/dist/src/components/Rad/RadTypes/RADDataTypes.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADDialogTypes.d.ts +0 -28
- package/dist/src/components/Rad/RadTypes/RADDialogTypes.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADPaginationTypes.d.ts +0 -8
- package/dist/src/components/Rad/RadTypes/RADPaginationTypes.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADSectionTypes.d.ts +0 -8
- package/dist/src/components/Rad/RadTypes/RADSectionTypes.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADTableTypes/index.d.ts +0 -2
- package/dist/src/components/Rad/RadTypes/RADTableTypes/index.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/RADTableTypes/types.d.ts +0 -30
- package/dist/src/components/Rad/RadTypes/RADTableTypes/types.d.ts.map +0 -1
- package/dist/src/components/Rad/RadTypes/index.d.ts +0 -7
- package/dist/src/components/Rad/RadTypes/index.d.ts.map +0 -1
- package/dist/src/components/Rad/Utils/format-form-data.d.ts +0 -5
- package/dist/src/components/Rad/Utils/format-form-data.d.ts.map +0 -1
- package/dist/src/components/Rad/Utils/format-records-data.d.ts +0 -5
- package/dist/src/components/Rad/Utils/format-records-data.d.ts.map +0 -1
- package/dist/src/components/Rad/Utils/index.d.ts +0 -4
- package/dist/src/components/Rad/Utils/index.d.ts.map +0 -1
- package/dist/src/components/Rad/Utils/render-form-fields.d.ts +0 -5
- package/dist/src/components/Rad/Utils/render-form-fields.d.ts.map +0 -1
- package/dist/src/components/Rad/index.d.ts +0 -6
- package/dist/src/components/Rad/index.d.ts.map +0 -1
- package/dist/src/components/Resizable/Resizable.d.ts +0 -22
- package/dist/src/components/Resizable/Resizable.d.ts.map +0 -1
- package/dist/src/components/Resizable/index.d.ts +0 -2
- package/dist/src/components/Resizable/index.d.ts.map +0 -1
- package/dist/src/components/RouteWrapper/RouteWrapper.d.ts +0 -3
- package/dist/src/components/RouteWrapper/RouteWrapper.d.ts.map +0 -1
- package/dist/src/components/RouteWrapper/index.d.ts +0 -2
- package/dist/src/components/RouteWrapper/index.d.ts.map +0 -1
- package/dist/src/components/RouteWrapper/types.d.ts +0 -20
- package/dist/src/components/RouteWrapper/types.d.ts.map +0 -1
- package/dist/src/components/Scanner/Scanner.d.ts +0 -7
- package/dist/src/components/Scanner/Scanner.d.ts.map +0 -1
- package/dist/src/components/Scanner/index.d.ts +0 -2
- package/dist/src/components/Scanner/index.d.ts.map +0 -1
- package/dist/src/components/Sidebar/Sidebar.d.ts +0 -4
- package/dist/src/components/Sidebar/Sidebar.d.ts.map +0 -1
- package/dist/src/components/Sidebar/index.d.ts +0 -3
- package/dist/src/components/Sidebar/index.d.ts.map +0 -1
- package/dist/src/components/Sidebar/types.d.ts +0 -18
- package/dist/src/components/Sidebar/types.d.ts.map +0 -1
- package/dist/src/components/Sidebar/useSidebar.d.ts +0 -4
- package/dist/src/components/Sidebar/useSidebar.d.ts.map +0 -1
- package/dist/src/components/Styled/AppBar.d.ts +0 -7
- package/dist/src/components/Styled/AppBar.d.ts.map +0 -1
- package/dist/src/components/Styled/Box.d.ts +0 -33
- package/dist/src/components/Styled/Box.d.ts.map +0 -1
- package/dist/src/components/Styled/Drawer.d.ts +0 -16
- package/dist/src/components/Styled/Drawer.d.ts.map +0 -1
- package/dist/src/components/Styled/Main.d.ts +0 -16
- package/dist/src/components/Styled/Main.d.ts.map +0 -1
- package/dist/src/components/Styled/Paper.d.ts +0 -28
- package/dist/src/components/Styled/Paper.d.ts.map +0 -1
- package/dist/src/components/Styled/Snackbar.d.ts +0 -5
- package/dist/src/components/Styled/Snackbar.d.ts.map +0 -1
- package/dist/src/components/Styled/index.d.ts +0 -7
- package/dist/src/components/Styled/index.d.ts.map +0 -1
- package/dist/src/components/Svg/ExternalSvg.d.ts +0 -4
- package/dist/src/components/Svg/ExternalSvg.d.ts.map +0 -1
- package/dist/src/components/Svg/descriptors.d.ts +0 -3
- package/dist/src/components/Svg/descriptors.d.ts.map +0 -1
- package/dist/src/components/Svg/handles.d.ts +0 -3
- package/dist/src/components/Svg/handles.d.ts.map +0 -1
- package/dist/src/components/Svg/index.d.ts +0 -2
- package/dist/src/components/Svg/index.d.ts.map +0 -1
- package/dist/src/components/Svg/types.d.ts +0 -64
- package/dist/src/components/Svg/types.d.ts.map +0 -1
- package/dist/src/components/Table/SortableContent.d.ts +0 -3
- package/dist/src/components/Table/SortableContent.d.ts.map +0 -1
- package/dist/src/components/Table/SortableContentNew.d.ts +0 -3
- package/dist/src/components/Table/SortableContentNew.d.ts.map +0 -1
- package/dist/src/components/Table/Table.d.ts +0 -3
- package/dist/src/components/Table/Table.d.ts.map +0 -1
- package/dist/src/components/Table/TableRow.d.ts +0 -3
- package/dist/src/components/Table/TableRow.d.ts.map +0 -1
- package/dist/src/components/Table/TableToolbar.d.ts +0 -3
- package/dist/src/components/Table/TableToolbar.d.ts.map +0 -1
- package/dist/src/components/Table/index.d.ts +0 -6
- package/dist/src/components/Table/index.d.ts.map +0 -1
- package/dist/src/components/Table/types.d.ts +0 -114
- package/dist/src/components/Table/types.d.ts.map +0 -1
- package/dist/src/components/Tabs/RoundedTabs.d.ts +0 -3
- package/dist/src/components/Tabs/RoundedTabs.d.ts.map +0 -1
- package/dist/src/components/Tabs/StandardTabs.d.ts +0 -3
- package/dist/src/components/Tabs/StandardTabs.d.ts.map +0 -1
- package/dist/src/components/Tabs/TabPanel.d.ts +0 -10
- package/dist/src/components/Tabs/TabPanel.d.ts.map +0 -1
- package/dist/src/components/Tabs/Tabs.d.ts +0 -16
- package/dist/src/components/Tabs/Tabs.d.ts.map +0 -1
- package/dist/src/components/Tabs/index.d.ts +0 -6
- package/dist/src/components/Tabs/index.d.ts.map +0 -1
- package/dist/src/components/Tabs/types.d.ts +0 -6
- package/dist/src/components/Tabs/types.d.ts.map +0 -1
- package/dist/src/components/charts/AreaRangeChartComponent.d.ts.map +0 -1
- package/dist/src/components/charts/BarChartComponent.d.ts.map +0 -1
- package/dist/src/components/charts/CustomToolTip.d.ts.map +0 -1
- package/dist/src/components/charts/GaugeWithLabel.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/CustomLegend.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/CustomTooltip.d.ts +0 -15
- package/dist/src/components/charts/Graph/CustomTooltip.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/Graph.d.ts +0 -3
- package/dist/src/components/charts/Graph/Graph.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/index.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/types.d.ts +0 -48
- package/dist/src/components/charts/Graph/types.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/utils/alignScatterData.d.ts +0 -21
- package/dist/src/components/charts/Graph/utils/alignScatterData.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/utils/colors.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/utils/generateTimeTicks.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/utils/generateYAxisTicks.d.ts.map +0 -1
- package/dist/src/components/charts/Graph/utils/getNearbyScatterPoint.d.ts +0 -10
- package/dist/src/components/charts/Graph/utils/getNearbyScatterPoint.d.ts.map +0 -1
- package/dist/src/components/charts/GraphsFlexbox.d.ts.map +0 -1
- package/dist/src/components/charts/LineChartComponent.d.ts.map +0 -1
- package/dist/src/components/charts/PieSingleChartComponent.d.ts.map +0 -1
- package/dist/src/components/charts/ScatterChartComponent.d.ts.map +0 -1
- package/dist/src/components/charts/TimelineChart/CustomEventScatter.d.ts.map +0 -1
- package/dist/src/components/charts/TimelineChart/TimelineChart.d.ts.map +0 -1
- package/dist/src/components/charts/TimelineChart/index.d.ts.map +0 -1
- package/dist/src/components/charts/TimelineChart/types.d.ts.map +0 -1
- package/dist/src/components/charts/index.d.ts.map +0 -1
- package/dist/src/components/charts/utils/shade-color.d.ts.map +0 -1
- package/dist/src/components/dnd/DDRRItem.d.ts.map +0 -1
- package/dist/src/components/dnd/functions.d.ts.map +0 -1
- package/dist/src/components/dnd/index.d.ts.map +0 -1
- package/dist/src/components/index.d.ts +0 -34
- package/dist/src/components/index.d.ts.map +0 -1
- package/dist/src/config/env-config.d.ts +0 -15
- package/dist/src/config/env-config.d.ts.map +0 -1
- package/dist/src/hooks/index.d.ts +0 -17
- package/dist/src/hooks/index.d.ts.map +0 -1
- package/dist/src/hooks/useActionsDialog/index.d.ts +0 -3
- package/dist/src/hooks/useActionsDialog/index.d.ts.map +0 -1
- package/dist/src/hooks/useActionsDialog/types.d.ts +0 -10
- package/dist/src/hooks/useActionsDialog/types.d.ts.map +0 -1
- package/dist/src/hooks/useActionsDialog/useHotKeysDialog.d.ts +0 -4
- package/dist/src/hooks/useActionsDialog/useHotKeysDialog.d.ts.map +0 -1
- package/dist/src/hooks/useActionsDialog/useLanguageDialog.d.ts +0 -4
- package/dist/src/hooks/useActionsDialog/useLanguageDialog.d.ts.map +0 -1
- package/dist/src/hooks/useArray.d.ts +0 -25
- package/dist/src/hooks/useArray.d.ts.map +0 -1
- package/dist/src/hooks/useAuth/index.d.ts +0 -1
- package/dist/src/hooks/useAuth/index.d.ts.map +0 -1
- package/dist/src/hooks/useAuth/types.d.ts +0 -22
- package/dist/src/hooks/useAuth/types.d.ts.map +0 -1
- package/dist/src/hooks/useAuth/useAuth.d.ts +0 -22
- package/dist/src/hooks/useAuth/useAuth.d.ts.map +0 -1
- package/dist/src/hooks/useBreadCrumbs.d.ts +0 -14
- package/dist/src/hooks/useBreadCrumbs.d.ts.map +0 -1
- package/dist/src/hooks/useConfig.d.ts +0 -2
- package/dist/src/hooks/useConfig.d.ts.map +0 -1
- package/dist/src/hooks/useDebounce.d.ts +0 -2
- package/dist/src/hooks/useDebounce.d.ts.map +0 -1
- package/dist/src/hooks/useGState.d.ts +0 -4
- package/dist/src/hooks/useGState.d.ts.map +0 -1
- package/dist/src/hooks/useIdleTimer.d.ts +0 -2
- package/dist/src/hooks/useIdleTimer.d.ts.map +0 -1
- package/dist/src/hooks/useInfiniteQuery.d.ts +0 -19
- package/dist/src/hooks/useInfiniteQuery.d.ts.map +0 -1
- package/dist/src/hooks/useMediaQuery.d.ts +0 -2
- package/dist/src/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/src/hooks/useOrientation.d.ts +0 -3
- package/dist/src/hooks/useOrientation.d.ts.map +0 -1
- package/dist/src/hooks/usePagination.d.ts +0 -8
- package/dist/src/hooks/usePagination.d.ts.map +0 -1
- package/dist/src/hooks/useRfid.d.ts +0 -32
- package/dist/src/hooks/useRfid.d.ts.map +0 -1
- package/dist/src/hooks/useScanner.d.ts +0 -16
- package/dist/src/hooks/useScanner.d.ts.map +0 -1
- package/dist/src/hooks/useScroll.d.ts +0 -2
- package/dist/src/hooks/useScroll.d.ts.map +0 -1
- package/dist/src/hooks/useVisibilityChange.d.ts +0 -3
- package/dist/src/hooks/useVisibilityChange.d.ts.map +0 -1
- package/dist/src/i18n/i18n.d.ts +0 -3
- package/dist/src/i18n/i18n.d.ts.map +0 -1
- package/dist/src/i18n/index.d.ts +0 -2
- package/dist/src/i18n/index.d.ts.map +0 -1
- package/dist/src/layouts/AssignmentLayout/AssignmentLayout.d.ts +0 -16
- package/dist/src/layouts/AssignmentLayout/AssignmentLayout.d.ts.map +0 -1
- package/dist/src/layouts/AssignmentLayout/InnerHeader.d.ts +0 -6
- package/dist/src/layouts/AssignmentLayout/InnerHeader.d.ts.map +0 -1
- package/dist/src/layouts/AssignmentLayout/TableHeader.d.ts +0 -6
- package/dist/src/layouts/AssignmentLayout/TableHeader.d.ts.map +0 -1
- package/dist/src/layouts/AssignmentLayout/TitleRow.d.ts +0 -8
- package/dist/src/layouts/AssignmentLayout/TitleRow.d.ts.map +0 -1
- package/dist/src/layouts/AssignmentLayout/index.d.ts +0 -5
- package/dist/src/layouts/AssignmentLayout/index.d.ts.map +0 -1
- package/dist/src/layouts/index.d.ts +0 -2
- package/dist/src/layouts/index.d.ts.map +0 -1
- package/dist/src/main.d.ts +0 -14
- package/dist/src/main.d.ts.map +0 -1
- package/dist/src/messages/NotificationsProvider.d.ts +0 -5
- package/dist/src/messages/NotificationsProvider.d.ts.map +0 -1
- package/dist/src/messages/index.d.ts +0 -2
- package/dist/src/messages/index.d.ts.map +0 -1
- package/dist/src/plugins/artifactImportRewriteBuild.d.ts +0 -7
- package/dist/src/plugins/artifactImportRewriteBuild.d.ts.map +0 -1
- package/dist/src/plugins/artifactsImportRewrite.d.ts +0 -7
- package/dist/src/plugins/artifactsImportRewrite.d.ts.map +0 -1
- package/dist/src/plugins/index.d.ts +0 -3
- package/dist/src/plugins/index.d.ts.map +0 -1
- package/dist/src/relay/RelayEnvironmentProvider.d.ts +0 -4
- package/dist/src/relay/RelayEnvironmentProvider.d.ts.map +0 -1
- package/dist/src/relay/RelayNetwork.d.ts +0 -5
- package/dist/src/relay/RelayNetwork.d.ts.map +0 -1
- package/dist/src/relay/createRelayEnvironment.d.ts +0 -4
- package/dist/src/relay/createRelayEnvironment.d.ts.map +0 -1
- package/dist/src/relay/index.d.ts +0 -4
- package/dist/src/relay/index.d.ts.map +0 -1
- package/dist/src/relay/types.d.ts +0 -4
- package/dist/src/relay/types.d.ts.map +0 -1
- package/dist/src/routes/getRoutes.d.ts +0 -25
- package/dist/src/routes/getRoutes.d.ts.map +0 -1
- package/dist/src/routes/index.d.ts +0 -3
- package/dist/src/routes/index.d.ts.map +0 -1
- package/dist/src/routes/types.d.ts +0 -37
- package/dist/src/routes/types.d.ts.map +0 -1
- package/dist/src/state_manager/StateInterface.d.ts +0 -10
- package/dist/src/state_manager/StateInterface.d.ts.map +0 -1
- package/dist/src/state_manager/StateProvider.d.ts +0 -15
- package/dist/src/state_manager/StateProvider.d.ts.map +0 -1
- package/dist/src/state_manager/adapters/index.d.ts +0 -3
- package/dist/src/state_manager/adapters/index.d.ts.map +0 -1
- package/dist/src/state_manager/adapters/jotaiAdapter.d.ts +0 -3
- package/dist/src/state_manager/adapters/jotaiAdapter.d.ts.map +0 -1
- package/dist/src/state_manager/adapters/recoilAdapter.d.ts +0 -3
- package/dist/src/state_manager/adapters/recoilAdapter.d.ts.map +0 -1
- package/dist/src/state_manager/index.d.ts +0 -3
- package/dist/src/state_manager/index.d.ts.map +0 -1
- package/dist/src/store/AuthContext/AuthProvider.d.ts +0 -20
- package/dist/src/store/AuthContext/AuthProvider.d.ts.map +0 -1
- package/dist/src/store/AuthContext/index.d.ts +0 -3
- package/dist/src/store/AuthContext/index.d.ts.map +0 -1
- package/dist/src/store/AuthContext/useAuthContext.d.ts +0 -9
- package/dist/src/store/AuthContext/useAuthContext.d.ts.map +0 -1
- package/dist/src/store/config_context/ConfigProvider.d.ts +0 -8
- package/dist/src/store/config_context/ConfigProvider.d.ts.map +0 -1
- package/dist/src/store/config_context/index.d.ts +0 -3
- package/dist/src/store/config_context/index.d.ts.map +0 -1
- package/dist/src/store/config_context/types.d.ts +0 -9
- package/dist/src/store/config_context/types.d.ts.map +0 -1
- package/dist/src/store/idle_context/IdleContext.d.ts +0 -2
- package/dist/src/store/idle_context/IdleContext.d.ts.map +0 -1
- package/dist/src/store/idle_context/IdleProvider.d.ts +0 -8
- package/dist/src/store/idle_context/IdleProvider.d.ts.map +0 -1
- package/dist/src/store/idle_context/index.d.ts +0 -3
- package/dist/src/store/idle_context/index.d.ts.map +0 -1
- package/dist/src/store/index.d.ts +0 -5
- package/dist/src/store/index.d.ts.map +0 -1
- package/dist/src/store/pagination_context/index.d.ts +0 -4
- package/dist/src/store/pagination_context/index.d.ts.map +0 -1
- package/dist/src/store/pagination_context/paginationContext.d.ts +0 -16
- package/dist/src/store/pagination_context/paginationContext.d.ts.map +0 -1
- package/dist/src/store/pagination_context/types.d.ts +0 -56
- package/dist/src/store/pagination_context/types.d.ts.map +0 -1
- package/dist/src/theme/Provider.d.ts +0 -4
- package/dist/src/theme/Provider.d.ts.map +0 -1
- package/dist/src/theme/components.d.ts +0 -4
- package/dist/src/theme/components.d.ts.map +0 -1
- package/dist/src/theme/index.d.ts +0 -4
- package/dist/src/theme/index.d.ts.map +0 -1
- package/dist/src/theme/themes.d.ts +0 -21
- package/dist/src/theme/themes.d.ts.map +0 -1
- package/dist/src/theme/types.d.ts +0 -17
- package/dist/src/theme/types.d.ts.map +0 -1
- package/dist/src/theme/useTheme.d.ts +0 -4
- package/dist/src/theme/useTheme.d.ts.map +0 -1
- package/dist/src/utils/auto-grid-size.d.ts +0 -3
- package/dist/src/utils/auto-grid-size.d.ts.map +0 -1
- package/dist/src/utils/bitwise-check.d.ts +0 -3
- package/dist/src/utils/bitwise-check.d.ts.map +0 -1
- package/dist/src/utils/dates/add-to-date.d.ts +0 -4
- package/dist/src/utils/dates/add-to-date.d.ts.map +0 -1
- package/dist/src/utils/dates/calc-time-difference.d.ts +0 -3
- package/dist/src/utils/dates/calc-time-difference.d.ts.map +0 -1
- package/dist/src/utils/dates/format-date-time.d.ts +0 -3
- package/dist/src/utils/dates/format-date-time.d.ts.map +0 -1
- package/dist/src/utils/dates/format-duration.d.ts +0 -3
- package/dist/src/utils/dates/format-duration.d.ts.map +0 -1
- package/dist/src/utils/dates/index.d.ts +0 -7
- package/dist/src/utils/dates/index.d.ts.map +0 -1
- package/dist/src/utils/dates/is-valid-date.d.ts +0 -3
- package/dist/src/utils/dates/is-valid-date.d.ts.map +0 -1
- package/dist/src/utils/dates/subtract-to-date.d.ts +0 -4
- package/dist/src/utils/dates/subtract-to-date.d.ts.map +0 -1
- package/dist/src/utils/dates/types.d.ts +0 -9
- package/dist/src/utils/dates/types.d.ts.map +0 -1
- package/dist/src/utils/extract-edges.d.ts +0 -6
- package/dist/src/utils/extract-edges.d.ts.map +0 -1
- package/dist/src/utils/format-decimals.d.ts +0 -3
- package/dist/src/utils/format-decimals.d.ts.map +0 -1
- package/dist/src/utils/format-numbers.d.ts +0 -2
- package/dist/src/utils/format-numbers.d.ts.map +0 -1
- package/dist/src/utils/get-date-format.d.ts +0 -3
- package/dist/src/utils/get-date-format.d.ts.map +0 -1
- package/dist/src/utils/index.d.ts +0 -11
- package/dist/src/utils/index.d.ts.map +0 -1
- package/dist/src/utils/opentelemetry.d.ts +0 -2
- package/dist/src/utils/opentelemetry.d.ts.map +0 -1
- package/dist/src/utils/subscription-updater.d.ts +0 -4
- package/dist/src/utils/subscription-updater.d.ts.map +0 -1
- package/dist/src/utils/types/custom-types.d.ts +0 -7
- package/dist/src/utils/types/custom-types.d.ts.map +0 -1
- package/dist/src/utils/useFetchData.d.ts +0 -2
- package/dist/src/utils/useFetchData.d.ts.map +0 -1
- package/dist/types/src/components/charts/AreaRangeChartComponent.d.ts +0 -19
- package/dist/types/src/components/charts/BarChartComponent.d.ts +0 -34
- package/dist/types/src/components/charts/CustomToolTip.d.ts +0 -9
- package/dist/types/src/components/charts/GaugeWithLabel.d.ts +0 -8
- package/dist/types/src/components/charts/Graph/CustomLegend.d.ts +0 -18
- package/dist/types/src/components/charts/Graph/CustomTooltip.d.ts +0 -15
- package/dist/types/src/components/charts/Graph/CustomTooltip.d.ts.map +0 -1
- package/dist/types/src/components/charts/Graph/Graph.d.ts +0 -3
- package/dist/types/src/components/charts/Graph/Graph.d.ts.map +0 -1
- package/dist/types/src/components/charts/Graph/index.d.ts +0 -2
- package/dist/types/src/components/charts/Graph/types.d.ts.map +0 -1
- package/dist/types/src/components/charts/Graph/utils/alignScatterData.d.ts +0 -21
- package/dist/types/src/components/charts/Graph/utils/alignScatterData.d.ts.map +0 -1
- package/dist/types/src/components/charts/Graph/utils/colors.d.ts +0 -3
- package/dist/types/src/components/charts/Graph/utils/colors.d.ts.map +0 -1
- package/dist/types/src/components/charts/Graph/utils/generateTimeTicks.d.ts +0 -2
- package/dist/types/src/components/charts/Graph/utils/generateYAxisTicks.d.ts +0 -8
- package/dist/types/src/components/charts/Graph/utils/getNearbyScatterPoint.d.ts +0 -10
- package/dist/types/src/components/charts/Graph/utils/getNearbyScatterPoint.d.ts.map +0 -1
- package/dist/types/src/components/charts/GraphsFlexbox.d.ts +0 -8
- package/dist/types/src/components/charts/LineChartComponent.d.ts +0 -40
- package/dist/types/src/components/charts/PieSingleChartComponent.d.ts +0 -14
- package/dist/types/src/components/charts/ScatterChartComponent.d.ts +0 -19
- package/dist/types/src/components/charts/TimelineChart/CustomEventScatter.d.ts +0 -2
- package/dist/types/src/components/charts/TimelineChart/TimelineChart.d.ts +0 -5
- package/dist/types/src/components/charts/TimelineChart/index.d.ts +0 -3
- package/dist/types/src/components/charts/TimelineChart/types.d.ts +0 -50
- package/dist/types/src/components/charts/index.d.ts +0 -11
- package/dist/types/src/components/charts/utils/shade-color.d.ts +0 -3
- package/dist/types/src/components/dnd/DDRRItem.d.ts +0 -21
- package/dist/types/src/components/dnd/functions.d.ts +0 -26
- package/dist/types/src/components/dnd/index.d.ts +0 -3
- package/dist/types/src/utils/format-decimals.d.ts +0 -3
- package/dist/types/src/utils/format-decimals.d.ts.map +0 -1
- package/dist/types/src/utils/format-numbers.d.ts +0 -2
- package/dist/types/src/utils/format-numbers.d.ts.map +0 -1
- /package/dist/{src/components/charts → types/src/components/Charts}/AreaRangeChartComponent.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/BarChartComponent.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/CustomToolTip.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/GaugeWithLabel.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/Graph/CustomLegend.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/Graph/index.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/Graph/utils/colors.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/Graph/utils/generateTimeTicks.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/Graph/utils/generateYAxisTicks.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/GraphsFlexbox.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/LineChartComponent.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/PieSingleChartComponent.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/ScatterChartComponent.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/TimelineChart/CustomEventScatter.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/TimelineChart/TimelineChart.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/TimelineChart/index.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/TimelineChart/types.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/index.d.ts +0 -0
- /package/dist/{src/components/charts → types/src/components/Charts}/utils/shade-color.d.ts +0 -0
- /package/dist/{src/components/dnd → types/src/components/Dnd}/DDRRItem.d.ts +0 -0
- /package/dist/{src/components/dnd → types/src/components/Dnd}/functions.d.ts +0 -0
- /package/dist/{src/components/dnd → types/src/components/Dnd}/index.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadCrumb.d.ts","sourceRoot":"","sources":["../../../../../src/components/BreadCrumb/BreadCrumb.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadCrumb.d.ts","sourceRoot":"","sources":["../../../../../src/components/BreadCrumb/BreadCrumb.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,UAAU,4CAqCjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreaRangeChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"AreaRangeChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/AreaRangeChartComponent.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,KAAK,IAAI,GAAG;IACV,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;CAClC,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AA0CF,iBAAS,uBAAuB,CAAC,EAC/B,IAAI,EACJ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,SAAS,EACT,IAAI,GACL,EAAE,4BAA4B,2CAuD9B;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"BarChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/BarChartComponent.tsx"],"names":[],"mappings":"AAOA,KAAK,IAAI,GAAG;IACV,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1D,YAAY,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1D,WAAW,CAAC,EAAE;QACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,iBAAS,iBAAiB,CAAC,EACzB,IAAI,EACJ,KAAc,EACd,MAAe,EACf,QAAa,EACb,QAAgB,EAChB,UAAkB,EAClB,UAAkB,EAClB,YAAiB,EACjB,YAAiB,EACjB,WAAgB,EAChB,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,SAAS,EACT,YAAY,GACb,EAAE,sBAAsB,2CAyExB;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomToolTip.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"CustomToolTip.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/CustomToolTip.tsx"],"names":[],"mappings":"AAAA,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,kBAAkB,2CA2GpF;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GaugeWithLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"GaugeWithLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/GaugeWithLabel.tsx"],"names":[],"mappings":"AAKA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,mBAAmB,2CA8FlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomLegend.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"CustomLegend.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/Graph/CustomLegend.tsx"],"names":[],"mappings":"AAIA,UAAU,WAAW;IACnB,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAClE,QAAQ,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7C,IAAI,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACzC;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,WAAW,2CAwB1E"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AlignedScatterData } from './utils/alignScatterData';
|
|
2
|
+
import type { NameType, Payload, ValueType } from 'recharts/types/component/DefaultTooltipContent';
|
|
3
|
+
type CustomTooltipPayload<TValue extends ValueType = any, TName extends NameType = string> = Payload<TValue, TName>;
|
|
4
|
+
type CustomTooltipProps<S extends readonly AlignedScatterData<any>[]> = {
|
|
5
|
+
scatterSeries: S;
|
|
6
|
+
label?: string | number;
|
|
7
|
+
payload?: CustomTooltipPayload[];
|
|
8
|
+
};
|
|
9
|
+
export default function CustomTooltip<S extends readonly AlignedScatterData<any>[]>({ payload, label, scatterSeries, }: CustomTooltipProps<S>): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=CustomTooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomTooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/Graph/CustomTooltip.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAQnG,KAAK,oBAAoB,CACvB,MAAM,SAAS,SAAS,GAAG,GAAG,EAC9B,KAAK,SAAS,QAAQ,GAAG,MAAM,IAC7B,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC3B,KAAK,kBAAkB,CAAC,CAAC,SAAS,SAAS,kBAAkB,CAAC,GAAG,CAAC,EAAE,IAAI;IACtE,aAAa,EAAE,CAAC,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,CAAC,SAAS,SAAS,kBAAkB,CAAC,GAAG,CAAC,EAAE,EAAE,EAClF,OAAO,EACP,KAAK,EACL,aAAa,GACd,EAAE,kBAAkB,CAAC,CAAC,CAAC,kDAyCvB"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GraphProps, ScatterData } from './types';
|
|
2
|
+
export default function Graph<S extends readonly ScatterData<any>[]>({ data, lines, scatterData, axis, area, startDate, endDate, timeKey, width, height, }: GraphProps<S>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=Graph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/Graph/Graph.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAUlD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,CAAC,SAAS,SAAS,WAAW,CAAC,GAAG,CAAC,EAAE,EAAE,EACnE,IAAI,EACJ,KAAK,EACL,WAAgC,EAEhC,IAAI,EACJ,IAAI,EACJ,SAAS,EACT,OAAO,EACP,OAAO,EACP,KAAc,EACd,MAAY,GACb,EAAE,UAAU,CAAC,CAAC,CAAC,2CA4If"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/Graph/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
interface
|
|
1
|
+
export interface Line {
|
|
2
2
|
name: string;
|
|
3
3
|
dataKey?: string;
|
|
4
4
|
constantValue?: number;
|
|
5
5
|
color?: string;
|
|
6
6
|
mainLine?: boolean;
|
|
7
7
|
}
|
|
8
|
-
interface
|
|
8
|
+
export interface ScatterData<T> {
|
|
9
9
|
name: string;
|
|
10
|
-
data:
|
|
10
|
+
data: T[];
|
|
11
11
|
timeKey: string;
|
|
12
|
-
alignToLineKey
|
|
12
|
+
alignToLineKey?: string;
|
|
13
13
|
color?: string;
|
|
14
|
+
renderTooltip?: (point: T) => React.ReactNode;
|
|
14
15
|
}
|
|
15
16
|
export interface AreaProps {
|
|
16
17
|
dataKey: string;
|
|
@@ -31,10 +32,10 @@ interface AxisSeries {
|
|
|
31
32
|
step: 10 | 15 | 20 | 30 | 45 | 60;
|
|
32
33
|
};
|
|
33
34
|
}
|
|
34
|
-
export interface GraphProps {
|
|
35
|
+
export interface GraphProps<S extends readonly ScatterData<any>[]> {
|
|
35
36
|
data: readonly Record<string, any>[];
|
|
36
|
-
lines:
|
|
37
|
-
scatterData?:
|
|
37
|
+
lines: Line[];
|
|
38
|
+
scatterData?: S;
|
|
38
39
|
area?: AreaProps;
|
|
39
40
|
axis?: AxisSeries;
|
|
40
41
|
realScatter?: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/Graph/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,WAAW,CAAC,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/C;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,KAAK,KAAK,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,KAAK,CAAA;CAAE,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE3F,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAA;KAAE,CAAC;CAC3C;AAED,MAAM,WAAW,UAAU,CAAC,CAAC,SAAS,SAAS,WAAW,CAAC,GAAG,CAAC,EAAE;IAC/D,IAAI,EAAE,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IACrC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,CAAC,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterData } from '../types';
|
|
2
|
+
export interface AlignedScatterData<T> extends ScatterData<T> {
|
|
3
|
+
alignToLineKey: string;
|
|
4
|
+
data: (T & {
|
|
5
|
+
timestamp: number;
|
|
6
|
+
scatterValue: number;
|
|
7
|
+
})[];
|
|
8
|
+
}
|
|
9
|
+
export declare function alignScatterData<S extends readonly ScatterData<any>[]>(preparedData: Array<{
|
|
10
|
+
timestamp: number;
|
|
11
|
+
} & Record<string, any>>, scattersData: S, mainLineKey?: string): {
|
|
12
|
+
[K in keyof S]: S[K] extends ScatterData<infer T> ? AlignedScatterData<T> : never;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=alignScatterData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alignScatterData.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Charts/Graph/utils/alignScatterData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,kBAAkB,CAAC,CAAC,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC;IAC3D,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,CAAC,CAAC,GAAG;QACT,SAAS,EAAE,MAAM,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC,EAAE,CAAC;CACN;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,SAAS,WAAW,CAAC,GAAG,CAAC,EAAE,EACpE,YAAY,EAAE,KAAK,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,EAChE,YAAY,EAAE,CAAC,EACf,WAAW,CAAC,EAAE,MAAM,GACnB;KACA,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,GAAG,KAAK;CAClF,CA+CA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Charts/Graph/utils/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,UAAoC,CAAC;AACrE,eAAO,MAAM,sBAAsB,UAOlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateTimeTicks.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"generateTimeTicks.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Charts/Graph/utils/generateTimeTicks.ts"],"names":[],"mappings":"AAAA,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,eAAe,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAC3C,MAAM,EAAE,CAqBV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateYAxisTicks.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"generateYAxisTicks.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Charts/Graph/utils/generateYAxisTicks.ts"],"names":[],"mappings":"AAAA,UAAU,MAAM;IACd,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAaD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CA0B3D"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { AlignedScatterData } from './alignScatterData';
|
|
3
|
+
type ScatterPointMatch<T> = {
|
|
4
|
+
seriesName: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
dataPoint: T & {
|
|
7
|
+
timestamp: number;
|
|
8
|
+
scatterValue: number;
|
|
9
|
+
};
|
|
10
|
+
renderTooltip?: (data: T & {
|
|
11
|
+
timestamp: number;
|
|
12
|
+
scatterValue: number;
|
|
13
|
+
}) => React.ReactNode;
|
|
14
|
+
};
|
|
15
|
+
export declare function getScatterPointByTimestamp<S extends readonly AlignedScatterData<any>[]>(scatterSeries: S, timestamp: number): {
|
|
16
|
+
[K in keyof S]: S[K] extends AlignedScatterData<infer T> ? ScatterPointMatch<T> : never;
|
|
17
|
+
}[number][];
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=getScatterPointByTimestamp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScatterPointByTimestamp.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Charts/Graph/utils/getScatterPointByTimestamp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD,KAAK,iBAAiB,CAAC,CAAC,IAAI;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,CAAC,GAAG;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3D,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;CAC5F,CAAC;AAEF,wBAAgB,0BAA0B,CAAC,CAAC,SAAS,SAAS,kBAAkB,CAAC,GAAG,CAAC,EAAE,EACrF,aAAa,EAAE,CAAC,EAChB,SAAS,EAAE,MAAM,GAChB;KACA,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,kBAAkB,CAAC,MAAM,CAAC,CAAC,GAAG,iBAAiB,CAAC,CAAC,CAAC,GAAG,KAAK;CACxF,CAAC,MAAM,CAAC,EAAE,CAkBV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphsFlexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"GraphsFlexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/GraphsFlexbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,eAAe,EACf,MAAM,EACN,GAAG,EACH,QAAQ,GACT,EAAE;IACD,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,2CAgBA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"LineChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/LineChartComponent.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAIvD,KAAK,IAAI,GAAG;IACV,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;CACtC,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE;QAAE,uBAAuB,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC5F,YAAY,CAAC,EAAE;QAAE,uBAAuB,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC5F,WAAW,CAAC,EAAE;QACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,IAAI,EACJ,KAAc,EACd,MAAe,EACf,IAAI,EACJ,QAAgB,EAChB,QAAgB,EAChB,UAAkB,EAClB,UAAkB,EAClB,YAAiD,EACjD,YAAiD,EACjD,WAAgB,EAChB,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,SAAS,EACT,IAAiB,GAClB,EAAE,uBAAuB,2CA+GzB;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PieSingleChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"PieSingleChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/PieSingleChartComponent.tsx"],"names":[],"mappings":"AAGA,KAAK,IAAI,GAAG;IACV,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB,CAAC;AA8GF,iBAAS,uBAAuB,CAAC,EAC/B,IAAI,EACJ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,GACV,EAAE,4BAA4B,2CAgD9B;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScatterChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"ScatterChartComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/ScatterChartComponent.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,KAAK,IAAI,GAAG;IACV,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;CAC7B,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AA0CF,iBAAS,qBAAqB,CAAC,EAC7B,IAAI,EACJ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,WAAW,EACX,SAAS,GACV,EAAE,0BAA0B,2CAiD5B;AAED,eAAe,qBAAqB,CAAC"}
|
package/dist/types/src/components/{charts → Charts}/TimelineChart/CustomEventScatter.d.ts.map
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomEventScatter.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"CustomEventScatter.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/TimelineChart/CustomEventScatter.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,kDAmBpE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineChart.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"TimelineChart.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/TimelineChart/TimelineChart.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,iBAAS,aAAa,CAAC,EACrB,IAAI,EACJ,KAAc,EACd,MAAY,EAAE,+CAA+C;AAC7D,IAAI,EACJ,QAAgB,EAChB,QAAgB,EAChB,UAAkB,EAClB,UAAkB,EAClB,YAAiB,EACjB,YAAiB,EACjB,WAAgB,EAChB,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,SAAS,EACT,SAAmB,EACnB,IAAe,EACf,UAGC,EACD,cAAyB,GAC1B,EAAE,kBAAkB,2CAgJpB;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/TimelineChart/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/TimelineChart/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,KAAK,IAAI,GAAG;IACV,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACtD,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,EAAE,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AACnD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1D,YAAY,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1D,WAAW,CAAC,EAAE;QACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC5B,UAAU,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC;IACxC,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CAC5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,cAAc,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shade-color.d.ts","sourceRoot":"","sources":["../../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"shade-color.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Charts/utils/shade-color.ts"],"names":[],"mappings":"yBAAgB,OAAO,MAAM,EAAE,SAAS,MAAM,KAAG,MAAM;AAAvD,wBAgBE"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
type ConfirmDialogTypes = {
|
|
2
2
|
open: boolean;
|
|
3
3
|
onCancel: () => void;
|
|
4
|
-
onSubmit: () => void;
|
|
4
|
+
onSubmit: (notes?: string) => void;
|
|
5
5
|
question: string;
|
|
6
6
|
title: string;
|
|
7
7
|
fontSize?: string;
|
|
8
|
+
notes?: boolean;
|
|
9
|
+
defaultNotesValue?: string;
|
|
8
10
|
};
|
|
9
|
-
export default function ConfirmDialog({ open, onCancel, onSubmit, question, title, fontSize, }: ConfirmDialogTypes): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default function ConfirmDialog({ open, onCancel, onSubmit, question, title, fontSize, notes, defaultNotesValue, }: ConfirmDialogTypes): import("react/jsx-runtime").JSX.Element;
|
|
10
12
|
export {};
|
|
11
13
|
//# sourceMappingURL=ConfirmDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/ConfirmDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/ConfirmDialog.tsx"],"names":[],"mappings":"AAMA,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,QAAiB,EACjB,KAAK,EACL,iBAAiB,GAClB,EAAE,kBAAkB,2CAuDpB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { DialogFormProps, DialogNonFormProps } from './types';
|
|
2
|
-
export default function Dialog({ children, id, open, onClose, title, Icon, width, fullScreen, cancelLabel, submitLabel, aspectRatio, actionPosition, onSubmit, onCancel, form, disableSubmit, disableCancel, dividers, disableEscapeKeyDown, disableBackdropClick, submitButtonProps, hideCloseIcon, scrollbarGutter, disableScroll, minHeight, height, padding, backgroundColor, }: DialogFormProps | DialogNonFormProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function Dialog({ children, id, open, onClose, title, Icon, width, fullScreen, cancelLabel, submitLabel, aspectRatio, actionPosition, onSubmit, onCancel, form, disableSubmit, disableCancel, dividers, disableEscapeKeyDown, disableBackdropClick, submitButtonProps, hideCloseIcon, scrollbarGutter, disableScroll, minHeight, height, padding, backgroundColor, Transition, }: DialogFormProps | DialogNonFormProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=Dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGnE,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,EAAE,EACF,IAAY,EACZ,OAAkB,EAClB,KAAU,EACV,IAAgB,EAChB,KAAY,EACZ,UAAkB,EAClB,WAAsB,EACtB,WAAuB,EACvB,WAAoB,EACpB,cAA2B,EAC3B,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,aAAqB,EACrB,aAAqB,EACrB,QAAgB,EAChB,oBAA4B,EAC5B,oBAA4B,EAC5B,iBAAsB,EACtB,aAAqB,EACrB,eAAuB,EACvB,aAAa,EACb,SAAmB,EACnB,MAAM,EACN,OAAO,EACP,eAAoC,
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAGnE,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,EAAE,EACF,IAAY,EACZ,OAAkB,EAClB,KAAU,EACV,IAAgB,EAChB,KAAY,EACZ,UAAkB,EAClB,WAAsB,EACtB,WAAuB,EACvB,WAAoB,EACpB,cAA2B,EAC3B,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,aAAqB,EACrB,aAAqB,EACrB,QAAgB,EAChB,oBAA4B,EAC5B,oBAA4B,EAC5B,iBAAsB,EACtB,aAAqB,EACrB,eAAuB,EACvB,aAAa,EACb,SAAmB,EACnB,MAAM,EACN,OAAO,EACP,eAAoC,EACpC,UAAU,GACX,EAAE,eAAe,GAAG,kBAAkB,2CAmItC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type {
|
|
1
|
+
import { ElementType, JSX, ReactNode } from 'react';
|
|
2
|
+
import type { Breakpoint, ButtonProps, Theme } from '@mui/material';
|
|
3
|
+
import { ResponsiveStyleValue } from '@mui/system';
|
|
3
4
|
type DialogPropsBase = {
|
|
4
5
|
id: string;
|
|
5
6
|
open: boolean;
|
|
6
7
|
onClose?: () => void;
|
|
7
8
|
title?: string | ReactNode;
|
|
8
|
-
Icon?:
|
|
9
|
+
Icon?: ElementType;
|
|
9
10
|
width?: Breakpoint;
|
|
10
11
|
fullScreen?: boolean;
|
|
11
12
|
aspectRatio?: string;
|
|
@@ -28,7 +29,8 @@ type DialogPropsBase = {
|
|
|
28
29
|
minHeight?: string;
|
|
29
30
|
height?: string | number;
|
|
30
31
|
padding?: string;
|
|
31
|
-
backgroundColor?: string;
|
|
32
|
+
backgroundColor?: string | ((theme: Theme) => ResponsiveStyleValue<readonly string[] | undefined> | string);
|
|
33
|
+
Transition?: ElementType<any, keyof JSX.IntrinsicElements>;
|
|
32
34
|
};
|
|
33
35
|
export type DialogFormProps = DialogPropsBase & {
|
|
34
36
|
form: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD,KAAK,eAAe,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,cAAc,CAAC,EAAE,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC;IACtD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EACZ,MAAM,GACN,CAAC,CAAC,KAAK,EAAE,KAAK,KAAK,oBAAoB,CAAC,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC,GAAG,MAAM,CAAC,CAAC;IACrF,UAAU,CAAC,EAAE,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG;IAC9C,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CAC/B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG;IACjD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CACjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DDRRItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"DDRRItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dnd/DDRRItem.tsx"],"names":[],"mappings":"AAMA,KAAK,aAAa,GAAG;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,CACR,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,EACb,IAAI,CAAC,EAAE,MAAM,EACb,WAAW,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KACnC,IAAI,CAAC;CACX,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,EAAE,EACF,QAAQ,EACR,KAAK,EACL,MAAM,EACN,KAAK,EACL,WAAW,EACX,UAAU,EACV,QAAQ,EACR,MAAU,EACV,QAAQ,GACT,EAAE,aAAa,2CAwGf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dnd/functions.tsx"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,GAAG,EACV,oBAAoB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,EACxC,kBAAkB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,EACtC,WAAW,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,EAC/B,cAAc,GAAE,KAAK,CAAC,MAAM,CAAM,QA4CnC;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,oBAAoB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,QAcxF;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,QAKhG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dnd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Keypad.d.ts","sourceRoot":"","sources":["../../../../../src/components/Keypad/Keypad.tsx"],"names":[],"mappings":"AAKA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Keypad.d.ts","sourceRoot":"","sources":["../../../../../src/components/Keypad/Keypad.tsx"],"names":[],"mappings":"AAKA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,KAAc,EACd,MAAe,EACf,KAAK,EACL,YAAgB,EAChB,KAAU,EACV,QAAgB,EAChB,QAAQ,GACT,EAAE,WAAW,2CA2Db"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { ListItemProps } from './Types';
|
|
2
|
-
export default function ListItem({ id, texts, primaryText, secondaryText, primaryTextStyle, secondaryTextStyle, disabled, selected, onClick, icon, endIcon, secondaryAction, reverseInformations, dividers, }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function ListItem({ id, texts, primaryText, secondaryText, primaryTextStyle, secondaryTextStyle, disabled, selected, onClick, icon, endIcon, secondaryAction, reverseInformations, dividers, contentWidth, }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/ListItem.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,EAAE,EACF,KAAK,EACL,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,OAAO,EACP,eAAe,EACf,mBAAmB,EACnB,QAAQ,
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/ListItem.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,EAAE,EACF,KAAK,EACL,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,OAAO,EACP,eAAe,EACf,mBAAmB,EACnB,QAAQ,EACR,YAAY,GACb,EAAE,aAAa,2CAuEf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/Types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,eAAe,CAAC;AAEzD,KAAK,iBAAiB,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE;QAAE,aAAa,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAA;KAAE,EAAE,CAAC;IACxE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IAClC,kBAAkB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Lists/Types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,eAAe,CAAC;AAEzD,KAAK,iBAAiB,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE;QAAE,aAAa,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAA;KAAE,EAAE,CAAC;IACxE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IAClC,kBAAkB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,KAAK,0BAA0B,GAC3B;IACE,KAAK,EAAE;QAAE,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAA;KAAE,EAAE,CAAC;IACnF,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GACD;IAAE,KAAK,CAAC,EAAE,SAAS,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AAE9F,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,iBAAiB,GAAG,0BAA0B,GAAG,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Navbar/Navbar.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA+BtC,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,gBAAgB,EAAE,UAAU,EAAE,cAAc,EAAE,EAAE,WAAW,2CA6E3F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navbar/Profile/ProfileWindow.tsx"],"names":[],"mappings":"AAcA,KAAK,kBAAkB,GAAG;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAsE5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoutesList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navbar/Routes/RoutesList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,MAAM,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,UAAU,EAAE,EAAE,eAAe,2CAQjE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
type RoutesWindowProps = {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
renderList: () => ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export default function RoutesWindow({ isOpen, onClose, renderList }: RoutesWindowProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=RoutesWindow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoutesWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navbar/Routes/RoutesWindow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOlC,KAAK,iBAAiB,GAAG;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,iBAAiB,2CA2BtF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Navbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Navbar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,WAAW,GAAG;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FullHeightSidebarRouteWrapperProps, RouteWrapperProps } from './types';
|
|
2
|
-
export default function RouteWrapper({ Header, Sidebar, children, fullHeightSidebar, isIdle, }: FullHeightSidebarRouteWrapperProps | RouteWrapperProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function RouteWrapper({ Header, Sidebar, Navbar, children, fullHeightSidebar, isIdle, }: FullHeightSidebarRouteWrapperProps | RouteWrapperProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=RouteWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/RouteWrapper/RouteWrapper.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RouteWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/RouteWrapper/RouteWrapper.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kCAAkC,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEhF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,MAAM,EACN,OAAO,EACP,MAAM,EACN,QAAQ,EACR,iBAAiB,EACjB,MAAM,GACP,EAAE,kCAAkC,GAAG,iBAAiB,2CAkCxD"}
|
|
@@ -10,11 +10,13 @@ export type FullHeightSidebarRouteWrapperProps = BaseRouteWrapperProps & {
|
|
|
10
10
|
fullHeightSidebar: true;
|
|
11
11
|
Header: ReactNode;
|
|
12
12
|
Sidebar: ReactNode;
|
|
13
|
+
Navbar?: ReactNode;
|
|
13
14
|
};
|
|
14
15
|
export type RouteWrapperProps = BaseRouteWrapperProps & {
|
|
15
16
|
fullHeightSidebar?: false;
|
|
16
17
|
Header?: ReactNode;
|
|
17
18
|
Sidebar?: ReactNode;
|
|
19
|
+
Navbar?: ReactNode;
|
|
18
20
|
};
|
|
19
21
|
export {};
|
|
20
22
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/RouteWrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/RouteWrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,KAAK,qBAAqB,GAAG;IAC3B,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,qBAAqB,GAAG;IACvE,iBAAiB,EAAE,IAAI,CAAC;IACxB,MAAM,EAAE,SAAS,CAAC;IAClB,OAAO,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG;IACtD,iBAAiB,CAAC,EAAE,KAAK,CAAC;IAC1B,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,cAAc,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalSvg.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/ExternalSvg.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"ExternalSvg.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/ExternalSvg.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAG3C,iBAAS,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,YAAiB,EAAE,EAAE,gBAAgB,2CA0DtF;AACD,eAAe,WAAW,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Themes } from '
|
|
2
|
-
export default function interpolate(svg: SVGSVGElement, ruleSet: Record<string, any>, callBacksSet: Record<string, () => void>, theme: Themes
|
|
1
|
+
import { Themes } from '../../theme/types';
|
|
2
|
+
export default function interpolate(svg: SVGSVGElement, ruleSet: Record<string, any>, callBacksSet: Record<string, () => void>, theme: Themes): void;
|
|
3
3
|
//# sourceMappingURL=handles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/handles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"handles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/handles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AA2G3C,MAAM,CAAC,OAAO,UAAU,WAAW,CACjC,GAAG,EAAE,aAAa,EAClB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC5B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,EACxC,KAAK,EAAE,MAAM,QAoBd"}
|
|
@@ -3,4 +3,5 @@ export { default as SortableContent } from './SortableContent';
|
|
|
3
3
|
export { default as SortableContentNew } from './SortableContentNew';
|
|
4
4
|
export { default as TableRow } from './TableRow';
|
|
5
5
|
export { default as TableToolbar } from './TableToolbar';
|
|
6
|
+
export * from './types';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,cAAc,SAAS,CAAC"}
|
|
@@ -5,10 +5,10 @@ export * from './BreadCrumb';
|
|
|
5
5
|
export * from './Buttons';
|
|
6
6
|
export * from './CaptionValue';
|
|
7
7
|
export * from './Cards';
|
|
8
|
-
export * from './
|
|
8
|
+
export * from './Charts';
|
|
9
9
|
export * from './Chips';
|
|
10
10
|
export * from './Dialog';
|
|
11
|
-
export * from './
|
|
11
|
+
export * from './Dnd';
|
|
12
12
|
export * from './Filters';
|
|
13
13
|
export * from './Header';
|
|
14
14
|
export * from './HotKeys';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useAuth/useAuth.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useAuth/useAuth.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAC/D,KAAK,KAAK,GAAG,CAAC,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,EAAE,OAAO,CAAC,CAAC;AACrD,KAAK,MAAM,GAAG,CAAC,MAAM,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;AAC7C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AACF,KAAK,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC;AAU/D,KAAK,YAAY,CAAC,MAAM,SAAS,kBAAkB,EAAE,OAAO,SAAS,kBAAkB,IAAI;IACzF,OAAO,EAAE,CAAC,MAAM,EAAE,iBAAiB,CAAC,MAAM,CAAC,KAAK,UAAU,CAAC;IAC3D,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,MAAM,EAAE,iBAAiB,CAAC,OAAO,CAAC,KAAK,UAAU,CAAC;IAC7D,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAaF,wBAAgB,OAAO,CAAC,MAAM,SAAS,kBAAkB,EAAE,OAAO,SAAS,kBAAkB,EAAE,EAC7F,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,aAAa,GACd,EAAE,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,EAAE,WAAW,CAAC,CAuE7E"}
|