@alfalab/core-components 20.7.1 → 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/amount-input/Component.js +3 -3
- package/amount-input/default.css +2 -2
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +20 -20
- package/bank-card/index.css +20 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +20 -20
- 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-78b906d0.d.ts → tslib.es6-1de307a8.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-78b906d0.js → tslib.es6-1de307a8.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-643f6e6d.d.ts → tslib.es6-e99706e0.d.ts} +0 -0
- package/calendar/{tslib.es6-643f6e6d.js → tslib.es6-e99706e0.js} +0 -0
- package/calendar-input/Component.js +3 -2
- package/calendar-input/cssm/Component.js +2 -1
- package/calendar-input/cssm/index.js +1 -0
- package/calendar-input/cssm/index.module.css +7 -6
- package/calendar-input/esm/Component.js +3 -2
- package/calendar-input/esm/index.css +16 -15
- package/calendar-input/esm/index.js +1 -0
- package/calendar-input/index.css +16 -15
- package/calendar-input/index.js +1 -0
- package/calendar-input/modern/Component.js +3 -2
- package/calendar-input/modern/index.css +16 -15
- package/calendar-input/modern/index.js +1 -0
- package/calendar-range/Component.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- package/calendar-range/index.css +5 -5
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.css +5 -5
- 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 +2 -1
- package/confirmation/components/code-input/index.css +13 -9
- 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/cssm/components/code-input/component.js +1 -0
- package/confirmation/cssm/components/code-input/index.module.css +4 -0
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +2 -1
- package/confirmation/esm/components/code-input/index.css +13 -9
- 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 +2 -1
- package/confirmation/modern/components/code-input/index.css +13 -9
- 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/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- 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-e202aa10.d.ts} +0 -0
- package/gallery/esm/{slide-87570b70.js → slide-e202aa10.js} +0 -0
- package/gallery/esm/{tslib.es6-76ecfd4c.d.ts → tslib.es6-4104cfa6.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-76ecfd4c.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-d973cd14.d.ts → slide-5d570b78.d.ts} +0 -0
- package/gallery/modern/{slide-d973cd14.js → slide-5d570b78.js} +0 -0
- package/gallery/{slide-4c7a53b7.d.ts → slide-202a039a.d.ts} +0 -0
- package/gallery/{slide-4c7a53b7.js → slide-202a039a.js} +0 -0
- package/gallery/{tslib.es6-d8fd377b.d.ts → tslib.es6-a35b6d6d.d.ts} +0 -0
- package/gallery/{tslib.es6-d8fd377b.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/input/Component.js +3 -3
- package/input/cssm/default.module.css +1 -0
- package/input/cssm/index.module.css +1 -0
- package/input/cssm/inverted.module.css +1 -0
- package/input/default.css +14 -13
- package/input/esm/Component.js +3 -3
- package/input/esm/default.css +14 -13
- package/input/esm/index.css +32 -31
- package/input/esm/inverted.css +14 -13
- package/input/index.css +32 -31
- package/input/inverted.css +14 -13
- package/input/modern/Component.js +3 -3
- package/input/modern/default.css +14 -13
- package/input/modern/index.css +32 -31
- package/input/modern/inverted.css +14 -13
- package/input-autocomplete/{Component-0e73e267.d.ts → Component-d31eda6b.d.ts} +0 -0
- package/input-autocomplete/{Component-0e73e267.js → Component-d31eda6b.js} +1 -1
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/{Component-dd7c3b6d.d.ts → Component-8de64414.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-dd7c3b6d.js → Component-8de64414.js} +1 -1
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/index.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/intl-phone-input/{component-498d4124.d.ts → component-e176831e.d.ts} +0 -0
- package/intl-phone-input/{component-498d4124.js → component-e176831e.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-ef978414.d.ts → component-62c88e86.d.ts} +0 -0
- package/intl-phone-input/esm/{component-ef978414.js → component-62c88e86.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-34032a4a.d.ts → libphonenumber-js.min-2a7c96ab.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-34032a4a.js → libphonenumber-js.min-2a7c96ab.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-5ea47984.d.ts → libphonenumber-js.min-755fcd4d.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-5ea47984.js → libphonenumber-js.min-755fcd4d.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-34032a4a.d.ts → libphonenumber-js.min-2a7c96ab.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-34032a4a.js → libphonenumber-js.min-2a7c96ab.js} +0 -0
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- 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-149880b4.js → transitions.module-f3ebeb8b.js} +0 -0
- package/modal/esm/{tslib.es6-44283f35.d.ts → tslib.es6-92818f5a.d.ts} +0 -0
- package/modal/esm/{tslib.es6-44283f35.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-149880b4.js → transitions.module-f3ebeb8b.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-fb5051a6.js → transitions.module-be9bcfec.js} +0 -0
- package/modal/{tslib.es6-dffc199b.d.ts → tslib.es6-13ac031a.d.ts} +0 -0
- package/modal/{tslib.es6-dffc199b.js → tslib.es6-13ac031a.js} +0 -0
- package/package.json +2 -1
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/picker-button/{Component-8a497560.d.ts → Component-63eabf0e.d.ts} +0 -0
- package/picker-button/{Component-8a497560.js → Component-63eabf0e.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-a0f8bf33.d.ts → Component-d46d35db.d.ts} +0 -0
- package/picker-button/esm/{Component-a0f8bf33.js → Component-d46d35db.js} +1 -1
- package/picker-button/esm/Component.js +2 -2
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +3 -3
- package/picker-button/esm/field/index.d.ts +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +2 -2
- package/picker-button/esm/index.js +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +3 -3
- package/picker-button/field/index.d.ts +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +2 -2
- package/picker-button/index.js +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/pure-input/cssm/index.module.css +1 -0
- package/pure-input/esm/index.css +1 -0
- package/pure-input/index.css +1 -0
- package/pure-input/modern/index.css +1 -0
- package/select/Component.js +2 -1
- package/select/components/arrow/Component.js +3 -2
- package/select/components/arrow/index.css +8 -7
- package/select/components/arrow/index.js +1 -0
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +3 -3
- package/select/components/field/Component.js +2 -2
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +2 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +2 -2
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +5 -5
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +11 -11
- package/select/cssm/Component.js +1 -0
- package/select/cssm/components/arrow/Component.js +2 -1
- package/select/cssm/components/arrow/index.js +1 -0
- package/select/cssm/components/arrow/index.module.css +5 -4
- package/select/cssm/components/index.js +1 -0
- package/select/cssm/index.js +1 -0
- package/select/esm/Component.js +2 -1
- package/select/esm/components/arrow/Component.js +3 -2
- package/select/esm/components/arrow/index.css +8 -7
- package/select/esm/components/arrow/index.js +1 -0
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.css +7 -7
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +2 -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/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +2 -2
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +5 -5
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +11 -11
- package/select/esm/index.js +2 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-c439a3c2.d.ts → tslib.es6-80b1af24.d.ts} +0 -0
- package/select/esm/{tslib.es6-c439a3c2.js → tslib.es6-80b1af24.js} +0 -0
- package/select/index.js +2 -1
- package/select/modern/Component.js +1 -0
- package/select/modern/components/arrow/Component.js +3 -2
- package/select/modern/components/arrow/index.css +8 -7
- package/select/modern/components/arrow/index.js +1 -0
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +3 -3
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/index.js +1 -0
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +5 -5
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +11 -11
- package/select/modern/index.js +1 -0
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-f0c8b058.d.ts → tslib.es6-7d5d94c5.d.ts} +0 -0
- package/select/{tslib.es6-f0c8b058.js → tslib.es6-7d5d94c5.js} +0 -0
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +17 -17
- 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 +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +20 -20
- package/tabs/components/primary-tablist/mobile.css +22 -22
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +4 -4
- 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 +3 -3
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +12 -12
- package/tabs/components/secondary-tablist/mobile.css +15 -15
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- 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 +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +20 -20
- package/tabs/esm/components/primary-tablist/mobile.css +22 -22
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +4 -4
- 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 +3 -3
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +12 -12
- package/tabs/esm/components/secondary-tablist/mobile.css +15 -15
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- 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-53baba57.js +4 -0
- package/tabs/esm/index.module-81742dcd.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-ca61a599.d.ts → tslib.es6-9674d6c5.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-ca61a599.js → tslib.es6-9674d6c5.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-700bb0a1.js +4 -0
- package/tabs/index.module-b8be0e3f.js +4 -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 +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +20 -20
- package/tabs/modern/components/primary-tablist/mobile.css +22 -22
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +4 -4
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +12 -12
- package/tabs/modern/components/secondary-tablist/mobile.css +15 -15
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- 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-53baba57.js +4 -0
- package/tabs/modern/index.module-81742dcd.js +4 -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-351f4d47.d.ts → tslib.es6-7112f2aa.d.ts} +0 -0
- package/tabs/{tslib.es6-351f4d47.js → tslib.es6-7112f2aa.js} +0 -0
- package/textarea/Component.js +3 -3
- package/textarea/cssm/default.module.css +2 -0
- package/textarea/cssm/index.module.css +1 -0
- package/textarea/cssm/inverted.module.css +2 -0
- package/textarea/default.css +21 -19
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +21 -19
- package/textarea/esm/index.css +23 -22
- package/textarea/esm/inverted.css +21 -19
- package/textarea/index.css +23 -22
- package/textarea/inverted.css +21 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +21 -19
- package/textarea/modern/index.css +23 -22
- package/textarea/modern/inverted.css +21 -19
- package/themes/calendar-input/click.css +4 -0
- package/themes/calendar-input/corp.css +3 -0
- package/themes/click.css +2 -0
- package/themes/compiled/mobile-dark-bluetint.css +10 -9
- package/themes/corp.css +2 -0
- package/themes/dist/calendar-input/click.css +4 -0
- package/themes/dist/calendar-input/corp.css +3 -0
- package/themes/dist/click.css +2 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +264 -252
- package/themes/dist/corp.css +2 -0
- package/themes/dist/mixins/calendar-input/click.css +4 -0
- package/themes/dist/mixins/calendar-input/corp.css +3 -0
- package/themes/dist/mixins/click.css +2 -0
- package/themes/dist/mixins/corp.css +4 -0
- package/themes/dist/mixins/mobile.css +0 -2
- package/themes/dist/mixins/select/corp.css +3 -0
- package/themes/dist/mobile.css +0 -1
- package/themes/dist/package.json +1 -1
- package/themes/dist/select/corp.css +3 -0
- package/themes/mixins/calendar-input/click.css +4 -0
- package/themes/mixins/calendar-input/corp.css +3 -0
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/corp.css +4 -0
- package/themes/mixins/mobile.css +0 -2
- package/themes/mixins/select/corp.css +3 -0
- package/themes/mobile.css +0 -1
- package/themes/select/corp.css +3 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/tabs/esm/index.module-31042309.js +0 -4
- package/tabs/esm/index.module-4b8e748a.js +0 -4
- package/tabs/index.module-962759d1.js +0 -4
- package/tabs/index.module-c1c14145.js +0 -4
- package/tabs/modern/index.module-31042309.js +0 -4
- package/tabs/modern/index.module-4b8e748a.js +0 -4
- package/themes/calendar-input/mobile.css +0 -3
- package/themes/dist/calendar-input/mobile.css +0 -3
- package/themes/dist/mixins/calendar-input/mobile.css +0 -3
- package/themes/mixins/calendar-input/mobile.css +0 -3
package/calendar-range/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jkizo */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.calendar-
|
|
16
|
+
.calendar-range__component_jkizo {
|
|
17
17
|
display: flex
|
|
18
18
|
}
|
|
19
|
-
.calendar-
|
|
19
|
+
.calendar-range__component_jkizo button[aria-selected='true'] {
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
}
|
|
22
|
-
.calendar-
|
|
22
|
+
.calendar-range__divider_jkizo {
|
|
23
23
|
height: 48px;
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
width: 16px;
|
|
28
28
|
margin: 0 var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.calendar-
|
|
30
|
+
.calendar-range__divider_jkizo:after {
|
|
31
31
|
content: '';
|
|
32
32
|
display: block;
|
|
33
33
|
width: 100%;
|
|
@@ -7,7 +7,7 @@ import { initialValueState, getCorrectValueState, isDayButton } from './utils.js
|
|
|
7
7
|
import { useCalendarMonthes } from './useCalendarMonthes.js';
|
|
8
8
|
import { useCalendarMaxMinDates } from './useCalendarMaxMinDates.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"calendar-
|
|
10
|
+
var styles = {"component":"calendar-range__component_jkizo","divider":"calendar-range__divider_jkizo"};
|
|
11
11
|
require('./index.css');
|
|
12
12
|
|
|
13
13
|
/* eslint-disable multiline-comment-style */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jkizo */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.calendar-
|
|
16
|
+
.calendar-range__component_jkizo {
|
|
17
17
|
display: flex
|
|
18
18
|
}
|
|
19
|
-
.calendar-
|
|
19
|
+
.calendar-range__component_jkizo button[aria-selected='true'] {
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
}
|
|
22
|
-
.calendar-
|
|
22
|
+
.calendar-range__divider_jkizo {
|
|
23
23
|
height: 48px;
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
width: 16px;
|
|
28
28
|
margin: 0 var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.calendar-
|
|
30
|
+
.calendar-range__divider_jkizo:after {
|
|
31
31
|
content: '';
|
|
32
32
|
display: block;
|
|
33
33
|
width: 100%;
|
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 };
|
|
@@ -28,6 +28,5 @@ const RectBar = ({ fill, x, y, width, height, radius, background }) => {
|
|
|
28
28
|
const path = useMemo(() => (React.createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })), [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
29
29
|
return React.createElement(React.Fragment, null, path);
|
|
30
30
|
};
|
|
31
|
-
var RectBar$1 = React.memo(RectBar);
|
|
32
31
|
|
|
33
|
-
export
|
|
32
|
+
export { RectBar };
|
package/chart/modern/index.d.ts
CHANGED
package/chart/modern/index.js
CHANGED
|
@@ -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
|
+
|
|
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
|
+
|
|
@@ -20,7 +20,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
20
20
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
21
21
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
22
22
|
|
|
23
|
-
var styles = {"component":"
|
|
23
|
+
var styles = {"component":"confirmation__component_1v42v","error":"confirmation__error_1v42v","errorHeader":"confirmation__errorHeader_1v42v","errorText":"confirmation__errorText_1v42v","phoneHintWrap":"confirmation__phoneHintWrap_1v42v","phoneHintText":"confirmation__phoneHintText_1v42v","phonesWrap":"confirmation__phonesWrap_1v42v","phoneWrap":"confirmation__phoneWrap_1v42v","phoneDescription":"confirmation__phoneDescription_1v42v","center":"confirmation__center_1v42v"};
|
|
24
24
|
require('./index.css');
|
|
25
25
|
|
|
26
26
|
var Confirmation = React.forwardRef(function (_a, ref) {
|
|
@@ -33,7 +33,7 @@ function __spreadArrays() {
|
|
|
33
33
|
return r;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
var styles = {"component":"
|
|
36
|
+
var styles = {"component":"confirmation__component_10g1t","input":"confirmation__input_10g1t","hasError":"confirmation__hasError_10g1t","center":"confirmation__center_10g1t","disabled":"confirmation__disabled_10g1t","compact":"confirmation__compact_10g1t","shake":"confirmation__shake_10g1t"};
|
|
37
37
|
require('./index.css');
|
|
38
38
|
|
|
39
39
|
var Input = function (_a) {
|
|
@@ -149,6 +149,7 @@ var CodeInput = React.forwardRef(function (_a, ref) {
|
|
|
149
149
|
}, [value.length, prevValue.length, slotsCount, focus]);
|
|
150
150
|
return (React__default['default'].createElement("div", { className: cn__default['default'](styles.component, className, (_b = {},
|
|
151
151
|
_b[styles.shake] = Boolean(error),
|
|
152
|
+
_b[styles.compact] = slotsCount > 6,
|
|
152
153
|
_b)) }, new Array(slotsCount).fill('').map(function (_, index) { return (React__default['default'].createElement(Input, { value: value, index: index, error: error, processing: processing, slotsCount: slotsCount, alignContent: alignContent, handleChange: handleChange, handleInputKeyDown: handleInputKeyDown, setRef: setRef, focus: focus,
|
|
153
154
|
// eslint-disable-next-line react/no-array-index-key
|
|
154
155
|
key: index })); })));
|