@feedmepos/mf-e-invoice 0.0.81 → 0.0.83

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/app.js CHANGED
@@ -19,7 +19,7 @@ const B = /* @__PURE__ */ t({
19
19
  {
20
20
  path: "/submissions",
21
21
  name: e.submissions,
22
- component: () => import("./EInvoice-DyWkv4Iy.js")
22
+ component: () => import("./EInvoice-BlAc095N.js")
23
23
  }
24
24
  ];
25
25
  export {
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ searchValue: import("vue").PropType<any>;
3
+ exportSubmissions: import("vue").PropType<any>;
4
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ searchValue: import("vue").PropType<any>;
6
+ exportSubmissions: import("vue").PropType<any>;
7
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
@@ -56,7 +56,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
56
56
  branchCode?: string | null | undefined;
57
57
  eTaxActivatedAt?: string | null | undefined;
58
58
  accessToken?: string | null | undefined;
59
- eTaxImage?: string | null | undefined;
60
59
  type: "marketing";
61
60
  name: string;
62
61
  _id: string;
@@ -131,7 +130,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
131
130
  branchCode?: string | null | undefined;
132
131
  eTaxActivatedAt?: string | null | undefined;
133
132
  accessToken?: string | null | undefined;
134
- eTaxImage?: string | null | undefined;
135
133
  taxRegNo: string;
136
134
  } | {
137
135
  phoneNo?: string | null | undefined;
@@ -171,7 +169,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
171
169
  branchCode?: string | null | undefined;
172
170
  eTaxActivatedAt?: string | null | undefined;
173
171
  accessToken?: string | null | undefined;
174
- eTaxImage?: string | null | undefined;
175
172
  type: "marketing";
176
173
  name: string;
177
174
  _id: string;
@@ -202,7 +199,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
202
199
  branchCode?: string | null | undefined;
203
200
  eTaxActivatedAt?: string | null | undefined;
204
201
  accessToken?: string | null | undefined;
205
- eTaxImage?: string | null | undefined;
206
202
  type: "marketing";
207
203
  name: string;
208
204
  _id: string;
@@ -292,7 +288,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
292
288
  branchCode?: string | null | undefined;
293
289
  eTaxActivatedAt?: string | null | undefined;
294
290
  accessToken?: string | null | undefined;
295
- eTaxImage?: string | null | undefined;
296
291
  taxRegNo: string;
297
292
  };
298
293
  businessId: string;
@@ -338,7 +333,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
338
333
  branchCode?: string | null | undefined;
339
334
  eTaxActivatedAt?: string | null | undefined;
340
335
  accessToken?: string | null | undefined;
341
- eTaxImage?: string | null | undefined;
342
336
  type: "marketing";
343
337
  name: string;
344
338
  _id: string;
@@ -413,7 +407,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
413
407
  branchCode?: string | null | undefined;
414
408
  eTaxActivatedAt?: string | null | undefined;
415
409
  accessToken?: string | null | undefined;
416
- eTaxImage?: string | null | undefined;
417
410
  taxRegNo: string;
418
411
  } | {
419
412
  phoneNo?: string | null | undefined;
@@ -453,7 +446,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
453
446
  branchCode?: string | null | undefined;
454
447
  eTaxActivatedAt?: string | null | undefined;
455
448
  accessToken?: string | null | undefined;
456
- eTaxImage?: string | null | undefined;
457
449
  type: "marketing";
458
450
  name: string;
459
451
  _id: string;
@@ -484,7 +476,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
484
476
  branchCode?: string | null | undefined;
485
477
  eTaxActivatedAt?: string | null | undefined;
486
478
  accessToken?: string | null | undefined;
487
- eTaxImage?: string | null | undefined;
488
479
  type: "marketing";
489
480
  name: string;
490
481
  _id: string;
@@ -574,7 +565,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
574
565
  branchCode?: string | null | undefined;
575
566
  eTaxActivatedAt?: string | null | undefined;
576
567
  accessToken?: string | null | undefined;
577
- eTaxImage?: string | null | undefined;
578
568
  taxRegNo: string;
579
569
  };
580
570
  businessId: string;
