@alfalab/core-components 21.1.0 → 21.1.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/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-2458e972.d.ts → tslib.es6-1de307a8.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-2458e972.js → tslib.es6-1de307a8.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-2c375ce5.d.ts → tslib.es6-e99706e0.d.ts} +0 -0
- package/calendar/{tslib.es6-2c375ce5.js → tslib.es6-e99706e0.js} +0 -0
- package/chart/Component.d.ts +2 -3
- package/chart/Component.js +5 -4
- package/chart/components/RectBar.d.ts +2 -3
- package/chart/components/RectBar.js +3 -2
- package/chart/cssm/Component.d.ts +2 -3
- package/chart/cssm/Component.js +4 -3
- package/chart/cssm/components/RectBar.d.ts +2 -3
- package/chart/cssm/components/RectBar.js +3 -2
- package/chart/cssm/index.d.ts +1 -0
- package/chart/cssm/index.js +7 -1
- package/chart/cssm/types/index.d.ts +14 -0
- package/chart/cssm/types/index.js +1 -0
- package/chart/cssm/types/utils/index.d.ts +6 -0
- package/chart/cssm/types/utils/index.js +1 -0
- package/chart/esm/Component.d.ts +2 -3
- package/chart/esm/Component.js +4 -5
- package/chart/esm/components/RectBar.d.ts +2 -3
- package/chart/esm/components/RectBar.js +1 -2
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.d.ts +1 -0
- package/chart/esm/index.js +2 -2
- package/chart/esm/{tslib.es6-a3fbf5e6.d.ts → tslib.es6-a33f87c9.d.ts} +0 -0
- package/chart/esm/{tslib.es6-a3fbf5e6.js → tslib.es6-a33f87c9.js} +0 -0
- package/chart/esm/types/index.d.ts +14 -0
- package/chart/esm/types/index.js +1 -0
- package/chart/esm/types/utils/index.d.ts +6 -0
- package/chart/esm/types/utils/index.js +1 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.d.ts +1 -0
- package/chart/index.js +8 -2
- package/chart/modern/Component.d.ts +2 -3
- package/chart/modern/Component.js +3 -4
- package/chart/modern/components/RectBar.d.ts +2 -3
- package/chart/modern/components/RectBar.js +1 -2
- package/chart/modern/index.d.ts +1 -0
- package/chart/modern/index.js +1 -1
- package/chart/modern/types/index.d.ts +14 -0
- package/chart/modern/types/index.js +1 -0
- package/chart/modern/types/utils/index.d.ts +6 -0
- package/chart/modern/types/utils/index.js +1 -0
- package/chart/{tslib.es6-8e7742ab.d.ts → tslib.es6-da022204.d.ts} +0 -0
- package/chart/{tslib.es6-8e7742ab.js → tslib.es6-da022204.js} +0 -0
- package/chart/types/index.d.ts +14 -0
- package/chart/types/index.js +1 -0
- package/chart/types/utils/index.d.ts +6 -0
- package/chart/types/utils/index.js +1 -0
- package/confirmation/component.js +1 -1
- package/confirmation/components/code-input/component.js +1 -1
- package/confirmation/components/code-input/index.css +10 -10
- package/confirmation/components/countdown/component.js +1 -1
- package/confirmation/components/countdown/index.css +13 -13
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/overlimit/component.js +1 -1
- package/confirmation/components/overlimit/index.css +9 -9
- package/confirmation/components/sign-confirmation/component.js +1 -1
- package/confirmation/components/sign-confirmation/index.css +13 -13
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +1 -1
- package/confirmation/esm/components/code-input/index.css +10 -10
- package/confirmation/esm/components/countdown/component.js +1 -1
- package/confirmation/esm/components/countdown/index.css +13 -13
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/overlimit/component.js +1 -1
- package/confirmation/esm/components/overlimit/index.css +9 -9
- package/confirmation/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation/esm/components/sign-confirmation/index.css +13 -13
- package/confirmation/esm/index.css +14 -14
- package/confirmation/index.css +14 -14
- package/confirmation/modern/component.js +1 -1
- package/confirmation/modern/components/code-input/component.js +1 -1
- package/confirmation/modern/components/code-input/index.css +10 -10
- package/confirmation/modern/components/countdown/component.js +1 -1
- package/confirmation/modern/components/countdown/index.css +13 -13
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/overlimit/component.js +1 -1
- package/confirmation/modern/components/overlimit/index.css +9 -9
- package/confirmation/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation/modern/index.css +14 -14
- 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-532577ce.d.ts → slide-e202aa10.d.ts} +0 -0
- package/gallery/esm/{slide-532577ce.js → slide-e202aa10.js} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.d.ts → tslib.es6-4104cfa6.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.js → tslib.es6-4104cfa6.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-d87a486b.d.ts → slide-5d570b78.d.ts} +0 -0
- package/gallery/modern/{slide-d87a486b.js → slide-5d570b78.js} +0 -0
- package/gallery/{slide-aec72ab7.d.ts → slide-202a039a.d.ts} +0 -0
- package/gallery/{slide-aec72ab7.js → slide-202a039a.js} +0 -0
- package/gallery/{tslib.es6-1ff0896f.d.ts → tslib.es6-a35b6d6d.d.ts} +0 -0
- package/gallery/{tslib.es6-1ff0896f.js → tslib.es6-a35b6d6d.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/{gutters.module-b39da5b6.d.ts → gutters.module-c9c70930.d.ts} +0 -0
- package/grid/esm/{gutters.module-b39da5b6.js → gutters.module-c9c70930.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/{gutters.module-d3fcf523.d.ts → gutters.module-ec984f94.d.ts} +0 -0
- package/grid/{gutters.module-d3fcf523.js → gutters.module-ec984f94.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-3f6357c5.js → gutters.module-157a0bab.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/intl-phone-input/component.d.ts +1 -1
- 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-61036c22.js → transitions.module-f3ebeb8b.js} +0 -0
- package/modal/esm/{tslib.es6-07a874b1.d.ts → tslib.es6-92818f5a.d.ts} +0 -0
- package/modal/esm/{tslib.es6-07a874b1.js → tslib.es6-92818f5a.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-61036c22.js → transitions.module-f3ebeb8b.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-49fcbe4c.js → transitions.module-be9bcfec.js} +0 -0
- package/modal/{tslib.es6-178088a0.d.ts → tslib.es6-13ac031a.d.ts} +0 -0
- package/modal/{tslib.es6-178088a0.js → tslib.es6-13ac031a.js} +0 -0
- package/package.json +2 -1
- package/phone-input/utils/index.js +7 -5
- 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/select/esm/{tslib.es6-730bf071.d.ts → tslib.es6-80b1af24.d.ts} +0 -0
- package/select/esm/{tslib.es6-730bf071.js → tslib.es6-80b1af24.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/select/{tslib.es6-063579de.d.ts → tslib.es6-7d5d94c5.d.ts} +0 -0
- package/select/{tslib.es6-063579de.js → tslib.es6-7d5d94c5.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-dddc669b.js → index.module-53baba57.js} +0 -0
- package/tabs/esm/{index.module-f3bc5e93.js → index.module-81742dcd.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-7e81f42d.d.ts → tslib.es6-9674d6c5.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-7e81f42d.js → tslib.es6-9674d6c5.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-78c9e238.js → index.module-700bb0a1.js} +0 -0
- package/tabs/{index.module-f19bdfde.js → index.module-b8be0e3f.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-dddc669b.js → index.module-53baba57.js} +0 -0
- package/tabs/modern/{index.module-f3bc5e93.js → index.module-81742dcd.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-9d6e26ee.d.ts → tslib.es6-7112f2aa.d.ts} +0 -0
- package/tabs/{tslib.es6-9d6e26ee.js → tslib.es6-7112f2aa.js} +0 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +153 -153
- package/typography/{colors.module-b49182a7.d.ts → colors.module-ded492e1.d.ts} +0 -0
- package/typography/{colors.module-b49182a7.js → colors.module-ded492e1.js} +0 -0
- package/typography/{common.module-263677ac.js → common.module-1de331b9.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-509f4855.d.ts → colors.module-d21f47ee.d.ts} +0 -0
- package/typography/esm/{colors.module-509f4855.js → colors.module-d21f47ee.js} +0 -0
- package/typography/esm/{common.module-961ee2a7.js → common.module-9782b936.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-07a98532.js → colors.module-5a6490a8.js} +0 -0
- package/typography/modern/{common.module-961ee2a7.js → common.module-9782b936.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
package/calendar/Component.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var dateFns = require('date-fns');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var dateFns = require('date-fns');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
require('../../tslib.es6-
|
|
3
|
+
require('../../tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsButton = require('../../../button');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
require('classnames');
|
|
6
6
|
var dateFns = require('date-fns');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsButton = require('../../../button');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-e99706e0.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
require('classnames');
|
|
6
6
|
var dateFns = require('date-fns');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __assign } from './tslib.es6-1de307a8.js';
|
|
2
2
|
import React, { forwardRef, useState, useMemo, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { startOfMonth, startOfDay, endOfDay } from 'date-fns';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __assign } from '../../tslib.es6-1de307a8.js';
|
|
2
2
|
import React, { useRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { startOfMonth, isToday, isEqual, isSameDay, isWithinInterval, isLastDayOfMonth } from 'date-fns';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __rest, _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __rest, _ as __assign } from '../../tslib.es6-1de307a8.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Button } from '../../../../button/esm';
|
package/calendar/esm/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/calendar/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/chart/Component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/Component.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-da022204.js');
|
|
2
4
|
var React = require('react');
|
|
3
5
|
var cn = require('classnames');
|
|
4
6
|
var recharts = require('recharts');
|
|
@@ -158,7 +160,7 @@ var Chart = function (props) {
|
|
|
158
160
|
var show = charts["" + properties.dataKey];
|
|
159
161
|
switch (chart) {
|
|
160
162
|
case 'bar':
|
|
161
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar, { radius: radius }) }),
|
|
163
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar.RectBar, { radius: radius }) }),
|
|
162
164
|
labelList && (React__default['default'].createElement(recharts.LabelList, tslib_es6.__assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React__default['default'].createElement(components_CustomizedLabel.CustomizedLabel, { radius: radius }) }))),
|
|
163
165
|
data.map(function (_, index) {
|
|
164
166
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -274,6 +276,5 @@ var Chart = function (props) {
|
|
|
274
276
|
state.brush && renderBrush,
|
|
275
277
|
state.legend && renderLegend))));
|
|
276
278
|
};
|
|
277
|
-
var Component = React__default['default'].memo(Chart);
|
|
278
279
|
|
|
279
|
-
|
|
280
|
+
exports.Chart = Chart;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var React = require('react');
|
|
2
4
|
require('../hooks/usePathBar/utils/getRadius.js');
|
|
3
5
|
var hooks_usePathBar_index = require('../hooks/usePathBar/index.js');
|
|
@@ -25,6 +27,5 @@ var RectBar = function (_a) {
|
|
|
25
27
|
var path = React.useMemo(function () { return (React__default['default'].createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })); }, [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
26
28
|
return React__default['default'].createElement(React__default['default'].Fragment, null, path);
|
|
27
29
|
};
|
|
28
|
-
var RectBar$1 = React__default['default'].memo(RectBar);
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
exports.RectBar = RectBar;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/cssm/Component.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var tslib_es6 = require('./tslib.es6-2be2aee7.js');
|
|
2
4
|
var React = require('react');
|
|
3
5
|
var cn = require('classnames');
|
|
@@ -161,7 +163,7 @@ var Chart = function (props) {
|
|
|
161
163
|
var show = charts["" + properties.dataKey];
|
|
162
164
|
switch (chart) {
|
|
163
165
|
case 'bar':
|
|
164
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar, { radius: radius }) }),
|
|
166
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar.RectBar, { radius: radius }) }),
|
|
165
167
|
labelList && (React__default['default'].createElement(recharts.LabelList, tslib_es6.__assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React__default['default'].createElement(components_CustomizedLabel.CustomizedLabel, { radius: radius }) }))),
|
|
166
168
|
data.map(function (_, index) {
|
|
167
169
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -277,6 +279,5 @@ var Chart = function (props) {
|
|
|
277
279
|
state.brush && renderBrush,
|
|
278
280
|
state.legend && renderLegend))));
|
|
279
281
|
};
|
|
280
|
-
var Component = React__default['default'].memo(Chart);
|
|
281
282
|
|
|
282
|
-
|
|
283
|
+
exports.Chart = Chart;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var React = require('react');
|
|
2
4
|
require('../hooks/usePathBar/utils/getRadius.js');
|
|
3
5
|
var hooks_usePathBar_index = require('../hooks/usePathBar/index.js');
|
|
@@ -25,6 +27,5 @@ var RectBar = function (_a) {
|
|
|
25
27
|
var path = React.useMemo(function () { return (React__default['default'].createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })); }, [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
26
28
|
return React__default['default'].createElement(React__default['default'].Fragment, null, path);
|
|
27
29
|
};
|
|
28
|
-
var RectBar$1 = React__default['default'].memo(RectBar);
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
exports.RectBar = RectBar;
|
package/chart/cssm/index.d.ts
CHANGED
package/chart/cssm/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
require('./tslib.es6-2be2aee7.js');
|
|
2
4
|
require('react');
|
|
3
5
|
require('classnames');
|
|
4
6
|
require('recharts');
|
|
5
|
-
require('./Component.js');
|
|
7
|
+
var Component = require('./Component.js');
|
|
6
8
|
require('./components/LinearGradient.js');
|
|
7
9
|
require('../../typography/cssm');
|
|
8
10
|
require('./icons/Circle.js');
|
|
@@ -29,3 +31,7 @@ require('./components/Tick/index.js');
|
|
|
29
31
|
require('./components/TooltipContent/index.module.css');
|
|
30
32
|
require('./components/TooltipContent/index.js');
|
|
31
33
|
require('./index.module.css');
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
exports.Chart = Component.Chart;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./utils/index";
|
|
2
|
+
export * from "./brush.types";
|
|
3
|
+
export * from "./cartesianGrid.types";
|
|
4
|
+
export * from "./chart.types";
|
|
5
|
+
export * from "./composedChart.types";
|
|
6
|
+
export * from "./labelList.types";
|
|
7
|
+
export * from "./legend.types";
|
|
8
|
+
export * from "./options.types";
|
|
9
|
+
export * from "./payload.types";
|
|
10
|
+
export * from "./responsiveContainer.types";
|
|
11
|
+
export * from "./seria.types";
|
|
12
|
+
export * from "./tooltip.types";
|
|
13
|
+
export * from "./xAxis.types";
|
|
14
|
+
export * from "./yAxis.types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/chart/esm/Component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/esm/Component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __assign } from './tslib.es6-a33f87c9.js';
|
|
2
2
|
import React, { useState, useRef, useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Legend, CartesianGrid, XAxis, YAxis, Brush, Tooltip, Area, Line, Bar, LabelList, Cell, ResponsiveContainer, ComposedChart } from 'recharts';
|
|
@@ -20,7 +20,7 @@ import { useSettings } from './hooks/useSettings/index.js';
|
|
|
20
20
|
import './hooks/usePathBar/utils/getRadius.js';
|
|
21
21
|
import './hooks/usePathBar/index.js';
|
|
22
22
|
import { CustomizedLabel } from './components/CustomizedLabel.js';
|
|
23
|
-
import RectBar
|
|
23
|
+
import { RectBar } from './components/RectBar.js';
|
|
24
24
|
import { Tick } from './components/Tick/index.js';
|
|
25
25
|
import { TooltipContent } from './components/TooltipContent/index.js';
|
|
26
26
|
|
|
@@ -153,7 +153,7 @@ var Chart = function (props) {
|
|
|
153
153
|
var show = charts["" + properties.dataKey];
|
|
154
154
|
switch (chart) {
|
|
155
155
|
case 'bar':
|
|
156
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React.createElement(Bar, __assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React.createElement(RectBar
|
|
156
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React.createElement(Bar, __assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React.createElement(RectBar, { radius: radius }) }),
|
|
157
157
|
labelList && (React.createElement(LabelList, __assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React.createElement(CustomizedLabel, { radius: radius }) }))),
|
|
158
158
|
data.map(function (_, index) {
|
|
159
159
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -269,6 +269,5 @@ var Chart = function (props) {
|
|
|
269
269
|
state.brush && renderBrush,
|
|
270
270
|
state.legend && renderLegend))));
|
|
271
271
|
};
|
|
272
|
-
var Component = React.memo(Chart);
|
|
273
272
|
|
|
274
|
-
export
|
|
273
|
+
export { Chart };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|
|
@@ -21,6 +21,5 @@ var RectBar = function (_a) {
|
|
|
21
21
|
var path = useMemo(function () { return (React.createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })); }, [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
22
22
|
return React.createElement(React.Fragment, null, path);
|
|
23
23
|
};
|
|
24
|
-
var RectBar$1 = React.memo(RectBar);
|
|
25
24
|
|
|
26
|
-
export
|
|
25
|
+
export { RectBar };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __assign } from '../../tslib.es6-a33f87c9.js';
|
|
2
2
|
import { useState, useEffect } from 'react';
|
|
3
3
|
import { setComposedChartsMargin } from './utils/setComposedChartsMargin.js';
|
|
4
4
|
import { setDatas } from './utils/setDatas.js';
|
package/chart/esm/index.d.ts
CHANGED
package/chart/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-a33f87c9.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import 'recharts';
|
|
@@ -23,4 +23,4 @@ import './components/CustomizedLabel.js';
|
|
|
23
23
|
import './components/RectBar.js';
|
|
24
24
|
import './components/Tick/index.js';
|
|
25
25
|
import './components/TooltipContent/index.js';
|
|
26
|
-
|
|
26
|
+
export { Chart } from './Component.js';
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./utils/index";
|
|
2
|
+
export * from "./brush.types";
|
|
3
|
+
export * from "./cartesianGrid.types";
|
|
4
|
+
export * from "./chart.types";
|
|
5
|
+
export * from "./composedChart.types";
|
|
6
|
+
export * from "./labelList.types";
|
|
7
|
+
export * from "./legend.types";
|
|
8
|
+
export * from "./options.types";
|
|
9
|
+
export * from "./payload.types";
|
|
10
|
+
export * from "./responsiveContainer.types";
|
|
11
|
+
export * from "./seria.types";
|
|
12
|
+
export * from "./tooltip.types";
|
|
13
|
+
export * from "./xAxis.types";
|
|
14
|
+
export * from "./yAxis.types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-da022204.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var hooks_useSettings_utils_setComposedChartsMargin = require('./utils/setComposedChartsMargin.js');
|
|
6
6
|
var hooks_useSettings_utils_setDatas = require('./utils/setDatas.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../../tslib.es6-da022204.js');
|
|
4
4
|
|
|
5
5
|
var setGradientCharts = function (series) {
|
|
6
6
|
var filterSeries = series.filter(function (item) { return item.chart !== 'gradient'; });
|
package/chart/index.d.ts
CHANGED
package/chart/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('./tslib.es6-da022204.js');
|
|
2
4
|
require('react');
|
|
3
5
|
require('classnames');
|
|
4
6
|
require('recharts');
|
|
5
|
-
require('./Component.js');
|
|
7
|
+
var Component = require('./Component.js');
|
|
6
8
|
require('./components/LinearGradient.js');
|
|
7
9
|
require('../typography');
|
|
8
10
|
require('./icons/Circle.js');
|
|
@@ -24,3 +26,7 @@ require('./components/CustomizedLabel.js');
|
|
|
24
26
|
require('./components/RectBar.js');
|
|
25
27
|
require('./components/Tick/index.js');
|
|
26
28
|
require('./components/TooltipContent/index.js');
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
exports.Chart = Component.Chart;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
|
@@ -19,7 +19,7 @@ import { useSettings } from './hooks/useSettings/index.js';
|
|
|
19
19
|
import './hooks/usePathBar/utils/getRadius.js';
|
|
20
20
|
import './hooks/usePathBar/index.js';
|
|
21
21
|
import { CustomizedLabel } from './components/CustomizedLabel.js';
|
|
22
|
-
import RectBar
|
|
22
|
+
import { RectBar } from './components/RectBar.js';
|
|
23
23
|
import { Tick } from './components/Tick/index.js';
|
|
24
24
|
import { TooltipContent } from './components/TooltipContent/index.js';
|
|
25
25
|
|
|
@@ -148,7 +148,7 @@ const Chart = (props) => {
|
|
|
148
148
|
const show = charts[`${properties.dataKey}`];
|
|
149
149
|
switch (chart) {
|
|
150
150
|
case 'bar':
|
|
151
|
-
return show && !item?.hide ? (React.createElement(Bar, Object.assign({ key: `${state.id}-${properties.dataKey}` }, properties, { shape: React.createElement(RectBar
|
|
151
|
+
return show && !item?.hide ? (React.createElement(Bar, Object.assign({ key: `${state.id}-${properties.dataKey}` }, properties, { shape: React.createElement(RectBar, { radius: radius }) }),
|
|
152
152
|
labelList && (React.createElement(LabelList, Object.assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React.createElement(CustomizedLabel, { radius: radius }) }))),
|
|
153
153
|
data.map((_, index) => {
|
|
154
154
|
const key = `${state.id}-${properties.dataKey}-${index}`;
|
|
@@ -263,6 +263,5 @@ const Chart = (props) => {
|
|
|
263
263
|
state.brush && renderBrush,
|
|
264
264
|
state.legend && renderLegend))));
|
|
265
265
|
};
|
|
266
|
-
var Component = React.memo(Chart);
|
|
267
266
|
|
|
268
|
-
export
|
|
267
|
+
export { Chart };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|