ps-toolkit-ui 1.6.92 → 1.6.95
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/bundles/ps-toolkit-ui.umd.js +3 -3
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/error/error.component.js +3 -3
- package/esm2015/ps-toolkit-ui.js +1 -2
- package/esm2015/public-api.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.d.ts +0 -1
- package/ps-toolkit-ui.metadata.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -6611,8 +6611,8 @@
|
|
|
6611
6611
|
ErrorComponent.decorators = [
|
|
6612
6612
|
{ type: core.Component, args: [{
|
|
6613
6613
|
selector: 'lib-error',
|
|
6614
|
-
template: "<div id=\"Error\">\r\n <div class=\"error-con\" *ngIf=\"message === '
|
|
6615
|
-
styles: ["#Error{align-items:center;background-color:#fff;display:flex;float:right;justify-content:center;min-height:calc(100vh - 125px);position:relative;width:100%}#Error .error-con{border-radius:var(--border-radius-base);float:right;height:100%;width:100%}#Error .error-con .error-text{float:right;font-family:VazirBold;font-size:
|
|
6614
|
+
template: "<div id=\"Error\">\r\n <div class=\"error-con\" *ngIf=\"message === 'notregistered'\">\r\n <i class=\"fa-duotone fa-registered error-icon\"></i>\r\n <div class=\"error-text\">{{l(\"FormBaseErrorNotRegistered\")}}</div>\r\n </div>\r\n <div class=\"error-con\" *ngIf=\"message === 'expiredregistered'\">\r\n <i class=\"fa-duotone fa-hourglass-end error-icon\"></i>\r\n <div class=\"error-text\">{{l(\"FormBaseErrorExpiredRegistered\")}}</div>\r\n </div>\r\n</div>\r\n",
|
|
6615
|
+
styles: ["#Error{align-items:center;background-color:#fff;display:flex;float:right;justify-content:center;min-height:calc(100vh - 125px);position:relative;width:100%}#Error .error-con{border-radius:var(--border-radius-base);float:right;height:100%;width:100%}#Error .error-con .error-text{float:right;font-family:VazirBold;font-size:30px;height:100px;line-height:120px;position:relative;text-align:center;width:100%;z-index:2}#Error .error-con .error-icon{color:var(--black-light);float:right;font-size:150px;text-align:center;width:100%}@media (max-width:399.99px){#Error .error-con{right:5%;width:90%}#Error .error-con .error-text{font-size:25px}#Error .error-con .error-icon{font-size:170px}}@media (min-width:400px) and (max-width:499.99px){#Error .error-con{right:5%;width:90%}#Error .error-con .error-text{font-size:25px}#Error .error-con .error-icon{font-size:170px}}@media (min-width:500px) and (max-width:599.99px){#Error .error-con{right:5%;width:90%}#Error .error-con .error-icon{font-size:200px}}@media (min-width:600px) and (max-width:699.99px){#Error .error-con{right:10%;width:80%}}"]
|
|
6616
6616
|
},] }
|
|
6617
6617
|
];
|
|
6618
6618
|
ErrorComponent.ctorParameters = function () { return [
|
|
@@ -8269,6 +8269,7 @@
|
|
|
8269
8269
|
exports.CurrentDataClass = CurrentDataClass;
|
|
8270
8270
|
exports.DayClass = DayClass;
|
|
8271
8271
|
exports.EnumUtils = EnumUtils;
|
|
8272
|
+
exports.ErrorComponent = ErrorComponent;
|
|
8272
8273
|
exports.FooterComponent = FooterComponent;
|
|
8273
8274
|
exports.FormBankCardComponent = FormBankCardComponent;
|
|
8274
8275
|
exports.FormButtonComponent = FormButtonComponent;
|
|
@@ -8337,7 +8338,6 @@
|
|
|
8337
8338
|
exports.ɵn = ChartComponent;
|
|
8338
8339
|
exports.ɵo = SafeHtmlPipe;
|
|
8339
8340
|
exports.ɵp = FormTagComponent;
|
|
8340
|
-
exports.ɵq = ErrorComponent;
|
|
8341
8341
|
|
|
8342
8342
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8343
8343
|
|