akpm-procedures 1.1.45 → 1.1.46
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/CDN/akpm-procedures.js +4 -2
- package/package.json +1 -1
package/CDN/akpm-procedures.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 1.1.
|
|
1
|
+
/* Version: 1.1.46 */
|
|
2
2
|
var Ks = Object.defineProperty;
|
|
3
3
|
var ba = (t) => {
|
|
4
4
|
throw TypeError(t);
|
|
@@ -11686,6 +11686,7 @@ function qs(t, e) {
|
|
|
11686
11686
|
}
|
|
11687
11687
|
Ce.createEmptyProcedure({
|
|
11688
11688
|
title: h(c),
|
|
11689
|
+
altTitle: h(d),
|
|
11689
11690
|
norms: h(v),
|
|
11690
11691
|
tags: h(f),
|
|
11691
11692
|
isTemplate: h(C),
|
|
@@ -11709,7 +11710,8 @@ function qs(t, e) {
|
|
|
11709
11710
|
full: h(u) === "full",
|
|
11710
11711
|
file: h(O) ? await V(h(O)) : void 0,
|
|
11711
11712
|
excludeFromDocumentale: h(P),
|
|
11712
|
-
minLevel: h(A)
|
|
11713
|
+
minLevel: h(A),
|
|
11714
|
+
altTitle: h(d)
|
|
11713
11715
|
}).then((X) => {
|
|
11714
11716
|
X ? (h(C) ? alert("Template creato con successo") : alert("Procedura creata con successo"), a().push(X.document), l()(), i(!1)) : alert("Errore nella creazione della procedura");
|
|
11715
11717
|
}).catch((X) => {
|