@@ -622,6 +612,18 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
622
612
  }[]>;
623
613
  manager: import("vue").ComputedRef<EInvoiceManager>;
624
614
  locations: import("vue").ComputedRef<MerchantEInvoice[]>;
615
+ selectedLocationId: import("vue").Ref<string, string>;
616
+ selectedLocation: import("vue").ComputedRef<MerchantEInvoice | undefined>;
617
+ dateRange: import("vue").Ref<{
618
+ startDate: string;
619
+ endDate: string;
620
+ }, {
621
+ startDate: string;
622
+ endDate: string;
623
+ } | {
624
+ startDate: string;
625
+ endDate: string;
626
+ }>;
625
627
  countryTaxes: import("vue").ComputedRef<{
626
628
  [code: string]: {
627
629
  taxLevel?: number | null | undefined;
@@ -653,7 +655,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
653
655
  updateSettings: (newSettings: FdoMyEInvoiceSetting) => Promise<void>;
654
656
  getMenu: () => Promise<void>;
655
657
  getMarketingMenu: () => Promise<void>;
656
- }, "marketing" | "restaurants" | "settings" | "menu" | "marketingMenu">, Pick<{
658
+ }, "marketing" | "restaurants" | "settings" | "menu" | "marketingMenu" | "selectedLocationId" | "dateRange">, Pick<{
657
659
  restaurants: import("vue").Ref<Record<string, RestaurantEInvoice>, Record<string, RestaurantEInvoice>>;
658
660
  marketing: import("vue").Ref<{
659
661
  id: string;
@@ -697,7 +699,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
697
699
  branchCode?: string | null | undefined;
698
700
  eTaxActivatedAt?: string | null | undefined;
699
701
  accessToken?: string | null | undefined;
700
- eTaxImage?: string | null | undefined;
701
702
  type: "marketing";
702
703
  name: string;
703
704
  _id: string;
@@ -772,7 +773,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
772
773
  branchCode?: string | null | undefined;
773
774
  eTaxActivatedAt?: string | null | undefined;
774
775
  accessToken?: string | null | undefined;
775
- eTaxImage?: string | null | undefined;
776
776
  taxRegNo: string;
777
777
  } | {
778
778
  phoneNo?: string | null | undefined;
@@ -812,7 +812,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
812
812
  branchCode?: string | null | undefined;
813
813
  eTaxActivatedAt?: string | null | undefined;
814
814
  accessToken?: string | null | undefined;
815
- eTaxImage?: string | null | undefined;
816
815
  type: "marketing";
817
816
  name: string;
818
817
  _id: string;
@@ -843,7 +842,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
843
842
  branchCode?: string | null | undefined;
844
843
  eTaxActivatedAt?: string | null | undefined;
845
844
  accessToken?: string | null | undefined;
846
- eTaxImage?: string | null | undefined;
847
845
  type: "marketing";
848
846
  name: string;
849
847
  _id: string;
@@ -933,7 +931,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
933
931
  branchCode?: string | null | undefined;
934
932
  eTaxActivatedAt?: string | null | undefined;
935
933
  accessToken?: string | null | undefined;
936
- eTaxImage?: string | null | undefined;
937
934
  taxRegNo: string;
938
935
  };
939
936
  businessId: string;
@@ -979,7 +976,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
979
976
  branchCode?: string | null | undefined;
980
977
  eTaxActivatedAt?: string | null | undefined;
981
978
  accessToken?: string | null | undefined;
982
- eTaxImage?: string | null | undefined;
983
979
  type: "marketing";
984
980
  name: string;
985
981
  _id: string;
@@ -1054,7 +1050,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1054
1050
  branchCode?: string | null | undefined;
1055
1051
  eTaxActivatedAt?: string | null | undefined;
1056
1052
  accessToken?: string | null | undefined;
1057
- eTaxImage?: string | null | undefined;
1058
1053
  taxRegNo: string;
1059
1054
  } | {
1060
1055
  phoneNo?: string | null | undefined;
@@ -1094,7 +1089,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1094
1089
  branchCode?: string | null | undefined;
1095
1090
  eTaxActivatedAt?: string | null | undefined;
1096
1091
  accessToken?: string | null | undefined;
1097
- eTaxImage?: string | null | undefined;
1098
1092
  type: "marketing";
1099
1093
  name: string;
1100
1094
  _id: string;
@@ -1125,7 +1119,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1125
1119
  branchCode?: string | null | undefined;
1126
1120
  eTaxActivatedAt?: string | null | undefined;
1127
1121
  accessToken?: string | null | undefined;
1128
- eTaxImage?: string | null | undefined;
1129
1122
  type: "marketing";
1130
1123
  name: string;
1131
1124
  _id: string;
@@ -1215,7 +1208,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1215
1208
  branchCode?: string | null | undefined;
1216
1209
  eTaxActivatedAt?: string | null | undefined;
1217
1210
  accessToken?: string | null | undefined;
1218
- eTaxImage?: string | null | undefined;
1219
1211
  taxRegNo: string;
1220
1212
  };
1221
1213
  businessId: string;
@@ -1263,6 +1255,18 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1263
1255
  }[]>;
