@getflip/swirl-components-angular 0.101.6 → 0.102.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 +19 -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
|
@@ -190,7 +190,7 @@ export declare class SwirlBox {
|
|
|
190
190
|
protected el: HTMLElement;
|
|
191
191
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
192
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBox, never>;
|
|
193
|
-
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>;
|
|
193
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "bordered": "bordered"; "borderedBlockEnd": "borderedBlockEnd"; "borderedBlockStart": "borderedBlockStart"; "borderedInlineEnd": "borderedInlineEnd"; "borderedInlineStart": "borderedInlineStart"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "maxWidth": "maxWidth"; "overflow": "overflow"; "padding": "padding"; "paddingBlockEnd": "paddingBlockEnd"; "paddingBlockStart": "paddingBlockStart"; "paddingInlineEnd": "paddingInlineEnd"; "paddingInlineStart": "paddingInlineStart"; }, {}, never, ["*"], false>;
|
|
194
194
|
}
|
|
195
195
|
export declare interface SwirlButton extends Components.SwirlButton {
|
|
196
196
|
}
|
|
@@ -199,7 +199,7 @@ export declare class SwirlButton {
|
|
|
199
199
|
protected el: HTMLElement;
|
|
200
200
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "pressed": "pressed"; "size": "size"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
202
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "pressed": "pressed"; "size": "size"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaCurrent": "swirlAriaCurrent"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaHaspopup": "swirlAriaHaspopup"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "textAlign": "textAlign"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
203
203
|
}
|
|
204
204
|
export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
|
|
205
205
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.102.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.102.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -373,13 +373,13 @@ export declare interface SwirlBox extends Components.SwirlBox {}
|
|
|
373
373
|
|
|
374
374
|
@ProxyCmp({
|
|
375
375
|
defineCustomElementFn: undefined,
|
|
376
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
376
|
+
inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
377
377
|
})
|
|
378
378
|
@Component({
|
|
379
379
|
selector: 'swirl-box',
|
|
380
380
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
381
381
|
template: '<ng-content></ng-content>',
|
|
382
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
382
|
+
inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
383
383
|
})
|
|
384
384
|
export class SwirlBox {
|
|
385
385
|
protected el: HTMLElement;
|
|
@@ -394,13 +394,13 @@ export declare interface SwirlButton extends Components.SwirlButton {}
|
|
|
394
394
|
|
|
395
395
|
@ProxyCmp({
|
|
396
396
|
defineCustomElementFn: undefined,
|
|
397
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
|
|
397
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
398
398
|
})
|
|
399
399
|
@Component({
|
|
400
400
|
selector: 'swirl-button',
|
|
401
401
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
402
402
|
template: '<ng-content></ng-content>',
|
|
403
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
|
|
403
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
404
404
|
})
|
|
405
405
|
export class SwirlButton {
|
|
406
406
|
protected el: HTMLElement;
|