mobicloud-core 1.0.259 → 1.0.261
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/api/types/all.enum.d.ts +2 -1
- package/api/types/dashboard-slide-show-entry.d.ts +12 -0
- package/api/types/dashboard-slide-show.d.ts +6 -0
- package/api/types/index.d.ts +2 -0
- package/bundles/mobicloud-core-api.umd.js +45 -24
- package/bundles/mobicloud-core-api.umd.js.map +1 -1
- package/esm2015/api/types/all.enum.js +2 -1
- package/esm2015/api/types/dashboard-parameter.js +1 -1
- package/esm2015/api/types/dashboard-slide-show-entry.js +4 -0
- package/esm2015/api/types/dashboard-slide-show.js +4 -0
- package/esm2015/api/types/dashboard.js +1 -1
- package/esm2015/api/types/index.js +3 -1
- package/esm2015/api/types/time-split-supplement.js +3 -1
- package/fesm2015/mobicloud-core-api.js +10 -1
- package/fesm2015/mobicloud-core-api.js.map +1 -1
- package/package.json +1 -1
package/api/types/all.enum.d.ts
CHANGED
|
@@ -312,7 +312,8 @@ export declare enum PriorityType {
|
|
|
312
312
|
export declare enum TimeQuantityUnit {
|
|
313
313
|
None = "None",
|
|
314
314
|
Quantity = "Quantity",
|
|
315
|
-
Hours = "Hours"
|
|
315
|
+
Hours = "Hours",
|
|
316
|
+
Percent = "Percent"
|
|
316
317
|
}
|
|
317
318
|
export declare enum WeekDays {
|
|
318
319
|
Monday = "Monday",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DashboardSlideShow } from "./dashboard-slide-show";
|
|
2
|
+
import { Dashboard } from "./dashboard";
|
|
3
|
+
import { DomainObject } from "./domain-object";
|
|
4
|
+
export declare class DashboardSlideShowEntry extends DomainObject {
|
|
5
|
+
EntryId?: string | undefined;
|
|
6
|
+
SlideShowId?: string | undefined;
|
|
7
|
+
SlideShow?: DashboardSlideShow | undefined;
|
|
8
|
+
DashboardId?: string | undefined;
|
|
9
|
+
Dashboard?: Dashboard | undefined;
|
|
10
|
+
Duration?: number | undefined;
|
|
11
|
+
Duration_TmpDate?: Date | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DashboardSlideShowEntry } from "./dashboard-slide-show-entry";
|
|
2
|
+
import { DomainObject } from "./domain-object";
|
|
3
|
+
export declare class DashboardSlideShow extends DomainObject {
|
|
4
|
+
SlideShowId?: string | undefined;
|
|
5
|
+
SlideShowEntries?: DashboardSlideShowEntry[] | undefined;
|
|
6
|
+
}
|
package/api/types/index.d.ts
CHANGED
|
@@ -157,6 +157,8 @@ export * from './report-parameter';
|
|
|
157
157
|
export * from './file-content';
|
|
158
158
|
export * from './dashboard';
|
|
159
159
|
export * from './dashboard-parameter';
|
|
160
|
+
export * from './dashboard-slide-show';
|
|
161
|
+
export * from './dashboard-slide-show-entry';
|
|
160
162
|
export * from './planningmap-slide-show';
|
|
161
163
|
export * from './planningmap-slide-show-entry';
|
|
162
164
|
export * from './repository/organization';
|
|
@@ -1301,6 +1301,7 @@
|
|
|
1301
1301
|
TimeQuantityUnit["None"] = "None";
|
|
1302
1302
|
TimeQuantityUnit["Quantity"] = "Quantity";
|
|
1303
1303
|
TimeQuantityUnit["Hours"] = "Hours";
|
|
1304
|
+
TimeQuantityUnit["Percent"] = "Percent";
|
|
1304
1305
|
})(exports.TimeQuantityUnit || (exports.TimeQuantityUnit = {}));
|
|
1305
1306
|
exports.WeekDays = void 0;
|
|
1306
1307
|
(function (WeekDays) {
|
|
@@ -1622,7 +1623,7 @@
|
|
|
1622
1623
|
case exports.SalesABC[exports.SalesABC.C]:
|
|
1623
1624
|
return $localize(templateObject_3$i || (templateObject_3$i = __makeTemplateObject([":@@EnumValue-SalesABC-C:C"], [":@@EnumValue-SalesABC-C:C"])));
|
|
1624
1625
|
default:
|
|
1625
|
-
return $localize(templateObject_4$
|
|
1626
|
+
return $localize(templateObject_4$i || (templateObject_4$i = __makeTemplateObject([":@@EnumValue-SalesABC-None:None"], [":@@EnumValue-SalesABC-None:None"])));
|
|
1626
1627
|
}
|
|
1627
1628
|
},
|
|
1628
1629
|
enumerable: false,
|
|
@@ -1653,7 +1654,7 @@
|
|
|
1653
1654
|
{ dataField: "PriceVisible", dataType: "boolean", caption: "Price visible" },
|
|
1654
1655
|
{ dataField: "EndDiscount", dataType: "number", caption: "End discount" }
|
|
1655
1656
|
];
|
|
1656
|
-
var templateObject_1$i, templateObject_2$i, templateObject_3$i, templateObject_4$
|
|
1657
|
+
var templateObject_1$i, templateObject_2$i, templateObject_3$i, templateObject_4$i;
|
|
1657
1658
|
|
|
1658
1659
|
var CustomerUser = /** @class */ (function (_super) {
|
|
1659
1660
|
__extends(CustomerUser, _super);
|
|
@@ -1671,7 +1672,7 @@
|
|
|
1671
1672
|
case exports.GenderType[exports.GenderType.Other]:
|
|
1672
1673
|
return $localize(templateObject_3$h || (templateObject_3$h = __makeTemplateObject([":@@EnumValue-Other:Other"], [":@@EnumValue-Other:Other"])));
|
|
1673
1674
|
default:
|
|
1674
|
-
return $localize(templateObject_4$
|
|
1675
|
+
return $localize(templateObject_4$h || (templateObject_4$h = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
|
|
1675
1676
|
}
|
|
1676
1677
|
},
|
|
1677
1678
|
enumerable: false,
|
|
@@ -1700,7 +1701,7 @@
|
|
|
1700
1701
|
});
|
|
1701
1702
|
return CustomerUser;
|
|
1702
1703
|
}(DomainObject));
|
|
1703
|
-
var templateObject_1$h, templateObject_2$h, templateObject_3$h, templateObject_4$
|
|
1704
|
+
var templateObject_1$h, templateObject_2$h, templateObject_3$h, templateObject_4$h, templateObject_5$b, templateObject_6$9;
|
|
1704
1705
|
|
|
1705
1706
|
var DeliveryMode = /** @class */ (function (_super) {
|
|
1706
1707
|
__extends(DeliveryMode, _super);
|
|
@@ -1765,7 +1766,7 @@
|
|
|
1765
1766
|
case exports.GenderType[exports.GenderType.Other]:
|
|
1766
1767
|
return $localize(templateObject_3$g || (templateObject_3$g = __makeTemplateObject([":@@EnumValue-Other:Other"], [":@@EnumValue-Other:Other"])));
|
|
1767
1768
|
default:
|
|
1768
|
-
return $localize(templateObject_4$
|
|
1769
|
+
return $localize(templateObject_4$g || (templateObject_4$g = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
|
|
1769
1770
|
}
|
|
1770
1771
|
},
|
|
1771
1772
|
enumerable: false,
|
|
@@ -1881,7 +1882,7 @@
|
|
|
1881
1882
|
}
|
|
1882
1883
|
return BoxAssetLine;
|
|
1883
1884
|
}(DomainObject));
|
|
1884
|
-
var templateObject_1$g, templateObject_2$g, templateObject_3$g, templateObject_4$
|
|
1885
|
+
var templateObject_1$g, templateObject_2$g, templateObject_3$g, templateObject_4$g, templateObject_5$a, templateObject_6$8, templateObject_7$5, templateObject_8$5;
|
|
1885
1886
|
|
|
1886
1887
|
var FileConfig = /** @class */ (function (_super) {
|
|
1887
1888
|
__extends(FileConfig, _super);
|
|
@@ -1996,7 +1997,7 @@
|
|
|
1996
1997
|
case exports.TaskStatus[exports.TaskStatus.InPlanning]:
|
|
1997
1998
|
return $localize(templateObject_3$f || (templateObject_3$f = __makeTemplateObject([":@@EnumValue-TaskStatus-InPlanning:In planning"], [":@@EnumValue-TaskStatus-InPlanning:In planning"])));
|
|
1998
1999
|
case exports.TaskStatus[exports.TaskStatus.PartiallyPlanned]:
|
|
1999
|
-
return $localize(templateObject_4$
|
|
2000
|
+
return $localize(templateObject_4$f || (templateObject_4$f = __makeTemplateObject([":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"], [":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"])));
|
|
2000
2001
|
case exports.TaskStatus[exports.TaskStatus.Executing]:
|
|
2001
2002
|
return $localize(templateObject_5$9 || (templateObject_5$9 = __makeTemplateObject([":@@EnumValue-TaskStatus-Executing:Executing"], [":@@EnumValue-TaskStatus-Executing:Executing"])));
|
|
2002
2003
|
case exports.TaskStatus[exports.TaskStatus.Executed]:
|
|
@@ -2035,7 +2036,7 @@
|
|
|
2035
2036
|
});
|
|
2036
2037
|
return PlanableTask;
|
|
2037
2038
|
}(DomainObject));
|
|
2038
|
-
var templateObject_1$f, templateObject_2$f, templateObject_3$f, templateObject_4$
|
|
2039
|
+
var templateObject_1$f, templateObject_2$f, templateObject_3$f, templateObject_4$f, templateObject_5$9, templateObject_6$7, templateObject_7$4, templateObject_8$4, templateObject_9$4, templateObject_10$4, templateObject_11$2, templateObject_12$1, templateObject_13$1, templateObject_14$1, templateObject_15;
|
|
2039
2040
|
|
|
2040
2041
|
var ResourceTask = /** @class */ (function (_super) {
|
|
2041
2042
|
__extends(ResourceTask, _super);
|
|
@@ -2133,7 +2134,7 @@
|
|
|
2133
2134
|
case exports.ItemType[exports.ItemType.Service]:
|
|
2134
2135
|
return $localize(templateObject_3$e || (templateObject_3$e = __makeTemplateObject([":@@EnumValue-Service:Service"], [":@@EnumValue-Service:Service"])));
|
|
2135
2136
|
default:
|
|
2136
|
-
return $localize(templateObject_4$
|
|
2137
|
+
return $localize(templateObject_4$e || (templateObject_4$e = __makeTemplateObject([":@@EnumValue-Product:Product"], [":@@EnumValue-Product:Product"])));
|
|
2137
2138
|
}
|
|
2138
2139
|
},
|
|
2139
2140
|
enumerable: false,
|
|
@@ -2157,7 +2158,7 @@
|
|
|
2157
2158
|
{ dataField: "SalesPrice", dataType: "number", caption: "Sales price" },
|
|
2158
2159
|
{ dataField: "CostPrice", dataType: "number", caption: "Cost price" }
|
|
2159
2160
|
];
|
|
2160
|
-
var templateObject_1$e, templateObject_2$e, templateObject_3$e, templateObject_4$
|
|
2161
|
+
var templateObject_1$e, templateObject_2$e, templateObject_3$e, templateObject_4$e;
|
|
2161
2162
|
|
|
2162
2163
|
var ProductionBatch = /** @class */ (function (_super) {
|
|
2163
2164
|
__extends(ProductionBatch, _super);
|
|
@@ -2235,7 +2236,7 @@
|
|
|
2235
2236
|
case exports.ProductionStatus[exports.ProductionStatus.Started]:
|
|
2236
2237
|
return $localize(templateObject_3$d || (templateObject_3$d = __makeTemplateObject([":@@EnumValue-ProductionStatus-Started:Started"], [":@@EnumValue-ProductionStatus-Started:Started"])));
|
|
2237
2238
|
case exports.ProductionStatus[exports.ProductionStatus.Finished]:
|
|
2238
|
-
return $localize(templateObject_4$
|
|
2239
|
+
return $localize(templateObject_4$d || (templateObject_4$d = __makeTemplateObject([":@@EnumValue-ProductionStatus-Finished:Finished"], [":@@EnumValue-ProductionStatus-Finished:Finished"])));
|
|
2239
2240
|
default:
|
|
2240
2241
|
return $localize(templateObject_5$8 || (templateObject_5$8 = __makeTemplateObject([":@@EnumValue-ProductionStatus-Unknown:Unknown"], [":@@EnumValue-ProductionStatus-Unknown:Unknown"])));
|
|
2241
2242
|
}
|
|
@@ -2245,7 +2246,7 @@
|
|
|
2245
2246
|
});
|
|
2246
2247
|
return Production;
|
|
2247
2248
|
}(DomainObject));
|
|
2248
|
-
var templateObject_1$d, templateObject_2$d, templateObject_3$d, templateObject_4$
|
|
2249
|
+
var templateObject_1$d, templateObject_2$d, templateObject_3$d, templateObject_4$d, templateObject_5$8;
|
|
2249
2250
|
|
|
2250
2251
|
var Absence = /** @class */ (function (_super) {
|
|
2251
2252
|
__extends(Absence, _super);
|
|
@@ -2335,7 +2336,7 @@
|
|
|
2335
2336
|
case exports.FinancialStatus[exports.FinancialStatus.ClosePending]:
|
|
2336
2337
|
return $localize(templateObject_3$c || (templateObject_3$c = __makeTemplateObject([":@@EnumValue-FinancialStatus-ClosePending:Close pending"], [":@@EnumValue-FinancialStatus-ClosePending:Close pending"])));
|
|
2337
2338
|
case exports.FinancialStatus[exports.FinancialStatus.Closed]:
|
|
2338
|
-
return $localize(templateObject_4$
|
|
2339
|
+
return $localize(templateObject_4$c || (templateObject_4$c = __makeTemplateObject([":@@EnumValue-FinancialStatus-Closed:Closed"], [":@@EnumValue-FinancialStatus-Closed:Closed"])));
|
|
2339
2340
|
default:
|
|
2340
2341
|
return $localize(templateObject_5$7 || (templateObject_5$7 = __makeTemplateObject([":@@EnumValue-FinancialStatus-None:None"], [":@@EnumValue-FinancialStatus-None:None"])));
|
|
2341
2342
|
}
|
|
@@ -2345,7 +2346,7 @@
|
|
|
2345
2346
|
});
|
|
2346
2347
|
return Project;
|
|
2347
2348
|
}(PlanableTask));
|
|
2348
|
-
var templateObject_1$c, templateObject_2$c, templateObject_3$c, templateObject_4$
|
|
2349
|
+
var templateObject_1$c, templateObject_2$c, templateObject_3$c, templateObject_4$c, templateObject_5$7;
|
|
2349
2350
|
|
|
2350
2351
|
var PlanableTaskPart = /** @class */ (function (_super) {
|
|
2351
2352
|
__extends(PlanableTaskPart, _super);
|
|
@@ -2393,7 +2394,7 @@
|
|
|
2393
2394
|
case exports.SalesOrderStatus[exports.SalesOrderStatus.Closed]:
|
|
2394
2395
|
return $localize(templateObject_3$b || (templateObject_3$b = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Closed:Closed"], [":@@EnumValue-SalesOrderStatus-Closed:Closed"])));
|
|
2395
2396
|
case exports.SalesOrderStatus[exports.SalesOrderStatus.Pick_Pack]:
|
|
2396
|
-
return $localize(templateObject_4$
|
|
2397
|
+
return $localize(templateObject_4$b || (templateObject_4$b = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"], [":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"])));
|
|
2397
2398
|
case exports.SalesOrderStatus[exports.SalesOrderStatus.Delivery]:
|
|
2398
2399
|
return $localize(templateObject_5$6 || (templateObject_5$6 = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Delivery:Delivery"], [":@@EnumValue-SalesOrderStatus-Delivery:Delivery"])));
|
|
2399
2400
|
default:
|
|
@@ -2405,7 +2406,7 @@
|
|
|
2405
2406
|
});
|
|
2406
2407
|
return SalesOrder;
|
|
2407
2408
|
}(DomainObject));
|
|
2408
|
-
var templateObject_1$b, templateObject_2$b, templateObject_3$b, templateObject_4$
|
|
2409
|
+
var templateObject_1$b, templateObject_2$b, templateObject_3$b, templateObject_4$b, templateObject_5$6, templateObject_6$6;
|
|
2409
2410
|
|
|
2410
2411
|
var PurchaseLine = /** @class */ (function (_super) {
|
|
2411
2412
|
__extends(PurchaseLine, _super);
|
|
@@ -2482,14 +2483,14 @@
|
|
|
2482
2483
|
});
|
|
2483
2484
|
Object.defineProperty(SystemUser.prototype, "Status", {
|
|
2484
2485
|
get: function () {
|
|
2485
|
-
return this.Active ? $localize(templateObject_3$a || (templateObject_3$a = __makeTemplateObject([":@@FieldValue-Active:Active"], [":@@FieldValue-Active:Active"]))) : $localize(templateObject_4$
|
|
2486
|
+
return this.Active ? $localize(templateObject_3$a || (templateObject_3$a = __makeTemplateObject([":@@FieldValue-Active:Active"], [":@@FieldValue-Active:Active"]))) : $localize(templateObject_4$a || (templateObject_4$a = __makeTemplateObject([":@@FieldValue-InActive:Inactive"], [":@@FieldValue-InActive:Inactive"])));
|
|
2486
2487
|
},
|
|
2487
2488
|
enumerable: false,
|
|
2488
2489
|
configurable: true
|
|
2489
2490
|
});
|
|
2490
2491
|
return SystemUser;
|
|
2491
2492
|
}());
|
|
2492
|
-
var templateObject_1$a, templateObject_2$a, templateObject_3$a, templateObject_4$
|
|
2493
|
+
var templateObject_1$a, templateObject_2$a, templateObject_3$a, templateObject_4$a;
|
|
2493
2494
|
|
|
2494
2495
|
var TaskType = /** @class */ (function (_super) {
|
|
2495
2496
|
__extends(TaskType, _super);
|
|
@@ -2515,7 +2516,7 @@
|
|
|
2515
2516
|
case exports.TimeRoundingType[exports.TimeRoundingType.M45]:
|
|
2516
2517
|
return $localize(templateObject_3$9 || (templateObject_3$9 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-M45:45 minutes"], [":@@EnumValue-TimeRoundingType-M45:45 minutes"])));
|
|
2517
2518
|
case exports.TimeRoundingType[exports.TimeRoundingType.M60]:
|
|
2518
|
-
return $localize(templateObject_4$
|
|
2519
|
+
return $localize(templateObject_4$9 || (templateObject_4$9 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-M60:60 minutes"], [":@@EnumValue-TimeRoundingType-M60:60 minutes"])));
|
|
2519
2520
|
default:
|
|
2520
2521
|
return $localize(templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-None:None"], [":@@EnumValue-TimeRoundingType-None:None"])));
|
|
2521
2522
|
}
|
|
@@ -2561,7 +2562,7 @@
|
|
|
2561
2562
|
});
|
|
2562
2563
|
return TimeCategory;
|
|
2563
2564
|
}(DomainObject));
|
|
2564
|
-
var templateObject_1$9, templateObject_2$9, templateObject_3$9, templateObject_4$
|
|
2565
|
+
var templateObject_1$9, templateObject_2$9, templateObject_3$9, templateObject_4$9, templateObject_5$5, templateObject_6$5, templateObject_7$3, templateObject_8$3, templateObject_9$3, templateObject_10$3, templateObject_11$1, templateObject_12, templateObject_13, templateObject_14;
|
|
2565
2566
|
|
|
2566
2567
|
var TimeSplitRule = /** @class */ (function (_super) {
|
|
2567
2568
|
__extends(TimeSplitRule, _super);
|
|
@@ -2579,7 +2580,7 @@
|
|
|
2579
2580
|
case exports.WeekDays[exports.WeekDays.Wednesday]:
|
|
2580
2581
|
return $localize(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject([":@@EnumValue-WeekDays-Wednesday:Wednesday"], [":@@EnumValue-WeekDays-Wednesday:Wednesday"])));
|
|
2581
2582
|
case exports.WeekDays[exports.WeekDays.Thursday]:
|
|
2582
|
-
return $localize(templateObject_4$
|
|
2583
|
+
return $localize(templateObject_4$8 || (templateObject_4$8 = __makeTemplateObject([":@@EnumValue-WeekDays-Thursday:Thursday"], [":@@EnumValue-WeekDays-Thursday:Thursday"])));
|
|
2583
2584
|
case exports.WeekDays[exports.WeekDays.Friday]:
|
|
2584
2585
|
return $localize(templateObject_5$4 || (templateObject_5$4 = __makeTemplateObject([":@@EnumValue-WeekDays-Friday:Friday"], [":@@EnumValue-WeekDays-Friday:Friday"])));
|
|
2585
2586
|
case exports.WeekDays[exports.WeekDays.Saturday]:
|
|
@@ -2601,7 +2602,7 @@
|
|
|
2601
2602
|
});
|
|
2602
2603
|
return TimeSplitRule;
|
|
2603
2604
|
}(DomainObject));
|
|
2604
|
-
var templateObject_1$8, templateObject_2$8, templateObject_3$8, templateObject_4$
|
|
2605
|
+
var templateObject_1$8, templateObject_2$8, templateObject_3$8, templateObject_4$8, templateObject_5$4, templateObject_6$4, templateObject_7$2, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11;
|
|
2605
2606
|
|
|
2606
2607
|
var TimeSplitSupplement = /** @class */ (function (_super) {
|
|
2607
2608
|
__extends(TimeSplitSupplement, _super);
|
|
@@ -2616,8 +2617,10 @@
|
|
|
2616
2617
|
return $localize(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Hours:Hours"], [":@@EnumValue-TimeQuantityUnit-Hours:Hours"])));
|
|
2617
2618
|
case exports.TimeQuantityUnit[exports.TimeQuantityUnit.Quantity]:
|
|
2618
2619
|
return $localize(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Quantity:Quantity"], [":@@EnumValue-TimeQuantityUnit-Quantity:Quantity"])));
|
|
2620
|
+
case exports.TimeQuantityUnit[exports.TimeQuantityUnit.Percent]:
|
|
2621
|
+
return $localize(templateObject_3$7 || (templateObject_3$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Percent:Percent"], [":@@EnumValue-TimeQuantityUnit-Percent:Percent"])));
|
|
2619
2622
|
default:
|
|
2620
|
-
return $localize(
|
|
2623
|
+
return $localize(templateObject_4$7 || (templateObject_4$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-None:None"], [":@@EnumValue-TimeQuantityUnit-None:None"])));
|
|
2621
2624
|
}
|
|
2622
2625
|
},
|
|
2623
2626
|
enumerable: false,
|
|
@@ -2625,7 +2628,7 @@
|
|
|
2625
2628
|
});
|
|
2626
2629
|
return TimeSplitSupplement;
|
|
2627
2630
|
}(DomainObject));
|
|
2628
|
-
var templateObject_1$7, templateObject_2$7, templateObject_3$7;
|
|
2631
|
+
var templateObject_1$7, templateObject_2$7, templateObject_3$7, templateObject_4$7;
|
|
2629
2632
|
|
|
2630
2633
|
var PayrollCategory = /** @class */ (function (_super) {
|
|
2631
2634
|
__extends(PayrollCategory, _super);
|
|
@@ -3671,6 +3674,22 @@
|
|
|
3671
3674
|
return DashboardParameter;
|
|
3672
3675
|
}(DomainObject));
|
|
3673
3676
|
|
|
3677
|
+
var DashboardSlideShow = /** @class */ (function (_super) {
|
|
3678
|
+
__extends(DashboardSlideShow, _super);
|
|
3679
|
+
function DashboardSlideShow() {
|
|
3680
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3681
|
+
}
|
|
3682
|
+
return DashboardSlideShow;
|
|
3683
|
+
}(DomainObject));
|
|
3684
|
+
|
|
3685
|
+
var DashboardSlideShowEntry = /** @class */ (function (_super) {
|
|
3686
|
+
__extends(DashboardSlideShowEntry, _super);
|
|
3687
|
+
function DashboardSlideShowEntry() {
|
|
3688
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3689
|
+
}
|
|
3690
|
+
return DashboardSlideShowEntry;
|
|
3691
|
+
}(DomainObject));
|
|
3692
|
+
|
|
3674
3693
|
var PlanningMapSlideShow = /** @class */ (function (_super) {
|
|
3675
3694
|
__extends(PlanningMapSlideShow, _super);
|
|
3676
3695
|
function PlanningMapSlideShow() {
|
|
@@ -3775,6 +3794,8 @@
|
|
|
3775
3794
|
exports.CustomerUser = CustomerUser;
|
|
3776
3795
|
exports.Dashboard = Dashboard;
|
|
3777
3796
|
exports.DashboardParameter = DashboardParameter;
|
|
3797
|
+
exports.DashboardSlideShow = DashboardSlideShow;
|
|
3798
|
+
exports.DashboardSlideShowEntry = DashboardSlideShowEntry;
|
|
3778
3799
|
exports.DeliveryMode = DeliveryMode;
|
|
3779
3800
|
exports.DeliveryTerm = DeliveryTerm;
|
|
3780
3801
|
exports.Department = Department;
|