@getflip/swirl-components-angular 0.35.0 → 0.37.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 +47 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +15 -13
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +14 -12
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +14 -12
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +10 -8
|
@@ -162,7 +162,7 @@ export declare class SwirlBox {
|
|
|
162
162
|
protected el: HTMLElement;
|
|
163
163
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
164
164
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBox, never>;
|
|
165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "bordered": "bordered"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "maxWidth": "maxWidth"; "overflow": "overflow"; "padding": "padding"; }, {}, never, ["*"], false>;
|
|
165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "bordered": "bordered"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "maxWidth": "maxWidth"; "overflow": "overflow"; "padding": "padding"; "paddingBlockEnd": "paddingBlockEnd"; "paddingBlockStart": "paddingBlockStart"; "paddingInlineEnd": "paddingInlineEnd"; "paddingInlineStart": "paddingInlineStart"; }, {}, never, ["*"], false>;
|
|
166
166
|
}
|
|
167
167
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
168
168
|
}
|
|
@@ -1502,7 +1502,7 @@ export declare class SwirlPagination {
|
|
|
1502
1502
|
protected el: HTMLElement;
|
|
1503
1503
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1504
1504
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPagination, never>;
|
|
1505
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "
|
|
1505
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "firstPageButtonLabel": "firstPageButtonLabel"; "label": "label"; "lastPageButtonLabel": "lastPageButtonLabel"; "nextButtonLabel": "nextButtonLabel"; "page": "page"; "pageLabel": "pageLabel"; "pageSelectLabel": "pageSelectLabel"; "pages": "pages"; "prevButtonLabel": "prevButtonLabel"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
1506
1506
|
}
|
|
1507
1507
|
export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
1508
1508
|
}
|
|
@@ -1619,7 +1619,7 @@ export declare class SwirlSearch {
|
|
|
1619
1619
|
protected el: HTMLElement;
|
|
1620
1620
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1621
1621
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSearch, never>;
|
|
1622
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1622
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
1623
1623
|
}
|
|
1624
1624
|
export declare interface SwirlSelect extends Components.SwirlSelect {
|
|
1625
1625
|
/**
|
|
@@ -1641,7 +1641,7 @@ export declare class SwirlSeparator {
|
|
|
1641
1641
|
protected el: HTMLElement;
|
|
1642
1642
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1643
1643
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
|
|
1644
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, {}, {}, never, ["*"], false>;
|
|
1644
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "spacing": "spacing"; }, {}, never, ["*"], false>;
|
|
1645
1645
|
}
|
|
1646
1646
|
export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
|
|
1647
1647
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.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.38.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -317,13 +317,13 @@ export declare interface SwirlBox extends Components.SwirlBox {}
|
|
|
317
317
|
|
|
318
318
|
@ProxyCmp({
|
|
319
319
|
defineCustomElementFn: undefined,
|
|
320
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
320
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
321
321
|
})
|
|
322
322
|
@Component({
|
|
323
323
|
selector: 'swirl-box',
|
|
324
324
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
325
325
|
template: '<ng-content></ng-content>',
|
|
326
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
326
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
327
327
|
})
|
|
328
328
|
export class SwirlBox {
|
|
329
329
|
protected el: HTMLElement;
|
|
@@ -3356,13 +3356,13 @@ export declare interface SwirlPagination extends Components.SwirlPagination {
|
|
|
3356
3356
|
|
|
3357
3357
|
@ProxyCmp({
|
|
3358
3358
|
defineCustomElementFn: undefined,
|
|
3359
|
-
inputs: ['
|
|
3359
|
+
inputs: ['firstPageButtonLabel', 'label', 'lastPageButtonLabel', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
3360
3360
|
})
|
|
3361
3361
|
@Component({
|
|
3362
3362
|
selector: 'swirl-pagination',
|
|
3363
3363
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3364
3364
|
template: '<ng-content></ng-content>',
|
|
3365
|
-
inputs: ['
|
|
3365
|
+
inputs: ['firstPageButtonLabel', 'label', 'lastPageButtonLabel', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
3366
3366
|
})
|
|
3367
3367
|
export class SwirlPagination {
|
|
3368
3368
|
protected el: HTMLElement;
|
|
@@ -3601,13 +3601,13 @@ export declare interface SwirlSearch extends Components.SwirlSearch {
|
|
|
3601
3601
|
|
|
3602
3602
|
@ProxyCmp({
|
|
3603
3603
|
defineCustomElementFn: undefined,
|
|
3604
|
-
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
|
|
3604
|
+
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
|
|
3605
3605
|
})
|
|
3606
3606
|
@Component({
|
|
3607
3607
|
selector: 'swirl-search',
|
|
3608
3608
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3609
3609
|
template: '<ng-content></ng-content>',
|
|
3610
|
-
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
|
|
3610
|
+
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
|
|
3611
3611
|
})
|
|
3612
3612
|
export class SwirlSearch {
|
|
3613
3613
|
protected el: HTMLElement;
|
|
@@ -3650,12 +3650,14 @@ export class SwirlSelect {
|
|
|
3650
3650
|
export declare interface SwirlSeparator extends Components.SwirlSeparator {}
|
|
3651
3651
|
|
|
3652
3652
|
@ProxyCmp({
|
|
3653
|
-
defineCustomElementFn: undefined
|
|
3653
|
+
defineCustomElementFn: undefined,
|
|
3654
|
+
inputs: ['spacing']
|
|
3654
3655
|
})
|
|
3655
3656
|
@Component({
|
|
3656
3657
|
selector: 'swirl-separator',
|
|
3657
3658
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3658
|
-
template: '<ng-content></ng-content>'
|
|
3659
|
+
template: '<ng-content></ng-content>',
|
|
3660
|
+
inputs: ['spacing']
|
|
3659
3661
|
})
|
|
3660
3662
|
export class SwirlSeparator {
|
|
3661
3663
|
protected el: HTMLElement;
|