@getflip/swirl-components-angular 0.413.2 → 0.414.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -256,7 +256,7 @@ export declare class SwirlConsoleLayout {
|
|
|
256
256
|
protected el: HTMLSwirlConsoleLayoutElement;
|
|
257
257
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
258
258
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlConsoleLayout, never>;
|
|
259
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlConsoleLayout, "swirl-console-layout", never, { "appName": { "alias": "appName"; "required": false; }; "backButonLabel": { "alias": "backButonLabel"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "helpButonLabel": { "alias": "helpButonLabel"; "required": false; }; "hideNavigationButtonLabel": { "alias": "hideNavigationButtonLabel"; "required": false; }; "logoText": { "alias": "logoText"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; }; "showNavigationButtonLabel": { "alias": "showNavigationButtonLabel"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
259
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlConsoleLayout, "swirl-console-layout", never, { "appName": { "alias": "appName"; "required": false; }; "backButonLabel": { "alias": "backButonLabel"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "helpButonLabel": { "alias": "helpButonLabel"; "required": false; }; "hideContentHeader": { "alias": "hideContentHeader"; "required": false; }; "hideNavigationButtonLabel": { "alias": "hideNavigationButtonLabel"; "required": false; }; "logoText": { "alias": "logoText"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; }; "showNavigationButtonLabel": { "alias": "showNavigationButtonLabel"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
260
260
|
}
|
|
261
261
|
export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayout {
|
|
262
262
|
backButtonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.414.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.3",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.3",
|
|
24
24
|
"@angular/router": "19.2.3",
|
|
25
|
-
"@getflip/swirl-components": "0.
|
|
25
|
+
"@getflip/swirl-components": "0.414.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -643,7 +643,7 @@ export declare interface SwirlColumns extends Components.SwirlColumns {}
|
|
|
643
643
|
|
|
644
644
|
|
|
645
645
|
@ProxyCmp({
|
|
646
|
-
inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
|
|
646
|
+
inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
|
|
647
647
|
methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
|
|
648
648
|
})
|
|
649
649
|
@Component({
|
|
@@ -651,7 +651,7 @@ export declare interface SwirlColumns extends Components.SwirlColumns {}
|
|
|
651
651
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
652
652
|
template: '<ng-content></ng-content>',
|
|
653
653
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
654
|
-
inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
|
|
654
|
+
inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
|
|
655
655
|
standalone: false
|
|
656
656
|
})
|
|
657
657
|
export class SwirlConsoleLayout {
|