@iservice365/layer-common 1.5.4 → 1.5.5

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.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 426239f: Update components
8
+
3
9
  ## 1.5.4
4
10
 
5
11
  ### Patch Changes
@@ -62,7 +62,7 @@
62
62
  items-per-page="20"
63
63
  fixed-header
64
64
  hide-default-footer
65
- hide-default-header
65
+ :hide-default-header="false"
66
66
  @click:row="tableRowClickHandler"
67
67
  style="max-height: calc(100vh - (200px))"
68
68
  >
@@ -565,7 +565,7 @@ function tableRowClickHandler(_: any, data: any) {
565
565
 
566
566
  const dialogPreview = ref(false);
567
567
  const selectedFeedback = ref<TFeedback | null>(null);
568
- const searchText = ref("")
568
+ const searchText = ref("");
569
569
 
570
570
  getServiceProviderCategories();
571
571
  </script>
@@ -61,7 +61,7 @@
61
61
  items-per-page="20"
62
62
  fixed-header
63
63
  hide-default-footer
64
- hide-default-header
64
+ :hide-default-header="false"
65
65
  @click:row="tableRowClickHandler"
66
66
  style="max-height: calc(100vh - (200px))"
67
67
  >
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iservice365/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.5.4",
5
+ "version": "1.5.5",
6
6
  "main": "./nuxt.config.ts",
7
7
  "scripts": {
8
8
  "dev": "nuxi dev .playground",