@colijnit/sharedcomponents 1.0.40 → 1.0.41
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 +24 -24
- package/bundles/colijnit-sharedcomponents.umd.js +132 -102
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +44 -43
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +45 -44
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +29 -0
- package/esm2015/lib/components/statusbar/statusbar.component.js +33 -34
- package/esm2015/lib/components/statusbar/statusbar.module.js +14 -10
- package/esm2015/lib/enum/icon.enum.js +1 -1
- package/esm2015/lib/model/icon-svg.js +1 -1
- package/fesm2015/colijnit-sharedcomponents.js +65 -37
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/screen-config-generator/style/_layout.scss +65 -0
- package/lib/components/screen-config-generator/style/_material-definition.scss +0 -0
- package/lib/components/screen-config-generator/style/_theme.scss +4 -0
- package/lib/components/screen-config-generator/style/material.scss +4 -0
- package/lib/components/statusbar/statusbar-popup.component.d.ts +7 -0
- package/lib/components/statusbar/statusbar.component.d.ts +9 -8
- package/lib/components/statusbar/style/_layout.scss +12 -28
- package/lib/components/statusbar/style/_theme.scss +5 -6
- package/package.json +14 -10
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# Sharedcomponents
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project sharedcomponents` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sharedcomponents`.
|
|
8
|
-
> Note: Don't forget to add `--project sharedcomponents` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build sharedcomponents` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build sharedcomponents`, go to the dist folder `cd dist/sharedcomponents` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test sharedcomponents` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# Sharedcomponents
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project sharedcomponents` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sharedcomponents`.
|
|
8
|
+
> Note: Don't forget to add `--project sharedcomponents` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build sharedcomponents` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build sharedcomponents`, go to the dist folder `cd dist/sharedcomponents` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test sharedcomponents` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -730,13 +730,13 @@
|
|
|
730
730
|
},] }
|
|
731
731
|
];
|
|
732
732
|
|
|
733
|
-
exports["
|
|
733
|
+
exports["ɵbr"] = void 0;
|
|
734
734
|
(function (LanguageCode) {
|
|
735
735
|
LanguageCode["Dutch"] = "nl-NL";
|
|
736
736
|
LanguageCode["English"] = "en-GB";
|
|
737
737
|
LanguageCode["German"] = "de-DE";
|
|
738
738
|
LanguageCode["French"] = "fr-FR";
|
|
739
|
-
})(exports["
|
|
739
|
+
})(exports["ɵbr"] || (exports["ɵbr"] = {}));
|
|
740
740
|
|
|
741
741
|
// Static utility functions holder related to strings.
|
|
742
742
|
var StringUtils = /** @class */ (function () {
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
DictionaryService.prototype.setDictionary = function (language) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function () {
|
|
852
852
|
return __generator(this, function (_a) {
|
|
853
|
-
this._language = language || exports["
|
|
853
|
+
this._language = language || exports["ɵbr"].Dutch;
|
|
854
854
|
this._loadDictionary();
|
|
855
855
|
return [2 /*return*/];
|
|
856
856
|
});
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
return key || "";
|
|
884
884
|
}
|
|
885
885
|
if (this.language === undefined) {
|
|
886
|
-
this._language = exports["
|
|
886
|
+
this._language = exports["ɵbr"].Dutch;
|
|
887
887
|
this._loadDictionary();
|
|
888
888
|
}
|
|
889
889
|
var text = this._dictionaries.get(this.language)[key];
|
|
@@ -1737,7 +1737,7 @@
|
|
|
1737
1737
|
]; };
|
|
1738
1738
|
|
|
1739
1739
|
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
1740
|
-
exports["
|
|
1740
|
+
exports["ɵbl"] = void 0;
|
|
1741
1741
|
(function (Icon) {
|
|
1742
1742
|
Icon["AngleLeftSolid"] = "angle_left_solid";
|
|
1743
1743
|
Icon["AngleRightSolid"] = "angle_right_solid";
|
|
@@ -1763,13 +1763,13 @@
|
|
|
1763
1763
|
Icon["PrintSolid"] = "print_solid";
|
|
1764
1764
|
Icon["SignatureField"] = "signature_field";
|
|
1765
1765
|
Icon["Xml"] = "xml";
|
|
1766
|
-
})(exports["
|
|
1766
|
+
})(exports["ɵbl"] || (exports["ɵbl"] = {}));
|
|
1767
1767
|
|
|
1768
1768
|
var StockInformationGridComponent = /** @class */ (function () {
|
|
1769
1769
|
function StockInformationGridComponent(iconCacheService, _stockService) {
|
|
1770
1770
|
this.iconCacheService = iconCacheService;
|
|
1771
1771
|
this._stockService = _stockService;
|
|
1772
|
-
this.icons = exports["
|
|
1772
|
+
this.icons = exports["ɵbl"];
|
|
1773
1773
|
this.transferIconClicked = new i0.EventEmitter();
|
|
1774
1774
|
this.historyClicked = new i0.EventEmitter();
|
|
1775
1775
|
this.cancelButtonClicked = new i0.EventEmitter();
|
|
@@ -2216,13 +2216,13 @@
|
|
|
2216
2216
|
}());
|
|
2217
2217
|
|
|
2218
2218
|
var sendMethodsWithIcon = [
|
|
2219
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["
|
|
2220
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["
|
|
2221
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["
|
|
2222
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["
|
|
2223
|
-
new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["
|
|
2224
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["
|
|
2225
|
-
new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["
|
|
2219
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbl"].PrintRegular),
|
|
2220
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbl"].PrintSolid),
|
|
2221
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbl"].AtSolid),
|
|
2222
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbl"].FileExportSolid),
|
|
2223
|
+
new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbl"].EnvelopeRegular),
|
|
2224
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbl"].MessageSmsSolid),
|
|
2225
|
+
new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbl"].PrintRegular)
|
|
2226
2226
|
];
|
|
2227
2227
|
var SendMethodDialogComponent = /** @class */ (function () {
|
|
2228
2228
|
function SendMethodDialogComponent(iconCacheService, _changeDetector, _sharedService, _sendMethodService) {
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
this._changeDetector = _changeDetector;
|
|
2232
2232
|
this._sharedService = _sharedService;
|
|
2233
2233
|
this._sendMethodService = _sendMethodService;
|
|
2234
|
-
this.icons = exports["
|
|
2234
|
+
this.icons = exports["ɵbl"];
|
|
2235
2235
|
this.printerList = [];
|
|
2236
2236
|
this.emailLayouts = [];
|
|
2237
2237
|
this.printLayouts = [];
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
this.sendMethodService = sendMethodService;
|
|
2573
2573
|
this.iconService = iconService;
|
|
2574
2574
|
this._service = _service;
|
|
2575
|
-
this.icons = exports["
|
|
2575
|
+
this.icons = exports["ɵbl"];
|
|
2576
2576
|
this.printers = [];
|
|
2577
2577
|
this.showPrinterList = false;
|
|
2578
2578
|
}
|
|
@@ -2771,7 +2771,7 @@
|
|
|
2771
2771
|
function OrderTabComponent(iconCacheService, _stockService) {
|
|
2772
2772
|
this.iconCacheService = iconCacheService;
|
|
2773
2773
|
this._stockService = _stockService;
|
|
2774
|
-
this.icons = exports["
|
|
2774
|
+
this.icons = exports["ɵbl"];
|
|
2775
2775
|
this.locationClicked = new i0.EventEmitter();
|
|
2776
2776
|
this.transferIconClicked = new i0.EventEmitter();
|
|
2777
2777
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
var StockTabsComponent = /** @class */ (function () {
|
|
2807
2807
|
function StockTabsComponent(_stockService) {
|
|
2808
2808
|
this._stockService = _stockService;
|
|
2809
|
-
this.icons = exports["
|
|
2809
|
+
this.icons = exports["ɵbl"];
|
|
2810
2810
|
this.transferIconClicked = new i0.EventEmitter();
|
|
2811
2811
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
2812
2812
|
this.tabs = [
|
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
|
|
2992
2992
|
var StockHistoryTabsComponent = /** @class */ (function () {
|
|
2993
2993
|
function StockHistoryTabsComponent() {
|
|
2994
|
-
this.icons = exports["
|
|
2994
|
+
this.icons = exports["ɵbl"];
|
|
2995
2995
|
this.selectedTab = 0;
|
|
2996
2996
|
}
|
|
2997
2997
|
return StockHistoryTabsComponent;
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
function OrderStockTabComponent(iconCacheService, _stockService) {
|
|
3013
3013
|
this.iconCacheService = iconCacheService;
|
|
3014
3014
|
this._stockService = _stockService;
|
|
3015
|
-
this.icons = exports["
|
|
3015
|
+
this.icons = exports["ɵbl"];
|
|
3016
3016
|
}
|
|
3017
3017
|
return OrderStockTabComponent;
|
|
3018
3018
|
}());
|
|
@@ -3036,7 +3036,7 @@
|
|
|
3036
3036
|
this.iconCacheService = iconCacheService;
|
|
3037
3037
|
this._stockService = _stockService;
|
|
3038
3038
|
this._changeDetector = _changeDetector;
|
|
3039
|
-
this.icons = exports["
|
|
3039
|
+
this.icons = exports["ɵbl"];
|
|
3040
3040
|
this.transferIconClicked = new i0.EventEmitter();
|
|
3041
3041
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
3042
3042
|
this.dataWareHouseFields = { text: "warehouseDescription", value: "warehouseNo" };
|
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
function StockHistoryComponent(iconCacheService, _stockService) {
|
|
3133
3133
|
this.iconCacheService = iconCacheService;
|
|
3134
3134
|
this._stockService = _stockService;
|
|
3135
|
-
this.icons = exports["
|
|
3135
|
+
this.icons = exports["ɵbl"];
|
|
3136
3136
|
}
|
|
3137
3137
|
return StockHistoryComponent;
|
|
3138
3138
|
}());
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
var OrderSupplyStockHistoryComponent = /** @class */ (function () {
|
|
3210
3210
|
function OrderSupplyStockHistoryComponent(iconCacheService) {
|
|
3211
3211
|
this.iconCacheService = iconCacheService;
|
|
3212
|
-
this.icons = exports["
|
|
3212
|
+
this.icons = exports["ɵbl"];
|
|
3213
3213
|
}
|
|
3214
3214
|
return OrderSupplyStockHistoryComponent;
|
|
3215
3215
|
}());
|
|
@@ -3230,7 +3230,7 @@
|
|
|
3230
3230
|
var OrderCommissionStockHistoryComponent = /** @class */ (function () {
|
|
3231
3231
|
function OrderCommissionStockHistoryComponent(iconCacheService) {
|
|
3232
3232
|
this.iconCacheService = iconCacheService;
|
|
3233
|
-
this.icons = exports["
|
|
3233
|
+
this.icons = exports["ɵbl"];
|
|
3234
3234
|
}
|
|
3235
3235
|
return OrderCommissionStockHistoryComponent;
|
|
3236
3236
|
}());
|
|
@@ -3251,7 +3251,7 @@
|
|
|
3251
3251
|
var OrderStockHistoryComponent = /** @class */ (function () {
|
|
3252
3252
|
function OrderStockHistoryComponent(iconCacheService) {
|
|
3253
3253
|
this.iconCacheService = iconCacheService;
|
|
3254
|
-
this.icons = exports["
|
|
3254
|
+
this.icons = exports["ɵbl"];
|
|
3255
3255
|
}
|
|
3256
3256
|
return OrderStockHistoryComponent;
|
|
3257
3257
|
}());
|
|
@@ -3272,7 +3272,7 @@
|
|
|
3272
3272
|
var AllocationStockHistoryComponent = /** @class */ (function () {
|
|
3273
3273
|
function AllocationStockHistoryComponent(iconCacheService) {
|
|
3274
3274
|
this.iconCacheService = iconCacheService;
|
|
3275
|
-
this.icons = exports["
|
|
3275
|
+
this.icons = exports["ɵbl"];
|
|
3276
3276
|
}
|
|
3277
3277
|
return AllocationStockHistoryComponent;
|
|
3278
3278
|
}());
|
|
@@ -3522,11 +3522,32 @@
|
|
|
3522
3522
|
},] }
|
|
3523
3523
|
];
|
|
3524
3524
|
|
|
3525
|
+
var StatusbarPopupComponent = /** @class */ (function () {
|
|
3526
|
+
function StatusbarPopupComponent() {
|
|
3527
|
+
this.statusbarData = [];
|
|
3528
|
+
this.showClass = true;
|
|
3529
|
+
}
|
|
3530
|
+
return StatusbarPopupComponent;
|
|
3531
|
+
}());
|
|
3532
|
+
StatusbarPopupComponent.decorators = [
|
|
3533
|
+
{ type: i0.Component, args: [{
|
|
3534
|
+
selector: "co-statusbar-popup",
|
|
3535
|
+
template: "\n <div class=\"co-statusbar-popup-wrapper\" [overlay]=\"parentForOverlay\">\n <div class=\"status-descriptions\">\n <div *ngFor=\"let data of statusbarData; let index = index\" class=\"status-description\">\n <co-circular-gauge [value]=\"data.percentage\"></co-circular-gauge>\n <span [textContent]=\"data.label\"></span>\n </div>\n </div>\n </div>\n ",
|
|
3536
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
3537
|
+
},] }
|
|
3538
|
+
];
|
|
3539
|
+
StatusbarPopupComponent.propDecorators = {
|
|
3540
|
+
statusbarData: [{ type: i0.Input }],
|
|
3541
|
+
parentForOverlay: [{ type: i0.Input }],
|
|
3542
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-statusbar-popup",] }]
|
|
3543
|
+
};
|
|
3544
|
+
|
|
3525
3545
|
var StatusbarComponent = /** @class */ (function () {
|
|
3526
|
-
function StatusbarComponent() {
|
|
3546
|
+
function StatusbarComponent(_elementRef, _overlayService) {
|
|
3547
|
+
this._elementRef = _elementRef;
|
|
3548
|
+
this._overlayService = _overlayService;
|
|
3527
3549
|
this.statusbarClick = new i0.EventEmitter();
|
|
3528
|
-
this.
|
|
3529
|
-
this.popupClass = 'dropdown';
|
|
3550
|
+
this.popupShowing = false;
|
|
3530
3551
|
}
|
|
3531
3552
|
Object.defineProperty(StatusbarComponent.prototype, "statusbarData", {
|
|
3532
3553
|
get: function () {
|
|
@@ -3542,23 +3563,21 @@
|
|
|
3542
3563
|
StatusbarComponent.prototype.showClass = function () {
|
|
3543
3564
|
return true;
|
|
3544
3565
|
};
|
|
3545
|
-
StatusbarComponent.prototype.
|
|
3546
|
-
this.
|
|
3547
|
-
if (this.showPopup) {
|
|
3548
|
-
this._mouseY = event.screenY;
|
|
3549
|
-
this._windowHeight = window.innerHeight;
|
|
3550
|
-
this.setPopupClass();
|
|
3551
|
-
}
|
|
3566
|
+
StatusbarComponent.prototype.handleClick = function (event) {
|
|
3567
|
+
this.handleShowPopup(event);
|
|
3552
3568
|
};
|
|
3553
|
-
StatusbarComponent.prototype.
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
if (dropdownInScreen) {
|
|
3557
|
-
this.popupClass = 'dropdown';
|
|
3558
|
-
}
|
|
3559
|
-
else {
|
|
3560
|
-
this.popupClass = 'dropup';
|
|
3569
|
+
StatusbarComponent.prototype.handleShowPopup = function (event) {
|
|
3570
|
+
if (this.popupShowing) {
|
|
3571
|
+
return;
|
|
3561
3572
|
}
|
|
3573
|
+
event.preventDefault();
|
|
3574
|
+
event.stopPropagation();
|
|
3575
|
+
this._overlayService.createComponent(StatusbarPopupComponent, { parentForOverlay: this._elementRef, statusbarData: this.statusbarData });
|
|
3576
|
+
this.popupShowing = true;
|
|
3577
|
+
};
|
|
3578
|
+
StatusbarComponent.prototype.handleHidePopup = function () {
|
|
3579
|
+
this._overlayService.removeComponent();
|
|
3580
|
+
this.popupShowing = false;
|
|
3562
3581
|
};
|
|
3563
3582
|
StatusbarComponent.prototype.adjustTooHighPercentages = function () {
|
|
3564
3583
|
this._statusbarData.forEach(function (data) { return data.percentage > 100 ? data.percentage = 100 : false; });
|
|
@@ -3568,7 +3587,10 @@
|
|
|
3568
3587
|
StatusbarComponent.decorators = [
|
|
3569
3588
|
{ type: i0.Component, args: [{
|
|
3570
3589
|
selector: "co-statusbar",
|
|
3571
|
-
template: "\n <div class=\"co-statusbar-wrapper\"
|
|
3590
|
+
template: "\n <div class=\"co-statusbar-wrapper\" *ngIf=\"statusbarData\" [clickOutside]=\"popupShowing\"\n (clickOutside)=\"handleHidePopup()\">\n <div class=\"statuses\">\n <div *ngFor=\"let data of statusbarData; let index = index\" class=\"status\">\n <co-linear-gauge [class.focused-status]=\"focusedStatusIndex !== undefined && focusedStatusIndex === index\"\n [value]=\"data.percentage\" [count]=\"data.count ? data.count : undefined\"></co-linear-gauge>\n </div>\n </div>\n </div>\n ",
|
|
3591
|
+
providers: [
|
|
3592
|
+
corecomponents_v12.OverlayService
|
|
3593
|
+
],
|
|
3572
3594
|
animations: [
|
|
3573
3595
|
animations.trigger("showHidePopup", [
|
|
3574
3596
|
animations.state("void", animations.style({ opacity: 0 })),
|
|
@@ -3579,12 +3601,16 @@
|
|
|
3579
3601
|
encapsulation: i0.ViewEncapsulation.None
|
|
3580
3602
|
},] }
|
|
3581
3603
|
];
|
|
3582
|
-
StatusbarComponent.ctorParameters = function () { return [
|
|
3604
|
+
StatusbarComponent.ctorParameters = function () { return [
|
|
3605
|
+
{ type: i0.ElementRef },
|
|
3606
|
+
{ type: corecomponents_v12.OverlayService }
|
|
3607
|
+
]; };
|
|
3583
3608
|
StatusbarComponent.propDecorators = {
|
|
3584
3609
|
statusbarData: [{ type: i0.Input }],
|
|
3585
3610
|
focusedStatusIndex: [{ type: i0.Input }],
|
|
3586
3611
|
statusbarClick: [{ type: i0.Output }],
|
|
3587
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-statusbar",] }]
|
|
3612
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-statusbar",] }],
|
|
3613
|
+
handleClick: [{ type: i0.HostListener, args: ["click", ["$event"],] }]
|
|
3588
3614
|
};
|
|
3589
3615
|
|
|
3590
3616
|
var StatusbarModule = /** @class */ (function () {
|
|
@@ -3598,13 +3624,16 @@
|
|
|
3598
3624
|
common.CommonModule,
|
|
3599
3625
|
CoCircularGaugeModule,
|
|
3600
3626
|
CoLinearGaugeModule,
|
|
3601
|
-
corecomponents_v12.ClickoutsideModule
|
|
3627
|
+
corecomponents_v12.ClickoutsideModule,
|
|
3628
|
+
corecomponents_v12.OverlayModule
|
|
3602
3629
|
],
|
|
3603
3630
|
declarations: [
|
|
3604
|
-
StatusbarComponent
|
|
3631
|
+
StatusbarComponent,
|
|
3632
|
+
StatusbarPopupComponent
|
|
3605
3633
|
],
|
|
3606
3634
|
exports: [
|
|
3607
|
-
StatusbarComponent
|
|
3635
|
+
StatusbarComponent,
|
|
3636
|
+
StatusbarPopupComponent
|
|
3608
3637
|
]
|
|
3609
3638
|
},] }
|
|
3610
3639
|
];
|
|
@@ -3734,7 +3763,7 @@
|
|
|
3734
3763
|
var KeyPadComponent = /** @class */ (function () {
|
|
3735
3764
|
function KeyPadComponent(iconCacheService) {
|
|
3736
3765
|
this.iconCacheService = iconCacheService;
|
|
3737
|
-
this.icons = exports["
|
|
3766
|
+
this.icons = exports["ɵbl"];
|
|
3738
3767
|
this.showValue = true;
|
|
3739
3768
|
this.emitModelChangeOnEnter = true;
|
|
3740
3769
|
this.modelChange = new i0.EventEmitter();
|
|
@@ -3925,7 +3954,7 @@
|
|
|
3925
3954
|
var LayoutSwitcherComponent = /** @class */ (function () {
|
|
3926
3955
|
function LayoutSwitcherComponent(iconCacheService) {
|
|
3927
3956
|
this.iconCacheService = iconCacheService;
|
|
3928
|
-
this.icon = exports["
|
|
3957
|
+
this.icon = exports["ɵbl"];
|
|
3929
3958
|
this.layoutItems = [];
|
|
3930
3959
|
this.layoutSwitchEmit = new i0.EventEmitter();
|
|
3931
3960
|
this.showMaskSidebar = false;
|
|
@@ -4190,7 +4219,7 @@
|
|
|
4190
4219
|
this.iconCacheService = iconCacheService;
|
|
4191
4220
|
this.selectedDate = new Date();
|
|
4192
4221
|
this.selectedDateChange = new i0.EventEmitter();
|
|
4193
|
-
this.icons = exports["
|
|
4222
|
+
this.icons = exports["ɵbl"];
|
|
4194
4223
|
this.showMonthYearSelect = false;
|
|
4195
4224
|
this.expanded = false;
|
|
4196
4225
|
}
|
|
@@ -4751,7 +4780,7 @@
|
|
|
4751
4780
|
},] }
|
|
4752
4781
|
];
|
|
4753
4782
|
CalendarViewComponent.ctorParameters = function () { return [
|
|
4754
|
-
{ type: exports["
|
|
4783
|
+
{ type: exports["ɵbr"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
|
|
4755
4784
|
]; };
|
|
4756
4785
|
CalendarViewComponent.propDecorators = {
|
|
4757
4786
|
view: [{ type: i0.Input }],
|
|
@@ -4839,7 +4868,7 @@
|
|
|
4839
4868
|
CalendarUtils.Locale = undefined;
|
|
4840
4869
|
CalendarUtils.Now = new Date();
|
|
4841
4870
|
CalendarUtils.ctorParameters = function () { return [
|
|
4842
|
-
{ type: exports["
|
|
4871
|
+
{ type: exports["ɵbr"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
|
|
4843
4872
|
]; };
|
|
4844
4873
|
|
|
4845
4874
|
var AgendaEvent = /** @class */ (function () {
|
|
@@ -4896,7 +4925,7 @@
|
|
|
4896
4925
|
this._renderer = _renderer;
|
|
4897
4926
|
this._ngZone = _ngZone;
|
|
4898
4927
|
this.iconCacheService = iconCacheService;
|
|
4899
|
-
this.icons = exports["
|
|
4928
|
+
this.icons = exports["ɵbl"];
|
|
4900
4929
|
this.viewTypes = CalendarView;
|
|
4901
4930
|
this.scrollbarWidth = 15;
|
|
4902
4931
|
this.view = CalendarView.WeekSelectView;
|
|
@@ -5072,7 +5101,7 @@
|
|
|
5072
5101
|
},] }
|
|
5073
5102
|
];
|
|
5074
5103
|
AgendaHeaderComponent.ctorParameters = function () { return [
|
|
5075
|
-
{ type: exports["
|
|
5104
|
+
{ type: exports["ɵbr"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
|
|
5076
5105
|
{ type: i0.ElementRef },
|
|
5077
5106
|
{ type: i0.Renderer2 },
|
|
5078
5107
|
{ type: i0.NgZone },
|
|
@@ -5172,7 +5201,7 @@
|
|
|
5172
5201
|
{ type: i0.Directive }
|
|
5173
5202
|
];
|
|
5174
5203
|
AgendaBaseViewComponent.ctorParameters = function () { return [
|
|
5175
|
-
{ type: exports["
|
|
5204
|
+
{ type: exports["ɵbr"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
|
|
5176
5205
|
{ type: IconCacheService }
|
|
5177
5206
|
]; };
|
|
5178
5207
|
AgendaBaseViewComponent.propDecorators = {
|
|
@@ -5288,7 +5317,7 @@
|
|
|
5288
5317
|
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
5289
5318
|
_this.view = CalendarView.WeekSelectView;
|
|
5290
5319
|
_this.week = NULL_WEEK;
|
|
5291
|
-
_this.icons = exports["
|
|
5320
|
+
_this.icons = exports["ɵbl"];
|
|
5292
5321
|
return _this;
|
|
5293
5322
|
}
|
|
5294
5323
|
AgendaWeekSelectViewComponent.prototype.prepareViewData = function () {
|
|
@@ -5533,7 +5562,7 @@
|
|
|
5533
5562
|
this._elementRef = _elementRef;
|
|
5534
5563
|
this._renderer = _renderer;
|
|
5535
5564
|
this.iconCacheService = iconCacheService;
|
|
5536
|
-
this.icons = exports["
|
|
5565
|
+
this.icons = exports["ɵbl"];
|
|
5537
5566
|
this.event = NULL_AGENDA_EVENT;
|
|
5538
5567
|
this.eventChecked = new i0.EventEmitter();
|
|
5539
5568
|
}
|
|
@@ -5702,7 +5731,7 @@
|
|
|
5702
5731
|
var AgendaSelectEventComponent = /** @class */ (function () {
|
|
5703
5732
|
function AgendaSelectEventComponent(iconCacheService) {
|
|
5704
5733
|
this.iconCacheService = iconCacheService;
|
|
5705
|
-
this.icons = exports["
|
|
5734
|
+
this.icons = exports["ɵbl"];
|
|
5706
5735
|
this.event = NULL_AGENDA_EVENT;
|
|
5707
5736
|
this.eventChecked = new i0.EventEmitter();
|
|
5708
5737
|
}
|
|
@@ -5798,40 +5827,41 @@
|
|
|
5798
5827
|
exports.sendMethodsWithIcon = sendMethodsWithIcon;
|
|
5799
5828
|
exports["ɵa"] = SignatureComponent;
|
|
5800
5829
|
exports["ɵb"] = SignaturesComponent;
|
|
5801
|
-
exports["ɵba"] =
|
|
5802
|
-
exports["ɵbb"] =
|
|
5803
|
-
exports["ɵbc"] =
|
|
5804
|
-
exports["ɵbd"] =
|
|
5805
|
-
exports["ɵbe"] =
|
|
5806
|
-
exports["ɵbf"] =
|
|
5807
|
-
exports["ɵbg"] =
|
|
5808
|
-
exports["ɵbh"] =
|
|
5809
|
-
exports["ɵbi"] =
|
|
5810
|
-
exports["ɵbj"] =
|
|
5811
|
-
exports["
|
|
5812
|
-
exports["ɵbm"] =
|
|
5813
|
-
exports["ɵbn"] =
|
|
5814
|
-
exports["ɵbo"] =
|
|
5815
|
-
exports["ɵbp"] =
|
|
5816
|
-
exports["
|
|
5817
|
-
exports["ɵbs"] =
|
|
5818
|
-
exports["ɵbt"] =
|
|
5819
|
-
exports["ɵbu"] =
|
|
5820
|
-
exports["ɵbv"] =
|
|
5821
|
-
exports["ɵbw"] =
|
|
5822
|
-
exports["ɵbx"] =
|
|
5823
|
-
exports["ɵby"] =
|
|
5824
|
-
exports["ɵbz"] =
|
|
5830
|
+
exports["ɵba"] = OrderTabComponent;
|
|
5831
|
+
exports["ɵbb"] = StockTabsComponent;
|
|
5832
|
+
exports["ɵbc"] = StockHistoryTabsComponent;
|
|
5833
|
+
exports["ɵbd"] = OrderStockTabComponent;
|
|
5834
|
+
exports["ɵbe"] = StockLocationComponent;
|
|
5835
|
+
exports["ɵbf"] = StockHistoryComponent;
|
|
5836
|
+
exports["ɵbg"] = OrderSupplyStockHistoryComponent;
|
|
5837
|
+
exports["ɵbh"] = OrderCommissionStockHistoryComponent;
|
|
5838
|
+
exports["ɵbi"] = OrderStockHistoryComponent;
|
|
5839
|
+
exports["ɵbj"] = AllocationStockHistoryComponent;
|
|
5840
|
+
exports["ɵbk"] = SendMethod;
|
|
5841
|
+
exports["ɵbm"] = CalendarAllYearsComponent;
|
|
5842
|
+
exports["ɵbn"] = CalendarAllMonthsComponent;
|
|
5843
|
+
exports["ɵbo"] = CalendarHeaderComponent;
|
|
5844
|
+
exports["ɵbp"] = CalendarComponent;
|
|
5845
|
+
exports["ɵbq"] = CalendarViewComponent;
|
|
5846
|
+
exports["ɵbs"] = AgendaHeaderComponent;
|
|
5847
|
+
exports["ɵbt"] = AgendaViewComponent;
|
|
5848
|
+
exports["ɵbu"] = AgendaMonthViewComponent;
|
|
5849
|
+
exports["ɵbv"] = AgendaBaseViewComponent;
|
|
5850
|
+
exports["ɵbw"] = AgendaDayViewComponent;
|
|
5851
|
+
exports["ɵbx"] = AgendaWeekViewComponent;
|
|
5852
|
+
exports["ɵby"] = AgendaWeekSelectViewComponent;
|
|
5853
|
+
exports["ɵbz"] = AgendaHourViewComponent;
|
|
5825
5854
|
exports["ɵc"] = StockService;
|
|
5826
|
-
exports["ɵca"] =
|
|
5827
|
-
exports["ɵcb"] =
|
|
5828
|
-
exports["ɵcc"] =
|
|
5829
|
-
exports["ɵcd"] =
|
|
5830
|
-
exports["ɵce"] =
|
|
5831
|
-
exports["ɵcf"] =
|
|
5832
|
-
exports["ɵcg"] =
|
|
5833
|
-
exports["ɵch"] =
|
|
5834
|
-
exports["ɵci"] =
|
|
5855
|
+
exports["ɵca"] = AgendaHourCellComponent;
|
|
5856
|
+
exports["ɵcb"] = AgendaHourViewLabelsComponent;
|
|
5857
|
+
exports["ɵcc"] = AgendaHalfHourCellComponent;
|
|
5858
|
+
exports["ɵcd"] = AgendaEventsComponent;
|
|
5859
|
+
exports["ɵce"] = AgendaEventComponent;
|
|
5860
|
+
exports["ɵcf"] = ViewSelectComponent;
|
|
5861
|
+
exports["ɵcg"] = AgendaSelectEventComponent;
|
|
5862
|
+
exports["ɵch"] = MASTER_PIPES;
|
|
5863
|
+
exports["ɵci"] = ArrayNumberPipe;
|
|
5864
|
+
exports["ɵcj"] = UCfirstPipe;
|
|
5835
5865
|
exports["ɵd"] = SharedConnectorService;
|
|
5836
5866
|
exports["ɵe"] = OptionsService;
|
|
5837
5867
|
exports["ɵf"] = DictionaryService;
|
|
@@ -5847,14 +5877,14 @@
|
|
|
5847
5877
|
exports["ɵp"] = SendMethodPrinterComponent;
|
|
5848
5878
|
exports["ɵq"] = TabBarModule;
|
|
5849
5879
|
exports["ɵr"] = TabBarComponent;
|
|
5850
|
-
exports["ɵs"] =
|
|
5851
|
-
exports["ɵt"] =
|
|
5852
|
-
exports["ɵu"] =
|
|
5853
|
-
exports["ɵv"] =
|
|
5854
|
-
exports["ɵw"] =
|
|
5855
|
-
exports["ɵx"] =
|
|
5856
|
-
exports["ɵy"] =
|
|
5857
|
-
exports["ɵz"] =
|
|
5880
|
+
exports["ɵs"] = StatusbarPopupComponent;
|
|
5881
|
+
exports["ɵt"] = StockStatusbarModule;
|
|
5882
|
+
exports["ɵu"] = StockStatusbarComponent;
|
|
5883
|
+
exports["ɵv"] = StockInformationComponent;
|
|
5884
|
+
exports["ɵw"] = StockInformationGridComponent;
|
|
5885
|
+
exports["ɵx"] = StockTransferComponent;
|
|
5886
|
+
exports["ɵy"] = StockChangeAmountComponent;
|
|
5887
|
+
exports["ɵz"] = StockTabComponent;
|
|
5858
5888
|
|
|
5859
5889
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5860
5890
|
|