@dative-gpi/foundation-shared-loader 0.0.9 → 0.0.11

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.
@@ -5,6 +5,9 @@
5
5
  },
6
6
  "FSDeviceOrganisationTile": {
7
7
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
8
+ },
9
+ "FSDataTable": {
10
+ "from": "@dative-gpi/foundation-core-components/components/lists/FSDataTable.vue"
8
11
  }
9
12
  },
10
13
  "directives": []
@@ -174,12 +174,12 @@
174
174
  "FSFilterButton": {
175
175
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSFilterButton.vue"
176
176
  },
177
+ "FSDataTableUI": {
178
+ "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTableUI.vue"
179
+ },
177
180
  "FSHiddenButton": {
178
181
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHiddenButton.vue"
179
182
  },
180
- "FSDataTable": {
181
- "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTable.vue"
182
- },
183
183
  "FSDataIteratorGroup": {
184
184
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorGroup.vue"
185
185
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "^4.5.0",
24
24
  "vue": "^3.2.0"
25
25
  },
26
- "gitHead": "d079d93c7d8677f8269b97bc71820bc35dc46921"
26
+ "gitHead": "4f28939e7d42ab1ef8319c614fbc210b1291fd79"
27
27
  }
@@ -5,6 +5,9 @@
5
5
  },
6
6
  "FSDeviceOrganisationTile": {
7
7
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
8
+ },
9
+ "FSDataTable": {
10
+ "from": "@dative-gpi/foundation-core-components/components/lists/FSDataTable.vue"
8
11
  }
9
12
  },
10
13
  "directives": []
@@ -174,12 +174,12 @@
174
174
  "FSFilterButton": {
175
175
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSFilterButton.vue"
176
176
  },
177
+ "FSDataTableUI": {
178
+ "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTableUI.vue"
179
+ },
177
180
  "FSHiddenButton": {
178
181
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHiddenButton.vue"
179
182
  },
180
- "FSDataTable": {
181
- "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataTable.vue"
182
- },
183
183
  "FSDataIteratorGroup": {
184
184
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorGroup.vue"
185
185
  },