paas-component-library 0.9.16 → 0.9.17
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/dist/{cssMode-DiZxGZDP.js → cssMode-C6wUptRF.js} +1 -1
- package/dist/{freemarker2-C97UV7dB.js → freemarker2-QtV7d56k.js} +1 -1
- package/dist/{handlebars-BWi32cyh.js → handlebars-CXDivDbp.js} +1 -1
- package/dist/{html-BFuUx457.js → html-Do6AdWja.js} +1 -1
- package/dist/{htmlMode-MNILBwPf.js → htmlMode-Bd9t6kp0.js} +1 -1
- package/dist/{index-DL78wcV3.js → index-Cp0vRWGV.js} +30 -27
- package/dist/{javascript-USlOhe3m.js → javascript-Cb5ihCOU.js} +1 -1
- package/dist/{jsonMode-g9jEtrR8.js → jsonMode-DVMM3h_Q.js} +1 -1
- package/dist/{liquid-C9GS_c-R.js → liquid-CR9j6ljW.js} +1 -1
- package/dist/{mdx-DTps2Z_n.js → mdx-B6X2IdsV.js} +1 -1
- package/dist/paas-ui.js +1 -1
- package/dist/paas-ui.umd.cjs +3 -3
- package/dist/{python-B_H_EKSv.js → python-Be3nmB8J.js} +1 -1
- package/dist/{razor-CKIHnkOV.js → razor-DMQiFt_H.js} +1 -1
- package/dist/{tsMode-B3anNpe7.js → tsMode-Darm57Yr.js} +1 -1
- package/dist/{typescript-C0FD7lw3.js → typescript-BTPfJy5Z.js} +1 -1
- package/dist/{xml-BkPMeJOi.js → xml-wmIgI59C.js} +1 -1
- package/dist/{yaml-D0QC-IVi.js → yaml-BvViUara.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -77290,37 +77290,37 @@ et({
|
|
|
77290
77290
|
id: "freemarker2",
|
|
77291
77291
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
77292
77292
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
77293
|
-
loader: () => import("./freemarker2-
|
|
77293
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagAutoInterpolationDollar)
|
|
77294
77294
|
});
|
|
77295
77295
|
et({
|
|
77296
77296
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
77297
77297
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
77298
|
-
loader: () => import("./freemarker2-
|
|
77298
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagAngleInterpolationDollar)
|
|
77299
77299
|
});
|
|
77300
77300
|
et({
|
|
77301
77301
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
77302
77302
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
77303
|
-
loader: () => import("./freemarker2-
|
|
77303
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagBracketInterpolationDollar)
|
|
77304
77304
|
});
|
|
77305
77305
|
et({
|
|
77306
77306
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
77307
77307
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
77308
|
-
loader: () => import("./freemarker2-
|
|
77308
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagAngleInterpolationBracket)
|
|
77309
77309
|
});
|
|
77310
77310
|
et({
|
|
77311
77311
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
77312
77312
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
77313
|
-
loader: () => import("./freemarker2-
|
|
77313
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagBracketInterpolationBracket)
|
|
77314
77314
|
});
|
|
77315
77315
|
et({
|
|
77316
77316
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
77317
77317
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
77318
|
-
loader: () => import("./freemarker2-
|
|
77318
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagAutoInterpolationDollar)
|
|
77319
77319
|
});
|
|
77320
77320
|
et({
|
|
77321
77321
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
77322
77322
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
77323
|
-
loader: () => import("./freemarker2-
|
|
77323
|
+
loader: () => import("./freemarker2-QtV7d56k.js").then((i) => i.TagAutoInterpolationBracket)
|
|
77324
77324
|
});
|
|
77325
77325
|
/*!-----------------------------------------------------------------------------
|
|
77326
77326
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77358,7 +77358,7 @@ et({
|
|
|
77358
77358
|
extensions: [".handlebars", ".hbs"],
|
|
77359
77359
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
77360
77360
|
mimetypes: ["text/x-handlebars-template"],
|
|
77361
|
-
loader: () => import("./handlebars-
|
|
77361
|
+
loader: () => import("./handlebars-CXDivDbp.js")
|
|
77362
77362
|
});
|
|
77363
77363
|
/*!-----------------------------------------------------------------------------
|
|
77364
77364
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77383,7 +77383,7 @@ et({
|
|
|
77383
77383
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
77384
77384
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
77385
77385
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
77386
|
-
loader: () => import("./html-
|
|
77386
|
+
loader: () => import("./html-Do6AdWja.js")
|
|
77387
77387
|
});
|
|
77388
77388
|
/*!-----------------------------------------------------------------------------
|
|
77389
77389
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77424,7 +77424,7 @@ et({
|
|
|
77424
77424
|
filenames: ["jakefile"],
|
|
77425
77425
|
aliases: ["JavaScript", "javascript", "js"],
|
|
77426
77426
|
mimetypes: ["text/javascript"],
|
|
77427
|
-
loader: () => import("./javascript-
|
|
77427
|
+
loader: () => import("./javascript-Cb5ihCOU.js")
|
|
77428
77428
|
});
|
|
77429
77429
|
/*!-----------------------------------------------------------------------------
|
|
77430
77430
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77499,7 +77499,7 @@ et({
|
|
|
77499
77499
|
extensions: [".liquid", ".html.liquid"],
|
|
77500
77500
|
aliases: ["Liquid", "liquid"],
|
|
77501
77501
|
mimetypes: ["application/liquid"],
|
|
77502
|
-
loader: () => import("./liquid-
|
|
77502
|
+
loader: () => import("./liquid-CR9j6ljW.js")
|
|
77503
77503
|
});
|
|
77504
77504
|
/*!-----------------------------------------------------------------------------
|
|
77505
77505
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77535,7 +77535,7 @@ et({
|
|
|
77535
77535
|
id: "mdx",
|
|
77536
77536
|
extensions: [".mdx"],
|
|
77537
77537
|
aliases: ["MDX", "mdx"],
|
|
77538
|
-
loader: () => import("./mdx-
|
|
77538
|
+
loader: () => import("./mdx-B6X2IdsV.js")
|
|
77539
77539
|
});
|
|
77540
77540
|
/*!-----------------------------------------------------------------------------
|
|
77541
77541
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77730,7 +77730,7 @@ et({
|
|
|
77730
77730
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
77731
77731
|
aliases: ["Python", "py"],
|
|
77732
77732
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
77733
|
-
loader: () => import("./python-
|
|
77733
|
+
loader: () => import("./python-Be3nmB8J.js")
|
|
77734
77734
|
});
|
|
77735
77735
|
/*!-----------------------------------------------------------------------------
|
|
77736
77736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -77767,7 +77767,7 @@ et({
|
|
|
77767
77767
|
extensions: [".cshtml"],
|
|
77768
77768
|
aliases: ["Razor", "razor"],
|
|
77769
77769
|
mimetypes: ["text/x-cshtml"],
|
|
77770
|
-
loader: () => import("./razor-
|
|
77770
|
+
loader: () => import("./razor-DMQiFt_H.js")
|
|
77771
77771
|
});
|
|
77772
77772
|
/*!-----------------------------------------------------------------------------
|
|
77773
77773
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -78019,7 +78019,7 @@ et({
|
|
|
78019
78019
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
78020
78020
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
78021
78021
|
mimetypes: ["text/typescript"],
|
|
78022
|
-
loader: () => import("./typescript-
|
|
78022
|
+
loader: () => import("./typescript-BTPfJy5Z.js")
|
|
78023
78023
|
});
|
|
78024
78024
|
/*!-----------------------------------------------------------------------------
|
|
78025
78025
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -78087,7 +78087,7 @@ et({
|
|
|
78087
78087
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
78088
78088
|
aliases: ["XML", "xml"],
|
|
78089
78089
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
78090
|
-
loader: () => import("./xml-
|
|
78090
|
+
loader: () => import("./xml-wmIgI59C.js")
|
|
78091
78091
|
});
|
|
78092
78092
|
/*!-----------------------------------------------------------------------------
|
|
78093
78093
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -78100,7 +78100,7 @@ et({
|
|
|
78100
78100
|
extensions: [".yaml", ".yml"],
|
|
78101
78101
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
78102
78102
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
78103
|
-
loader: () => import("./yaml-
|
|
78103
|
+
loader: () => import("./yaml-BvViUara.js")
|
|
78104
78104
|
});
|
|
78105
78105
|
/*!-----------------------------------------------------------------------------
|
|
78106
78106
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -78203,7 +78203,7 @@ var hF = class {
|
|
|
78203
78203
|
);
|
|
78204
78204
|
T2.languages.css = { cssDefaults: __e, lessDefaults: w_e, scssDefaults: y_e };
|
|
78205
78205
|
function pF() {
|
|
78206
|
-
return import("./cssMode-
|
|
78206
|
+
return import("./cssMode-C6wUptRF.js");
|
|
78207
78207
|
}
|
|
78208
78208
|
T2.languages.onLanguage("less", () => {
|
|
78209
78209
|
pF().then((i) => i.setupMode(w_e));
|
|
@@ -78309,7 +78309,7 @@ jS.languages.html = {
|
|
|
78309
78309
|
registerHTMLLanguageService: US
|
|
78310
78310
|
};
|
|
78311
78311
|
function K$e() {
|
|
78312
|
-
return import("./htmlMode-
|
|
78312
|
+
return import("./htmlMode-Bd9t6kp0.js");
|
|
78313
78313
|
}
|
|
78314
78314
|
function US(i, e = WS, t = $S(i)) {
|
|
78315
78315
|
const n = new Z$e(i, e, t);
|
|
@@ -78386,7 +78386,7 @@ var oUe = class {
|
|
|
78386
78386
|
), cUe = () => x_e().then((i) => i.getWorker());
|
|
78387
78387
|
dv.languages.json = { jsonDefaults: L_e, getWorker: cUe };
|
|
78388
78388
|
function x_e() {
|
|
78389
|
-
return import("./jsonMode-
|
|
78389
|
+
return import("./jsonMode-DVMM3h_Q.js");
|
|
78390
78390
|
}
|
|
78391
78391
|
dv.languages.register({
|
|
78392
78392
|
id: "json",
|
|
@@ -78550,7 +78550,7 @@ q4.languages.typescript = {
|
|
|
78550
78550
|
getJavaScriptWorker: _Ue
|
|
78551
78551
|
};
|
|
78552
78552
|
function qS() {
|
|
78553
|
-
return import("./tsMode-
|
|
78553
|
+
return import("./tsMode-Darm57Yr.js");
|
|
78554
78554
|
}
|
|
78555
78555
|
q4.languages.onLanguage("typescript", () => qS().then((i) => i.setupTypeScript(M_e)));
|
|
78556
78556
|
q4.languages.onLanguage("javascript", () => qS().then((i) => i.setupJavaScript(A_e)));
|
|
@@ -112478,7 +112478,7 @@ const Ent = /* @__PURE__ */ cr(Pnt, [["render", Dnt]]), Tnt = {
|
|
|
112478
112478
|
},
|
|
112479
112479
|
watch: {
|
|
112480
112480
|
menuId(i) {
|
|
112481
|
-
this.
|
|
112481
|
+
this.getButton || this.getMenuButtons();
|
|
112482
112482
|
}
|
|
112483
112483
|
},
|
|
112484
112484
|
mounted() {
|
|
@@ -112714,8 +112714,11 @@ const Int = /* @__PURE__ */ cr(Tnt, [["render", knt]]), Mnt = {
|
|
|
112714
112714
|
t != "" && e.push(String(t));
|
|
112715
112715
|
}), this.value = e) : this.multiple && i ? this.value = [String(i)] : this.value = String(i);
|
|
112716
112716
|
},
|
|
112717
|
+
data(i) {
|
|
112718
|
+
i && i.length > 0 && (this.datas = i);
|
|
112719
|
+
},
|
|
112717
112720
|
value(i) {
|
|
112718
|
-
|
|
112721
|
+
this.$emit("update:modelValue", i), this.$emit("change", i);
|
|
112719
112722
|
}
|
|
112720
112723
|
}
|
|
112721
112724
|
};
|
|
@@ -134158,8 +134161,8 @@ function BSt(i, e, t, n, r, s) {
|
|
|
134158
134161
|
value: t.modelValue,
|
|
134159
134162
|
onInput: s.updateValue,
|
|
134160
134163
|
disabled: s.see || t.readonly,
|
|
134161
|
-
rows:
|
|
134162
|
-
}, null, 8, ["type", "value", "onInput", "disabled"])
|
|
134164
|
+
rows: t.rows
|
|
134165
|
+
}, null, 8, ["type", "value", "onInput", "disabled", "rows"])
|
|
134163
134166
|
]),
|
|
134164
134167
|
_: 1
|
|
134165
134168
|
}, 16, ["label", "name", "icon"])
|
|
@@ -145349,7 +145352,7 @@ const oLt = {
|
|
|
145349
145352
|
},
|
|
145350
145353
|
methods: {
|
|
145351
145354
|
handleClick(i, e) {
|
|
145352
|
-
|
|
145355
|
+
this.$store.setCurrentSystem(i), this.selectedCard = this.selectedCard === e ? null : e;
|
|
145353
145356
|
},
|
|
145354
145357
|
handleOk() {
|
|
145355
145358
|
const i = jx.sm3(this.form.newPassword).toUpperCase(), e = jx.sm3(this.form.confirmPassword).toUpperCase(), t = jx.sm3(this.form.password).toUpperCase();
|
|
@@ -145379,7 +145382,7 @@ const oLt = {
|
|
|
145379
145382
|
});
|
|
145380
145383
|
},
|
|
145381
145384
|
submitLogout() {
|
|
145382
|
-
this.$store.setCurrentSystem({}), this.$store.setSystems([]), this.$store.setIsIframe(!1), this.$store.setIframeUrl(""), this.$store.setMenuData([]), this.$delete("/system/logout", {}).then((i) => {
|
|
145385
|
+
this.$store.setCurrentSystem({}), this.$store.setCleanButton(), this.$store.setSystems([]), this.$store.setIsIframe(!1), this.$store.setIframeUrl(""), this.$store.setMenuData([]), this.$delete("/system/logout", {}).then((i) => {
|
|
145383
145386
|
i.data.code == this.$success && (this.$store.setLoginFlag(!1), this.$store.setLoginInfo({}), location.href = "/");
|
|
145384
145387
|
});
|
|
145385
145388
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-BTPfJy5Z.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Et } from "./index-
|
|
1
|
+
import { m as Et } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-Cp0vRWGV.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546)
|
package/dist/paas-ui.js
CHANGED