@feedmepos/mf-hrm-portal 1.1.2-dev → 1.1.4-dev.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.
Files changed (88) hide show
  1. package/dist/{EmployeeList-CKHgrdAO.js → EmployeeList-D3a7ngdE.js} +16 -18
  2. package/dist/{PageLayout.vue_vue_type_script_setup_true_lang-HKK4cbW8.js → PageLayout.vue_vue_type_script_setup_true_lang-DuwNwJDM.js} +2 -2
  3. package/dist/{RoleList-Bef-7IhW.js → RoleList-CsxyMZW0.js} +53 -57
  4. package/dist/TeamMemberList-ZkrdrTlL.js +1508 -0
  5. package/dist/{TimesheetList-DVIk0Tis.js → TimesheetList-BwiUzcJ-.js} +41 -42
  6. package/dist/api/team/index.d.ts +1 -5
  7. package/dist/app-CrML_LtM.js +1202 -0
  8. package/dist/app.js +4 -4
  9. package/dist/components/AppForm.vue.d.ts +2 -3
  10. package/dist/components/CheckboxInput.vue.d.ts +4 -10
  11. package/dist/components/CollapsibleWrapper.vue.d.ts +2 -3
  12. package/dist/components/form/SelectFilter.vue.d.ts +2 -3
  13. package/dist/components/layout/FormColumn.vue.d.ts +3 -6
  14. package/dist/components/layout/FormItem.vue.d.ts +1 -2
  15. package/dist/components/layout/FormSection.vue.d.ts +1 -2
  16. package/dist/components/layout/FullWrapper.vue.d.ts +3 -6
  17. package/dist/components/layout/PageLayout.vue.d.ts +1 -2
  18. package/dist/components/menu/BottomSheetMenu.vue.d.ts +1 -2
  19. package/dist/components/menu/BottomSheetMenuItem.vue.d.ts +3 -6
  20. package/dist/components/table/EmptyDataTemplate/index.vue.d.ts +3 -6
  21. package/dist/composables/useAppStore.d.ts +6 -6
  22. package/dist/composables/useDateRange.d.ts +1 -1
  23. package/dist/composables/useRestaurantMap.d.ts +8 -4
  24. package/dist/composables/useSheet.d.ts +1 -1
  25. package/dist/employee-DSGaYrd4.js +449 -0
  26. package/dist/{index.vue_vue_type_script_setup_true_lang-Vc5ARO29.js → empty-placeholder-ey8LJtN1.js} +2 -43
  27. package/dist/helpers/rule.d.ts +3 -4
  28. package/dist/index-CIaav54n.js +57 -0
  29. package/dist/{lodash-DpoPPi_j.js → lodash-dGfuW9fw.js} +343 -326
  30. package/dist/{Main-YQ5f-v03.js → main-CUI7RdvY.js} +1531 -1501
  31. package/dist/router/shared.d.ts +1 -4
  32. package/dist/{index-CicR1-Jp.js → rule-BLgeh_ly.js} +2672 -2721
  33. package/dist/stores/employee.d.ts +4 -4
  34. package/dist/stores/role.d.ts +4 -4
  35. package/dist/stores/timesheet.d.ts +19 -19
  36. package/dist/{timesheet-BRQvljNj.js → timesheet-BFrZzS2q.js} +14 -14
  37. package/dist/tsconfig.app.tsbuildinfo +1 -1
  38. package/dist/types/permission.d.ts +4 -1
  39. package/dist/types/team.d.ts +3 -13
  40. package/dist/useAppStore-DViQe2C8.js +93 -0
  41. package/dist/useLoading-DAoKseT-.js +141 -0
  42. package/dist/{useRestaurantMap-D5BNPLKh.js → useRestaurantMap-CpS9-OSq.js} +7 -7
  43. package/dist/{SelectFilter-NbXrJ4iH.js → useSearch-C25VELOk.js} +101 -90
  44. package/dist/views/hr/employee/{EmployeeForm.vue.d.ts → components/EmployeeForm.vue.d.ts} +7 -10
  45. package/dist/views/team/{member → components}/AddMemberForm.vue.d.ts +0 -1
  46. package/dist/views/team/components/PortalPermissionEditor.vue.d.ts +28 -68
  47. package/dist/views/team/components/TeamMemberBasePermission.vue.d.ts +36 -0
  48. package/dist/views/team/components/{ConditionPermission.vue.d.ts → TeamMemberConditionPermission.vue.d.ts} +1 -14
  49. package/dist/views/team/components/TeamMemberMasterUser.vue.d.ts +718 -0
  50. package/dist/views/team/components/{PosRolePermission.vue.d.ts → TeamMemberRolePermission.vue.d.ts} +1 -14
  51. package/dist/views/team/locales/index.d.ts +4 -176
  52. package/package.json +8 -13
  53. package/dist/AuditLogList-CjrocQS2.js +0 -316
  54. package/dist/Main-HzplGv-e.js +0 -85
  55. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-xQ4fjIxa.js +0 -3050
  56. package/dist/ResponsiveFabButton.vue_vue_type_script_setup_true_lang-Cn-3MRBO.js +0 -38
  57. package/dist/RolePermissionList-BzwpQFeO.js +0 -285
  58. package/dist/TeamMemberList-D2Xey_w9.js +0 -949
  59. package/dist/api/audit-log/index.d.ts +0 -10
  60. package/dist/api/permission-assignment/index.d.ts +0 -10
  61. package/dist/api/permission-set/index.d.ts +0 -8
  62. package/dist/app-DUs516v0.js +0 -2592
  63. package/dist/dayjs.min-DVb8OkTL.js +0 -282
  64. package/dist/employee-jH7EJnhi.js +0 -172
  65. package/dist/helpers/permission-set.d.ts +0 -32
  66. package/dist/helpers/portal-user.d.ts +0 -8
  67. package/dist/stores/permission-assignment.d.ts +0 -277
  68. package/dist/stores/permission-set.d.ts +0 -250
  69. package/dist/stores/team.d.ts +0 -288
  70. package/dist/team-CiZSNUQW.js +0 -26
  71. package/dist/types/audit-log.d.ts +0 -19
  72. package/dist/types/permission-assignment.d.ts +0 -20
  73. package/dist/types/permission-set.d.ts +0 -20
  74. package/dist/useAppStore-RzLLN5d9.js +0 -180
  75. package/dist/useLoading-1OqFn86y.js +0 -99
  76. package/dist/useSearch-B6WK1LBB.js +0 -15
  77. package/dist/views/audit-log/locales/index.d.ts +0 -211
  78. package/dist/views/team/Main.vue.d.ts +0 -2
  79. package/dist/views/team/components/BasePermission.vue.d.ts +0 -64
  80. package/dist/views/team/components/InheritPermissionTooltip.vue.d.ts +0 -14
  81. package/dist/views/team/components/PermissionWithTooltip.vue.d.ts +0 -14
  82. package/dist/views/team/member/TeamMemberList.vue.d.ts +0 -4
  83. package/dist/views/team/member/TeamMemberMasterUser.vue.d.ts +0 -55
  84. package/dist/views/team/role/RolePermissionForm.vue.d.ts +0 -19
  85. package/dist/views/team/role/RolePermissionList.vue.d.ts +0 -5
  86. /package/dist/views/{audit-log/AuditLogList.vue.d.ts → hr/main.vue.d.ts} +0 -0
  87. /package/dist/views/{hr/Main.vue.d.ts → team/TeamMemberList.vue.d.ts} +0 -0
  88. /package/dist/views/team/{member → components}/MemberInfo.vue.d.ts +0 -0
