@sebgroup/green-core 3.9.0 → 3.11.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/assets/icons/regular/arrow-box-left-alt.svg +1 -1
- package/assets/icons/regular/arrow-box-left.svg +1 -1
- package/assets/icons/regular/arrow-box-right.svg +1 -1
- package/assets/icons/regular/arrow-inbox.svg +1 -1
- package/assets/icons/regular/arrow-out-of-box.svg +1 -1
- package/assets/icons/regular/arrow-split.svg +1 -1
- package/assets/icons/regular/arrow-wall-left.svg +1 -1
- package/assets/icons/regular/arrow-wall-right.svg +1 -1
- package/assets/icons/regular/arrow-wall-up.svg +1 -1
- package/assets/icons/regular/bookmark-remove.svg +1 -1
- package/assets/icons/regular/cloud-download.svg +1 -1
- package/assets/icons/regular/cloud-upload.svg +1 -1
- package/assets/icons/regular/file-bend.svg +1 -1
- package/assets/icons/regular/file-chart.svg +1 -1
- package/assets/icons/regular/file-text.svg +1 -1
- package/assets/icons/regular/files.svg +1 -1
- package/assets/icons/regular/lab.svg +1 -1
- package/assets/icons/regular/minimize.svg +1 -1
- package/assets/icons/regular/money-hand.svg +1 -1
- package/assets/icons/regular/newspaper.svg +1 -0
- package/assets/icons/regular/pension.svg +1 -1
- package/assets/icons/regular/people-add.svg +1 -1
- package/assets/icons/regular/people-added.svg +1 -1
- package/assets/icons/regular/people-circle.svg +1 -1
- package/assets/icons/regular/people-remove.svg +1 -1
- package/assets/icons/regular/printer.svg +1 -1
- package/assets/icons/regular/sort-ascending.svg +1 -1
- package/assets/icons/regular/sort-descending.svg +1 -1
- package/assets/icons/regular/square-arrow-top-right.svg +1 -1
- package/assets/icons/regular/warning-sign.svg +1 -1
- package/assets/icons/solid/newspaper.svg +3 -0
- package/components/card/card.styles.js +1 -0
- package/components/icon/icons/arrow-box-left-alt.component.js +1 -1
- package/components/icon/icons/arrow-box-left.component.js +1 -1
- package/components/icon/icons/arrow-box-right.component.js +1 -1
- package/components/icon/icons/arrow-inbox.component.js +1 -1
- package/components/icon/icons/arrow-out-of-box.component.js +1 -1
- package/components/icon/icons/arrow-split.component.js +1 -1
- package/components/icon/icons/arrow-wall-left.component.js +1 -1
- package/components/icon/icons/arrow-wall-right.component.js +1 -1
- package/components/icon/icons/arrow-wall-up.component.js +1 -1
- package/components/icon/icons/bookmark-remove.component.js +1 -1
- package/components/icon/icons/cloud-download.component.js +1 -1
- package/components/icon/icons/cloud-upload.component.js +1 -1
- package/components/icon/icons/file-bend.component.js +1 -1
- package/components/icon/icons/file-chart.component.js +1 -1
- package/components/icon/icons/file-text.component.js +1 -1
- package/components/icon/icons/files.component.js +1 -1
- package/components/icon/icons/index.d.ts +1 -0
- package/components/icon/icons/index.js +1 -0
- package/components/icon/icons/lab.component.js +1 -1
- package/components/icon/icons/minimize.component.js +1 -1
- package/components/icon/icons/money-hand.component.js +1 -1
- package/components/icon/icons/newspaper.component.d.ts +18 -0
- package/components/icon/icons/newspaper.component.js +25 -0
- package/components/icon/icons/newspaper.d.ts +2 -0
- package/components/icon/icons/newspaper.js +6 -0
- package/components/icon/icons/pension.component.js +1 -1
- package/components/icon/icons/people-add.component.js +1 -1
- package/components/icon/icons/people-added.component.js +1 -1
- package/components/icon/icons/people-circle.component.js +1 -1
- package/components/icon/icons/people-remove.component.js +1 -1
- package/components/icon/icons/printer.component.js +1 -1
- package/components/icon/icons/pure.d.ts +1 -0
- package/components/icon/icons/pure.js +1 -0
- package/components/icon/icons/sort-ascending.component.js +1 -1
- package/components/icon/icons/sort-descending.component.js +1 -1
- package/components/icon/icons/square-arrow-top-right.component.js +1 -1
- package/components/icon/icons/warning-sign.component.js +1 -1
- package/components/table/table.component.d.ts +27 -7
- package/components/table/table.component.js +730 -101
- package/components/table/table.imports.js +8 -0
- package/components/table/table.stories.data.d.ts +8 -5
- package/components/table/table.stories.data.js +705 -31
- package/components/table/table.styles.js +409 -189
- package/components/table/table.types.d.ts +97 -11
- package/custom-elements.json +19661 -18968
- package/gds-element.js +1 -1
- package/generated/locales/da.d.ts +4 -1
- package/generated/locales/da.js +4 -1
- package/generated/locales/de.d.ts +4 -1
- package/generated/locales/de.js +4 -1
- package/generated/locales/fi.d.ts +4 -1
- package/generated/locales/fi.js +4 -1
- package/generated/locales/fr.d.ts +4 -1
- package/generated/locales/fr.js +4 -1
- package/generated/locales/it.d.ts +4 -1
- package/generated/locales/it.js +4 -1
- package/generated/locales/nl.d.ts +4 -1
- package/generated/locales/nl.js +4 -1
- package/generated/locales/no.d.ts +4 -1
- package/generated/locales/no.js +4 -1
- package/generated/locales/sv.d.ts +4 -1
- package/generated/locales/sv.js +4 -1
- package/generated/mcp/components.json +1 -1
- package/generated/mcp/icon-newspaper/angular.md +15 -0
- package/generated/mcp/icon-newspaper/api.md +31 -0
- package/generated/mcp/icon-newspaper/index.json +8 -0
- package/generated/mcp/icon-newspaper/react.md +15 -0
- package/generated/mcp/icons.json +13 -1
- package/generated/mcp/index.json +1 -1
- package/generated/mcp/table/angular.md +1 -0
- package/generated/mcp/table/api.md +32 -2
- package/generated/mcp/table/react.md +1 -0
- package/generated/mcp/tokens.json +1 -1
- package/generated/react/icons/icon-newspaper/index.d.ts +672 -0
- package/generated/react/icons/icon-newspaper/index.js +14 -0
- package/generated/react/index.d.ts +6 -5
- package/generated/react/index.js +6 -5
- package/generated/react/table/index.d.ts +10 -4
- package/package.json +2 -1
- package/shared-styles/rbcb-toggle.style.js +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
|
@@ -12,6 +12,10 @@ import {
|
|
|
12
12
|
GdsLink,
|
|
13
13
|
GdsMenuItem,
|
|
14
14
|
GdsText,
|
|
15
|
+
IconChevronBottom,
|
|
16
|
+
IconChevronGrabberVertical,
|
|
17
|
+
IconChevronGrabberVerticalReversed,
|
|
18
|
+
IconChevronTop,
|
|
15
19
|
IconCopy,
|
|
16
20
|
IconCrossSmall,
|
|
17
21
|
IconDotGridOneHorizontal,
|
|
@@ -47,6 +51,10 @@ const Dependencies = [
|
|
|
47
51
|
GdsLink,
|
|
48
52
|
GdsFlex,
|
|
49
53
|
IconCopy,
|
|
54
|
+
IconChevronBottom,
|
|
55
|
+
IconChevronTop,
|
|
56
|
+
IconChevronGrabberVertical,
|
|
57
|
+
IconChevronGrabberVerticalReversed,
|
|
50
58
|
IconCrossSmall,
|
|
51
59
|
IconMinusSmall,
|
|
52
60
|
IconMagnifyingGlass,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { TemplateResult } from 'lit';
|
|
2
|
-
import type {
|
|
2
|
+
import type { TableColumn, TableRequest, TableResponse, TableTfoot } from './table.types';
|
|
3
3
|
export declare const Users: {
|
|
4
4
|
Columns: TableColumn[];
|
|
5
|
-
Actions: TableActions;
|
|
6
5
|
Tfoot: TableTfoot;
|
|
7
6
|
Data: (request: TableRequest) => Promise<TableResponse<any>>;
|
|
8
7
|
/**
|
|
@@ -29,11 +28,15 @@ export declare const Feedback: {
|
|
|
29
28
|
};
|
|
30
29
|
export declare const Actions: {
|
|
31
30
|
Columns: TableColumn[];
|
|
32
|
-
MultipleActions: TableActions;
|
|
33
31
|
MultipleActionsSlotContent: (rows: any[]) => TemplateResult;
|
|
34
|
-
ActionLink: TableActions;
|
|
35
32
|
ActionLinkSlotContent: (rows: any[]) => TemplateResult;
|
|
36
|
-
ActionContextMenu: TableActions;
|
|
37
33
|
ActionContextMenuSlotContent: (rows: any[]) => TemplateResult;
|
|
38
34
|
Data: (request: TableRequest) => Promise<TableResponse<any>>;
|
|
39
35
|
};
|
|
36
|
+
export declare const ExpandableFinance: {
|
|
37
|
+
Columns: TableColumn[];
|
|
38
|
+
Tfoot: TableTfoot;
|
|
39
|
+
Data: (request: TableRequest) => Promise<TableResponse<any>>;
|
|
40
|
+
SlotContent: (rows: any[]) => TemplateResult;
|
|
41
|
+
TfootSlotContent: (rows: any[]) => TemplateResult;
|
|
42
|
+
};
|