@vuetify/vue-repl 2.4.0 → 2.4.1
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/vue-repl.js +4 -6
- package/dist/vue-repl.js.map +1 -1
- package/package.json +1 -1
package/dist/vue-repl.js
CHANGED
|
@@ -17916,7 +17916,6 @@ function stripSrcPrefix(file) {
|
|
|
17916
17916
|
// Material Design Icons v6.2.95
|
|
17917
17917
|
var mdiCodeJson = "M5,3H7V5H5V10A2,2 0 0,1 3,12A2,2 0 0,1 5,14V19H7V21H5C3.93,20.73 3,20.1 3,19V15A2,2 0 0,0 1,13H0V11H1A2,2 0 0,0 3,9V5A2,2 0 0,1 5,3M19,3A2,2 0 0,1 21,5V9A2,2 0 0,0 23,11H24V13H23A2,2 0 0,0 21,15V19A2,2 0 0,1 19,21H17V19H19V14A2,2 0 0,1 21,12A2,2 0 0,1 19,10V5H17V3H19M12,15A1,1 0 0,1 13,16A1,1 0 0,1 12,17A1,1 0 0,1 11,16A1,1 0 0,1 12,15M8,15A1,1 0 0,1 9,16A1,1 0 0,1 8,17A1,1 0 0,1 7,16A1,1 0 0,1 8,15M16,15A1,1 0 0,1 17,16A1,1 0 0,1 16,17A1,1 0 0,1 15,16A1,1 0 0,1 16,15Z";
|
|
17918
17918
|
var mdiDockLeft = "M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 18H9V6H20Z";
|
|
17919
|
-
var mdiFileMultiple = "M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z";
|
|
17920
17919
|
var mdiFileOutline = "M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z";
|
|
17921
17920
|
var mdiFilePlusOutline = "M12,14V11H10V14H7V16H10V19H12V16H15V14M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18";
|
|
17922
17921
|
var mdiLanguageCss3 = "M5,3L4.35,6.34H17.94L17.5,8.5H3.92L3.26,11.83H16.85L16.09,15.64L10.61,17.45L5.86,15.64L6.19,14H2.85L2.06,18L9.91,21L18.96,18L20.16,11.97L20.4,10.76L21.94,3H5Z";
|
|
@@ -18050,7 +18049,7 @@ function useFileSelector() {
|
|
|
18050
18049
|
};
|
|
18051
18050
|
}
|
|
18052
18051
|
|
|
18053
|
-
const _hoisted_1$1 = { class: "d-flex
|
|
18052
|
+
const _hoisted_1$1 = { class: "d-flex align-center justify-center" };
|
|
18054
18053
|
const MAX_RECENT_FILES = 10;
|
|
18055
18054
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
18056
18055
|
__name: "FileSelector",
|
|
@@ -18096,11 +18095,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
18096
18095
|
return openBlock(), createElementBlock("div", _hoisted_1$1, [
|
|
18097
18096
|
!unref(store).state.showFileExplorer ? (openBlock(), createBlock(VBtn, {
|
|
18098
18097
|
key: 0,
|
|
18099
|
-
icon: `svg:${unref(
|
|
18100
|
-
|
|
18101
|
-
variant: "plain",
|
|
18098
|
+
icon: `svg:${unref(mdiDockLeft)}`,
|
|
18099
|
+
variant: "flat",
|
|
18102
18100
|
size: "small",
|
|
18103
|
-
|
|
18101
|
+
class: "mx-1",
|
|
18104
18102
|
onClick: _cache[0] || (_cache[0] = ($event) => unref(store).state.showFileExplorer = true)
|
|
18105
18103
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
18106
18104
|
createVNode(VTabs, {
|