@madgex/design-system 3.8.0 → 3.9.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/README.md +16 -2
- package/coverage/cobertura-coverage.xml +4 -4
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/button/button.js.html +1 -1
- package/coverage/components/button/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ComboboxInput.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +14 -2
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +1 -1
- package/dist/_tokens/js/_tokens-module.js +1 -1
- package/dist/_tokens/scss/_tokens.scss +1 -1
- package/fractal.js +6 -0
- package/gulpfile.js +2 -1
- package/package.json +9 -4
- package/src/components/_import-MdsLibrary.njk +7 -0
- package/src/components/_preview.njk +19 -0
- package/src/components/icons/README.md +26 -6
- package/src/components/icons/icons.njk +78 -1
- package/src/components/icons/vue-components/MdsIcon.vue +29 -0
- package/src/components/pagination/README.md +16 -1
- package/src/components/pagination/_template.njk +1 -1
- package/src/components/pagination/pagination.config.js +5 -0
- package/src/components/pagination/pagination.njk +43 -1
- package/src/components/pagination/vue-components/MdsPagination.vue +83 -0
- package/src/js/index-vue.js +4 -0
- package/tasks/vite.js +11 -0
- package/vite-build/node_modules/@vitejs/plugin-vue/LICENSE +21 -0
- package/vite-build/node_modules/@vitejs/plugin-vue/README.md +134 -0
- package/vite-build/node_modules/@vitejs/plugin-vue/dist/index.d.ts +67 -0
- package/vite-build/node_modules/@vitejs/plugin-vue/dist/index.js +4756 -0
- package/vite-build/node_modules/@vitejs/plugin-vue/package.json +47 -0
- package/vite-build/node_modules/@vue/server-renderer/LICENSE +21 -0
- package/vite-build/node_modules/@vue/server-renderer/README.md +178 -0
- package/vite-build/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js +1040 -0
- package/vite-build/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +792 -0
- package/vite-build/node_modules/@vue/server-renderer/dist/server-renderer.d.ts +98 -0
- package/vite-build/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +987 -0
- package/vite-build/node_modules/@vue/server-renderer/index.js +7 -0
- package/vite-build/node_modules/@vue/server-renderer/package.json +40 -0
- package/vite-build/node_modules/vue/LICENSE +21 -0
- package/vite-build/node_modules/vue/README.md +54 -0
- package/vite-build/node_modules/vue/compiler-sfc/index.d.ts +1 -0
- package/vite-build/node_modules/vue/compiler-sfc/index.js +1 -0
- package/vite-build/node_modules/vue/compiler-sfc/index.mjs +1 -0
- package/vite-build/node_modules/vue/compiler-sfc/package.json +5 -0
- package/vite-build/node_modules/vue/dist/vue.cjs.js +77 -0
- package/vite-build/node_modules/vue/dist/vue.cjs.prod.js +65 -0
- package/vite-build/node_modules/vue/dist/vue.d.ts +9 -0
- package/vite-build/node_modules/vue/dist/vue.esm-browser.js +15853 -0
- package/vite-build/node_modules/vue/dist/vue.esm-browser.prod.js +1 -0
- package/vite-build/node_modules/vue/dist/vue.esm-bundler.js +67 -0
- package/vite-build/node_modules/vue/dist/vue.global.js +15839 -0
- package/vite-build/node_modules/vue/dist/vue.global.prod.js +1 -0
- package/vite-build/node_modules/vue/dist/vue.runtime.esm-browser.js +10795 -0
- package/vite-build/node_modules/vue/dist/vue.runtime.esm-browser.prod.js +1 -0
- package/vite-build/node_modules/vue/dist/vue.runtime.esm-bundler.js +22 -0
- package/vite-build/node_modules/vue/dist/vue.runtime.global.js +10929 -0
- package/vite-build/node_modules/vue/dist/vue.runtime.global.prod.js +1 -0
- package/vite-build/node_modules/vue/index.js +7 -0
- package/vite-build/node_modules/vue/index.mjs +1 -0
- package/vite-build/node_modules/vue/macros-global.d.ts +19 -0
- package/vite-build/node_modules/vue/macros.d.ts +106 -0
- package/vite-build/node_modules/vue/package.json +75 -0
- package/vite-build/node_modules/vue/ref-macros.d.ts +2 -0
- package/vite-build/node_modules/vue/server-renderer/index.d.ts +1 -0
- package/vite-build/node_modules/vue/server-renderer/index.js +1 -0
- package/vite-build/node_modules/vue/server-renderer/index.mjs +1 -0
- package/vite-build/node_modules/vue/server-renderer/package.json +5 -0
- package/vite-build/package.json +20 -0
- package/vite-build/utils.js +30 -0
- package/vite-build/vite.config.js +47 -0
- package/vite-build/vue-dev.js +6 -0
- package/vite-build/vue-lib.js +4 -0
- package/vue/index.cjs.js +1 -0
- package/vue/index.js +176 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vue/server-renderer",
|
|
3
|
+
"version": "3.2.33",
|
|
4
|
+
"description": "@vue/server-renderer",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"module": "dist/server-renderer.esm-bundler.js",
|
|
7
|
+
"types": "dist/server-renderer.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"index.js",
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"buildOptions": {
|
|
13
|
+
"name": "VueServerRenderer",
|
|
14
|
+
"formats": [
|
|
15
|
+
"esm-bundler",
|
|
16
|
+
"cjs"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/vuejs/core.git",
|
|
22
|
+
"directory": "packages/server-renderer"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"vue"
|
|
26
|
+
],
|
|
27
|
+
"author": "Evan You",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/vuejs/core/issues"
|
|
31
|
+
},
|
|
32
|
+
"homepage": "https://github.com/vuejs/core/tree/main/packages/server-renderer#readme",
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"vue": "3.2.33"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@vue/shared": "3.2.33",
|
|
38
|
+
"@vue/compiler-ssr": "3.2.33"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018-present, Yuxi (Evan) You
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# vue
|
|
2
|
+
|
|
3
|
+
## Which dist file to use?
|
|
4
|
+
|
|
5
|
+
### From CDN or without a Bundler
|
|
6
|
+
|
|
7
|
+
- **`vue(.runtime).global(.prod).js`**:
|
|
8
|
+
- For direct use via `<script src="...">` in the browser. Exposes the `Vue` global.
|
|
9
|
+
- Note that global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built as [IIFEs](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) and is only meant for direct use via `<script src="...">`.
|
|
10
|
+
- In-browser template compilation:
|
|
11
|
+
- **`vue.global.js`** is the "full" build that includes both the compiler and the runtime so it supports compiling templates on the fly.
|
|
12
|
+
- **`vue.runtime.global.js`** contains only the runtime and requires templates to be pre-compiled during a build step.
|
|
13
|
+
- Inlines all Vue core internal packages - i.e. it's a single file with no dependencies on other files. This means you **must** import everything from this file and this file only to ensure you are getting the same instance of code.
|
|
14
|
+
- Contains hard-coded prod/dev branches, and the prod build is pre-minified. Use the `*.prod.js` files for production.
|
|
15
|
+
|
|
16
|
+
- **`vue(.runtime).esm-browser(.prod).js`**:
|
|
17
|
+
- For usage via native ES modules imports (in browser via `<script type="module">`.
|
|
18
|
+
- Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.
|
|
19
|
+
|
|
20
|
+
### With a Bundler
|
|
21
|
+
|
|
22
|
+
- **`vue(.runtime).esm-bundler.js`**:
|
|
23
|
+
|
|
24
|
+
- For use with bundlers like `webpack`, `rollup` and `parcel`.
|
|
25
|
+
- Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)
|
|
26
|
+
- Does not ship minified builds (to be done together with the rest of the code after bundling)
|
|
27
|
+
- Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`)
|
|
28
|
+
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
|
|
29
|
+
- This means you **can** install/import these deps individually without ending up with different instances of these dependencies, but you must make sure they all resolve to the same version.
|
|
30
|
+
- In-browser template compilation:
|
|
31
|
+
- **`vue.runtime.esm-bundler.js` (default)** is runtime only, and requires all templates to be pre-compiled. This is the default entry for bundlers (via `module` field in `package.json`) because when using a bundler templates are typically pre-compiled (e.g. in `*.vue` files).
|
|
32
|
+
- **`vue.esm-bundler.js`**: includes the runtime compiler. Use this if you are using a bundler but still want runtime template compilation (e.g. in-DOM templates or templates via inline JavaScript strings). You will need to configure your bundler to alias `vue` to this file.
|
|
33
|
+
|
|
34
|
+
#### Bundler Build Feature Flags
|
|
35
|
+
|
|
36
|
+
Starting with 3.0.0-rc.3, `esm-bundler` builds now exposes global feature flags that can be overwritten at compile time:
|
|
37
|
+
|
|
38
|
+
- `__VUE_OPTIONS_API__` (enable/disable Options API support, default: `true`)
|
|
39
|
+
- `__VUE_PROD_DEVTOOLS__` (enable/disable devtools support in production, default: `false`)
|
|
40
|
+
|
|
41
|
+
The build will work without configuring these flags, however it is **strongly recommended** to properly configure them in order to get proper tree-shaking in the final bundle. To configure these flags:
|
|
42
|
+
|
|
43
|
+
- webpack: use [DefinePlugin](https://webpack.js.org/plugins/define-plugin/)
|
|
44
|
+
- Rollup: use [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace)
|
|
45
|
+
- Vite: configured by default, but can be overwritten using the [`define` option](https://github.com/vitejs/vite/blob/a4133c073e640b17276b2de6e91a6857bdf382e1/src/node/config.ts#L72-L76)
|
|
46
|
+
|
|
47
|
+
Note: the replacement value **must be boolean literals** and cannot be strings, otherwise the bundler/minifier will not be able to properly evaluate the conditions.
|
|
48
|
+
|
|
49
|
+
### For Server-Side Rendering
|
|
50
|
+
|
|
51
|
+
- **`vue.cjs(.prod).js`**:
|
|
52
|
+
- For use in Node.js server-side rendering via `require()`.
|
|
53
|
+
- If you bundle your app with webpack with `target: 'node'` and properly externalize `vue`, this is the build that will be loaded.
|
|
54
|
+
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env.NODE_ENV`.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@vue/compiler-sfc'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@vue/compiler-sfc')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@vue/compiler-sfc'
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var compilerDom = require('@vue/compiler-dom');
|
|
6
|
+
var runtimeDom = require('@vue/runtime-dom');
|
|
7
|
+
var shared = require('@vue/shared');
|
|
8
|
+
|
|
9
|
+
function _interopNamespace(e) {
|
|
10
|
+
if (e && e.__esModule) return e;
|
|
11
|
+
var n = Object.create(null);
|
|
12
|
+
if (e) {
|
|
13
|
+
Object.keys(e).forEach(function (k) {
|
|
14
|
+
n[k] = e[k];
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
n['default'] = e;
|
|
18
|
+
return Object.freeze(n);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
var runtimeDom__namespace = /*#__PURE__*/_interopNamespace(runtimeDom);
|
|
22
|
+
|
|
23
|
+
// This entry is the "full-build" that includes both the runtime
|
|
24
|
+
const compileCache = Object.create(null);
|
|
25
|
+
function compileToFunction(template, options) {
|
|
26
|
+
if (!shared.isString(template)) {
|
|
27
|
+
if (template.nodeType) {
|
|
28
|
+
template = template.innerHTML;
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
runtimeDom.warn(`invalid template option: `, template);
|
|
32
|
+
return shared.NOOP;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
const key = template;
|
|
36
|
+
const cached = compileCache[key];
|
|
37
|
+
if (cached) {
|
|
38
|
+
return cached;
|
|
39
|
+
}
|
|
40
|
+
if (template[0] === '#') {
|
|
41
|
+
const el = document.querySelector(template);
|
|
42
|
+
if (!el) {
|
|
43
|
+
runtimeDom.warn(`Template element not found or is empty: ${template}`);
|
|
44
|
+
}
|
|
45
|
+
// __UNSAFE__
|
|
46
|
+
// Reason: potential execution of JS expressions in in-DOM template.
|
|
47
|
+
// The user must make sure the in-DOM template is trusted. If it's rendered
|
|
48
|
+
// by the server, the template should not contain any user data.
|
|
49
|
+
template = el ? el.innerHTML : ``;
|
|
50
|
+
}
|
|
51
|
+
const { code } = compilerDom.compile(template, shared.extend({
|
|
52
|
+
hoistStatic: true,
|
|
53
|
+
onError: onError ,
|
|
54
|
+
onWarn: e => onError(e, true)
|
|
55
|
+
}, options));
|
|
56
|
+
function onError(err, asWarning = false) {
|
|
57
|
+
const message = asWarning
|
|
58
|
+
? err.message
|
|
59
|
+
: `Template compilation error: ${err.message}`;
|
|
60
|
+
const codeFrame = err.loc &&
|
|
61
|
+
shared.generateCodeFrame(template, err.loc.start.offset, err.loc.end.offset);
|
|
62
|
+
runtimeDom.warn(codeFrame ? `${message}\n${codeFrame}` : message);
|
|
63
|
+
}
|
|
64
|
+
// The wildcard import results in a huge object with every export
|
|
65
|
+
// with keys that cannot be mangled, and can be quite heavy size-wise.
|
|
66
|
+
// In the global build we know `Vue` is available globally so we can avoid
|
|
67
|
+
// the wildcard object.
|
|
68
|
+
const render = (new Function('Vue', code)(runtimeDom__namespace));
|
|
69
|
+
render._rc = true;
|
|
70
|
+
return (compileCache[key] = render);
|
|
71
|
+
}
|
|
72
|
+
runtimeDom.registerRuntimeCompiler(compileToFunction);
|
|
73
|
+
|
|
74
|
+
Object.keys(runtimeDom).forEach(function (k) {
|
|
75
|
+
if (k !== 'default') exports[k] = runtimeDom[k];
|
|
76
|
+
});
|
|
77
|
+
exports.compile = compileToFunction;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var compilerDom = require('@vue/compiler-dom');
|
|
6
|
+
var runtimeDom = require('@vue/runtime-dom');
|
|
7
|
+
var shared = require('@vue/shared');
|
|
8
|
+
|
|
9
|
+
function _interopNamespace(e) {
|
|
10
|
+
if (e && e.__esModule) return e;
|
|
11
|
+
var n = Object.create(null);
|
|
12
|
+
if (e) {
|
|
13
|
+
Object.keys(e).forEach(function (k) {
|
|
14
|
+
n[k] = e[k];
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
n['default'] = e;
|
|
18
|
+
return Object.freeze(n);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
var runtimeDom__namespace = /*#__PURE__*/_interopNamespace(runtimeDom);
|
|
22
|
+
|
|
23
|
+
// This entry is the "full-build" that includes both the runtime
|
|
24
|
+
const compileCache = Object.create(null);
|
|
25
|
+
function compileToFunction(template, options) {
|
|
26
|
+
if (!shared.isString(template)) {
|
|
27
|
+
if (template.nodeType) {
|
|
28
|
+
template = template.innerHTML;
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
return shared.NOOP;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
const key = template;
|
|
35
|
+
const cached = compileCache[key];
|
|
36
|
+
if (cached) {
|
|
37
|
+
return cached;
|
|
38
|
+
}
|
|
39
|
+
if (template[0] === '#') {
|
|
40
|
+
const el = document.querySelector(template);
|
|
41
|
+
// __UNSAFE__
|
|
42
|
+
// Reason: potential execution of JS expressions in in-DOM template.
|
|
43
|
+
// The user must make sure the in-DOM template is trusted. If it's rendered
|
|
44
|
+
// by the server, the template should not contain any user data.
|
|
45
|
+
template = el ? el.innerHTML : ``;
|
|
46
|
+
}
|
|
47
|
+
const { code } = compilerDom.compile(template, shared.extend({
|
|
48
|
+
hoistStatic: true,
|
|
49
|
+
onError: undefined,
|
|
50
|
+
onWarn: shared.NOOP
|
|
51
|
+
}, options));
|
|
52
|
+
// The wildcard import results in a huge object with every export
|
|
53
|
+
// with keys that cannot be mangled, and can be quite heavy size-wise.
|
|
54
|
+
// In the global build we know `Vue` is available globally so we can avoid
|
|
55
|
+
// the wildcard object.
|
|
56
|
+
const render = (new Function('Vue', code)(runtimeDom__namespace));
|
|
57
|
+
render._rc = true;
|
|
58
|
+
return (compileCache[key] = render);
|
|
59
|
+
}
|
|
60
|
+
runtimeDom.registerRuntimeCompiler(compileToFunction);
|
|
61
|
+
|
|
62
|
+
Object.keys(runtimeDom).forEach(function (k) {
|
|
63
|
+
if (k !== 'default') exports[k] = runtimeDom[k];
|
|
64
|
+
});
|
|
65
|
+
exports.compile = compileToFunction;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CompilerOptions } from '@vue/compiler-dom';
|
|
2
|
+
import { RenderFunction } from '@vue/runtime-dom';
|
|
3
|
+
|
|
4
|
+
export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export * from "@vue/runtime-dom";
|
|
8
|
+
|
|
9
|
+
export { }
|