@sebgroup/green-core-ng 2.25.0 → 2.26.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/generated/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Generated Angular wrapper components for web components
|
|
3
3
|
* Auto-generated from Custom Elements Manifest
|
|
4
4
|
*/
|
|
5
|
-
export * from './card-pattern-01';
|
|
6
5
|
export * from './alert';
|
|
7
6
|
export * from './badge';
|
|
8
7
|
export * from './blur';
|
|
@@ -43,9 +42,10 @@ export * from './signal';
|
|
|
43
42
|
export * from './spinner';
|
|
44
43
|
export * from './table';
|
|
45
44
|
export * from './text';
|
|
46
|
-
export * from './textarea';
|
|
47
45
|
export * from './theme';
|
|
46
|
+
export * from './textarea';
|
|
48
47
|
export * from './video';
|
|
48
|
+
export * from './card-pattern-01';
|
|
49
49
|
export * from './breadcrumb';
|
|
50
50
|
export * from './checkbox-group';
|
|
51
51
|
export * from './icon-details';
|
|
@@ -53,6 +53,9 @@ export * from './filter-chip';
|
|
|
53
53
|
export * from './formatted-account';
|
|
54
54
|
export * from './formatted-date';
|
|
55
55
|
export * from './formatted-number';
|
|
56
|
+
export * from './radio-group';
|
|
57
|
+
export * from './segment';
|
|
58
|
+
export * from './sensitive-account';
|
|
56
59
|
export * from './icon-ai';
|
|
57
60
|
export * from './icon-airplane-up';
|
|
58
61
|
export * from './icon-archive';
|
|
@@ -386,9 +389,6 @@ export * from './icon-youtube';
|
|
|
386
389
|
export * from './icon-zap';
|
|
387
390
|
export * from './icon-zoom-in';
|
|
388
391
|
export * from './icon-zoom-out';
|
|
389
|
-
export * from './radio-group';
|
|
390
|
-
export * from './sensitive-account';
|
|
391
|
-
export * from './segment';
|
|
392
392
|
export * from './sensitive-date';
|
|
393
393
|
export * from './sensitive-number';
|
|
394
394
|
export * from './option';
|
|
@@ -67,6 +67,12 @@ export declare class GdsTableComponent implements OnInit, OnChanges, AfterViewIn
|
|
|
67
67
|
|
|
68
68
|
> Variant naming will change in the next major release. */
|
|
69
69
|
variant?: GdsTable['variant'];
|
|
70
|
+
/** Fired when the active page changes. Detail: `{ page: number }` */
|
|
71
|
+
gdsPageChange: EventEmitter<CustomEvent<any>>;
|
|
72
|
+
/** Fired when the rows per page value changes. Detail: `{ rows: number }` */
|
|
73
|
+
gdsRowsChange: EventEmitter<CustomEvent<any>>;
|
|
74
|
+
/** Fired when sorting changes. Detail: `{ sortColumn: string, sortDirection: 'asc' | 'desc' }` */
|
|
75
|
+
gdsSortChange: EventEmitter<CustomEvent<any>>;
|
|
70
76
|
/** Fired when data is successfully loaded. */
|
|
71
77
|
gdsTableDataLoaded: EventEmitter<CustomEvent<any>>;
|
|
72
78
|
/** Fired when data loading fails. */
|
|
@@ -77,7 +83,7 @@ export declare class GdsTableComponent implements OnInit, OnChanges, AfterViewIn
|
|
|
77
83
|
ngOnChanges(changes: SimpleChanges): void;
|
|
78
84
|
ngAfterViewInit(): void;
|
|
79
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<GdsTableComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsTableComponent, "gds-table", never, { "headline": { "alias": "headline"; "required": false; }; "headlineTag": { "alias": "headlineTag"; "required": false; }; "summary": { "alias": "summary"; "required": false; }; "options": { "alias": "options"; "required": false; }; "page": { "alias": "page"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "density": { "alias": "density"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "nocache": { "alias": "nocache"; "required": false; }; "dataLoadKey": { "alias": "dataLoadKey"; "required": false; }; "height": { "alias": "height"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "gdsTableDataLoaded": "gdsTableDataLoaded"; "gdsTableDataError": "gdsTableDataError"; "gdsTableSelection": "gdsTableSelection"; }, never, ["*"], true, never>;
|
|
86
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsTableComponent, "gds-table", never, { "headline": { "alias": "headline"; "required": false; }; "headlineTag": { "alias": "headlineTag"; "required": false; }; "summary": { "alias": "summary"; "required": false; }; "options": { "alias": "options"; "required": false; }; "page": { "alias": "page"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "density": { "alias": "density"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "nocache": { "alias": "nocache"; "required": false; }; "dataLoadKey": { "alias": "dataLoadKey"; "required": false; }; "height": { "alias": "height"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "gdsPageChange": "gdsPageChange"; "gdsRowsChange": "gdsRowsChange"; "gdsSortChange": "gdsSortChange"; "gdsTableDataLoaded": "gdsTableDataLoaded"; "gdsTableDataError": "gdsTableDataError"; "gdsTableSelection": "gdsTableSelection"; }, never, ["*"], true, never>;
|
|
81
87
|
static ngAcceptInputType_selectable: unknown;
|
|
82
88
|
static ngAcceptInputType_responsive: unknown;
|
|
83
89
|
static ngAcceptInputType_plain: unknown;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core-ng",
|
|
3
3
|
"description": "Angular wrappers for @sebgroup/green-core web components.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.26.0",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "fesm2022/sebgroup-green-core-ng.mjs",
|
|
7
7
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "../../dist/libs/core-ng"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sebgroup/green-core": "2.
|
|
25
|
+
"@sebgroup/green-core": "2.26.0",
|
|
26
26
|
"tslib": "^2.3.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|