@annalib/anna-core 15.0.7 → 15.0.9
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/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +9 -1
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +13 -11
- package/fesm2015/annalib-anna-core.mjs +22 -12
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +22 -12
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +8 -0
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -31,3 +31,11 @@ export declare enum Days {
|
|
|
31
31
|
Sa = 6,
|
|
32
32
|
Su = 7
|
|
33
33
|
}
|
|
34
|
+
export declare class OrderSources {
|
|
35
|
+
static readonly Medialine = "Medialine";
|
|
36
|
+
static readonly Non_electronic = "Non electronic";
|
|
37
|
+
static readonly Others = "Others";
|
|
38
|
+
static readonly WOC_unlinked = "WOC Unlinked";
|
|
39
|
+
static readonly WOC_linked = "WOC Linked";
|
|
40
|
+
static readonly WOZ = "WOZ";
|
|
41
|
+
}
|
|
@@ -94,6 +94,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
94
94
|
disableCheckboxApply: boolean;
|
|
95
95
|
disableSliderApplyButton: boolean;
|
|
96
96
|
disableTimeApplyButton: boolean;
|
|
97
|
+
margin: number;
|
|
97
98
|
sliderMinValue: number;
|
|
98
99
|
sliderMaxValue: number;
|
|
99
100
|
options: Options;
|