{
	"Name": "GeneXusUnanimo.SelectAngular",
	"Target": "ANGULAR",
	"IsControlType": false,
	"Template": "{{=<% %>=}}<ch-select   [name]=\"Name\"   [class]=\"Class\"   [iconSrc]=\"Icon\"   [arrowIconSrc]=\"ArrowIcon\"  [autoColor]=\"IconAutoColor\"  [height]=\"Height\"     tabindex=\"0\"  (itemClicked)=\"SelectedItem=$event?.detail[\'option-value\']; ItemClick();\">	<ng-container *ngFor=\"let item of SelectItems\">			<ch-select-option [selected]=\"item.selected\" [disabled]=\"item.disabled\" [left-icon-src]=\"item.leftIcon\" 			[right-icon-src]=\"item.rightIcon\" 			[height]=\"OptionHeight\"			[value]=\"item.value\"		>			{{item.text}}		</ch-select-option>	</ng-container></ch-select>", 
	"Events": [
		{
			"Name": "ItemClick",
			"On": "itemclick",
			"Parameters": ""
		} 
	],
	"Properties": [
		{
			"Id": "Name",
			"Name": "Name",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "Class",
			"Name": "Class",
			"Type": "string",
			"Default": "ch-select"
		} ,
		{
			"Id": "Height",
			"Name": "Height",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "OptionHeight",
			"Name": "OptionHeight",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "Icon",
			"Name": "Icon",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "ArrowIcon",
			"Name": "ArrowIcon",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "IconAutoColor",
			"Name": "IconAutoColor",
			"Type": "boolean",
			"Default": ""
		} ,
		{
			"Id": "SelectedItem",
			"Name": "SelectedItem",
			"Type": "string",
			"Default": ""
		} ,
		{
			"Id": "SelectItems",
			"Name": "SelectItems",
			"Type": "sdt",
			"Default": ""
		} 
	],
	"Methods": {
		"Public": [
		],
		"Private": [
		]
	},
	"Scripts": {
		"AfterShow": [
		],
		"BeforeShow": [
		]
	},
	"Dependencies": [
	],
	"Imports": [
	],
	"Styles": [
	]
}