@hantera/portal-app 20250513.0.0-develop.1 → 20250514.0.0-develop.1
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/dist/index.d.ts +19 -16
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -730,12 +730,25 @@ declare const _default_2: {
|
|
|
730
730
|
afterCustomer: AppSlot<unknown>;
|
|
731
731
|
};
|
|
732
732
|
delivery: {
|
|
733
|
-
header: AppSlot<
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
733
|
+
header: AppSlot< {
|
|
734
|
+
delivery: LegacyDelivery;
|
|
735
|
+
}>;
|
|
736
|
+
footer: AppSlot< {
|
|
737
|
+
delivery: LegacyDelivery;
|
|
738
|
+
}>;
|
|
739
|
+
details: AppSlot< {
|
|
740
|
+
delivery: LegacyDelivery;
|
|
741
|
+
}>;
|
|
742
|
+
rows: AppSlot< {
|
|
743
|
+
delivery: LegacyDelivery;
|
|
744
|
+
}>;
|
|
745
|
+
contextMenu: AppSlot< {
|
|
746
|
+
delivery: LegacyDelivery;
|
|
747
|
+
}>;
|
|
748
|
+
rowDetails: AppSlot< {
|
|
749
|
+
delivery: LegacyDelivery;
|
|
750
|
+
orderRow: LegacyOrderRow;
|
|
751
|
+
}>;
|
|
739
752
|
};
|
|
740
753
|
contextMenu: AppSlot<unknown>;
|
|
741
754
|
rmas: {
|
|
@@ -1423,11 +1436,6 @@ export declare interface LegacyDelivery {
|
|
|
1423
1436
|
trackingUrl: string;
|
|
1424
1437
|
}
|
|
1425
1438
|
|
|
1426
|
-
/**
|
|
1427
|
-
* Provides the current delivery if any
|
|
1428
|
-
*/
|
|
1429
|
-
export declare const legacyDeliveryKey: InjectionKey<LegacyDelivery>;
|
|
1430
|
-
|
|
1431
1439
|
export declare interface LegacyField {
|
|
1432
1440
|
id: string;
|
|
1433
1441
|
name: string;
|
|
@@ -1722,11 +1730,6 @@ export declare interface LegacyOrderRow {
|
|
|
1722
1730
|
stock: LegacyInventoryItem[];
|
|
1723
1731
|
}
|
|
1724
1732
|
|
|
1725
|
-
/**
|
|
1726
|
-
* Provides the current order row if any
|
|
1727
|
-
*/
|
|
1728
|
-
export declare const legacyOrderRowKey: InjectionKey<LegacyOrderRow>;
|
|
1729
|
-
|
|
1730
1733
|
export declare interface LegacyPayment {
|
|
1731
1734
|
reservedAmount: default_2;
|
|
1732
1735
|
unreservedAmount: default_2;
|