@covalent/components 8.20.1 → 8.20.2
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/{code-editor-52bb69d3.mjs → code-editor-74bd33c8.mjs} +9 -10
- package/{code-editor-a807e570.js → code-editor-b2ecbde1.js} +71 -71
- package/code-editor.js +1 -1
- package/code-editor.mjs +1 -1
- package/{html-13b6e5f7.js → html-47efd31e.js} +1 -1
- package/{html-4a5011cc.mjs → html-d44aa562.mjs} +1 -1
- package/icon-button.js +5 -5
- package/icon-button.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/{javascript-09601b3f.mjs → javascript-197b275e.mjs} +2 -2
- package/{javascript-40f67497.js → javascript-5e85eaec.js} +1 -1
- package/notebook-cell/notebook-cell.d.ts +2 -3
- package/notebook-cell/notebook-cell.d.ts.map +1 -1
- package/notebook-cell.js +16 -20
- package/notebook-cell.mjs +56 -68
- package/package.json +1 -1
- package/{python-03a540c0.js → python-2078e6ac.js} +1 -1
- package/{python-e1c7b4a2.mjs → python-f5318e98.mjs} +1 -1
- package/{typescript-d72caeef.js → typescript-3dac4bc2.js} +1 -1
- package/{typescript-4eaf4bc3.mjs → typescript-3ee8c761.mjs} +1 -1
@@ -62417,7 +62417,7 @@ rr({
|
|
62417
62417
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
62418
62418
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
62419
62419
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
62420
|
-
loader: () => import("./html-
|
62420
|
+
loader: () => import("./html-d44aa562.mjs")
|
62421
62421
|
});
|
62422
62422
|
/*!-----------------------------------------------------------------------------
|
62423
62423
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -62445,7 +62445,7 @@ rr({
|
|
62445
62445
|
filenames: ["jakefile"],
|
62446
62446
|
aliases: ["JavaScript", "javascript", "js"],
|
62447
62447
|
mimetypes: ["text/javascript"],
|
62448
|
-
loader: () => import("./javascript-
|
62448
|
+
loader: () => import("./javascript-197b275e.mjs")
|
62449
62449
|
});
|
62450
62450
|
/*!-----------------------------------------------------------------------------
|
62451
62451
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -62458,7 +62458,7 @@ rr({
|
|
62458
62458
|
extensions: [".ts", ".tsx"],
|
62459
62459
|
aliases: ["TypeScript", "ts", "typescript"],
|
62460
62460
|
mimetypes: ["text/typescript"],
|
62461
|
-
loader: () => import("./typescript-
|
62461
|
+
loader: () => import("./typescript-3ee8c761.mjs")
|
62462
62462
|
});
|
62463
62463
|
/*!-----------------------------------------------------------------------------
|
62464
62464
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -62471,7 +62471,7 @@ rr({
|
|
62471
62471
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
62472
62472
|
aliases: ["Python", "py"],
|
62473
62473
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
62474
|
-
loader: () => import("./python-
|
62474
|
+
loader: () => import("./python-f5318e98.mjs")
|
62475
62475
|
});
|
62476
62476
|
/*!-----------------------------------------------------------------------------
|
62477
62477
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -62570,7 +62570,7 @@ let Zs = class extends $k {
|
|
62570
62570
|
}), this.dispatchEvent(
|
62571
62571
|
new CustomEvent("editor-ready", {
|
62572
62572
|
detail: { editor: this.editor },
|
62573
|
-
bubbles: !
|
62573
|
+
bubbles: !1,
|
62574
62574
|
composed: !0
|
62575
62575
|
})
|
62576
62576
|
);
|
@@ -62584,14 +62584,14 @@ let Zs = class extends $k {
|
|
62584
62584
|
this.container.value && (this.createEditor(this.container.value), this.onModelChange(), (o = this.editor) == null || o.onDidFocusEditorText(() => {
|
62585
62585
|
this.dispatchEvent(
|
62586
62586
|
new CustomEvent("editor-focus", {
|
62587
|
-
bubbles: !
|
62587
|
+
bubbles: !1,
|
62588
62588
|
composed: !0
|
62589
62589
|
})
|
62590
62590
|
);
|
62591
62591
|
}), (e = this.editor) == null || e.onDidBlurEditorText(() => {
|
62592
62592
|
this.dispatchEvent(
|
62593
62593
|
new CustomEvent("editor-blur", {
|
62594
|
-
bubbles: !
|
62594
|
+
bubbles: !1,
|
62595
62595
|
composed: !0
|
62596
62596
|
})
|
62597
62597
|
);
|
@@ -62659,8 +62659,7 @@ Zs = xd([
|
|
62659
62659
|
const Nde = Zs;
|
62660
62660
|
export {
|
62661
62661
|
Zs as C,
|
62662
|
-
|
62663
|
-
|
62664
|
-
Nde as b,
|
62662
|
+
Zce as K,
|
62663
|
+
Nde as a,
|
62665
62664
|
hhe as m
|
62666
62665
|
};
|