@getflip/swirl-components-angular 0.394.1 → 0.396.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 +42 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +7 -5
|
@@ -4141,7 +4141,7 @@ export declare class SwirlTag {
|
|
|
4141
4141
|
protected el: HTMLSwirlTagElement;
|
|
4142
4142
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4143
4143
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
|
|
4144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "bordered": { "alias": "bordered"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "removable": { "alias": "removable"; "required": false; }; "removalButtonLabel": { "alias": "removalButtonLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4144
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "bordered": { "alias": "bordered"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": true; }; "removable": { "alias": "removable"; "required": false; }; "removalButtonLabel": { "alias": "removalButtonLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4145
4145
|
}
|
|
4146
4146
|
export declare interface SwirlTag extends Components.SwirlTag {
|
|
4147
4147
|
remove: EventEmitter<CustomEvent<MouseEvent>>;
|
|
@@ -4160,9 +4160,10 @@ export declare class SwirlTextInput {
|
|
|
4160
4160
|
protected el: HTMLSwirlTextInputElement;
|
|
4161
4161
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4162
4162
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
|
|
4163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "characterCounterLabel": { "alias": "characterCounterLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disableDynamicWidth": { "alias": "disableDynamicWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "passwordToggleLabel": { "alias": "passwordToggleLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixLabel": { "alias": "prefixLabel"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showCharacterCounter": { "alias": "showCharacterCounter"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "suffixLabel": { "alias": "suffixLabel"; "required": false; }; "swirlAriaAutocomplete": { "alias": "swirlAriaAutocomplete"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlRole": { "alias": "swirlRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "characterCounterLabel": { "alias": "characterCounterLabel"; "required": false; }; "clearButtonLabel": { "alias": "clearButtonLabel"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disableDynamicWidth": { "alias": "disableDynamicWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "passwordToggleLabel": { "alias": "passwordToggleLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixLabel": { "alias": "prefixLabel"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showCharacterCounter": { "alias": "showCharacterCounter"; "required": false; }; "showCharacterCounterNearLimit": { "alias": "showCharacterCounterNearLimit"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "suffixLabel": { "alias": "suffixLabel"; "required": false; }; "swirlAriaAutocomplete": { "alias": "swirlAriaAutocomplete"; "required": false; }; "swirlAriaControls": { "alias": "swirlAriaControls"; "required": false; }; "swirlAriaDescribedby": { "alias": "swirlAriaDescribedby"; "required": false; }; "swirlAriaExpanded": { "alias": "swirlAriaExpanded"; "required": false; }; "swirlRole": { "alias": "swirlRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4164
4164
|
}
|
|
4165
4165
|
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
4166
|
+
clear: EventEmitter<CustomEvent<void>>;
|
|
4166
4167
|
inputBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
4167
4168
|
inputFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
4168
4169
|
valueChange: EventEmitter<CustomEvent<string>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.396.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.396.0",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
27
|
"tslib": "^2.3.0",
|
|
28
28
|
"zone.js": "0.15.0"
|
|
@@ -10597,14 +10597,14 @@ export declare interface SwirlTabs extends Components.SwirlTabs {
|
|
|
10597
10597
|
|
|
10598
10598
|
|
|
10599
10599
|
@ProxyCmp({
|
|
10600
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
10600
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
10601
10601
|
})
|
|
10602
10602
|
@Component({
|
|
10603
10603
|
selector: 'swirl-tag',
|
|
10604
10604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10605
10605
|
template: '<ng-content></ng-content>',
|
|
10606
10606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10607
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
10607
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
10608
10608
|
standalone: false
|
|
10609
10609
|
})
|
|
10610
10610
|
export class SwirlTag {
|
|
@@ -10647,7 +10647,7 @@ export declare interface SwirlText extends Components.SwirlText {}
|
|
|
10647
10647
|
|
|
10648
10648
|
|
|
10649
10649
|
@ProxyCmp({
|
|
10650
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
10650
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'showCharacterCounterNearLimit', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
10651
10651
|
methods: ['blurInput', 'focusInput']
|
|
10652
10652
|
})
|
|
10653
10653
|
@Component({
|
|
@@ -10655,7 +10655,7 @@ export declare interface SwirlText extends Components.SwirlText {}
|
|
|
10655
10655
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10656
10656
|
template: '<ng-content></ng-content>',
|
|
10657
10657
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10658
|
-
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
10658
|
+
inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'showCharacterCounterNearLimit', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
|
|
10659
10659
|
standalone: false
|
|
10660
10660
|
})
|
|
10661
10661
|
export class SwirlTextInput {
|
|
@@ -10663,13 +10663,15 @@ export class SwirlTextInput {
|
|
|
10663
10663
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
10664
10664
|
c.detach();
|
|
10665
10665
|
this.el = r.nativeElement;
|
|
10666
|
-
proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
|
|
10666
|
+
proxyOutputs(this, this.el, ['clear', 'inputBlur', 'inputFocus', 'valueChange']);
|
|
10667
10667
|
}
|
|
10668
10668
|
}
|
|
10669
10669
|
|
|
10670
10670
|
|
|
10671
10671
|
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
10672
10672
|
|
|
10673
|
+
clear: EventEmitter<CustomEvent<void>>;
|
|
10674
|
+
|
|
10673
10675
|
inputBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
10674
10676
|
|
|
10675
10677
|
inputFocus: EventEmitter<CustomEvent<FocusEvent>>;
|