Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
14
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/field-base - npm Package Compare versions

Comparing version 23.1.2 to 23.1.3

6

package.json
{
"name": "@vaadin/field-base",
"version": "23.1.2",
"version": "23.1.3",
"publishConfig": {

@@ -35,3 +35,3 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^23.1.2",
"@vaadin/component-base": "^23.1.3",
"lit": "^2.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56"
"gitHead": "3066c296ad0ef652bc49417005523398199f1bf2"
}

@@ -16,7 +16,7 @@ /**

base: T,
): T &
Constructor<CheckedMixinClass> &
): Constructor<CheckedMixinClass> &
Constructor<DelegateStateMixinClass> &
Constructor<DisabledMixinClass> &
Constructor<InputMixinClass>;
Constructor<InputMixinClass> &
T;

@@ -23,0 +23,0 @@ export declare class CheckedMixinClass {

@@ -16,7 +16,7 @@ /**

base: T,
): T &
Constructor<DelegateFocusMixinClass> &
): Constructor<DelegateFocusMixinClass> &
Constructor<DisabledMixinClass> &
Constructor<FocusMixinClass> &
Constructor<TabindexMixinClass>;
Constructor<TabindexMixinClass> &
T;

@@ -23,0 +23,0 @@ export declare class DelegateFocusMixinClass {

@@ -13,3 +13,3 @@ /**

base: T,
): T & Constructor<DelegateStateMixinClass>;
): Constructor<DelegateStateMixinClass> & T;

@@ -16,0 +16,0 @@ export declare class DelegateStateMixinClass {

@@ -16,7 +16,7 @@ /**

superclass: T,
): T &
Constructor<ControllerMixinClass> &
): Constructor<ControllerMixinClass> &
Constructor<FieldMixinClass> &
Constructor<LabelMixinClass> &
Constructor<ValidateMixinClass>;
Constructor<ValidateMixinClass> &
T;

@@ -23,0 +23,0 @@ export declare class FieldMixinClass {

@@ -17,8 +17,8 @@ /**

base: T,
): T &
Constructor<DelegateStateMixinClass> &
): Constructor<DelegateStateMixinClass> &
Constructor<DisabledMixinClass> &
Constructor<InputConstraintsMixinClass> &
Constructor<InputMixinClass> &
Constructor<ValidateMixinClass>;
Constructor<ValidateMixinClass> &
T;

@@ -25,0 +25,0 @@ export declare class InputConstraintsMixinClass {

@@ -24,4 +24,3 @@ /**

base: T,
): T &
Constructor<ControllerMixinClass> &
): Constructor<ControllerMixinClass> &
Constructor<DelegateFocusMixinClass> &

@@ -37,3 +36,4 @@ Constructor<DelegateStateMixinClass> &

Constructor<LabelMixinClass> &
Constructor<ValidateMixinClass>;
Constructor<ValidateMixinClass> &
T;

@@ -40,0 +40,0 @@ export declare class InputControlMixinClass {

@@ -25,4 +25,3 @@ /**

base: T,
): T &
Constructor<ControllerMixinClass> &
): Constructor<ControllerMixinClass> &
Constructor<DelegateFocusMixinClass> &

@@ -39,3 +38,4 @@ Constructor<DelegateStateMixinClass> &

Constructor<LabelMixinClass> &
Constructor<ValidateMixinClass>;
Constructor<ValidateMixinClass> &
T;

@@ -57,3 +57,3 @@ export declare class InputFieldMixinClass {

*/
autocorrect: 'on' | 'off' | undefined;
autocorrect: 'off' | 'on' | undefined;

@@ -69,3 +69,3 @@ /**

*/
autocapitalize: 'on' | 'off' | 'none' | 'characters' | 'words' | 'sentences' | undefined;
autocapitalize: 'characters' | 'none' | 'off' | 'on' | 'sentences' | 'words' | undefined;
}

@@ -12,3 +12,3 @@ /**

*/
export declare function InputMixin<T extends Constructor<HTMLElement>>(base: T): T & Constructor<InputMixinClass>;
export declare function InputMixin<T extends Constructor<HTMLElement>>(base: T): Constructor<InputMixinClass> & T;

@@ -15,0 +15,0 @@ export declare class InputMixinClass {

@@ -12,3 +12,3 @@ /**

*/
export declare function LabelMixin<T extends Constructor<HTMLElement>>(base: T): T & Constructor<LabelMixinClass>;
export declare function LabelMixin<T extends Constructor<HTMLElement>>(base: T): Constructor<LabelMixinClass> & T;

@@ -15,0 +15,0 @@ export declare class LabelMixinClass {

@@ -18,4 +18,3 @@ /**

base: T,
): T &
Constructor<DelegateStateMixinClass> &
): Constructor<DelegateStateMixinClass> &
Constructor<DisabledMixinClass> &

@@ -25,3 +24,4 @@ Constructor<InputConstraintsMixinClass> &

Constructor<PatternMixinClass> &
Constructor<ValidateMixinClass>;
Constructor<ValidateMixinClass> &
T;

@@ -28,0 +28,0 @@ export declare class PatternMixinClass {

@@ -18,7 +18,7 @@ /**

base: T,
): T &
Constructor<DelegateFocusMixinClass> &
): Constructor<DelegateFocusMixinClass> &
Constructor<DisabledMixinClass> &
Constructor<FocusMixinClass> &
Constructor<KeyboardMixinClass> &
Constructor<TabindexMixinClass>;
Constructor<TabindexMixinClass> &
T;

@@ -14,3 +14,3 @@ /**

base: T,
): T & Constructor<SlotStylesMixinClass>;
): Constructor<SlotStylesMixinClass> & T;

@@ -17,0 +17,0 @@ export declare class SlotStylesMixinClass {

@@ -11,3 +11,3 @@ /**

*/
export declare function ValidateMixin<T extends Constructor<HTMLElement>>(base: T): T & Constructor<ValidateMixinClass>;
export declare function ValidateMixin<T extends Constructor<HTMLElement>>(base: T): Constructor<ValidateMixinClass> & T;

@@ -14,0 +14,0 @@ export declare class ValidateMixinClass {

@@ -13,3 +13,3 @@ /**

export class VirtualKeyboardController implements ReactiveController {
constructor(host: { inputElement?: HTMLElement; opened: boolean } & HTMLElement);
constructor(host: HTMLElement & { inputElement?: HTMLElement; opened: boolean });
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc