@o3r/application 9.5.0-alpha.9 → 9.5.0
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/package.json +7 -7
- package/schemas/functional-content.metadata.schema.json +7 -4
- package/schematics/ng-add/helpers/devtools-registration.js.map +1 -0
- package/schematics/ng-add/index.js.map +1 -0
- package/schematics/ng-add/schema.js.map +1 -0
- package/schematics/ng-add/schema.json +2 -2
- package/schematics/package.json +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/application",
|
|
3
|
-
"version": "9.5.0
|
|
3
|
+
"version": "9.5.0",
|
|
4
4
|
"description": "This module provides development help to monitor your Otter Application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"application",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"@angular-devkit/schematics": "~16.2.0",
|
|
26
26
|
"@angular/common": "~16.2.0",
|
|
27
27
|
"@angular/core": "~16.2.0",
|
|
28
|
-
"@o3r/core": "^9.5.0
|
|
29
|
-
"@o3r/dev-tools": "^9.5.0
|
|
30
|
-
"@o3r/logger": "^9.5.0
|
|
31
|
-
"@o3r/routing": "^9.5.0
|
|
32
|
-
"@o3r/schematics": "^9.5.0
|
|
33
|
-
"@o3r/testing": "^9.5.0
|
|
28
|
+
"@o3r/core": "^9.5.0",
|
|
29
|
+
"@o3r/dev-tools": "^9.5.0",
|
|
30
|
+
"@o3r/logger": "^9.5.0",
|
|
31
|
+
"@o3r/routing": "^9.5.0",
|
|
32
|
+
"@o3r/schematics": "^9.5.0",
|
|
33
|
+
"@o3r/testing": "^9.5.0",
|
|
34
34
|
"@schematics/angular": "~16.2.0",
|
|
35
35
|
"rxjs": "^7.8.1",
|
|
36
36
|
"typescript": "~5.1.6"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
3
|
"$id": "FunctionalContentsMetadataSchema",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"title": "Schema of Functional Contents metadata",
|
|
@@ -209,7 +209,8 @@
|
|
|
209
209
|
]
|
|
210
210
|
},
|
|
211
211
|
"required": {
|
|
212
|
-
"type": "boolean"
|
|
212
|
+
"type": "boolean",
|
|
213
|
+
"description": "If true, the property input will be flagged as mandatory in the CMS view"
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
216
|
},
|
|
@@ -241,7 +242,8 @@
|
|
|
241
242
|
]
|
|
242
243
|
},
|
|
243
244
|
"required": {
|
|
244
|
-
"type": "boolean"
|
|
245
|
+
"type": "boolean",
|
|
246
|
+
"description": "If true, the property input will be flagged as mandatory in the CMS view"
|
|
245
247
|
}
|
|
246
248
|
}
|
|
247
249
|
},
|
|
@@ -275,7 +277,8 @@
|
|
|
275
277
|
]
|
|
276
278
|
},
|
|
277
279
|
"required": {
|
|
278
|
-
"type": "boolean"
|
|
280
|
+
"type": "boolean",
|
|
281
|
+
"description": "If true, the property input will be flagged as mandatory in the CMS view"
|
|
279
282
|
}
|
|
280
283
|
}
|
|
281
284
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"devtools-registration.js","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/devtools-registration.ts"],"names":[],"mappings":";;;AACA,kCAAkC;AAGlC,MAAM,mBAAmB,GAAG,2BAA2B,CAAC;AACxD,MAAM,oBAAoB,GAAG,4BAA4B,CAAC;AAC1D,MAAM,YAAY,GAAW,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;AAErG;;;;;GAKG;AACI,MAAM,gBAAgB,GAAG,KAAK,EAAE,OAA8B,EAAiB,EAAE;IACtF,MAAM,EAAE,6BAA6B,EAAE,GAAG,2CAAa,iBAAiB,EAAC,CAAC;IAC1E,OAAO,6BAA6B,CAAC;QACnC,UAAU,EAAE,mBAAmB;QAC/B,WAAW,EAAE,YAAY;QACzB,WAAW,EAAE,oBAAoB;QACjC,WAAW,EAAE,OAAO,CAAC,WAAW;KACjC,CAAC,CAAC;AACL,CAAC,CAAC;AARW,QAAA,gBAAgB,oBAQ3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
3
|
"$id": "ngAddSchematicsSchema",
|
|
4
4
|
"title": "Add Otter application ",
|
|
5
5
|
"description": "ngAdd Otter application ",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"additionalProperties":
|
|
15
|
+
"additionalProperties": true,
|
|
16
16
|
"required": [
|
|
17
17
|
]
|
|
18
18
|
}
|