@sebgroup/green-core-ng 2.26.2 → 2.27.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.
@@ -0,0 +1,79 @@
1
+ import { OnInit, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core';
2
+ import { IconArrowBoxLeftAlt } from '@sebgroup/green-core/components/icon/icons/arrow-box-left-alt.component.js';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Angular wrapper for the gds-icon-arrow-box-left-alt web component
6
+ *
7
+ */
8
+ export declare class IconArrowBoxLeftAltComponent implements OnInit, OnChanges, AfterViewInit {
9
+ private elementRef;
10
+ private zone;
11
+ private cdr;
12
+ get element(): IconArrowBoxLeftAlt;
13
+ constructor();
14
+ /** Style Expression Property that controls the `margin` property.
15
+ Only accepts space tokens. */
16
+ margin?: IconArrowBoxLeftAlt['margin'];
17
+ /** Style Expression Property that controls the `margin-inline` property.
18
+ Only accepts space tokens. */
19
+ marginInline?: IconArrowBoxLeftAlt['margin-inline'];
20
+ /** Style Expression Property that controls the `margin-block` property.
21
+ Only accepts space tokens. */
22
+ marginBlock?: IconArrowBoxLeftAlt['margin-block'];
23
+ /** Style Expression Property that controls the `align-self` property.
24
+ Supports all valid CSS `align-self` values. */
25
+ alignSelf?: IconArrowBoxLeftAlt['align-self'];
26
+ /** Style Expression Property that controls the `justify-self` property.
27
+ Supports all valid CSS `justify-self` values. */
28
+ justifySelf?: IconArrowBoxLeftAlt['justify-self'];
29
+ /** Style Expression Property that controls the `place-self` property.
30
+ Supports all valid CSS `place-self` values. */
31
+ placeSelf?: IconArrowBoxLeftAlt['place-self'];
32
+ /** Style Expression Property that controls the `grid-column` property.
33
+ Supports all valid CSS grid-column values.
34
+ Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
35
+ gridColumn?: IconArrowBoxLeftAlt['grid-column'];
36
+ /** Style Expression Property that controls the `grid-row` property.
37
+ Supports all valid CSS `grid-row` values. */
38
+ gridRow?: IconArrowBoxLeftAlt['grid-row'];
39
+ /** Style Expression Property that controls the `grid-area` property.
40
+ Supports all valid CSS `grid-area` values. */
41
+ gridArea?: IconArrowBoxLeftAlt['grid-area'];
42
+ /** Style Expression Property that controls the `flex` property.
43
+ Supports all valid CSS `flex` values. */
44
+ flex?: IconArrowBoxLeftAlt['flex'];
45
+ /** Style Expression Property that controls the `order` property.
46
+ Supports all valid CSS `order` values. */
47
+ order?: IconArrowBoxLeftAlt['order'];
48
+ /** This property allow you to set the size of the icon with the token and custom values.
49
+ If not provided, uses the icon's default size.
50
+
51
+ The size is a shorthand for setting both width and height at once. */
52
+ size?: IconArrowBoxLeftAlt['size'];
53
+ /** When set to true, the solid version of the icon is displayed.
54
+ When set to false or not provided, the regular version of the icon is displayed. */
55
+ solid?: IconArrowBoxLeftAlt['solid'];
56
+ /** When set to true, you can apply custom stroke width to the icon. */
57
+ stroke?: IconArrowBoxLeftAlt['stroke'];
58
+ /** The level of the icon is used to resolve the color tokens from the corresponding level.
59
+ Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
60
+
61
+ Default for `gds-icon-*` is level 2. */
62
+ level?: IconArrowBoxLeftAlt['level'];
63
+ /** Style Expression Property that controls the `color` property.
64
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
65
+
66
+ ```html
67
+ <gds-icon-ai color="neutral-01/0.2"></gds-icon-ai>
68
+ ``` */
69
+ color?: IconArrowBoxLeftAlt['color'];
70
+ /** This property allow you to set the accessible label of the icon.
71
+ If not provided, the icon will be presentational. */
72
+ label?: IconArrowBoxLeftAlt['label'];
73
+ ngOnInit(): void;
74
+ ngOnChanges(changes: SimpleChanges): void;
75
+ ngAfterViewInit(): void;
76
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconArrowBoxLeftAltComponent, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconArrowBoxLeftAltComponent, "gds-icon-arrow-box-left-alt", never, { "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "size": { "alias": "size"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; "stroke": { "alias": "stroke"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], true, never>;
78
+ static ngAcceptInputType_solid: unknown;
79
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * IconArrowBoxLeftAltComponent - Angular wrapper for gds-icon-arrow-box-left-alt
3
+ *
4
+ *
5
+ * Auto-generated from Custom Elements Manifest
6
+ */
7
+ export * from './icon-arrow-box-left-alt.component';
@@ -0,0 +1,79 @@
1
+ import { OnInit, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core';
2
+ import { IconTrendingFive } from '@sebgroup/green-core/components/icon/icons/trending-five.component.js';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Angular wrapper for the gds-icon-trending-five web component
6
+ *
7
+ */
8
+ export declare class IconTrendingFiveComponent implements OnInit, OnChanges, AfterViewInit {
9
+ private elementRef;
10
+ private zone;
11
+ private cdr;
12
+ get element(): IconTrendingFive;
13
+ constructor();
14
+ /** Style Expression Property that controls the `margin` property.
15
+ Only accepts space tokens. */
16
+ margin?: IconTrendingFive['margin'];
17
+ /** Style Expression Property that controls the `margin-inline` property.
18
+ Only accepts space tokens. */
19
+ marginInline?: IconTrendingFive['margin-inline'];
20
+ /** Style Expression Property that controls the `margin-block` property.
21
+ Only accepts space tokens. */
22
+ marginBlock?: IconTrendingFive['margin-block'];
23
+ /** Style Expression Property that controls the `align-self` property.
24
+ Supports all valid CSS `align-self` values. */
25
+ alignSelf?: IconTrendingFive['align-self'];
26
+ /** Style Expression Property that controls the `justify-self` property.
27
+ Supports all valid CSS `justify-self` values. */
28
+ justifySelf?: IconTrendingFive['justify-self'];
29
+ /** Style Expression Property that controls the `place-self` property.
30
+ Supports all valid CSS `place-self` values. */
31
+ placeSelf?: IconTrendingFive['place-self'];
32
+ /** Style Expression Property that controls the `grid-column` property.
33
+ Supports all valid CSS grid-column values.
34
+ Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
35
+ gridColumn?: IconTrendingFive['grid-column'];
36
+ /** Style Expression Property that controls the `grid-row` property.
37
+ Supports all valid CSS `grid-row` values. */
38
+ gridRow?: IconTrendingFive['grid-row'];
39
+ /** Style Expression Property that controls the `grid-area` property.
40
+ Supports all valid CSS `grid-area` values. */
41
+ gridArea?: IconTrendingFive['grid-area'];
42
+ /** Style Expression Property that controls the `flex` property.
43
+ Supports all valid CSS `flex` values. */
44
+ flex?: IconTrendingFive['flex'];
45
+ /** Style Expression Property that controls the `order` property.
46
+ Supports all valid CSS `order` values. */
47
+ order?: IconTrendingFive['order'];
48
+ /** This property allow you to set the size of the icon with the token and custom values.
49
+ If not provided, uses the icon's default size.
50
+
51
+ The size is a shorthand for setting both width and height at once. */
52
+ size?: IconTrendingFive['size'];
53
+ /** When set to true, the solid version of the icon is displayed.
54
+ When set to false or not provided, the regular version of the icon is displayed. */
55
+ solid?: IconTrendingFive['solid'];
56
+ /** When set to true, you can apply custom stroke width to the icon. */
57
+ stroke?: IconTrendingFive['stroke'];
58
+ /** The level of the icon is used to resolve the color tokens from the corresponding level.
59
+ Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
60
+
61
+ Default for `gds-icon-*` is level 2. */
62
+ level?: IconTrendingFive['level'];
63
+ /** Style Expression Property that controls the `color` property.
64
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
65
+
66
+ ```html
67
+ <gds-icon-ai color="neutral-01/0.2"></gds-icon-ai>
68
+ ``` */
69
+ color?: IconTrendingFive['color'];
70
+ /** This property allow you to set the accessible label of the icon.
71
+ If not provided, the icon will be presentational. */
72
+ label?: IconTrendingFive['label'];
73
+ ngOnInit(): void;
74
+ ngOnChanges(changes: SimpleChanges): void;
75
+ ngAfterViewInit(): void;
76
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconTrendingFiveComponent, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconTrendingFiveComponent, "gds-icon-trending-five", never, { "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "size": { "alias": "size"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; "stroke": { "alias": "stroke"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], true, never>;
78
+ static ngAcceptInputType_solid: unknown;
79
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * IconTrendingFiveComponent - Angular wrapper for gds-icon-trending-five
3
+ *
4
+ *
5
+ * Auto-generated from Custom Elements Manifest
6
+ */
7
+ export * from './icon-trending-five.component';
@@ -11,9 +11,9 @@ export * from './calendar';
11
11
  export * from './card';
12
12
  export * from './card-linked';
13
13
  export * from './checkbox';
14
- export * from './coachmark';
15
14
  export * from './context-menu';
16
15
  export * from './datepicker';
16
+ export * from './coachmark';
17
17
  export * from './details';
18
18
  export * from './dialog';
19
19
  export * from './div';
@@ -48,15 +48,21 @@ export * from './video';
48
48
  export * from './card-pattern-01';
49
49
  export * from './breadcrumb';
50
50
  export * from './checkbox-group';
51
- export * from './icon-details';
52
51
  export * from './filter-chip';
52
+ export * from './icon-details';
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-date';
59
+ export * from './sensitive-account';
60
+ export * from './sensitive-number';
56
61
  export * from './icon-ai';
57
62
  export * from './icon-airplane-up';
58
63
  export * from './icon-archive';
59
64
  export * from './icon-arrow-bottom-top';
65
+ export * from './icon-arrow-box-left-alt';
60
66
  export * from './icon-arrow-box-left';
61
67
  export * from './icon-arrow-box-right';
62
68
  export * from './icon-arrow-down';
@@ -367,6 +373,7 @@ export * from './icon-todos';
367
373
  export * from './icon-trading-view-candles';
368
374
  export * from './icon-trash-can';
369
375
  export * from './icon-tree';
376
+ export * from './icon-trending-five';
370
377
  export * from './icon-trending-four';
371
378
  export * from './icon-trending-one';
372
379
  export * from './icon-trending-three';
@@ -386,11 +393,6 @@ export * from './icon-youtube';
386
393
  export * from './icon-zap';
387
394
  export * from './icon-zoom-in';
388
395
  export * from './icon-zoom-out';
389
- export * from './radio-group';
390
- export * from './segment';
391
- export * from './sensitive-account';
392
- export * from './sensitive-date';
393
- export * from './sensitive-number';
394
396
  export * from './menu-item';
395
397
  export * from './menu-heading';
396
398
  export * from './option';
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.26.2",
4
+ "version": "2.27.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.26.2",
25
+ "@sebgroup/green-core": "2.27.0",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
28
  "peerDependencies": {