schlechtenburg/packages/docs/docs-old/assets/index.9b6a8b9b.js.map

1 line
527 KiB
Plaintext
Raw Normal View History

2022-03-12 16:17:58 +00:00
{"version":3,"file":"index.9b6a8b9b.js","sources":["../../node_modules/@vue/shared/dist/shared.esm-bundler.js","../../vite/dynamic-import-polyfill","../../node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js","../../node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js","../../node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js","../../../core/lib/mode.ts","../../../core/node_modules/uuid/dist/esm-browser/rng.js","../../../core/node_modules/uuid/dist/esm-browser/regex.js","../../../core/node_modules/uuid/dist/esm-browser/validate.js","../../../core/node_modules/uuid/dist/esm-browser/stringify.js","../../../core/lib/block-helpers.ts","../../../core/node_modules/uuid/dist/esm-browser/v4.js","../../../core/lib/use-activation.ts","../../../core/lib/use-dynamic-blocks.ts","../../../core/lib/use-resize-observer.ts","../../../core/lib/use-block-tree.ts","../../../core/lib/components/Button.tsx","../../../core/lib/components/ContextMenu.tsx","../../../core/lib/components/TreeBlockSelect.tsx","../../../core/lib/components/MainMenu.tsx","../../../core/lib/components/BlockToolbar.tsx","../../../core/lib/directives/hover-cover.ts","../../vite/preload-helper","../../../core/lib/components/MissingBlock/index.ts","../../../core/lib/components/Block.tsx","../../../core/lib/components/Schlechtenburg.tsx","../../../core/lib/components/BlockPicker.tsx","../../../core/node_modules/lodash-es/_freeGlobal.js","../../../core/node_modules/lodash-es/_root.js","../../../core/node_modules/lodash-es/_Symbol.js","../../../core/node_modules/lodash-es/_getRawTag.js","../../../core/node_modules/lodash-es/_objectToString.js","../../../core/node_modules/lodash-es/_baseGetTag.js","../../../core/node_modules/lodash-es/_trimmedEndIndex.js","../../../core/node_modules/lodash-es/_baseTrim.js","../../../core/node_modules/lodash-es/isObject.js","../../../core/node_modules/lodash-es/toNumber.js","../../../core/node_modules/lodash-es/isSymbol.js","../../../core/node_modules/lodash-es/isObjectLike.js","../../../core/node_modules/lodash-es/now.js","../../../core/node_modules/lodash-es/debounce.js","../../../core/lib/components/BlockOrdering.tsx","../../../core/lib/components/BlockPlaceholder.tsx","../../../core/lib/components/Toolbar.tsx","../../../core/lib/components/Select.tsx","../../../layout/lib/util.ts","../../../layout/lib/index.ts","../../../heading/lib/util.ts","../../../heading/lib/index.ts","../../../paragraph/lib/util.ts","../../../paragraph/lib/index.ts","../../../image/lib/util.ts","../../../image/lib/index.ts","../../lib/main.ts","../../lib/App.tsx"],"sourcesContent":["/**\r\n * Make a map and return a function for checking if a key\r\n * is in that map.\r\n * IMPORTANT: all calls of this function must be prefixed with\r\n * \\/\\*#\\_\\_PURE\\_\\_\\*\\/\r\n * So that rollup can tree-shake them if necessary.\r\n */\r\nfunction makeMap(str, expectsLowerCase) {\r\n const map = Object.create(null);\r\n const list = str.split(',');\r\n for (let i = 0; i < list.length; i++) {\r\n map[list[i]] = true;\r\n }\r\n return expectsLowerCase ? val => !!map[val.toLowerCase()] : val => !!map[val];\r\n}\n\n/**\r\n * dev only flag -> name mapping\r\n */\r\nconst PatchFlagNames = {\r\n [1 /* TEXT */]: `TEXT`,\r\n [2 /* CLASS */]: `CLASS`,\r\n [4 /* STYLE */]: `STYLE`,\r\n [8 /* PROPS */]: `PROPS`,\r\n [16 /* FULL_PROPS */]: `FULL_PROPS`,\r\n [32 /* HYDRATE_EVENTS */]: `HYDRATE_EVENTS`,\r\n [64 /* STABLE_FRAGMENT */]: `STABLE_FRAGMENT`,\r\n [128 /* KEYED_FRAGMENT */]: `KEYED_FRAGMENT`,\r\n [256 /* UNKEYED_FRAGMENT */]: `UNKEYED_FRAGMENT`,\r\n [512 /* NEED_PATCH */]: `NEED_PATCH`,\r\n [1024 /* DYNAMIC_SLOTS */]: `DYNAMIC_SLOTS`,\r\n [2048 /* DEV_ROOT_FRAGMENT */]: `DEV_ROOT_FRAGMENT`,\r\n [-1 /* HOISTED */]: `HOISTED`,\r\n [-2 /* BAIL */]: `BAIL`\r\n};\n\n/**\r\n * Dev only\r\n */\r\nconst slotFlagsText = {\r\n [1 /* STABLE */]: 'STABLE',\r\n [2 /* DYNAMIC */]: 'DYNAMIC',\r\n [3 /* FORWARDED */]: 'FORWARDED'\r\n};\n\nconst GLOBALS_WHITE_LISTED = 'Infinity,undefined,NaN,is