@salutejs/plasma-new-hope 0.317.0-dev.0 → 0.318.0-canary.1888.14216501427.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.
Files changed (126) hide show
  1. package/cjs/components/Table/Table.css +24 -22
  2. package/cjs/components/Table/Table.js +11 -16
  3. package/cjs/components/Table/Table.js.map +1 -1
  4. package/cjs/components/Table/Table.styles.js +17 -11
  5. package/cjs/components/Table/Table.styles.js.map +1 -1
  6. package/cjs/components/Table/Table.styles_xngwgy.css +12 -0
  7. package/cjs/components/Table/Table.tokens.js +9 -0
  8. package/cjs/components/Table/Table.tokens.js.map +1 -1
  9. package/cjs/components/Table/ui/Cell/Cell.css +24 -22
  10. package/cjs/components/Table/ui/Cell/Cell.js.map +1 -1
  11. package/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  12. package/cjs/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  13. package/cjs/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +1 -0
  14. package/cjs/components/Table/ui/EditableCell/EditableCell.css +25 -23
  15. package/cjs/components/Table/ui/EditableCell/EditableCell.js +15 -9
  16. package/cjs/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  17. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  18. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  19. package/{es/components/Table/ui/EditableCell/EditableCell.styles_277bjm.css → cjs/components/Table/ui/EditableCell/EditableCell.styles_1g3clv2.css} +3 -3
  20. package/cjs/components/Table/ui/HeadCell/HeadCell.css +24 -22
  21. package/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  23. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +7 -1
  24. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  25. package/{es/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css → cjs/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css} +1 -0
  26. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +24 -22
  27. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  28. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  29. package/cjs/index.css +26 -24
  30. package/emotion/cjs/components/Table/Table.js +14 -16
  31. package/emotion/cjs/components/Table/Table.styles.js +20 -16
  32. package/emotion/cjs/components/Table/Table.tokens.js +9 -1
  33. package/emotion/cjs/components/Table/ui/Cell/Cell.styles.js +2 -2
  34. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.js +15 -9
  35. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +9 -9
  36. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  37. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +17 -5
  38. package/emotion/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  39. package/emotion/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +7 -6
  40. package/emotion/cjs/examples/plasma_web/components/Table/Table.stories.tsx +7 -6
  41. package/emotion/es/components/Table/Table.js +15 -17
  42. package/emotion/es/components/Table/Table.styles.js +19 -15
  43. package/emotion/es/components/Table/Table.tokens.js +8 -0
  44. package/emotion/es/components/Table/ui/Cell/Cell.styles.js +2 -2
  45. package/emotion/es/components/Table/ui/EditableCell/EditableCell.js +15 -9
  46. package/emotion/es/components/Table/ui/EditableCell/EditableCell.styles.js +10 -10
  47. package/emotion/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  48. package/emotion/es/components/Table/ui/HeadCell/HeadCell.styles.js +16 -4
  49. package/emotion/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  50. package/emotion/es/examples/plasma_b2c/components/Table/Table.stories.tsx +7 -6
  51. package/emotion/es/examples/plasma_web/components/Table/Table.stories.tsx +7 -6
  52. package/es/components/Table/Table.css +24 -22
  53. package/es/components/Table/Table.js +13 -18
  54. package/es/components/Table/Table.js.map +1 -1
  55. package/es/components/Table/Table.styles.js +17 -12
  56. package/es/components/Table/Table.styles.js.map +1 -1
  57. package/es/components/Table/Table.styles_xngwgy.css +12 -0
  58. package/es/components/Table/Table.tokens.js +9 -1
  59. package/es/components/Table/Table.tokens.js.map +1 -1
  60. package/es/components/Table/ui/Cell/Cell.css +24 -22
  61. package/es/components/Table/ui/Cell/Cell.js.map +1 -1
  62. package/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  63. package/es/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  64. package/es/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +1 -0
  65. package/es/components/Table/ui/EditableCell/EditableCell.css +25 -23
  66. package/es/components/Table/ui/EditableCell/EditableCell.js +15 -9
  67. package/es/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  68. package/es/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  69. package/es/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  70. package/{cjs/components/Table/ui/EditableCell/EditableCell.styles_277bjm.css → es/components/Table/ui/EditableCell/EditableCell.styles_1g3clv2.css} +3 -3
  71. package/es/components/Table/ui/HeadCell/HeadCell.css +24 -22
  72. package/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  73. package/es/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  74. package/es/components/Table/ui/HeadCell/HeadCell.styles.js +7 -2
  75. package/es/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  76. package/{cjs/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css → es/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css} +1 -0
  77. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +24 -22
  78. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  79. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  80. package/es/index.css +26 -24
  81. package/package.json +2 -2
  82. package/styled-components/cjs/components/Table/Table.js +14 -16
  83. package/styled-components/cjs/components/Table/Table.styles.js +13 -10
  84. package/styled-components/cjs/components/Table/Table.tokens.js +9 -1
  85. package/styled-components/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  86. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.js +15 -9
  87. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +4 -4
  88. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  89. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +5 -2
  90. package/styled-components/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  91. package/styled-components/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +7 -6
  92. package/styled-components/cjs/examples/plasma_web/components/Table/Table.stories.tsx +7 -6
  93. package/styled-components/es/components/Table/Table.js +15 -17
  94. package/styled-components/es/components/Table/Table.styles.js +12 -9
  95. package/styled-components/es/components/Table/Table.tokens.js +8 -0
  96. package/styled-components/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  97. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.js +15 -9
  98. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  99. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  100. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.styles.js +4 -1
  101. package/styled-components/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +3 -1
  102. package/styled-components/es/examples/plasma_b2c/components/Table/Table.stories.tsx +7 -6
  103. package/styled-components/es/examples/plasma_web/components/Table/Table.stories.tsx +7 -6
  104. package/types/components/Table/Table.d.ts +2 -15
  105. package/types/components/Table/Table.d.ts.map +1 -1
  106. package/types/components/Table/Table.styles.d.ts +1 -0
  107. package/types/components/Table/Table.styles.d.ts.map +1 -1
  108. package/types/components/Table/Table.tokens.d.ts +8 -0
  109. package/types/components/Table/Table.tokens.d.ts.map +1 -1
  110. package/types/components/Table/Table.types.d.ts +11 -1
  111. package/types/components/Table/Table.types.d.ts.map +1 -1
  112. package/types/components/Table/ui/Cell/Cell.d.ts +3 -2
  113. package/types/components/Table/ui/Cell/Cell.d.ts.map +1 -1
  114. package/types/components/Table/ui/EditableCell/EditableCell.d.ts +12 -1
  115. package/types/components/Table/ui/EditableCell/EditableCell.d.ts.map +1 -1
  116. package/types/components/Table/ui/EditableCell/EditableCell.styles.d.ts.map +1 -1
  117. package/types/components/Table/ui/HeadCell/HeadCell.d.ts +11 -1
  118. package/types/components/Table/ui/HeadCell/HeadCell.d.ts.map +1 -1
  119. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts +1 -0
  120. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts.map +1 -1
  121. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts +10 -1
  122. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts.map +1 -1
  123. package/cjs/components/Table/Table.styles_1eg2zsx.css +0 -11
  124. package/cjs/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +0 -1
  125. package/es/components/Table/Table.styles_1eg2zsx.css +0 -11
  126. package/es/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +0 -1
