@salutejs/plasma-new-hope 0.338.0-canary.2237.18342071625.0 → 0.338.0-canary.2254.18489699974.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -8
- package/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
- package/cjs/components/Calendar/Calendar.tokens.js +1 -0
- package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
- package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_12b03hz.css → DateStructureItem.styles_z3dhwf.css} +1 -1
- package/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
- package/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/{es/components/DatePicker/DatePickerBase.styles_1fnt3hc.css → cjs/components/DatePicker/DatePickerBase.styles_6x4unn.css} +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +8 -8
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +6 -6
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/{es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_160e4y4.css → cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1wt56uj.css} +2 -2
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +9 -9
- package/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +1 -1
- package/cjs/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
- package/{es/components/DatePicker/SingleDate/SingleDate.styles_15voqba.css → cjs/components/DatePicker/SingleDate/SingleDate.styles_5c37vu.css} +1 -1
- package/cjs/components/Drawer/Drawer.js +4 -1
- package/cjs/components/Drawer/Drawer.js.map +1 -1
- package/cjs/components/Modal/Modal.css +2 -2
- package/cjs/components/Modal/Modal.js +5 -4
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Popup/Popup.styles.js +3 -2
- package/cjs/components/Popup/Popup.styles.js.map +1 -1
- package/cjs/components/Slider/ui/Handler/Handler.js +6 -2
- package/cjs/components/Slider/ui/Handler/Handler.js.map +1 -1
- package/cjs/components/Tree/utils/traverseTree.js +1 -1
- package/cjs/components/Tree/utils/traverseTree.js.map +1 -1
- package/cjs/index.css +11 -11
- package/cjs/index.js +0 -2
- package/cjs/index.js.map +1 -1
- package/emotion/cjs/components/Calendar/Calendar.tokens.js +1 -0
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -9
- package/emotion/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
- package/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +5 -5
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +7 -7
- package/emotion/cjs/components/Drawer/Drawer.js +3 -1
- package/emotion/cjs/components/Modal/Modal.js +7 -6
- package/emotion/cjs/components/Popup/Popup.styles.js +13 -13
- package/emotion/cjs/components/Scrollbar/Scrollbar.js +423 -0
- package/emotion/cjs/components/Scrollbar/Scrollbar.styles.js +59 -0
- package/emotion/cjs/components/Scrollbar/Scrollbar.tokens.js +39 -0
- package/emotion/cjs/components/Scrollbar/Scrollbar.types.js +4 -0
- package/emotion/cjs/components/Scrollbar/index.js +26 -0
- package/emotion/cjs/components/Scrollbar/utils.js +87 -0
- package/emotion/cjs/components/Scrollbar/variations/_size/base.js +12 -0
- package/emotion/cjs/components/Scrollbar/variations/_view/base.js +12 -0
- package/emotion/cjs/components/Slider/ui/Handler/Handler.js +6 -2
- package/emotion/cjs/components/Tree/utils/traverseTree.js +1 -1
- package/emotion/cjs/examples/components/Scrollbar/Scrollbar.config.js +27 -0
- package/emotion/cjs/examples/components/Scrollbar/Scrollbar.js +15 -0
- package/emotion/cjs/mixins/addScrollbar.js +30 -0
- package/emotion/cjs/mixins/index.js +0 -1
- package/emotion/es/components/Calendar/Calendar.tokens.js +1 -0
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -9
- package/emotion/es/components/DatePicker/DatePicker.tokens.js +3 -0
- package/emotion/es/components/DatePicker/DatePickerBase.styles.js +5 -5
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.styles.js +7 -7
- package/emotion/es/components/Drawer/Drawer.js +3 -1
- package/emotion/es/components/Modal/Modal.js +6 -5
- package/emotion/es/components/Popup/Popup.styles.js +13 -13
- package/emotion/es/components/Scrollbar/Scrollbar.js +359 -0
- package/emotion/es/components/Scrollbar/Scrollbar.styles.js +24 -0
- package/emotion/es/components/Scrollbar/Scrollbar.tokens.js +21 -0
- package/emotion/es/components/Scrollbar/Scrollbar.types.js +1 -0
- package/emotion/es/components/Scrollbar/index.js +2 -0
- package/emotion/es/components/Scrollbar/utils.js +69 -0
- package/emotion/es/components/Scrollbar/variations/_size/base.js +2 -0
- package/emotion/es/components/Scrollbar/variations/_view/base.js +2 -0
- package/emotion/es/components/Slider/ui/Handler/Handler.js +6 -2
- package/emotion/es/components/Tree/utils/traverseTree.js +1 -1
- package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
- package/emotion/es/examples/components/Scrollbar/Scrollbar.config.js +17 -0
- package/emotion/es/examples/components/Scrollbar/Scrollbar.js +5 -0
- package/emotion/es/mixins/addScrollbar.js +9 -0
- package/emotion/es/mixins/index.js +0 -1
- package/es/_virtual/_rollupPluginBabelHelpers.js +1 -8
- package/es/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
- package/es/components/Calendar/Calendar.tokens.js +1 -0
- package/es/components/Calendar/Calendar.tokens.js.map +1 -1
- package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_12b03hz.css → DateStructureItem.styles_z3dhwf.css} +1 -1
- package/es/components/DatePicker/DatePicker.tokens.js +3 -0
- package/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/{cjs/components/DatePicker/DatePickerBase.styles_1fnt3hc.css → es/components/DatePicker/DatePickerBase.styles_6x4unn.css} +1 -1
- package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +6 -6
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/{cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_160e4y4.css → es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1wt56uj.css} +2 -2
- package/es/components/DatePicker/SingleDate/SingleDate.css +9 -9
- package/es/components/DatePicker/SingleDate/SingleDate.styles.js +1 -1
- package/es/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
- package/{cjs/components/DatePicker/SingleDate/SingleDate.styles_15voqba.css → es/components/DatePicker/SingleDate/SingleDate.styles_5c37vu.css} +1 -1
- package/es/components/Drawer/Drawer.js +4 -1
- package/es/components/Drawer/Drawer.js.map +1 -1
- package/es/components/Modal/Modal.css +2 -2
- package/es/components/Modal/Modal.js +5 -4
- package/es/components/Modal/Modal.js.map +1 -1
- package/es/components/Popup/Popup.styles.js +3 -2
- package/es/components/Popup/Popup.styles.js.map +1 -1
- package/es/components/Slider/ui/Handler/Handler.js +7 -3
- package/es/components/Slider/ui/Handler/Handler.js.map +1 -1
- package/es/components/Tree/utils/traverseTree.js +1 -1
- package/es/components/Tree/utils/traverseTree.js.map +1 -1
- package/es/index.css +11 -11
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Calendar/Calendar.tokens.js +1 -0
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +8 -7
- package/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
- package/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +10 -4
- package/styled-components/cjs/components/Drawer/Drawer.js +3 -1
- package/styled-components/cjs/components/Modal/Modal.js +7 -6
- package/styled-components/cjs/components/Popup/Popup.styles.js +7 -7
- package/styled-components/cjs/components/Scrollbar/Scrollbar.js +423 -0
- package/styled-components/cjs/components/Scrollbar/Scrollbar.styles.js +121 -0
- package/styled-components/cjs/components/Scrollbar/Scrollbar.tokens.js +39 -0
- package/styled-components/cjs/components/Scrollbar/Scrollbar.types.js +4 -0
- package/styled-components/cjs/components/Scrollbar/index.js +26 -0
- package/styled-components/cjs/components/Scrollbar/utils.js +87 -0
- package/styled-components/cjs/components/Scrollbar/variations/_size/base.js +14 -0
- package/styled-components/cjs/components/Scrollbar/variations/_view/base.js +14 -0
- package/styled-components/cjs/components/Slider/ui/Handler/Handler.js +6 -2
- package/styled-components/cjs/components/Tree/utils/traverseTree.js +1 -1
- package/styled-components/cjs/examples/components/Scrollbar/Scrollbar.config.js +45 -0
- package/styled-components/cjs/examples/components/Scrollbar/Scrollbar.js +15 -0
- package/styled-components/cjs/mixins/addScrollbar.js +30 -0
- package/styled-components/cjs/mixins/index.js +0 -1
- package/styled-components/es/components/Calendar/Calendar.tokens.js +1 -0
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +8 -7
- package/styled-components/es/components/DatePicker/DatePicker.tokens.js +3 -0
- package/styled-components/es/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.styles.js +10 -4
- package/styled-components/es/components/Drawer/Drawer.js +3 -1
- package/styled-components/es/components/Modal/Modal.js +6 -5
- package/styled-components/es/components/Popup/Popup.styles.js +7 -7
- package/styled-components/es/components/Scrollbar/Scrollbar.js +359 -0
- package/styled-components/es/components/Scrollbar/Scrollbar.styles.js +51 -0
- package/styled-components/es/components/Scrollbar/Scrollbar.tokens.js +21 -0
- package/styled-components/es/components/Scrollbar/Scrollbar.types.js +1 -0
- package/styled-components/es/components/Scrollbar/index.js +2 -0
- package/styled-components/es/components/Scrollbar/utils.js +69 -0
- package/styled-components/es/components/Scrollbar/variations/_size/base.js +4 -0
- package/styled-components/es/components/Scrollbar/variations/_view/base.js +4 -0
- package/styled-components/es/components/Slider/ui/Handler/Handler.js +6 -2
- package/styled-components/es/components/Tree/utils/traverseTree.js +1 -1
- package/styled-components/es/examples/components/Scrollbar/Scrollbar.config.js +35 -0
- package/styled-components/es/examples/components/Scrollbar/Scrollbar.js +5 -0
- package/styled-components/es/mixins/addScrollbar.js +9 -0
- package/styled-components/es/mixins/index.js +0 -1
- package/types/components/Accordion/ui/AccordionItem/AccordionItem.d.ts +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +8 -8
- package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
- package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +8 -8
- package/types/components/DatePicker/DatePicker.tokens.d.ts +3 -0
- package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts +6 -6
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +8 -8
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/Drawer/Drawer.d.ts.map +1 -1
- package/types/components/Modal/Modal.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
- package/types/components/Popup/Popup.types.d.ts +8 -1
- package/types/components/Popup/Popup.types.d.ts.map +1 -1
- package/types/components/Radiobox/Radiobox.d.ts +2 -2
- package/types/components/Range/Range.styles.d.ts +8 -8
- package/types/components/Scrollbar/Scrollbar.d.ts +23 -0
- package/types/components/Scrollbar/Scrollbar.d.ts.map +1 -0
- package/types/components/Scrollbar/Scrollbar.styles.d.ts +7 -0
- package/types/components/Scrollbar/Scrollbar.styles.d.ts.map +1 -0
- package/types/components/Scrollbar/Scrollbar.tokens.d.ts +22 -0
- package/types/components/Scrollbar/Scrollbar.tokens.d.ts.map +1 -0
- package/types/components/Scrollbar/Scrollbar.types.d.ts +52 -0
- package/types/components/Scrollbar/Scrollbar.types.d.ts.map +1 -0
- package/types/components/Scrollbar/index.d.ts +4 -0
- package/types/components/Scrollbar/index.d.ts.map +1 -0
- package/types/components/Scrollbar/utils.d.ts +7 -0
- package/types/components/Scrollbar/utils.d.ts.map +1 -0
- package/types/components/Scrollbar/variations/_size/base.d.ts +2 -0
- package/types/components/Scrollbar/variations/_size/base.d.ts.map +1 -0
- package/types/components/Scrollbar/variations/_view/base.d.ts +2 -0
- package/types/components/Scrollbar/variations/_view/base.d.ts.map +1 -0
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +8 -8
- package/types/components/Select/utils/getView.d.ts +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +8 -8
- package/types/components/Slider/ui/Handler/Handler.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +6 -6
- package/types/components/TimePicker/TimePicker.styles.d.ts +8 -8
- package/types/components/Tree/utils/traverseTree.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/examples/components/Combobox/Legacy/Combobox.d.ts +2 -2
- package/types/examples/components/DatePicker/DatePicker.d.ts +3 -3
- package/types/examples/components/Mask/Mask.d.ts +8 -8
- package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
- package/types/examples/components/NumberInput/NumberInput.d.ts +2 -2
- package/types/examples/components/Radiobox/Radiobox.d.ts +2 -2
- package/types/examples/components/Scrollbar/Scrollbar.config.d.ts +16 -0
- package/types/examples/components/Scrollbar/Scrollbar.config.d.ts.map +1 -0
- package/types/examples/components/Scrollbar/Scrollbar.d.ts +10 -0
- package/types/examples/components/Scrollbar/Scrollbar.d.ts.map +1 -0
- package/types/examples/components/Select/Select.d.ts +6 -6
- package/types/examples/components/TextArea/TextArea.d.ts +8 -8
- package/types/examples/components/TextField/TextField.d.ts +8 -8
- package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +1 -1
- package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +1 -1
- package/types/mixins/addScrollbar.d.ts +4 -0
- package/types/mixins/addScrollbar.d.ts.map +1 -0
- package/types/mixins/index.d.ts +0 -1
- package/types/mixins/index.d.ts.map +1 -1
- package/types/types/InputHTMLAttributes.d.ts +9 -3
- package/types/types/InputHTMLAttributes.d.ts.map +1 -1
- package/types/types/TextareaHTMLAttributes.d.ts +9 -3
- package/types/types/TextareaHTMLAttributes.d.ts.map +1 -1
- package/cjs/mixins/applyDisabled.js +0 -22
- package/cjs/mixins/applyDisabled.js.map +0 -1
- package/emotion/cjs/mixins/applyDisabled.js +0 -47
- package/emotion/es/mixins/applyDisabled.js +0 -39
- package/es/mixins/applyDisabled.js +0 -18
- package/es/mixins/applyDisabled.js.map +0 -1
- package/styled-components/cjs/mixins/applyDisabled.js +0 -23
- package/styled-components/es/mixins/applyDisabled.js +0 -15
- package/types/mixins/applyDisabled.d.ts +0 -14
- package/types/mixins/applyDisabled.d.ts.map +0 -1
|
@@ -83,7 +83,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
83
83
|
chipType?: never;
|
|
84
84
|
chipView?: never;
|
|
85
85
|
chipValidator?: never;
|
|
86
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
86
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
87
87
|
labelPlacement?: string;
|
|
88
88
|
readOnly?: boolean;
|
|
89
89
|
disabled?: boolean;
|
|
@@ -140,7 +140,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
140
140
|
chipValidator?: (value: string) => {
|
|
141
141
|
view?: string;
|
|
142
142
|
};
|
|
143
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
143
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
144
144
|
labelPlacement?: string;
|
|
145
145
|
readOnly?: boolean;
|
|
146
146
|
disabled?: boolean;
|
|
@@ -195,7 +195,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
195
195
|
chipType?: never;
|
|
196
196
|
chipView?: never;
|
|
197
197
|
chipValidator?: never;
|
|
198
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
198
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
199
199
|
labelPlacement?: string;
|
|
200
200
|
readOnly?: boolean;
|
|
201
201
|
disabled?: boolean;
|
|
@@ -252,7 +252,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
252
252
|
chipValidator?: (value: string) => {
|
|
253
253
|
view?: string;
|
|
254
254
|
};
|
|
255
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
255
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
256
256
|
labelPlacement?: string;
|
|
257
257
|
readOnly?: boolean;
|
|
258
258
|
disabled?: boolean;
|
|
@@ -307,7 +307,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
307
307
|
chipType?: never;
|
|
308
308
|
chipView?: never;
|
|
309
309
|
chipValidator?: never;
|
|
310
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
310
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
311
311
|
labelPlacement?: string;
|
|
312
312
|
readOnly?: boolean;
|
|
313
313
|
disabled?: boolean;
|
|
@@ -364,7 +364,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
364
364
|
chipValidator?: (value: string) => {
|
|
365
365
|
view?: string;
|
|
366
366
|
};
|
|
367
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
367
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
368
368
|
labelPlacement?: string;
|
|
369
369
|
readOnly?: boolean;
|
|
370
370
|
disabled?: boolean;
|
|
@@ -419,7 +419,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
419
419
|
chipType?: never;
|
|
420
420
|
chipView?: never;
|
|
421
421
|
chipValidator?: never;
|
|
422
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
422
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
423
423
|
labelPlacement?: string;
|
|
424
424
|
readOnly?: boolean;
|
|
425
425
|
disabled?: boolean;
|
|
@@ -476,5 +476,5 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
|
|
|
476
476
|
chipValidator?: (value: string) => {
|
|
477
477
|
view?: string;
|
|
478
478
|
};
|
|
479
|
-
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
479
|
+
}, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
480
480
|
//# sourceMappingURL=Autocomplete.d.ts.map
|
|
@@ -8,11 +8,11 @@ export declare const Combobox: import("react").FunctionComponent<import("../../.
|
|
|
8
8
|
view: {
|
|
9
9
|
default: import("@linaria/core").LinariaClassName;
|
|
10
10
|
};
|
|
11
|
-
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "
|
|
11
|
+
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value" | "target" | "maxLength" | "minLength" | "type" | "checked"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
|
12
12
|
valueType?: "single";
|
|
13
13
|
value?: import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue;
|
|
14
14
|
onChangeValue?: (value?: import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue) => void;
|
|
15
|
-
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "
|
|
15
|
+
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value" | "target" | "maxLength" | "minLength" | "type" | "checked"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
|
16
16
|
valueType: "multiple";
|
|
17
17
|
value?: Array<import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>;
|
|
18
18
|
onChangeValue?: (value?: Array<import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>) => void;
|
|
@@ -78,13 +78,13 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
|
78
78
|
};
|
|
79
79
|
}) => void;
|
|
80
80
|
} & {
|
|
81
|
+
size?: string | undefined;
|
|
82
|
+
disabled?: boolean | undefined;
|
|
81
83
|
label?: string | undefined;
|
|
82
84
|
view?: string | undefined;
|
|
83
|
-
disabled?: boolean | undefined;
|
|
84
|
-
autoComplete?: string | undefined;
|
|
85
85
|
readOnly?: boolean | undefined;
|
|
86
86
|
required?: boolean | undefined;
|
|
87
|
-
|
|
87
|
+
autoComplete?: string | undefined;
|
|
88
88
|
contentLeft?: import("react").ReactNode;
|
|
89
89
|
contentRight?: import("react").ReactNode;
|
|
90
90
|
leftHelper?: string | undefined;
|
|
@@ -76,7 +76,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
76
76
|
chipType?: never;
|
|
77
77
|
chipView?: never;
|
|
78
78
|
chipValidator?: never;
|
|
79
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
79
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
80
80
|
view: {
|
|
81
81
|
default: import("@linaria/core").LinariaClassName;
|
|
82
82
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -156,7 +156,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
156
156
|
chipValidator?: (value: string) => {
|
|
157
157
|
view?: string;
|
|
158
158
|
};
|
|
159
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
159
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
160
160
|
view: {
|
|
161
161
|
default: import("@linaria/core").LinariaClassName;
|
|
162
162
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -234,7 +234,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
234
234
|
chipType?: never;
|
|
235
235
|
chipView?: never;
|
|
236
236
|
chipValidator?: never;
|
|
237
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
237
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
238
238
|
view: {
|
|
239
239
|
default: import("@linaria/core").LinariaClassName;
|
|
240
240
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -314,7 +314,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
314
314
|
chipValidator?: (value: string) => {
|
|
315
315
|
view?: string;
|
|
316
316
|
};
|
|
317
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
317
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
318
318
|
view: {
|
|
319
319
|
default: import("@linaria/core").LinariaClassName;
|
|
320
320
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -392,7 +392,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
392
392
|
chipType?: never;
|
|
393
393
|
chipView?: never;
|
|
394
394
|
chipValidator?: never;
|
|
395
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
395
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
396
396
|
view: {
|
|
397
397
|
default: import("@linaria/core").LinariaClassName;
|
|
398
398
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -472,7 +472,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
472
472
|
chipValidator?: (value: string) => {
|
|
473
473
|
view?: string;
|
|
474
474
|
};
|
|
475
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
475
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
476
476
|
view: {
|
|
477
477
|
default: import("@linaria/core").LinariaClassName;
|
|
478
478
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -550,7 +550,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
550
550
|
chipType?: never;
|
|
551
551
|
chipView?: never;
|
|
552
552
|
chipValidator?: never;
|
|
553
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
553
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
554
554
|
view: {
|
|
555
555
|
default: import("@linaria/core").LinariaClassName;
|
|
556
556
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -630,5 +630,5 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
630
630
|
chipValidator?: (value: string) => {
|
|
631
631
|
view?: string;
|
|
632
632
|
};
|
|
633
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
633
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
634
634
|
//# sourceMappingURL=Mask.d.ts.map
|
|
@@ -76,7 +76,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
76
76
|
chipType?: never;
|
|
77
77
|
chipView?: never;
|
|
78
78
|
chipValidator?: never;
|
|
79
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
79
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
80
80
|
thousandSeparator?: boolean | string;
|
|
81
81
|
decimalSeparator?: string;
|
|
82
82
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -166,7 +166,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
166
166
|
chipValidator?: (value: string) => {
|
|
167
167
|
view?: string;
|
|
168
168
|
};
|
|
169
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
169
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
170
170
|
thousandSeparator?: boolean | string;
|
|
171
171
|
decimalSeparator?: string;
|
|
172
172
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -254,7 +254,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
254
254
|
chipType?: never;
|
|
255
255
|
chipView?: never;
|
|
256
256
|
chipValidator?: never;
|
|
257
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
257
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
258
258
|
thousandSeparator?: boolean | string;
|
|
259
259
|
decimalSeparator?: string;
|
|
260
260
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -344,7 +344,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
344
344
|
chipValidator?: (value: string) => {
|
|
345
345
|
view?: string;
|
|
346
346
|
};
|
|
347
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
347
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
348
348
|
thousandSeparator?: boolean | string;
|
|
349
349
|
decimalSeparator?: string;
|
|
350
350
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -432,7 +432,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
432
432
|
chipType?: never;
|
|
433
433
|
chipView?: never;
|
|
434
434
|
chipValidator?: never;
|
|
435
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
435
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
436
436
|
thousandSeparator?: boolean | string;
|
|
437
437
|
decimalSeparator?: string;
|
|
438
438
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -522,7 +522,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
522
522
|
chipValidator?: (value: string) => {
|
|
523
523
|
view?: string;
|
|
524
524
|
};
|
|
525
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
525
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
526
526
|
thousandSeparator?: boolean | string;
|
|
527
527
|
decimalSeparator?: string;
|
|
528
528
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -610,7 +610,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
610
610
|
chipType?: never;
|
|
611
611
|
chipView?: never;
|
|
612
612
|
chipValidator?: never;
|
|
613
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
613
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
614
614
|
thousandSeparator?: boolean | string;
|
|
615
615
|
decimalSeparator?: string;
|
|
616
616
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -700,7 +700,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
700
700
|
chipValidator?: (value: string) => {
|
|
701
701
|
view?: string;
|
|
702
702
|
};
|
|
703
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
703
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
704
704
|
thousandSeparator?: boolean | string;
|
|
705
705
|
decimalSeparator?: string;
|
|
706
706
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
|
|
|
53
53
|
} & {
|
|
54
54
|
segmentation?: "clear";
|
|
55
55
|
inputBackgroundType?: never;
|
|
56
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
56
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
57
57
|
value?: string | number;
|
|
58
58
|
min?: number;
|
|
59
59
|
max?: number;
|
|
@@ -79,5 +79,5 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
|
|
|
79
79
|
} & {
|
|
80
80
|
segmentation?: string;
|
|
81
81
|
inputBackgroundType?: string;
|
|
82
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
82
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
83
83
|
//# sourceMappingURL=NumberInput.d.ts.map
|
|
@@ -21,7 +21,7 @@ export declare const RadioboxDefault: import("react").FunctionComponent<import("
|
|
|
21
21
|
focused: {
|
|
22
22
|
true: import("@linaria/core").LinariaClassName;
|
|
23
23
|
};
|
|
24
|
-
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "
|
|
24
|
+
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
25
25
|
export declare const RadioboxOutline: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
|
|
26
26
|
size: {
|
|
27
27
|
s: import("@linaria/core").LinariaClassName;
|
|
@@ -44,7 +44,7 @@ export declare const RadioboxOutline: import("react").FunctionComponent<import("
|
|
|
44
44
|
focused: {
|
|
45
45
|
true: import("@linaria/core").LinariaClassName;
|
|
46
46
|
};
|
|
47
|
-
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "
|
|
47
|
+
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
48
48
|
type CheckboxProps = (ComponentProps<typeof RadioboxDefault> & {
|
|
49
49
|
appearance: 'outline';
|
|
50
50
|
}) | (ComponentProps<typeof RadioboxOutline> & {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
};
|
|
6
|
+
variations: {
|
|
7
|
+
view: {
|
|
8
|
+
default: import("@linaria/core").LinariaClassName;
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
m: import("@linaria/core").LinariaClassName;
|
|
12
|
+
s: import("@linaria/core").LinariaClassName;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=Scrollbar.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Scrollbar.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Scrollbar/Scrollbar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CA6BlB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const Scrollbar: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
|
|
2
|
+
view: {
|
|
3
|
+
default: import("@linaria/core").LinariaClassName;
|
|
4
|
+
};
|
|
5
|
+
size: {
|
|
6
|
+
m: import("@linaria/core").LinariaClassName;
|
|
7
|
+
s: import("@linaria/core").LinariaClassName;
|
|
8
|
+
};
|
|
9
|
+
}> & import("../../../components/Scrollbar").ScrollBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
//# sourceMappingURL=Scrollbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Scrollbar.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Scrollbar/Scrollbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,SAAS;;;;;;;;4GAA0B,CAAC"}
|
|
@@ -98,7 +98,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
98
98
|
listHeight?: import("react").CSSProperties["height"];
|
|
99
99
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
100
100
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
101
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
101
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
|
102
102
|
hintText: string;
|
|
103
103
|
hintTrigger?: "hover" | "click";
|
|
104
104
|
hintView?: string;
|
|
@@ -158,7 +158,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
158
158
|
listHeight?: import("react").CSSProperties["height"];
|
|
159
159
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
160
160
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
161
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
161
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
|
162
162
|
hintTrigger?: never;
|
|
163
163
|
hintText?: never;
|
|
164
164
|
hintView?: never;
|
|
@@ -217,7 +217,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
217
217
|
listHeight?: import("react").CSSProperties["height"];
|
|
218
218
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
219
219
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
220
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
220
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
|
221
221
|
hintTrigger?: never;
|
|
222
222
|
hintText?: never;
|
|
223
223
|
hintView?: never;
|
|
@@ -277,7 +277,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
277
277
|
listHeight?: import("react").CSSProperties["height"];
|
|
278
278
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
279
279
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
280
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
280
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
|
|
281
281
|
target: "button-like";
|
|
282
282
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
283
283
|
contentLeft?: never;
|
|
@@ -324,7 +324,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
324
324
|
listHeight?: import("react").CSSProperties["height"];
|
|
325
325
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
326
326
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
327
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
327
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
|
|
328
328
|
target: "button-like";
|
|
329
329
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
330
330
|
contentLeft?: never;
|
|
@@ -372,6 +372,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
|
372
372
|
listHeight?: import("react").CSSProperties["height"];
|
|
373
373
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
374
374
|
listOverflow?: import("react").CSSProperties["overflow"];
|
|
375
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
|
375
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
|
|
376
376
|
export { Select };
|
|
377
377
|
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -28,7 +28,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
28
28
|
disabled: {
|
|
29
29
|
true: import("@linaria/core").LinariaClassName;
|
|
30
30
|
};
|
|
31
|
-
}> & ((Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
31
|
+
}> & ((Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
32
32
|
status?: "" | "success" | "warning" | "error";
|
|
33
33
|
label?: string;
|
|
34
34
|
labelPlacement?: "inner" | "outer";
|
|
@@ -75,7 +75,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
75
75
|
hasDivider?: undefined;
|
|
76
76
|
} & {
|
|
77
77
|
labelAriaHidden?: boolean;
|
|
78
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
78
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
79
79
|
status?: "" | "success" | "warning" | "error";
|
|
80
80
|
label?: string;
|
|
81
81
|
labelPlacement?: "inner" | "outer";
|
|
@@ -122,7 +122,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
122
122
|
hasDivider?: undefined;
|
|
123
123
|
} & {
|
|
124
124
|
labelAriaHidden?: boolean;
|
|
125
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
125
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
126
126
|
status?: "" | "success" | "warning" | "error";
|
|
127
127
|
label?: string;
|
|
128
128
|
labelPlacement?: "inner" | "outer";
|
|
@@ -169,7 +169,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
169
169
|
hasDivider?: undefined;
|
|
170
170
|
} & {
|
|
171
171
|
labelAriaHidden?: boolean;
|
|
172
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
172
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
173
173
|
status?: "" | "success" | "warning" | "error";
|
|
174
174
|
label?: string;
|
|
175
175
|
labelPlacement?: "inner" | "outer";
|
|
@@ -216,7 +216,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
216
216
|
width?: undefined;
|
|
217
217
|
} & {
|
|
218
218
|
labelAriaHidden?: boolean;
|
|
219
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
219
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
220
220
|
status?: "" | "success" | "warning" | "error";
|
|
221
221
|
label?: string;
|
|
222
222
|
labelPlacement?: "inner" | "outer";
|
|
@@ -263,7 +263,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
263
263
|
hasDivider?: undefined;
|
|
264
264
|
} & {
|
|
265
265
|
labelAriaHidden?: boolean;
|
|
266
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
266
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
267
267
|
status?: "" | "success" | "warning" | "error";
|
|
268
268
|
label?: string;
|
|
269
269
|
labelPlacement?: "inner" | "outer";
|
|
@@ -310,7 +310,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
310
310
|
hasDivider?: undefined;
|
|
311
311
|
} & {
|
|
312
312
|
labelAriaHidden?: boolean;
|
|
313
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
313
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
314
314
|
status?: "" | "success" | "warning" | "error";
|
|
315
315
|
label?: string;
|
|
316
316
|
labelPlacement?: "inner" | "outer";
|
|
@@ -357,7 +357,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
|
357
357
|
hasDivider?: undefined;
|
|
358
358
|
} & {
|
|
359
359
|
labelAriaHidden?: boolean;
|
|
360
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
360
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
|
|
361
361
|
status?: "" | "success" | "warning" | "error";
|
|
362
362
|
label?: string;
|
|
363
363
|
labelPlacement?: "inner" | "outer";
|
|
@@ -76,7 +76,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
76
76
|
chipType?: never;
|
|
77
77
|
chipView?: never;
|
|
78
78
|
chipValidator?: never;
|
|
79
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
79
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
80
80
|
size?: string;
|
|
81
81
|
view?: string;
|
|
82
82
|
readOnly?: boolean;
|
|
@@ -114,7 +114,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
114
114
|
chipValidator?: (value: string) => {
|
|
115
115
|
view?: string;
|
|
116
116
|
};
|
|
117
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
117
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
118
118
|
size?: string;
|
|
119
119
|
view?: string;
|
|
120
120
|
readOnly?: boolean;
|
|
@@ -150,7 +150,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
150
150
|
chipType?: never;
|
|
151
151
|
chipView?: never;
|
|
152
152
|
chipValidator?: never;
|
|
153
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
153
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
154
154
|
size?: string;
|
|
155
155
|
view?: string;
|
|
156
156
|
readOnly?: boolean;
|
|
@@ -188,7 +188,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
188
188
|
chipValidator?: (value: string) => {
|
|
189
189
|
view?: string;
|
|
190
190
|
};
|
|
191
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
191
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
192
192
|
size?: string;
|
|
193
193
|
view?: string;
|
|
194
194
|
readOnly?: boolean;
|
|
@@ -224,7 +224,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
224
224
|
chipType?: never;
|
|
225
225
|
chipView?: never;
|
|
226
226
|
chipValidator?: never;
|
|
227
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
227
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
228
228
|
size?: string;
|
|
229
229
|
view?: string;
|
|
230
230
|
readOnly?: boolean;
|
|
@@ -262,7 +262,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
262
262
|
chipValidator?: (value: string) => {
|
|
263
263
|
view?: string;
|
|
264
264
|
};
|
|
265
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
265
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
266
266
|
size?: string;
|
|
267
267
|
view?: string;
|
|
268
268
|
readOnly?: boolean;
|
|
@@ -298,7 +298,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
298
298
|
chipType?: never;
|
|
299
299
|
chipView?: never;
|
|
300
300
|
chipValidator?: never;
|
|
301
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
301
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
302
302
|
size?: string;
|
|
303
303
|
view?: string;
|
|
304
304
|
readOnly?: boolean;
|
|
@@ -336,5 +336,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
|
336
336
|
chipValidator?: (value: string) => {
|
|
337
337
|
view?: string;
|
|
338
338
|
};
|
|
339
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "
|
|
339
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
340
340
|
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -35,7 +35,7 @@ export declare const StyledSegmentItem: import("@linaria/react").StyledMeta & im
|
|
|
35
35
|
export declare const AccordionInfo: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
36
36
|
export declare const Subcategory: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
37
37
|
export declare const ColumnTitle: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
38
|
-
export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "
|
|
38
|
+
export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
|
|
39
39
|
value?: boolean;
|
|
40
40
|
type?: "clear" | "arrow" | "sign";
|
|
41
41
|
contentLeft?: import("react").ReactNode;
|
|
@@ -37,7 +37,7 @@ export declare const StyledSegmentItem: import("@linaria/react").StyledMeta & im
|
|
|
37
37
|
export declare const AccordionTypographyTitle: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
38
38
|
export declare const FontFamily: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
39
39
|
export declare const AccordionInfo: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
40
|
-
export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "
|
|
40
|
+
export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
|
|
41
41
|
value?: boolean;
|
|
42
42
|
type?: "clear" | "arrow" | "sign";
|
|
43
43
|
contentLeft?: import("react").ReactNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addScrollbar.d.ts","sourceRoot":"","sources":["../../src/mixins/addScrollbar.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,cA2B1B,CAAC;AAEF,eAAO,MAAM,cAAc,cA+B1B,CAAC;AAEF,eAAO,MAAM,aAAa,cA4BzB,CAAC"}
|
package/types/mixins/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export * from './addFocus';
|
|
|
8
8
|
export * from './typography';
|
|
9
9
|
export * from './applyRoundness';
|
|
10
10
|
export * from './applySkeletonGradient';
|
|
11
|
-
export * from './applyDisabled';
|
|
12
11
|
export * from './applyHidden';
|
|
13
12
|
export * from './createApplyPaperMixin';
|
|
14
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC"}
|