@posx/core 5.5.279 → 5.5.281
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/build/index.d.ts +3 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2830,6 +2830,8 @@ declare module '@posx/core/types/config.type' {
|
|
|
2830
2830
|
hide_combo_item_on_interactive_view: boolean;
|
|
2831
2831
|
/** Flag to hide categories when ordering */
|
|
2832
2832
|
hide_categories_when_ordering: boolean;
|
|
2833
|
+
/** Flag to end shift with open tables */
|
|
2834
|
+
end_shift_with_open_tables: boolean;
|
|
2833
2835
|
}
|
|
2834
2836
|
export class OrderConfig implements IOrderConfig {
|
|
2835
2837
|
separation_line: boolean;
|
|
@@ -2840,6 +2842,7 @@ declare module '@posx/core/types/config.type' {
|
|
|
2840
2842
|
hide_combo_item_on_receipt: boolean;
|
|
2841
2843
|
hide_combo_item_on_interactive_view: boolean;
|
|
2842
2844
|
hide_categories_when_ordering: boolean;
|
|
2845
|
+
end_shift_with_open_tables: boolean;
|
|
2843
2846
|
constructor();
|
|
2844
2847
|
}
|
|
2845
2848
|
export interface IPaymentConfig {
|