1264
1256
  manager: import("vue").ComputedRef<EInvoiceManager>;
1265
1257
  locations: import("vue").ComputedRef<MerchantEInvoice[]>;
1258
+ selectedLocationId: import("vue").Ref<string, string>;
1259
+ selectedLocation: import("vue").ComputedRef<MerchantEInvoice | undefined>;
1260
+ dateRange: import("vue").Ref<{
1261
+ startDate: string;
1262
+ endDate: string;
1263
+ }, {
1264
+ startDate: string;
1265
+ endDate: string;
1266
+ } | {
1267
+ startDate: string;
1268
+ endDate: string;
1269
+ }>;
1266
1270
  countryTaxes: import("vue").ComputedRef<{
1267
1271
  [code: string]: {
1268
1272
  taxLevel?: number | null | undefined;
@@ -1294,7 +1298,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1294
1298
  updateSettings: (newSettings: FdoMyEInvoiceSetting) => Promise<void>;
1295
1299
  getMenu: () => Promise<void>;
1296
1300
  getMarketingMenu: () => Promise<void>;
1297
- }, "manager" | "locations" | "countryTaxes" | "exemptedTax">, Pick<{
1301
+ }, "manager" | "locations" | "selectedLocation" | "countryTaxes" | "exemptedTax">, Pick<{
1298
1302
  restaurants: import("vue").Ref<Record<string, RestaurantEInvoice>, Record<string, RestaurantEInvoice>>;
1299
1303
  marketing: import("vue").Ref<{
1300
1304
  id: string;
@@ -1338,7 +1342,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1338
1342
  branchCode?: string | null | undefined;
1339
1343
  eTaxActivatedAt?: string | null | undefined;
1340
1344
  accessToken?: string | null | undefined;
1341
- eTaxImage?: string | null | undefined;
1342
1345
  type: "marketing";
1343
1346
  name: string;
1344
1347
  _id: string;
@@ -1413,7 +1416,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1413
1416
  branchCode?: string | null | undefined;
1414
1417
  eTaxActivatedAt?: string | null | undefined;
1415
1418
  accessToken?: string | null | undefined;
1416
- eTaxImage?: string | null | undefined;
1417
1419
  taxRegNo: string;
1418
1420
  } | {
1419
1421
  phoneNo?: string | null | undefined;
@@ -1453,7 +1455,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1453
1455
  branchCode?: string | null | undefined;
1454
1456
  eTaxActivatedAt?: string | null | undefined;
1455
1457
  accessToken?: string | null | undefined;
1456
- eTaxImage?: string | null | undefined;
1457
1458
  type: "marketing";
1458
1459
  name: string;
1459
1460
  _id: string;
@@ -1484,7 +1485,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1484
1485
  branchCode?: string | null | undefined;
1485
1486
  eTaxActivatedAt?: string | null | undefined;
1486
1487
  accessToken?: string | null | undefined;
1487
- eTaxImage?: string | null | undefined;
1488
1488
  type: "marketing";
1489
1489
  name: string;
1490
1490
  _id: string;
@@ -1574,7 +1574,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1574
1574
  branchCode?: string | null | undefined;
1575
1575
  eTaxActivatedAt?: string | null | undefined;
1576
1576
  accessToken?: string | null | undefined;
1577
- eTaxImage?: string | null | undefined;
1578
1577
  taxRegNo: string;
1579
1578
  };
1580
1579
  businessId: string;
@@ -1620,7 +1619,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1620
1619
  branchCode?: string | null | undefined;
1621
1620
  eTaxActivatedAt?: string | null | undefined;
1622
1621
  accessToken?: string | null | undefined;
1623
- eTaxImage?: string | null | undefined;
1624
1622
  type: "marketing";
1625
1623
  name: string;
1626
1624
  _id: string;
@@ -1695,7 +1693,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1695
1693
  branchCode?: string | null | undefined;
1696
1694
  eTaxActivatedAt?: string | null | undefined;
1697
1695
  accessToken?: string | null | undefined;
1698
- eTaxImage?: string | null | undefined;
1699
1696
  taxRegNo: string;
1700
1697
  } | {
1701
1698
  phoneNo?: string | null | undefined;
@@ -1735,7 +1732,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1735
1732
  branchCode?: string | null | undefined;
1736
1733
  eTaxActivatedAt?: string | null | undefined;
1737
1734
  accessToken?: string | null | undefined;
1738
- eTaxImage?: string | null | undefined;
1739
1735
  type: "marketing";
1740
1736
  name: string;
1741
1737
  _id: string;
@@ -1766,7 +1762,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1766
1762
  branchCode?: string | null | undefined;
1767
1763
  eTaxActivatedAt?: string | null | undefined;
1768
1764
  accessToken?: string | null | undefined;
1769
- eTaxImage?: string | null | undefined;
1770
1765
  type: "marketing";
1771
1766
  name: string;
1772
1767
  _id: string;
@@ -1856,7 +1851,6 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1856
1851
  branchCode?: string | null | undefined;
1857
1852
  eTaxActivatedAt?: string | null | undefined;
1858
1853
  accessToken?: string | null | undefined;
1859
- eTaxImage?: string | null | undefined;
1860
1854
  taxRegNo: string;
1861
1855
  };
1862
1856
  businessId: string;
@@ -1904,6 +1898,18 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
1904
1898
  }[]>;
