@ascentgl/ads-ui 0.0.148 → 0.0.150
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { AdsIconRegistry, IconThemes } from '@ascentgl/ads-icons';
|
|
3
3
|
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
+
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class AdsExpansionPanelComponent {
|
|
6
7
|
private registry;
|
|
@@ -21,6 +22,9 @@ export declare class AdsExpansionPanelComponent {
|
|
|
21
22
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
22
23
|
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
23
24
|
width: import("@angular/core").InputSignal<string>;
|
|
25
|
+
/** @ignore */
|
|
26
|
+
panel: MatExpansionPanel;
|
|
27
|
+
get expanded(): boolean;
|
|
24
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelComponent, never>;
|
|
25
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsExpansionPanelComponent, "ads-expansion-panel", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "chevronColor": { "alias": "chevronColor"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "headerTemplateData": { "alias": "headerTemplateData"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
26
30
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.150",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"types": "./src/lib/components/header/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./src/lib/components/splash-page": {
|
|
48
|
-
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./src/lib/components/shell-layout": {
|
|
52
48
|
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
54
50
|
},
|
|
51
|
+
"./src/lib/components/splash-page": {
|
|
52
|
+
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
54
|
+
},
|
|
55
55
|
"./src/lib/components/buttons/button-container": {
|
|
56
56
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|