@enos5/enos-vue-default 1.6.6 → 1.6.7
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.
|
@@ -149,10 +149,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
149
149
|
type: StringConstructor;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
|
-
darkMode: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
152
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
157
153
|
"update:modelValue": (...args: any[]) => void;
|
|
158
154
|
blur: (...args: any[]) => void;
|
|
@@ -301,10 +297,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
301
297
|
type: StringConstructor;
|
|
302
298
|
default: string;
|
|
303
299
|
};
|
|
304
|
-
darkMode: {
|
|
305
|
-
type: BooleanConstructor;
|
|
306
|
-
default: boolean;
|
|
307
|
-
};
|
|
308
300
|
}>> & Readonly<{
|
|
309
301
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
310
302
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -344,7 +336,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
344
336
|
init: Record<string, any>;
|
|
345
337
|
licenseKey: string;
|
|
346
338
|
outputFormat: string;
|
|
347
|
-
darkMode: boolean;
|
|
348
339
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
349
340
|
type __VLS_Slots = {
|
|
350
341
|
'unsupported-type'?: ((props: {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './styles.css';
|
|
2
|
-
import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, S, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1 } from "./plugin-
|
|
2
|
+
import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, S, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1 } from "./plugin-CrvKxhz1.js";
|
|
3
3
|
export {
|
|
4
4
|
_ as ActionCard,
|
|
5
5
|
a as ActionMessage,
|
package/dist/index.node.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, S, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1 } from "./plugin-
|
|
1
|
+
import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, S, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1 } from "./plugin-CrvKxhz1.js";
|
|
2
2
|
export {
|
|
3
3
|
_ as ActionCard,
|
|
4
4
|
a as ActionMessage,
|
|
@@ -2014,10 +2014,6 @@ const _sfc_main$v = /* @__PURE__ */ Object.assign({ inheritAttrs: false }, {
|
|
|
2014
2014
|
outputFormat: {
|
|
2015
2015
|
type: String,
|
|
2016
2016
|
default: "html"
|
|
2017
|
-
},
|
|
2018
|
-
darkMode: {
|
|
2019
|
-
type: Boolean,
|
|
2020
|
-
default: false
|
|
2021
2017
|
}
|
|
2022
2018
|
},
|
|
2023
2019
|
emits: ["update:modelValue", "blur"],
|
|
@@ -2180,8 +2176,7 @@ const _sfc_main$v = /* @__PURE__ */ Object.assign({ inheritAttrs: false }, {
|
|
|
2180
2176
|
height: props.height,
|
|
2181
2177
|
menubar: props.menubar,
|
|
2182
2178
|
licenseKey: props.licenseKey,
|
|
2183
|
-
outputFormat: props.outputFormat
|
|
2184
|
-
darkMode: props.darkMode
|
|
2179
|
+
outputFormat: props.outputFormat
|
|
2185
2180
|
};
|
|
2186
2181
|
if (props.toolbar !== void 0) inputProps.toolbar = props.toolbar;
|
|
2187
2182
|
if (props.plugins !== void 0) inputProps.plugins = props.plugins;
|
|
@@ -4885,4 +4880,4 @@ export {
|
|
|
4885
4880
|
_sfc_main$z as y,
|
|
4886
4881
|
_sfc_main$x as z
|
|
4887
4882
|
};
|
|
4888
|
-
//# sourceMappingURL=plugin-
|
|
4883
|
+
//# sourceMappingURL=plugin-CrvKxhz1.js.map
|