@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
package/gds-element.js
CHANGED
|
@@ -16,7 +16,7 @@ class GdsElement extends LitElement {
|
|
|
16
16
|
/**
|
|
17
17
|
* The semantic version of this element. Can be used for troubleshooting to verify the version being used.
|
|
18
18
|
*/
|
|
19
|
-
this.semanticVersion = "3.
|
|
19
|
+
this.semanticVersion = "3.11.0";
|
|
20
20
|
this.syncFirstRender = false;
|
|
21
21
|
this._isUsingTransitionalStyles = false;
|
|
22
22
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/da.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `sorterbar`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Tor`,
|
|
40
40
|
"s6d24cd19e23b8185": `Ti`,
|
|
41
|
+
"s71d7ea0584a2503e": `Skjul alle r\xE6kker`,
|
|
41
42
|
"s7350bb367d5e09ab": `G\xE5 til sidste side`,
|
|
43
|
+
"s73f51a3532f29159": `Udvid r\xE6kke`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Ons`,
|
|
43
45
|
"s7793b811d20184fe": `December`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Ryd s\xF8gning for`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `faldende`,
|
|
49
51
|
"s88365264d8a05b05": `Skift til n\xE6ste m\xE5ned`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `F\xF8rste tilg\xE6ngelige dato`,
|
|
51
|
-
"s8af61807443f32a4": `Handlinger`,
|
|
52
53
|
"s8af6c50191c92781": `G\xE5 til f\xF8rste side`,
|
|
53
54
|
"s8e68b824b99140a1": `stigende`,
|
|
54
55
|
"s8f18916860db5d80": `Ryd valg`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `April`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `S\xF8g i tabel`,
|
|
75
76
|
"sd186574aa8a68ecb": `Ingen resultater for`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Skjul r\xE6kke`,
|
|
76
78
|
"sd898d99fd9c13de6": `Filtrer tilg\xE6ngelige muligheder`,
|
|
77
79
|
"sdc42f1da42d6411a": `Ryd inputfelt`,
|
|
78
80
|
"se0955919920ee87d": `Dag`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Sidste tilg\xE6ngelige dato`,
|
|
80
82
|
"se682f076f6506f9b": `G\xE5 til side`,
|
|
83
|
+
"se922876494171df7": `Udvid alle r\xE6kker`,
|
|
81
84
|
"sf1f100572e888a9d": `Skift til forrige m\xE5ned`,
|
|
82
85
|
"sf295af199c723ec8": `Fre`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/de.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `sortierbar`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Do`,
|
|
40
40
|
"s6d24cd19e23b8185": `Di`,
|
|
41
|
+
"s71d7ea0584a2503e": `Alle Zeilen einklappen`,
|
|
41
42
|
"s7350bb367d5e09ab": `Zur letzten Seite gehen`,
|
|
43
|
+
"s73f51a3532f29159": `Zeile ausklappen`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Mi`,
|
|
43
45
|
"s7793b811d20184fe": `Dezember`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Suche l\xF6schen f\xFCr`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `absteigend`,
|
|
49
51
|
"s88365264d8a05b05": `Zum n\xE4chsten Monat wechseln`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `Erstes verf\xFCgbares Datum`,
|
|
51
|
-
"s8af61807443f32a4": `Aktionen`,
|
|
52
53
|
"s8af6c50191c92781": `Zur ersten Seite gehen`,
|
|
53
54
|
"s8e68b824b99140a1": `aufsteigend`,
|
|
54
55
|
"s8f18916860db5d80": `Auswahl l\xF6schen`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `April`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `Tabelle durchsuchen`,
|
|
75
76
|
"sd186574aa8a68ecb": `Keine Ergebnisse f\xFCr`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Zeile einklappen`,
|
|
76
78
|
"sd898d99fd9c13de6": `Verf\xFCgbare Optionen filtern`,
|
|
77
79
|
"sdc42f1da42d6411a": `Feld l\xF6schen`,
|
|
78
80
|
"se0955919920ee87d": `Tag`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Letztes verf\xFCgbares Datum`,
|
|
80
82
|
"se682f076f6506f9b": `Zur Seite gehen`,
|
|
83
|
+
"se922876494171df7": `Alle Zeilen ausklappen`,
|
|
81
84
|
"sf1f100572e888a9d": `Zum vorherigen Monat wechseln`,
|
|
82
85
|
"sf295af199c723ec8": `Fr`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/fi.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `lajiteltavissa`,
|
|
39
39
|
"s6cfed919e21ac6ac": `To`,
|
|
40
40
|
"s6d24cd19e23b8185": `Ti`,
|
|
41
|
+
"s71d7ea0584a2503e": `Supista kaikki rivit`,
|
|
41
42
|
"s7350bb367d5e09ab": `Siirry viimeiselle sivulle`,
|
|
43
|
+
"s73f51a3532f29159": `Laajenna rivi`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Ke`,
|
|
43
45
|
"s7793b811d20184fe": `Joulukuu`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Tyhjenn\xE4 haku kohteelle`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `laskeva`,
|
|
49
51
|
"s88365264d8a05b05": `Vaihda seuraavaan kuukauteen`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `Ensimm\xE4inen saatavilla oleva p\xE4iv\xE4m\xE4\xE4r\xE4`,
|
|
51
|
-
"s8af61807443f32a4": `Toiminnot`,
|
|
52
53
|
"s8af6c50191c92781": `Siirry ensimm\xE4iselle sivulle`,
|
|
53
54
|
"s8e68b824b99140a1": `nouseva`,
|
|
54
55
|
"s8f18916860db5d80": `Tyhjenn\xE4 valinta`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `Huhti`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `Etsi taulukosta`,
|
|
75
76
|
"sd186574aa8a68ecb": `Ei tuloksia kohteelle`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Supista rivi`,
|
|
76
78
|
"sd898d99fd9c13de6": `Suodata saatavilla olevia vaihtoehtoja`,
|
|
77
79
|
"sdc42f1da42d6411a": `Tyhjenn\xE4 sy\xF6te`,
|
|
78
80
|
"se0955919920ee87d": `P\xE4iv\xE4`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Viimeinen saatavilla oleva p\xE4iv\xE4m\xE4\xE4r\xE4`,
|
|
80
82
|
"se682f076f6506f9b": `Siirry sivulle`,
|
|
83
|
+
"se922876494171df7": `Laajenna kaikki rivit`,
|
|
81
84
|
"sf1f100572e888a9d": `Vaihda edelliseen kuukauteen`,
|
|
82
85
|
"sf295af199c723ec8": `Pe`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/fr.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `triable`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Jeu`,
|
|
40
40
|
"s6d24cd19e23b8185": `Mar`,
|
|
41
|
+
"s71d7ea0584a2503e": `R\xE9duire toutes les lignes`,
|
|
41
42
|
"s7350bb367d5e09ab": `Aller \xE0 la derni\xE8re page`,
|
|
43
|
+
"s73f51a3532f29159": `D\xE9velopper la ligne`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Mer`,
|
|
43
45
|
"s7793b811d20184fe": `D\xE9cembre`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Effacer la recherche pour`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `descendant`,
|
|
49
51
|
"s88365264d8a05b05": `Passer au mois suivant`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `Premi\xE8re date disponible`,
|
|
51
|
-
"s8af61807443f32a4": `Actions`,
|
|
52
53
|
"s8af6c50191c92781": `Aller \xE0 la premi\xE8re page`,
|
|
53
54
|
"s8e68b824b99140a1": `ascendant`,
|
|
54
55
|
"s8f18916860db5d80": `Effacer la s\xE9lection`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `Avril`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `Rechercher dans le tableau`,
|
|
75
76
|
"sd186574aa8a68ecb": `Aucun r\xE9sultat pour`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `R\xE9duire la ligne`,
|
|
76
78
|
"sd898d99fd9c13de6": `Filtrer les options disponibles`,
|
|
77
79
|
"sdc42f1da42d6411a": `Effacer la saisie`,
|
|
78
80
|
"se0955919920ee87d": `Jour`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Derni\xE8re date disponible`,
|
|
80
82
|
"se682f076f6506f9b": `Aller \xE0 la page`,
|
|
83
|
+
"se922876494171df7": `D\xE9velopper toutes les lignes`,
|
|
81
84
|
"sf1f100572e888a9d": `Passer au mois pr\xE9c\xE9dent`,
|
|
82
85
|
"sf295af199c723ec8": `Ven`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/it.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `ordinabile`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Gio`,
|
|
40
40
|
"s6d24cd19e23b8185": `Mar`,
|
|
41
|
+
"s71d7ea0584a2503e": `Comprimi tutte le righe`,
|
|
41
42
|
"s7350bb367d5e09ab": `Vai all'ultima pagina`,
|
|
43
|
+
"s73f51a3532f29159": `Espandi riga`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Mer`,
|
|
43
45
|
"s7793b811d20184fe": `Dicembre`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Cancella la ricerca per`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `discendente`,
|
|
49
51
|
"s88365264d8a05b05": `Passa al mese successivo`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `Prima data disponibile`,
|
|
51
|
-
"s8af61807443f32a4": `Azioni`,
|
|
52
53
|
"s8af6c50191c92781": `Vai alla prima pagina`,
|
|
53
54
|
"s8e68b824b99140a1": `ascendente`,
|
|
54
55
|
"s8f18916860db5d80": `Rimuovi selezione`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `Aprile`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `Cerca nella tabella`,
|
|
75
76
|
"sd186574aa8a68ecb": `Nessun risultato per`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Comprimi riga`,
|
|
76
78
|
"sd898d99fd9c13de6": `Filtra le opzioni disponibili`,
|
|
77
79
|
"sdc42f1da42d6411a": `Pulisci il campo di input`,
|
|
78
80
|
"se0955919920ee87d": `Giorno`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Ultima data disponibile`,
|
|
80
82
|
"se682f076f6506f9b": `Vai a pagina`,
|
|
83
|
+
"se922876494171df7": `Espandi tutte le righe`,
|
|
81
84
|
"sf1f100572e888a9d": `Passa al mese precedente`,
|
|
82
85
|
"sf295af199c723ec8": `Ven`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/nl.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `sorteerbaar`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Do`,
|
|
40
40
|
"s6d24cd19e23b8185": `Di`,
|
|
41
|
+
"s71d7ea0584a2503e": `Alle rijen inklappen`,
|
|
41
42
|
"s7350bb367d5e09ab": `Ga naar laatste pagina`,
|
|
43
|
+
"s73f51a3532f29159": `Rij uitklappen`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Wo`,
|
|
43
45
|
"s7793b811d20184fe": `December`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Zoekopdracht voor wissen`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `aflopend`,
|
|
49
51
|
"s88365264d8a05b05": `Schakel naar volgende maand`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `Eerste beschikbare datum`,
|
|
51
|
-
"s8af61807443f32a4": `Acties`,
|
|
52
53
|
"s8af6c50191c92781": `Ga naar eerste pagina`,
|
|
53
54
|
"s8e68b824b99140a1": `oplopend`,
|
|
54
55
|
"s8f18916860db5d80": `Wis selectie`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `April`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `Zoek tabel`,
|
|
75
76
|
"sd186574aa8a68ecb": `Geen resultaten voor`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Rij inklappen`,
|
|
76
78
|
"sd898d99fd9c13de6": `Filter beschikbare opties`,
|
|
77
79
|
"sdc42f1da42d6411a": `Wis invoer`,
|
|
78
80
|
"se0955919920ee87d": `Dag`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Laatste beschikbare datum`,
|
|
80
82
|
"se682f076f6506f9b": `Ga naar pagina`,
|
|
83
|
+
"se922876494171df7": `Alle rijen uitklappen`,
|
|
81
84
|
"sf1f100572e888a9d": `Schakel naar vorige maand`,
|
|
82
85
|
"sf295af199c723ec8": `Vr`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/no.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `sorterbar`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Tor`,
|
|
40
40
|
"s6d24cd19e23b8185": `Tir`,
|
|
41
|
+
"s71d7ea0584a2503e": `Trekk sammen alle rader`,
|
|
41
42
|
"s7350bb367d5e09ab": `G\xE5 til siste side`,
|
|
43
|
+
"s73f51a3532f29159": `Utvid rad`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Ons`,
|
|
43
45
|
"s7793b811d20184fe": `Desember`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Fjern s\xF8k for`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `synkende`,
|
|
49
51
|
"s88365264d8a05b05": `Bytt til neste m\xE5ned`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `F\xF8rste tilgjengelige dato`,
|
|
51
|
-
"s8af61807443f32a4": `Handlinger`,
|
|
52
53
|
"s8af6c50191c92781": `G\xE5 til f\xF8rste side`,
|
|
53
54
|
"s8e68b824b99140a1": `stigende`,
|
|
54
55
|
"s8f18916860db5d80": `Ryd valg`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `April`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `S\xF8k i tabell`,
|
|
75
76
|
"sd186574aa8a68ecb": `Ingen resultater for`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `Trekk sammen rad`,
|
|
76
78
|
"sd898d99fd9c13de6": `Filtrer tilgjengelige alternativer`,
|
|
77
79
|
"sdc42f1da42d6411a": `Rens inputfelt`,
|
|
78
80
|
"se0955919920ee87d": `Dag`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Siste tilgjengelige dato`,
|
|
80
82
|
"se682f076f6506f9b": `G\xE5 til side`,
|
|
83
|
+
"se922876494171df7": `Utvid alle rader`,
|
|
81
84
|
"sf1f100572e888a9d": `Bytt til forrige m\xE5ned`,
|
|
82
85
|
"sf295af199c723ec8": `Fre`
|
|
83
86
|
};
|
|
@@ -36,7 +36,9 @@ export declare const templates: {
|
|
|
36
36
|
s6badfcac7ad931f1: string;
|
|
37
37
|
s6cfed919e21ac6ac: string;
|
|
38
38
|
s6d24cd19e23b8185: string;
|
|
39
|
+
s71d7ea0584a2503e: string;
|
|
39
40
|
s7350bb367d5e09ab: string;
|
|
41
|
+
s73f51a3532f29159: string;
|
|
40
42
|
s74aa0319e62b2eb7: string;
|
|
41
43
|
s7793b811d20184fe: string;
|
|
42
44
|
s78e1e4c3066c51c1: string;
|
|
@@ -46,7 +48,6 @@ export declare const templates: {
|
|
|
46
48
|
s84d3dbcd121dd01b: string;
|
|
47
49
|
s88365264d8a05b05: string;
|
|
48
50
|
s8ade4e9d5e804d6a: string;
|
|
49
|
-
s8af61807443f32a4: string;
|
|
50
51
|
s8af6c50191c92781: string;
|
|
51
52
|
s8e68b824b99140a1: string;
|
|
52
53
|
s8f18916860db5d80: string;
|
|
@@ -71,11 +72,13 @@ export declare const templates: {
|
|
|
71
72
|
scb6b9cb49cf93277: string;
|
|
72
73
|
scfe20e6b9fcd18ad: string;
|
|
73
74
|
sd186574aa8a68ecb: string;
|
|
75
|
+
sd26f670ca5d5b0c6: string;
|
|
74
76
|
sd898d99fd9c13de6: string;
|
|
75
77
|
sdc42f1da42d6411a: string;
|
|
76
78
|
se0955919920ee87d: string;
|
|
77
79
|
se4129fd6b9d7b4c2: string;
|
|
78
80
|
se682f076f6506f9b: string;
|
|
81
|
+
se922876494171df7: string;
|
|
79
82
|
sf1f100572e888a9d: string;
|
|
80
83
|
sf295af199c723ec8: string;
|
|
81
84
|
};
|
package/generated/locales/sv.js
CHANGED
|
@@ -38,7 +38,9 @@ const templates = {
|
|
|
38
38
|
"s6badfcac7ad931f1": `sorterbar`,
|
|
39
39
|
"s6cfed919e21ac6ac": `Tor`,
|
|
40
40
|
"s6d24cd19e23b8185": `Tis`,
|
|
41
|
+
"s71d7ea0584a2503e": `F\xE4ll ihop alla rader`,
|
|
41
42
|
"s7350bb367d5e09ab": `G\xE5 till sista sidan`,
|
|
43
|
+
"s73f51a3532f29159": `Expandera rad`,
|
|
42
44
|
"s74aa0319e62b2eb7": `Ons`,
|
|
43
45
|
"s7793b811d20184fe": `December`,
|
|
44
46
|
"s78e1e4c3066c51c1": `Rensa s\xF6kning f\xF6r`,
|
|
@@ -48,7 +50,6 @@ const templates = {
|
|
|
48
50
|
"s84d3dbcd121dd01b": `fallande`,
|
|
49
51
|
"s88365264d8a05b05": `V\xE4xla till n\xE4sta m\xE5nad`,
|
|
50
52
|
"s8ade4e9d5e804d6a": `F\xF6rsta tillg\xE4ngliga datum`,
|
|
51
|
-
"s8af61807443f32a4": `\xC5tg\xE4rder`,
|
|
52
53
|
"s8af6c50191c92781": `G\xE5 till f\xF6rsta sidan`,
|
|
53
54
|
"s8e68b824b99140a1": `stigande`,
|
|
54
55
|
"s8f18916860db5d80": `Rensa val`,
|
|
@@ -73,11 +74,13 @@ const templates = {
|
|
|
73
74
|
"scb6b9cb49cf93277": `April`,
|
|
74
75
|
"scfe20e6b9fcd18ad": `S\xF6ktabell`,
|
|
75
76
|
"sd186574aa8a68ecb": `Inga resultat f\xF6r`,
|
|
77
|
+
"sd26f670ca5d5b0c6": `F\xE4ll ihop rad`,
|
|
76
78
|
"sd898d99fd9c13de6": `S\xF6k i listan av val`,
|
|
77
79
|
"sdc42f1da42d6411a": `Rensa text`,
|
|
78
80
|
"se0955919920ee87d": `Dag`,
|
|
79
81
|
"se4129fd6b9d7b4c2": `Sista tillg\xE4ngliga datum`,
|
|
80
82
|
"se682f076f6506f9b": `G\xE5 till sida`,
|
|
83
|
+
"se922876494171df7": `Expandera alla rader`,
|
|
81
84
|
"sf1f100572e888a9d": `V\xE4xla till f\xF6reg\xE5ende m\xE5nad`,
|
|
82
85
|
"sf295af199c723ec8": `Fre`
|
|
83
86
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# gds-icon-newspaper - Angular
|
|
2
|
+
|
|
3
|
+
## Import
|
|
4
|
+
|
|
5
|
+
```typescript
|
|
6
|
+
import { IconNewspaperComponent } from '@sebgroup/green-core-ng'
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
Use the component in your Angular templates:
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<gds-icon-newspaper></gds-icon-newspaper>
|
|
15
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# gds-icon-newspaper
|
|
2
|
+
|
|
3
|
+
**Class**: `IconNewspaper`
|
|
4
|
+
|
|
5
|
+
**Tag**: `<gds-icon-newspaper>`
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## Properties
|
|
9
|
+
|
|
10
|
+
> Some properties accept design token names. Use `get_tokens` with the appropriate category to discover valid token names and their resolved values.
|
|
11
|
+
|
|
12
|
+
| Name | Type | Default | Description |
|
|
13
|
+
|------|------|---------|-------------|
|
|
14
|
+
| `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
|
|
15
|
+
| `'margin-inline'` | `string \| undefined` | `-` | Style Expression Property that controls the `margin-inline` property. Only accepts space tokens. |
|
|
16
|
+
| `'margin-block'` | `string \| undefined` | `-` | Style Expression Property that controls the `margin-block` property. Only accepts space tokens. |
|
|
17
|
+
| `'align-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-self` property. Supports all valid CSS `align-self` values. |
|
|
18
|
+
| `'justify-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-self` property. Supports all valid CSS `justify-self` values. |
|
|
19
|
+
| `'place-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-self` property. Supports all valid CSS `place-self` values. |
|
|
20
|
+
| `'grid-column'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-column` property. Supports all valid CSS grid-column values. Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column |
|
|
21
|
+
| `'grid-row'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-row` property. Supports all valid CSS `grid-row` values. |
|
|
22
|
+
| `'grid-area'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-area` property. Supports all valid CSS `grid-area` values. |
|
|
23
|
+
| `flex` | `string \| undefined` | `-` | Style Expression Property that controls the `flex` property. Supports all valid CSS `flex` values. |
|
|
24
|
+
| `order` | `string \| undefined` | `-` | Style Expression Property that controls the `order` property. Supports all valid CSS `order` values. |
|
|
25
|
+
| `size` | `string \| undefined` | `-` | This property allow you to set the size of the icon with the token and custom values. If not provided, uses the icon's default size. The size is a shorthand for setting both width and height at once. |
|
|
26
|
+
| `solid` | `boolean` | `-` | When set to true, the solid version of the icon is displayed. When set to false or not provided, the regular version of the icon is displayed. |
|
|
27
|
+
| `stroke` | `number \| undefined` | `-` | When set to true, you can apply custom stroke width to the icon. |
|
|
28
|
+
| `level` | `GdsColorLevel` | `-` | The level of the icon is used to resolve the color tokens from the corresponding level. Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information. Default for `gds-icon-*` is level 2. |
|
|
29
|
+
| `color` | `string \| undefined` | `-` | Style Expression Property that controls the `color` property. Only accepts color tokens and an optional transparency value, in the format tokenName/transparency. ```html <gds-icon-ai color="neutral-01/0.2"></gds-icon-ai> ``` |
|
|
30
|
+
| `label` | `string` | `-` | This property allow you to set the accessible label of the icon. If not provided, the icon will be presentational. |
|
|
31
|
+
| `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
|
package/generated/mcp/icons.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-11T13:58:54.664Z",
|
|
3
3
|
"icons": [
|
|
4
4
|
{
|
|
5
5
|
"name": "gds-icon-ai",
|
|
@@ -2437,6 +2437,18 @@
|
|
|
2437
2437
|
"react"
|
|
2438
2438
|
]
|
|
2439
2439
|
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "gds-icon-newspaper",
|
|
2442
|
+
"tagName": "gds-icon-newspaper",
|
|
2443
|
+
"className": "IconNewspaper",
|
|
2444
|
+
"description": "",
|
|
2445
|
+
"path": "icon-newspaper/",
|
|
2446
|
+
"files": [
|
|
2447
|
+
"api",
|
|
2448
|
+
"angular",
|
|
2449
|
+
"react"
|
|
2450
|
+
]
|
|
2451
|
+
},
|
|
2440
2452
|
{
|
|
2441
2453
|
"name": "gds-icon-office",
|
|
2442
2454
|
"tagName": "gds-icon-office",
|
package/generated/mcp/index.json
CHANGED
|
@@ -28,3 +28,4 @@ Events are emitted using Angular output syntax. Event names are converted from k
|
|
|
28
28
|
| `gds-table-data-loaded` | `gdsTableDataLoaded` | `(gdsTableDataLoaded)="handler($event)"` |
|
|
29
29
|
| `gds-table-data-error` | `gdsTableDataError` | `(gdsTableDataError)="handler($event)"` |
|
|
30
30
|
| `gds-table-selection` | `gdsTableSelection` | `(gdsTableSelection)="handler($event)"` |
|
|
31
|
+
| `gds-table-expand-change` | `gdsTableExpandChange` | `(gdsTableExpandChange)="handler($event)"` |
|