@magic-xpa/angular 4.1201.0-dev4121.254 → 4.1201.0-dev4121.263

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Magic-xpa/angular
2
-
3
- This package is part of Magic xpa Web Application Framework.
4
- It is used to easily create modern business apps powered by Angular to provide a rich user experience and meet the increasingly complex enterprise business expectations for digital transformation.
5
-
1
+ # Magic-xpa/angular
2
+
3
+ This package is part of Magic xpa Web Application Framework.
4
+ It is used to easily create modern business apps powered by Angular to provide a rich user experience and meet the increasingly complex enterprise business expectations for digital transformation.
5
+
@@ -1704,13 +1704,13 @@ class MagicAlertComponent extends BaseMagicAlertComponent {
1704
1704
  }
1705
1705
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicAlertComponent, [{
1706
1706
  type: Component,
1707
- args: [{ selector: 'sample-magic-alert-component', template: `<div>
1708
- <div class="mg-message-background">
1709
- <h2> {{title}}</h2>
1710
- <p>{{message}} </p>
1711
-
1712
- <button (click)="OnClose()">OK</button>
1713
- </div>
1707
+ args: [{ selector: 'sample-magic-alert-component', template: `<div>
1708
+ <div class="mg-message-background">
1709
+ <h2> {{title}}</h2>
1710
+ <p>{{message}} </p>
1711
+
1712
+ <button (click)="OnClose()">OK</button>
1713
+ </div>
1714
1714
  </div>`, standalone: false, styles: [".mg-message-background{background-color:#f5f5f5;width:40%;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;padding:17px;border-radius:5px;text-align:center;margin-top:10%;margin-left:auto;margin-right:auto;border:1px solid gray}button{background-color:#8cd4f5;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}\n"] }]
1715
1715
  }], null, null); })();
1716
1716
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MagicAlertComponent, { className: "MagicAlertComponent", filePath: "src/ui/components/magic-alert.component.ts", lineNumber: 49 }); })();
@@ -1743,16 +1743,16 @@ class MagicConfirmationBoxComponent extends BaseMagicConfirmComponent {
1743
1743
  }
1744
1744
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicConfirmationBoxComponent, [{
1745
1745
  type: Component,
1746
- args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
1747
- <div class="mg-message-background">
1748
- <h2> {{title}}</h2>
1749
- {{message}}
1750
- <br>
1751
- <br>
1752
-
1753
- <button (click)="OnClose(true)">OK</button>
1754
- <button class="cancel" (click)="OnClose(false)">Cancel</button>
1755
- </div>
1746
+ args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
1747
+ <div class="mg-message-background">
1748
+ <h2> {{title}}</h2>
1749
+ {{message}}
1750
+ <br>
1751
+ <br>
1752
+
1753
+ <button (click)="OnClose(true)">OK</button>
1754
+ <button class="cancel" (click)="OnClose(false)">Cancel</button>
1755
+ </div>
1756
1756
  </div>`, standalone: false, styles: [".mg-message-background{background-color:#f5f5f5;width:40%;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;padding:17px;border-radius:5px;text-align:center;margin-top:10%;margin-left:auto;margin-right:auto;border:1px solid gray}button{background-color:#8cd4f5;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}button.cancel{background-color:#c1c1c1}\n"] }]
1757
1757
  }], null, null); })();
1758
1758
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MagicConfirmationBoxComponent, { className: "MagicConfirmationBoxComponent", filePath: "src/ui/components/magic-confirmation-box.component.ts", lineNumber: 55 }); })();