diff --git a/POS/components.d.ts b/POS/components.d.ts index 1f2e8b35f..6b5b0b148 100644 --- a/POS/components.d.ts +++ b/POS/components.d.ts @@ -9,6 +9,7 @@ export {} declare module 'vue' { export interface GlobalComponents { ActionButton: typeof import('./src/components/common/ActionButton.vue')['default'] + AuthorizationDialog: typeof import('./src/components/common/AuthorizationDialog.vue')['default'] AutocompleteSelect: typeof import('./src/components/common/AutocompleteSelect.vue')['default'] BatchSerialDialog: typeof import('./src/components/sale/BatchSerialDialog.vue')['default'] CheckboxField: typeof import('./src/components/settings/CheckboxField.vue')['default'] diff --git a/POS/package.json b/POS/package.json index 9c9f0dfc9..ab56be3d1 100644 --- a/POS/package.json +++ b/POS/package.json @@ -27,6 +27,7 @@ "frappe-ui": "^0.1.240", "pinia": "^3.0.4", "qz-tray": "^2.2.5", + "reka-ui": "^2.5.0", "socket.io-client": "^4.7.2", "vue": "3.5.13", "vue-router": "^4.5.0" diff --git a/POS/src/App.vue b/POS/src/App.vue index 73c5f397b..f108f0cf6 100644 --- a/POS/src/App.vue +++ b/POS/src/App.vue @@ -2,10 +2,12 @@