@datarailsshared/datarailsshared 1.6.71 → 1.6.73

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.
@@ -10,7 +10,7 @@ export declare class DrDatePickerService {
10
10
  readonly timeframe$: import("rxjs").Observable<TimeframeOption>;
11
11
  get timeframe(): TTimeframeOption;
12
12
  set timeframe(value: TTimeframeOption);
13
- readonly format$: import("rxjs").Observable<string>;
13
+ format$: BehaviorSubject<string>;
14
14
  updatedQuarter$: Subject<Moment>;
15
15
  readonly weekSelectionChange$: Subject<WeekInfo>;
16
16
  updatedDateAndClose$: Subject<Moment>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.71",
3
+ "version": "1.6.73",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",