@alfalab/core-components 20.3.2 → 20.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-4c746bb4.d.ts → tslib.es6-decc30d3.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-4c746bb4.js → tslib.es6-decc30d3.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-7c2dd368.d.ts → tslib.es6-af3fab91.d.ts} +0 -0
- package/calendar/{tslib.es6-7c2dd368.js → tslib.es6-af3fab91.js} +0 -0
- package/chart/Component.d.ts +5 -0
- package/chart/Component.js +269 -0
- package/chart/components/Dot/index.css +23 -0
- package/chart/components/Dot/index.d.ts +5 -0
- package/chart/components/Dot/index.js +53 -0
- package/chart/components/Legends/index.css +40 -0
- package/chart/components/Legends/index.d.ts +14 -0
- package/chart/components/Legends/index.js +46 -0
- package/chart/components/LinearGradient.d.ts +5 -0
- package/chart/components/LinearGradient.js +14 -0
- package/chart/components/Tick/index.css +27 -0
- package/chart/components/Tick/index.d.ts +4 -0
- package/chart/components/Tick/index.js +28 -0
- package/chart/components/TooltipContent/index.css +65 -0
- package/chart/components/TooltipContent/index.d.ts +10 -0
- package/chart/components/TooltipContent/index.js +36 -0
- package/chart/cssm/Component.d.ts +5 -0
- package/chart/cssm/Component.js +272 -0
- package/chart/cssm/components/Dot/index.d.ts +5 -0
- package/chart/cssm/components/Dot/index.js +52 -0
- package/chart/cssm/components/Dot/index.module.css +22 -0
- package/chart/cssm/components/Legends/index.d.ts +14 -0
- package/chart/cssm/components/Legends/index.js +45 -0
- package/chart/cssm/components/Legends/index.module.css +39 -0
- package/chart/cssm/components/LinearGradient.d.ts +5 -0
- package/chart/cssm/components/LinearGradient.js +14 -0
- package/chart/cssm/components/Tick/index.d.ts +4 -0
- package/chart/cssm/components/Tick/index.js +27 -0
- package/chart/cssm/components/Tick/index.module.css +26 -0
- package/chart/cssm/components/TooltipContent/index.d.ts +10 -0
- package/chart/cssm/components/TooltipContent/index.js +35 -0
- package/chart/cssm/components/TooltipContent/index.module.css +64 -0
- package/chart/cssm/hooks/useSettings/index.d.ts +16 -0
- package/chart/cssm/hooks/useSettings/index.js +47 -0
- package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.js +17 -0
- package/chart/cssm/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/cssm/hooks/useSettings/utils/setDatas.js +39 -0
- package/chart/cssm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/cssm/hooks/useSettings/utils/setGradientCharts.js +27 -0
- package/chart/cssm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/cssm/hooks/useSettings/utils/setLegendMargin.js +16 -0
- package/chart/cssm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +12 -0
- package/chart/cssm/icons/Circle.d.ts +7 -0
- package/chart/cssm/icons/Circle.js +15 -0
- package/chart/cssm/icons/CircleLine.d.ts +8 -0
- package/chart/cssm/icons/CircleLine.js +16 -0
- package/chart/cssm/icons/FilledCircle.d.ts +7 -0
- package/chart/cssm/icons/FilledCircle.js +19 -0
- package/chart/cssm/icons/Point.d.ts +7 -0
- package/chart/cssm/icons/Point.js +16 -0
- package/chart/cssm/icons/StrokeCircle.d.ts +7 -0
- package/chart/cssm/icons/StrokeCircle.js +15 -0
- package/chart/cssm/index.d.ts +1 -0
- package/chart/cssm/index.js +27 -0
- package/chart/cssm/index.module.css +25 -0
- package/{gallery/esm/tslib.es6-76ecfd4c.d.ts → chart/cssm/tslib.es6-2be2aee7.d.ts} +0 -0
- package/chart/cssm/tslib.es6-2be2aee7.js +26 -0
- package/chart/cssm/types/brush.types.d.ts +41 -0
- package/chart/cssm/types/brush.types.js +1 -0
- package/chart/cssm/types/cartesianGrid.types.d.ts +23 -0
- package/chart/cssm/types/cartesianGrid.types.js +1 -0
- package/chart/cssm/types/chart.types.d.ts +61 -0
- package/chart/cssm/types/chart.types.js +1 -0
- package/chart/cssm/types/composedChart.types.d.ts +33 -0
- package/chart/cssm/types/composedChart.types.js +1 -0
- package/chart/cssm/types/legend.types.d.ts +30 -0
- package/chart/cssm/types/legend.types.js +1 -0
- package/chart/cssm/types/options.types.d.ts +59 -0
- package/chart/cssm/types/options.types.js +1 -0
- package/chart/cssm/types/payload.types.d.ts +29 -0
- package/chart/cssm/types/payload.types.js +1 -0
- package/chart/cssm/types/responsiveContainer.types.d.ts +10 -0
- package/chart/cssm/types/responsiveContainer.types.js +1 -0
- package/chart/cssm/types/seria.types.d.ts +59 -0
- package/chart/cssm/types/seria.types.js +1 -0
- package/chart/cssm/types/tooltip.types.d.ts +70 -0
- package/chart/cssm/types/tooltip.types.js +1 -0
- package/chart/cssm/types/utils/axis.types.d.ts +68 -0
- package/chart/cssm/types/utils/axis.types.js +1 -0
- package/chart/cssm/types/utils/coordinates.types.d.ts +11 -0
- package/chart/cssm/types/utils/coordinates.types.js +1 -0
- package/chart/cssm/types/utils/data.types.d.ts +17 -0
- package/chart/cssm/types/utils/data.types.js +1 -0
- package/chart/cssm/types/utils/dot.types.d.ts +73 -0
- package/chart/cssm/types/utils/dot.types.js +1 -0
- package/chart/cssm/types/utils/gradient.types.d.ts +29 -0
- package/chart/cssm/types/utils/gradient.types.js +1 -0
- package/chart/cssm/types/utils/tick.types.d.ts +19 -0
- package/chart/cssm/types/utils/tick.types.js +1 -0
- package/chart/cssm/types/xAxis.types.d.ts +16 -0
- package/chart/cssm/types/xAxis.types.js +1 -0
- package/chart/cssm/types/yAxis.types.d.ts +8 -0
- package/chart/cssm/types/yAxis.types.js +1 -0
- package/chart/esm/Component.d.ts +5 -0
- package/chart/esm/Component.js +264 -0
- package/chart/esm/components/Dot/index.css +23 -0
- package/chart/esm/components/Dot/index.d.ts +5 -0
- package/chart/esm/components/Dot/index.js +46 -0
- package/chart/esm/components/Legends/index.css +40 -0
- package/chart/esm/components/Legends/index.d.ts +14 -0
- package/chart/esm/components/Legends/index.js +39 -0
- package/chart/esm/components/LinearGradient.d.ts +5 -0
- package/chart/esm/components/LinearGradient.js +8 -0
- package/chart/esm/components/Tick/index.css +27 -0
- package/chart/esm/components/Tick/index.d.ts +4 -0
- package/chart/esm/components/Tick/index.js +21 -0
- package/chart/esm/components/TooltipContent/index.css +65 -0
- package/chart/esm/components/TooltipContent/index.d.ts +10 -0
- package/chart/esm/components/TooltipContent/index.js +29 -0
- package/chart/esm/hooks/useSettings/index.d.ts +16 -0
- package/chart/esm/hooks/useSettings/index.js +45 -0
- package/chart/esm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/esm/hooks/useSettings/utils/setComposedChartsMargin.js +15 -0
- package/chart/esm/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/esm/hooks/useSettings/utils/setDatas.js +37 -0
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +25 -0
- package/chart/esm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/esm/hooks/useSettings/utils/setLegendMargin.js +14 -0
- package/chart/esm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/esm/hooks/useSettings/utils/sortByIndex.js +10 -0
- package/chart/esm/icons/Circle.d.ts +7 -0
- package/chart/esm/icons/Circle.js +9 -0
- package/chart/esm/icons/CircleLine.d.ts +8 -0
- package/chart/esm/icons/CircleLine.js +10 -0
- package/chart/esm/icons/FilledCircle.d.ts +7 -0
- package/chart/esm/icons/FilledCircle.js +13 -0
- package/chart/esm/icons/Point.d.ts +7 -0
- package/chart/esm/icons/Point.js +10 -0
- package/chart/esm/icons/StrokeCircle.d.ts +7 -0
- package/chart/esm/icons/StrokeCircle.js +9 -0
- package/chart/esm/index.css +15 -0
- package/chart/esm/index.d.ts +1 -0
- package/chart/esm/index.js +22 -0
- package/{gallery/tslib.es6-d8fd377b.d.ts → chart/esm/tslib.es6-defbba9d.d.ts} +0 -0
- package/chart/esm/tslib.es6-defbba9d.js +28 -0
- package/chart/esm/types/brush.types.d.ts +41 -0
- package/chart/esm/types/brush.types.js +1 -0
- package/chart/esm/types/cartesianGrid.types.d.ts +23 -0
- package/chart/esm/types/cartesianGrid.types.js +1 -0
- package/chart/esm/types/chart.types.d.ts +61 -0
- package/chart/esm/types/chart.types.js +1 -0
- package/chart/esm/types/composedChart.types.d.ts +33 -0
- package/chart/esm/types/composedChart.types.js +1 -0
- package/chart/esm/types/legend.types.d.ts +30 -0
- package/chart/esm/types/legend.types.js +1 -0
- package/chart/esm/types/options.types.d.ts +59 -0
- package/chart/esm/types/options.types.js +1 -0
- package/chart/esm/types/payload.types.d.ts +29 -0
- package/chart/esm/types/payload.types.js +1 -0
- package/chart/esm/types/responsiveContainer.types.d.ts +10 -0
- package/chart/esm/types/responsiveContainer.types.js +1 -0
- package/chart/esm/types/seria.types.d.ts +59 -0
- package/chart/esm/types/seria.types.js +1 -0
- package/chart/esm/types/tooltip.types.d.ts +70 -0
- package/chart/esm/types/tooltip.types.js +1 -0
- package/chart/esm/types/utils/axis.types.d.ts +68 -0
- package/chart/esm/types/utils/axis.types.js +1 -0
- package/chart/esm/types/utils/coordinates.types.d.ts +11 -0
- package/chart/esm/types/utils/coordinates.types.js +1 -0
- package/chart/esm/types/utils/data.types.d.ts +17 -0
- package/chart/esm/types/utils/data.types.js +1 -0
- package/chart/esm/types/utils/dot.types.d.ts +73 -0
- package/chart/esm/types/utils/dot.types.js +1 -0
- package/chart/esm/types/utils/gradient.types.d.ts +29 -0
- package/chart/esm/types/utils/gradient.types.js +1 -0
- package/chart/esm/types/utils/tick.types.d.ts +19 -0
- package/chart/esm/types/utils/tick.types.js +1 -0
- package/chart/esm/types/xAxis.types.d.ts +16 -0
- package/chart/esm/types/xAxis.types.js +1 -0
- package/chart/esm/types/yAxis.types.d.ts +8 -0
- package/chart/esm/types/yAxis.types.js +1 -0
- package/chart/hooks/useSettings/index.d.ts +16 -0
- package/chart/hooks/useSettings/index.js +47 -0
- package/chart/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/hooks/useSettings/utils/setComposedChartsMargin.js +17 -0
- package/chart/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/hooks/useSettings/utils/setDatas.js +39 -0
- package/chart/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/hooks/useSettings/utils/setGradientCharts.js +27 -0
- package/chart/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/hooks/useSettings/utils/setLegendMargin.js +16 -0
- package/chart/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/hooks/useSettings/utils/sortByIndex.js +12 -0
- package/chart/icons/Circle.d.ts +7 -0
- package/chart/icons/Circle.js +15 -0
- package/chart/icons/CircleLine.d.ts +8 -0
- package/chart/icons/CircleLine.js +16 -0
- package/chart/icons/FilledCircle.d.ts +7 -0
- package/chart/icons/FilledCircle.js +19 -0
- package/chart/icons/Point.d.ts +7 -0
- package/chart/icons/Point.js +16 -0
- package/chart/icons/StrokeCircle.d.ts +7 -0
- package/chart/icons/StrokeCircle.js +15 -0
- package/chart/index.css +15 -0
- package/chart/index.d.ts +1 -0
- package/chart/index.js +22 -0
- package/chart/modern/Component.d.ts +5 -0
- package/chart/modern/Component.js +258 -0
- package/chart/modern/components/Dot/index.css +23 -0
- package/chart/modern/components/Dot/index.d.ts +5 -0
- package/chart/modern/components/Dot/index.js +45 -0
- package/chart/modern/components/Legends/index.css +40 -0
- package/chart/modern/components/Legends/index.d.ts +14 -0
- package/chart/modern/components/Legends/index.js +38 -0
- package/chart/modern/components/LinearGradient.d.ts +5 -0
- package/chart/modern/components/LinearGradient.js +7 -0
- package/chart/modern/components/Tick/index.css +27 -0
- package/chart/modern/components/Tick/index.d.ts +4 -0
- package/chart/modern/components/Tick/index.js +20 -0
- package/chart/modern/components/TooltipContent/index.css +65 -0
- package/chart/modern/components/TooltipContent/index.d.ts +10 -0
- package/chart/modern/components/TooltipContent/index.js +28 -0
- package/chart/modern/hooks/useSettings/index.d.ts +16 -0
- package/chart/modern/hooks/useSettings/index.js +43 -0
- package/chart/modern/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/modern/hooks/useSettings/utils/setComposedChartsMargin.js +14 -0
- package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/modern/hooks/useSettings/utils/setDatas.js +32 -0
- package/chart/modern/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/modern/hooks/useSettings/utils/setGradientCharts.js +35 -0
- package/chart/modern/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/modern/hooks/useSettings/utils/setLegendMargin.js +14 -0
- package/chart/modern/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/modern/hooks/useSettings/utils/sortByIndex.js +10 -0
- package/chart/modern/icons/Circle.d.ts +7 -0
- package/chart/modern/icons/Circle.js +8 -0
- package/chart/modern/icons/CircleLine.d.ts +8 -0
- package/chart/modern/icons/CircleLine.js +9 -0
- package/chart/modern/icons/FilledCircle.d.ts +7 -0
- package/chart/modern/icons/FilledCircle.js +12 -0
- package/chart/modern/icons/Point.d.ts +7 -0
- package/chart/modern/icons/Point.js +7 -0
- package/chart/modern/icons/StrokeCircle.d.ts +7 -0
- package/chart/modern/icons/StrokeCircle.js +8 -0
- package/chart/modern/index.css +15 -0
- package/chart/modern/index.d.ts +1 -0
- package/chart/modern/index.js +21 -0
- package/chart/modern/types/brush.types.d.ts +41 -0
- package/chart/modern/types/brush.types.js +1 -0
- package/chart/modern/types/cartesianGrid.types.d.ts +23 -0
- package/chart/modern/types/cartesianGrid.types.js +1 -0
- package/chart/modern/types/chart.types.d.ts +61 -0
- package/chart/modern/types/chart.types.js +1 -0
- package/chart/modern/types/composedChart.types.d.ts +33 -0
- package/chart/modern/types/composedChart.types.js +1 -0
- package/chart/modern/types/legend.types.d.ts +30 -0
- package/chart/modern/types/legend.types.js +1 -0
- package/chart/modern/types/options.types.d.ts +59 -0
- package/chart/modern/types/options.types.js +1 -0
- package/chart/modern/types/payload.types.d.ts +29 -0
- package/chart/modern/types/payload.types.js +1 -0
- package/chart/modern/types/responsiveContainer.types.d.ts +10 -0
- package/chart/modern/types/responsiveContainer.types.js +1 -0
- package/chart/modern/types/seria.types.d.ts +59 -0
- package/chart/modern/types/seria.types.js +1 -0
- package/chart/modern/types/tooltip.types.d.ts +70 -0
- package/chart/modern/types/tooltip.types.js +1 -0
- package/chart/modern/types/utils/axis.types.d.ts +68 -0
- package/chart/modern/types/utils/axis.types.js +1 -0
- package/chart/modern/types/utils/coordinates.types.d.ts +11 -0
- package/chart/modern/types/utils/coordinates.types.js +1 -0
- package/chart/modern/types/utils/data.types.d.ts +17 -0
- package/chart/modern/types/utils/data.types.js +1 -0
- package/chart/modern/types/utils/dot.types.d.ts +73 -0
- package/chart/modern/types/utils/dot.types.js +1 -0
- package/chart/modern/types/utils/gradient.types.d.ts +29 -0
- package/chart/modern/types/utils/gradient.types.js +1 -0
- package/chart/modern/types/utils/tick.types.d.ts +19 -0
- package/chart/modern/types/utils/tick.types.js +1 -0
- package/chart/modern/types/xAxis.types.d.ts +16 -0
- package/chart/modern/types/xAxis.types.js +1 -0
- package/chart/modern/types/yAxis.types.d.ts +8 -0
- package/chart/modern/types/yAxis.types.js +1 -0
- package/chart/package.json +3 -0
- package/chart/send-stats.js +82 -0
- package/{modal/esm/tslib.es6-aaad616c.d.ts → chart/tslib.es6-62c2b032.d.ts} +0 -0
- package/chart/tslib.es6-62c2b032.js +26 -0
- package/chart/types/brush.types.d.ts +41 -0
- package/chart/types/brush.types.js +1 -0
- package/chart/types/cartesianGrid.types.d.ts +23 -0
- package/chart/types/cartesianGrid.types.js +1 -0
- package/chart/types/chart.types.d.ts +61 -0
- package/chart/types/chart.types.js +1 -0
- package/chart/types/composedChart.types.d.ts +33 -0
- package/chart/types/composedChart.types.js +1 -0
- package/chart/types/legend.types.d.ts +30 -0
- package/chart/types/legend.types.js +1 -0
- package/chart/types/options.types.d.ts +59 -0
- package/chart/types/options.types.js +1 -0
- package/chart/types/payload.types.d.ts +29 -0
- package/chart/types/payload.types.js +1 -0
- package/chart/types/responsiveContainer.types.d.ts +10 -0
- package/chart/types/responsiveContainer.types.js +1 -0
- package/chart/types/seria.types.d.ts +59 -0
- package/chart/types/seria.types.js +1 -0
- package/chart/types/tooltip.types.d.ts +70 -0
- package/chart/types/tooltip.types.js +1 -0
- package/chart/types/utils/axis.types.d.ts +68 -0
- package/chart/types/utils/axis.types.js +1 -0
- package/chart/types/utils/coordinates.types.d.ts +11 -0
- package/chart/types/utils/coordinates.types.js +1 -0
- package/chart/types/utils/data.types.d.ts +17 -0
- package/chart/types/utils/data.types.js +1 -0
- package/chart/types/utils/dot.types.d.ts +73 -0
- package/chart/types/utils/dot.types.js +1 -0
- package/chart/types/utils/gradient.types.d.ts +29 -0
- package/chart/types/utils/gradient.types.js +1 -0
- package/chart/types/utils/tick.types.d.ts +19 -0
- package/chart/types/utils/tick.types.js +1 -0
- package/chart/types/xAxis.types.d.ts +16 -0
- package/chart/types/xAxis.types.js +1 -0
- package/chart/types/yAxis.types.d.ts +8 -0
- package/chart/types/yAxis.types.js +1 -0
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-87570b70.d.ts → slide-2c5303bf.d.ts} +0 -0
- package/gallery/esm/{slide-87570b70.js → slide-2c5303bf.js} +0 -0
- package/{modal/tslib.es6-39c837a9.d.ts → gallery/esm/tslib.es6-e5bfa024.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-76ecfd4c.js → tslib.es6-e5bfa024.js} +0 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-d973cd14.d.ts → slide-31efe610.d.ts} +0 -0
- package/gallery/modern/{slide-d973cd14.js → slide-31efe610.js} +0 -0
- package/gallery/{slide-4c7a53b7.d.ts → slide-5f9593b7.d.ts} +0 -0
- package/gallery/{slide-4c7a53b7.js → slide-5f9593b7.js} +0 -0
- package/{select/esm/tslib.es6-c18e9eca.d.ts → gallery/tslib.es6-d5e3524f.d.ts} +0 -0
- package/gallery/{tslib.es6-d8fd377b.js → tslib.es6-d5e3524f.js} +0 -0
- package/intl-phone-input/{component-b2d27dfb.d.ts → component-2901b48c.d.ts} +0 -0
- package/intl-phone-input/{component-b2d27dfb.js → component-2901b48c.js} +1 -1
- package/intl-phone-input/component.js +3 -3
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +784 -784
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +2 -2
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +8 -8
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-087d1771.d.ts → component-b0494269.d.ts} +0 -0
- package/intl-phone-input/esm/{component-087d1771.js → component-b0494269.js} +1 -1
- package/intl-phone-input/esm/component.js +3 -3
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +2 -2
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +8 -8
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.css +3 -3
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-bc9d0c29.d.ts → libphonenumber-js.min-4d9b997b.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-bc9d0c29.js → libphonenumber-js.min-4d9b997b.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-7e154139.d.ts → libphonenumber-js.min-893b6a4c.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-7e154139.js → libphonenumber-js.min-893b6a4c.js} +0 -0
- package/intl-phone-input/modern/component.js +2 -2
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +8 -8
- package/intl-phone-input/modern/index.css +3 -3
- package/intl-phone-input/modern/{libphonenumber-js.min-bc9d0c29.d.ts → libphonenumber-js.min-4d9b997b.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-bc9d0c29.js → libphonenumber-js.min-4d9b997b.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-e77b5169.js → transitions.module-45fbb621.js} +0 -0
- package/{select/tslib.es6-507b73eb.d.ts → modal/esm/tslib.es6-4214739e.d.ts} +0 -0
- package/modal/esm/{tslib.es6-aaad616c.js → tslib.es6-4214739e.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-e77b5169.js → transitions.module-45fbb621.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-ffa09972.js → transitions.module-b67d0f1c.js} +0 -0
- package/{tabs/esm/tslib.es6-8f0739df.d.ts → modal/tslib.es6-ccd35f7f.d.ts} +0 -0
- package/modal/{tslib.es6-39c837a9.js → tslib.es6-ccd35f7f.js} +0 -0
- package/package.json +9 -1
- package/select/Component.js +1 -1
- package/select/components/base-select/Component.js +1 -1
- package/select/components/base-select/index.js +1 -1
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +1 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.js +1 -1
- package/select/esm/Component.js +1 -1
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/{tabs/tslib.es6-7078bc0a.d.ts → select/esm/tslib.es6-abde084a.d.ts} +0 -0
- package/select/esm/{tslib.es6-c18e9eca.js → tslib.es6-abde084a.js} +0 -0
- package/select/index.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +1 -1
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/{typography/colors.module-ded492e1.d.ts → select/tslib.es6-0f234b35.d.ts} +0 -0
- package/select/{tslib.es6-507b73eb.js → tslib.es6-0f234b35.js} +0 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-2eb64cb0.js → index.module-c8448fef.js} +0 -0
- package/tabs/esm/{index.module-878a7a87.js → index.module-fbbc84ff.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/{typography/esm/colors.module-d21f47ee.d.ts → tabs/esm/tslib.es6-787ef7a5.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-8f0739df.js → tslib.es6-787ef7a5.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-278c87fb.js → index.module-91539407.js} +0 -0
- package/tabs/{index.module-adf99814.js → index.module-95d8761b.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-2eb64cb0.js → index.module-c8448fef.js} +0 -0
- package/tabs/modern/{index.module-878a7a87.js → index.module-fbbc84ff.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/tslib.es6-da6ab86a.d.ts +32 -0
- package/tabs/{tslib.es6-7078bc0a.js → tslib.es6-da6ab86a.js} +0 -0
- package/themes/compiled/mobile-dark-bluetint.css +2 -2
- package/themes/dist/compiled/mobile-dark-bluetint.css +96 -70
- package/typography/colors.module-b49182a7.d.ts +32 -0
- package/typography/{colors.module-ded492e1.js → colors.module-b49182a7.js} +0 -0
- package/typography/{common.module-1de331b9.js → common.module-263677ac.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.module-509f4855.d.ts +32 -0
- package/typography/esm/{colors.module-d21f47ee.js → colors.module-509f4855.js} +0 -0
- package/typography/esm/{common.module-9782b936.js → common.module-961ee2a7.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-5a6490a8.js → colors.module-07a98532.js} +0 -0
- package/typography/modern/{common.module-9782b936.js → common.module-961ee2a7.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { ReactElement, ReactText, SVGProps } from 'react';
|
|
2
|
+
import { AnimationTiming } from 'recharts/types/util/types';
|
|
3
|
+
interface TooltipProps {
|
|
4
|
+
/**
|
|
5
|
+
* Разделитель между именем и значением.
|
|
6
|
+
*/
|
|
7
|
+
separator?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Размер смещения между положением всплывающей подсказки и активной позицией.
|
|
10
|
+
*/
|
|
11
|
+
offset?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Когда элемент полезной нагрузки имеет значение null или undefined, этот элемент не отображается.
|
|
14
|
+
*/
|
|
15
|
+
filterNull?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Если установлено false, курсор не будет отображаться, когда всплывающая подсказка активна.
|
|
18
|
+
* Если установлен объект, опция - это конфигурация курсора.
|
|
19
|
+
* Если установлен элемент React, опция является настраиваемым элементом реакции курсора рисования.
|
|
20
|
+
*/
|
|
21
|
+
cursor?: boolean | ReactElement | SVGProps<SVGElement>;
|
|
22
|
+
/**
|
|
23
|
+
* Если это поле установлено, положение всплывающей подсказки будет фиксированным и больше не будет перемещаться.
|
|
24
|
+
*/
|
|
25
|
+
position?: {
|
|
26
|
+
x: number;
|
|
27
|
+
y: number;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Если установлено false, анимация всплывающей подсказки будет отключена.
|
|
31
|
+
*/
|
|
32
|
+
isAnimationActive?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Указывает, когда должна начинаться анимация, единица измерения этого параметра - мс.
|
|
35
|
+
*/
|
|
36
|
+
animationBegin?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Определяет продолжительность анимации, единица измерения этого параметра - мс.
|
|
39
|
+
*/
|
|
40
|
+
animationDuration?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Тип функции плавности.
|
|
43
|
+
*/
|
|
44
|
+
animationEasing?: AnimationTiming;
|
|
45
|
+
/**
|
|
46
|
+
* Отображение стрелки тултипа
|
|
47
|
+
*/
|
|
48
|
+
arrow: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Высчитывается автоматичекси, направление стрелки
|
|
51
|
+
*/
|
|
52
|
+
tooltipArrowSide?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Функция форматирования метки во всплывающей подсказке.
|
|
55
|
+
*/
|
|
56
|
+
labelFormatter?: (value: any) => ReactText;
|
|
57
|
+
/**
|
|
58
|
+
* Стиль метки всплывающей подсказки по умолчанию, которая является элементом p.
|
|
59
|
+
*/
|
|
60
|
+
labelStyle?: {};
|
|
61
|
+
/**
|
|
62
|
+
* Значение метки, которое сейчас активно, обычно рассчитывается внутри компании.
|
|
63
|
+
*/
|
|
64
|
+
label?: string | number;
|
|
65
|
+
/**
|
|
66
|
+
* Контент для тултипа
|
|
67
|
+
*/
|
|
68
|
+
content?: any;
|
|
69
|
+
}
|
|
70
|
+
export { TooltipProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { ReactElement, SVGProps } from 'react';
|
|
2
|
+
interface AxisProps {
|
|
3
|
+
/**
|
|
4
|
+
* Скрыть ось
|
|
5
|
+
*/
|
|
6
|
+
hide?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Отображение линии оси.
|
|
9
|
+
*/
|
|
10
|
+
axisLine: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Тип оси.
|
|
13
|
+
*/
|
|
14
|
+
type: 'number' | 'category';
|
|
15
|
+
/**
|
|
16
|
+
* Разрешить значениям оси быть десятичными или нет.
|
|
17
|
+
*/
|
|
18
|
+
allowDecimals?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Разрешить или нет на оси дублировать категории, если "type" оси - "category".
|
|
21
|
+
*/
|
|
22
|
+
allowDuplicatedCategory?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Угол наклона значений оси.
|
|
25
|
+
*/
|
|
26
|
+
angle?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Количество делений оси. Не используется, если "тип" - "категория".
|
|
29
|
+
*/
|
|
30
|
+
tickCount?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Интревал линий деления оси
|
|
33
|
+
*/
|
|
34
|
+
interval?: 'preserveStart' | 'preserveEnd' | 'preserveStartEnd' | number;
|
|
35
|
+
/**
|
|
36
|
+
* Минимальный зазор между двумя соседними делениями оси.
|
|
37
|
+
*/
|
|
38
|
+
minTickGap?: number;
|
|
39
|
+
/**
|
|
40
|
+
* Отображение линий деления оси
|
|
41
|
+
*/
|
|
42
|
+
tickLine?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Размер линий деления оси
|
|
45
|
+
*/
|
|
46
|
+
tickSize?: number;
|
|
47
|
+
/**
|
|
48
|
+
* Если установлено значение true, галочки переворачиваются вокруг оси, отображая метки внутри диаграммы, а не снаружи.
|
|
49
|
+
*/
|
|
50
|
+
mirror?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Отображение горизонтальной сетки
|
|
53
|
+
*/
|
|
54
|
+
reversed?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Реверсировать ось или нет
|
|
57
|
+
*/
|
|
58
|
+
tickMargin?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Функция форматирования значения деления оси.
|
|
61
|
+
*/
|
|
62
|
+
tickFormatter?: (value: any, index: number) => string;
|
|
63
|
+
/**
|
|
64
|
+
* Присваивается автоматически в зависимости от переданных данных
|
|
65
|
+
*/
|
|
66
|
+
tick?: SVGProps<SVGTextElement> | ReactElement<SVGElement> | ((props: any) => ReactElement<SVGElement>) | boolean;
|
|
67
|
+
}
|
|
68
|
+
export { AxisProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
/**
|
|
3
|
+
* Метка
|
|
4
|
+
*/
|
|
5
|
+
label: string | number;
|
|
6
|
+
/**
|
|
7
|
+
* Значение
|
|
8
|
+
*/
|
|
9
|
+
value: number;
|
|
10
|
+
}
|
|
11
|
+
interface DataDynamicProps {
|
|
12
|
+
[key: string]: number | string;
|
|
13
|
+
}
|
|
14
|
+
interface DataDynamicBooleanProps {
|
|
15
|
+
[key: string]: boolean;
|
|
16
|
+
}
|
|
17
|
+
export { DataProps, DataDynamicProps, DataDynamicBooleanProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { CoordinatesProps } from "./coordinates.types";
|
|
2
|
+
import { DataProps } from "./data.types";
|
|
3
|
+
interface DotSettingProps {
|
|
4
|
+
/**
|
|
5
|
+
* Значение media query.
|
|
6
|
+
*/
|
|
7
|
+
media?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Значение маштаба при ховере.
|
|
10
|
+
*/
|
|
11
|
+
scale: number;
|
|
12
|
+
/**
|
|
13
|
+
* Начальный значения маштаба.
|
|
14
|
+
*/
|
|
15
|
+
initScale: number;
|
|
16
|
+
/**
|
|
17
|
+
* Ширина точки.
|
|
18
|
+
*/
|
|
19
|
+
width: number;
|
|
20
|
+
/**
|
|
21
|
+
* Высота точки.
|
|
22
|
+
*/
|
|
23
|
+
height: number;
|
|
24
|
+
}
|
|
25
|
+
interface ActiveDotProps {
|
|
26
|
+
/**
|
|
27
|
+
* Индекс предыдущей точки.
|
|
28
|
+
*/
|
|
29
|
+
prev: number | null;
|
|
30
|
+
/**
|
|
31
|
+
* Индекс активной точки.
|
|
32
|
+
*/
|
|
33
|
+
active: number | null;
|
|
34
|
+
}
|
|
35
|
+
interface PointProps extends CoordinatesProps {
|
|
36
|
+
value: string | number;
|
|
37
|
+
payload: DataProps;
|
|
38
|
+
}
|
|
39
|
+
interface DotProps {
|
|
40
|
+
/**
|
|
41
|
+
* Индекс активной точки на графике.
|
|
42
|
+
*/
|
|
43
|
+
activeDot: null | number;
|
|
44
|
+
/**
|
|
45
|
+
* Координата Х.
|
|
46
|
+
*/
|
|
47
|
+
cx: number;
|
|
48
|
+
/**
|
|
49
|
+
* Координата У.
|
|
50
|
+
*/
|
|
51
|
+
cy: number;
|
|
52
|
+
/**
|
|
53
|
+
* Ключ данных.
|
|
54
|
+
*/
|
|
55
|
+
dataKey: string;
|
|
56
|
+
/**
|
|
57
|
+
* Параметры точки.
|
|
58
|
+
*/
|
|
59
|
+
dotSettings?: DotSettingProps;
|
|
60
|
+
/**
|
|
61
|
+
* Индекс.
|
|
62
|
+
*/
|
|
63
|
+
index: number;
|
|
64
|
+
/**
|
|
65
|
+
* Цвет линии.
|
|
66
|
+
*/
|
|
67
|
+
stroke: string;
|
|
68
|
+
/**
|
|
69
|
+
* Значения по этим координатам.
|
|
70
|
+
*/
|
|
71
|
+
value: number;
|
|
72
|
+
}
|
|
73
|
+
export { DotSettingProps, ActiveDotProps, PointProps, DotProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface GradientProps {
|
|
2
|
+
/**
|
|
3
|
+
* Отступ.
|
|
4
|
+
*/
|
|
5
|
+
offset: number;
|
|
6
|
+
/**
|
|
7
|
+
* Цвет.
|
|
8
|
+
*/
|
|
9
|
+
stopColor: string;
|
|
10
|
+
/**
|
|
11
|
+
* Значение празрачности.
|
|
12
|
+
*/
|
|
13
|
+
stopOpacity: number;
|
|
14
|
+
}
|
|
15
|
+
interface LinearGradientProps {
|
|
16
|
+
/**
|
|
17
|
+
* Индефикатор графика.
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* Индефикатор градиента.
|
|
22
|
+
*/
|
|
23
|
+
gid: string;
|
|
24
|
+
/**
|
|
25
|
+
* Массив настроек градинта.
|
|
26
|
+
*/
|
|
27
|
+
points: GradientProps[];
|
|
28
|
+
}
|
|
29
|
+
export { GradientProps, LinearGradientProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { XAxisProps } from "../xAxis.types";
|
|
3
|
+
interface TickProps {
|
|
4
|
+
payload: {
|
|
5
|
+
coordinate: number;
|
|
6
|
+
value: number;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Функция форматирования
|
|
10
|
+
*/
|
|
11
|
+
tickFormatter: (value: number | string) => React.ReactText;
|
|
12
|
+
x: number;
|
|
13
|
+
y: number;
|
|
14
|
+
/**
|
|
15
|
+
* Настройки оси Х
|
|
16
|
+
*/
|
|
17
|
+
xAxis: XAxisProps;
|
|
18
|
+
}
|
|
19
|
+
export { TickProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AxisProps } from "./utils/axis.types";
|
|
2
|
+
interface XAxisProps extends AxisProps {
|
|
3
|
+
/**
|
|
4
|
+
* Ключ данных, отображаемых на оси.
|
|
5
|
+
*/
|
|
6
|
+
dataKey: string | number;
|
|
7
|
+
/**
|
|
8
|
+
* Ориентация оси
|
|
9
|
+
*/
|
|
10
|
+
orientation?: 'top' | 'bottom';
|
|
11
|
+
/**
|
|
12
|
+
* Тип деления оси
|
|
13
|
+
*/
|
|
14
|
+
tickType?: 'point';
|
|
15
|
+
}
|
|
16
|
+
export { XAxisProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/gallery/Component.js
CHANGED
|
@@ -11,7 +11,7 @@ require('./utils/split-filename.js');
|
|
|
11
11
|
require('./utils/utils.js');
|
|
12
12
|
require('../typography');
|
|
13
13
|
require('./components/header-info-block/Component.js');
|
|
14
|
-
require('./tslib.es6-
|
|
14
|
+
require('./tslib.es6-d5e3524f.js');
|
|
15
15
|
require('../icon-button');
|
|
16
16
|
require('../tooltip');
|
|
17
17
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -26,7 +26,7 @@ require('element-closest');
|
|
|
26
26
|
require('swiper/swiper.min.css');
|
|
27
27
|
require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
28
28
|
require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
29
|
-
require('./slide-
|
|
29
|
+
require('./slide-5f9593b7.js');
|
|
30
30
|
var components_imageViewer_component = require('./components/image-viewer/component.js');
|
|
31
31
|
|
|
32
32
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -6,7 +6,7 @@ require('../../utils/split-filename.js');
|
|
|
6
6
|
var utils_utils = require('../../utils/utils.js');
|
|
7
7
|
require('../../../typography');
|
|
8
8
|
var components_headerInfoBlock_Component = require('../header-info-block/Component.js');
|
|
9
|
-
require('../../tslib.es6-
|
|
9
|
+
require('../../tslib.es6-d5e3524f.js');
|
|
10
10
|
require('../../../icon-button');
|
|
11
11
|
require('../../../tooltip');
|
|
12
12
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
4
|
+
var tslib_es6 = require('../../tslib.es6-d5e3524f.js');
|
|
5
5
|
var coreComponentsIconButton = require('../../../icon-button');
|
|
6
6
|
var coreComponentsTooltip = require('../../../tooltip');
|
|
7
7
|
var PointerDownMIcon = require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -6,7 +6,7 @@ require('../../utils/split-filename.js');
|
|
|
6
6
|
require('../../utils/utils.js');
|
|
7
7
|
require('../../../typography');
|
|
8
8
|
require('../header-info-block/Component.js');
|
|
9
|
-
require('../../tslib.es6-
|
|
9
|
+
require('../../tslib.es6-d5e3524f.js');
|
|
10
10
|
require('../../../icon-button');
|
|
11
11
|
require('../../../tooltip');
|
|
12
12
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -6,14 +6,14 @@ var hooks = require('@alfalab/hooks');
|
|
|
6
6
|
var context = require('../../context.js');
|
|
7
7
|
var utils_utils = require('../../utils/utils.js');
|
|
8
8
|
require('../../../typography');
|
|
9
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
9
|
+
var tslib_es6 = require('../../tslib.es6-d5e3524f.js');
|
|
10
10
|
var SwiperCore = require('swiper');
|
|
11
11
|
var react = require('swiper/react');
|
|
12
12
|
var elementClosest = require('element-closest');
|
|
13
13
|
require('swiper/swiper.min.css');
|
|
14
14
|
var ChevronBackHeavyMIcon = require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
15
15
|
var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
16
|
-
var components_imageViewer_slide = require('../../slide-
|
|
16
|
+
var components_imageViewer_slide = require('../../slide-5f9593b7.js');
|
|
17
17
|
|
|
18
18
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
19
19
|
|
|
@@ -6,14 +6,14 @@ require('@alfalab/hooks');
|
|
|
6
6
|
require('../../context.js');
|
|
7
7
|
require('../../utils/utils.js');
|
|
8
8
|
require('../../../typography');
|
|
9
|
-
require('../../tslib.es6-
|
|
9
|
+
require('../../tslib.es6-d5e3524f.js');
|
|
10
10
|
require('swiper');
|
|
11
11
|
require('swiper/react');
|
|
12
12
|
require('element-closest');
|
|
13
13
|
require('swiper/swiper.min.css');
|
|
14
14
|
require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
15
15
|
require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
16
|
-
require('../../slide-
|
|
16
|
+
require('../../slide-5f9593b7.js');
|
|
17
17
|
var components_imageViewer_component = require('./component.js');
|
|
18
18
|
|
|
19
19
|
|
|
@@ -10,7 +10,7 @@ require('../utils/split-filename.js');
|
|
|
10
10
|
require('../utils/utils.js');
|
|
11
11
|
require('../../typography');
|
|
12
12
|
require('./header-info-block/Component.js');
|
|
13
|
-
require('../tslib.es6-
|
|
13
|
+
require('../tslib.es6-d5e3524f.js');
|
|
14
14
|
require('../../icon-button');
|
|
15
15
|
require('../../tooltip');
|
|
16
16
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -25,7 +25,7 @@ require('element-closest');
|
|
|
25
25
|
require('swiper/swiper.min.css');
|
|
26
26
|
require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
27
27
|
require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
28
|
-
require('../slide-
|
|
28
|
+
require('../slide-5f9593b7.js');
|
|
29
29
|
var components_imageViewer_component = require('./image-viewer/component.js');
|
|
30
30
|
|
|
31
31
|
|
package/gallery/esm/Component.js
CHANGED
|
@@ -9,7 +9,7 @@ import { NavigationBar } from './components/navigation-bar/Component.js';
|
|
|
9
9
|
import './utils/split-filename.js';
|
|
10
10
|
import '../../typography/esm';
|
|
11
11
|
import './components/header-info-block/Component.js';
|
|
12
|
-
import './tslib.es6-
|
|
12
|
+
import './tslib.es6-e5bfa024.js';
|
|
13
13
|
import '../../icon-button/esm';
|
|
14
14
|
import '../../tooltip/esm';
|
|
15
15
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -24,7 +24,7 @@ import 'element-closest';
|
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
26
26
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
27
|
-
import './slide-
|
|
27
|
+
import './slide-2c5303bf.js';
|
|
28
28
|
import { ImageViewer } from './components/image-viewer/component.js';
|
|
29
29
|
|
|
30
30
|
var styles = {"container":"gallery__container_1gscz","modal":"gallery__modal_1gscz"};
|
|
@@ -4,7 +4,7 @@ import { isSmallImage } from '../../utils/utils.js';
|
|
|
4
4
|
import '../../utils/split-filename.js';
|
|
5
5
|
import '../../../../typography/esm';
|
|
6
6
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
7
|
-
import '../../tslib.es6-
|
|
7
|
+
import '../../tslib.es6-e5bfa024.js';
|
|
8
8
|
import '../../../../icon-button/esm';
|
|
9
9
|
import '../../../../tooltip/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { a as __rest, _ as __assign } from '../../tslib.es6-
|
|
2
|
+
import { a as __rest, _ as __assign } from '../../tslib.es6-e5bfa024.js';
|
|
3
3
|
import { IconButton } from '../../../../icon-button/esm';
|
|
4
4
|
import { Tooltip } from '../../../../tooltip/esm';
|
|
5
5
|
import { PointerDownMIcon } from '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -4,7 +4,7 @@ import '../../utils/utils.js';
|
|
|
4
4
|
import '../../utils/split-filename.js';
|
|
5
5
|
import '../../../../typography/esm';
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
|
-
import '../../tslib.es6-
|
|
7
|
+
import '../../tslib.es6-e5bfa024.js';
|
|
8
8
|
import '../../../../icon-button/esm';
|
|
9
9
|
import '../../../../tooltip/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -4,14 +4,14 @@ import { useFocus } from '@alfalab/hooks';
|
|
|
4
4
|
import { GalleryContext } from '../../context.js';
|
|
5
5
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
6
6
|
import '../../../../typography/esm';
|
|
7
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
7
|
+
import { _ as __assign } from '../../tslib.es6-e5bfa024.js';
|
|
8
8
|
import SwiperCore, { EffectFade, A11y, Controller } from 'swiper';
|
|
9
9
|
import { Swiper, SwiperSlide } from 'swiper/react';
|
|
10
10
|
import elementClosest from 'element-closest';
|
|
11
11
|
import 'swiper/swiper.min.css';
|
|
12
12
|
import { ChevronBackHeavyMIcon } from '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
13
13
|
import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
14
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
14
|
+
import { s as styles, S as Slide } from '../../slide-2c5303bf.js';
|
|
15
15
|
|
|
16
16
|
SwiperCore.use([EffectFade, A11y, Controller]);
|
|
17
17
|
var ImageViewer = function () {
|
|
@@ -4,12 +4,12 @@ import '@alfalab/hooks';
|
|
|
4
4
|
import '../../context.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../../../typography/esm';
|
|
7
|
-
import '../../tslib.es6-
|
|
7
|
+
import '../../tslib.es6-e5bfa024.js';
|
|
8
8
|
import 'swiper';
|
|
9
9
|
import 'swiper/react';
|
|
10
10
|
import 'element-closest';
|
|
11
11
|
import 'swiper/swiper.min.css';
|
|
12
12
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
13
13
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
14
|
-
import '../../slide-
|
|
14
|
+
import '../../slide-2c5303bf.js';
|
|
15
15
|
export { ImageViewer } from './component.js';
|
|
@@ -8,7 +8,7 @@ export { NavigationBar } from './navigation-bar/Component.js';
|
|
|
8
8
|
import '../utils/split-filename.js';
|
|
9
9
|
import '../../../typography/esm';
|
|
10
10
|
import './header-info-block/Component.js';
|
|
11
|
-
import '../tslib.es6-
|
|
11
|
+
import '../tslib.es6-e5bfa024.js';
|
|
12
12
|
import '../../../icon-button/esm';
|
|
13
13
|
import '../../../tooltip/esm';
|
|
14
14
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -23,5 +23,5 @@ import 'element-closest';
|
|
|
23
23
|
import 'swiper/swiper.min.css';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
25
25
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
26
|
-
import '../slide-
|
|
26
|
+
import '../slide-2c5303bf.js';
|
|
27
27
|
export { ImageViewer } from './image-viewer/component.js';
|
package/gallery/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import './components/navigation-bar/Component.js';
|
|
|
9
9
|
import './utils/split-filename.js';
|
|
10
10
|
import '../../typography/esm';
|
|
11
11
|
import './components/header-info-block/Component.js';
|
|
12
|
-
import './tslib.es6-
|
|
12
|
+
import './tslib.es6-e5bfa024.js';
|
|
13
13
|
import '../../icon-button/esm';
|
|
14
14
|
import '../../tooltip/esm';
|
|
15
15
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
@@ -24,6 +24,6 @@ import 'element-closest';
|
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
26
26
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
27
|
-
import './slide-
|
|
27
|
+
import './slide-2c5303bf.js';
|
|
28
28
|
import './components/image-viewer/component.js';
|
|
29
29
|
export { Gallery } from './Component.js';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/gallery/index.js
CHANGED
|
@@ -11,7 +11,7 @@ require('./utils/split-filename.js');
|
|
|
11
11
|
require('./utils/utils.js');
|
|
12
12
|
require('../typography');
|
|
13
13
|
require('./components/header-info-block/Component.js');
|
|
14
|
-
require('./tslib.es6-
|
|
14
|
+
require('./tslib.es6-d5e3524f.js');
|
|
15
15
|
require('../icon-button');
|
|
16
16
|
require('../tooltip');
|
|
17
17
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
@@ -26,7 +26,7 @@ require('element-closest');
|
|
|
26
26
|
require('swiper/swiper.min.css');
|
|
27
27
|
require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
28
28
|
require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
29
|
-
require('./slide-
|
|
29
|
+
require('./slide-5f9593b7.js');
|
|
30
30
|
require('./components/image-viewer/component.js');
|
|
31
31
|
var Component = require('./Component.js');
|
|
32
32
|
|
|
@@ -23,7 +23,7 @@ import '../../icon-button/modern';
|
|
|
23
23
|
import '../../tooltip/modern';
|
|
24
24
|
import './components/header/buttons.js';
|
|
25
25
|
import { Header } from './components/header/Component.js';
|
|
26
|
-
import './slide-
|
|
26
|
+
import './slide-31efe610.js';
|
|
27
27
|
import { ImageViewer } from './components/image-viewer/component.js';
|
|
28
28
|
|
|
29
29
|
var styles = {"container":"gallery__container_1gscz","modal":"gallery__modal_1gscz"};
|
|
@@ -10,7 +10,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
10
10
|
import { GalleryContext } from '../../context.js';
|
|
11
11
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
12
12
|
import '../../../../typography/modern';
|
|
13
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
13
|
+
import { s as styles, S as Slide } from '../../slide-31efe610.js';
|
|
14
14
|
|
|
15
15
|
SwiperCore.use([EffectFade, A11y, Controller]);
|
|
16
16
|
const ImageViewer = () => {
|
|
@@ -10,5 +10,5 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
10
10
|
import '../../context.js';
|
|
11
11
|
import '../../utils/utils.js';
|
|
12
12
|
import '../../../../typography/modern';
|
|
13
|
-
import '../../slide-
|
|
13
|
+
import '../../slide-31efe610.js';
|
|
14
14
|
export { ImageViewer } from './component.js';
|