@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
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2025-10-
|
|
23
|
+
Build at: 2025-10-16T15:04:41.393Z - Time: 13078ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.396.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1278](https://github.com/getflip/swirl/pull/1278)
|
|
8
|
+
[`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
|
|
10
|
+
swirl-tag
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`fd0bdb1af`](https://github.com/getflip/swirl/commit/fd0bdb1af5838be7997eec6a3278349da0a0edc6)]:
|
|
16
|
+
- @getflip/swirl-components@0.396.0
|
|
17
|
+
|
|
18
|
+
## 0.395.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [#1276](https://github.com/getflip/swirl/pull/1276)
|
|
23
|
+
[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
|
|
24
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add cleared
|
|
25
|
+
event to swirl-text-input
|
|
26
|
+
|
|
27
|
+
* [#1276](https://github.com/getflip/swirl/pull/1276)
|
|
28
|
+
[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
|
|
29
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
30
|
+
showCharacterCounterNearLimit prop to swirl-text-input
|
|
31
|
+
|
|
32
|
+
- [#1276](https://github.com/getflip/swirl/pull/1276)
|
|
33
|
+
[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
|
|
34
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Allow clear
|
|
35
|
+
button to be shown together with character count in swirl-text-input
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
[[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698),
|
|
41
|
+
[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698),
|
|
42
|
+
[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)]:
|
|
43
|
+
- @getflip/swirl-components@0.395.0
|
|
44
|
+
|
|
3
45
|
## 0.394.1
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
|
@@ -12201,11 +12201,11 @@ let SwirlTag = class SwirlTag {
|
|
|
12201
12201
|
proxyOutputs(this, this.el, ['remove']);
|
|
12202
12202
|
}
|
|
12203
12203
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12204
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12204
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTag, isStandalone: false, selector: "swirl-tag", inputs: { bordered: "bordered", hideLabel: "hideLabel", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12205
12205
|
};
|
|
12206
12206
|
SwirlTag = __decorate([
|
|
12207
12207
|
ProxyCmp({
|
|
12208
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
12208
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
12209
12209
|
})
|
|
12210
12210
|
], SwirlTag);
|
|
12211
12211
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -12215,7 +12215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
12215
12215
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12216
12216
|
template: '<ng-content></ng-content>',
|
|
12217
12217
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12218
|
-
inputs: ['bordered', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
12218
|
+
inputs: ['bordered', 'hideLabel', 'icon', 'iconPosition', 'intent', { name: 'label', required: true }, 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
12219
12219
|
standalone: false
|
|
12220
12220
|
}]
|
|
12221
12221
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -12253,14 +12253,14 @@ let SwirlTextInput = class SwirlTextInput {
|
|
|
12253
12253
|
this.z = z;
|
|
12254
12254
|
c.detach();
|
|
12255
12255
|
this.el = r.nativeElement;
|
|
12256
|
-
proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
|
|
12256
|
+
proxyOutputs(this, this.el, ['clear', 'inputBlur', 'inputFocus', 'valueChange']);
|
|
12257
12257
|
}
|
|
12258
12258
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12259
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTextInput, isStandalone: false, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", characterCounterLabel: "characterCounterLabel", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", readonly: "readonly", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12259
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTextInput, isStandalone: false, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", characterCounterLabel: "characterCounterLabel", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", readonly: "readonly", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", showCharacterCounterNearLimit: "showCharacterCounterNearLimit", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12260
12260
|
};
|
|
12261
12261
|
SwirlTextInput = __decorate([
|
|
12262
12262
|
ProxyCmp({
|
|
12263
|
-
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'],
|
|
12263
|
+
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'],
|
|
12264
12264
|
methods: ['blurInput', 'focusInput']
|
|
12265
12265
|
})
|
|
12266
12266
|
], SwirlTextInput);
|
|
@@ -12271,7 +12271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
12271
12271
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12272
12272
|
template: '<ng-content></ng-content>',
|
|
12273
12273
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12274
|
-
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'],
|
|
12274
|
+
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'],
|
|
12275
12275
|
standalone: false
|
|
12276
12276
|
}]
|
|
12277
12277
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|