i-tech-shared-components 1.0.15 → 1.1.1
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.
- package/README.md +1 -52
- package/docs/README.md +80 -0
- package/docs/components/autocomplete-select/autocomplete-select.component/README.md +13 -0
- package/docs/components/autocomplete-select/autocomplete-select.component/classes/AutocompleteSelectComponent.md +793 -0
- package/docs/components/button/button.component/README.md +13 -0
- package/docs/components/button/button.component/classes/ButtonComponent.md +191 -0
- package/docs/components/button/button.component.spec/README.md +7 -0
- package/docs/components/clear-value/clear-value.component/README.md +13 -0
- package/docs/components/clear-value/clear-value.component/classes/ClearValueComponent.md +47 -0
- package/docs/components/date-picker/date-picker.component/README.md +13 -0
- package/docs/components/date-picker/date-picker.component/classes/DatePickerComponent.md +253 -0
- package/docs/components/date-range-datepicker/date-range-datepicker.component/README.md +13 -0
- package/docs/components/date-range-datepicker/date-range-datepicker.component/classes/DateRangeDatepickerComponent.md +341 -0
- package/docs/components/icon-button/icon-button.component/README.md +13 -0
- package/docs/components/icon-button/icon-button.component/classes/IconButtonComponent.md +107 -0
- package/docs/components/label/label.component/README.md +13 -0
- package/docs/components/label/label.component/classes/LabelComponent.md +97 -0
- package/docs/components/menu/menu.component/README.md +13 -0
- package/docs/components/menu/menu.component/classes/MenuComponent.md +139 -0
- package/docs/components/text/text-input.component/README.md +13 -0
- package/docs/components/text/text-input.component/classes/TextInputComponent.md +133 -0
- package/docs/interfaces/app-input.interface/README.md +13 -0
- package/docs/interfaces/app-input.interface/interfaces/AppInputInterface.md +297 -0
- package/docs/interfaces/autocomplete-configs.interface/README.md +13 -0
- package/docs/interfaces/autocomplete-configs.interface/interfaces/AutocompleteConfigsInterface.md +357 -0
- package/docs/interfaces/button-types.enum/README.md +13 -0
- package/docs/interfaces/button-types.enum/enumerations/ButtonType.md +69 -0
- package/docs/interfaces/dropdown-selection.constants/README.md +17 -0
- package/docs/interfaces/dropdown-selection.constants/enumerations/DropdownSelectionType.md +37 -0
- package/docs/interfaces/dropdown-selection.constants/variables/DropdownItemIcon.md +27 -0
- package/docs/interfaces/label-type.enum/README.md +13 -0
- package/docs/interfaces/label-type.enum/enumerations/LabelTypeEnum.md +127 -0
- package/docs/services/input.service/README.md +13 -0
- package/docs/services/input.service/classes/InputService.md +31 -0
- package/package.json +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../../README.md) / [components/menu/menu.component](../README.md) / MenuComponent
|
|
6
|
+
|
|
7
|
+
# Class: MenuComponent
|
|
8
|
+
|
|
9
|
+
## Constructors
|
|
10
|
+
|
|
11
|
+
### new MenuComponent()
|
|
12
|
+
|
|
13
|
+
> **new MenuComponent**(): [`MenuComponent`](MenuComponent.md)
|
|
14
|
+
|
|
15
|
+
#### Returns
|
|
16
|
+
|
|
17
|
+
[`MenuComponent`](MenuComponent.md)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### ButtonType
|
|
22
|
+
|
|
23
|
+
> `protected` `readonly` **ButtonType**: *typeof* [`ButtonType`](../../../../interfaces/button-types.enum/enumerations/ButtonType.md)
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[components/menu/menu.component.ts:36](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L36)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### containerClass
|
|
32
|
+
|
|
33
|
+
> **containerClass**: `string`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[components/menu/menu.component.ts:32](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L32)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### dataName
|
|
42
|
+
|
|
43
|
+
> **dataName**: `string`
|
|
44
|
+
|
|
45
|
+
#### Defined in
|
|
46
|
+
|
|
47
|
+
[components/menu/menu.component.ts:31](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L31)
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### DropdownItemIcon
|
|
52
|
+
|
|
53
|
+
> `protected` `readonly` **DropdownItemIcon**: `object`
|
|
54
|
+
|
|
55
|
+
#### BLANK
|
|
56
|
+
|
|
57
|
+
> **BLANK**: `string` = `'blank'`
|
|
58
|
+
|
|
59
|
+
#### DOWNLOAD
|
|
60
|
+
|
|
61
|
+
> **DOWNLOAD**: `string` = `'download'`
|
|
62
|
+
|
|
63
|
+
#### UPLOAD
|
|
64
|
+
|
|
65
|
+
> **UPLOAD**: `string` = `'upload'`
|
|
66
|
+
|
|
67
|
+
#### Defined in
|
|
68
|
+
|
|
69
|
+
[components/menu/menu.component.ts:37](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L37)
|
|
70
|
+
|
|
71
|
+
***
|
|
72
|
+
|
|
73
|
+
### emitEvent
|
|
74
|
+
|
|
75
|
+
> **emitEvent**: `EventEmitter`\<`any`\>
|
|
76
|
+
|
|
77
|
+
#### Defined in
|
|
78
|
+
|
|
79
|
+
[components/menu/menu.component.ts:35](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L35)
|
|
80
|
+
|
|
81
|
+
***
|
|
82
|
+
|
|
83
|
+
### matMenuState
|
|
84
|
+
|
|
85
|
+
> **matMenuState**: `boolean` = `false`
|
|
86
|
+
|
|
87
|
+
#### Defined in
|
|
88
|
+
|
|
89
|
+
[components/menu/menu.component.ts:38](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L38)
|
|
90
|
+
|
|
91
|
+
***
|
|
92
|
+
|
|
93
|
+
### menuOptions
|
|
94
|
+
|
|
95
|
+
> **menuOptions**: `object`[] = `[]`
|
|
96
|
+
|
|
97
|
+
#### class?
|
|
98
|
+
|
|
99
|
+
> `optional` **class**: `string`
|
|
100
|
+
|
|
101
|
+
#### src?
|
|
102
|
+
|
|
103
|
+
> `optional` **src**: `string`
|
|
104
|
+
|
|
105
|
+
#### text
|
|
106
|
+
|
|
107
|
+
> **text**: `string`
|
|
108
|
+
|
|
109
|
+
#### type?
|
|
110
|
+
|
|
111
|
+
> `optional` **type**: [`DropdownSelectionType`](../../../../interfaces/dropdown-selection.constants/enumerations/DropdownSelectionType.md)
|
|
112
|
+
|
|
113
|
+
#### value
|
|
114
|
+
|
|
115
|
+
> **value**: `string`
|
|
116
|
+
|
|
117
|
+
#### Defined in
|
|
118
|
+
|
|
119
|
+
[components/menu/menu.component.ts:34](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L34)
|
|
120
|
+
|
|
121
|
+
***
|
|
122
|
+
|
|
123
|
+
### positionX
|
|
124
|
+
|
|
125
|
+
> **positionX**: `MenuPositionX` = `'before'`
|
|
126
|
+
|
|
127
|
+
#### Defined in
|
|
128
|
+
|
|
129
|
+
[components/menu/menu.component.ts:33](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L33)
|
|
130
|
+
|
|
131
|
+
***
|
|
132
|
+
|
|
133
|
+
### text
|
|
134
|
+
|
|
135
|
+
> **text**: `string`
|
|
136
|
+
|
|
137
|
+
#### Defined in
|
|
138
|
+
|
|
139
|
+
[components/menu/menu.component.ts:30](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/menu/menu.component.ts#L30)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / components/text/text-input.component
|
|
6
|
+
|
|
7
|
+
# components/text/text-input.component
|
|
8
|
+
|
|
9
|
+
## Index
|
|
10
|
+
|
|
11
|
+
### Classes
|
|
12
|
+
|
|
13
|
+
- [TextInputComponent](classes/TextInputComponent.md)
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../../README.md) / [components/text/text-input.component](../README.md) / TextInputComponent
|
|
6
|
+
|
|
7
|
+
# Class: TextInputComponent
|
|
8
|
+
|
|
9
|
+
## Constructors
|
|
10
|
+
|
|
11
|
+
### new TextInputComponent()
|
|
12
|
+
|
|
13
|
+
> **new TextInputComponent**(`inputService`): [`TextInputComponent`](TextInputComponent.md)
|
|
14
|
+
|
|
15
|
+
#### Parameters
|
|
16
|
+
|
|
17
|
+
##### inputService
|
|
18
|
+
|
|
19
|
+
[`InputService`](../../../../services/input.service/classes/InputService.md)
|
|
20
|
+
|
|
21
|
+
#### Returns
|
|
22
|
+
|
|
23
|
+
[`TextInputComponent`](TextInputComponent.md)
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[components/text/text-input.component.ts:52](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L52)
|
|
28
|
+
|
|
29
|
+
## Properties
|
|
30
|
+
|
|
31
|
+
### customErrorStateMatcher
|
|
32
|
+
|
|
33
|
+
> **customErrorStateMatcher**: `object`
|
|
34
|
+
|
|
35
|
+
#### isErrorState()
|
|
36
|
+
|
|
37
|
+
> **isErrorState**: (`control`, `form`) => `boolean`
|
|
38
|
+
|
|
39
|
+
##### Parameters
|
|
40
|
+
|
|
41
|
+
###### control
|
|
42
|
+
|
|
43
|
+
`any`
|
|
44
|
+
|
|
45
|
+
###### form
|
|
46
|
+
|
|
47
|
+
`any`
|
|
48
|
+
|
|
49
|
+
##### Returns
|
|
50
|
+
|
|
51
|
+
`boolean`
|
|
52
|
+
|
|
53
|
+
#### Defined in
|
|
54
|
+
|
|
55
|
+
[components/text/text-input.component.ts:68](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L68)
|
|
56
|
+
|
|
57
|
+
***
|
|
58
|
+
|
|
59
|
+
### focusOutEmitter
|
|
60
|
+
|
|
61
|
+
> **focusOutEmitter**: `EventEmitter`\<`void`\>
|
|
62
|
+
|
|
63
|
+
#### Defined in
|
|
64
|
+
|
|
65
|
+
[components/text/text-input.component.ts:47](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L47)
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### ngControl
|
|
70
|
+
|
|
71
|
+
> **ngControl**: `FormControlName`
|
|
72
|
+
|
|
73
|
+
#### Defined in
|
|
74
|
+
|
|
75
|
+
[components/text/text-input.component.ts:50](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L50)
|
|
76
|
+
|
|
77
|
+
## Accessors
|
|
78
|
+
|
|
79
|
+
### inputData
|
|
80
|
+
|
|
81
|
+
#### Get Signature
|
|
82
|
+
|
|
83
|
+
> **get** **inputData**(): [`AppInputInterface`](../../../../interfaces/app-input.interface/interfaces/AppInputInterface.md)
|
|
84
|
+
|
|
85
|
+
##### Returns
|
|
86
|
+
|
|
87
|
+
[`AppInputInterface`](../../../../interfaces/app-input.interface/interfaces/AppInputInterface.md)
|
|
88
|
+
|
|
89
|
+
#### Set Signature
|
|
90
|
+
|
|
91
|
+
> **set** **inputData**(`data`): `void`
|
|
92
|
+
|
|
93
|
+
##### Parameters
|
|
94
|
+
|
|
95
|
+
###### data
|
|
96
|
+
|
|
97
|
+
[`AppInputInterface`](../../../../interfaces/app-input.interface/interfaces/AppInputInterface.md)
|
|
98
|
+
|
|
99
|
+
##### Returns
|
|
100
|
+
|
|
101
|
+
`void`
|
|
102
|
+
|
|
103
|
+
#### Defined in
|
|
104
|
+
|
|
105
|
+
[components/text/text-input.component.ts:44](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L44)
|
|
106
|
+
|
|
107
|
+
## Methods
|
|
108
|
+
|
|
109
|
+
### clear()
|
|
110
|
+
|
|
111
|
+
> **clear**(): `void`
|
|
112
|
+
|
|
113
|
+
#### Returns
|
|
114
|
+
|
|
115
|
+
`void`
|
|
116
|
+
|
|
117
|
+
#### Defined in
|
|
118
|
+
|
|
119
|
+
[components/text/text-input.component.ts:62](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L62)
|
|
120
|
+
|
|
121
|
+
***
|
|
122
|
+
|
|
123
|
+
### onFocusOut()
|
|
124
|
+
|
|
125
|
+
> **onFocusOut**(): `void`
|
|
126
|
+
|
|
127
|
+
#### Returns
|
|
128
|
+
|
|
129
|
+
`void`
|
|
130
|
+
|
|
131
|
+
#### Defined in
|
|
132
|
+
|
|
133
|
+
[components/text/text-input.component.ts:56](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/components/text/text-input.component.ts#L56)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../README.md) / interfaces/app-input.interface
|
|
6
|
+
|
|
7
|
+
# interfaces/app-input.interface
|
|
8
|
+
|
|
9
|
+
## Index
|
|
10
|
+
|
|
11
|
+
### Interfaces
|
|
12
|
+
|
|
13
|
+
- [AppInputInterface](interfaces/AppInputInterface.md)
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/app-input.interface](../README.md) / AppInputInterface
|
|
6
|
+
|
|
7
|
+
# Interface: AppInputInterface
|
|
8
|
+
|
|
9
|
+
## Properties
|
|
10
|
+
|
|
11
|
+
### activeStateIconUrl?
|
|
12
|
+
|
|
13
|
+
> `optional` **activeStateIconUrl**: `string`
|
|
14
|
+
|
|
15
|
+
#### Defined in
|
|
16
|
+
|
|
17
|
+
[interfaces/app-input.interface.ts:2](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L2)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### clearable?
|
|
22
|
+
|
|
23
|
+
> `optional` **clearable**: `boolean`
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[interfaces/app-input.interface.ts:3](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L3)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### containerClass?
|
|
32
|
+
|
|
33
|
+
> `optional` **containerClass**: `string`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[interfaces/app-input.interface.ts:4](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L4)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### datePicker?
|
|
42
|
+
|
|
43
|
+
> `optional` **datePicker**: `boolean`
|
|
44
|
+
|
|
45
|
+
#### Defined in
|
|
46
|
+
|
|
47
|
+
[interfaces/app-input.interface.ts:5](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L5)
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### defaultPatternKey?
|
|
52
|
+
|
|
53
|
+
> `optional` **defaultPatternKey**: `string`
|
|
54
|
+
|
|
55
|
+
#### Defined in
|
|
56
|
+
|
|
57
|
+
[interfaces/app-input.interface.ts:30](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L30)
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### disabled?
|
|
62
|
+
|
|
63
|
+
> `optional` **disabled**: `boolean`
|
|
64
|
+
|
|
65
|
+
#### Defined in
|
|
66
|
+
|
|
67
|
+
[interfaces/app-input.interface.ts:6](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L6)
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
|
|
71
|
+
### dontResetValueInClearAction?
|
|
72
|
+
|
|
73
|
+
> `optional` **dontResetValueInClearAction**: `boolean`
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[interfaces/app-input.interface.ts:7](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L7)
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
81
|
+
### focusOutEmit?
|
|
82
|
+
|
|
83
|
+
> `optional` **focusOutEmit**: `boolean`
|
|
84
|
+
|
|
85
|
+
#### Defined in
|
|
86
|
+
|
|
87
|
+
[interfaces/app-input.interface.ts:31](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L31)
|
|
88
|
+
|
|
89
|
+
***
|
|
90
|
+
|
|
91
|
+
### hint?
|
|
92
|
+
|
|
93
|
+
> `optional` **hint**: `string`
|
|
94
|
+
|
|
95
|
+
#### Defined in
|
|
96
|
+
|
|
97
|
+
[interfaces/app-input.interface.ts:8](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L8)
|
|
98
|
+
|
|
99
|
+
***
|
|
100
|
+
|
|
101
|
+
### iconPrefix?
|
|
102
|
+
|
|
103
|
+
> `optional` **iconPrefix**: `string`
|
|
104
|
+
|
|
105
|
+
#### Defined in
|
|
106
|
+
|
|
107
|
+
[interfaces/app-input.interface.ts:9](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L9)
|
|
108
|
+
|
|
109
|
+
***
|
|
110
|
+
|
|
111
|
+
### iconPrefixColor?
|
|
112
|
+
|
|
113
|
+
> `optional` **iconPrefixColor**: `string`
|
|
114
|
+
|
|
115
|
+
#### Defined in
|
|
116
|
+
|
|
117
|
+
[interfaces/app-input.interface.ts:12](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L12)
|
|
118
|
+
|
|
119
|
+
***
|
|
120
|
+
|
|
121
|
+
### iconPrefixSvg?
|
|
122
|
+
|
|
123
|
+
> `optional` **iconPrefixSvg**: `string`
|
|
124
|
+
|
|
125
|
+
#### Defined in
|
|
126
|
+
|
|
127
|
+
[interfaces/app-input.interface.ts:10](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L10)
|
|
128
|
+
|
|
129
|
+
***
|
|
130
|
+
|
|
131
|
+
### iconPrefixTooltip?
|
|
132
|
+
|
|
133
|
+
> `optional` **iconPrefixTooltip**: `string`
|
|
134
|
+
|
|
135
|
+
#### Defined in
|
|
136
|
+
|
|
137
|
+
[interfaces/app-input.interface.ts:11](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L11)
|
|
138
|
+
|
|
139
|
+
***
|
|
140
|
+
|
|
141
|
+
### iconPrefixVariant?
|
|
142
|
+
|
|
143
|
+
> `optional` **iconPrefixVariant**: `string`
|
|
144
|
+
|
|
145
|
+
#### Defined in
|
|
146
|
+
|
|
147
|
+
[interfaces/app-input.interface.ts:13](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L13)
|
|
148
|
+
|
|
149
|
+
***
|
|
150
|
+
|
|
151
|
+
### iconSuffix?
|
|
152
|
+
|
|
153
|
+
> `optional` **iconSuffix**: `string`
|
|
154
|
+
|
|
155
|
+
#### Defined in
|
|
156
|
+
|
|
157
|
+
[interfaces/app-input.interface.ts:14](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L14)
|
|
158
|
+
|
|
159
|
+
***
|
|
160
|
+
|
|
161
|
+
### iconUrl?
|
|
162
|
+
|
|
163
|
+
> `optional` **iconUrl**: `string`
|
|
164
|
+
|
|
165
|
+
#### Defined in
|
|
166
|
+
|
|
167
|
+
[interfaces/app-input.interface.ts:16](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L16)
|
|
168
|
+
|
|
169
|
+
***
|
|
170
|
+
|
|
171
|
+
### inputClass?
|
|
172
|
+
|
|
173
|
+
> `optional` **inputClass**: `string`
|
|
174
|
+
|
|
175
|
+
#### Defined in
|
|
176
|
+
|
|
177
|
+
[interfaces/app-input.interface.ts:17](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L17)
|
|
178
|
+
|
|
179
|
+
***
|
|
180
|
+
|
|
181
|
+
### inputMask?
|
|
182
|
+
|
|
183
|
+
> `optional` **inputMask**: `"string"` \| `"number"`
|
|
184
|
+
|
|
185
|
+
#### Defined in
|
|
186
|
+
|
|
187
|
+
[interfaces/app-input.interface.ts:18](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L18)
|
|
188
|
+
|
|
189
|
+
***
|
|
190
|
+
|
|
191
|
+
### label?
|
|
192
|
+
|
|
193
|
+
> `optional` **label**: `string`
|
|
194
|
+
|
|
195
|
+
#### Defined in
|
|
196
|
+
|
|
197
|
+
[interfaces/app-input.interface.ts:19](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L19)
|
|
198
|
+
|
|
199
|
+
***
|
|
200
|
+
|
|
201
|
+
### leadZeroDateTime?
|
|
202
|
+
|
|
203
|
+
> `optional` **leadZeroDateTime**: `boolean`
|
|
204
|
+
|
|
205
|
+
#### Defined in
|
|
206
|
+
|
|
207
|
+
[interfaces/app-input.interface.ts:20](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L20)
|
|
208
|
+
|
|
209
|
+
***
|
|
210
|
+
|
|
211
|
+
### mask?
|
|
212
|
+
|
|
213
|
+
> `optional` **mask**: `string`
|
|
214
|
+
|
|
215
|
+
#### Defined in
|
|
216
|
+
|
|
217
|
+
[interfaces/app-input.interface.ts:21](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L21)
|
|
218
|
+
|
|
219
|
+
***
|
|
220
|
+
|
|
221
|
+
### pattern?
|
|
222
|
+
|
|
223
|
+
> `optional` **pattern**: `string` \| `RegExp`
|
|
224
|
+
|
|
225
|
+
#### Defined in
|
|
226
|
+
|
|
227
|
+
[interfaces/app-input.interface.ts:22](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L22)
|
|
228
|
+
|
|
229
|
+
***
|
|
230
|
+
|
|
231
|
+
### placeholder
|
|
232
|
+
|
|
233
|
+
> **placeholder**: `string`
|
|
234
|
+
|
|
235
|
+
#### Defined in
|
|
236
|
+
|
|
237
|
+
[interfaces/app-input.interface.ts:23](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L23)
|
|
238
|
+
|
|
239
|
+
***
|
|
240
|
+
|
|
241
|
+
### prefix?
|
|
242
|
+
|
|
243
|
+
> `optional` **prefix**: `string`
|
|
244
|
+
|
|
245
|
+
#### Defined in
|
|
246
|
+
|
|
247
|
+
[interfaces/app-input.interface.ts:24](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L24)
|
|
248
|
+
|
|
249
|
+
***
|
|
250
|
+
|
|
251
|
+
### readOnly?
|
|
252
|
+
|
|
253
|
+
> `optional` **readOnly**: `boolean`
|
|
254
|
+
|
|
255
|
+
#### Defined in
|
|
256
|
+
|
|
257
|
+
[interfaces/app-input.interface.ts:26](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L26)
|
|
258
|
+
|
|
259
|
+
***
|
|
260
|
+
|
|
261
|
+
### required?
|
|
262
|
+
|
|
263
|
+
> `optional` **required**: `boolean`
|
|
264
|
+
|
|
265
|
+
#### Defined in
|
|
266
|
+
|
|
267
|
+
[interfaces/app-input.interface.ts:25](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L25)
|
|
268
|
+
|
|
269
|
+
***
|
|
270
|
+
|
|
271
|
+
### submit
|
|
272
|
+
|
|
273
|
+
> **submit**: `boolean`
|
|
274
|
+
|
|
275
|
+
#### Defined in
|
|
276
|
+
|
|
277
|
+
[interfaces/app-input.interface.ts:27](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L27)
|
|
278
|
+
|
|
279
|
+
***
|
|
280
|
+
|
|
281
|
+
### textarea?
|
|
282
|
+
|
|
283
|
+
> `optional` **textarea**: `boolean`
|
|
284
|
+
|
|
285
|
+
#### Defined in
|
|
286
|
+
|
|
287
|
+
[interfaces/app-input.interface.ts:28](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L28)
|
|
288
|
+
|
|
289
|
+
***
|
|
290
|
+
|
|
291
|
+
### type
|
|
292
|
+
|
|
293
|
+
> **type**: `string`
|
|
294
|
+
|
|
295
|
+
#### Defined in
|
|
296
|
+
|
|
297
|
+
[interfaces/app-input.interface.ts:29](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/app-input.interface.ts#L29)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../README.md) / interfaces/autocomplete-configs.interface
|
|
6
|
+
|
|
7
|
+
# interfaces/autocomplete-configs.interface
|
|
8
|
+
|
|
9
|
+
## Index
|
|
10
|
+
|
|
11
|
+
### Interfaces
|
|
12
|
+
|
|
13
|
+
- [AutocompleteConfigsInterface](interfaces/AutocompleteConfigsInterface.md)
|