i-tech-shared-components 1.0.15 → 1.0.16
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/docs/README.md +23 -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
package/docs/interfaces/autocomplete-configs.interface/interfaces/AutocompleteConfigsInterface.md
ADDED
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/autocomplete-configs.interface](../README.md) / AutocompleteConfigsInterface
|
|
6
|
+
|
|
7
|
+
# Interface: AutocompleteConfigsInterface
|
|
8
|
+
|
|
9
|
+
## Properties
|
|
10
|
+
|
|
11
|
+
### actions?
|
|
12
|
+
|
|
13
|
+
> `optional` **actions**: `any`
|
|
14
|
+
|
|
15
|
+
#### Defined in
|
|
16
|
+
|
|
17
|
+
[interfaces/autocomplete-configs.interface.ts:25](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L25)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### activeStateIconUrl?
|
|
22
|
+
|
|
23
|
+
> `optional` **activeStateIconUrl**: `string`
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[interfaces/autocomplete-configs.interface.ts:22](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L22)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### blockPagination?
|
|
32
|
+
|
|
33
|
+
> `optional` **blockPagination**: `boolean`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[interfaces/autocomplete-configs.interface.ts:26](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L26)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### changeText?
|
|
42
|
+
|
|
43
|
+
> `optional` **changeText**: `any`
|
|
44
|
+
|
|
45
|
+
#### Defined in
|
|
46
|
+
|
|
47
|
+
[interfaces/autocomplete-configs.interface.ts:20](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L20)
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### clearable?
|
|
52
|
+
|
|
53
|
+
> `optional` **clearable**: `boolean`
|
|
54
|
+
|
|
55
|
+
#### Defined in
|
|
56
|
+
|
|
57
|
+
[interfaces/autocomplete-configs.interface.ts:32](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L32)
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### defaultPatternKey?
|
|
62
|
+
|
|
63
|
+
> `optional` **defaultPatternKey**: `string`
|
|
64
|
+
|
|
65
|
+
#### Defined in
|
|
66
|
+
|
|
67
|
+
[interfaces/autocomplete-configs.interface.ts:33](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L33)
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
|
|
71
|
+
### disabled?
|
|
72
|
+
|
|
73
|
+
> `optional` **disabled**: `boolean`
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[interfaces/autocomplete-configs.interface.ts:14](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L14)
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
81
|
+
### errorMessage?
|
|
82
|
+
|
|
83
|
+
> `optional` **errorMessage**: `string`
|
|
84
|
+
|
|
85
|
+
#### Defined in
|
|
86
|
+
|
|
87
|
+
[interfaces/autocomplete-configs.interface.ts:15](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L15)
|
|
88
|
+
|
|
89
|
+
***
|
|
90
|
+
|
|
91
|
+
### filtrationKey?
|
|
92
|
+
|
|
93
|
+
> `optional` **filtrationKey**: `string`
|
|
94
|
+
|
|
95
|
+
#### Defined in
|
|
96
|
+
|
|
97
|
+
[interfaces/autocomplete-configs.interface.ts:17](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L17)
|
|
98
|
+
|
|
99
|
+
***
|
|
100
|
+
|
|
101
|
+
### hideLabel?
|
|
102
|
+
|
|
103
|
+
> `optional` **hideLabel**: `boolean`
|
|
104
|
+
|
|
105
|
+
#### Defined in
|
|
106
|
+
|
|
107
|
+
[interfaces/autocomplete-configs.interface.ts:3](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L3)
|
|
108
|
+
|
|
109
|
+
***
|
|
110
|
+
|
|
111
|
+
### hideSelectAllOption?
|
|
112
|
+
|
|
113
|
+
> `optional` **hideSelectAllOption**: `boolean`
|
|
114
|
+
|
|
115
|
+
#### Defined in
|
|
116
|
+
|
|
117
|
+
[interfaces/autocomplete-configs.interface.ts:11](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L11)
|
|
118
|
+
|
|
119
|
+
***
|
|
120
|
+
|
|
121
|
+
### hover?
|
|
122
|
+
|
|
123
|
+
> `optional` **hover**: `string`
|
|
124
|
+
|
|
125
|
+
#### Defined in
|
|
126
|
+
|
|
127
|
+
[interfaces/autocomplete-configs.interface.ts:19](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L19)
|
|
128
|
+
|
|
129
|
+
***
|
|
130
|
+
|
|
131
|
+
### iconPrefix?
|
|
132
|
+
|
|
133
|
+
> `optional` **iconPrefix**: `string`
|
|
134
|
+
|
|
135
|
+
#### Defined in
|
|
136
|
+
|
|
137
|
+
[interfaces/autocomplete-configs.interface.ts:29](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L29)
|
|
138
|
+
|
|
139
|
+
***
|
|
140
|
+
|
|
141
|
+
### iconPrefixColor?
|
|
142
|
+
|
|
143
|
+
> `optional` **iconPrefixColor**: `string`
|
|
144
|
+
|
|
145
|
+
#### Defined in
|
|
146
|
+
|
|
147
|
+
[interfaces/autocomplete-configs.interface.ts:36](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L36)
|
|
148
|
+
|
|
149
|
+
***
|
|
150
|
+
|
|
151
|
+
### iconPrefixSvg?
|
|
152
|
+
|
|
153
|
+
> `optional` **iconPrefixSvg**: `string`
|
|
154
|
+
|
|
155
|
+
#### Defined in
|
|
156
|
+
|
|
157
|
+
[interfaces/autocomplete-configs.interface.ts:35](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L35)
|
|
158
|
+
|
|
159
|
+
***
|
|
160
|
+
|
|
161
|
+
### iconPrefixTooltip?
|
|
162
|
+
|
|
163
|
+
> `optional` **iconPrefixTooltip**: `string`
|
|
164
|
+
|
|
165
|
+
#### Defined in
|
|
166
|
+
|
|
167
|
+
[interfaces/autocomplete-configs.interface.ts:34](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L34)
|
|
168
|
+
|
|
169
|
+
***
|
|
170
|
+
|
|
171
|
+
### iconSuffix?
|
|
172
|
+
|
|
173
|
+
> `optional` **iconSuffix**: `string`
|
|
174
|
+
|
|
175
|
+
#### Defined in
|
|
176
|
+
|
|
177
|
+
[interfaces/autocomplete-configs.interface.ts:31](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L31)
|
|
178
|
+
|
|
179
|
+
***
|
|
180
|
+
|
|
181
|
+
### iconUrl?
|
|
182
|
+
|
|
183
|
+
> `optional` **iconUrl**: `string`
|
|
184
|
+
|
|
185
|
+
#### Defined in
|
|
186
|
+
|
|
187
|
+
[interfaces/autocomplete-configs.interface.ts:21](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L21)
|
|
188
|
+
|
|
189
|
+
***
|
|
190
|
+
|
|
191
|
+
### label
|
|
192
|
+
|
|
193
|
+
> **label**: `string`
|
|
194
|
+
|
|
195
|
+
#### Defined in
|
|
196
|
+
|
|
197
|
+
[interfaces/autocomplete-configs.interface.ts:2](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L2)
|
|
198
|
+
|
|
199
|
+
***
|
|
200
|
+
|
|
201
|
+
### matIconName?
|
|
202
|
+
|
|
203
|
+
> `optional` **matIconName**: `string`
|
|
204
|
+
|
|
205
|
+
#### Defined in
|
|
206
|
+
|
|
207
|
+
[interfaces/autocomplete-configs.interface.ts:23](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L23)
|
|
208
|
+
|
|
209
|
+
***
|
|
210
|
+
|
|
211
|
+
### matIconSvg?
|
|
212
|
+
|
|
213
|
+
> `optional` **matIconSvg**: `string`
|
|
214
|
+
|
|
215
|
+
#### Defined in
|
|
216
|
+
|
|
217
|
+
[interfaces/autocomplete-configs.interface.ts:24](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L24)
|
|
218
|
+
|
|
219
|
+
***
|
|
220
|
+
|
|
221
|
+
### multiple?
|
|
222
|
+
|
|
223
|
+
> `optional` **multiple**: `boolean`
|
|
224
|
+
|
|
225
|
+
#### Defined in
|
|
226
|
+
|
|
227
|
+
[interfaces/autocomplete-configs.interface.ts:10](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L10)
|
|
228
|
+
|
|
229
|
+
***
|
|
230
|
+
|
|
231
|
+
### paginate
|
|
232
|
+
|
|
233
|
+
> **paginate**: `any`
|
|
234
|
+
|
|
235
|
+
#### Defined in
|
|
236
|
+
|
|
237
|
+
[interfaces/autocomplete-configs.interface.ts:4](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L4)
|
|
238
|
+
|
|
239
|
+
***
|
|
240
|
+
|
|
241
|
+
### paginateOnScroll?
|
|
242
|
+
|
|
243
|
+
> `optional` **paginateOnScroll**: `boolean`
|
|
244
|
+
|
|
245
|
+
#### Defined in
|
|
246
|
+
|
|
247
|
+
[interfaces/autocomplete-configs.interface.ts:5](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L5)
|
|
248
|
+
|
|
249
|
+
***
|
|
250
|
+
|
|
251
|
+
### placeholder?
|
|
252
|
+
|
|
253
|
+
> `optional` **placeholder**: `string`
|
|
254
|
+
|
|
255
|
+
#### Defined in
|
|
256
|
+
|
|
257
|
+
[interfaces/autocomplete-configs.interface.ts:16](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L16)
|
|
258
|
+
|
|
259
|
+
***
|
|
260
|
+
|
|
261
|
+
### readOnly?
|
|
262
|
+
|
|
263
|
+
> `optional` **readOnly**: `boolean`
|
|
264
|
+
|
|
265
|
+
#### Defined in
|
|
266
|
+
|
|
267
|
+
[interfaces/autocomplete-configs.interface.ts:30](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L30)
|
|
268
|
+
|
|
269
|
+
***
|
|
270
|
+
|
|
271
|
+
### required?
|
|
272
|
+
|
|
273
|
+
> `optional` **required**: `boolean`
|
|
274
|
+
|
|
275
|
+
#### Defined in
|
|
276
|
+
|
|
277
|
+
[interfaces/autocomplete-configs.interface.ts:18](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L18)
|
|
278
|
+
|
|
279
|
+
***
|
|
280
|
+
|
|
281
|
+
### reset?
|
|
282
|
+
|
|
283
|
+
> `optional` **reset**: `boolean`
|
|
284
|
+
|
|
285
|
+
#### Defined in
|
|
286
|
+
|
|
287
|
+
[interfaces/autocomplete-configs.interface.ts:12](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L12)
|
|
288
|
+
|
|
289
|
+
***
|
|
290
|
+
|
|
291
|
+
### search?
|
|
292
|
+
|
|
293
|
+
> `optional` **search**: `boolean`
|
|
294
|
+
|
|
295
|
+
#### Defined in
|
|
296
|
+
|
|
297
|
+
[interfaces/autocomplete-configs.interface.ts:13](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L13)
|
|
298
|
+
|
|
299
|
+
***
|
|
300
|
+
|
|
301
|
+
### showFullTextWithOptionalOnSelectedValue?
|
|
302
|
+
|
|
303
|
+
> `optional` **showFullTextWithOptionalOnSelectedValue**: `boolean`
|
|
304
|
+
|
|
305
|
+
#### Defined in
|
|
306
|
+
|
|
307
|
+
[interfaces/autocomplete-configs.interface.ts:28](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L28)
|
|
308
|
+
|
|
309
|
+
***
|
|
310
|
+
|
|
311
|
+
### valueById?
|
|
312
|
+
|
|
313
|
+
> `optional` **valueById**: `string`
|
|
314
|
+
|
|
315
|
+
#### Defined in
|
|
316
|
+
|
|
317
|
+
[interfaces/autocomplete-configs.interface.ts:27](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L27)
|
|
318
|
+
|
|
319
|
+
***
|
|
320
|
+
|
|
321
|
+
### valueByKey
|
|
322
|
+
|
|
323
|
+
> **valueByKey**: `string`[]
|
|
324
|
+
|
|
325
|
+
#### Defined in
|
|
326
|
+
|
|
327
|
+
[interfaces/autocomplete-configs.interface.ts:6](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L6)
|
|
328
|
+
|
|
329
|
+
***
|
|
330
|
+
|
|
331
|
+
### valueToShowByKey
|
|
332
|
+
|
|
333
|
+
> **valueToShowByKey**: `string`[]
|
|
334
|
+
|
|
335
|
+
#### Defined in
|
|
336
|
+
|
|
337
|
+
[interfaces/autocomplete-configs.interface.ts:7](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L7)
|
|
338
|
+
|
|
339
|
+
***
|
|
340
|
+
|
|
341
|
+
### valueToShowByParam?
|
|
342
|
+
|
|
343
|
+
> `optional` **valueToShowByParam**: (`string` \| (`string` \| `number`)[])[]
|
|
344
|
+
|
|
345
|
+
#### Defined in
|
|
346
|
+
|
|
347
|
+
[interfaces/autocomplete-configs.interface.ts:8](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L8)
|
|
348
|
+
|
|
349
|
+
***
|
|
350
|
+
|
|
351
|
+
### withParamSymbol?
|
|
352
|
+
|
|
353
|
+
> `optional` **withParamSymbol**: `string`
|
|
354
|
+
|
|
355
|
+
#### Defined in
|
|
356
|
+
|
|
357
|
+
[interfaces/autocomplete-configs.interface.ts:9](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/autocomplete-configs.interface.ts#L9)
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/button-types.enum](../README.md) / ButtonType
|
|
6
|
+
|
|
7
|
+
# Enumeration: ButtonType
|
|
8
|
+
|
|
9
|
+
Enum representing different types of buttons.
|
|
10
|
+
|
|
11
|
+
## Enumeration Members
|
|
12
|
+
|
|
13
|
+
### FILLED
|
|
14
|
+
|
|
15
|
+
> **FILLED**: `"FILLED"`
|
|
16
|
+
|
|
17
|
+
A filled button with solid background, typically used for primary actions.
|
|
18
|
+
|
|
19
|
+
#### Defined in
|
|
20
|
+
|
|
21
|
+
[interfaces/button-types.enum.ts:6](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/button-types.enum.ts#L6)
|
|
22
|
+
|
|
23
|
+
***
|
|
24
|
+
|
|
25
|
+
### OUTLINE
|
|
26
|
+
|
|
27
|
+
> **OUTLINE**: `"OUTLINE"`
|
|
28
|
+
|
|
29
|
+
An outlined button with a border and no background.
|
|
30
|
+
|
|
31
|
+
#### Defined in
|
|
32
|
+
|
|
33
|
+
[interfaces/button-types.enum.ts:12](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/button-types.enum.ts#L12)
|
|
34
|
+
|
|
35
|
+
***
|
|
36
|
+
|
|
37
|
+
### TEXT
|
|
38
|
+
|
|
39
|
+
> **TEXT**: `"TEXT"`
|
|
40
|
+
|
|
41
|
+
A text button with no background or border, ideal for minimal UI.
|
|
42
|
+
|
|
43
|
+
#### Defined in
|
|
44
|
+
|
|
45
|
+
[interfaces/button-types.enum.ts:15](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/button-types.enum.ts#L15)
|
|
46
|
+
|
|
47
|
+
***
|
|
48
|
+
|
|
49
|
+
### TONAL
|
|
50
|
+
|
|
51
|
+
> **TONAL**: `"TONAL"`
|
|
52
|
+
|
|
53
|
+
A tonal button with lighter background, used for secondary actions.
|
|
54
|
+
|
|
55
|
+
#### Defined in
|
|
56
|
+
|
|
57
|
+
[interfaces/button-types.enum.ts:9](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/button-types.enum.ts#L9)
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### WARNING
|
|
62
|
+
|
|
63
|
+
> **WARNING**: `"WARNING"`
|
|
64
|
+
|
|
65
|
+
A warning button with special styling to indicate caution or alert actions.
|
|
66
|
+
|
|
67
|
+
#### Defined in
|
|
68
|
+
|
|
69
|
+
[interfaces/button-types.enum.ts:18](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/button-types.enum.ts#L18)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../README.md) / interfaces/dropdown-selection.constants
|
|
6
|
+
|
|
7
|
+
# interfaces/dropdown-selection.constants
|
|
8
|
+
|
|
9
|
+
## Index
|
|
10
|
+
|
|
11
|
+
### Enumerations
|
|
12
|
+
|
|
13
|
+
- [DropdownSelectionType](enumerations/DropdownSelectionType.md)
|
|
14
|
+
|
|
15
|
+
### Variables
|
|
16
|
+
|
|
17
|
+
- [DropdownItemIcon](variables/DropdownItemIcon.md)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/dropdown-selection.constants](../README.md) / DropdownSelectionType
|
|
6
|
+
|
|
7
|
+
# Enumeration: DropdownSelectionType
|
|
8
|
+
|
|
9
|
+
## Enumeration Members
|
|
10
|
+
|
|
11
|
+
### BLANK
|
|
12
|
+
|
|
13
|
+
> **BLANK**: `"BLANK"`
|
|
14
|
+
|
|
15
|
+
#### Defined in
|
|
16
|
+
|
|
17
|
+
[interfaces/dropdown-selection.constants.ts:4](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/dropdown-selection.constants.ts#L4)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### DOWNLOAD
|
|
22
|
+
|
|
23
|
+
> **DOWNLOAD**: `"DOWNLOAD"`
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[interfaces/dropdown-selection.constants.ts:3](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/dropdown-selection.constants.ts#L3)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### UPLOAD
|
|
32
|
+
|
|
33
|
+
> **UPLOAD**: `"UPLOAD"`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[interfaces/dropdown-selection.constants.ts:2](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/dropdown-selection.constants.ts#L2)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/dropdown-selection.constants](../README.md) / DropdownItemIcon
|
|
6
|
+
|
|
7
|
+
# Variable: DropdownItemIcon
|
|
8
|
+
|
|
9
|
+
> `const` **DropdownItemIcon**: `object`
|
|
10
|
+
|
|
11
|
+
## Type declaration
|
|
12
|
+
|
|
13
|
+
### BLANK
|
|
14
|
+
|
|
15
|
+
> **BLANK**: `string` = `'blank'`
|
|
16
|
+
|
|
17
|
+
### DOWNLOAD
|
|
18
|
+
|
|
19
|
+
> **DOWNLOAD**: `string` = `'download'`
|
|
20
|
+
|
|
21
|
+
### UPLOAD
|
|
22
|
+
|
|
23
|
+
> **UPLOAD**: `string` = `'upload'`
|
|
24
|
+
|
|
25
|
+
## Defined in
|
|
26
|
+
|
|
27
|
+
[interfaces/dropdown-selection.constants.ts:7](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/dropdown-selection.constants.ts#L7)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../README.md) / interfaces/label-type.enum
|
|
6
|
+
|
|
7
|
+
# interfaces/label-type.enum
|
|
8
|
+
|
|
9
|
+
## Index
|
|
10
|
+
|
|
11
|
+
### Enumerations
|
|
12
|
+
|
|
13
|
+
- [LabelTypeEnum](enumerations/LabelTypeEnum.md)
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
[**i-tech-shared-components**](../../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[i-tech-shared-components](../../../README.md) / [interfaces/label-type.enum](../README.md) / LabelTypeEnum
|
|
6
|
+
|
|
7
|
+
# Enumeration: LabelTypeEnum
|
|
8
|
+
|
|
9
|
+
## Enumeration Members
|
|
10
|
+
|
|
11
|
+
### blue
|
|
12
|
+
|
|
13
|
+
> **blue**: `"blue"`
|
|
14
|
+
|
|
15
|
+
#### Defined in
|
|
16
|
+
|
|
17
|
+
[interfaces/label-type.enum.ts:6](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L6)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### cyan
|
|
22
|
+
|
|
23
|
+
> **cyan**: `"cyan"`
|
|
24
|
+
|
|
25
|
+
#### Defined in
|
|
26
|
+
|
|
27
|
+
[interfaces/label-type.enum.ts:7](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L7)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### green
|
|
32
|
+
|
|
33
|
+
> **green**: `"green"`
|
|
34
|
+
|
|
35
|
+
#### Defined in
|
|
36
|
+
|
|
37
|
+
[interfaces/label-type.enum.ts:12](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L12)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### olive
|
|
42
|
+
|
|
43
|
+
> **olive**: `"olive"`
|
|
44
|
+
|
|
45
|
+
#### Defined in
|
|
46
|
+
|
|
47
|
+
[interfaces/label-type.enum.ts:4](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L4)
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### orange
|
|
52
|
+
|
|
53
|
+
> **orange**: `"orange"`
|
|
54
|
+
|
|
55
|
+
#### Defined in
|
|
56
|
+
|
|
57
|
+
[interfaces/label-type.enum.ts:5](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L5)
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### primary
|
|
62
|
+
|
|
63
|
+
> **primary**: `"primary"`
|
|
64
|
+
|
|
65
|
+
#### Defined in
|
|
66
|
+
|
|
67
|
+
[interfaces/label-type.enum.ts:11](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L11)
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
|
|
71
|
+
### purple
|
|
72
|
+
|
|
73
|
+
> **purple**: `"purple"`
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[interfaces/label-type.enum.ts:2](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L2)
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
81
|
+
### raspberry
|
|
82
|
+
|
|
83
|
+
> **raspberry**: `"raspberry"`
|
|
84
|
+
|
|
85
|
+
#### Defined in
|
|
86
|
+
|
|
87
|
+
[interfaces/label-type.enum.ts:8](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L8)
|
|
88
|
+
|
|
89
|
+
***
|
|
90
|
+
|
|
91
|
+
### red
|
|
92
|
+
|
|
93
|
+
> **red**: `"red"`
|
|
94
|
+
|
|
95
|
+
#### Defined in
|
|
96
|
+
|
|
97
|
+
[interfaces/label-type.enum.ts:13](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L13)
|
|
98
|
+
|
|
99
|
+
***
|
|
100
|
+
|
|
101
|
+
### teal
|
|
102
|
+
|
|
103
|
+
> **teal**: `"teal"`
|
|
104
|
+
|
|
105
|
+
#### Defined in
|
|
106
|
+
|
|
107
|
+
[interfaces/label-type.enum.ts:3](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L3)
|
|
108
|
+
|
|
109
|
+
***
|
|
110
|
+
|
|
111
|
+
### wine
|
|
112
|
+
|
|
113
|
+
> **wine**: `"wine"`
|
|
114
|
+
|
|
115
|
+
#### Defined in
|
|
116
|
+
|
|
117
|
+
[interfaces/label-type.enum.ts:10](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L10)
|
|
118
|
+
|
|
119
|
+
***
|
|
120
|
+
|
|
121
|
+
### yellow
|
|
122
|
+
|
|
123
|
+
> **yellow**: `"yellow"`
|
|
124
|
+
|
|
125
|
+
#### Defined in
|
|
126
|
+
|
|
127
|
+
[interfaces/label-type.enum.ts:9](https://gitlab.com/a.karapetyan/t3_ui_kit/-/blob/ad829a3d5be01b5efd166d86cddc623dce305e4d/projects/shared-components/src/lib/interfaces/label-type.enum.ts#L9)
|