@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.
@@ -60,6 +60,7 @@ import { defineCustomElement as defineCustomElement$T } from '@biggive/component
60
60
  import { CommonModule } from '@angular/common';
61
61
 
62
62
  /* eslint-disable */
63
+ /* tslint:disable */
63
64
  const proxyInputs = (Cmp, inputs) => {
64
65
  const Prototype = Cmp.prototype;
65
66
  inputs.forEach(item => {
@@ -1246,10 +1247,11 @@ let BiggiveTextInput = class BiggiveTextInput {
1246
1247
  }
1247
1248
  };
1248
1249
  BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1249
- BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTextInput, selector: "biggive-text-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1250
+ BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveTextInput, selector: "biggive-text-input", inputs: { currency: "currency", prompt: "prompt", selectStyle: "selectStyle", spaceBelow: "spaceBelow", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1250
1251
  BiggiveTextInput = __decorate([
1251
1252
  ProxyCmp({
1252
- defineCustomElementFn: defineCustomElement$M
1253
+ defineCustomElementFn: defineCustomElement$M,
1254
+ inputs: ['currency', 'prompt', 'selectStyle', 'spaceBelow', 'value']
1253
1255
  })
1254
1256
  ], BiggiveTextInput);
1255
1257
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveTextInput, decorators: [{
@@ -1257,7 +1259,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1257
1259
  args: [{
1258
1260
  selector: 'biggive-text-input',
1259
1261
  changeDetection: ChangeDetectionStrategy.OnPush,
1260
- template: '<ng-content></ng-content>'
1262
+ template: '<ng-content></ng-content>',
1263
+ inputs: ['currency', 'prompt', 'selectStyle', 'spaceBelow', 'value']
1261
1264
  }]
1262
1265
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1263
1266
  let BiggiveTimeline = class BiggiveTimeline {
@@ -1504,6 +1507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1504
1507
  /*
1505
1508
  * Public API Surface of components
1506
1509
  */
1510
+ // Directives
1507
1511
 
1508
1512
  /**
1509
1513
  * Generated bundle index. Do not edit.