package/dist/app.js CHANGED
@@ -1,6 +1,6 @@
1
- import { d as a, b as o, e as p } from "./app-DUs516v0.js";
1
+ import { a as e, i as r, r as o } from "./app-CrML_LtM.js";
2
2
  export {
3
- a as FmApp,
4
- o as i18nMessages,
5
- p as routes
3
+ e as FmApp,
4
+ r as i18nMessages,
5
+ o as routes
6
6
  };
@@ -6,7 +6,7 @@ type __VLS_Slots = {} & {
6
6
  } & {
7
7
  default?: (props: typeof __VLS_5) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
10
  title: {
11
11
  type: StringConstructor;
12
12
  default: undefined;
@@ -36,8 +36,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
36
36
  title: string;
37
37
  required: string | boolean;
38
38
  inline: boolean;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
41
40
  export default _default;
42
41
  type __VLS_WithSlots<T, S> = T & {
43
42
  new (): {
@@ -9,14 +9,11 @@ export interface CheckboxOption {
9
9
  class: string;
10
10
  };
11
11
  }
12
- declare var __VLS_5: {}, __VLS_24: `checkbox-${any}-append`, __VLS_25: {
13
- option: CheckboxOption;
14
- selected: boolean;
15
- }, __VLS_28: `checkbox-${any}-end`, __VLS_29: {
12
+ declare var __VLS_5: {}, __VLS_24: `checkbox-${any}-end`, __VLS_25: {
16
13
  option: CheckboxOption;
17
14
  value: boolean;
18
15
  disable: boolean | undefined;
19
- }, __VLS_32: `checkbox-${any}-bottom`, __VLS_33: {
16
+ }, __VLS_28: `checkbox-${any}-bottom`, __VLS_29: {
20
17
  option: CheckboxOption;
21
18
  disable: boolean | undefined;
22
19
  value: boolean;
@@ -25,12 +22,10 @@ type __VLS_Slots = {} & {
25
22
  [K in NonNullable<typeof __VLS_24>]?: (props: typeof __VLS_25) => any;
26
23
  } & {
27
24
  [K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
28
- } & {
29
- [K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
30
25
  } & {
31
26
  top?: (props: typeof __VLS_5) => any;
32
27
  };
33
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
28
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
34
29
  options: {
35
30
  type: PropType<CheckboxOption[]>;
36
31
  required: true;
@@ -151,8 +146,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
151
146
  falsyShowSlot: boolean;
152
147
  bottomSlotIndent: string;
153
148
  alignCenter: boolean;
154
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
155
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
149
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
156
150
  export default _default;
157
151
  type __VLS_WithSlots<T, S> = T & {
158
152
  new (): {
@@ -8,11 +8,10 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
12
  title: string;
13
13
  initiallyCollapsed: boolean;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
16
15
  export default _default;
17
16
  type __VLS_WithSlots<T, S> = T & {
18
17
  new (): {
@@ -54,7 +54,7 @@ type __VLS_Slots = {} & {
54
54
  } & {
55
55
  'append-right'?: (props: typeof __VLS_57) => any;
56
56
  };
57
- declare const __VLS_component: import("vue").DefineComponent<Props, {
57
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
58
58
  open: () => void | undefined;
59
59
  close: () => void | undefined;
60
60
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -77,8 +77,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
77
77
  showSelectAll: boolean;
78
78
  maxHeight: string | number;
79
79
  selectedPrefix: string;
80
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
81
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
80
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
82
81
  export default _default;
83
82
  type __VLS_WithSlots<T, S> = T & {
84
83
  new (): {
@@ -1,12 +1,9 @@
1
1
  interface Props {
2
2
  shrinkable?: boolean;
3
3
  }
4
- declare var __VLS_1: {};
5
- type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_1) => any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
4
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
5
+ default?: ((props: {}) => any) | undefined;
6
+ }>;
10
7
  export default _default;
11
8
  type __VLS_WithSlots<T, S> = T & {
12
9
  new (): {
@@ -8,8 +8,7 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_3) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
13
12
  export default _default;
14
13
  type __VLS_WithSlots<T, S> = T & {
15
14
  new (): {
@@ -9,8 +9,7 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_6) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
14
13
  export default _default;
15
14
  type __VLS_WithSlots<T, S> = T & {
16
15
  new (): {
@@ -1,9 +1,6 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
+ default?: ((props: {}) => any) | undefined;
3
+ }>;
7
4
  export default _default;
8
5
  type __VLS_WithSlots<T, S> = T & {
9
6
  new (): {
@@ -11,8 +11,7 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  default?: (props: typeof __VLS_7) => any;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
16
15
  export default _default;
17
16
  type __VLS_WithSlots<T, S> = T & {
18
17
  new (): {
@@ -4,8 +4,7 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_16) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
9
8
  export default _default;
10
9
  type __VLS_WithSlots<T, S> = T & {
11
10
  new (): {
@@ -4,12 +4,9 @@ interface BottomSheetMenuItemProps {
4
4
  disabled?: boolean;
5
5
  itemClass?: string;
6
6
  }
7
- declare var __VLS_5: {};
8
- type __VLS_Slots = {} & {
9
- content?: (props: typeof __VLS_5) => any;
10
- };
11
- declare const __VLS_component: import("vue").DefineComponent<BottomSheetMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BottomSheetMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<BottomSheetMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BottomSheetMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
8
+ content?: ((props: {}) => any) | undefined;
9
+ }>;
13
10
  export default _default;
14
11
  type __VLS_WithSlots<T, S> = T & {
15
12
  new (): {
@@ -7,12 +7,9 @@ interface Props {
7
7
  callback: () => void;
8
8
  };
9
9
  }
10
- declare var __VLS_8: {};
11
- type __VLS_Slots = {} & {
12
- action?: (props: typeof __VLS_8) => any;
13
- };
14
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
11
+ action?: ((props: {}) => any) | undefined;
12
+ }>;
16
13
  export default _default;
17
14
  type __VLS_WithSlots<T, S> = T & {
18
15
  new (): {
@@ -89,9 +89,9 @@ export declare const useAppStore: import("pinia").StoreDefinition<"portal-app-st
89
89
  path: string;
90
90
  files: {
91
91
  responsive?: {
92
- mobile?: string | null | undefined | undefined;
93
- tablet?: string | null | undefined | undefined;
94
- desktop?: string | null | undefined | undefined;
92
+ mobile?: string | null | undefined;
93
+ tablet?: string | null | undefined;
94
+ desktop?: string | null | undefined;
95
95
  } | null | undefined;
96
96
  url: string;
97
97
  createdAt: string;
@@ -186,9 +186,9 @@ export declare const useAppStore: import("pinia").StoreDefinition<"portal-app-st
186
186
  path: string;
187
187
  files: {
188
188
  responsive?: {
189
- mobile?: string | null | undefined | undefined;
190
- tablet?: string | null | undefined | undefined;
191
- desktop?: string | null | undefined | undefined;
189
+ mobile?: string | null | undefined;
190
+ tablet?: string | null | undefined;
191
+ desktop?: string | null | undefined;
192
192
  } | null | undefined;
193
193
  url: string;
194
194
  createdAt: string;
@@ -14,5 +14,5 @@ export declare function useDateRange(): {
14
14
  endDate: Date;
15
15
  }>;
16
16
  dateRangeLabel: import("vue").ComputedRef<string>;
17
- setRange: (manipulate: "subtract" | "add") => void;
17
+ setRange: (manipulate: 'subtract' | 'add') => void;
18
18
  };
@@ -1,11 +1,11 @@
1
1
  export declare function useRestaurantMap(): import("vue").ComputedRef<Record<string, {
2
2
  channel?: string | null | undefined;
3
- machineId?: string | null | undefined;
4
- catalogId?: string | null | undefined;
5
3
  customAttributes?: Record<string, any> | null | undefined;
6
4
  takeaway?: {
7
5
  catalogId?: string | null | undefined;
8
6
  } | null | undefined;
7
+ machineId?: string | null | undefined;
8
+ catalogId?: string | null | undefined;
9
9
  inHouseDelivery?: {
10
10
  taxes?: Record<string, {
11
11
  inclusive: boolean;
@@ -78,8 +78,8 @@ export declare function useRestaurantMap(): import("vue").ComputedRef<Record<str
78
78
  autoAccept?: boolean | null | undefined;
79
79
  autoAcceptPaidOnly?: boolean | null | undefined;
80
80
  ignoreStock?: boolean | null | undefined;
81
- catalogId: string | null;
82
81
  enable: boolean;
82
+ catalogId: string | null;
83
83
  areas: {
84
84
  minPurchase?: {
85
85
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -137,6 +137,10 @@ export declare function useRestaurantMap(): import("vue").ComputedRef<Record<str
137
137
  acceptQueue?: boolean | null | undefined;
138
138
  anonymousOrder: boolean;
139
139
  } | null | undefined;
140
+ driveThru?: {
141
+ catalogId?: string | null | undefined;
142
+ enabled: boolean;
143
+ } | null | undefined;
140
144
  pf_business?: {
141
145
  internal?: boolean | null | undefined;
142
146
  url?: string | null | undefined;
@@ -146,7 +150,7 @@ export declare function useRestaurantMap(): import("vue").ComputedRef<Record<str
146
150
  options?: any[] | null | undefined;
147
151
  type: "string" | "number" | "boolean" | "date";
148
152
  key: string;
149
- entity: "item" | "group" | "restaurant" | "inventorySku" | "inventoryRecipe" | "warehouse";
153
+ entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
150
154
  }[] | null | undefined;
151
155
  pf_agent?: {
152
156
  clickupId?: string | null | undefined;
@@ -5,7 +5,7 @@ export interface SheetEvent {
5
5
  export default function useSheet(): {
6
6
  open: <Component extends abstract new (...args: any[]) => any>({ component, props, }: {
7
7
  component: Component;
8
- props?: InstanceType<Component>["$props"];
8
+ props?: InstanceType<Component>["$props"] | undefined;
9
9
  }) => {
10
10
  instance: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;