@globalart/platform-ui 0.1.1 → 0.1.3
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.
|
@@ -4,6 +4,8 @@ export declare class UiMenuComponent {
|
|
|
4
4
|
private readonly host;
|
|
5
5
|
align: 'start' | 'end';
|
|
6
6
|
width: string;
|
|
7
|
+
full: boolean;
|
|
8
|
+
get stretched(): boolean;
|
|
7
9
|
readonly open: import("@angular/core").WritableSignal<boolean>;
|
|
8
10
|
constructor(host: ElementRef<HTMLElement>);
|
|
9
11
|
get panelClass(): string;
|
|
@@ -12,7 +14,7 @@ export declare class UiMenuComponent {
|
|
|
12
14
|
onDocumentClick(target: HTMLElement): void;
|
|
13
15
|
onEscape(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "ui-menu", never, { "align": { "alias": "align"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["[menuTrigger]", "[menuContent]"], true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "ui-menu", never, { "align": { "alias": "align"; "required": false; }; "width": { "alias": "width"; "required": false; }; "full": { "alias": "full"; "required": false; }; }, {}, never, ["[menuTrigger]", "[menuContent]"], true, never>;
|
|
16
18
|
}
|
|
17
19
|
export declare class UiMenuItemDirective {
|
|
18
20
|
readonly classes = "flex w-full cursor-pointer items-center gap-3 px-4 py-2.5 text-left text-base text-ink transition-colors duration-75 hover:bg-surface-hover";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-menu.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/menu/ui-menu.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,UAAU,EAKX,MAAM,eAAe,CAAC;;AAEvB,qBAmBa,eAAe;
|
|
1
|
+
{"version":3,"file":"ui-menu.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/menu/ui-menu.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,UAAU,EAKX,MAAM,eAAe,CAAC;;AAEvB,qBAmBa,eAAe;IAYd,OAAO,CAAC,QAAQ,CAAC,IAAI;IAXxB,KAAK,EAAE,OAAO,GAAG,KAAK,CAAS;IAC/B,KAAK,SAAU;IACf,IAAI,UAAS;IAEtB,IACI,SAAS,IAAI,OAAO,CAEvB;IAED,QAAQ,CAAC,IAAI,kDAAiB;gBAED,IAAI,EAAE,UAAU,CAAC,WAAW,CAAC;IAE1D,IAAI,UAAU,IAAI,MAAM,CAGvB;IAED,MAAM,IAAI,IAAI;IAId,KAAK,IAAI,IAAI;IAKb,eAAe,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAO1C,QAAQ,IAAI,IAAI;yCAnCL,eAAe;2CAAf,eAAe;CAsC3B;AAED,qBACa,mBAAmB;IAE9B,QAAQ,CAAC,OAAO,iJACgI;IACtH,QAAQ,CAAC,IAAI,cAAc;yCAJ1C,mBAAmB;2CAAnB,mBAAmB;CAK/B;AAED,qBACa,wBAAwB;IACb,QAAQ,CAAC,OAAO,+BAA+B;yCAD1D,wBAAwB;2CAAxB,wBAAwB;CAEpC;AAED,qBACa,oBAAoB;IAE/B,QAAQ,CAAC,OAAO,0EACyD;yCAH9D,oBAAoB;2CAApB,oBAAoB;CAIhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-shell.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/shell/ui-shell.component.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAGnD,
|
|
1
|
+
{"version":3,"file":"ui-shell.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/shell/ui-shell.component.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAGnD,qBA4Ea,gBAAgB;IACA,QAAQ,EAAE,YAAY,EAAE,CAAM;IAChD,KAAK,SAAc;IACnB,OAAO,SAAM;IACb,SAAS,SAAO;IAChB,WAAW,SAAM;IACjB,aAAa,SAAM;IACnB,aAAa,SAAM;IACnB,cAAc,SAAM;IAE7B,QAAQ,CAAC,SAAS,kDAAiB;IACnC,QAAQ,CAAC,UAAU,kDAAiB;IAEpC,IAAI,SAAS,IAAI,MAAM,CAKtB;IAED,UAAU,IAAI,IAAI;IAQlB,WAAW,IAAI,IAAI;IAKnB,QAAQ,IAAI,IAAI;IAIhB,OAAO,KAAK,SAAS,GAKpB;yCA1CU,gBAAgB;2CAAhB,gBAAgB;CA2C5B"}
|
package/package.json
CHANGED