paas-component-library 0.9.18 → 0.9.20
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-1YYSSjzi.js → cssMode-U7OrtBzm.js} +1 -1
- package/dist/{freemarker2-DqbDXKn2.js → freemarker2-CyRN9pYS.js} +1 -1
- package/dist/{handlebars-BHwP-LNJ.js → handlebars-BEmmxJj8.js} +1 -1
- package/dist/{html-Bp2hS4Zq.js → html-DiBZ7lcG.js} +1 -1
- package/dist/{htmlMode-2b285PKX.js → htmlMode-BJRKxYSf.js} +1 -1
- package/dist/{index-Dw9PN7nF.js → index-C5Rl6xdr.js} +37 -35
- package/dist/{javascript-pNihXZP2.js → javascript-BLwj88Ua.js} +1 -1
- package/dist/{jsonMode-CMId-gpL.js → jsonMode-Bp90T-rH.js} +1 -1
- package/dist/{liquid-CT1rRZBQ.js → liquid-Bn_GooCl.js} +1 -1
- package/dist/{mdx-BKUC08-1.js → mdx-Dsv-Erww.js} +1 -1
- package/dist/paas-ui.js +1 -1
- package/dist/paas-ui.umd.cjs +2 -2
- package/dist/{python-CbxCS5k4.js → python-BUUvFb-l.js} +1 -1
- package/dist/{razor-CuBzmsCE.js → razor-DH9dNkiK.js} +1 -1
- package/dist/{tsMode-DVRbuGrG.js → tsMode-DgQFvoRH.js} +1 -1
- package/dist/{typescript-CIStIOX0.js → typescript-Daq8s_gO.js} +1 -1
- package/dist/{xml-Dssg5njG.js → xml-C0YBnyqo.js} +1 -1
- package/dist/{yaml-BUFCV2Pu.js → yaml-srNniVui.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-C5Rl6xdr.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-C5Rl6xdr.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-C5Rl6xdr.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-C5Rl6xdr.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-C5Rl6xdr.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-CyRN9pYS.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-CyRN9pYS.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-CyRN9pYS.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-CyRN9pYS.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-CyRN9pYS.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-CyRN9pYS.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-CyRN9pYS.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-BEmmxJj8.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-DiBZ7lcG.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-BLwj88Ua.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-Bn_GooCl.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-Dsv-Erww.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-BUUvFb-l.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-DH9dNkiK.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-Daq8s_gO.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-C0YBnyqo.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-srNniVui.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-U7OrtBzm.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-BJRKxYSf.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-Bp90T-rH.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-DgQFvoRH.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)));
|
|
@@ -112353,7 +112353,7 @@ const xnt = /* @__PURE__ */ cr(Ont, [["render", Lnt]]), Pnt = {
|
|
|
112353
112353
|
this.$store.setOpenKeys(e ? [e] : []);
|
|
112354
112354
|
},
|
|
112355
112355
|
menuSelect(i) {
|
|
112356
|
-
|
|
112356
|
+
this.$store.setCurrent(i.key), this.$store.setTitle(i.title), this.$store.setMenuId(i.id), this.$router.push(i.key), this.$store.setMenuCache({ key: i.key, title: i.title, id: i.id });
|
|
112357
112357
|
}
|
|
112358
112358
|
}
|
|
112359
112359
|
};
|
|
@@ -112365,7 +112365,6 @@ function Dnt(i, e, t, n, r, s) {
|
|
|
112365
112365
|
selectedKeys: [r.selectedKeys],
|
|
112366
112366
|
"open-keys": s.openKeys,
|
|
112367
112367
|
onOpenChange: s.onOpenChange,
|
|
112368
|
-
onSelect: s.menuSelect,
|
|
112369
112368
|
mode: "inline"
|
|
112370
112369
|
}, {
|
|
112371
112370
|
default: dt(() => [
|
|
@@ -112385,8 +112384,7 @@ function Dnt(i, e, t, n, r, s) {
|
|
|
112385
112384
|
default: dt(() => [
|
|
112386
112385
|
(pn(!0), dl(r1, null, X8(u.children, (d) => (pn(), _i(a, {
|
|
112387
112386
|
key: d.key,
|
|
112388
|
-
|
|
112389
|
-
title: d.title
|
|
112387
|
+
onClick: (h) => s.menuSelect(d)
|
|
112390
112388
|
}, {
|
|
112391
112389
|
default: dt(() => [
|
|
112392
112390
|
O(o, {
|
|
@@ -112395,23 +112393,22 @@ function Dnt(i, e, t, n, r, s) {
|
|
|
112395
112393
|
Ra(" " + uu(d.title), 1)
|
|
112396
112394
|
]),
|
|
112397
112395
|
_: 2
|
|
112398
|
-
}, 1032, ["
|
|
112396
|
+
}, 1032, ["onClick"]))), 128))
|
|
112399
112397
|
]),
|
|
112400
112398
|
_: 2
|
|
112401
112399
|
}, 1032, ["id"])) : (pn(), _i(a, {
|
|
112402
112400
|
key: u.key || "",
|
|
112403
|
-
|
|
112404
|
-
title: u.title
|
|
112401
|
+
onClick: (d) => s.menuSelect(u)
|
|
112405
112402
|
}, {
|
|
112406
112403
|
default: dt(() => [
|
|
112407
112404
|
Ra(uu(u.title), 1)
|
|
112408
112405
|
]),
|
|
112409
112406
|
_: 2
|
|
112410
|
-
}, 1032, ["
|
|
112407
|
+
}, 1032, ["onClick"]))
|
|
112411
112408
|
], 64))), 128))
|
|
112412
112409
|
]),
|
|
112413
112410
|
_: 1
|
|
112414
|
-
}, 8, ["theme", "selectedKeys", "open-keys", "onOpenChange"
|
|
112411
|
+
}, 8, ["theme", "selectedKeys", "open-keys", "onOpenChange"]);
|
|
112415
112412
|
}
|
|
112416
112413
|
const Ent = /* @__PURE__ */ cr(Pnt, [["render", Dnt]]), Tnt = {
|
|
112417
112414
|
name: "PaasPageTable",
|
|
@@ -112457,6 +112454,10 @@ const Ent = /* @__PURE__ */ cr(Pnt, [["render", Dnt]]), Tnt = {
|
|
|
112457
112454
|
module: "",
|
|
112458
112455
|
noPage: {
|
|
112459
112456
|
default: !1
|
|
112457
|
+
},
|
|
112458
|
+
scroll: {
|
|
112459
|
+
type: Object,
|
|
112460
|
+
default: () => ({ x: "100%", y: "100%" })
|
|
112460
112461
|
}
|
|
112461
112462
|
},
|
|
112462
112463
|
computed: {
|
|
@@ -112647,8 +112648,8 @@ function knt(i, e, t, n, r, s) {
|
|
|
112647
112648
|
loading: r.loading,
|
|
112648
112649
|
onChange: s.pageClick,
|
|
112649
112650
|
pagination: r.page,
|
|
112650
|
-
|
|
112651
|
-
|
|
112651
|
+
"row-key": t.id,
|
|
112652
|
+
scroll: t.scroll
|
|
112652
112653
|
}, {
|
|
112653
112654
|
bodyCell: dt(({ column: h, record: f }) => [
|
|
112654
112655
|
h.key === "action" ? (pn(), _i(u, {
|
|
@@ -112667,7 +112668,7 @@ function knt(i, e, t, n, r, s) {
|
|
|
112667
112668
|
}, 1024)) : bp("", !0)
|
|
112668
112669
|
]),
|
|
112669
112670
|
_: 1
|
|
112670
|
-
}, 8, ["data-source", "columns", "loading", "onChange", "pagination", "row-key"])
|
|
112671
|
+
}, 8, ["data-source", "columns", "loading", "onChange", "pagination", "row-key", "scroll"])
|
|
112671
112672
|
])
|
|
112672
112673
|
]);
|
|
112673
112674
|
}
|
|
@@ -134154,14 +134155,15 @@ function BSt(i, e, t, n, r, s) {
|
|
|
134154
134155
|
label: t.label,
|
|
134155
134156
|
name: t.name,
|
|
134156
134157
|
icon: t.icon
|
|
134157
|
-
}, t.labelWidth ? { labelCol: { span: t.labelWidth } } : {}), {
|
|
134158
|
+
}, t.labelWidth ? { labelCol: { span: t.labelWidth } } : {}, { "wrapper-col": { span: 24 } }), {
|
|
134158
134159
|
default: dt(() => [
|
|
134159
134160
|
O(o, {
|
|
134160
134161
|
type: t.type,
|
|
134161
134162
|
value: t.modelValue,
|
|
134162
134163
|
onInput: s.updateValue,
|
|
134163
134164
|
disabled: s.see || t.readonly,
|
|
134164
|
-
rows: t.rows
|
|
134165
|
+
rows: t.rows,
|
|
134166
|
+
style: { width: "100%" }
|
|
134165
134167
|
}, null, 8, ["type", "value", "onInput", "disabled", "rows"])
|
|
134166
134168
|
]),
|
|
134167
134169
|
_: 1
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-Daq8s_gO.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-C5Rl6xdr.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-C5Rl6xdr.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-C5Rl6xdr.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