@feedmepos/mf-hrm-portal 1.1.0-dev → 1.1.2-dev

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 (101) hide show
  1. package/dist/AuditLogList-CjrocQS2.js +316 -0
  2. package/dist/{EmployeeList-tmUqs5a6.js → EmployeeList-CKHgrdAO.js} +157 -150
  3. package/dist/Main-HzplGv-e.js +85 -0
  4. package/dist/{main-DOtgCRZe.js → Main-YQ5f-v03.js} +1501 -1532
  5. package/dist/{PageLayout.vue_vue_type_script_setup_true_lang-DuwNwJDM.js → PageLayout.vue_vue_type_script_setup_true_lang-HKK4cbW8.js} +2 -2
  6. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-xQ4fjIxa.js +3050 -0
  7. package/dist/ResponsiveFabButton.vue_vue_type_script_setup_true_lang-Cn-3MRBO.js +38 -0
  8. package/dist/{RoleList-C5xG7LHg.js → RoleList-Bef-7IhW.js} +52 -50
  9. package/dist/RolePermissionList-BzwpQFeO.js +285 -0
  10. package/dist/{useSearch-C25VELOk.js → SelectFilter-NbXrJ4iH.js} +90 -101
  11. package/dist/TeamMemberList-D2Xey_w9.js +949 -0
  12. package/dist/{TimesheetList-CZfo4Dua.js → TimesheetList-DVIk0Tis.js} +30 -29
  13. package/dist/api/audit-log/index.d.ts +10 -0
  14. package/dist/api/index.d.ts +1 -3
  15. package/dist/api/permission-assignment/index.d.ts +10 -0
  16. package/dist/api/permission-set/index.d.ts +8 -0
  17. package/dist/api/team/index.d.ts +5 -1
  18. package/dist/app-DUs516v0.js +2592 -0
  19. package/dist/app.js +4 -4
  20. package/dist/components/AppForm.vue.d.ts +3 -2
  21. package/dist/components/CheckboxInput.vue.d.ts +10 -4
  22. package/dist/components/CollapsibleWrapper.vue.d.ts +3 -2
  23. package/dist/components/form/SelectFilter.vue.d.ts +3 -2
  24. package/dist/components/layout/FormColumn.vue.d.ts +6 -3
  25. package/dist/components/layout/FormItem.vue.d.ts +2 -1
  26. package/dist/components/layout/FormSection.vue.d.ts +2 -1
  27. package/dist/components/layout/FullWrapper.vue.d.ts +6 -3
  28. package/dist/components/layout/PageLayout.vue.d.ts +2 -1
  29. package/dist/components/menu/BottomSheetMenu.vue.d.ts +2 -1
  30. package/dist/components/menu/BottomSheetMenuItem.vue.d.ts +6 -3
  31. package/dist/components/table/EmptyDataTemplate/index.vue.d.ts +6 -3
  32. package/dist/composables/useAppStore.d.ts +6 -6
  33. package/dist/composables/useDateRange.d.ts +1 -1
  34. package/dist/composables/useRestaurantMap.d.ts +4 -8
  35. package/dist/composables/useSheet.d.ts +1 -1
  36. package/dist/dayjs.min-DVb8OkTL.js +282 -0
  37. package/dist/employee-jH7EJnhi.js +172 -0
  38. package/dist/helpers/permission-set.d.ts +32 -0
  39. package/dist/helpers/portal-user.d.ts +8 -0
  40. package/dist/helpers/rule.d.ts +4 -3
  41. package/dist/index-CicR1-Jp.js +8411 -0
  42. package/dist/{empty-placeholder-ey8LJtN1.js → index.vue_vue_type_script_setup_true_lang-Vc5ARO29.js} +43 -2
  43. package/dist/{lodash-DNzKT_gG.js → lodash-DpoPPi_j.js} +326 -343
  44. package/dist/router/shared.d.ts +3 -1
  45. package/dist/stores/employee.d.ts +4 -4
  46. package/dist/stores/permission-assignment.d.ts +277 -0
  47. package/dist/stores/permission-set.d.ts +250 -0
  48. package/dist/stores/role.d.ts +4 -4
  49. package/dist/stores/team.d.ts +288 -0
  50. package/dist/stores/timesheet.d.ts +19 -19
  51. package/dist/team-CiZSNUQW.js +26 -0
  52. package/dist/timesheet-BRQvljNj.js +56 -0
  53. package/dist/tsconfig.app.tsbuildinfo +1 -1
  54. package/dist/types/audit-log.d.ts +19 -0
  55. package/dist/types/permission-assignment.d.ts +20 -0
  56. package/dist/types/permission-set.d.ts +20 -0
  57. package/dist/types/permission.d.ts +1 -4
  58. package/dist/types/team.d.ts +13 -3
  59. package/dist/useAppStore-RzLLN5d9.js +180 -0
  60. package/dist/useLoading-1OqFn86y.js +99 -0
  61. package/dist/useRestaurantMap-D5BNPLKh.js +107 -0
  62. package/dist/useSearch-B6WK1LBB.js +15 -0
  63. package/dist/views/audit-log/locales/index.d.ts +211 -0
  64. package/dist/views/hr/employee/{components/EmployeeForm.vue.d.ts → EmployeeForm.vue.d.ts} +10 -7
  65. package/dist/views/hr/locales/index.d.ts +0 -214
  66. package/dist/views/team/components/BasePermission.vue.d.ts +64 -0
  67. package/dist/views/team/components/{TeamMemberConditionPermission.vue.d.ts → ConditionPermission.vue.d.ts} +14 -1
  68. package/dist/views/team/components/InheritPermissionTooltip.vue.d.ts +14 -0
  69. package/dist/views/team/components/PermissionWithTooltip.vue.d.ts +14 -0
  70. package/dist/views/team/components/PortalPermissionEditor.vue.d.ts +68 -28
  71. package/dist/views/team/components/{TeamMemberRolePermission.vue.d.ts → PosRolePermission.vue.d.ts} +14 -1
  72. package/dist/views/team/locales/index.d.ts +176 -4
  73. package/dist/views/team/{components → member}/AddMemberForm.vue.d.ts +1 -0
  74. package/dist/views/team/member/TeamMemberList.vue.d.ts +4 -0
  75. package/dist/views/team/member/TeamMemberMasterUser.vue.d.ts +55 -0
  76. package/dist/views/team/role/RolePermissionForm.vue.d.ts +19 -0
  77. package/dist/views/{hr/grant-user/GrantUserList.vue.d.ts → team/role/RolePermissionList.vue.d.ts} +0 -12
  78. package/package.json +14 -9
  79. package/dist/FormSection.vue_vue_type_script_setup_true_lang-BY9VGOoM.js +0 -71
  80. package/dist/HorizontalSplitter-B9DVYJIM.js +0 -12
  81. package/dist/Main-ebQsujY3.js +0 -600
  82. package/dist/TeamMemberList-09_3YTHe.js +0 -1509
  83. package/dist/api/grant-user/index.d.ts +0 -8
  84. package/dist/app-B4KDGOw1.js +0 -1432
  85. package/dist/employee-BQc7Wgpu.js +0 -450
  86. package/dist/index-CSG8t9Dl.js +0 -58
  87. package/dist/role-DGAu9X1X.js +0 -9728
  88. package/dist/rule-CSj0p2P3.js +0 -450
  89. package/dist/stores/grant-user.d.ts +0 -86
  90. package/dist/timesheet-B4M1nCIm.js +0 -57
  91. package/dist/types/grant-user.d.ts +0 -17
  92. package/dist/useAppStore-CKmMR-gI.js +0 -93
  93. package/dist/useLoading-v4m-6mEy.js +0 -141
  94. package/dist/useRestaurantMap-e9fQJiLC.js +0 -39
  95. package/dist/views/hr/grant-user/components/GrantUserForm.vue.d.ts +0 -14
  96. package/dist/views/team/components/TeamMemberBasePermission.vue.d.ts +0 -36
  97. package/dist/views/team/components/TeamMemberMasterUser.vue.d.ts +0 -718
  98. /package/dist/views/{hr/grant-user/Main.vue.d.ts → audit-log/AuditLogList.vue.d.ts} +0 -0
  99. /package/dist/views/hr/{main.vue.d.ts → Main.vue.d.ts} +0 -0
  100. /package/dist/views/team/{TeamMemberList.vue.d.ts → Main.vue.d.ts} +0 -0
  101. /package/dist/views/team/{components → member}/MemberInfo.vue.d.ts +0 -0
