@progressio_resources/gravity-design-system 3.0.22 → 3.0.23
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/esm2022/lib/components/gravity-dropdown-list-display/display-currency-items.mjs +1 -1
- package/esm2022/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.mjs +14 -3
- package/esm2022/lib/components/gravity-icon-button/gravity-icon-button.component.mjs +1 -1
- package/fesm2022/progressio_resources-gravity-design-system.mjs +13 -2
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/lib/components/gravity-dropdown-list-display/display-currency-items.d.ts +7 -5
- package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts +1 -0
- package/lib/components/gravity-icon-button/gravity-icon-button.component.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/assets/icon-set/gt-icon-arrow-up/gt-icon-arrow-up-lg-24.svg +1 -1
- package/src/lib/assets/icon-set/gt-icon-arrow-up/gt-icon-arrow-up-md-16.svg +1 -1
- package/src/lib/assets/icon-set/gt-icon-arrow-up/gt-icon-arrow-up-xl-32.svg +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export interface DisplayCurrencyItems {
|
|
2
|
-
currency_id: number;
|
|
3
|
-
currency_name: string;
|
|
4
|
-
currency_iso: string;
|
|
5
2
|
network_id: number;
|
|
3
|
+
currency_id: number;
|
|
6
4
|
network_iso: string;
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
currency_iso: string;
|
|
6
|
+
is_expanded?: boolean;
|
|
7
|
+
currency_name: string;
|
|
8
|
+
balance_amount?: number;
|
|
9
|
+
balance_currency?: string;
|
|
10
|
+
sub_items?: DisplayCurrencyItems[];
|
|
9
11
|
}
|
package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare class GravityDropdownListDisplayComponent implements OnInit {
|
|
|
25
25
|
selectedItems: any[];
|
|
26
26
|
constructor(filterByPipe: FilterByPipe, _eref: ElementRef);
|
|
27
27
|
ngOnInit(): void;
|
|
28
|
+
private loadItems;
|
|
28
29
|
getStatus(): string;
|
|
29
30
|
toggleDropdown(): void;
|
|
30
31
|
selectItem(itemToAdd: any): void;
|
|
@@ -9,7 +9,6 @@ export declare class GravityIconButtonComponent {
|
|
|
9
9
|
state: 'active' | 'pressed' | 'disabled';
|
|
10
10
|
clickOnIcon: EventEmitter<void>;
|
|
11
11
|
onClick(): void;
|
|
12
|
-
get: any;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconButtonComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconButtonComponent, "gravity-icon-button", never, { "icon": { "alias": "icon"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "clickOnIcon": "clickOnIcon"; }, never, never, false, never>;
|
|
15
14
|
}
|
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2364 7.56059C11.6856 7.2132 12.3145 7.2132 12.7637 7.56059L21.7198 14.4869C22.262 14.9062 22.3597 15.6833 21.938 16.2225C21.5162 16.7617 20.7347 16.8588 20.1924 16.4395L12 10.1038L3.80768 16.4395C3.26541 16.8588 2.4839 16.7617 2.06213 16.2225C1.64036 15.6833 1.73805 14.9062 2.28032 14.4869L11.2364 7.56059Z" fill="var(--icon-color, #394C6E)"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.41907 4.79855C7.76041 4.53395 8.23949 4.53395 8.58083 4.79855L14.9373 9.72606C15.3479 10.0444 15.4207 10.6328 15.0999 11.0402C14.7791 11.4477 14.1861 11.5199 13.7755 11.2016L7.99995 6.72439L2.2244 11.2016C1.81377 11.5199 1.22081 11.4477 0.899998 11.0402C0.579187 10.6328 0.652006 10.0444 1.06264 9.72606L7.41907 4.79855Z" fill="var(--icon-color, #394C6E)"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9554 9.22285C15.5632 8.72584 16.4369 8.72584 17.0446 9.22285L30.4946 20.2228C31.2 20.7997 31.3041 21.8392 30.7272 22.5446C30.1503 23.25 29.1108 23.3542 28.4054 22.7773L16 12.6316L3.59465 22.7773C2.88925 23.3542 1.84974 23.25 1.27283 22.5446C0.695929 21.8392 0.800092 20.7997 1.50549 20.2228L14.9554 9.22285Z" fill="var(--icon-color, #394C6E)"/>
|
|
3
3
|
</svg>
|