@biggive/components-angular 202307201413.0.0 → 202307271726.0.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/esm2022/lib/components.module.mjs +4 -4
- package/esm2022/lib/stencil-generated/components.mjs +159 -159
- package/fesm2022/biggive-components-angular.mjs +162 -162
- package/fesm2022/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -439,7 +439,7 @@ export declare class BiggiveTextInput {
|
|
|
439
439
|
protected el: HTMLElement;
|
|
440
440
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
441
441
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
|
|
442
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": { "alias": "currency"; "required": false; }; "
|
|
442
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": { "alias": "currency"; "required": false; }; "selectStyle": { "alias": "selectStyle"; "required": false; }; "spaceBelow": { "alias": "spaceBelow"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
443
443
|
}
|
|
444
444
|
export declare interface BiggiveTextInput extends Components.BiggiveTextInput {
|
|
445
445
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@biggive/components-angular",
|
|
3
3
|
"description": "Angular-packaged components for @biggive apps",
|
|
4
4
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "202307271726.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^15.2.9||^16.1.0",
|
|
8
8
|
"@angular/core": "^15.2.9||^16.1.0",
|