package/dist/app.js CHANGED
@@ -1,6 +1,6 @@
1
- import { a as e, i as r, r as o } from "./app-B4KDGOw1.js";
1
+ import { d as a, b as o, e as p } from "./app-DUs516v0.js";
2
2
  export {
3
- e as FmApp,
4
- r as i18nMessages,
5
- o as routes
3
+ a as FmApp,
4
+ o as i18nMessages,
5
+ p 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 _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
10
  title: {
11
11
  type: StringConstructor;
12
12
  default: undefined;
@@ -36,7 +36,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vu
36
36
  title: string;
37
37
  required: string | boolean;
38
38
  inline: boolean;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
41
  export default _default;
41
42
  type __VLS_WithSlots<T, S> = T & {
42
43
  new (): {
@@ -9,11 +9,14 @@ export interface CheckboxOption {
9
9
  class: string;
10
10
  };
11
11
  }
12
- declare var __VLS_5: {}, __VLS_24: `checkbox-${any}-end`, __VLS_25: {
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: {
13
16
  option: CheckboxOption;
14
17
  value: boolean;
15
18
  disable: boolean | undefined;
16
- }, __VLS_28: `checkbox-${any}-bottom`, __VLS_29: {
19
+ }, __VLS_32: `checkbox-${any}-bottom`, __VLS_33: {
17
20
  option: CheckboxOption;
18
21
  disable: boolean | undefined;
19
22
  value: boolean;
@@ -22,10 +25,12 @@ type __VLS_Slots = {} & {
22
25
  [K in NonNullable<typeof __VLS_24>]?: (props: typeof __VLS_25) => any;
23
26
  } & {
24
27
  [K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
28
+ } & {
29
+ [K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
25
30
  } & {
26
31
  top?: (props: typeof __VLS_5) => any;
27
32
  };
28
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
33
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
29
34
  options: {
30
35
  type: PropType<CheckboxOption[]>;
31
36
  required: true;
@@ -146,7 +151,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vu
146
151
  falsyShowSlot: boolean;
147
152
  bottomSlotIndent: string;
148
153
  alignCenter: boolean;
149
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
154
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
155
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
150
156
  export default _default;
151
157
  type __VLS_WithSlots<T, S> = T & {
152
158
  new (): {
@@ -8,10 +8,11 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ declare const __VLS_component: 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>, __VLS_Slots>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
16
  export default _default;
16
17
  type __VLS_WithSlots<T, S> = T & {
17
18
  new (): {
@@ -54,7 +54,7 @@ type __VLS_Slots = {} & {
54
54
  } & {
55
55
  'append-right'?: (props: typeof __VLS_57) => any;
56
56
  };
57
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
57
+ declare const __VLS_component: import("vue").DefineComponent<Props, {
58
58
  open: () => void | undefined;
59
59
  close: () => void | undefined;
60
60
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -77,7 +77,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
77
77
  showSelectAll: boolean;
78
78
  maxHeight: string | number;
79
79
  selectedPrefix: string;
80
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
80
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
81
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
81
82
  export default _default;
82
83
  type __VLS_WithSlots<T, S> = T & {
83
84
  new (): {
@@ -1,9 +1,12 @@
1
1
  interface Props {
2
2
  shrinkable?: boolean;
3
3
  }
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
- }>;
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>;
7
10
  export default _default;
8
11
  type __VLS_WithSlots<T, S> = T & {
9
12
  new (): {
@@ -8,7 +8,8 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_3) => any;
10
10
  };
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>;
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>;
12
13
  export default _default;
13
14
  type __VLS_WithSlots<T, S> = T & {
14
15
  new (): {
@@ -9,7 +9,8 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_6) => any;
11
11
  };
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>;
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>;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -1,6 +1,9 @@
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
- }>;
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>;
4
7
  export default _default;
5
8
  type __VLS_WithSlots<T, S> = T & {
6
9
  new (): {
@@ -11,7 +11,8 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  default?: (props: typeof __VLS_7) => any;
13
13
  };
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>;
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>;
15
16
  export default _default;
16
17
  type __VLS_WithSlots<T, S> = T & {
17
18
  new (): {
@@ -4,7 +4,8 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_16) => any;
6
6
  };
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>;
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>;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -4,9 +4,12 @@ interface BottomSheetMenuItemProps {
4
4
  disabled?: boolean;
5
5
  itemClass?: string;
6
6
  }
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
- }>;
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>;
10
13
  export default _default;
11
14
  type __VLS_WithSlots<T, S> = T & {
12
15
  new (): {
@@ -7,9 +7,12 @@ interface Props {
7
7
  callback: () => void;
8
8
  };
9
9
  }
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
- }>;
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>;
13
16
  export default _default;
14
17
  type __VLS_WithSlots<T, S> = T & {
15
18
  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;
93
- tablet?: string | null | undefined;
94
- desktop?: string | null | undefined;
92
+ mobile?: string | null | undefined | undefined;
93
+ tablet?: string | null | undefined | undefined;
94
+ desktop?: string | null | undefined | 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;
190
- tablet?: string | null | undefined;
191
- desktop?: string | null | undefined;
189
+ mobile?: string | null | undefined | undefined;
190
+ tablet?: string | null | undefined | undefined;
191
+ desktop?: string | null | undefined | 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;
3
5
  customAttributes?: Record<string, any> | null | undefined;
4
6
  takeaway?: {
5
7
  catalogId?: string | null | undefined;
6
8
  } | 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
- enable: boolean;
82
81
  catalogId: string | null;
82
+ enable: boolean;
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,10 +137,6 @@ 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;
144
140
  pf_business?: {
145
141
  internal?: boolean | null | undefined;
146
142
  url?: string | null | undefined;
@@ -150,7 +146,7 @@ export declare function useRestaurantMap(): import("vue").ComputedRef<Record<str
150
146
  options?: any[] | null | undefined;
151
147
  type: "string" | "number" | "boolean" | "date";
152
148
  key: string;
153
- entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
149
+ entity: "item" | "group" | "restaurant" | "inventorySku" | "inventoryRecipe" | "warehouse";
154
150
  }[] | null | undefined;
155
151
  pf_agent?: {
156
152
  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"] | undefined;
8
+ props?: InstanceType<Component>["$props"];
9
9
  }) => {
10
10
  instance: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
@@ -0,0 +1,282 @@
1
+ import { g as Q, c as K } from "./app-DUs516v0.js";
2
+ var E = { exports: {} };
3
+ (function(V, X) {
4
+ (function(W, k) {
5
+ V.exports = k();
6
+ })(K, function() {
7
+ var W = 1e3, k = 6e4, N = 36e5, A = "millisecond", S = "second", w = "minute", O = "hour", M = "day", T = "week", m = "month", U = "quarter", v = "year", _ = "date", J = "Invalid Date", q = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, B = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, G = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(s) {
8
+ var n = ["th", "st", "nd", "rd"], t = s % 100;
9
+ return "[" + s + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
10
+ } }, I = function(s, n, t) {
11
+ var r = String(s);
12
+ return !r || r.length >= n ? s : "" + Array(n + 1 - r.length).join(t) + s;
13
+ }, P = { s: I, z: function(s) {
14
+ var n = -s.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
15
+ return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
16
+ }, m: function s(n, t) {
17
+ if (n.date() < t.date()) return -s(t, n);
18
+ var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, m), i = t - e < 0, u = n.clone().add(r + (i ? -1 : 1), m);
19
+ return +(-(r + (t - e) / (i ? e - u : u - e)) || 0);
20
+ }, a: function(s) {
21
+ return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
22
+ }, p: function(s) {
23
+ return { M: m, y: v, w: T, d: M, D: _, h: O, m: w, s: S, ms: A, Q: U }[s] || String(s || "").toLowerCase().replace(/s$/, "");
24
+ }, u: function(s) {
25
+ return s === void 0;
26
+ } }, x = "en", g = {};
27
+ g[x] = G;
28
+ var Z = "$isDayjsObject", F = function(s) {
29
+ return s instanceof C || !(!s || !s[Z]);
30
+ }, j = function s(n, t, r) {
31
+ var e;
32
+ if (!n) return x;
33
+ if (typeof n == "string") {
34
+ var i = n.toLowerCase();
35
+ g[i] && (e = i), t && (g[i] = t, e = i);
36
+ var u = n.split("-");
37
+ if (!e && u.length > 1) return s(u[0]);
38
+ } else {
39
+ var o = n.name;
40
+ g[o] = n, e = o;
41
+ }
42
+ return !r && e && (x = e), e || !r && x;
43
+ }, f = function(s, n) {
44
+ if (F(s)) return s.clone();
45
+ var t = typeof n == "object" ? n : {};
46
+ return t.date = s, t.args = arguments, new C(t);
47
+ }, a = P;
48
+ a.l = j, a.i = F, a.w = function(s, n) {
49
+ return f(s, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
50
+ };
51
+ var C = function() {
52
+ function s(t) {
53
+ this.$L = j(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[Z] = !0;
54
+ }
55
+ var n = s.prototype;
56
+ return n.parse = function(t) {
57
+ this.$d = function(r) {
58
+ var e = r.date, i = r.utc;
59
+ if (e === null) return /* @__PURE__ */ new Date(NaN);
60
+ if (a.u(e)) return /* @__PURE__ */ new Date();
61
+ if (e instanceof Date) return new Date(e);
62
+ if (typeof e == "string" && !/Z$/i.test(e)) {
63
+ var u = e.match(q);
64
+ if (u) {
65
+ var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
66
+ return i ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
67
+ }
68
+ }
69
+ return new Date(e);
70
+ }(t), this.init();
71
+ }, n.init = function() {
72
+ var t = this.$d;
73
+ this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
74
+ }, n.$utils = function() {
75
+ return a;
76
+ }, n.isValid = function() {
77
+ return this.$d.toString() !== J;
78
+ }, n.isSame = function(t, r) {
79
+ var e = f(t);
80
+ return this.startOf(r) <= e && e <= this.endOf(r);
81
+ }, n.isAfter = function(t, r) {
82
+ return f(t) < this.startOf(r);
83
+ }, n.isBefore = function(t, r) {
84
+ return this.endOf(r) < f(t);
85
+ }, n.$g = function(t, r, e) {
86
+ return a.u(t) ? this[r] : this.set(e, t);
87
+ }, n.unix = function() {
88
+ return Math.floor(this.valueOf() / 1e3);
89
+ }, n.valueOf = function() {
90
+ return this.$d.getTime();
91
+ }, n.startOf = function(t, r) {
92
+ var e = this, i = !!a.u(r) || r, u = a.p(t), o = function(p, $) {
93
+ var y = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
94
+ return i ? y : y.endOf(M);
95
+ }, c = function(p, $) {
96
+ return a.w(e.toDate()[p].apply(e.toDate("s"), (i ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
97
+ }, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
98
+ switch (u) {
99
+ case v:
100
+ return i ? o(1, 0) : o(31, 11);
101
+ case m:
102
+ return i ? o(1, d) : o(0, d + 1);
103
+ case T:
104
+ var D = this.$locale().weekStart || 0, Y = (h < D ? h + 7 : h) - D;
105
+ return o(i ? l - Y : l + (6 - Y), d);
106
+ case M:
107
+ case _:
108
+ return c(b + "Hours", 0);
109
+ case O:
110
+ return c(b + "Minutes", 1);
111
+ case w:
112
+ return c(b + "Seconds", 2);
113
+ case S:
114
+ return c(b + "Milliseconds", 3);
115
+ default:
116
+ return this.clone();
117
+ }
118
+ }, n.endOf = function(t) {
119
+ return this.startOf(t, !1);
120
+ }, n.$set = function(t, r) {
121
+ var e, i = a.p(t), u = "set" + (this.$u ? "UTC" : ""), o = (e = {}, e[M] = u + "Date", e[_] = u + "Date", e[m] = u + "Month", e[v] = u + "FullYear", e[O] = u + "Hours", e[w] = u + "Minutes", e[S] = u + "Seconds", e[A] = u + "Milliseconds", e)[i], c = i === M ? this.$D + (r - this.$W) : r;
122
+ if (i === m || i === v) {
123
+ var h = this.clone().set(_, 1);
124
+ h.$d[o](c), h.init(), this.$d = h.set(_, Math.min(this.$D, h.daysInMonth())).$d;
125
+ } else o && this.$d[o](c);
126
+ return this.init(), this;
127
+ }, n.set = function(t, r) {
128
+ return this.clone().$set(t, r);
129
+ }, n.get = function(t) {
130
+ return this[a.p(t)]();
131
+ }, n.add = function(t, r) {
132
+ var e, i = this;
133
+ t = Number(t);
134
+ var u = a.p(r), o = function(d) {
135
+ var l = f(i);
136
+ return a.w(l.date(l.date() + Math.round(d * t)), i);
137
+ };
138
+ if (u === m) return this.set(m, this.$M + t);
139
+ if (u === v) return this.set(v, this.$y + t);
140
+ if (u === M) return o(1);
141
+ if (u === T) return o(7);
142
+ var c = (e = {}, e[w] = k, e[O] = N, e[S] = W, e)[u] || 1, h = this.$d.getTime() + t * c;
143
+ return a.w(h, this);
144
+ }, n.subtract = function(t, r) {
145
+ return this.add(-1 * t, r);
146
+ }, n.format = function(t) {
147
+ var r = this, e = this.$locale();
148
+ if (!this.isValid()) return e.invalidDate || J;
149
+ var i = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, D = function($, y, H, L) {
150
+ return $ && ($[y] || $(r, i)) || H[y].slice(0, L);
151
+ }, Y = function($) {
152
+ return a.s(o % 12 || 12, $, "0");
153
+ }, p = b || function($, y, H) {
154
+ var L = $ < 12 ? "AM" : "PM";
155
+ return H ? L.toLowerCase() : L;
156
+ };
157
+ return i.replace(B, function($, y) {
158
+ return y || function(H) {
159
+ switch (H) {
160
+ case "YY":
161
+ return String(r.$y).slice(-2);
162
+ case "YYYY":
163
+ return a.s(r.$y, 4, "0");
164
+ case "M":
165
+ return h + 1;
166
+ case "MM":
167
+ return a.s(h + 1, 2, "0");
168
+ case "MMM":
169
+ return D(e.monthsShort, h, l, 3);
170
+ case "MMMM":
171
+ return D(l, h);
172
+ case "D":
173
+ return r.$D;
174
+ case "DD":
175
+ return a.s(r.$D, 2, "0");
176
+ case "d":
177
+ return String(r.$W);
178
+ case "dd":
179
+ return D(e.weekdaysMin, r.$W, d, 2);
180
+ case "ddd":
181
+ return D(e.weekdaysShort, r.$W, d, 3);
182
+ case "dddd":
183
+ return d[r.$W];
184
+ case "H":
185
+ return String(o);
186
+ case "HH":
187
+ return a.s(o, 2, "0");
188
+ case "h":
189
+ return Y(1);
190
+ case "hh":
191
+ return Y(2);
192
+ case "a":
193
+ return p(o, c, !0);
194
+ case "A":
195
+ return p(o, c, !1);
196
+ case "m":
197
+ return String(c);
198
+ case "mm":
199
+ return a.s(c, 2, "0");
200
+ case "s":
201
+ return String(r.$s);
202
+ case "ss":
203
+ return a.s(r.$s, 2, "0");
204
+ case "SSS":
205
+ return a.s(r.$ms, 3, "0");
206
+ case "Z":
207
+ return u;
208
+ }
209
+ return null;
210
+ }($) || u.replace(":", "");
211
+ });
212
+ }, n.utcOffset = function() {
213
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
214
+ }, n.diff = function(t, r, e) {
215
+ var i, u = this, o = a.p(r), c = f(t), h = (c.utcOffset() - this.utcOffset()) * k, d = this - c, l = function() {
216
+ return a.m(u, c);
217
+ };
218
+ switch (o) {
219
+ case v:
220
+ i = l() / 12;
221
+ break;
222
+ case m:
223
+ i = l();
224
+ break;
225
+ case U:
226
+ i = l() / 3;
227
+ break;
228
+ case T:
229
+ i = (d - h) / 6048e5;
230
+ break;
231
+ case M:
232
+ i = (d - h) / 864e5;
233
+ break;
234
+ case O:
235
+ i = d / N;
236
+ break;
237
+ case w:
238
+ i = d / k;
239
+ break;
240
+ case S:
241
+ i = d / W;
242
+ break;
243
+ default:
244
+ i = d;
245
+ }
246
+ return e ? i : a.a(i);
247
+ }, n.daysInMonth = function() {
248
+ return this.endOf(m).$D;
249
+ }, n.$locale = function() {
250
+ return g[this.$L];
251
+ }, n.locale = function(t, r) {
252
+ if (!t) return this.$L;
253
+ var e = this.clone(), i = j(t, r, !0);
254
+ return i && (e.$L = i), e;
255
+ }, n.clone = function() {
256
+ return a.w(this.$d, this);
257
+ }, n.toDate = function() {
258
+ return new Date(this.valueOf());
259
+ }, n.toJSON = function() {
260
+ return this.isValid() ? this.toISOString() : null;
261
+ }, n.toISOString = function() {
262
+ return this.$d.toISOString();
263
+ }, n.toString = function() {
264
+ return this.$d.toUTCString();
265
+ }, s;
266
+ }(), z = C.prototype;
267
+ return f.prototype = z, [["$ms", A], ["$s", S], ["$m", w], ["$H", O], ["$W", M], ["$M", m], ["$y", v], ["$D", _]].forEach(function(s) {
268
+ z[s[1]] = function(n) {
269
+ return this.$g(n, s[0], s[1]);
270
+ };
271
+ }), f.extend = function(s, n) {
272
+ return s.$i || (s(n, C, f), s.$i = !0), f;
273
+ }, f.locale = j, f.isDayjs = F, f.unix = function(s) {
274
+ return f(1e3 * s);
275
+ }, f.en = g[x], f.Ls = g, f.p = {}, f;
276
+ });
277
+ })(E);
278
+ var R = E.exports;
279
+ const et = /* @__PURE__ */ Q(R);
280
+ export {
281
+ et as d
282
+ };