raise-common-lib-new 0.0.88 → 0.0.89

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.
@@ -148,7 +148,7 @@ export declare class PaneGroupNewComponent implements OnInit {
148
148
  onMenuClose(item: any): void;
149
149
  getAsofdate(item: any): any;
150
150
  getCurrency(config: any): any;
151
- getFigurecode(figureCode: any): 2 | 0 | 1 | 3 | 4;
151
+ getFigurecode(figureCode: any): 0 | 1 | 2 | 3 | 4;
152
152
  getTableName(item: any): boolean;
153
153
  pushSlider(): void;
154
154
  private getFigureCode;
@@ -8,8 +8,8 @@ export declare class FloatBoxComponent implements AfterViewInit, OnDestroy {
8
8
  _animation: "yes" | "no";
9
9
  _fixed: "yes" | "no";
10
10
  _floatClass: string;
11
- get placement(): "top" | "left" | "right" | "bottom";
12
- get position(): "center" | "start" | "end";
11
+ get placement(): "top" | "bottom" | "right" | "left";
12
+ get position(): "start" | "center" | "end";
13
13
  get trigger(): "hover" | "click" | "rightClick";
14
14
  get animation(): "yes" | "no";
15
15
  get fixed(): "yes" | "no";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"
@@ -1,6 +1,7 @@
1
- .rs-dialog-wrap{
2
- max-width: 100% !important;
3
- .mat-dialog-container{
4
- padding: 0 !important;
5
- }
1
+ .rs-dialog-wrap {
2
+ max-width: 100% !important;
3
+ .mat-mdc-dialog-container {
4
+ padding: 0 !important;
5
+ border-radius: 10px;
6
+ }
6
7
  }