@7365admin1/layer-common 1.11.16 → 1.11.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/layer-common
2
2
 
3
+ ## 1.11.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 785495f: Update layer-common
8
+
3
9
  ## 1.11.16
4
10
 
5
11
  ### Patch Changes
@@ -347,7 +347,7 @@ const {
347
347
  search: searchInput.value,
348
348
  dateTo: dateTo.value,
349
349
  dateFrom: dateFrom.value,
350
- type: filterTypes.value.filter(Boolean).join(","),
350
+ type: (filterTypes.value.length === 0 && activeTab.value === 'registered' ? "contractor,delivery,walk-in,pick-up,drop-off,guest" : filterTypes.value.filter(Boolean).join(",")),
351
351
  checkedOut: displayNotCheckedOut.value ? false : undefined
352
352
  }
353
353
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@7365admin1/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.11.16",
5
+ "version": "1.11.17",
6
6
  "author": "7365admin1",
7
7
  "main": "./nuxt.config.ts",
8
8
  "publishConfig": {