@lvce-editor/constants 3.1.0 → 3.3.0

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.
@@ -12,6 +12,7 @@ export declare const EventTargetClassName = "event.target.className";
12
12
  export declare const IsTrusted = "event.isTrusted";
13
13
  export declare const Key = "event.key";
14
14
  export declare const ShiftKey = "event.shiftKey";
15
+ export declare const TargetChecked = "event.target.checked";
15
16
  export declare const TargetHref = "event.target.href";
16
17
  export declare const TargetName = "event.target.name";
17
18
  export declare const TargetNodeName = "event.target.nodeName";
@@ -12,6 +12,7 @@ export const EventTargetClassName = 'event.target.className';
12
12
  export const IsTrusted = 'event.isTrusted';
13
13
  export const Key = 'event.key';
14
14
  export const ShiftKey = 'event.shiftKey';
15
+ export const TargetChecked = 'event.target.checked';
15
16
  export const TargetHref = 'event.target.href';
16
17
  export const TargetName = 'event.target.name';
17
18
  export const TargetNodeName = 'event.target.nodeName';
@@ -31,3 +31,4 @@ export declare const InputContextMenu = 91;
31
31
  export declare const SearchMatchContextMenu = 93;
32
32
  export declare const SettingsFilter = 94;
33
33
  export declare const ExtensionSearchFilter = 95;
34
+ export declare const LanguageModelsTable = 96;
@@ -31,3 +31,4 @@ export const InputContextMenu = 91;
31
31
  export const SearchMatchContextMenu = 93;
32
32
  export const SettingsFilter = 94;
33
33
  export const ExtensionSearchFilter = 95;
34
+ export const LanguageModelsTable = 96;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "3.1.0",
3
+ "version": "3.3.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",