@scalar/use-codemirror 0.11.29 → 0.11.31
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @scalar/use-codemirror
|
|
2
2
|
|
|
3
|
+
## 0.11.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @scalar/components@0.12.64
|
|
8
|
+
|
|
9
|
+
## 0.11.30
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [cf4e9c4]
|
|
14
|
+
- Updated dependencies [bb3dc9d]
|
|
15
|
+
- @scalar/components@0.12.63
|
|
16
|
+
|
|
3
17
|
## 0.11.29
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { CodeMirrorLanguage } from '../../types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
content: string | undefined;
|
|
4
4
|
readOnly?: boolean;
|
|
5
5
|
language?: CodeMirrorLanguage;
|
|
@@ -7,21 +7,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
lineNumbers?: boolean;
|
|
8
8
|
withoutTheme?: boolean;
|
|
9
9
|
disableEnter?: boolean;
|
|
10
|
-
}
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
12
|
change: (value: string) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
content: string | undefined;
|
|
14
|
-
readOnly?: boolean;
|
|
15
|
-
language?: CodeMirrorLanguage;
|
|
16
|
-
withVariables?: boolean;
|
|
17
|
-
lineNumbers?: boolean;
|
|
18
|
-
withoutTheme?: boolean;
|
|
19
|
-
disableEnter?: boolean;
|
|
20
|
-
}> & Readonly<{
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
14
|
onChange?: ((value: string) => any) | undefined;
|
|
22
15
|
}>, {
|
|
23
16
|
disableEnter: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
18
|
export default _default;
|
|
26
|
-
|
|
27
19
|
//# sourceMappingURL=CodeMirror.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirror.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirror/CodeMirror.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA
|
|
1
|
+
{"version":3,"file":"CodeMirror.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirror/CodeMirror.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAIrD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,kBAAkB,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAC;;;;;;kBADe,OAAO;;AA+F1B,wBASG"}
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"vue",
|
|
17
17
|
"vue3"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.11.
|
|
19
|
+
"version": "0.11.31",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@uiw/codemirror-themes": "^4.21.21",
|
|
54
54
|
"codemirror": "^6.0.0",
|
|
55
55
|
"vue": "^3.5.12",
|
|
56
|
-
"@scalar/components": "0.12.
|
|
56
|
+
"@scalar/components": "0.12.64"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@vitejs/plugin-vue": "^5.0.4",
|