Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sq-ui/ng-form-elements

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sq-ui/ng-form-elements - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

esm2022/index.mjs

2

lib/button/button.component.d.ts

@@ -15,3 +15,3 @@ import { OnInit, OnChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "sq-button", never, { "type": "type"; "disabled": "disabled"; }, {}, never, ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "sq-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
}

@@ -12,3 +12,3 @@ import { EventEmitter, TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "sq-checkbox", never, { "isSelected": "isSelected"; }, { "isSelectedChange": "isSelectedChange"; }, ["checkboxTemplate"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "sq-checkbox", never, { "isSelected": { "alias": "isSelected"; "required": false; }; }, { "isSelectedChange": "isSelectedChange"; }, ["checkboxTemplate"], never, false, never>;
}

@@ -7,3 +7,3 @@ import { TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SqCheckboxLabelTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqCheckboxLabelTemplateDirective, "[sq-checkbox-label]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqCheckboxLabelTemplateDirective, "[sq-checkbox-label]", never, {}, {}, never, never, false, never>;
}

@@ -19,3 +19,3 @@ import { OnInit, EventEmitter, TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "sq-dropdown", never, { "options": "options"; }, { "onSelectItem": "onSelectItem"; }, ["optionTemplate", "chevronTemplate", "selectedItemTemplate"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "sq-dropdown", never, { "options": { "alias": "options"; "required": false; }; }, { "onSelectItem": "onSelectItem"; }, ["optionTemplate", "chevronTemplate", "selectedItemTemplate"], never, false, never>;
}

@@ -7,3 +7,3 @@ import { TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SqDropdownOptionTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownOptionTemplateDirective, "[sq-dropdown-option]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownOptionTemplateDirective, "[sq-dropdown-option]", never, {}, {}, never, never, false, never>;
}

@@ -14,3 +14,3 @@ export declare class SqDropdownChevronTemplateDirective {

static ɵfac: i0.ɵɵFactoryDeclaration<SqDropdownChevronTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownChevronTemplateDirective, "[sq-dropdown-chevron]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownChevronTemplateDirective, "[sq-dropdown-chevron]", never, {}, {}, never, never, false, never>;
}

@@ -21,3 +21,3 @@ export declare class SqDropdownSelectedOptionTemplateDirective {

static ɵfac: i0.ɵɵFactoryDeclaration<SqDropdownSelectedOptionTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownSelectedOptionTemplateDirective, "[sq-dropdown-selected-option]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqDropdownSelectedOptionTemplateDirective, "[sq-dropdown-selected-option]", never, {}, {}, never, never, false, never>;
}

@@ -8,3 +8,3 @@ import { OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "sq-form-group", never, { "groupLabel": "groupLabel"; }, {}, never, ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "sq-form-group", never, { "groupLabel": { "alias": "groupLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
}

@@ -9,3 +9,3 @@ import { OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "sq-input", never, { "type": "type"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "sq-input", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
}

@@ -18,3 +18,3 @@ import { OnInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<RadiobuttonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RadiobuttonComponent, "sq-radiobutton", never, { "radioValue": "radioValue"; "controlLabel": "controlLabel"; "isSelected": "isSelected"; }, { "isSelectedChange": "isSelectedChange"; }, ["radioButtonTemplate"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<RadiobuttonComponent, "sq-radiobutton", never, { "radioValue": { "alias": "radioValue"; "required": false; }; "controlLabel": { "alias": "controlLabel"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; }, { "isSelectedChange": "isSelectedChange"; }, ["radioButtonTemplate"], never, false, never>;
}

@@ -7,3 +7,3 @@ import { TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SqRadiobuttonLabelTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqRadiobuttonLabelTemplateDirective, "[sq-radio-label]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqRadiobuttonLabelTemplateDirective, "[sq-radio-label]", never, {}, {}, never, never, false, never>;
}

@@ -10,3 +10,2 @@ import { OnInit, EventEmitter, OnDestroy, AfterViewInit, TemplateRef } from '@angular/core';

private enteredItemsSubscription;
private valueChangedSubscription;
private inputEventSubscription;

@@ -19,2 +18,3 @@ private innerEnteredItemsListCopy;

ngOnInit(): void;
writeValue(predefinedEnteredItems: any): void;
ngAfterViewInit(): void;

@@ -25,3 +25,3 @@ ngOnDestroy(): void;

static ɵfac: i0.ɵɵFactoryDeclaration<TagsInputComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "sq-tags-input", never, {}, {}, ["tagTemplate"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "sq-tags-input", never, {}, {}, ["tagTemplate"], never, false, never>;
}

@@ -7,3 +7,3 @@ import { TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SqTagTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTagTemplateDirective, "[sq-tag]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTagTemplateDirective, "[sq-tag]", never, {}, {}, never, never, false, never>;
}

@@ -16,3 +16,3 @@ import { OnInit, Renderer2 } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "sq-textarea", never, { "minHeight": "minHeight"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "sq-textarea", never, { "minHeight": { "alias": "minHeight"; "required": false; }; }, {}, never, never, false, never>;
}

@@ -19,3 +19,2 @@ import { OnInit, OnDestroy, OnChanges, EventEmitter, SimpleChanges, TemplateRef } from '@angular/core';

private onQueryInputControlSubscription;
private valueChangedSubscription;
selectedItems: List<LabelValuePair>;

@@ -30,2 +29,3 @@ options: List<LabelValuePair>;

ngOnInit(): void;
writeValue(predefinedEnteredItems: any): void;
ngOnChanges(changesObj: SimpleChanges): void;

@@ -41,3 +41,3 @@ ngOnDestroy(): void;

static ɵfac: i0.ɵɵFactoryDeclaration<TypeaheadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TypeaheadComponent, "sq-typeahead", never, { "searchResults": "searchResults"; "multiple": "multiple"; "delay": "delay"; "displayProp": "displayProp"; "hideSearchIcon": "hideSearchIcon"; }, { "onUserInputEnd": "onUserInputEnd"; }, ["optionTemplate", "selectedOptionTemplate"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<TypeaheadComponent, "sq-typeahead", never, { "searchResults": { "alias": "searchResults"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "displayProp": { "alias": "displayProp"; "required": false; }; "hideSearchIcon": { "alias": "hideSearchIcon"; "required": false; }; }, { "onUserInputEnd": "onUserInputEnd"; }, ["optionTemplate", "selectedOptionTemplate"], never, false, never>;
}

@@ -7,3 +7,3 @@ import { TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SqTypeaheadOptionTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTypeaheadOptionTemplateDirective, "[sq-typeahead-option]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTypeaheadOptionTemplateDirective, "[sq-typeahead-option]", never, {}, {}, never, never, false, never>;
}

@@ -14,3 +14,3 @@ export declare class SqTypeaheadSelectedOptionTemplateDirective {

static ɵfac: i0.ɵɵFactoryDeclaration<SqTypeaheadSelectedOptionTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTypeaheadSelectedOptionTemplateDirective, "[sq-typeahead-selected-option]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SqTypeaheadSelectedOptionTemplateDirective, "[sq-typeahead-selected-option]", never, {}, {}, never, never, false, never>;
}
{
"name": "@sq-ui/ng-form-elements",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {

@@ -8,7 +8,3 @@ "@sq-ui/ng-sq-common": "^2.0.1",

},
"module": "fesm2015/sq-ui-ng-form-elements.mjs",
"es2020": "fesm2020/sq-ui-ng-form-elements.mjs",
"esm2020": "esm2020/sq-ui-ng-form-elements.mjs",
"fesm2020": "fesm2020/sq-ui-ng-form-elements.mjs",
"fesm2015": "fesm2015/sq-ui-ng-form-elements.mjs",
"module": "fesm2022/sq-ui-ng-form-elements.mjs",
"typings": "index.d.ts",

@@ -21,7 +17,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/sq-ui-ng-form-elements.mjs",
"es2020": "./fesm2020/sq-ui-ng-form-elements.mjs",
"es2015": "./fesm2015/sq-ui-ng-form-elements.mjs",
"node": "./fesm2015/sq-ui-ng-form-elements.mjs",
"default": "./fesm2020/sq-ui-ng-form-elements.mjs"
"esm2022": "./esm2022/sq-ui-ng-form-elements.mjs",
"esm": "./esm2022/sq-ui-ng-form-elements.mjs",
"default": "./fesm2022/sq-ui-ng-form-elements.mjs"
}

@@ -28,0 +22,0 @@ },

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