@magic-xpa/angular 4.1000.0-dev4100.415 → 4.1000.0-dev4100.417
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 +5 -5
- package/esm2020/index.mjs +1 -1
- package/esm2020/src/services/magic-color.service.mjs +1 -1
- package/esm2020/src/services/subform.magic.service.mjs +1 -1
- package/esm2020/src/services/table.magic.service.mjs +1 -1
- package/esm2020/src/ui/components/base-magic-alert.component.mjs +1 -1
- package/esm2020/src/ui/components/base-magic-confirm.component.mjs +1 -1
- package/esm2020/src/ui/components/magic-alert.component.mjs +8 -8
- package/esm2020/src/ui/components/magic-confirmation-box.component.mjs +11 -11
- package/esm2020/src/ui/directives/magic-focus.directive.mjs +1 -1
- package/esm2020/src/ui/directives/magicViewContainerRef.directive.mjs +1 -1
- package/fesm2015/magic-xpa-angular.mjs +17 -17
- package/fesm2015/magic-xpa-angular.mjs.map +1 -1
- package/fesm2020/magic-xpa-angular.mjs +17 -17
- package/fesm2020/magic-xpa-angular.mjs.map +1 -1
- package/package.json +3 -3
@@ -1175,13 +1175,13 @@ MagicAlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MagicAlertComponent,
|
|
1175
1175
|
} }, styles: [".mg-message-background[_ngcontent-%COMP%]{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[_ngcontent-%COMP%]{background-color:#8cd4f5;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}"] });
|
1176
1176
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicAlertComponent, [{
|
1177
1177
|
type: Component,
|
1178
|
-
args: [{ selector: 'sample-magic-alert-component', template: `<div>
|
1179
|
-
<div class="mg-message-background">
|
1180
|
-
<h2> {{title}}</h2>
|
1181
|
-
<p>{{message}} </p>
|
1182
|
-
|
1183
|
-
<button (click)="OnClose()">OK</button>
|
1184
|
-
</div>
|
1178
|
+
args: [{ selector: 'sample-magic-alert-component', template: `<div>
|
1179
|
+
<div class="mg-message-background">
|
1180
|
+
<h2> {{title}}</h2>
|
1181
|
+
<p>{{message}} </p>
|
1182
|
+
|
1183
|
+
<button (click)="OnClose()">OK</button>
|
1184
|
+
</div>
|
1185
1185
|
</div>`, 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;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}\n"] }]
|
1186
1186
|
}], null, null); })();
|
1187
1187
|
|
@@ -1210,16 +1210,16 @@ MagicConfirmationBoxComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MagicConfir
|
|
1210
1210
|
} }, styles: [".mg-message-background[_ngcontent-%COMP%]{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[_ngcontent-%COMP%]{background-color:#8cd4f5;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}button.cancel[_ngcontent-%COMP%]{background-color:#c1c1c1}"] });
|
1211
1211
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicConfirmationBoxComponent, [{
|
1212
1212
|
type: Component,
|
1213
|
-
args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
|
1214
|
-
<div class="mg-message-background">
|
1215
|
-
<h2> {{title}}</h2>
|
1216
|
-
{{message}}
|
1217
|
-
<br>
|
1218
|
-
<br>
|
1219
|
-
|
1220
|
-
<button (click)="OnClose(true)">OK</button>
|
1221
|
-
<button class="cancel" (click)="OnClose(false)">Cancel</button>
|
1222
|
-
</div>
|
1213
|
+
args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
|
1214
|
+
<div class="mg-message-background">
|
1215
|
+
<h2> {{title}}</h2>
|
1216
|
+
{{message}}
|
1217
|
+
<br>
|
1218
|
+
<br>
|
1219
|
+
|
1220
|
+
<button (click)="OnClose(true)">OK</button>
|
1221
|
+
<button class="cancel" (click)="OnClose(false)">Cancel</button>
|
1222
|
+
</div>
|
1223
1223
|
</div>`, 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;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}button.cancel{background-color:#c1c1c1}\n"] }]
|
1224
1224
|
}], null, null); })();
|
1225
1225
|
|