sdk-select
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -9,2 +9,3 @@ import { EventEmitter } from '@angular/core'; | ||
optionStyle: any; | ||
optionValuesStyle: any; | ||
noValueLabel: string; | ||
@@ -29,3 +30,3 @@ noValueDisabled: boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SDKSelectComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SDKSelectComponent, "sdk-select", never, { "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionStyle": { "alias": "optionStyle"; "required": false; }; "noValueLabel": { "alias": "noValueLabel"; "required": false; }; "noValueDisabled": { "alias": "noValueDisabled"; "required": false; }; "displayValue": { "alias": "displayValue"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "multiValues": { "alias": "multiValues"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; "hoverColor": { "alias": "hoverColor"; "required": false; }; "selectedColor": { "alias": "selectedColor"; "required": false; }; "selectedBackground": { "alias": "selectedBackground"; "required": false; }; }, { "selectChangeEvent": "selectChangeEvent"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SDKSelectComponent, "sdk-select", never, { "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelStyle": { "alias": "labelStyle"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionStyle": { "alias": "optionStyle"; "required": false; }; "optionValuesStyle": { "alias": "optionValuesStyle"; "required": false; }; "noValueLabel": { "alias": "noValueLabel"; "required": false; }; "noValueDisabled": { "alias": "noValueDisabled"; "required": false; }; "displayValue": { "alias": "displayValue"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "multiValues": { "alias": "multiValues"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; "hoverColor": { "alias": "hoverColor"; "required": false; }; "selectedColor": { "alias": "selectedColor"; "required": false; }; "selectedBackground": { "alias": "selectedBackground"; "required": false; }; }, { "selectChangeEvent": "selectChangeEvent"; }, never, never, false, never>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.soodohkohd.com?w=packages&v=sdk-select", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -50,2 +50,3 @@ <img src="https://www.soodohkohd.com/assets/images/logo.png" title="soo-doh-kohd" height="200"/> | ||
optionStyle: any; // Main styling for the dropdown (e.g., font, border, colors, etc.). | ||
optionValuesStyle: any; // Main styling for the dropdown values list (e.g., max-height, overflow, etc.). | ||
@@ -52,0 +53,0 @@ noValueLabel: string = "..."; // 'No Value' label. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
85947
510
154