@magic-xpa/angular 4.1100.0-dev4110.72 → 4.1100.0-dev4110.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.
- package/README.md +5 -5
- 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
@@ -1177,13 +1177,13 @@ MagicAlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MagicAlertComponent,
|
|
1177
1177
|
} }, 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}"] });
|
1178
1178
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicAlertComponent, [{
|
1179
1179
|
type: Component,
|
1180
|
-
args: [{ selector: 'sample-magic-alert-component', template: `<div>
|
1181
|
-
<div class="mg-message-background">
|
1182
|
-
<h2> {{title}}</h2>
|
1183
|
-
<p>{{message}} </p>
|
1184
|
-
|
1185
|
-
<button (click)="OnClose()">OK</button>
|
1186
|
-
</div>
|
1180
|
+
args: [{ selector: 'sample-magic-alert-component', template: `<div>
|
1181
|
+
<div class="mg-message-background">
|
1182
|
+
<h2> {{title}}</h2>
|
1183
|
+
<p>{{message}} </p>
|
1184
|
+
|
1185
|
+
<button (click)="OnClose()">OK</button>
|
1186
|
+
</div>
|
1187
1187
|
</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"] }]
|
1188
1188
|
}], null, null); })();
|
1189
1189
|
|
@@ -1212,16 +1212,16 @@ MagicConfirmationBoxComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MagicConfir
|
|
1212
1212
|
} }, 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}"] });
|
1213
1213
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicConfirmationBoxComponent, [{
|
1214
1214
|
type: Component,
|
1215
|
-
args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
|
1216
|
-
<div class="mg-message-background">
|
1217
|
-
<h2> {{title}}</h2>
|
1218
|
-
{{message}}
|
1219
|
-
<br>
|
1220
|
-
<br>
|
1221
|
-
|
1222
|
-
<button (click)="OnClose(true)">OK</button>
|
1223
|
-
<button class="cancel" (click)="OnClose(false)">Cancel</button>
|
1224
|
-
</div>
|
1215
|
+
args: [{ selector: 'sample-magic-confirmation-box', template: `<div>
|
1216
|
+
<div class="mg-message-background">
|
1217
|
+
<h2> {{title}}</h2>
|
1218
|
+
{{message}}
|
1219
|
+
<br>
|
1220
|
+
<br>
|
1221
|
+
|
1222
|
+
<button (click)="OnClose(true)">OK</button>
|
1223
|
+
<button class="cancel" (click)="OnClose(false)">Cancel</button>
|
1224
|
+
</div>
|
1225
1225
|
</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"] }]
|
1226
1226
|
}], null, null); })();
|
1227
1227
|
|