@@ -1,5 +1,6 @@
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';
3
4
 
4
5
  import { WithTheme } from '../../../_helpers';
5
6
  import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
@@ -8,12 +9,12 @@ import { IconButton } from '../IconButton/IconButton';
8
9
  import { IconEditOutline } from '../../../../components/_Icon';
9
10
  import { Dropdown } from '../Dropdown/Dropdown';
10
11
 
12
+ import { config } from './Table.config';
11
13
  import { Table } from './Table';
12
14
 
13
15
  type StoryTableProps = ComponentProps<typeof Table>;
14
16
 
15
- const view = ['default', 'clear'];
16
- const size = ['s', 'm', 'l'];
17
+ const { views, sizes } = getConfigVariations(config);
17
18
  const borderVariant = ['rows', 'header', 'all'];
18
19
 
19
20
  const meta: Meta<StoryTableProps> = {
@@ -23,11 +24,11 @@ const meta: Meta<StoryTableProps> = {
23
24
  argTypes: {
24
25
  view: {
25
26
  control: 'select',
26
- options: view,
27
+ options: views,
27
28
  },
28
29
  size: {
29
30
  control: 'select',
30
- options: size,
31
+ options: sizes,
31
32
  },
32
33
  borderVariant: {
33
34
  control: 'select',
@@ -514,8 +515,8 @@ const StoryComplex = (args: StoryTableProps) => {
514
515
  <Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
515
516
  <Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
516
517
  <Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
517
- <Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
518
- <Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
518
+ <Button text="Очистить все" view="negative" size="xs" onClick={clearAll} />
519
+ <Button text="Добавить строку" view="positive" size="xs" onClick={addRow} />
519
520
  </ButtonGroup>
520
521
 
521
522
  <br />
@@ -1,5 +1,6 @@
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';
3
4
 
4
5
  import { WithTheme } from '../../../_helpers';
5
6
  import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
@@ -7,13 +8,13 @@ import { Button } from '../Button/Button';
7
8
  import { IconButton } from '../IconButton/IconButton';
8
9
  import { IconEditOutline } from '../../../../components/_Icon';
9
10
  import { Dropdown } from '../Dropdown/Dropdown';
11
+ import { config } from '../../../plasma_b2c/components/Table/Table.config';
10
12
 
11
13
  import { Table } from './Table';
12
14
 
13
15
  type StoryTableProps = ComponentProps<typeof Table>;
14
16
 
15
- const view = ['default', 'clear'];
16
- const size = ['s', 'm', 'l'];
17
+ const { views, sizes } = getConfigVariations(config);
17
18
  const borderVariant = ['rows', 'header', 'all'];
18
19
 
19
20
  const meta: Meta<StoryTableProps> = {
@@ -23,11 +24,11 @@ const meta: Meta<StoryTableProps> = {
23
24
  argTypes: {
24
25
  view: {
25
26
  control: 'select',
26
- options: view,
27
+ options: views,
27
28
  },
28
29
  size: {
29
30
  control: 'select',
30
- options: size,
31
+ options: sizes,
31
32
  },
32
33
  borderVariant: {
33
34
  control: 'select',
@@ -514,8 +515,8 @@ const StoryComplex = (args: StoryTableProps) => {
514
515
  <Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
515
516
  <Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
516
517
  <Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
517
- <Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
518
- <Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
518
+ <Button text="Очистить все" view="negative" size="xs" onClick={clearAll} />
519
+ <Button text="Добавить строку" view="positive" size="xs" onClick={addRow} />
519
520
  </ButtonGroup>
520
521
 
521
522
  <br />
@@ -1,20 +1,7 @@
1
1
  import React from 'react';
2
- import { RowData } from '@tanstack/react-table';
3
2
  import { RootProps } from '../../engines';
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
- }
3
+ import { TableProps } from './Table.types';
4
+ export declare const SELECT_COLUMN_ID = "SELECT_COLUMN_UNIQUE_ID";
18
5
  export declare const tableRoot: (Root: RootProps<HTMLDivElement, TableProps>) => React.ForwardRefExoticComponent<TableProps & React.RefAttributes<HTMLDivElement>>;
19
6
  export declare const tableConfig: {
20
7
  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;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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAerE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAgB,MAAM,eAAe,CAAC;AASzD,eAAO,MAAM,gBAAgB,4BAA4B,CAAC;AAE1D,eAAO,MAAM,SAAS,SAAU,UAAU,cAAc,EAAE,UAAU,CAAC,sFAiOhE,CAAC;AAEN,eAAO,MAAM,WAAW;;;mBAnOQ,UAAU,cAAc,EAAE,UAAU,CAAC;;;;;;;CA6OpE,CAAC"}
@@ -13,6 +13,7 @@ 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>>;
16
17
  export declare const Resizer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
17
18
  isResizing: boolean;
18
19
  }>;
@@ -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,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
+ {"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,KAAK,uLAAiB,CAAC;AAEpC,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,3 +1,11 @@
1
+ export declare const classes: {
2
+ editIcon: string;
3
+ sortingDefaultIcon: string;
4
+ sortingAscIcon: string;
5
+ sortingDescIcon: string;
6
+ filterIcon: string;
7
+ resizeDivider: string;
8
+ };
1
9
  export declare const tableTokens: {
2
10
  fontFamily: string;
3
11
  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,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC"}
1
+ {"version":3,"file":"Table.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;CAOnB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC"}
@@ -1,5 +1,15 @@
1
1
  import type { ReactNode, HTMLAttributes, CSSProperties } from 'react';
2
- import { RowSelectionState } from '@tanstack/react-table';
2
+ import { RowData, RowSelectionState } from '@tanstack/react-table';
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
+ }
3
13
  export declare type TableRowData = {
4
14
  id: string;
5
15
  [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,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
+ {"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,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEnE,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;IACD,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;AAED,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,11 +1,12 @@
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
- export declare type CellProps = {
4
+ declare type Props = {
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<CellProps>;
10
+ export declare const Cell: React.FC<Props>;
11
+ export {};
11
12
  //# 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,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
+ {"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,aAAK,KAAK,GAAG;IACT,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,KAAK,CAkBhC,CAAC"}
@@ -1,3 +1,14 @@
1
1
  import React from 'react';
2
- export declare const EditableCell: React.FC<any>;
2
+ import { Table, Cell as CellType } from '@tanstack/react-table';
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 {};
3
14
  //# 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;AA0BxC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA0FtC,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;AACxC,OAAO,EAAc,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQ5E,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAmB7D,aAAK,KAAK,GAAG;IACT,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAgGxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditableCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.styles.ts"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAO/C,eAAO,MAAM,EAAE;mBACI,UAAU,CAAC,eAAe,CAAC;iBAC7B,OAAO;;;WAGb,UAAU,CAAC,MAAM,CAAC;EAiC5B,CAAC;AAEF,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,cAAc,qKAI1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAM3B,CAAC;AAEF,eAAO,MAAM,YAAY,qKAWxB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAcjB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG1B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG3B,CAAC"}
1
+ {"version":3,"file":"EditableCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.styles.ts"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAO/C,eAAO,MAAM,EAAE;mBACI,UAAU,CAAC,eAAe,CAAC;iBAC7B,OAAO;;;WAGb,UAAU,CAAC,MAAM,CAAC;EAiC5B,CAAC;AAEF,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,cAAc,qKAI1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAM3B,CAAC;AAEF,eAAO,MAAM,YAAY,qKAWxB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAejB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG1B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG3B,CAAC"}
@@ -1,4 +1,14 @@
1
+ import { Header } from '@tanstack/react-table';
1
2
  import React from 'react';
3
+ import { TableProps, TableRowData } from '../../Table.types';
2
4
  export declare const getIconSize: (size?: string | undefined) => "s" | "xs";
3
- export declare const HeadCell: React.FC<any>;
5
+ declare type Props = {
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 {};
4
14
  //# 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":"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
+ {"version":3,"file":"HeadCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAM7D,eAAO,MAAM,WAAW,2CAEvB,CAAC;AAEF,aAAK,KAAK,GAAG;IACT,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;IACtC,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAiEpC,CAAC"}
@@ -1,4 +1,5 @@
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>>;
4
5
  //# 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;AAEF,eAAO,MAAM,WAAW,qKAIvB,CAAC"}
@@ -1,3 +1,12 @@
1
1
  import React from 'react';
2
- export declare const Filter: React.FC<any>;
2
+ import { Header } from '@tanstack/react-table';
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 {};
3
12
  //# 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;AAiCxC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA4DhC,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;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAM/C,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AA6BnE,aAAK,KAAK,GAAG;IACT,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;IACtC,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA4DlC,CAAC"}
@@ -1,11 +0,0 @@
1
- .b1lxisuf{display:inline-block;overflow-y:auto;}
2
- .t15d4jbz{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--plasma-table-font-family);font-size:var(--plasma-table-font-size);font-style:var(--plasma-table-font-style);font-weight:var(--plasma-table-font-weight);-webkit-letter-spacing:var(--plasma-table-letter-spacing);-moz-letter-spacing:var(--plasma-table-letter-spacing);-ms-letter-spacing:var(--plasma-table-letter-spacing);letter-spacing:var(--plasma-table-letter-spacing);line-height:var(--plasma-table-line-height);border-collapse:collapse;border-width:0;border-style:solid;border-color:var(--t15d4jbz-0);}
3
- .t1ri3no5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--t1ri3no5-0);}
4
- .t1uk535o{position:var(--t1uk535o-0);top:0;background:var(--t1uk535o-1);z-index:1;box-shadow:var(--t1uk535o-2);}.t1uk535o .t1ri3no5{background:transparent;}
5
- .r1ezol8{display:var(--r1ezol8-0);position:absolute;z-index:1;top:-1px;bottom:0;right:-2px;width:0.1875rem;background:var(--outline-accent);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;}
6
- .t18b5m0z{padding:var(--t18b5m0z-0);position:relative;font-weight:600;text-align:left;height:var(--plasma-table-header-row-height);background-color:transparent;color:inherit;border-width:1px;border-top-width:0;border-bottom-width:0;border-style:solid;border-color:var(--t18b5m0z-1);}.t18b5m0z:hover .r1ezol8{display:block;}
7
- .sedz16{--plasma-checkbox-trigger-size:var(--plasma-table-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-table-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-trigger-border-color:var(--text-secondary);}
8
- .s3mgb7q{--plasma-divider-base-side-size:0.0625rem;--plasma-divider-background:var(--surface-transparent-tertiary);--plasma-divider-border-radius:0.0625rem;}
9
- .b177cehz{--plasma-button-height:var(--plasma-table-button-height);--plasma-button-disabled-opacity:0.4;--plasma-button-font-family:var(--plasma-table-button-font-family);--plasma-button-font-size:var(--plasma-table-button-font-size);--plasma-button-font-style:var(--plasma-table-button-font-style);--plasma-button-font-weight:var(--plasma-table-button-font-weight);--plasma-button-letter-spacing:var(--plasma-table-button-letter-spacing);--plasma-button-line-height:var(--plasma-table-button-line-height);}
10
- .beus4rw.b177cehz{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-background-color-active:var(--surface-accent-active);}
11
- .lfybxxj{--plasma-link-button-color:var(--text-primary);--plasma-link-button-background-color:var(--surface-transparent-clear);--plasma-link-button-color-hover:var(--text-primary-hover);--plasma-link-button-color-active:var(--text-primary-active);--plasma-link-button-focus-color:var(--surface-accent);--plasma-link-button-font-family:var(--plasma-table-link-button-font-family);--plasma-link-button-font-size:var(--plasma-table-link-button-font-size);--plasma-link-button-font-style:var(--plasma-table-link-button-font-style);--plasma-link-button-font-weight:var(--plasma-table-link-button-font-weight);--plasma-link-button-letter-spacing:var(--plasma-table-link-button-letter-spacing);--plasma-link-button-line-height:var(--plasma-table-link-button-line-height);}
@@ -1 +0,0 @@
1
- .tv72tnk{position:relative;padding:var(--tv72tnk-0);height:var(--plasma-table-row-height);border-width:1px;border-top-width:0;border-style:solid;border-color:var(--tv72tnk-1);border-bottom-color:var(--tv72tnk-2);box-sizing:border-box;}
@@ -1,11 +0,0 @@
1
- .b1lxisuf{display:inline-block;overflow-y:auto;}
2
- .t15d4jbz{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--plasma-table-font-family);font-size:var(--plasma-table-font-size);font-style:var(--plasma-table-font-style);font-weight:var(--plasma-table-font-weight);-webkit-letter-spacing:var(--plasma-table-letter-spacing);-moz-letter-spacing:var(--plasma-table-letter-spacing);-ms-letter-spacing:var(--plasma-table-letter-spacing);letter-spacing:var(--plasma-table-letter-spacing);line-height:var(--plasma-table-line-height);border-collapse:collapse;border-width:0;border-style:solid;border-color:var(--t15d4jbz-0);}
3
- .t1ri3no5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--t1ri3no5-0);}
4
- .t1uk535o{position:var(--t1uk535o-0);top:0;background:var(--t1uk535o-1);z-index:1;box-shadow:var(--t1uk535o-2);}.t1uk535o .t1ri3no5{background:transparent;}
5
- .r1ezol8{display:var(--r1ezol8-0);position:absolute;z-index:1;top:-1px;bottom:0;right:-2px;width:0.1875rem;background:var(--outline-accent);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;}
6
- .t18b5m0z{padding:var(--t18b5m0z-0);position:relative;font-weight:600;text-align:left;height:var(--plasma-table-header-row-height);background-color:transparent;color:inherit;border-width:1px;border-top-width:0;border-bottom-width:0;border-style:solid;border-color:var(--t18b5m0z-1);}.t18b5m0z:hover .r1ezol8{display:block;}
7
- .sedz16{--plasma-checkbox-trigger-size:var(--plasma-table-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-table-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-trigger-border-color:var(--text-secondary);}
8
- .s3mgb7q{--plasma-divider-base-side-size:0.0625rem;--plasma-divider-background:var(--surface-transparent-tertiary);--plasma-divider-border-radius:0.0625rem;}
9
- .b177cehz{--plasma-button-height:var(--plasma-table-button-height);--plasma-button-disabled-opacity:0.4;--plasma-button-font-family:var(--plasma-table-button-font-family);--plasma-button-font-size:var(--plasma-table-button-font-size);--plasma-button-font-style:var(--plasma-table-button-font-style);--plasma-button-font-weight:var(--plasma-table-button-font-weight);--plasma-button-letter-spacing:var(--plasma-table-button-letter-spacing);--plasma-button-line-height:var(--plasma-table-button-line-height);}
10
- .beus4rw.b177cehz{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-background-color-active:var(--surface-accent-active);}
11
- .lfybxxj{--plasma-link-button-color:var(--text-primary);--plasma-link-button-background-color:var(--surface-transparent-clear);--plasma-link-button-color-hover:var(--text-primary-hover);--plasma-link-button-color-active:var(--text-primary-active);--plasma-link-button-focus-color:var(--surface-accent);--plasma-link-button-font-family:var(--plasma-table-link-button-font-family);--plasma-link-button-font-size:var(--plasma-table-link-button-font-size);--plasma-link-button-font-style:var(--plasma-table-link-button-font-style);--plasma-link-button-font-weight:var(--plasma-table-link-button-font-weight);--plasma-link-button-letter-spacing:var(--plasma-table-link-button-letter-spacing);--plasma-link-button-line-height:var(--plasma-table-link-button-line-height);}
@@ -1 +0,0 @@
1
- .tv72tnk{position:relative;padding:var(--tv72tnk-0);height:var(--plasma-table-row-height);border-width:1px;border-top-width:0;border-style:solid;border-color:var(--tv72tnk-1);border-bottom-color:var(--tv72tnk-2);box-sizing:border-box;}