@oicl/openbridge-webcomponents-ng 2.0.0-next.10 → 2.0.0-next.11

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/index.d.ts CHANGED
@@ -5935,9 +5935,15 @@ declare class ObcSliderDouble {
5935
5935
  get labelDecimals(): number;
5936
5936
  set labelWidth(v: string);
5937
5937
  get labelWidth(): string;
5938
+ set showLeftReadout(v: boolean);
5939
+ get showLeftReadout(): boolean;
5940
+ set showRightReadout(v: boolean);
5941
+ get showRightReadout(): boolean;
5942
+ set hugContainer(v: boolean);
5943
+ get hugContainer(): boolean;
5938
5944
  valueEvent: EventEmitter<ObcSliderDoubleValueEvent>;
5939
5945
  static ɵfac: i0.ɵɵFactoryDeclaration<ObcSliderDouble, never>;
5940
- static ɵcmp: i0.ɵɵComponentDeclaration<ObcSliderDouble, "obc-slider-double", never, { "low": { "alias": "low"; "required": false; }; "high": { "alias": "high"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "stepClick": { "alias": "stepClick"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "allowSeeking": { "alias": "allowSeeking"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "seekingSpeed": { "alias": "seekingSpeed"; "required": false; }; "labelUnit": { "alias": "labelUnit"; "required": false; }; "labelDecimals": { "alias": "labelDecimals"; "required": false; }; "labelWidth": { "alias": "labelWidth"; "required": false; }; }, { "valueEvent": "valueEvent"; }, never, ["*"], true, never>;
5946
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObcSliderDouble, "obc-slider-double", never, { "low": { "alias": "low"; "required": false; }; "high": { "alias": "high"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "stepClick": { "alias": "stepClick"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "allowSeeking": { "alias": "allowSeeking"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "seekingSpeed": { "alias": "seekingSpeed"; "required": false; }; "labelUnit": { "alias": "labelUnit"; "required": false; }; "labelDecimals": { "alias": "labelDecimals"; "required": false; }; "labelWidth": { "alias": "labelWidth"; "required": false; }; "showLeftReadout": { "alias": "showLeftReadout"; "required": false; }; "showRightReadout": { "alias": "showRightReadout"; "required": false; }; "hugContainer": { "alias": "hugContainer"; "required": false; }; }, { "valueEvent": "valueEvent"; }, never, ["*"], true, never>;
5941
5947
  }
5942
5948
 
5943
5949
  declare class ObcSplitButton {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents-ng",
3
3
  "type": "module",
4
- "version": "2.0.0-next.10",
4
+ "version": "2.0.0-next.11",
5
5
  "dependencies": {
6
- "@oicl/openbridge-webcomponents": "^2.0.0-next.9",
6
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.10",
7
7
  "tslib": "^2.8.1"
8
8
  },
9
9
  "peerDependencies": {