@7365admin1/layer-common 3.2.8-staging.218 → 3.2.8-staging.219
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/AccessCardQrTagging.vue +0 -4
- package/components/AccessManagement.vue +0 -4
- package/components/BuildingManagement/buildings.vue +0 -4
- package/components/BulletinBoardManagement.vue +0 -3
- package/components/DocumentManagement.vue +0 -4
- package/components/IncidentReport/Authorities.vue +0 -4
- package/components/IncidentReport/IncidentInformation.vue +0 -4
- package/components/IncidentReport/IncidentInformationDownload.vue +0 -4
- package/components/IncidentReport/affectedEntities.vue +0 -4
- package/components/VehicleManagement.vue +0 -4
- package/components/VisitorManagement.vue +0 -3
- package/components/VisitorsReportPreview.vue +0 -3
- package/package.json +1 -1
|
@@ -138,10 +138,6 @@
|
|
|
138
138
|
// into the consuming apps but not reliably into the layer's own components.
|
|
139
139
|
import { readListPage } from "../utils/list-page";
|
|
140
140
|
|
|
141
|
-
definePageMeta({
|
|
142
|
-
middleware: ["01-auth", "02-org"],
|
|
143
|
-
memberOnly: true,
|
|
144
|
-
});
|
|
145
141
|
const props = defineProps({
|
|
146
142
|
headers: {
|
|
147
143
|
type: Array as PropType<Array<Record<string, any>>>,
|
|
@@ -162,10 +162,6 @@
|
|
|
162
162
|
// into the consuming apps but not reliably into the layer's own components.
|
|
163
163
|
import { levelCount } from "../../utils/data";
|
|
164
164
|
|
|
165
|
-
definePageMeta({
|
|
166
|
-
middleware: ["01-auth", "02-org"],
|
|
167
|
-
memberOnly: true,
|
|
168
|
-
});
|
|
169
165
|
|
|
170
166
|
const props = defineProps({
|
|
171
167
|
headers: {
|
|
@@ -89,9 +89,6 @@ import { APP_CONSTANTS } from '../constants/app';
|
|
|
89
89
|
// is a ReferenceError that blanks the screen in every consuming app.
|
|
90
90
|
import { readListPage } from '../utils/list-page';
|
|
91
91
|
|
|
92
|
-
definePageMeta({
|
|
93
|
-
memberOnly: true,
|
|
94
|
-
})
|
|
95
92
|
|
|
96
93
|
const props = defineProps({
|
|
97
94
|
siteId: {
|
|
@@ -610,10 +610,6 @@
|
|
|
610
610
|
// into the consuming apps but not reliably into the layer's own components.
|
|
611
611
|
import { readListPage } from "../utils/list-page";
|
|
612
612
|
|
|
613
|
-
definePageMeta({
|
|
614
|
-
middleware: ["01-auth", "02-org"],
|
|
615
|
-
memberOnly: true,
|
|
616
|
-
});
|
|
617
613
|
const props = defineProps({
|
|
618
614
|
headers: {
|
|
619
615
|
type: Array as PropType<Array<Record<string, any>>>,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@7365admin1/layer-common",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.2.8-staging.
|
|
5
|
+
"version": "3.2.8-staging.219",
|
|
6
6
|
"author": "7365admin1",
|
|
7
7
|
"main": "./nuxt.config.ts",
|
|
8
8
|
"//files": "What a consumer extending this layer actually loads. Without this npm ships the whole working tree - the changesets, the CI workflows, the render harness in tools/ and any scratch directory that happened to exist at publish time. Nuxt resolves a layer by directory, so every runtime directory below has to stay listed; adding a new top-level runtime directory means adding it here too.",
|