@biggive/components-angular 202305040926.0.0 → 202305111528.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/esm2020/lib/stencil-generated/components.mjs +6 -4
- package/fesm2015/biggive-components-angular.mjs +7 -3
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +7 -3
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -481,7 +481,7 @@ export declare class BiggiveTextInput {
|
|
|
481
481
|
protected el: HTMLElement;
|
|
482
482
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
483
483
|
static ɵfac: i0.ɵɵFactoryDeclaration<BiggiveTextInput, never>;
|
|
484
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, {}, {}, never, ["*"], false, never>;
|
|
484
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiggiveTextInput, "biggive-text-input", never, { "currency": "currency"; "prompt": "prompt"; "selectStyle": "selectStyle"; "spaceBelow": "spaceBelow"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
485
485
|
}
|
|
486
486
|
export declare interface BiggiveTimeline extends Components.BiggiveTimeline {
|
|
487
487
|
}
|
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": "202305111528.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^14.1.0||^15.0.4",
|
|
8
8
|
"@angular/core": "^14.1.0||^15.0.4",
|