@salutejs/plasma-new-hope 0.317.0-canary.1888.14214679698.0 → 0.317.0-dev.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/components/Table/Table.css +22 -24
- package/cjs/components/Table/Table.js +16 -11
- package/cjs/components/Table/Table.js.map +1 -1
- package/cjs/components/Table/Table.styles.js +11 -17
- package/cjs/components/Table/Table.styles.js.map +1 -1
- package/cjs/components/Table/Table.styles_1eg2zsx.css +11 -0
- package/cjs/components/Table/Table.tokens.js +0 -9
- package/cjs/components/Table/Table.tokens.js.map +1 -1
- package/cjs/components/Table/ui/Cell/Cell.css +22 -24
- package/cjs/components/Table/ui/Cell/Cell.js.map +1 -1
- package/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
- package/cjs/components/Table/ui/Cell/Cell.styles.js.map +1 -1
- package/cjs/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +23 -25
- package/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/cjs/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
- package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
- package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
- package/cjs/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +22 -24
- package/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
- package/cjs/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
- package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +1 -7
- package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
- package/{es/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → cjs/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
- package/cjs/engines/linaria.js +4 -2
- package/cjs/engines/linaria.js.map +1 -1
- package/cjs/index.css +24 -26
- package/emotion/cjs/components/Table/Table.js +16 -14
- package/emotion/cjs/components/Table/Table.styles.js +16 -20
- package/emotion/cjs/components/Table/Table.tokens.js +1 -9
- package/emotion/cjs/components/Table/ui/Cell/Cell.styles.js +2 -2
- package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +9 -9
- package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
- package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +5 -17
- package/emotion/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/emotion/cjs/components/Typography/Typography.template-doc.mdx +16 -0
- package/emotion/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
- package/emotion/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
- package/emotion/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
- package/emotion/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
- package/emotion/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
- package/emotion/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
- package/emotion/es/components/Table/Table.js +17 -15
- package/emotion/es/components/Table/Table.styles.js +15 -19
- package/emotion/es/components/Table/Table.tokens.js +0 -8
- package/emotion/es/components/Table/ui/Cell/Cell.styles.js +2 -2
- package/emotion/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/emotion/es/components/Table/ui/EditableCell/EditableCell.styles.js +10 -10
- package/emotion/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
- package/emotion/es/components/Table/ui/HeadCell/HeadCell.styles.js +4 -16
- package/emotion/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/emotion/es/components/Typography/Typography.template-doc.mdx +16 -0
- package/emotion/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
- package/emotion/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
- package/emotion/es/examples/typography/components/Body/Body.stories.tsx +4 -1
- package/emotion/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
- package/emotion/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
- package/emotion/es/examples/typography/components/Text/Text.stories.tsx +4 -1
- package/es/components/Table/Table.css +22 -24
- package/es/components/Table/Table.js +18 -13
- package/es/components/Table/Table.js.map +1 -1
- package/es/components/Table/Table.styles.js +12 -17
- package/es/components/Table/Table.styles.js.map +1 -1
- package/es/components/Table/Table.styles_1eg2zsx.css +11 -0
- package/es/components/Table/Table.tokens.js +1 -9
- package/es/components/Table/Table.tokens.js.map +1 -1
- package/es/components/Table/ui/Cell/Cell.css +22 -24
- package/es/components/Table/ui/Cell/Cell.js.map +1 -1
- package/es/components/Table/ui/Cell/Cell.styles.js +1 -1
- package/es/components/Table/ui/Cell/Cell.styles.js.map +1 -1
- package/es/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
- package/es/components/Table/ui/EditableCell/EditableCell.css +23 -25
- package/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/es/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
- package/es/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
- package/es/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
- package/es/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
- package/es/components/Table/ui/HeadCell/HeadCell.css +22 -24
- package/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
- package/es/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
- package/es/components/Table/ui/HeadCell/HeadCell.styles.js +2 -7
- package/es/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
- package/{cjs/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → es/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
- package/es/engines/linaria.js +4 -2
- package/es/engines/linaria.js.map +1 -1
- package/es/index.css +24 -26
- package/package.json +2 -2
- package/styled-components/cjs/components/Table/Table.js +16 -14
- package/styled-components/cjs/components/Table/Table.styles.js +10 -13
- package/styled-components/cjs/components/Table/Table.tokens.js +1 -9
- package/styled-components/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
- package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +3 -3
- package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
- package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +2 -5
- package/styled-components/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/styled-components/cjs/components/Typography/Typography.template-doc.mdx +16 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
- package/styled-components/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
- package/styled-components/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
- package/styled-components/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
- package/styled-components/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
- package/styled-components/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
- package/styled-components/es/components/Table/Table.js +17 -15
- package/styled-components/es/components/Table/Table.styles.js +9 -12
- package/styled-components/es/components/Table/Table.tokens.js +0 -8
- package/styled-components/es/components/Table/ui/Cell/Cell.styles.js +1 -1
- package/styled-components/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
- package/styled-components/es/components/Table/ui/EditableCell/EditableCell.styles.js +4 -4
- package/styled-components/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
- package/styled-components/es/components/Table/ui/HeadCell/HeadCell.styles.js +1 -4
- package/styled-components/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
- package/styled-components/es/components/Typography/Typography.template-doc.mdx +16 -0
- package/styled-components/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
- package/styled-components/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
- package/styled-components/es/examples/typography/components/Body/Body.stories.tsx +4 -1
- package/styled-components/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
- package/styled-components/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
- package/styled-components/es/examples/typography/components/Text/Text.stories.tsx +4 -1
- package/types/components/Table/Table.d.ts +15 -2
- package/types/components/Table/Table.d.ts.map +1 -1
- package/types/components/Table/Table.styles.d.ts +0 -1
- package/types/components/Table/Table.styles.d.ts.map +1 -1
- package/types/components/Table/Table.tokens.d.ts +0 -8
- package/types/components/Table/Table.tokens.d.ts.map +1 -1
- package/types/components/Table/Table.types.d.ts +1 -11
- package/types/components/Table/Table.types.d.ts.map +1 -1
- package/types/components/Table/ui/Cell/Cell.d.ts +2 -3
- package/types/components/Table/ui/Cell/Cell.d.ts.map +1 -1
- package/types/components/Table/ui/EditableCell/EditableCell.d.ts +1 -12
- package/types/components/Table/ui/EditableCell/EditableCell.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/HeadCell.d.ts +1 -11
- package/types/components/Table/ui/HeadCell/HeadCell.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts +0 -1
- package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts +1 -10
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts.map +1 -1
- package/types/components/Typography/Body/Body.d.ts +2 -2
- package/types/components/Typography/Body/Body.d.ts.map +1 -1
- package/types/components/Typography/Dspl/Dspl.d.ts +2 -2
- package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
- package/types/components/Typography/Heading/Heading.d.ts +2 -2
- package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
- package/types/components/Typography/Text/Text.d.ts +2 -2
- package/types/components/Typography/Text/Text.d.ts.map +1 -1
- package/types/components/Typography/Typography.d.ts +1 -1
- package/types/components/Typography/Typography.d.ts.map +1 -1
- package/types/components/Typography/Typography.types.d.ts +2 -1
- package/types/components/Typography/Typography.types.d.ts.map +1 -1
- package/cjs/components/Table/Table.styles_xngwgy.css +0 -12
- package/cjs/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
- package/emotion/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
- package/emotion/cjs/examples/typography/components/Old/Body/Body.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
- package/emotion/cjs/examples/typography/components/Old/Button/Button.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
- package/emotion/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
- package/emotion/cjs/examples/typography/components/Old/Display/Display.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
- package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
- package/emotion/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
- package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
- package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
- package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
- package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
- package/emotion/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
- package/emotion/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
- package/emotion/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Body/Body.config.js +0 -14
- package/emotion/es/examples/typography/components/Old/Body/Body.js +0 -5
- package/emotion/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Button/Button.config.js +0 -13
- package/emotion/es/examples/typography/components/Old/Button/Button.js +0 -5
- package/emotion/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
- package/emotion/es/examples/typography/components/Old/Caption/Caption.js +0 -5
- package/emotion/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Display/Display.config.js +0 -14
- package/emotion/es/examples/typography/components/Old/Display/Display.js +0 -5
- package/emotion/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
- package/emotion/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
- package/emotion/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
- package/emotion/es/examples/typography/components/Old/Headline/Headline.js +0 -5
- package/emotion/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
- package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
- package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
- package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
- package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
- package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
- package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
- package/emotion/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
- package/emotion/es/examples/typography/components/Old/Underline/Underline.js +0 -5
- package/emotion/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
- package/es/components/Table/Table.styles_xngwgy.css +0 -12
- package/es/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
- package/styled-components/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
- package/styled-components/cjs/examples/typography/components/Old/Body/Body.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
- package/styled-components/cjs/examples/typography/components/Old/Button/Button.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
- package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
- package/styled-components/cjs/examples/typography/components/Old/Display/Display.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
- package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
- package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
- package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
- package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
- package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
- package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
- package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
- package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
- package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Body/Body.config.js +0 -14
- package/styled-components/es/examples/typography/components/Old/Body/Body.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Button/Button.config.js +0 -13
- package/styled-components/es/examples/typography/components/Old/Button/Button.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
- package/styled-components/es/examples/typography/components/Old/Caption/Caption.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Display/Display.config.js +0 -14
- package/styled-components/es/examples/typography/components/Old/Display/Display.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
- package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
- package/styled-components/es/examples/typography/components/Old/Headline/Headline.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
- package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
- package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
- package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
- package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
- package/styled-components/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
- package/styled-components/es/examples/typography/components/Old/Underline/Underline.js +0 -5
- package/styled-components/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
@@ -1,4 +1,4 @@
|
|
1
|
-
var _Resizer;
|
1
|
+
var _IconEditOutline, _Resizer;
|
2
2
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
3
3
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
4
4
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
@@ -12,7 +12,6 @@ import { SELECT_COLUMN_ID } from '../../Table';
|
|
12
12
|
import { useOutsideClick } from '../../../../hooks';
|
13
13
|
import { IconEditOutline, IconResetOutline, IconDoneCircleOutline } from '../../../_Icon';
|
14
14
|
import { getIconSize } from '../HeadCell/HeadCell';
|
15
|
-
import { classes } from '../../Table.tokens';
|
16
15
|
import { ContentWrapper, Td, IconDoneButton, Input, InnerWrapper, InputWrapper, EditModeWrapper, IconResetButton } from './EditableCell.styles';
|
17
16
|
var keys = {
|
18
17
|
Enter: 'Enter',
|
@@ -20,13 +19,12 @@ var keys = {
|
|
20
19
|
Escape: 'Escape'
|
21
20
|
};
|
22
21
|
export var EditableCell = function EditableCell(_ref) {
|
23
|
-
var _table$options$meta;
|
24
22
|
var size = _ref.size,
|
25
|
-
view = _ref.view,
|
26
23
|
cell = _ref.cell,
|
27
24
|
borderVariant = _ref.borderVariant,
|
28
25
|
table = _ref.table,
|
29
|
-
selected = _ref.selected
|
26
|
+
selected = _ref.selected,
|
27
|
+
view = _ref.view;
|
30
28
|
var _useState = useState(cell.getValue()),
|
31
29
|
_useState2 = _slicedToArray(_useState, 2),
|
32
30
|
value = _useState2[0],
|
@@ -35,7 +33,7 @@ export var EditableCell = function EditableCell(_ref) {
|
|
35
33
|
_useState4 = _slicedToArray(_useState3, 2),
|
36
34
|
editingMode = _useState4[0],
|
37
35
|
setEditingMode = _useState4[1];
|
38
|
-
var updateData =
|
36
|
+
var updateData = table.options.meta.updateData;
|
39
37
|
var ref = useOutsideClick(function () {
|
40
38
|
setEditingMode(false);
|
41
39
|
});
|
@@ -52,18 +50,14 @@ export var EditableCell = function EditableCell(_ref) {
|
|
52
50
|
};
|
53
51
|
var handleSubmit = function handleSubmit(e) {
|
54
52
|
e.stopPropagation();
|
55
|
-
|
56
|
-
updateData(cell.row.id, cell.column.id, value);
|
57
|
-
}
|
53
|
+
updateData(cell.row.id, cell.column.id, value);
|
58
54
|
setEditingMode(false);
|
59
55
|
};
|
60
56
|
var handleKeyDown = function handleKeyDown(event) {
|
61
57
|
switch (event.code) {
|
62
58
|
case keys.Enter:
|
63
59
|
{
|
64
|
-
|
65
|
-
updateData(cell.row.id, cell.column.id, value);
|
66
|
-
}
|
60
|
+
updateData(cell.row.id, cell.column.id, value);
|
67
61
|
setEditingMode(false);
|
68
62
|
break;
|
69
63
|
}
|
@@ -103,11 +97,11 @@ export var EditableCell = function EditableCell(_ref) {
|
|
103
97
|
tabIndex: -1
|
104
98
|
}, /*#__PURE__*/React.createElement(IconDoneCircleOutline, {
|
105
99
|
size: getIconSize(size)
|
106
|
-
}))) : /*#__PURE__*/React.createElement(ContentWrapper, null, flexRender(cell.column.columnDef.cell, cell.getContext()), /*#__PURE__*/React.createElement(IconEditOutline, {
|
100
|
+
}))) : /*#__PURE__*/React.createElement(ContentWrapper, null, flexRender(cell.column.columnDef.cell, cell.getContext()), _IconEditOutline || (_IconEditOutline = /*#__PURE__*/React.createElement(IconEditOutline, {
|
107
101
|
size: "xs",
|
108
|
-
className:
|
102
|
+
className: "editIcon",
|
109
103
|
color: "var(--text-secondary)"
|
110
|
-
}))), cell.column.getIsResizing() && (_Resizer || (_Resizer = /*#__PURE__*/React.createElement(Resizer, {
|
104
|
+
})))), cell.column.getIsResizing() && (_Resizer || (_Resizer = /*#__PURE__*/React.createElement(Resizer, {
|
111
105
|
isResizing: true
|
112
106
|
}))));
|
113
107
|
};
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import styled from 'styled-components';
|
2
2
|
import { component, mergeConfig } from '../../../../engines';
|
3
|
-
import { tableTokens as tokens
|
3
|
+
import { tableTokens as tokens } from '../../Table.tokens';
|
4
4
|
import { iconButtonConfig, iconButtonTokens } from '../../../IconButton';
|
5
5
|
var mergedIndicatorConfig = /*#__PURE__*/mergeConfig(iconButtonConfig);
|
6
6
|
var IconButton = /*#__PURE__*/component(mergedIndicatorConfig);
|
7
7
|
export var Td = /*#__PURE__*/styled.td.withConfig({
|
8
8
|
componentId: "plasma-new-hope__sc-1uu72a1-0"
|
9
|
-
})(["position:relative;padding:", ";height:var(", ");border-width:
|
9
|
+
})(["position:relative;padding:", ";height:var(", ");border-width:1px;border-top-width:0;border-style:solid;border-color:", ";border-bottom-color:", ";cursor:pointer;box-sizing:border-box;& .editIcon{opacity:0;}&:hover .editIcon{opacity:1;}"], function (_ref) {
|
10
10
|
var selectionCell = _ref.selectionCell,
|
11
11
|
editingMode = _ref.editingMode;
|
12
12
|
return (
|
@@ -24,7 +24,7 @@ export var Td = /*#__PURE__*/styled.td.withConfig({
|
|
24
24
|
}, function (_ref3) {
|
25
25
|
var borderVariant = _ref3.borderVariant;
|
26
26
|
return borderVariant === 'all' || borderVariant === 'rows' ? "var(".concat(tokens.borderColor, ")") : 'transparent';
|
27
|
-
}
|
27
|
+
});
|
28
28
|
export var InnerWrapper = /*#__PURE__*/styled.div.withConfig({
|
29
29
|
componentId: "plasma-new-hope__sc-1uu72a1-1"
|
30
30
|
})(["display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;"]);
|
@@ -36,7 +36,7 @@ export var EditModeWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
36
36
|
})(["display:flex;align-items:center;justify-content:space-between;gap:var(", ");height:100%;"], tokens.editableCellPadding);
|
37
37
|
export var InputWrapper = /*#__PURE__*/styled.div.withConfig({
|
38
38
|
componentId: "plasma-new-hope__sc-1uu72a1-4"
|
39
|
-
})(["display:flex;align-items:center;height:100%;flex:1;padding:var(", ");background:var(", ");border:
|
39
|
+
})(["display:flex;align-items:center;height:100%;flex:1;padding:var(", ");background:var(", ");border:1px solid var(", ");border-radius:var(", ");box-sizing:border-box;gap:var(", ");"], tokens.editableCellInputPadding, tokens.editableCellInputBackground, tokens.editableCellInputBorderColor, tokens.editableCellInputBorderRadius, tokens.editableCellIconGap);
|
40
40
|
export var Input = /*#__PURE__*/styled.input.withConfig({
|
41
41
|
componentId: "plasma-new-hope__sc-1uu72a1-5"
|
42
42
|
})(["width:auto;border:none;padding:0;background:transparent;outline:none;caret-color:var(--text-accent);font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight);
|
@@ -3,8 +3,7 @@ import React from 'react';
|
|
3
3
|
import { Th, Resizer } from '../../Table.styles';
|
4
4
|
import { IconSwapVert, IconArrowDown, IconArrowUp } from '../../../_Icon';
|
5
5
|
import { SELECT_COLUMN_ID } from '../../Table';
|
6
|
-
import {
|
7
|
-
import { ControlButtons, ThWrapper, IconWrapper } from './HeadCell.styles';
|
6
|
+
import { ControlButtons, ThWrapper } from './HeadCell.styles';
|
8
7
|
import { Filter } from './ui/Filter/Filter';
|
9
8
|
export var getIconSize = function getIconSize(size) {
|
10
9
|
return size === 's' ? 'xs' : 's';
|
@@ -31,22 +30,23 @@ export var HeadCell = function HeadCell(_ref) {
|
|
31
30
|
size: size,
|
32
31
|
outerFiltered: outerFiltered,
|
33
32
|
tableContainerRef: tableContainerRef
|
34
|
-
}), header.column.getCanSort() && /*#__PURE__*/React.createElement(
|
33
|
+
}), header.column.getCanSort() && /*#__PURE__*/React.createElement("span", {
|
34
|
+
style: {
|
35
|
+
lineHeight: 0,
|
36
|
+
cursor: 'pointer',
|
37
|
+
userSelect: 'none'
|
38
|
+
},
|
35
39
|
onClick: header.column.getToggleSortingHandler()
|
36
40
|
}, (_asc$desc = {
|
37
41
|
asc: /*#__PURE__*/React.createElement(IconArrowUp, {
|
38
|
-
size: getIconSize(size)
|
39
|
-
className: classes.sortingAscIcon
|
42
|
+
size: getIconSize(size)
|
40
43
|
}),
|
41
44
|
desc: /*#__PURE__*/React.createElement(IconArrowDown, {
|
42
|
-
size: getIconSize(size)
|
43
|
-
className: classes.sortingDescIcon
|
45
|
+
size: getIconSize(size)
|
44
46
|
})
|
45
47
|
}[header.column.getIsSorted()]) !== null && _asc$desc !== void 0 ? _asc$desc : /*#__PURE__*/React.createElement(IconSwapVert, {
|
46
|
-
size: getIconSize(size)
|
47
|
-
className: classes.sortingDefaultIcon
|
48
|
+
size: getIconSize(size)
|
48
49
|
}))))), header.column.getCanResize() && /*#__PURE__*/React.createElement(Resizer, {
|
49
|
-
className: classes.resizeDivider,
|
50
50
|
onMouseDown: header.getResizeHandler(),
|
51
51
|
onTouchStart: header.getResizeHandler(),
|
52
52
|
isResizing: header.column.getIsResizing()
|
@@ -4,7 +4,4 @@ export var ControlButtons = /*#__PURE__*/styled.div.withConfig({
|
|
4
4
|
})(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
|
5
5
|
export var ThWrapper = /*#__PURE__*/styled.div.withConfig({
|
6
6
|
componentId: "plasma-new-hope__sc-haivw3-1"
|
7
|
-
})(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
|
8
|
-
export var IconWrapper = /*#__PURE__*/styled.div.withConfig({
|
9
|
-
componentId: "plasma-new-hope__sc-haivw3-2"
|
10
|
-
})(["line-height:0;cursor:pointer;user-select:none;"]);
|
7
|
+
})(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
|
@@ -14,7 +14,6 @@ import { useDidMountEffect } from '../../../../../../hooks';
|
|
14
14
|
import { IconFilterFunnel } from '../../../../../_Icon';
|
15
15
|
import { getIconSize } from '../../HeadCell';
|
16
16
|
import { ButtonAccent, LinkButton } from '../../../../Table.styles';
|
17
|
-
import { classes } from '../../../../Table.tokens';
|
18
17
|
import { IconFilterWrapper, StyledIndicator, Select, StyledDivider, ControlPanel } from './Filter.styles';
|
19
18
|
var getSelectWidth = function getSelectWidth(size) {
|
20
19
|
switch (size) {
|
@@ -77,8 +76,7 @@ export var Filter = function Filter(_ref) {
|
|
77
76
|
onChange: setLocalFiltered,
|
78
77
|
renderTarget: function renderTarget() {
|
79
78
|
return /*#__PURE__*/React.createElement(IconFilterWrapper, null, /*#__PURE__*/React.createElement(IconFilterFunnel, {
|
80
|
-
size: getIconSize(size)
|
81
|
-
className: classes.filterIcon
|
79
|
+
size: getIconSize(size)
|
82
80
|
}), filtered.length ? _StyledIndicator || (_StyledIndicator = /*#__PURE__*/React.createElement(StyledIndicator, {
|
83
81
|
size: "s",
|
84
82
|
view: "accent"
|
@@ -23,6 +23,22 @@ title: Typography
|
|
23
23
|
По умолчанию в типографике если текст превышает ширину элемента, то слова будут переноситься по пробелам.
|
24
24
|
Чтобы запретить перенос по пробелам, необходимо установить свойство `noWrap` в значении `true`.
|
25
25
|
|
26
|
+
## Смена тега
|
27
|
+
Если при использовании компонентов необходимо сменить тег, то можно использовать свойство `as`:
|
28
|
+
|
29
|
+
```tsx live
|
30
|
+
import React from 'react';
|
31
|
+
import { BodyM } from '@salutejs/{{ package }}';
|
32
|
+
|
33
|
+
export function App() {
|
34
|
+
return (
|
35
|
+
<BodyM as="h3">
|
36
|
+
BodyM
|
37
|
+
</BodyM>
|
38
|
+
);
|
39
|
+
}
|
40
|
+
```
|
41
|
+
|
26
42
|
## Состав
|
27
43
|
|
28
44
|
### Hero unit
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import React, { useRef, ComponentProps, useState } from 'react';
|
2
2
|
import type { StoryObj, Meta } from '@storybook/react';
|
3
|
-
import { getConfigVariations } from '@salutejs/plasma-sb-utils';
|
4
3
|
|
5
4
|
import { WithTheme } from '../../../_helpers';
|
6
5
|
import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
|
@@ -9,12 +8,12 @@ import { IconButton } from '../IconButton/IconButton';
|
|
9
8
|
import { IconEditOutline } from '../../../../components/_Icon';
|
10
9
|
import { Dropdown } from '../Dropdown/Dropdown';
|
11
10
|
|
12
|
-
import { config } from './Table.config';
|
13
11
|
import { Table } from './Table';
|
14
12
|
|
15
13
|
type StoryTableProps = ComponentProps<typeof Table>;
|
16
14
|
|
17
|
-
const
|
15
|
+
const view = ['default', 'clear'];
|
16
|
+
const size = ['s', 'm', 'l'];
|
18
17
|
const borderVariant = ['rows', 'header', 'all'];
|
19
18
|
|
20
19
|
const meta: Meta<StoryTableProps> = {
|
@@ -24,11 +23,11 @@ const meta: Meta<StoryTableProps> = {
|
|
24
23
|
argTypes: {
|
25
24
|
view: {
|
26
25
|
control: 'select',
|
27
|
-
options:
|
26
|
+
options: view,
|
28
27
|
},
|
29
28
|
size: {
|
30
29
|
control: 'select',
|
31
|
-
options:
|
30
|
+
options: size,
|
32
31
|
},
|
33
32
|
borderVariant: {
|
34
33
|
control: 'select',
|
@@ -515,8 +514,8 @@ const StoryComplex = (args: StoryTableProps) => {
|
|
515
514
|
<Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
|
516
515
|
<Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
|
517
516
|
<Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
|
518
|
-
<Button text="Очистить все" view="
|
519
|
-
<Button text="Добавить строку" view="
|
517
|
+
<Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
|
518
|
+
<Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
|
520
519
|
</ButtonGroup>
|
521
520
|
|
522
521
|
<br />
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import React, { useRef, ComponentProps, useState } from 'react';
|
2
2
|
import type { StoryObj, Meta } from '@storybook/react';
|
3
|
-
import { getConfigVariations } from '@salutejs/plasma-sb-utils';
|
4
3
|
|
5
4
|
import { WithTheme } from '../../../_helpers';
|
6
5
|
import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
|
@@ -8,13 +7,13 @@ import { Button } from '../Button/Button';
|
|
8
7
|
import { IconButton } from '../IconButton/IconButton';
|
9
8
|
import { IconEditOutline } from '../../../../components/_Icon';
|
10
9
|
import { Dropdown } from '../Dropdown/Dropdown';
|
11
|
-
import { config } from '../../../plasma_b2c/components/Table/Table.config';
|
12
10
|
|
13
11
|
import { Table } from './Table';
|
14
12
|
|
15
13
|
type StoryTableProps = ComponentProps<typeof Table>;
|
16
14
|
|
17
|
-
const
|
15
|
+
const view = ['default', 'clear'];
|
16
|
+
const size = ['s', 'm', 'l'];
|
18
17
|
const borderVariant = ['rows', 'header', 'all'];
|
19
18
|
|
20
19
|
const meta: Meta<StoryTableProps> = {
|
@@ -24,11 +23,11 @@ const meta: Meta<StoryTableProps> = {
|
|
24
23
|
argTypes: {
|
25
24
|
view: {
|
26
25
|
control: 'select',
|
27
|
-
options:
|
26
|
+
options: view,
|
28
27
|
},
|
29
28
|
size: {
|
30
29
|
control: 'select',
|
31
|
-
options:
|
30
|
+
options: size,
|
32
31
|
},
|
33
32
|
borderVariant: {
|
34
33
|
control: 'select',
|
@@ -515,8 +514,8 @@ const StoryComplex = (args: StoryTableProps) => {
|
|
515
514
|
<Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
|
516
515
|
<Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
|
517
516
|
<Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
|
518
|
-
<Button text="Очистить все" view="
|
519
|
-
<Button text="Добавить строку" view="
|
517
|
+
<Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
|
518
|
+
<Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
|
520
519
|
</ButtonGroup>
|
521
520
|
|
522
521
|
<br />
|
@@ -9,7 +9,7 @@ import { Body } from './Body';
|
|
9
9
|
import { config } from './Body.config';
|
10
10
|
|
11
11
|
const meta: Meta<typeof Body> = {
|
12
|
-
title: '
|
12
|
+
title: 'typography/Body',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Body,
|
15
15
|
argTypes: {
|
@@ -19,6 +19,9 @@ const meta: Meta<typeof Body> = {
|
|
19
19
|
type: 'color',
|
20
20
|
},
|
21
21
|
},
|
22
|
+
as: {
|
23
|
+
control: 'text',
|
24
|
+
},
|
22
25
|
},
|
23
26
|
args: {
|
24
27
|
noWrap: false,
|
@@ -9,7 +9,7 @@ import { Dspl } from './Dspl';
|
|
9
9
|
import { config } from './Dspl.config';
|
10
10
|
|
11
11
|
const meta: Meta<typeof Dspl> = {
|
12
|
-
title: '
|
12
|
+
title: 'typography/Dspl',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Dspl,
|
15
15
|
argTypes: {
|
@@ -19,6 +19,9 @@ const meta: Meta<typeof Dspl> = {
|
|
19
19
|
type: 'color',
|
20
20
|
},
|
21
21
|
},
|
22
|
+
as: {
|
23
|
+
control: 'text',
|
24
|
+
},
|
22
25
|
},
|
23
26
|
args: {
|
24
27
|
noWrap: false,
|
@@ -9,7 +9,7 @@ import { Heading } from './Heading';
|
|
9
9
|
import { config } from './Heading.config';
|
10
10
|
|
11
11
|
const meta: Meta<typeof Heading> = {
|
12
|
-
title: '
|
12
|
+
title: 'typography/Heading',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Heading,
|
15
15
|
argTypes: {
|
@@ -19,6 +19,9 @@ const meta: Meta<typeof Heading> = {
|
|
19
19
|
type: 'color',
|
20
20
|
},
|
21
21
|
},
|
22
|
+
as: {
|
23
|
+
control: 'text',
|
24
|
+
},
|
22
25
|
},
|
23
26
|
args: {
|
24
27
|
noWrap: false,
|
@@ -9,7 +9,7 @@ import { Text } from './Text';
|
|
9
9
|
import { config } from './Text.config';
|
10
10
|
|
11
11
|
const meta: Meta<typeof Text> = {
|
12
|
-
title: '
|
12
|
+
title: 'typography/Text',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Text,
|
15
15
|
argTypes: {
|
@@ -19,6 +19,9 @@ const meta: Meta<typeof Text> = {
|
|
19
19
|
type: 'color',
|
20
20
|
},
|
21
21
|
},
|
22
|
+
as: {
|
23
|
+
control: 'text',
|
24
|
+
},
|
22
25
|
},
|
23
26
|
args: {
|
24
27
|
noWrap: false,
|
@@ -1,7 +1,20 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import { RowData } from '@tanstack/react-table';
|
2
3
|
import { RootProps } from '../../engines';
|
3
|
-
import { TableProps } from './Table.types';
|
4
|
-
export declare const SELECT_COLUMN_ID = "
|
4
|
+
import { TableProps, TableColumnData } from './Table.types';
|
5
|
+
export declare const SELECT_COLUMN_ID = "select#65768756432";
|
6
|
+
declare module '@tanstack/react-table' {
|
7
|
+
interface ColumnMeta<TData extends RowData, TValue> {
|
8
|
+
filters?: TableColumnData['filters'];
|
9
|
+
enableEditing?: boolean;
|
10
|
+
renderCell?: TableColumnData['renderCell'];
|
11
|
+
}
|
12
|
+
}
|
13
|
+
declare module '@tanstack/react-table' {
|
14
|
+
interface TableMeta<TData extends RowData> {
|
15
|
+
updateData: (rowId: string, columnId: string, value: unknown) => void;
|
16
|
+
}
|
17
|
+
}
|
5
18
|
export declare const tableRoot: (Root: RootProps<HTMLDivElement, TableProps>) => React.ForwardRefExoticComponent<TableProps & React.RefAttributes<HTMLDivElement>>;
|
6
19
|
export declare const tableConfig: {
|
7
20
|
name: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AACrE,OAAO,EASH,OAAO,EAGV,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAG5D,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AAQrD,OAAO,QAAQ,uBAAuB,CAAC;IACnC,UAAU,UAAU,CAAC,KAAK,SAAS,OAAO,EAAE,MAAM;QAC9C,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;QACrC,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,UAAU,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;KAC9C;CACJ;AACD,OAAO,QAAQ,uBAAuB,CAAC;IACnC,UAAU,SAAS,CAAC,KAAK,SAAS,OAAO;QACrC,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;KACzE;CACJ;AAED,eAAO,MAAM,SAAS,SAAU,UAAU,cAAc,EAAE,UAAU,CAAC,sFAyOhE,CAAC;AAEN,eAAO,MAAM,WAAW;;;mBA3OQ,UAAU,cAAc,EAAE,UAAU,CAAC;;;;;;;CAqPpE,CAAC"}
|
@@ -13,7 +13,6 @@ export declare const Thead: import("@linaria/react").StyledComponent<import("rea
|
|
13
13
|
borderVariant: TableProps['borderVariant'];
|
14
14
|
stickyHeader?: boolean | undefined;
|
15
15
|
}>;
|
16
|
-
export declare const Tbody: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & Record<never, unknown>>;
|
17
16
|
export declare const Resizer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
18
17
|
isResizing: boolean;
|
19
18
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.styles.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAe3C,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK;mBAAiC,UAAU,CAAC,eAAe,CAAC;;EAe7E,CAAC;AAEF,eAAO,MAAM,EAAE;;EAGd,CAAC;AAEF,eAAO,MAAM,KAAK;UACR,UAAU,CAAC,MAAM,CAAC;mBACT,UAAU,CAAC,eAAe,CAAC;;EAkB7C,CAAC;AAEF,eAAO,MAAM,
|
1
|
+
{"version":3,"file":"Table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.styles.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAe3C,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK;mBAAiC,UAAU,CAAC,eAAe,CAAC;;EAe7E,CAAC;AAEF,eAAO,MAAM,EAAE;;EAGd,CAAC;AAEF,eAAO,MAAM,KAAK;UACR,UAAU,CAAC,MAAM,CAAC;mBACT,UAAU,CAAC,eAAe,CAAC;;EAkB7C,CAAC;AAEF,eAAO,MAAM,OAAO;gBAA4B,OAAO;EAYtD,CAAC;AAEF,eAAO,MAAM,EAAE;mBAA8B,UAAU,CAAC,eAAe,CAAC;;EAqBvE,CAAC;AAEF,eAAO,MAAM,cAAc,iQAM1B,CAAC;AAEF,eAAO,MAAM,aAAa,8OAIzB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAUlB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAMxB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;qDAatB,CAAC"}
|
@@ -1,11 +1,3 @@
|
|
1
|
-
export declare const classes: {
|
2
|
-
editIcon: string;
|
3
|
-
sortingDefaultIcon: string;
|
4
|
-
sortingAscIcon: string;
|
5
|
-
sortingDescIcon: string;
|
6
|
-
filterIcon: string;
|
7
|
-
resizeDivider: string;
|
8
|
-
};
|
9
1
|
export declare const tableTokens: {
|
10
2
|
fontFamily: string;
|
11
3
|
fontSize: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Table.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,
|
1
|
+
{"version":3,"file":"Table.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC"}
|
@@ -1,15 +1,5 @@
|
|
1
1
|
import type { ReactNode, HTMLAttributes, CSSProperties } from 'react';
|
2
|
-
import {
|
3
|
-
declare module '@tanstack/react-table' {
|
4
|
-
interface TableMeta<TData extends RowData> {
|
5
|
-
updateData: (rowId: string, columnId: string, value: unknown) => void;
|
6
|
-
}
|
7
|
-
interface ColumnMeta<TData extends RowData, TValue> {
|
8
|
-
filters?: TableColumnData['filters'];
|
9
|
-
enableEditing?: boolean;
|
10
|
-
renderCell?: TableColumnData['renderCell'];
|
11
|
-
}
|
12
|
-
}
|
2
|
+
import { RowSelectionState } from '@tanstack/react-table';
|
13
3
|
export declare type TableRowData = {
|
14
4
|
id: string;
|
15
5
|
[key: string]: string | number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Table.types.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtE,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"Table.types.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,oBAAY,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,OAAO,CAAC;IAClE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;CACnF,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAChF,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QACd,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,MAAM,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;KAChC,KAAK,IAAI,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,OAAO,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,OAAO,CAAC;KACjB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
@@ -1,12 +1,11 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { Cell as CellType } from '@tanstack/react-table';
|
3
3
|
import { TableProps, TableRowData } from '../../Table.types';
|
4
|
-
declare type
|
4
|
+
export declare type CellProps = {
|
5
5
|
cell: CellType<TableRowData, unknown>;
|
6
6
|
selected: boolean;
|
7
7
|
borderVariant: TableProps['borderVariant'];
|
8
8
|
view: TableProps['view'];
|
9
9
|
};
|
10
|
-
export declare const Cell: React.FC<
|
11
|
-
export {};
|
10
|
+
export declare const Cell: React.FC<CellProps>;
|
12
11
|
//# sourceMappingURL=Cell.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI7D,
|
1
|
+
{"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI7D,oBAAY,SAAS,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAkBpC,CAAC"}
|
@@ -1,14 +1,3 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
import { TableProps, TableRowData } from '../../Table.types';
|
4
|
-
declare type Props = {
|
5
|
-
size: TableProps['size'];
|
6
|
-
view: TableProps['view'];
|
7
|
-
cell: CellType<TableRowData, unknown>;
|
8
|
-
borderVariant: TableProps['borderVariant'];
|
9
|
-
selected: boolean;
|
10
|
-
table: Table<TableRowData>;
|
11
|
-
};
|
12
|
-
export declare const EditableCell: React.FC<Props>;
|
13
|
-
export {};
|
2
|
+
export declare const EditableCell: React.FC<any>;
|
14
3
|
//# sourceMappingURL=EditableCell.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"EditableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"EditableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0BxC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA0FtC,CAAC"}
|
@@ -1,14 +1,4 @@
|
|
1
|
-
import { Header } from '@tanstack/react-table';
|
2
1
|
import React from 'react';
|
3
|
-
import { TableProps, TableRowData } from '../../Table.types';
|
4
2
|
export declare const getIconSize: (size?: string | undefined) => "s" | "xs";
|
5
|
-
declare
|
6
|
-
borderVariant: TableProps['borderVariant'];
|
7
|
-
size: TableProps['size'];
|
8
|
-
header: Header<TableRowData, unknown>;
|
9
|
-
outerFiltered: TableProps['filtered'];
|
10
|
-
tableContainerRef: React.RefObject<HTMLDivElement>;
|
11
|
-
};
|
12
|
-
export declare const HeadCell: React.FC<Props>;
|
13
|
-
export {};
|
3
|
+
export declare const HeadCell: React.FC<any>;
|
14
4
|
//# sourceMappingURL=HeadCell.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"HeadCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"HeadCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,eAAO,MAAM,WAAW,2CAEvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA0DlC,CAAC"}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
export declare const ControlButtons: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
3
3
|
export declare const ThWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
4
|
-
export declare const IconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
5
4
|
//# sourceMappingURL=HeadCell.styles.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"HeadCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,qKAK1B,CAAC;AAEF,eAAO,MAAM,SAAS,qKAKrB,CAAC
|
1
|
+
{"version":3,"file":"HeadCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,qKAK1B,CAAC;AAEF,eAAO,MAAM,SAAS,qKAKrB,CAAC"}
|
@@ -1,12 +1,3 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
import { TableProps, TableRowData } from '../../../../Table.types';
|
4
|
-
declare type Props = {
|
5
|
-
header: Header<TableRowData, unknown>;
|
6
|
-
size: TableProps['size'];
|
7
|
-
outerFiltered: TableProps['filtered'];
|
8
|
-
tableContainerRef: React.RefObject<HTMLDivElement>;
|
9
|
-
};
|
10
|
-
export declare const Filter: React.FC<Props>;
|
11
|
-
export {};
|
2
|
+
export declare const Filter: React.FC<any>;
|
12
3
|
//# sourceMappingURL=Filter.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Table/ui/HeadCell/ui/Filter/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Table/ui/HeadCell/ui/Filter/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAiCxC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA4DhC,CAAC"}
|
@@ -5,7 +5,7 @@ export declare const bodyRoot: (Root: import("../../..").RootProps<HTMLDivElemen
|
|
5
5
|
noWrap?: boolean | undefined;
|
6
6
|
breakWord?: boolean | undefined;
|
7
7
|
color?: string | undefined;
|
8
|
-
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
8
|
+
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
9
9
|
export declare const bodyConfig: {
|
10
10
|
name: string;
|
11
11
|
tag: string;
|
@@ -13,7 +13,7 @@ export declare const bodyConfig: {
|
|
13
13
|
noWrap?: boolean | undefined;
|
14
14
|
breakWord?: boolean | undefined;
|
15
15
|
color?: string | undefined;
|
16
|
-
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
16
|
+
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
17
17
|
base: import("@linaria/core").LinariaClassName;
|
18
18
|
variations: {
|
19
19
|
size: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;iNAA0B,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
|
@@ -5,7 +5,7 @@ export declare const dsplRoot: (Root: import("../../..").RootProps<HTMLDivElemen
|
|
5
5
|
noWrap?: boolean | undefined;
|
6
6
|
breakWord?: boolean | undefined;
|
7
7
|
color?: string | undefined;
|
8
|
-
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
8
|
+
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
9
9
|
export declare const dsplConfig: {
|
10
10
|
name: string;
|
11
11
|
tag: string;
|
@@ -13,7 +13,7 @@ export declare const dsplConfig: {
|
|
13
13
|
noWrap?: boolean | undefined;
|
14
14
|
breakWord?: boolean | undefined;
|
15
15
|
color?: string | undefined;
|
16
|
-
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
16
|
+
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
17
17
|
base: import("@linaria/core").LinariaClassName;
|
18
18
|
variations: {
|
19
19
|
size: {
|