tin-spa 20.2.2 → 20.2.4
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/fesm2022/tin-spa.mjs +116 -84
- package/fesm2022/tin-spa.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1102,11 +1102,6 @@ declare class InventoryService {
|
|
|
1102
1102
|
inventoryItemFormConfig: FormConfig;
|
|
1103
1103
|
inventoryItemDetailsConfig: DetailsDialogConfig;
|
|
1104
1104
|
inventoryItemsTableConfig: TableConfig;
|
|
1105
|
-
inventoryStockItemsTableConfig: TableConfig;
|
|
1106
|
-
inventoryStockProductFormConfig: FormConfig;
|
|
1107
|
-
inventoryStockDetailsConfig: DetailsDialogConfig;
|
|
1108
|
-
inventoryStockTileConfig: TileConfig;
|
|
1109
|
-
inventoryStockTableConfig: TableConfig;
|
|
1110
1105
|
inventoryAdjustmentFormConfig: FormConfig;
|
|
1111
1106
|
inventoryAdjustmentDetailsConfig: DetailsDialogConfig;
|
|
1112
1107
|
inventoryAdjustmentsTableConfig: TableConfig;
|
|
@@ -1121,6 +1116,11 @@ declare class InventoryService {
|
|
|
1121
1116
|
saleViewButton: Button;
|
|
1122
1117
|
saleCreateButton: Button;
|
|
1123
1118
|
salesTableConfig: TableConfig;
|
|
1119
|
+
inventoryStockItemsTableConfig: TableConfig;
|
|
1120
|
+
inventoryStockProductFormConfig: FormConfig;
|
|
1121
|
+
inventoryStockDetailsConfig: DetailsDialogConfig;
|
|
1122
|
+
inventoryStockTileConfig: TileConfig;
|
|
1123
|
+
inventoryStockTableConfig: TableConfig;
|
|
1124
1124
|
static ɵfac: i0.ɵɵFactoryDeclaration<InventoryService, never>;
|
|
1125
1125
|
static ɵprov: i0.ɵɵInjectableDeclaration<InventoryService>;
|
|
1126
1126
|
}
|