1905
1899
  manager: import("vue").ComputedRef<EInvoiceManager>;
1906
1900
  locations: import("vue").ComputedRef<MerchantEInvoice[]>;
1901
+ selectedLocationId: import("vue").Ref<string, string>;
1902
+ selectedLocation: import("vue").ComputedRef<MerchantEInvoice | undefined>;
1903
+ dateRange: import("vue").Ref<{
1904
+ startDate: string;
1905
+ endDate: string;
1906
+ }, {
1907
+ startDate: string;
1908
+ endDate: string;
1909
+ } | {
1910
+ startDate: string;
1911
+ endDate: string;
1912
+ }>;
1907
1913
  countryTaxes: import("vue").ComputedRef<{
1908
1914
  [code: string]: {
1909
1915
  taxLevel?: number | null | undefined;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .fade-slide-enter-active[data-v-78f28b64]{transition:all .3s ease-in}.fade-slide-leave-active[data-v-78f28b64]{transition:all .2s ease-out}.fade-slide-enter-from[data-v-78f28b64],.fade-slide-leave-to[data-v-78f28b64]{opacity:0;transform:translateY(-.5rem)}.fade-slide-enter-to[data-v-78f28b64],.fade-slide-leave-from[data-v-78f28b64]{opacity:1;transform:translateY(0)}
1
+ .fade-slide-enter-active[data-v-b1b636da]{transition:all .3s ease-in}.fade-slide-leave-active[data-v-b1b636da]{transition:all .2s ease-out}.fade-slide-enter-from[data-v-b1b636da],.fade-slide-leave-to[data-v-b1b636da]{opacity:0;transform:translateY(-.5rem)}.fade-slide-enter-to[data-v-b1b636da],.fade-slide-leave-from[data-v-b1b636da]{opacity:1;transform:translateY(0)}