@getflip/swirl-components-angular 0.19.0 → 0.20.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 +2 -2
- package/CHANGELOG.md +25 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -62,7 +62,7 @@ export declare class SwirlAppLayout {
|
|
|
62
62
|
protected el: HTMLElement;
|
|
63
63
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppLayout, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": "appName"; "backToNavigationViewButtonLabel": "backToNavigationViewButtonLabel"; "ctaIcon": "ctaIcon"; "ctaLabel": "ctaLabel"; "navigationBackButtonLabel": "navigationBackButtonLabel"; "navigationLabel": "navigationLabel"; "showNavigationBackButton": "showNavigationBackButton"; "sidebarCloseButtonLabel": "sidebarCloseButtonLabel"; "sidebarHeading": "sidebarHeading"; "transitionStyle": "transitionStyle"; }, {}, never, ["*"], false>;
|
|
66
66
|
}
|
|
67
67
|
export declare interface SwirlAutocomplete extends Components.SwirlAutocomplete {
|
|
68
68
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class SwirlBox {
|
|
|
128
128
|
protected el: HTMLElement;
|
|
129
129
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
130
130
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBox, never>;
|
|
131
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "
|
|
131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "bordered": "bordered"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "maxWidth": "maxWidth"; "overflow": "overflow"; "padding": "padding"; }, {}, never, ["*"], false>;
|
|
132
132
|
}
|
|
133
133
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
134
134
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.1.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
16
16
|
"@angular/router": "^14.1.0",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.21.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -110,14 +110,14 @@ export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
|
|
|
110
110
|
|
|
111
111
|
@ProxyCmp({
|
|
112
112
|
defineCustomElementFn: undefined,
|
|
113
|
-
inputs: ['
|
|
113
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
|
|
114
114
|
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'changeMobileView']
|
|
115
115
|
})
|
|
116
116
|
@Component({
|
|
117
117
|
selector: 'swirl-app-layout',
|
|
118
118
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
119
119
|
template: '<ng-content></ng-content>',
|
|
120
|
-
inputs: ['
|
|
120
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle']
|
|
121
121
|
})
|
|
122
122
|
export class SwirlAppLayout {
|
|
123
123
|
protected el: HTMLElement;
|
|
@@ -256,13 +256,13 @@ export declare interface SwirlBox extends Components.SwirlBox {}
|
|
|
256
256
|
|
|
257
257
|
@ProxyCmp({
|
|
258
258
|
defineCustomElementFn: undefined,
|
|
259
|
-
inputs: ['
|
|
259
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
260
260
|
})
|
|
261
261
|
@Component({
|
|
262
262
|
selector: 'swirl-box',
|
|
263
263
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
264
264
|
template: '<ng-content></ng-content>',
|
|
265
|
-
inputs: ['
|
|
265
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
266
266
|
})
|
|
267
267
|
export class SwirlBox {
|
|
268
268
|
protected el: HTMLElement;
|