@dative-gpi/foundation-core-components 1.0.140-selectable2 → 1.0.140-selectable3
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/components/explorers/FSBaseDevicesExplorer.vue +1 -1
- package/components/explorers/FSBaseFoldersExplorer.vue +1 -1
- package/components/lists/alerts/FSBaseAlertsList.vue +1 -1
- package/components/lists/authTokens/FSBaseAuthTokensList.vue +1 -1
- package/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue +1 -1
- package/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue +1 -1
- package/components/lists/charts/FSBaseChartsList.vue +1 -1
- package/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue +1 -1
- package/components/lists/dashboards/FSBaseDashboardsList.vue +1 -1
- package/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue +1 -1
- package/components/lists/groups/FSBaseGroupsList.vue +1 -1
- package/components/lists/locations/FSBaseLocationsList.vue +1 -1
- package/components/lists/models/FSBaseModelsList.vue +1 -1
- package/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue +1 -1
- package/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue +1 -1
- package/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue +1 -1
- package/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue +1 -1
- package/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue +1 -1
- package/components/lists/serviceAccountRoleOrganisations/FSBaseServiceAccountRoleOrganisationsList.vue +1 -1
- package/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue +1 -1
- package/package.json +7 -7
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
:loading="fetchingDeviceExplorerElements"
|
|
5
5
|
:singleSelect="$props.singleSelect"
|
|
6
6
|
:items="deviceExplorerElements"
|
|
7
|
-
:
|
|
7
|
+
:selectable="$props.selectable"
|
|
8
8
|
:tableCode="$props.tableCode"
|
|
9
9
|
:itemTo="$props.itemTo"
|
|
10
10
|
:noSearch="$props.recursiveSearch"
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
:loading="fetchingFolders || fetchingDashboardOrganisations || fetchingDashboardShallows"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="selecteds"
|
|
9
|
-
:
|
|
9
|
+
:selectable="$props.selectable"
|
|
10
10
|
@update:modelValue="onSelect"
|
|
11
11
|
v-bind="$attrs"
|
|
12
12
|
>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
:headersOptions="headersOptions"
|
|
8
8
|
:tableCode="$props.tableCode"
|
|
9
9
|
:modelValue="$props.modelValue"
|
|
10
|
-
:
|
|
10
|
+
:selectable="$props.selectable"
|
|
11
11
|
:singleSelect="$props.singleSelect"
|
|
12
12
|
@update:modelValue="$emit('update:modelValue', $event)"
|
|
13
13
|
v-bind="$attrs"
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
:loading="fetchingChartOrganisationTypes || fetchingChartOrganisations"
|
|
5
5
|
:headersOptions="headersOptions"
|
|
6
6
|
:items="charts"
|
|
7
|
-
:
|
|
7
|
+
:selectable="$props.selectable"
|
|
8
8
|
:singleSelect="$props.singleSelect"
|
|
9
9
|
:tableCode="$props.tableCode"
|
|
10
10
|
:modelValue="$props.modelValue"
|
package/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
:itemTo="$props.itemTo"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
|
-
:
|
|
9
|
+
:selectable="$props.selectable"
|
|
10
10
|
:singleSelect="$props.singleSelect"
|
|
11
11
|
@update:modelValue="$emit('update:modelValue', $event)"
|
|
12
12
|
v-bind="$attrs"
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
:itemTo="$props.itemTo"
|
|
6
6
|
:loading="fetchingDashboardOrganisationTypes || fetchingDashboardOrganisations || fetchingDashboardShallows"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
|
-
:
|
|
8
|
+
:selectable="$props.selectable"
|
|
9
9
|
:singleSelect="$props.singleSelect"
|
|
10
10
|
:modelValue="selecteds"
|
|
11
11
|
@update:modelValue="onSelect"
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
:loading="fetchingDeviceOrganisations"
|
|
5
5
|
:singleSelect="$props.singleSelect"
|
|
6
6
|
:headersOptions="headersOptions"
|
|
7
|
-
:
|
|
7
|
+
:selectable="$props.selectable"
|
|
8
8
|
:tableCode="$props.tableCode"
|
|
9
9
|
:items="deviceOrganisations"
|
|
10
10
|
:itemTo="$props.itemTo"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:items="roleOrganisationTypes"
|
|
4
4
|
:itemTo="$props.itemTo"
|
|
5
5
|
:loading="fetchingRoleOrganisations"
|
|
6
|
-
:
|
|
6
|
+
:selectable="$props.selectable"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
9
|
@update:modelValue="$emit('update:modelValue', $event)"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:items="scenarioOrganisationTypes"
|
|
4
4
|
:itemTo="$props.itemTo"
|
|
5
5
|
:loading="fetchingScenarioOrganisationTypes"
|
|
6
|
-
:
|
|
6
|
+
:selectable="$props.selectable"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
9
|
@update:modelValue="$emit('update:modelValue', $event)"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:items="scenarioOrganisations"
|
|
4
4
|
:itemTo="$props.itemTo"
|
|
5
5
|
:loading="fetchingScenarioOrganisations"
|
|
6
|
-
:
|
|
6
|
+
:selectable="$props.selectable"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
9
|
:headersOptions="headersOptions"
|
package/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:items="serviceAccountOrganisations"
|
|
4
4
|
:itemTo="$props.itemTo"
|
|
5
5
|
:loading="fetchingServiceAccountOrganisations"
|
|
6
|
-
:
|
|
6
|
+
:selectable="$props.selectable"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
9
|
@update:modelValue="$emit('update:modelValue', $event)"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<FSDataTable
|
|
3
3
|
:loading="fetchingServiceAccountRoleOrganisations"
|
|
4
4
|
:items="serviceAccountRoleOrganisations"
|
|
5
|
-
:
|
|
5
|
+
:selectable="$props.selectable"
|
|
6
6
|
:tableCode="$props.tableCode"
|
|
7
7
|
:itemTo="$props.itemTo"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:items="userOrganisations"
|
|
4
4
|
:itemTo="$props.itemTo"
|
|
5
5
|
:loading="fetchingUserOrganisations"
|
|
6
|
-
:
|
|
6
|
+
:selectable="$props.selectable"
|
|
7
7
|
:tableCode="$props.tableCode"
|
|
8
8
|
:modelValue="$props.modelValue"
|
|
9
9
|
@update:modelValue="$emit('update:modelValue', $event)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-core-components",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.0.140-
|
|
4
|
+
"version": "1.0.140-selectable3",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dative-gpi/foundation-core-domain": "1.0.140-
|
|
14
|
-
"@dative-gpi/foundation-core-services": "1.0.140-
|
|
15
|
-
"@dative-gpi/foundation-shared-components": "1.0.140-
|
|
16
|
-
"@dative-gpi/foundation-shared-domain": "1.0.140-
|
|
17
|
-
"@dative-gpi/foundation-shared-services": "1.0.140-
|
|
13
|
+
"@dative-gpi/foundation-core-domain": "1.0.140-selectable3",
|
|
14
|
+
"@dative-gpi/foundation-core-services": "1.0.140-selectable3",
|
|
15
|
+
"@dative-gpi/foundation-shared-components": "1.0.140-selectable3",
|
|
16
|
+
"@dative-gpi/foundation-shared-domain": "1.0.140-selectable3",
|
|
17
|
+
"@dative-gpi/foundation-shared-services": "1.0.140-selectable3"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@dative-gpi/bones-ui": "^1.0.0",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"sass": "1.71.1",
|
|
27
27
|
"sass-loader": "13.3.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "484f1b4cdc3910b3ac2789a43a2342f9c5247b0c"
|
|
30
30
|
}
|