diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4d1f8f4be..fcf712955 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -12028,6 +12028,13 @@ "readonly": false, "type": "boolean", "default": "" + }, + { + "name": "csp", + "optional": true, + "readonly": false, + "type": "PrimeVueCSPOptions", + "default": "" } ], "methods": [] @@ -12066,6 +12073,19 @@ ], "methods": [] }, + "PrimeVueCSPOptions": { + "relatedProp": "", + "props": [ + { + "name": "nonce", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + } + ], + "methods": [] + }, "PrimeVuePTOptions": { "relatedProp": "", "props": [ @@ -46958,6 +46978,13 @@ "readonly": false, "type": "string", "default": "" + }, + { + "name": "nonce", + "optional": true, + "readonly": false, + "type": "string", + "default": "" } ], "methods": []