@softheon/armature 21.0.0 → 21.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.8.1"
6
6
  },
@@ -18,8 +18,8 @@
18
18
  "@ngbracket/ngx-layout": "^21.0.0",
19
19
  "@ngx-translate/core": "^17.0.0",
20
20
  "@ngx-translate/http-loader": "^17.0.0",
21
- "ag-grid-angular": "^31.2.1",
22
- "ag-grid-community": "^31.2.1",
21
+ "ag-grid-angular": "^35.0.1",
22
+ "ag-grid-community": "^35.0.1",
23
23
  "angular-oauth2-oidc": "~20.0.2",
24
24
  "angular-oauth2-oidc-jwks": "~20.0.0",
25
25
  "ngx-cookie-service": "^21.1.0",
@@ -2907,10 +2907,6 @@ declare class SofSubNavigationComponent {
2907
2907
  activeIndex: EventEmitter<number>;
2908
2908
  /** The current active option index */
2909
2909
  currentActiveOptionIndex: number;
2910
- /** The constructor */
2911
- constructor();
2912
- /** On component init */
2913
- ngOnInit(): void;
2914
2910
  /**
2915
2911
  * Handle navigation link click event
2916
2912
  * @param index the nav link index in the subNavigationData config array
@@ -3378,13 +3374,9 @@ declare class FooterConfig {
3378
3374
  }
3379
3375
 
3380
3376
  /** The Armature Footer Component */
3381
- declare class ArmatureFooterComponent implements OnInit {
3377
+ declare class ArmatureFooterComponent {
3382
3378
  /** The footer config */
3383
3379
  footerConfig: FooterConfig;
3384
- /** the constructor */
3385
- constructor();
3386
- /** On Init */
3387
- ngOnInit(): void;
3388
3380
  static ɵfac: i0.ɵɵFactoryDeclaration<ArmatureFooterComponent, never>;
3389
3381
  static ɵcmp: i0.ɵɵComponentDeclaration<ArmatureFooterComponent, "sof-ar-footer", never, { "footerConfig": { "alias": "footerConfig"; "required": false; }; }, {}, never, ["[sof-ar-footer-pre-content-1]", "[sof-ar-footer-pre-content-2]", "[sof-ar-footer-content]"], false, never>;
3390
3382
  }
@@ -3500,7 +3492,7 @@ declare class SofProgressBarComponent implements OnInit, OnChanges {
3500
3492
  }
3501
3493
 
3502
3494
  /** The softheon radio card component */
3503
- declare class SofRadioCardComponent implements OnInit {
3495
+ declare class SofRadioCardComponent {
3504
3496
  /** The title */
3505
3497
  title: string;
3506
3498
  /** The id */
@@ -3511,8 +3503,6 @@ declare class SofRadioCardComponent implements OnInit {
3511
3503
  disabled: boolean;
3512
3504
  /** The color of the radio button */
3513
3505
  color: ThemePalette;
3514
- /** On component init */
3515
- ngOnInit(): void;
3516
3506
  static ɵfac: i0.ɵɵFactoryDeclaration<SofRadioCardComponent, never>;
3517
3507
  static ɵcmp: i0.ɵɵComponentDeclaration<SofRadioCardComponent, "sof-radio-card", never, { "title": { "alias": "title"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["[radio-card-content]"], false, never>;
3518
3508
  }
@@ -3760,7 +3750,7 @@ declare class SofStarRatingComponent {
3760
3750
  static ɵcmp: i0.ɵɵComponentDeclaration<SofStarRatingComponent, "sof-star-rating", never, { "rating": { "alias": "rating"; "required": false; }; "maxStars": { "alias": "maxStars"; "required": false; }; }, {}, never, never, false, never>;
3761
3751
  }
3762
3752
 
3763
- declare class SofBadgeComponent {
3753
+ declare class SofBadgeComponent implements OnInit, OnChanges {
3764
3754
  /** Whether to show bold background color not */
3765
3755
  bold: boolean;
3766
3756
  /** The language text or a key that will be shown in this component */
@@ -3910,7 +3900,7 @@ declare class SofUtilityButtonComponent {
3910
3900
  static ɵcmp: i0.ɵɵComponentDeclaration<SofUtilityButtonComponent, "sof-utility-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonAriaLabel": { "alias": "buttonAriaLabel"; "required": true; }; "buttonTheme": { "alias": "buttonTheme"; "required": false; }; "buttonEmphasis": { "alias": "buttonEmphasis"; "required": false; }; "buttonIconClass": { "alias": "buttonIconClass"; "required": false; }; "buttonDisabled": { "alias": "buttonDisabled"; "required": false; }; "menuDropDown": { "alias": "menuDropDown"; "required": false; }; "menuTitle": { "alias": "menuTitle"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "buttonClick": { "alias": "buttonClick"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, false, never>;
3911
3901
  }
3912
3902
 
3913
- declare class SofImageCheckboxComponent implements OnInit {
3903
+ declare class SofImageCheckboxComponent {
3914
3904
  /** The language text or a key that will be shown in this component */
3915
3905
  imageTitle: string;
3916
3906
  /** If Checkbox is checked */
@@ -3929,10 +3919,6 @@ declare class SofImageCheckboxComponent implements OnInit {
3929
3919
  matColor: string;
3930
3920
  /** Whether the image checkbox is disabled or not */
3931
3921
  isDisabled: boolean;
3932
- /** The constructor */
3933
- constructor();
3934
- /** Component on init lifecycle method */
3935
- ngOnInit(): void;
3936
3922
  static ɵfac: i0.ɵɵFactoryDeclaration<SofImageCheckboxComponent, never>;
3937
3923
  static ɵcmp: i0.ɵɵComponentDeclaration<SofImageCheckboxComponent, "sof-image-checkbox", never, { "imageTitle": { "alias": "imageTitle"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "imageHeight": { "alias": "imageHeight"; "required": false; }; "imageWidth": { "alias": "imageWidth"; "required": false; }; "containerHeight": { "alias": "containerHeight"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; "matColor": { "alias": "matColor"; "required": false; }; "isDisabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
3938
3924
  }
@@ -6418,7 +6404,7 @@ interface ResizeEvent {
6418
6404
  }
6419
6405
 
6420
6406
  /** The Resize Panels Component */
6421
- declare class ResizePanelsComponent implements OnInit {
6407
+ declare class ResizePanelsComponent implements OnInit, OnChanges {
6422
6408
  /** The panel split direction */
6423
6409
  direction: 'horizontal' | 'vertical';
6424
6410
  /** The panel split position */
@@ -6449,10 +6435,6 @@ declare class ResizePanelsComponent implements OnInit {
6449
6435
  private secondPanelMaxHeight;
6450
6436
  /** The initial split position */
6451
6437
  private initialSplit;
6452
- /**
6453
- * Creates an instance of ResizePanelsComponent
6454
- */
6455
- constructor();
6456
6438
  /** Initializes the component */
6457
6439
  ngOnInit(): void;
6458
6440
  /** On Changes Lifecycle Hook */
@@ -6498,7 +6480,7 @@ declare class FeedbackToolComponent implements OnInit {
6498
6480
  /** Language key for the user experience, default is 'purchasingPlan' */
6499
6481
  experience: string;
6500
6482
  /** The event to close/destroy this component */
6501
- close: EventEmitter<any>;
6483
+ closeTool: EventEmitter<any>;
6502
6484
  /** The event with the feedback object for submit */
6503
6485
  feedbackSubmit: EventEmitter<UserFeedback>;
6504
6486
  /** User feedback message textarea element ref */
@@ -6515,7 +6497,6 @@ declare class FeedbackToolComponent implements OnInit {
6515
6497
  headerTitle: string;
6516
6498
  /** The description language key */
6517
6499
  description: string;
6518
- constructor();
6519
6500
  ngOnInit(): void;
6520
6501
  /**
6521
6502
  * Give positive/negative feedback
@@ -6527,7 +6508,7 @@ declare class FeedbackToolComponent implements OnInit {
6527
6508
  /** Emit the event to close/destroy this component */
6528
6509
  closeFeedbackTool(): void;
6529
6510
  static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackToolComponent, never>;
6530
- static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackToolComponent, "sof-ar-feedback-tool", never, { "application": { "alias": "application"; "required": true; }; "experience": { "alias": "experience"; "required": false; }; }, { "close": "close"; "feedbackSubmit": "feedbackSubmit"; }, never, never, false, never>;
6511
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackToolComponent, "sof-ar-feedback-tool", never, { "application": { "alias": "application"; "required": true; }; "experience": { "alias": "experience"; "required": false; }; }, { "closeTool": "closeTool"; "feedbackSubmit": "feedbackSubmit"; }, never, never, false, never>;
6531
6512
  }
6532
6513
  /**
6533
6514
  * The user feedback interface