@peter.naydenov/cuts 1.3.0 → 1.3.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/Changelog.md +3 -1
- package/package.json +1 -1
- package/src/main.js +1 -1
- package/types/main.d.ts +1 -1
- package/types/main.d.ts.map +1 -1
package/Changelog.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
## 1.3.1 ( 2025-08-15)
|
|
5
|
+
- [ ] Fix: Missing typedef for plugin 'form'
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
## 1.3.0 ( 2025-08-15)
|
|
8
9
|
- [x] Dependency update. @peter.naydenov/shortcuts@3.1.5. Plugin 'form' is available;
|
|
10
|
+
- [ ] Miss: Missing typedef for plugin 'form'
|
|
9
11
|
|
|
10
12
|
|
|
11
13
|
|
package/package.json
CHANGED
package/src/main.js
CHANGED
|
@@ -64,7 +64,7 @@ function main ( cfg= {logLevel:0} ) {
|
|
|
64
64
|
API.show = show ( dependencies, state )
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* @typedef {'Key'|'Click' } pluginNames
|
|
67
|
+
* @typedef {'Key'|'Click'|'Form' } pluginNames
|
|
68
68
|
* @description List of possible plugin names: 'Key', 'Click'
|
|
69
69
|
*
|
|
70
70
|
* Load a needed shortcut plugins - 'Key', 'Click' or both.
|
package/types/main.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare function main(cfg?: {
|
|
|
11
11
|
ssr: boolean;
|
|
12
12
|
};
|
|
13
13
|
}, ...args?: any[]) => Promise<any>;
|
|
14
|
-
loadPlugins(plugins: Array<"Key" | "Click">): Promise<Function[]>;
|
|
14
|
+
loadPlugins(plugins: Array<"Key" | "Click" | "Form">): Promise<Function[]>;
|
|
15
15
|
setDependencies(deps: any): any;
|
|
16
16
|
getDependencies(): any;
|
|
17
17
|
setNote(note: string): any;
|
package/types/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.js"],"names":[],"mappings":";AAkCA;;;;;sBAdmB,gBAAgB;;;;;;;yBAoDhB,KAAK,
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.js"],"names":[],"mappings":";AAkCA;;;;;sBAdmB,gBAAgB;;;;;;;yBAoDhB,KAAK,0BAAc,GACjB,OAAO,CAAE,UAAU,CAAC;0BAgBtB,GAAC;uBAQC,GAAC;kBAMH,MAAM;kBAQJ,KAAK,CAAE,MAAM,CAAC;6CAQhB,GAAC;8BAQD,MAAM;gBASN,MAAM,WACH,GAAC,EAAA;EAMtB"}
|