@tsiky/components-r19 1.3.0 → 1.3.1
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/_commonjsHelpers-BH3jXuIh.cjs +1 -0
- package/dist/_commonjsHelpers-ByX85dGu.js +33 -0
- package/dist/chart.cjs.js +957 -0
- package/{chart.ts → dist/chart.d.ts} +1 -0
- package/dist/chart.d.ts.map +1 -0
- package/dist/chart.js +11754 -0
- package/dist/components-r19.css +1 -0
- package/dist/index.cjs.js +8186 -0
- package/{index.ts → dist/index.d.ts} +36 -35
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +36839 -0
- package/dist/src/App.d.ts +4 -0
- package/dist/src/App.d.ts.map +1 -0
- package/dist/src/components/AddItemModal/AddItemModal.d.ts +18 -0
- package/dist/src/components/AddItemModal/AddItemModal.d.ts.map +1 -0
- package/dist/src/components/AddItemModal/index.d.ts +2 -0
- package/dist/src/components/AddItemModal/index.d.ts.map +1 -0
- package/dist/src/components/Alert/Alert.d.ts +25 -0
- package/dist/src/components/Alert/Alert.d.ts.map +1 -0
- package/dist/src/components/Alert/AlertContext.d.ts +32 -0
- package/dist/src/components/Alert/AlertContext.d.ts.map +1 -0
- package/dist/src/components/Alert/AlertModels.d.ts +3 -0
- package/dist/src/components/Alert/AlertModels.d.ts.map +1 -0
- package/{src/components/Alert/index.ts → dist/src/components/Alert/index.d.ts} +1 -0
- package/dist/src/components/Alert/index.d.ts.map +1 -0
- package/dist/src/components/AnnouncementPanel/FlexRowContainer.d.ts +10 -0
- package/dist/src/components/AnnouncementPanel/FlexRowContainer.d.ts.map +1 -0
- package/dist/src/components/AnnouncementPanel/ListBox/CounterListBox.d.ts +22 -0
- package/dist/src/components/AnnouncementPanel/ListBox/CounterListBox.d.ts.map +1 -0
- package/dist/src/components/AnnouncementPanel/ListBox/SimpleListBox.d.ts +22 -0
- package/dist/src/components/AnnouncementPanel/ListBox/SimpleListBox.d.ts.map +1 -0
- package/dist/src/components/AnnouncementPanel/ListBox/TrendListBox.d.ts +26 -0
- package/dist/src/components/AnnouncementPanel/ListBox/TrendListBox.d.ts.map +1 -0
- package/{src/components/AnnouncementPanel/ListBox/index.ts → dist/src/components/AnnouncementPanel/ListBox/index.d.ts} +4 -3
- package/dist/src/components/AnnouncementPanel/ListBox/index.d.ts.map +1 -0
- package/dist/src/components/AnnouncementPanel/ListContentContainer.d.ts +11 -0
- package/dist/src/components/AnnouncementPanel/ListContentContainer.d.ts.map +1 -0
- package/{src/components/AnnouncementPanel/index.ts → dist/src/components/AnnouncementPanel/index.d.ts} +4 -3
- package/dist/src/components/AnnouncementPanel/index.d.ts.map +1 -0
- package/dist/src/components/BandChart/index.d.ts +50 -0
- package/dist/src/components/BandChart/index.d.ts.map +1 -0
- package/dist/src/components/Button/Button.d.ts +9 -0
- package/dist/src/components/Button/Button.d.ts.map +1 -0
- package/{src/components/Button/index.ts → dist/src/components/Button/index.d.ts} +1 -0
- package/dist/src/components/Button/index.d.ts.map +1 -0
- package/dist/src/components/ChartContainer/ChartContainer.d.ts +34 -0
- package/dist/src/components/ChartContainer/ChartContainer.d.ts.map +1 -0
- package/dist/src/components/ChartContainer/index.d.ts +2 -0
- package/dist/src/components/ChartContainer/index.d.ts.map +1 -0
- package/dist/src/components/Charts/area-chart-admission/AreaChartAdmission.d.ts +15 -0
- package/dist/src/components/Charts/area-chart-admission/AreaChartAdmission.d.ts.map +1 -0
- package/dist/src/components/Charts/area-chart-hospitalisation/AreaChartHospitalisation.d.ts +14 -0
- package/dist/src/components/Charts/area-chart-hospitalisation/AreaChartHospitalisation.d.ts.map +1 -0
- package/dist/src/components/Charts/bar-chart/BarChart.d.ts +20 -0
- package/dist/src/components/Charts/bar-chart/BarChart.d.ts.map +1 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts +24 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts.map +1 -0
- package/dist/src/components/Charts/boxplot-chart/boxUtils.d.ts +4 -0
- package/dist/src/components/Charts/boxplot-chart/boxUtils.d.ts.map +1 -0
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts +70 -0
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts.map +1 -0
- package/dist/src/components/Charts/sankey-adaptation/sankey.d.ts +4 -0
- package/dist/src/components/Charts/sankey-adaptation/sankey.d.ts.map +1 -0
- package/dist/src/components/Charts/sankey-chart/SankeyChart.d.ts +20 -0
- package/dist/src/components/Charts/sankey-chart/SankeyChart.d.ts.map +1 -0
- package/dist/src/components/Charts/stacked-column/StackedColumn.d.ts +55 -0
- package/dist/src/components/Charts/stacked-column/StackedColumn.d.ts.map +1 -0
- package/dist/src/components/Charts/stacked-column-one-hundred-percent/StackedColumnOneHundredPercent.d.ts +13 -0
- package/dist/src/components/Charts/stacked-column-one-hundred-percent/StackedColumnOneHundredPercent.d.ts.map +1 -0
- package/dist/src/components/CircularProgress/CircularProgress.d.ts +17 -0
- package/dist/src/components/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/{src/components/CircularProgress/index.ts → dist/src/components/CircularProgress/index.d.ts} +1 -0
- package/dist/src/components/CircularProgress/index.d.ts.map +1 -0
- package/dist/src/components/Confirmationpopup/ConfirmationPopup.d.ts +13 -0
- package/dist/src/components/Confirmationpopup/ConfirmationPopup.d.ts.map +1 -0
- package/dist/src/components/Confirmationpopup/index.d.ts +16 -0
- package/dist/src/components/Confirmationpopup/index.d.ts.map +1 -0
- package/dist/src/components/Confirmationpopup/useConfirmationPopup.d.ts +9 -0
- package/dist/src/components/Confirmationpopup/useConfirmationPopup.d.ts.map +1 -0
- package/dist/src/components/DayStatCard/DayStatCard.d.ts +20 -0
- package/dist/src/components/DayStatCard/DayStatCard.d.ts.map +1 -0
- package/{src/components/DayStatCard/index.ts → dist/src/components/DayStatCard/index.d.ts} +1 -0
- package/dist/src/components/DayStatCard/index.d.ts.map +1 -0
- package/dist/src/components/DraggableSwitcher/DraggableSwitcherButton.d.ts +16 -0
- package/dist/src/components/DraggableSwitcher/DraggableSwitcherButton.d.ts.map +1 -0
- package/dist/src/components/DraggableSwitcher/context/useDraggableSwitcher.d.ts +11 -0
- package/dist/src/components/DraggableSwitcher/context/useDraggableSwitcher.d.ts.map +1 -0
- package/{src/components/DraggableSwitcher/index.ts → dist/src/components/DraggableSwitcher/index.d.ts} +3 -2
- package/dist/src/components/DraggableSwitcher/index.d.ts.map +1 -0
- package/dist/src/components/DropdownMenu/DropdownMenu.d.ts +23 -0
- package/dist/src/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/src/components/DropdownMenu/index.d.ts +2 -0
- package/dist/src/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/src/components/DynamicForm/DynamicForm.d.ts +16 -0
- package/dist/src/components/DynamicForm/DynamicForm.d.ts.map +1 -0
- package/{src/components/DynamicForm/index.ts → dist/src/components/DynamicForm/index.d.ts} +1 -0
- package/dist/src/components/DynamicForm/index.d.ts.map +1 -0
- package/dist/src/components/DynamicForm/tools/form-metadata.d.ts +50 -0
- package/dist/src/components/DynamicForm/tools/form-metadata.d.ts.map +1 -0
- package/dist/src/components/DynamicForm/tools/validation.d.ts +11 -0
- package/dist/src/components/DynamicForm/tools/validation.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/DynamicInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/DynamicInput.d.ts.map +1 -0
- package/{src/components/DynamicInput/index.ts → dist/src/components/DynamicInput/index.d.ts} +1 -0
- package/dist/src/components/DynamicInput/index.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/CheckboxInput.d.ts +12 -0
- package/dist/src/components/DynamicInput/input/CheckboxInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/ColorInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/input/ColorInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/DateInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/input/DateInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/FileInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/input/FileInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/InputWrapper.d.ts +11 -0
- package/dist/src/components/DynamicInput/input/InputWrapper.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/RadioInput.d.ts +12 -0
- package/dist/src/components/DynamicInput/input/RadioInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/RangeInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/input/RangeInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/SelectInput.d.ts +12 -0
- package/dist/src/components/DynamicInput/input/SelectInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/TextInput.d.ts +13 -0
- package/dist/src/components/DynamicInput/input/TextInput.d.ts.map +1 -0
- package/dist/src/components/DynamicInput/input/TextareaInput.d.ts +12 -0
- package/dist/src/components/DynamicInput/input/TextareaInput.d.ts.map +1 -0
- package/{src/components/DynamicInput/input/index.ts → dist/src/components/DynamicInput/input/index.d.ts} +1 -0
- package/dist/src/components/DynamicInput/input/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/AdvancedFilters.d.ts +18 -0
- package/dist/src/components/DynamicTable/AdvancedFilters.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/ColumnSorter.d.ts +12 -0
- package/dist/src/components/DynamicTable/ColumnSorter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/Pagination.d.ts +13 -0
- package/dist/src/components/DynamicTable/Pagination.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableBody.d.ts +4 -0
- package/dist/src/components/DynamicTable/TableBody.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableCell.d.ts +9 -0
- package/dist/src/components/DynamicTable/TableCell.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableHeader.d.ts +7 -0
- package/dist/src/components/DynamicTable/TableHeader.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableRow.d.ts +16 -0
- package/dist/src/components/DynamicTable/TableRow.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableauDynamique.d.ts +17 -0
- package/dist/src/components/DynamicTable/TableauDynamique.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/BooleanFilter.d.ts +13 -0
- package/dist/src/components/DynamicTable/filters/BooleanFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/DateFilter.d.ts +13 -0
- package/dist/src/components/DynamicTable/filters/DateFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/DateRangeFilter.d.ts +17 -0
- package/dist/src/components/DynamicTable/filters/DateRangeFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/FilterRenderer.d.ts +10 -0
- package/dist/src/components/DynamicTable/filters/FilterRenderer.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/MultiSelectFilter.d.ts +11 -0
- package/dist/src/components/DynamicTable/filters/MultiSelectFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/NumberFilter.d.ts +14 -0
- package/dist/src/components/DynamicTable/filters/NumberFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/OperatorFilter.d.ts +16 -0
- package/dist/src/components/DynamicTable/filters/OperatorFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/SelectFilter.d.ts +10 -0
- package/dist/src/components/DynamicTable/filters/SelectFilter.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/filters/TextFilter.d.ts +9 -0
- package/dist/src/components/DynamicTable/filters/TextFilter.d.ts.map +1 -0
- package/{src/components/DynamicTable/filters/index.ts → dist/src/components/DynamicTable/filters/index.d.ts} +1 -0
- package/dist/src/components/DynamicTable/filters/index.d.ts.map +1 -0
- package/{src/components/DynamicTable/hooks/index.ts → dist/src/components/DynamicTable/hooks/index.d.ts} +1 -0
- package/dist/src/components/DynamicTable/hooks/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/hooks/useAsyncActions.d.ts +6 -0
- package/dist/src/components/DynamicTable/hooks/useAsyncActions.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/hooks/useFilters.d.ts +19 -0
- package/dist/src/components/DynamicTable/hooks/useFilters.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/hooks/useTableData.d.ts +11 -0
- package/dist/src/components/DynamicTable/hooks/useTableData.d.ts.map +1 -0
- package/{src/components/DynamicTable/index.ts → dist/src/components/DynamicTable/index.d.ts} +1 -0
- package/dist/src/components/DynamicTable/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/tools/filterTypes.d.ts +88 -0
- package/dist/src/components/DynamicTable/tools/filterTypes.d.ts.map +1 -0
- package/{src/components/DynamicTable/tools/index.ts → dist/src/components/DynamicTable/tools/index.d.ts} +1 -0
- package/dist/src/components/DynamicTable/tools/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/tools/tableConfig.d.ts +13 -0
- package/dist/src/components/DynamicTable/tools/tableConfig.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/tools/tableTypes.d.ts +66 -0
- package/dist/src/components/DynamicTable/tools/tableTypes.d.ts.map +1 -0
- package/dist/src/components/EntryControl/EntryControl.d.ts +7 -0
- package/dist/src/components/EntryControl/EntryControl.d.ts.map +1 -0
- package/{src/components/EntryControl/index.ts → dist/src/components/EntryControl/index.d.ts} +1 -0
- package/dist/src/components/EntryControl/index.d.ts.map +1 -0
- package/dist/src/components/Grid/Grid.d.ts +24 -0
- package/dist/src/components/Grid/Grid.d.ts.map +1 -0
- package/{src/components/Grid/index.ts → dist/src/components/Grid/index.d.ts} +1 -0
- package/dist/src/components/Grid/index.d.ts.map +1 -0
- package/dist/src/components/Header/Header.d.ts +16 -0
- package/dist/src/components/Header/Header.d.ts.map +1 -0
- package/dist/src/components/Header/index.d.ts +2 -0
- package/dist/src/components/Header/index.d.ts.map +1 -0
- package/dist/src/components/IconText/IconText.d.ts +14 -0
- package/dist/src/components/IconText/IconText.d.ts.map +1 -0
- package/dist/src/components/IconText/index.d.ts +2 -0
- package/dist/src/components/IconText/index.d.ts.map +1 -0
- package/dist/src/components/LanguageSelector/LanguageSelector.d.ts +14 -0
- package/dist/src/components/LanguageSelector/LanguageSelector.d.ts.map +1 -0
- package/{src/components/LanguageSelector/index.ts → dist/src/components/LanguageSelector/index.d.ts} +1 -0
- package/dist/src/components/LanguageSelector/index.d.ts.map +1 -0
- package/dist/src/components/Logo/Logo.d.ts +10 -0
- package/dist/src/components/Logo/Logo.d.ts.map +1 -0
- package/{src/components/Logo/index.ts → dist/src/components/Logo/index.d.ts} +1 -0
- package/dist/src/components/Logo/index.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/MetricsItem.d.ts +12 -0
- package/dist/src/components/MetricsPanel/MetricsItem.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/MetricsPanel.d.ts +17 -0
- package/dist/src/components/MetricsPanel/MetricsPanel.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/PanelHeader.d.ts +8 -0
- package/dist/src/components/MetricsPanel/PanelHeader.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/SummaryCard.d.ts +16 -0
- package/dist/src/components/MetricsPanel/SummaryCard.d.ts.map +1 -0
- package/{src/components/MetricsPanel/index.ts → dist/src/components/MetricsPanel/index.d.ts} +1 -0
- package/dist/src/components/MetricsPanel/index.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/renderers/CompactRenderer.d.ts +4 -0
- package/dist/src/components/MetricsPanel/renderers/CompactRenderer.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/renderers/ImageCard.d.ts +7 -0
- package/dist/src/components/MetricsPanel/renderers/ImageCard.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/renderers/PertinenceCard.d.ts +15 -0
- package/dist/src/components/MetricsPanel/renderers/PertinenceCard.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/tools/MetricsPanelTypes.d.ts +47 -0
- package/dist/src/components/MetricsPanel/tools/MetricsPanelTypes.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/tools/chooseDefaultRender.d.ts +7 -0
- package/dist/src/components/MetricsPanel/tools/chooseDefaultRender.d.ts.map +1 -0
- package/dist/src/components/MetricsPanel/tools/colorUtils.d.ts +2 -0
- package/dist/src/components/MetricsPanel/tools/colorUtils.d.ts.map +1 -0
- package/{src/components/MetricsPanel/tools/index.ts → dist/src/components/MetricsPanel/tools/index.d.ts} +1 -0
- package/dist/src/components/MetricsPanel/tools/index.d.ts.map +1 -0
- package/dist/src/components/ModuleHeader/ModuleHeader.d.ts +10 -0
- package/dist/src/components/ModuleHeader/ModuleHeader.d.ts.map +1 -0
- package/dist/src/components/ModuleHeader/index.d.ts +2 -0
- package/dist/src/components/ModuleHeader/index.d.ts.map +1 -0
- package/dist/src/components/ModuleSideBar/ModuleSideBar.d.ts +22 -0
- package/dist/src/components/ModuleSideBar/ModuleSideBar.d.ts.map +1 -0
- package/dist/src/components/ModuleSideBar/index.d.ts +2 -0
- package/dist/src/components/ModuleSideBar/index.d.ts.map +1 -0
- package/dist/src/components/NavBar/NavBar.d.ts +11 -0
- package/dist/src/components/NavBar/NavBar.d.ts.map +1 -0
- package/dist/src/components/NavBar/NavContext.d.ts +14 -0
- package/dist/src/components/NavBar/NavContext.d.ts.map +1 -0
- package/{src/components/NavBar/index.ts → dist/src/components/NavBar/index.d.ts} +1 -0
- package/dist/src/components/NavBar/index.d.ts.map +1 -0
- package/dist/src/components/NavItem/NavItem.d.ts +13 -0
- package/dist/src/components/NavItem/NavItem.d.ts.map +1 -0
- package/dist/src/components/NavItem/index.d.ts +2 -0
- package/dist/src/components/NavItem/index.d.ts.map +1 -0
- package/dist/src/components/Page/Dashboard.d.ts +4 -0
- package/dist/src/components/Page/Dashboard.d.ts.map +1 -0
- package/dist/src/components/Page/Page.d.ts +4 -0
- package/dist/src/components/Page/Page.d.ts.map +1 -0
- package/dist/src/components/PerformanceCard/PerformanceCard.d.ts +22 -0
- package/dist/src/components/PerformanceCard/PerformanceCard.d.ts.map +1 -0
- package/dist/src/components/PerformanceCard/defaultHistogramRenderer.d.ts +10 -0
- package/dist/src/components/PerformanceCard/defaultHistogramRenderer.d.ts.map +1 -0
- package/dist/src/components/PerformanceCard/tools/types.d.ts +44 -0
- package/dist/src/components/PerformanceCard/tools/types.d.ts.map +1 -0
- package/dist/src/components/PerformanceCard/tools/usePerformanceCard.d.ts +28 -0
- package/dist/src/components/PerformanceCard/tools/usePerformanceCard.d.ts.map +1 -0
- package/dist/src/components/PeriodRange/PeriodRange.d.ts +14 -0
- package/dist/src/components/PeriodRange/PeriodRange.d.ts.map +1 -0
- package/dist/src/components/PeriodSelect/PeriodSelect.d.ts +14 -0
- package/dist/src/components/PeriodSelect/PeriodSelect.d.ts.map +1 -0
- package/dist/src/components/PeriodSelect/index.d.ts +2 -0
- package/dist/src/components/PeriodSelect/index.d.ts.map +1 -0
- package/dist/src/components/ScrollableHorizontale/ScrollableHorizontale.d.ts +12 -0
- package/dist/src/components/ScrollableHorizontale/ScrollableHorizontale.d.ts.map +1 -0
- package/{src/components/ScrollableHorizontale/index.ts → dist/src/components/ScrollableHorizontale/index.d.ts} +1 -0
- package/dist/src/components/ScrollableHorizontale/index.d.ts.map +1 -0
- package/dist/src/components/SearchBar/SearchBar.d.ts +10 -0
- package/dist/src/components/SearchBar/SearchBar.d.ts.map +1 -0
- package/dist/src/components/SearchBar/index.d.ts +2 -0
- package/dist/src/components/SearchBar/index.d.ts.map +1 -0
- package/dist/src/components/SectionTitle/SectionTitle.d.ts +9 -0
- package/dist/src/components/SectionTitle/SectionTitle.d.ts.map +1 -0
- package/dist/src/components/SelectFilter/SelectFilter.d.ts +5 -0
- package/dist/src/components/SelectFilter/SelectFilter.d.ts.map +1 -0
- package/{src/components/SelectFilter/index.ts → dist/src/components/SelectFilter/index.d.ts} +3 -2
- package/dist/src/components/SelectFilter/index.d.ts.map +1 -0
- package/dist/src/components/SelectFilter/types.d.ts +19 -0
- package/dist/src/components/SelectFilter/types.d.ts.map +1 -0
- package/dist/src/components/SideComponent/PatientEditor.d.ts +5 -0
- package/dist/src/components/SideComponent/PatientEditor.d.ts.map +1 -0
- package/dist/src/components/SideComponent/SideComponent.d.ts +25 -0
- package/dist/src/components/SideComponent/SideComponent.d.ts.map +1 -0
- package/dist/src/components/SideComponent/hooks/useBodyScrollLock.d.ts +2 -0
- package/dist/src/components/SideComponent/hooks/useBodyScrollLock.d.ts.map +1 -0
- package/{src/components/SideComponent/index.ts → dist/src/components/SideComponent/index.d.ts} +1 -0
- package/dist/src/components/SideComponent/index.d.ts.map +1 -0
- package/dist/src/components/SideComponent/portal.d.ts +3 -0
- package/dist/src/components/SideComponent/portal.d.ts.map +1 -0
- package/dist/src/components/SubNavBar/SubNavBar.d.ts +16 -0
- package/dist/src/components/SubNavBar/SubNavBar.d.ts.map +1 -0
- package/dist/src/components/SubNavBar/index.d.ts +2 -0
- package/dist/src/components/SubNavBar/index.d.ts.map +1 -0
- package/dist/src/components/Switcher/Switcher.d.ts +21 -0
- package/dist/src/components/Switcher/Switcher.d.ts.map +1 -0
- package/dist/src/components/Switcher/index.d.ts +2 -0
- package/dist/src/components/Switcher/index.d.ts.map +1 -0
- package/dist/src/components/Title/Title.d.ts +9 -0
- package/dist/src/components/Title/Title.d.ts.map +1 -0
- package/dist/src/components/Title/index.d.ts +2 -0
- package/dist/src/components/Title/index.d.ts.map +1 -0
- package/dist/src/components/TranslationKey/TranslationKey.d.ts +23 -0
- package/dist/src/components/TranslationKey/TranslationKey.d.ts.map +1 -0
- package/dist/src/components/TranslationKey/index.d.ts +2 -0
- package/dist/src/components/TranslationKey/index.d.ts.map +1 -0
- package/dist/src/components/TrendItem/TrendItem.d.ts +14 -0
- package/dist/src/components/TrendItem/TrendItem.d.ts.map +1 -0
- package/dist/src/components/TrendItem/index.d.ts +2 -0
- package/dist/src/components/TrendItem/index.d.ts.map +1 -0
- package/dist/src/components/TrendList/TrendList.d.ts +17 -0
- package/dist/src/components/TrendList/TrendList.d.ts.map +1 -0
- package/dist/src/components/TrendList/index.d.ts +2 -0
- package/dist/src/components/TrendList/index.d.ts.map +1 -0
- package/dist/src/components/theme/ThemeSwitcherButton.d.ts +18 -0
- package/dist/src/components/theme/ThemeSwitcherButton.d.ts.map +1 -0
- package/dist/src/components/theme/context/ThemeContext.d.ts +13 -0
- package/dist/src/components/theme/context/ThemeContext.d.ts.map +1 -0
- package/{src/components/theme/context/index.ts → dist/src/components/theme/context/index.d.ts} +1 -0
- package/dist/src/components/theme/context/index.d.ts.map +1 -0
- package/dist/src/components/theme/context/useThemeSwitcher.d.ts +5 -0
- package/dist/src/components/theme/context/useThemeSwitcher.d.ts.map +1 -0
- package/dist/src/components/theme/index.d.ts +2 -0
- package/dist/src/components/theme/index.d.ts.map +1 -0
- package/dist/src/main.d.ts +2 -0
- package/dist/src/main.d.ts.map +1 -0
- package/package.json +28 -4
- package/.prettierignore +0 -4
- package/.prettierrc +0 -9
- package/.storybook/main.ts +0 -17
- package/.storybook/preview.ts +0 -21
- package/.storybook/vitest.setup.ts +0 -7
- package/eslint.config.js +0 -40
- package/index.html +0 -13
- package/src/App.css +0 -42
- package/src/App.tsx +0 -12
- package/src/assets/accessibility.png +0 -0
- package/src/assets/accessibility.svg +0 -1
- package/src/assets/addon-library.png +0 -0
- package/src/assets/assets.png +0 -0
- package/src/assets/avif-test-image.avif +0 -0
- package/src/assets/context.png +0 -0
- package/src/assets/discord.svg +0 -1
- package/src/assets/docs.png +0 -0
- package/src/assets/figma-plugin.png +0 -0
- package/src/assets/github.svg +0 -1
- package/src/assets/react.svg +0 -1
- package/src/assets/share.png +0 -0
- package/src/assets/styling.png +0 -0
- package/src/assets/testing.png +0 -0
- package/src/assets/theming.png +0 -0
- package/src/assets/tutorials.svg +0 -1
- package/src/assets/youtube.svg +0 -1
- package/src/components/AddItemModal/AddItemModal.module.css +0 -72
- package/src/components/AddItemModal/AddItemModal.tsx +0 -82
- package/src/components/AddItemModal/index.ts +0 -1
- package/src/components/Alert/Alert.css +0 -54
- package/src/components/Alert/Alert.stories.tsx +0 -82
- package/src/components/Alert/Alert.tsx +0 -85
- package/src/components/Alert/AlertContext.tsx +0 -200
- package/src/components/Alert/AlertModels.ts +0 -34
- package/src/components/AnnouncementPanel/FlexRowContainer.css +0 -17
- package/src/components/AnnouncementPanel/FlexRowContainer.stories.tsx +0 -329
- package/src/components/AnnouncementPanel/FlexRowContainer.tsx +0 -24
- package/src/components/AnnouncementPanel/ListBox/CounterListBox.css +0 -56
- package/src/components/AnnouncementPanel/ListBox/CounterListBox.stories.tsx +0 -292
- package/src/components/AnnouncementPanel/ListBox/CounterListBox.tsx +0 -106
- package/src/components/AnnouncementPanel/ListBox/SimpleListBox.css +0 -57
- package/src/components/AnnouncementPanel/ListBox/SimpleListBox.stories.tsx +0 -189
- package/src/components/AnnouncementPanel/ListBox/SimpleListBox.tsx +0 -138
- package/src/components/AnnouncementPanel/ListBox/TrendListBox.css +0 -61
- package/src/components/AnnouncementPanel/ListBox/TrendListBox.stories.tsx +0 -257
- package/src/components/AnnouncementPanel/ListBox/TrendListBox.tsx +0 -90
- package/src/components/AnnouncementPanel/ListContentContainer.css +0 -23
- package/src/components/AnnouncementPanel/ListContentContainer.stories.tsx +0 -212
- package/src/components/AnnouncementPanel/ListContentContainer.tsx +0 -33
- package/src/components/BandChart/index.tsx +0 -282
- package/src/components/Button/Button.module.css +0 -165
- package/src/components/Button/Button.stories.ts +0 -132
- package/src/components/Button/Button.tsx +0 -55
- package/src/components/Button/button.css +0 -29
- package/src/components/ChartContainer/ChartContainer.css +0 -116
- package/src/components/ChartContainer/ChartContainer.stories.tsx +0 -159
- package/src/components/ChartContainer/ChartContainer.tsx +0 -155
- package/src/components/ChartContainer/index.ts +0 -1
- package/src/components/Charts/area-chart-admission/AreaChartAdmission.stories.tsx +0 -65
- package/src/components/Charts/area-chart-admission/AreaChartAdmission.tsx +0 -129
- package/src/components/Charts/area-chart-admission/content.json +0 -48
- package/src/components/Charts/area-chart-hospitalisation/AreaChartHospitalisation.stories.tsx +0 -141
- package/src/components/Charts/area-chart-hospitalisation/AreaChartHospitalisation.tsx +0 -262
- package/src/components/Charts/area-chart-hospitalisation/content.json +0 -55
- package/src/components/Charts/bar-chart/BarChart.stories.tsx +0 -50
- package/src/components/Charts/bar-chart/BarChart.tsx +0 -171
- package/src/components/Charts/bar-chart/content.json +0 -15
- package/src/components/Charts/boxplot-chart/BoxPlotChart.stories.tsx +0 -63
- package/src/components/Charts/boxplot-chart/BoxPlotChart.tsx +0 -114
- package/src/components/Charts/boxplot-chart/boxUtils.ts +0 -22
- package/src/components/Charts/boxplot-chart/content.json +0 -11
- package/src/components/Charts/mixed-chart/MixedChart.stories.tsx +0 -83
- package/src/components/Charts/mixed-chart/MixedChart.tsx +0 -681
- package/src/components/Charts/mixed-chart/content.json +0 -34
- package/src/components/Charts/sankey-adaptation/sankey.tsx +0 -70
- package/src/components/Charts/sankey-chart/SankeyChart.stories.tsx +0 -69
- package/src/components/Charts/sankey-chart/SankeyChart.tsx +0 -183
- package/src/components/Charts/sankey-chart/content.json +0 -15
- package/src/components/Charts/stacked-column/StackedColumn.stories.tsx +0 -72
- package/src/components/Charts/stacked-column/StackedColumn.tsx +0 -406
- package/src/components/Charts/stacked-column/content.json +0 -37
- package/src/components/Charts/stacked-column-one-hundred-percent/StackedColumnOneHundredPercent.stories.tsx +0 -43
- package/src/components/Charts/stacked-column-one-hundred-percent/StackedColumnOneHundredPercent.tsx +0 -75
- package/src/components/Charts/stacked-column-one-hundred-percent/content.json +0 -6
- package/src/components/CircularProgress/CircularProgress.css +0 -79
- package/src/components/CircularProgress/CircularProgress.stories.tsx +0 -251
- package/src/components/CircularProgress/CircularProgress.tsx +0 -101
- package/src/components/Configure.mdx +0 -369
- package/src/components/Confirmationpopup/ConfirmationPopup.module.css +0 -88
- package/src/components/Confirmationpopup/ConfirmationPopup.stories.tsx +0 -94
- package/src/components/Confirmationpopup/ConfirmationPopup.tsx +0 -47
- package/src/components/Confirmationpopup/index.ts +0 -6
- package/src/components/Confirmationpopup/useConfirmationPopup.ts +0 -48
- package/src/components/DayStatCard/DayStatCard.css +0 -50
- package/src/components/DayStatCard/DayStatCard.stories.tsx +0 -273
- package/src/components/DayStatCard/DayStatCard.tsx +0 -96
- package/src/components/DraggableSwitcher/DraggableSwitcherButton.tsx +0 -58
- package/src/components/DraggableSwitcher/context/useDraggableSwitcher.tsx +0 -45
- package/src/components/DropdownMenu/DropdownMenu.css +0 -100
- package/src/components/DropdownMenu/DropdownMenu.stories.tsx +0 -174
- package/src/components/DropdownMenu/DropdownMenu.tsx +0 -106
- package/src/components/DropdownMenu/index.ts +0 -1
- package/src/components/DynamicForm/DynamicFom.stories.ts +0 -773
- package/src/components/DynamicForm/DynamicForm.module.css +0 -468
- package/src/components/DynamicForm/DynamicForm.tsx +0 -224
- package/src/components/DynamicForm/tools/form-metadata.ts +0 -82
- package/src/components/DynamicForm/tools/validation.ts +0 -168
- package/src/components/DynamicInput/DynamicInput.module.css +0 -125
- package/src/components/DynamicInput/DynamicInput.stories.ts +0 -350
- package/src/components/DynamicInput/DynamicInput.tsx +0 -144
- package/src/components/DynamicInput/input/CheckboxInput.tsx +0 -41
- package/src/components/DynamicInput/input/ColorInput.tsx +0 -46
- package/src/components/DynamicInput/input/DateInput.tsx +0 -57
- package/src/components/DynamicInput/input/FileInput.tsx +0 -174
- package/src/components/DynamicInput/input/InputWrapper.tsx +0 -26
- package/src/components/DynamicInput/input/RadioInput.tsx +0 -46
- package/src/components/DynamicInput/input/RangeInput.tsx +0 -46
- package/src/components/DynamicInput/input/SelectInput.tsx +0 -75
- package/src/components/DynamicInput/input/TextInput.tsx +0 -101
- package/src/components/DynamicInput/input/TextareaInput.tsx +0 -47
- package/src/components/DynamicInput/input/assets/ColorInput.module.css +0 -48
- package/src/components/DynamicInput/input/assets/DateInput.module.css +0 -83
- package/src/components/DynamicInput/input/assets/FileInput.module.css +0 -133
- package/src/components/DynamicInput/input/assets/RangeInput.module.css +0 -169
- package/src/components/DynamicInput/input/assets/SelectInput.module.css +0 -95
- package/src/components/DynamicTable/AdvancedFilters.tsx +0 -196
- package/src/components/DynamicTable/ColumnSorter.tsx +0 -185
- package/src/components/DynamicTable/Pagination.tsx +0 -115
- package/src/components/DynamicTable/TableBody.tsx +0 -42
- package/src/components/DynamicTable/TableCell.tsx +0 -38
- package/src/components/DynamicTable/TableHeader.tsx +0 -39
- package/src/components/DynamicTable/TableRow.tsx +0 -56
- package/src/components/DynamicTable/TableauDynamic.stories.ts +0 -1014
- package/src/components/DynamicTable/TableauDynamique.module.css +0 -1294
- package/src/components/DynamicTable/TableauDynamique.tsx +0 -154
- package/src/components/DynamicTable/filters/BooleanFilter.tsx +0 -30
- package/src/components/DynamicTable/filters/DateFilter.tsx +0 -28
- package/src/components/DynamicTable/filters/DateRangeFilter.tsx +0 -51
- package/src/components/DynamicTable/filters/FilterRenderer.tsx +0 -117
- package/src/components/DynamicTable/filters/MultiSelectFilter.tsx +0 -59
- package/src/components/DynamicTable/filters/NumberFilter.tsx +0 -37
- package/src/components/DynamicTable/filters/OperatorFilter.tsx +0 -64
- package/src/components/DynamicTable/filters/SelectFilter.tsx +0 -69
- package/src/components/DynamicTable/filters/TextFilter.tsx +0 -39
- package/src/components/DynamicTable/hooks/useAsyncActions.ts +0 -36
- package/src/components/DynamicTable/hooks/useFilters.ts +0 -142
- package/src/components/DynamicTable/hooks/useTableData.ts +0 -216
- package/src/components/DynamicTable/tools/filterTypes.ts +0 -118
- package/src/components/DynamicTable/tools/tableConfig.ts +0 -96
- package/src/components/DynamicTable/tools/tableTypes.ts +0 -63
- package/src/components/EntryControl/EntryControl.module.css +0 -218
- package/src/components/EntryControl/EntryControl.stories.tsx +0 -71
- package/src/components/EntryControl/EntryControl.tsx +0 -117
- package/src/components/Grid/Grid.stories.tsx +0 -94
- package/src/components/Grid/Grid.tsx +0 -219
- package/src/components/Grid/grid.css +0 -285
- package/src/components/Header/Header.stories.tsx +0 -164
- package/src/components/Header/Header.tsx +0 -61
- package/src/components/Header/header.css +0 -61
- package/src/components/Header/index.ts +0 -1
- package/src/components/IconText/IconText..stories.tsx +0 -135
- package/src/components/IconText/IconText.css +0 -43
- package/src/components/IconText/IconText.tsx +0 -43
- package/src/components/IconText/index.ts +0 -1
- package/src/components/LanguageSelector/LanguageSelector.css +0 -31
- package/src/components/LanguageSelector/LanguageSelector.stories.tsx +0 -38
- package/src/components/LanguageSelector/LanguageSelector.tsx +0 -37
- package/src/components/Logo/Logo.css +0 -89
- package/src/components/Logo/Logo.stories.tsx +0 -79
- package/src/components/Logo/Logo.tsx +0 -22
- package/src/components/MetricsPanel/MetricsItem.tsx +0 -128
- package/src/components/MetricsPanel/MetricsPanel.module.css +0 -688
- package/src/components/MetricsPanel/MetricsPanel.stories.tsx +0 -692
- package/src/components/MetricsPanel/MetricsPanel.tsx +0 -220
- package/src/components/MetricsPanel/PanelHeader.tsx +0 -19
- package/src/components/MetricsPanel/SummaryCard.tsx +0 -61
- package/src/components/MetricsPanel/renderers/CompactRenderer.tsx +0 -148
- package/src/components/MetricsPanel/renderers/ImageCard.tsx +0 -62
- package/src/components/MetricsPanel/renderers/PertinenceCard.tsx +0 -55
- package/src/components/MetricsPanel/tools/MetricsPanelTypes.ts +0 -62
- package/src/components/MetricsPanel/tools/chooseDefaultRender.ts +0 -50
- package/src/components/MetricsPanel/tools/colorUtils.ts +0 -39
- package/src/components/ModuleHeader/ModuleHeader.css +0 -37
- package/src/components/ModuleHeader/ModuleHeader.stories.tsx +0 -37
- package/src/components/ModuleHeader/ModuleHeader.tsx +0 -42
- package/src/components/ModuleHeader/index.ts +0 -1
- package/src/components/ModuleSideBar/ModuleSideBar.css +0 -227
- package/src/components/ModuleSideBar/ModuleSideBar.stories.tsx +0 -40
- package/src/components/ModuleSideBar/ModuleSideBar.tsx +0 -155
- package/src/components/ModuleSideBar/index.ts +0 -1
- package/src/components/NavBar/NavBar.css +0 -58
- package/src/components/NavBar/NavBar.stories.tsx +0 -169
- package/src/components/NavBar/NavBar.tsx +0 -100
- package/src/components/NavBar/NavContext.tsx +0 -30
- package/src/components/NavItem/NavItem.css +0 -29
- package/src/components/NavItem/NavItem.tsx +0 -58
- package/src/components/NavItem/index.ts +0 -1
- package/src/components/Page/Dashboard.tsx +0 -93
- package/src/components/Page/Page.stories.ts +0 -33
- package/src/components/Page/Page.tsx +0 -73
- package/src/components/Page/page.css +0 -81
- package/src/components/PerformanceCard/PerformanceCard.module.css +0 -232
- package/src/components/PerformanceCard/PerformanceCard.stories.tsx +0 -441
- package/src/components/PerformanceCard/PerformanceCard.tsx +0 -198
- package/src/components/PerformanceCard/defaultHistogramRenderer.tsx +0 -32
- package/src/components/PerformanceCard/tools/types.ts +0 -50
- package/src/components/PerformanceCard/tools/usePerformanceCard.ts +0 -93
- package/src/components/PeriodRange/PeriodRange.module.css +0 -158
- package/src/components/PeriodRange/PeriodRange.stories.tsx +0 -66
- package/src/components/PeriodRange/PeriodRange.tsx +0 -130
- package/src/components/PeriodSelect/PeriodSelect.module.css +0 -64
- package/src/components/PeriodSelect/PeriodSelect.stories.tsx +0 -40
- package/src/components/PeriodSelect/PeriodSelect.tsx +0 -48
- package/src/components/PeriodSelect/index.ts +0 -1
- package/src/components/ScrollableHorizontale/ScrollableHorizontale.css +0 -40
- package/src/components/ScrollableHorizontale/ScrollableHorizontale.stories.tsx +0 -133
- package/src/components/ScrollableHorizontale/ScrollableHorizontale.tsx +0 -29
- package/src/components/SearchBar/SearchBar.css +0 -40
- package/src/components/SearchBar/SearchBar.stories.tsx +0 -36
- package/src/components/SearchBar/SearchBar.tsx +0 -30
- package/src/components/SearchBar/index.ts +0 -1
- package/src/components/SectionTitle/SectionTitle.css +0 -21
- package/src/components/SectionTitle/SectionTitle.stories.tsx +0 -39
- package/src/components/SectionTitle/SectionTitle.tsx +0 -18
- package/src/components/SelectFilter/SelectFilter.module.css +0 -249
- package/src/components/SelectFilter/SelectFilter.stories.tsx +0 -321
- package/src/components/SelectFilter/SelectFilter.tsx +0 -219
- package/src/components/SelectFilter/types.ts +0 -19
- package/src/components/SideComponent/PatientEditor.tsx +0 -64
- package/src/components/SideComponent/SideComponent.css +0 -179
- package/src/components/SideComponent/SideComponent.stories.tsx +0 -547
- package/src/components/SideComponent/SideComponent.tsx +0 -243
- package/src/components/SideComponent/hooks/useBodyScrollLock.ts +0 -15
- package/src/components/SideComponent/portal.ts +0 -11
- package/src/components/SubNavBar/SubNavBar.tsx +0 -41
- package/src/components/SubNavBar/index.ts +0 -1
- package/src/components/Switcher/Switcher.css +0 -65
- package/src/components/Switcher/Switcher.stories.tsx +0 -153
- package/src/components/Switcher/Switcher.tsx +0 -83
- package/src/components/Switcher/index.ts +0 -1
- package/src/components/Title/Title.stories.tsx +0 -18
- package/src/components/Title/Title.tsx +0 -26
- package/src/components/Title/index.ts +0 -1
- package/src/components/TranslationKey/TranslationKey.css +0 -272
- package/src/components/TranslationKey/TranslationKey.stories.tsx +0 -50
- package/src/components/TranslationKey/TranslationKey.tsx +0 -266
- package/src/components/TranslationKey/index.ts +0 -1
- package/src/components/TrendItem/TrendItem.css +0 -36
- package/src/components/TrendItem/TrendItem.stories.tsx +0 -276
- package/src/components/TrendItem/TrendItem.tsx +0 -46
- package/src/components/TrendItem/index.ts +0 -1
- package/src/components/TrendList/TrendList.css +0 -16
- package/src/components/TrendList/TrendList.stories.tsx +0 -337
- package/src/components/TrendList/TrendList.tsx +0 -72
- package/src/components/TrendList/index.ts +0 -1
- package/src/components/theme/ThemeSwitcherButton.tsx +0 -64
- package/src/components/theme/context/ThemeContext.tsx +0 -61
- package/src/components/theme/context/useThemeSwitcher.ts +0 -18
- package/src/components/theme/index.ts +0 -1
- package/src/index.css +0 -68
- package/src/main.tsx +0 -10
- package/src/vite-env.d.ts +0 -1
- package/tsconfig.app.json +0 -27
- package/tsconfig.json +0 -4
- package/tsconfig.node.json +0 -25
- package/vite.config.ts +0 -43
- package/vitest.shims.d.ts +0 -1
- /package/{public → dist}/vite.svg +0 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TensionData {
|
|
3
|
+
labels: string[];
|
|
4
|
+
main: number[];
|
|
5
|
+
upper: number[];
|
|
6
|
+
lower: number[];
|
|
7
|
+
histogram?: number[];
|
|
8
|
+
histogram_pred?: number[];
|
|
9
|
+
histogram_inprogress?: number[];
|
|
10
|
+
}
|
|
11
|
+
export type DisplayConditionFn = (data: TensionData) => boolean;
|
|
12
|
+
export interface RangeBandConfig {
|
|
13
|
+
id: string;
|
|
14
|
+
lowerKey: keyof TensionData;
|
|
15
|
+
upperKey: keyof TensionData;
|
|
16
|
+
visible?: boolean;
|
|
17
|
+
color?: string;
|
|
18
|
+
opacity?: number;
|
|
19
|
+
}
|
|
20
|
+
export interface LineConfig {
|
|
21
|
+
id: string;
|
|
22
|
+
key: keyof TensionData;
|
|
23
|
+
label?: string;
|
|
24
|
+
visible?: boolean;
|
|
25
|
+
color?: string;
|
|
26
|
+
width?: number;
|
|
27
|
+
dash?: number;
|
|
28
|
+
}
|
|
29
|
+
export interface BubbleConfig {
|
|
30
|
+
visible?: boolean;
|
|
31
|
+
values?: number[];
|
|
32
|
+
color?: string;
|
|
33
|
+
size?: number;
|
|
34
|
+
}
|
|
35
|
+
export interface TensionConfig {
|
|
36
|
+
rangeBands?: RangeBandConfig[];
|
|
37
|
+
lines?: LineConfig[];
|
|
38
|
+
showHistogram?: boolean;
|
|
39
|
+
histogramKey?: keyof TensionData;
|
|
40
|
+
histogramPredKey?: keyof TensionData;
|
|
41
|
+
histogramPendingKey?: keyof TensionData;
|
|
42
|
+
histogramColor?: string;
|
|
43
|
+
stackedHistogram?: boolean;
|
|
44
|
+
bubble?: BubbleConfig;
|
|
45
|
+
displayCondition?: DisplayConditionFn | null;
|
|
46
|
+
responsive?: boolean;
|
|
47
|
+
}
|
|
48
|
+
interface Props {
|
|
49
|
+
data: TensionData;
|
|
50
|
+
config?: TensionConfig;
|
|
51
|
+
height?: number;
|
|
52
|
+
}
|
|
53
|
+
declare const Tension: React.FC<Props>;
|
|
54
|
+
export default Tension;
|
|
55
|
+
//# sourceMappingURL=StackedColumn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackedColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/stacked-column/StackedColumn.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAMpD,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;CACjC;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;AAEhE,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,WAAW,CAAC;IAC5B,QAAQ,EAAE,MAAM,WAAW,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,WAAW,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,WAAW,CAAC;IACrC,mBAAmB,CAAC,EAAE,MAAM,WAAW,CAAC;IACxC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAID,UAAU,KAAK;IACb,IAAI,EAAE,WAAW,CAAC;IAClB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAiDD,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAiS5B,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type SingleStackedSeries = {
|
|
3
|
+
name: string;
|
|
4
|
+
value: number;
|
|
5
|
+
};
|
|
6
|
+
export interface SingleStacked100ChartProps {
|
|
7
|
+
title?: string;
|
|
8
|
+
series: SingleStackedSeries[];
|
|
9
|
+
height?: number;
|
|
10
|
+
}
|
|
11
|
+
declare const PageColonne: React.FC;
|
|
12
|
+
export default PageColonne;
|
|
13
|
+
//# sourceMappingURL=StackedColumnOneHundredPercent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackedColumnOneHundredPercent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Charts/stacked-column-one-hundred-percent/StackedColumnOneHundredPercent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,MAAM,WAAW,0BAA0B;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,mBAAmB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAmDD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAMxB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CSSProperties } from 'react';
|
|
3
|
+
import './CircularProgress.css';
|
|
4
|
+
export type CircularProgressProps = {
|
|
5
|
+
progress: number;
|
|
6
|
+
size?: number;
|
|
7
|
+
strokeWidth?: number;
|
|
8
|
+
color?: string;
|
|
9
|
+
textTop?: string;
|
|
10
|
+
textBottom?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
textTopStyle?: CSSProperties;
|
|
13
|
+
textBottomStyle?: CSSProperties;
|
|
14
|
+
className?: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const CircularProgress: React.FC<CircularProgressProps>;
|
|
17
|
+
//# sourceMappingURL=CircularProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircularProgress.d.ts","sourceRoot":"","sources":["../../../../src/components/CircularProgress/CircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,wBAAwB,CAAC;AAEhC,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAmF5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CircularProgress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ConfirmationPopupProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
title: string;
|
|
5
|
+
message: string;
|
|
6
|
+
onConfirm: () => void;
|
|
7
|
+
onCancel: () => void;
|
|
8
|
+
confirmText?: string;
|
|
9
|
+
cancelText?: string;
|
|
10
|
+
type?: 'warning' | 'info' | 'danger';
|
|
11
|
+
}
|
|
12
|
+
export declare const ConfirmationPopup: React.FC<ConfirmationPopupProps>;
|
|
13
|
+
//# sourceMappingURL=ConfirmationPopup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/ConfirmationPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;CACtC;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgC9D,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ConfirmationPopup, type ConfirmationPopupProps } from './ConfirmationPopup';
|
|
2
|
+
import { useConfirmationPopup } from './useConfirmationPopup';
|
|
3
|
+
export { ConfirmationPopup, useConfirmationPopup, type ConfirmationPopupProps };
|
|
4
|
+
declare const _default: {
|
|
5
|
+
ConfirmationPopup: import("react").FC<ConfirmationPopupProps>;
|
|
6
|
+
useConfirmationPopup: () => {
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
title: string;
|
|
9
|
+
message: string;
|
|
10
|
+
showConfirmation: (title: string, message: string, onConfirm: () => void) => void;
|
|
11
|
+
hideConfirmation: () => void;
|
|
12
|
+
handleConfirm: () => void;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,KAAK,sBAAsB,EAAE,CAAC;;;;;;;;;;;;AAEhF,wBAA2D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const useConfirmationPopup: () => {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
title: string;
|
|
4
|
+
message: string;
|
|
5
|
+
showConfirmation: (title: string, message: string, onConfirm: () => void) => void;
|
|
6
|
+
hideConfirmation: () => void;
|
|
7
|
+
handleConfirm: () => void;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=useConfirmationPopup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useConfirmationPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/useConfirmationPopup.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;8BAQc,MAAM,WAAW,MAAM,aAAa,MAAM,IAAI;;;CA8B5F,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CSSProperties } from 'react';
|
|
3
|
+
import './DayStatCard.css';
|
|
4
|
+
import type { CircularProgressProps } from '../CircularProgress/CircularProgress';
|
|
5
|
+
export type DayStatCardProps = {
|
|
6
|
+
background?: string;
|
|
7
|
+
headerTop: string;
|
|
8
|
+
headerBottom?: string;
|
|
9
|
+
headerTopStyle?: CSSProperties;
|
|
10
|
+
headerBottomStyle?: CSSProperties;
|
|
11
|
+
progress1: CircularProgressProps;
|
|
12
|
+
progress2: CircularProgressProps;
|
|
13
|
+
progress3: CircularProgressProps;
|
|
14
|
+
style?: CSSProperties;
|
|
15
|
+
size?: number;
|
|
16
|
+
className?: string;
|
|
17
|
+
draggable?: boolean;
|
|
18
|
+
};
|
|
19
|
+
export declare const DayStatCard: React.FC<DayStatCardProps>;
|
|
20
|
+
//# sourceMappingURL=DayStatCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DayStatCard.d.ts","sourceRoot":"","sources":["../../../../src/components/DayStatCard/DayStatCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAGlF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,iBAAiB,CAAC,EAAE,aAAa,CAAC;IAClC,SAAS,EAAE,qBAAqB,CAAC;IACjC,SAAS,EAAE,qBAAqB,CAAC;IACjC,SAAS,EAAE,qBAAqB,CAAC;IACjC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyElD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DayStatCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface DraggableSwitcherButtonProps {
|
|
2
|
+
leftIcon?: string;
|
|
3
|
+
rightIcon?: string;
|
|
4
|
+
colors?: {
|
|
5
|
+
bg?: string;
|
|
6
|
+
activeBg?: string;
|
|
7
|
+
border?: string;
|
|
8
|
+
circle?: string;
|
|
9
|
+
icon?: string;
|
|
10
|
+
icon2?: string;
|
|
11
|
+
};
|
|
12
|
+
size?: number;
|
|
13
|
+
}
|
|
14
|
+
export declare const DraggableSwitcherButton: ({ leftIcon, rightIcon, colors, size, }: DraggableSwitcherButtonProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
15
|
+
export default DraggableSwitcherButton;
|
|
16
|
+
//# sourceMappingURL=DraggableSwitcherButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraggableSwitcherButton.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableSwitcher/DraggableSwitcherButton.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,uBAAuB,GAAI,wCAYrC,4BAA4B,mDAwB9B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
interface DraggableContextType {
|
|
3
|
+
isDraggable: boolean;
|
|
4
|
+
switchDraggable: (value: boolean) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const DraggableProvider: ({ children }: {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const useDraggableSwitcher: () => DraggableContextType;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=useDraggableSwitcher.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDraggableSwitcher.d.ts","sourceRoot":"","sources":["../../../../../src/components/DraggableSwitcher/context/useDraggableSwitcher.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,UAAU,oBAAoB;IAC5B,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C;AAID,eAAO,MAAM,iBAAiB,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,4CAyBtE,CAAC;AAEF,eAAO,MAAM,oBAAoB,4BAMhC,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export * from './DraggableSwitcherButton';
|
|
2
|
-
export * from './context/useDraggableSwitcher';
|
|
1
|
+
export * from './DraggableSwitcherButton';
|
|
2
|
+
export * from './context/useDraggableSwitcher';
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableSwitcher/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DropdownMenu.css';
|
|
3
|
+
export interface MenuItem {
|
|
4
|
+
id?: string;
|
|
5
|
+
label: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
type?: 'link' | 'button';
|
|
9
|
+
}
|
|
10
|
+
export interface MenuCategory {
|
|
11
|
+
title?: string;
|
|
12
|
+
items: MenuItem[];
|
|
13
|
+
}
|
|
14
|
+
export interface DropdownMenuProps {
|
|
15
|
+
categories?: MenuCategory[];
|
|
16
|
+
buttonContent?: React.ReactNode;
|
|
17
|
+
position?: 'left' | 'right';
|
|
18
|
+
closeOnClickOutside?: boolean;
|
|
19
|
+
logo?: string;
|
|
20
|
+
}
|
|
21
|
+
declare const DropdownMenu: React.FC<DropdownMenuProps>;
|
|
22
|
+
export default DropdownMenu;
|
|
23
|
+
//# sourceMappingURL=DropdownMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC1B;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4E7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FormSchema } from './tools/form-metadata';
|
|
3
|
+
export interface DynamicFormProps {
|
|
4
|
+
schema: FormSchema;
|
|
5
|
+
initialData?: Record<string, unknown>;
|
|
6
|
+
onSubmit: (data: Record<string, unknown>) => Promise<unknown> | void;
|
|
7
|
+
submitLabel?: string;
|
|
8
|
+
submitIcon?: string;
|
|
9
|
+
submitIconPosition?: 'left' | 'right';
|
|
10
|
+
onCancel?: () => void;
|
|
11
|
+
cancelLabel?: string;
|
|
12
|
+
cancelIcon?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const DynamicForm: React.FC<DynamicFormProps>;
|
|
15
|
+
export default DynamicForm;
|
|
16
|
+
//# sourceMappingURL=DynamicForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/DynamicForm.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,uBAAuB,CAAC;AAQvE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IACrE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAuMlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { ComponentType } from 'react';
|
|
2
|
+
export interface FieldOption {
|
|
3
|
+
value: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}
|
|
6
|
+
export interface FieldValidation {
|
|
7
|
+
minLength?: number;
|
|
8
|
+
maxLength?: number;
|
|
9
|
+
pattern?: string;
|
|
10
|
+
min?: number | string;
|
|
11
|
+
max?: number | string;
|
|
12
|
+
minDate?: string;
|
|
13
|
+
maxDate?: string;
|
|
14
|
+
acceptedTypes?: string;
|
|
15
|
+
maxFileSize?: number;
|
|
16
|
+
}
|
|
17
|
+
export type FieldType = 'text' | 'email' | 'number' | 'select' | 'checkbox' | 'textarea' | 'date' | 'radio' | 'file' | 'month' | 'week' | 'time' | 'datetime-local' | 'color' | 'range' | 'url' | 'password' | 'section';
|
|
18
|
+
export interface FieldMetadata {
|
|
19
|
+
disabled: boolean | undefined;
|
|
20
|
+
name: string;
|
|
21
|
+
type: FieldType;
|
|
22
|
+
label: string;
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
required?: boolean;
|
|
25
|
+
options?: FieldOption[];
|
|
26
|
+
validation?: FieldValidation;
|
|
27
|
+
gridCol?: number;
|
|
28
|
+
attributes?: {
|
|
29
|
+
multiple?: boolean;
|
|
30
|
+
accept?: string;
|
|
31
|
+
step?: number | string;
|
|
32
|
+
icon?: string;
|
|
33
|
+
iconComponent?: ComponentType<any>;
|
|
34
|
+
iconPosition?: 'suffix' | 'prefix';
|
|
35
|
+
showPasswordToggle?: boolean;
|
|
36
|
+
};
|
|
37
|
+
help?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface FormSchema {
|
|
40
|
+
title: string;
|
|
41
|
+
description?: string;
|
|
42
|
+
fields: FieldMetadata[];
|
|
43
|
+
submitText?: string;
|
|
44
|
+
layout?: 'grid' | 'stack';
|
|
45
|
+
columns?: number;
|
|
46
|
+
submitIcon?: string;
|
|
47
|
+
submitIconPosition?: 'left' | 'right';
|
|
48
|
+
}
|
|
49
|
+
export declare function getFormSchema(modelClass: any): FormSchema;
|
|
50
|
+
//# sourceMappingURL=form-metadata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-metadata.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicForm/tools/form-metadata.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,SAAS,GACjB,MAAM,GACN,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,GACV,MAAM,GACN,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,OAAO,GACP,KAAK,GACL,UAAU,GACV,SAAS,CAAC;AAEd,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QACvB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,aAAa,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;QACnC,YAAY,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;QACnC,kBAAkB,CAAC,EAAE,OAAO,CAAC;KAC9B,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,GAAG,GAAG,UAAU,CAOzD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { FieldMetadata } from './form-metadata';
|
|
2
|
+
export interface ValidationResult {
|
|
3
|
+
isValid: boolean;
|
|
4
|
+
error?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function validateField(value: any, field: FieldMetadata): ValidationResult;
|
|
7
|
+
export declare function validateForm(data: Record<string, unknown>, fields: FieldMetadata[]): {
|
|
8
|
+
isValid: boolean;
|
|
9
|
+
errors: Record<string, string>;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=validation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicForm/tools/validation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AA6FD,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,aAAa,GAAG,gBAAgB,CAgDhF;AAED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,MAAM,EAAE,aAAa,EAAE,GACtB;IACD,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAChC,CAaA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface DynamicInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: any;
|
|
6
|
+
onChange: (value: any) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const DynamicInput: React.FC<DynamicInputProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=DynamicInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicInput.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicInput/DynamicInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAExE,UAAU,iBAAiB;IACzB,KAAK,EAAE,aAAa,CAAC;IAErB,KAAK,EAAE,GAAG,CAAC;IAEX,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuHpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface CheckboxInputProps {
|
|
3
|
+
field: any;
|
|
4
|
+
value: any;
|
|
5
|
+
onChange: (value: any) => void;
|
|
6
|
+
onBlur: () => void;
|
|
7
|
+
error?: string;
|
|
8
|
+
touched?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const CheckboxInput: React.FC<CheckboxInputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=CheckboxInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/CheckboxInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IAE1B,KAAK,EAAE,GAAG,CAAC;IAEX,KAAK,EAAE,GAAG,CAAC;IAEX,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyBtD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface ColorInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (value: unknown) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const ColorInput: React.FC<ColorInputProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ColorInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/ColorInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAG3E,UAAU,eAAe;IACvB,KAAK,EAAE,aAAa,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgChD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface DateInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (value: unknown) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const DateInput: React.FC<DateInputProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=DateInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/DateInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAG3E,UAAU,cAAc;IACtB,KAAK,EAAE,aAAa,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA2C9C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface FileInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: FileList | File[] | null;
|
|
6
|
+
onChange: (value: FileList | File[] | null) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const FileInput: React.FC<FileInputProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=FileInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/FileInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAG3E,UAAU,cAAc;IACtB,KAAK,EAAE,aAAa,CAAC;IACrB,KAAK,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,IAAI,KAAK,IAAI,CAAC;IACpD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAgK9C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface InputWrapperProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
error?: string;
|
|
7
|
+
touched?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const InputWrapper: React.FC<InputWrapperProps>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=InputWrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/InputWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAE3E,UAAU,iBAAiB;IACzB,KAAK,EAAE,aAAa,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAcpD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface RadioInputProps {
|
|
3
|
+
field: any;
|
|
4
|
+
value: any;
|
|
5
|
+
onChange: (value: any) => void;
|
|
6
|
+
onBlur: () => void;
|
|
7
|
+
error?: string;
|
|
8
|
+
touched?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const RadioInput: React.FC<RadioInputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=RadioInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,eAAe;IACvB,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;IACX,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+BhD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface RangeInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: number | string;
|
|
6
|
+
onChange: (value: any) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const RangeInput: React.FC<RangeInputProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=RangeInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/RangeInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAG3E,UAAU,eAAe;IACvB,KAAK,EAAE,aAAa,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+BhD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SelectInputProps {
|
|
3
|
+
field: any;
|
|
4
|
+
value: any;
|
|
5
|
+
onChange: (value: any) => void;
|
|
6
|
+
onBlur: () => void;
|
|
7
|
+
error?: string;
|
|
8
|
+
touched?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const SelectInput: React.FC<SelectInputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=SelectInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/SelectInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACxB,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;IACX,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6DlD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FieldMetadata } from '../../DynamicForm/tools/form-metadata';
|
|
3
|
+
interface TextInputProps {
|
|
4
|
+
field: FieldMetadata;
|
|
5
|
+
value: any;
|
|
6
|
+
onChange: (v: any) => void;
|
|
7
|
+
onBlur: () => void;
|
|
8
|
+
error?: string;
|
|
9
|
+
touched?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const TextInput: React.FC<TextInputProps>;
|
|
12
|
+
export default TextInput;
|
|
13
|
+
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAI3E,UAAU,cAAc;IACtB,KAAK,EAAE,aAAa,CAAC;IAErB,KAAK,EAAE,GAAG,CAAC;IAEX,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAiF9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TextareaInputProps {
|
|
3
|
+
field: any;
|
|
4
|
+
value: any;
|
|
5
|
+
onChange: (value: any) => void;
|
|
6
|
+
onBlur: () => void;
|
|
7
|
+
error?: string;
|
|
8
|
+
touched?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const TextareaInput: React.FC<TextareaInputProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=TextareaInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextareaInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/TextareaInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,kBAAkB;IAC1B,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;IACX,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAgCtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DynamicInput/input/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC"}
|