@3t-transform/threeteeui 0.1.32 → 0.1.33

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.
Files changed (114) hide show
  1. package/dist/cjs/{index-457ca775.js → index-b8a62ede.js} +0 -16
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/tttx-button.cjs.entry.js +24 -24
  4. package/dist/cjs/tttx-filter.cjs.entry.js +159 -159
  5. package/dist/cjs/tttx-form.cjs.entry.js +364 -373
  6. package/dist/cjs/tttx-icon.cjs.entry.js +11 -11
  7. package/dist/cjs/tttx-keyvalue-block.cjs.entry.js +59 -59
  8. package/dist/cjs/tttx-list.cjs.entry.js +43 -43
  9. package/dist/cjs/tttx-loading-spinner.cjs.entry.js +16 -16
  10. package/dist/cjs/tttx-sorter.cjs.entry.js +102 -102
  11. package/dist/cjs/tttx-standalone-input.cjs.entry.js +80 -62
  12. package/dist/cjs/tttx-toolbar.cjs.entry.js +10 -10
  13. package/dist/cjs/tttx.cjs.js +2 -2
  14. package/dist/collection/components/atoms/tttx-button/tttx-button.js +110 -110
  15. package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +14 -14
  16. package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +62 -62
  17. package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +22 -22
  18. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +109 -109
  19. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +38 -38
  20. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +67 -67
  21. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +17 -17
  22. package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +334 -334
  23. package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +62 -62
  24. package/dist/collection/components/molecules/tttx-form/lib/setErrorState.js +35 -37
  25. package/dist/collection/components/molecules/tttx-form/lib/validityCheck.js +58 -58
  26. package/dist/collection/components/molecules/tttx-form/tttx-form.css +0 -13
  27. package/dist/collection/components/molecules/tttx-form/tttx-form.js +364 -393
  28. package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +127 -248
  29. package/dist/collection/components/molecules/tttx-list/tttx-list.js +105 -105
  30. package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +43 -43
  31. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +224 -224
  32. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +42 -42
  33. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.css +0 -13
  34. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +759 -645
  35. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +176 -164
  36. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +44 -44
  37. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +14 -14
  38. package/dist/collection/components/palette.stories.js +7 -7
  39. package/dist/collection/docs/gettingstarted-developer.stories.js +5 -5
  40. package/dist/collection/icons.js +2838 -2838
  41. package/dist/collection/index.js +1 -1
  42. package/dist/collection/shared/domsanitiser.options.js +14 -14
  43. package/dist/components/tttx-button.js +48 -48
  44. package/dist/components/tttx-filter.js +191 -191
  45. package/dist/components/tttx-form.js +381 -391
  46. package/dist/components/tttx-icon2.js +28 -28
  47. package/dist/components/tttx-keyvalue-block.js +76 -76
  48. package/dist/components/tttx-list.js +65 -65
  49. package/dist/components/tttx-loading-spinner.js +33 -33
  50. package/dist/components/tttx-sorter.js +130 -130
  51. package/dist/components/tttx-standalone-input.js +131 -110
  52. package/dist/components/tttx-toolbar.js +26 -26
  53. package/dist/esm/{index-d784fb3e.js → index-e888a5f4.js} +0 -16
  54. package/dist/esm/loader.js +3 -3
  55. package/dist/esm/polyfills/core-js.js +0 -0
  56. package/dist/esm/polyfills/dom.js +0 -0
  57. package/dist/esm/polyfills/es5-html-element.js +0 -0
  58. package/dist/esm/polyfills/index.js +0 -0
  59. package/dist/esm/polyfills/system.js +0 -0
  60. package/dist/esm/tttx-button.entry.js +24 -24
  61. package/dist/esm/tttx-filter.entry.js +159 -159
  62. package/dist/esm/tttx-form.entry.js +364 -373
  63. package/dist/esm/tttx-icon.entry.js +11 -11
  64. package/dist/esm/tttx-keyvalue-block.entry.js +59 -59
  65. package/dist/esm/tttx-list.entry.js +43 -43
  66. package/dist/esm/tttx-loading-spinner.entry.js +16 -16
  67. package/dist/esm/tttx-sorter.entry.js +102 -102
  68. package/dist/esm/tttx-standalone-input.entry.js +80 -62
  69. package/dist/esm/tttx-toolbar.entry.js +10 -10
  70. package/dist/esm/tttx.js +3 -3
  71. package/dist/tttx/{p-b720c4ad.entry.js → p-043f9b8a.entry.js} +1 -1
  72. package/dist/tttx/p-48ecec8f.entry.js +1 -0
  73. package/dist/tttx/{p-6b006ccf.entry.js → p-5631f7c2.entry.js} +1 -1
  74. package/dist/tttx/p-65adb464.entry.js +1 -0
  75. package/dist/tttx/{p-72e7f7dd.entry.js → p-6dff6b5a.entry.js} +1 -1
  76. package/dist/tttx/{p-cac26a1b.entry.js → p-82bb3136.entry.js} +1 -1
  77. package/dist/tttx/{p-c4162029.entry.js → p-96bbf1ed.entry.js} +1 -1
  78. package/dist/tttx/{p-91e42647.entry.js → p-b3a03986.entry.js} +1 -1
  79. package/dist/tttx/{p-1ed7a43d.entry.js → p-ccd0065e.entry.js} +1 -1
  80. package/dist/tttx/{p-798a098a.entry.js → p-dc5c356b.entry.js} +1 -1
  81. package/dist/tttx/p-f764ffc4.js +2 -0
  82. package/dist/tttx/tttx.esm.js +1 -1
  83. package/dist/types/components/atoms/tttx-button/tttx-button.d.ts +10 -10
  84. package/dist/types/components/atoms/tttx-button/tttx-button.stories.d.ts +10 -10
  85. package/dist/types/components/atoms/tttx-icon/tttx-icon.d.ts +5 -5
  86. package/dist/types/components/atoms/tttx-icon/tttx-icon.stories.d.ts +20 -20
  87. package/dist/types/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.d.ts +7 -7
  88. package/dist/types/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.d.ts +9 -9
  89. package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.d.ts +6 -6
  90. package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.d.ts +17 -17
  91. package/dist/types/components/molecules/tttx-filter/tttx-filter.d.ts +39 -39
  92. package/dist/types/components/molecules/tttx-filter/tttx-filter.stories.d.ts +68 -68
  93. package/dist/types/components/molecules/tttx-form/lib/setErrorState.d.ts +13 -13
  94. package/dist/types/components/molecules/tttx-form/lib/validityCheck.d.ts +17 -17
  95. package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +114 -111
  96. package/dist/types/components/molecules/tttx-form/tttx-form.stories.d.ts +13 -13
  97. package/dist/types/components/molecules/tttx-list/tttx-list.d.ts +11 -11
  98. package/dist/types/components/molecules/tttx-list/tttx-list.stories.d.ts +14 -14
  99. package/dist/types/components/molecules/tttx-sorter/tttx-sorter.d.ts +19 -19
  100. package/dist/types/components/molecules/tttx-sorter/tttx-sorter.stories.d.ts +30 -30
  101. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +69 -60
  102. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.d.ts +143 -128
  103. package/dist/types/components/molecules/tttx-toolbar/tttx-toolbar.d.ts +4 -4
  104. package/dist/types/components/molecules/tttx-toolbar/tttx-toolbar.stories.d.ts +13 -13
  105. package/dist/types/components/palette.stories.d.ts +6 -6
  106. package/dist/types/components.d.ts +11 -3
  107. package/dist/types/docs/gettingstarted-developer.stories.d.ts +5 -5
  108. package/dist/types/icons.d.ts +2 -2
  109. package/dist/types/index.d.ts +1 -1
  110. package/dist/types/shared/domsanitiser.options.d.ts +10 -10
  111. package/package.json +1 -1
  112. package/dist/tttx/p-0ebffdfc.js +0 -2
  113. package/dist/tttx/p-3da1b9ae.entry.js +0 -1
  114. package/dist/tttx/p-eb126fd0.entry.js +0 -1
@@ -1,645 +1,759 @@
1
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
- import { Host, h } from '@stencil/core';
3
- export class TttxInput {
4
- constructor() {
5
- this.label = undefined;
6
- this.secondarylabel = undefined;
7
- this.showerrormsg = undefined;
8
- this.showerrorbubble = true;
9
- this.errormsg = undefined;
10
- this.iconleft = undefined;
11
- this.iconright = undefined;
12
- this.inputicon = undefined;
13
- this.inline = undefined;
14
- this.inputautocapitalize = undefined;
15
- this.inputautofocus = undefined;
16
- this.inputkeyhint = undefined;
17
- this.inputindex = undefined;
18
- this.inputtitle = undefined;
19
- this.autocomplete = undefined;
20
- this.checked = undefined;
21
- this.disabled = undefined;
22
- this.max = undefined;
23
- this.maxlength = undefined;
24
- this.min = undefined;
25
- this.minlength = undefined;
26
- this.name = undefined;
27
- this.pattern = undefined;
28
- this.placeholder = undefined;
29
- this.readonly = undefined;
30
- this.required = undefined;
31
- this.step = undefined;
32
- this.type = 'text';
33
- this.value = undefined;
34
- }
35
- handleChange(event) {
36
- const target = event.target;
37
- this.value = target.value;
38
- this.valueChanged.emit(target.value);
39
- }
40
- handleFocus(event) {
41
- const target = event.target;
42
- this.focusChanged.emit(target.value);
43
- }
44
- handleBlur(event) {
45
- const target = event.target;
46
- this.blurChanged.emit(target.value);
47
- }
48
- handleInvalid(event) {
49
- event.preventDefault();
50
- const target = event.target;
51
- this.invalidChanged.emit(target.value);
52
- }
53
- render() {
54
- const classNames = ['standalone', this.showerrormsg ? 'invalid' : ''].join(' ');
55
- return (h(Host, null, h("label", { class: this.inline ? 'inputInline' : 'inputBlock' }, this.label, !this.required ? h("span", { class: "optional" }, "\u00A0(optional)") : '', h("div", { class: "input-container" }, this.inputicon && h("tttx-icon", { class: "input-icon", icon: this.inputicon, color: "grey" }), this.iconleft && h("tttx-icon", { id: "icon-left", icon: this.iconleft, color: "grey" }), this.iconright && h("tttx-icon", { id: "icon-right", icon: this.iconright, color: "grey" }), h("input", { class: classNames, autocapitalize: this.inputautocapitalize, autofocus: this.inputautofocus, enterkeyhint: this.inputkeyhint, tabindex: this.inputindex, title: this.inputtitle, autocomplete: this.autocomplete, checked: this.checked, disabled: this.disabled, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, step: this.step, type: this.type, value: this.value, onBlur: this.handleBlur.bind(this), onFocus: this.handleFocus.bind(this), onInput: this.handleChange.bind(this), onInvalid: this.handleInvalid.bind(this) }), this.secondarylabel && h("span", { class: "secondarylabel" }, this.secondarylabel), this.showerrorbubble && (h("span", { class: ['errorBubble', this.showerrormsg && this.errormsg ? 'visible' : ''].join(' ') }, h("span", { class: "material-symbols-rounded validationicon" }, "warning"), " ", this.errormsg))))));
56
- }
57
- static get is() { return "tttx-standalone-input"; }
58
- static get encapsulation() { return "scoped"; }
59
- static get originalStyleUrls() {
60
- return {
61
- "$": ["./tttx-standalone-input.scss"]
62
- };
63
- }
64
- static get styleUrls() {
65
- return {
66
- "$": ["tttx-standalone-input.css"]
67
- };
68
- }
69
- static get properties() {
70
- return {
71
- "label": {
72
- "type": "string",
73
- "mutable": false,
74
- "complexType": {
75
- "original": "string",
76
- "resolved": "string",
77
- "references": {}
78
- },
79
- "required": false,
80
- "optional": false,
81
- "docs": {
82
- "tags": [],
83
- "text": ""
84
- },
85
- "attribute": "label",
86
- "reflect": false
87
- },
88
- "secondarylabel": {
89
- "type": "string",
90
- "mutable": false,
91
- "complexType": {
92
- "original": "string",
93
- "resolved": "string",
94
- "references": {}
95
- },
96
- "required": false,
97
- "optional": false,
98
- "docs": {
99
- "tags": [],
100
- "text": "Footnote under the input field"
101
- },
102
- "attribute": "secondarylabel",
103
- "reflect": false
104
- },
105
- "showerrormsg": {
106
- "type": "boolean",
107
- "mutable": false,
108
- "complexType": {
109
- "original": "boolean",
110
- "resolved": "boolean",
111
- "references": {}
112
- },
113
- "required": false,
114
- "optional": false,
115
- "docs": {
116
- "tags": [],
117
- "text": ""
118
- },
119
- "attribute": "showerrormsg",
120
- "reflect": false
121
- },
122
- "showerrorbubble": {
123
- "type": "boolean",
124
- "mutable": false,
125
- "complexType": {
126
- "original": "boolean",
127
- "resolved": "boolean",
128
- "references": {}
129
- },
130
- "required": false,
131
- "optional": false,
132
- "docs": {
133
- "tags": [],
134
- "text": ""
135
- },
136
- "attribute": "showerrorbubble",
137
- "reflect": false,
138
- "defaultValue": "true"
139
- },
140
- "errormsg": {
141
- "type": "string",
142
- "mutable": false,
143
- "complexType": {
144
- "original": "string",
145
- "resolved": "string",
146
- "references": {}
147
- },
148
- "required": false,
149
- "optional": false,
150
- "docs": {
151
- "tags": [],
152
- "text": ""
153
- },
154
- "attribute": "errormsg",
155
- "reflect": false
156
- },
157
- "iconleft": {
158
- "type": "string",
159
- "mutable": false,
160
- "complexType": {
161
- "original": "string",
162
- "resolved": "string",
163
- "references": {}
164
- },
165
- "required": false,
166
- "optional": false,
167
- "docs": {
168
- "tags": [],
169
- "text": ""
170
- },
171
- "attribute": "iconleft",
172
- "reflect": false
173
- },
174
- "iconright": {
175
- "type": "string",
176
- "mutable": false,
177
- "complexType": {
178
- "original": "string",
179
- "resolved": "string",
180
- "references": {}
181
- },
182
- "required": false,
183
- "optional": false,
184
- "docs": {
185
- "tags": [],
186
- "text": ""
187
- },
188
- "attribute": "iconright",
189
- "reflect": false
190
- },
191
- "inputicon": {
192
- "type": "string",
193
- "mutable": false,
194
- "complexType": {
195
- "original": "string",
196
- "resolved": "string",
197
- "references": {}
198
- },
199
- "required": false,
200
- "optional": false,
201
- "docs": {
202
- "tags": [],
203
- "text": ""
204
- },
205
- "attribute": "inputicon",
206
- "reflect": false
207
- },
208
- "inline": {
209
- "type": "boolean",
210
- "mutable": false,
211
- "complexType": {
212
- "original": "boolean",
213
- "resolved": "boolean",
214
- "references": {}
215
- },
216
- "required": false,
217
- "optional": false,
218
- "docs": {
219
- "tags": [],
220
- "text": ""
221
- },
222
- "attribute": "inline",
223
- "reflect": false
224
- },
225
- "inputautocapitalize": {
226
- "type": "string",
227
- "mutable": false,
228
- "complexType": {
229
- "original": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'",
230
- "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\"",
231
- "references": {}
232
- },
233
- "required": false,
234
- "optional": false,
235
- "docs": {
236
- "tags": [],
237
- "text": ""
238
- },
239
- "attribute": "inputautocapitalize",
240
- "reflect": false
241
- },
242
- "inputautofocus": {
243
- "type": "boolean",
244
- "mutable": false,
245
- "complexType": {
246
- "original": "boolean",
247
- "resolved": "boolean",
248
- "references": {}
249
- },
250
- "required": false,
251
- "optional": false,
252
- "docs": {
253
- "tags": [],
254
- "text": ""
255
- },
256
- "attribute": "inputautofocus",
257
- "reflect": false
258
- },
259
- "inputkeyhint": {
260
- "type": "string",
261
- "mutable": false,
262
- "complexType": {
263
- "original": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'",
264
- "resolved": "\"done\" | \"enter\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\"",
265
- "references": {}
266
- },
267
- "required": false,
268
- "optional": false,
269
- "docs": {
270
- "tags": [],
271
- "text": "Defines what action to present for the enter key on virtual keyboards"
272
- },
273
- "attribute": "inputkeyhint",
274
- "reflect": false
275
- },
276
- "inputindex": {
277
- "type": "any",
278
- "mutable": false,
279
- "complexType": {
280
- "original": "string | number",
281
- "resolved": "number | string",
282
- "references": {}
283
- },
284
- "required": false,
285
- "optional": false,
286
- "docs": {
287
- "tags": [{
288
- "name": "example",
289
- "text": "<caption>In HTML (like `index.html`)</caption>\n<tttx-standalone-input input-index=\"1\" />"
290
- }, {
291
- "name": "example",
292
- "text": "<caption>In TSX files</caption>\n<tttx-standalone-input inputindex={1} />"
293
- }],
294
- "text": "tabindex - Allows the HTML elements to be focusable"
295
- },
296
- "attribute": "inputindex",
297
- "reflect": false
298
- },
299
- "inputtitle": {
300
- "type": "string",
301
- "mutable": false,
302
- "complexType": {
303
- "original": "string",
304
- "resolved": "string",
305
- "references": {}
306
- },
307
- "required": false,
308
- "optional": false,
309
- "docs": {
310
- "tags": [],
311
- "text": ""
312
- },
313
- "attribute": "inputtitle",
314
- "reflect": false
315
- },
316
- "autocomplete": {
317
- "type": "string",
318
- "mutable": false,
319
- "complexType": {
320
- "original": "'off' | 'on'",
321
- "resolved": "\"off\" | \"on\"",
322
- "references": {}
323
- },
324
- "required": false,
325
- "optional": false,
326
- "docs": {
327
- "tags": [],
328
- "text": ""
329
- },
330
- "attribute": "autocomplete",
331
- "reflect": false
332
- },
333
- "checked": {
334
- "type": "boolean",
335
- "mutable": false,
336
- "complexType": {
337
- "original": "boolean",
338
- "resolved": "boolean",
339
- "references": {}
340
- },
341
- "required": false,
342
- "optional": false,
343
- "docs": {
344
- "tags": [],
345
- "text": ""
346
- },
347
- "attribute": "checked",
348
- "reflect": false
349
- },
350
- "disabled": {
351
- "type": "boolean",
352
- "mutable": false,
353
- "complexType": {
354
- "original": "boolean",
355
- "resolved": "boolean",
356
- "references": {}
357
- },
358
- "required": false,
359
- "optional": false,
360
- "docs": {
361
- "tags": [],
362
- "text": ""
363
- },
364
- "attribute": "disabled",
365
- "reflect": false
366
- },
367
- "max": {
368
- "type": "any",
369
- "mutable": false,
370
- "complexType": {
371
- "original": "MinMaxDates | number",
372
- "resolved": "`${number}${number}${number}${number}-${number}${number}-${number}${number}T${number}${number}:${number}${number}` | `${number}${number}${number}${number}-${number}${number}-${number}${number}` | `${number}${number}${number}${number}-${number}${number}` | `${number}${number}${number}${number}-W${number}${number}` | `${number}${number}:${number}${number}` | number",
373
- "references": {
374
- "MinMaxDates": {
375
- "location": "local"
376
- }
377
- }
378
- },
379
- "required": false,
380
- "optional": false,
381
- "docs": {
382
- "tags": [],
383
- "text": ""
384
- },
385
- "attribute": "max",
386
- "reflect": false
387
- },
388
- "maxlength": {
389
- "type": "any",
390
- "mutable": false,
391
- "complexType": {
392
- "original": "string | number",
393
- "resolved": "number | string",
394
- "references": {}
395
- },
396
- "required": false,
397
- "optional": false,
398
- "docs": {
399
- "tags": [],
400
- "text": ""
401
- },
402
- "attribute": "maxlength",
403
- "reflect": false
404
- },
405
- "min": {
406
- "type": "any",
407
- "mutable": false,
408
- "complexType": {
409
- "original": "MinMaxDates | number",
410
- "resolved": "`${number}${number}${number}${number}-${number}${number}-${number}${number}T${number}${number}:${number}${number}` | `${number}${number}${number}${number}-${number}${number}-${number}${number}` | `${number}${number}${number}${number}-${number}${number}` | `${number}${number}${number}${number}-W${number}${number}` | `${number}${number}:${number}${number}` | number",
411
- "references": {
412
- "MinMaxDates": {
413
- "location": "local"
414
- }
415
- }
416
- },
417
- "required": false,
418
- "optional": false,
419
- "docs": {
420
- "tags": [],
421
- "text": ""
422
- },
423
- "attribute": "min",
424
- "reflect": false
425
- },
426
- "minlength": {
427
- "type": "any",
428
- "mutable": false,
429
- "complexType": {
430
- "original": "string | number",
431
- "resolved": "number | string",
432
- "references": {}
433
- },
434
- "required": false,
435
- "optional": false,
436
- "docs": {
437
- "tags": [],
438
- "text": ""
439
- },
440
- "attribute": "minlength",
441
- "reflect": false
442
- },
443
- "name": {
444
- "type": "string",
445
- "mutable": false,
446
- "complexType": {
447
- "original": "string",
448
- "resolved": "string",
449
- "references": {}
450
- },
451
- "required": false,
452
- "optional": false,
453
- "docs": {
454
- "tags": [],
455
- "text": ""
456
- },
457
- "attribute": "name",
458
- "reflect": false
459
- },
460
- "pattern": {
461
- "type": "string",
462
- "mutable": false,
463
- "complexType": {
464
- "original": "string",
465
- "resolved": "string",
466
- "references": {}
467
- },
468
- "required": false,
469
- "optional": false,
470
- "docs": {
471
- "tags": [],
472
- "text": ""
473
- },
474
- "attribute": "pattern",
475
- "reflect": false
476
- },
477
- "placeholder": {
478
- "type": "string",
479
- "mutable": false,
480
- "complexType": {
481
- "original": "string",
482
- "resolved": "string",
483
- "references": {}
484
- },
485
- "required": false,
486
- "optional": false,
487
- "docs": {
488
- "tags": [],
489
- "text": ""
490
- },
491
- "attribute": "placeholder",
492
- "reflect": false
493
- },
494
- "readonly": {
495
- "type": "any",
496
- "mutable": false,
497
- "complexType": {
498
- "original": "string | boolean",
499
- "resolved": "boolean | string",
500
- "references": {}
501
- },
502
- "required": false,
503
- "optional": false,
504
- "docs": {
505
- "tags": [],
506
- "text": ""
507
- },
508
- "attribute": "readonly",
509
- "reflect": false
510
- },
511
- "required": {
512
- "type": "boolean",
513
- "mutable": false,
514
- "complexType": {
515
- "original": "boolean",
516
- "resolved": "boolean",
517
- "references": {}
518
- },
519
- "required": false,
520
- "optional": false,
521
- "docs": {
522
- "tags": [],
523
- "text": ""
524
- },
525
- "attribute": "required",
526
- "reflect": false
527
- },
528
- "step": {
529
- "type": "any",
530
- "mutable": false,
531
- "complexType": {
532
- "original": "string | number",
533
- "resolved": "number | string",
534
- "references": {}
535
- },
536
- "required": false,
537
- "optional": false,
538
- "docs": {
539
- "tags": [],
540
- "text": ""
541
- },
542
- "attribute": "step",
543
- "reflect": false
544
- },
545
- "type": {
546
- "type": "string",
547
- "mutable": false,
548
- "complexType": {
549
- "original": "string",
550
- "resolved": "string",
551
- "references": {}
552
- },
553
- "required": false,
554
- "optional": false,
555
- "docs": {
556
- "tags": [],
557
- "text": ""
558
- },
559
- "attribute": "type",
560
- "reflect": false,
561
- "defaultValue": "'text'"
562
- },
563
- "value": {
564
- "type": "any",
565
- "mutable": true,
566
- "complexType": {
567
- "original": "string | number",
568
- "resolved": "number | string",
569
- "references": {}
570
- },
571
- "required": false,
572
- "optional": false,
573
- "docs": {
574
- "tags": [],
575
- "text": ""
576
- },
577
- "attribute": "value",
578
- "reflect": false
579
- }
580
- };
581
- }
582
- static get events() {
583
- return [{
584
- "method": "valueChanged",
585
- "name": "valueChanged",
586
- "bubbles": true,
587
- "cancelable": true,
588
- "composed": true,
589
- "docs": {
590
- "tags": [],
591
- "text": ""
592
- },
593
- "complexType": {
594
- "original": "string",
595
- "resolved": "string",
596
- "references": {}
597
- }
598
- }, {
599
- "method": "focusChanged",
600
- "name": "focusChanged",
601
- "bubbles": true,
602
- "cancelable": true,
603
- "composed": true,
604
- "docs": {
605
- "tags": [],
606
- "text": ""
607
- },
608
- "complexType": {
609
- "original": "string",
610
- "resolved": "string",
611
- "references": {}
612
- }
613
- }, {
614
- "method": "blurChanged",
615
- "name": "blurChanged",
616
- "bubbles": true,
617
- "cancelable": true,
618
- "composed": true,
619
- "docs": {
620
- "tags": [],
621
- "text": ""
622
- },
623
- "complexType": {
624
- "original": "string",
625
- "resolved": "string",
626
- "references": {}
627
- }
628
- }, {
629
- "method": "invalidChanged",
630
- "name": "invalidChanged",
631
- "bubbles": true,
632
- "cancelable": true,
633
- "composed": true,
634
- "docs": {
635
- "tags": [],
636
- "text": ""
637
- },
638
- "complexType": {
639
- "original": "string",
640
- "resolved": "string",
641
- "references": {}
642
- }
643
- }];
644
- }
645
- }
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Host, h } from '@stencil/core';
3
+ export class TttxInput {
4
+ constructor() {
5
+ this.label = undefined;
6
+ this.secondarylabel = undefined;
7
+ this.showerrormsg = undefined;
8
+ this.showerrorbubble = true;
9
+ this.errormsg = undefined;
10
+ this.iconleft = undefined;
11
+ this.iconleftcolor = 'grey';
12
+ this.iconright = undefined;
13
+ this.iconrightcolor = 'grey';
14
+ this.inputicon = undefined;
15
+ this.inputiconcolor = 'grey';
16
+ this.inline = undefined;
17
+ this.inputautocapitalize = undefined;
18
+ this.inputautofocus = undefined;
19
+ this.inputkeyhint = undefined;
20
+ this.inputindex = undefined;
21
+ this.inputtitle = undefined;
22
+ this.autocomplete = undefined;
23
+ this.checked = undefined;
24
+ this.disabled = undefined;
25
+ this.max = undefined;
26
+ this.maxlength = undefined;
27
+ this.min = undefined;
28
+ this.minlength = undefined;
29
+ this.name = undefined;
30
+ this.pattern = undefined;
31
+ this.placeholder = undefined;
32
+ this.readonly = undefined;
33
+ this.required = undefined;
34
+ this.step = undefined;
35
+ this.type = 'text';
36
+ this.value = undefined;
37
+ }
38
+ handleChange(event) {
39
+ const target = event.target;
40
+ this.value = target.value;
41
+ this.valueChanged.emit(target.value);
42
+ }
43
+ handleFocus(event) {
44
+ const target = event.target;
45
+ this.focusChanged.emit(target.value);
46
+ }
47
+ handleBlur(event) {
48
+ const target = event.target;
49
+ this.blurChanged.emit(target.value);
50
+ }
51
+ handleInvalid(event) {
52
+ event.preventDefault();
53
+ const target = event.target;
54
+ this.invalidChanged.emit(target.value);
55
+ }
56
+ handleInputIconClick(event) {
57
+ event.preventDefault();
58
+ this.inputIconClick.emit();
59
+ }
60
+ handleLeftIconClick(event) {
61
+ event.preventDefault();
62
+ this.leftIconClick.emit();
63
+ }
64
+ handleRightIconClick(event) {
65
+ event.preventDefault();
66
+ this.rightIconClick.emit();
67
+ }
68
+ render() {
69
+ const classNames = ['standalone', this.showerrormsg ? 'invalid' : ''].join(' ');
70
+ return (h(Host, null, h("label", { class: this.inline ? 'inputInline' : 'inputBlock' }, this.label, !this.required ? h("span", { class: "optional" }, "\u00A0(optional)") : '', h("div", { class: "input-container" }, this.inputicon && h("tttx-icon", { class: "input-icon", icon: this.inputicon, color: this.inputiconcolor, onClick: this.handleInputIconClick.bind(this) }), this.iconleft && (h("tttx-icon", { id: "icon-left", icon: this.iconleft, color: this.iconleftcolor, onClick: this.handleLeftIconClick.bind(this) })), this.iconright && h("tttx-icon", { id: "icon-right", icon: this.iconright, color: this.iconrightcolor, onClick: this.handleRightIconClick.bind(this) }), h("input", { class: classNames, autocapitalize: this.inputautocapitalize, autofocus: this.inputautofocus, enterkeyhint: this.inputkeyhint, tabindex: this.inputindex, title: this.inputtitle, autocomplete: this.autocomplete, checked: this.checked, disabled: this.disabled, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, step: this.step, type: this.type, value: this.value, onBlur: this.handleBlur.bind(this), onFocus: this.handleFocus.bind(this), onInput: this.handleChange.bind(this), onInvalid: this.handleInvalid.bind(this) }), this.secondarylabel && h("span", { class: "secondarylabel" }, this.secondarylabel), this.showerrorbubble && (h("span", { class: ['errorBubble', this.showerrormsg && this.errormsg ? 'visible' : ''].join(' ') }, h("span", { class: "material-symbols-rounded validationicon" }, "warning"), " ", this.errormsg))))));
71
+ }
72
+ static get is() { return "tttx-standalone-input"; }
73
+ static get encapsulation() { return "scoped"; }
74
+ static get originalStyleUrls() {
75
+ return {
76
+ "$": ["./tttx-standalone-input.scss"]
77
+ };
78
+ }
79
+ static get styleUrls() {
80
+ return {
81
+ "$": ["tttx-standalone-input.css"]
82
+ };
83
+ }
84
+ static get properties() {
85
+ return {
86
+ "label": {
87
+ "type": "string",
88
+ "mutable": false,
89
+ "complexType": {
90
+ "original": "string",
91
+ "resolved": "string",
92
+ "references": {}
93
+ },
94
+ "required": false,
95
+ "optional": false,
96
+ "docs": {
97
+ "tags": [],
98
+ "text": ""
99
+ },
100
+ "attribute": "label",
101
+ "reflect": false
102
+ },
103
+ "secondarylabel": {
104
+ "type": "string",
105
+ "mutable": false,
106
+ "complexType": {
107
+ "original": "string",
108
+ "resolved": "string",
109
+ "references": {}
110
+ },
111
+ "required": false,
112
+ "optional": false,
113
+ "docs": {
114
+ "tags": [],
115
+ "text": "Footnote under the input field"
116
+ },
117
+ "attribute": "secondarylabel",
118
+ "reflect": false
119
+ },
120
+ "showerrormsg": {
121
+ "type": "boolean",
122
+ "mutable": false,
123
+ "complexType": {
124
+ "original": "boolean",
125
+ "resolved": "boolean",
126
+ "references": {}
127
+ },
128
+ "required": false,
129
+ "optional": false,
130
+ "docs": {
131
+ "tags": [],
132
+ "text": ""
133
+ },
134
+ "attribute": "showerrormsg",
135
+ "reflect": false
136
+ },
137
+ "showerrorbubble": {
138
+ "type": "boolean",
139
+ "mutable": false,
140
+ "complexType": {
141
+ "original": "boolean",
142
+ "resolved": "boolean",
143
+ "references": {}
144
+ },
145
+ "required": false,
146
+ "optional": false,
147
+ "docs": {
148
+ "tags": [],
149
+ "text": ""
150
+ },
151
+ "attribute": "showerrorbubble",
152
+ "reflect": false,
153
+ "defaultValue": "true"
154
+ },
155
+ "errormsg": {
156
+ "type": "string",
157
+ "mutable": false,
158
+ "complexType": {
159
+ "original": "string",
160
+ "resolved": "string",
161
+ "references": {}
162
+ },
163
+ "required": false,
164
+ "optional": false,
165
+ "docs": {
166
+ "tags": [],
167
+ "text": ""
168
+ },
169
+ "attribute": "errormsg",
170
+ "reflect": false
171
+ },
172
+ "iconleft": {
173
+ "type": "string",
174
+ "mutable": false,
175
+ "complexType": {
176
+ "original": "string",
177
+ "resolved": "string",
178
+ "references": {}
179
+ },
180
+ "required": false,
181
+ "optional": false,
182
+ "docs": {
183
+ "tags": [],
184
+ "text": ""
185
+ },
186
+ "attribute": "iconleft",
187
+ "reflect": false
188
+ },
189
+ "iconleftcolor": {
190
+ "type": "string",
191
+ "mutable": false,
192
+ "complexType": {
193
+ "original": "string",
194
+ "resolved": "string",
195
+ "references": {}
196
+ },
197
+ "required": false,
198
+ "optional": false,
199
+ "docs": {
200
+ "tags": [],
201
+ "text": ""
202
+ },
203
+ "attribute": "iconleftcolor",
204
+ "reflect": false,
205
+ "defaultValue": "'grey'"
206
+ },
207
+ "iconright": {
208
+ "type": "string",
209
+ "mutable": false,
210
+ "complexType": {
211
+ "original": "string",
212
+ "resolved": "string",
213
+ "references": {}
214
+ },
215
+ "required": false,
216
+ "optional": false,
217
+ "docs": {
218
+ "tags": [],
219
+ "text": ""
220
+ },
221
+ "attribute": "iconright",
222
+ "reflect": false
223
+ },
224
+ "iconrightcolor": {
225
+ "type": "string",
226
+ "mutable": false,
227
+ "complexType": {
228
+ "original": "string",
229
+ "resolved": "string",
230
+ "references": {}
231
+ },
232
+ "required": false,
233
+ "optional": false,
234
+ "docs": {
235
+ "tags": [],
236
+ "text": ""
237
+ },
238
+ "attribute": "iconrightcolor",
239
+ "reflect": false,
240
+ "defaultValue": "'grey'"
241
+ },
242
+ "inputicon": {
243
+ "type": "string",
244
+ "mutable": false,
245
+ "complexType": {
246
+ "original": "string",
247
+ "resolved": "string",
248
+ "references": {}
249
+ },
250
+ "required": false,
251
+ "optional": false,
252
+ "docs": {
253
+ "tags": [],
254
+ "text": ""
255
+ },
256
+ "attribute": "inputicon",
257
+ "reflect": false
258
+ },
259
+ "inputiconcolor": {
260
+ "type": "string",
261
+ "mutable": false,
262
+ "complexType": {
263
+ "original": "string",
264
+ "resolved": "string",
265
+ "references": {}
266
+ },
267
+ "required": false,
268
+ "optional": false,
269
+ "docs": {
270
+ "tags": [],
271
+ "text": ""
272
+ },
273
+ "attribute": "inputiconcolor",
274
+ "reflect": false,
275
+ "defaultValue": "'grey'"
276
+ },
277
+ "inline": {
278
+ "type": "boolean",
279
+ "mutable": false,
280
+ "complexType": {
281
+ "original": "boolean",
282
+ "resolved": "boolean",
283
+ "references": {}
284
+ },
285
+ "required": false,
286
+ "optional": false,
287
+ "docs": {
288
+ "tags": [],
289
+ "text": ""
290
+ },
291
+ "attribute": "inline",
292
+ "reflect": false
293
+ },
294
+ "inputautocapitalize": {
295
+ "type": "string",
296
+ "mutable": false,
297
+ "complexType": {
298
+ "original": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'",
299
+ "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\"",
300
+ "references": {}
301
+ },
302
+ "required": false,
303
+ "optional": false,
304
+ "docs": {
305
+ "tags": [],
306
+ "text": ""
307
+ },
308
+ "attribute": "inputautocapitalize",
309
+ "reflect": false
310
+ },
311
+ "inputautofocus": {
312
+ "type": "boolean",
313
+ "mutable": false,
314
+ "complexType": {
315
+ "original": "boolean",
316
+ "resolved": "boolean",
317
+ "references": {}
318
+ },
319
+ "required": false,
320
+ "optional": false,
321
+ "docs": {
322
+ "tags": [],
323
+ "text": ""
324
+ },
325
+ "attribute": "inputautofocus",
326
+ "reflect": false
327
+ },
328
+ "inputkeyhint": {
329
+ "type": "string",
330
+ "mutable": false,
331
+ "complexType": {
332
+ "original": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'",
333
+ "resolved": "\"done\" | \"enter\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\"",
334
+ "references": {}
335
+ },
336
+ "required": false,
337
+ "optional": false,
338
+ "docs": {
339
+ "tags": [],
340
+ "text": "Defines what action to present for the enter key on virtual keyboards"
341
+ },
342
+ "attribute": "inputkeyhint",
343
+ "reflect": false
344
+ },
345
+ "inputindex": {
346
+ "type": "any",
347
+ "mutable": false,
348
+ "complexType": {
349
+ "original": "string | number",
350
+ "resolved": "number | string",
351
+ "references": {}
352
+ },
353
+ "required": false,
354
+ "optional": false,
355
+ "docs": {
356
+ "tags": [{
357
+ "name": "example",
358
+ "text": "<caption>In HTML (like `index.html`)</caption>\n<tttx-standalone-input input-index=\"1\" />"
359
+ }, {
360
+ "name": "example",
361
+ "text": "<caption>In TSX files</caption>\n<tttx-standalone-input inputindex={1} />"
362
+ }],
363
+ "text": "tabindex - Allows the HTML elements to be focusable"
364
+ },
365
+ "attribute": "inputindex",
366
+ "reflect": false
367
+ },
368
+ "inputtitle": {
369
+ "type": "string",
370
+ "mutable": false,
371
+ "complexType": {
372
+ "original": "string",
373
+ "resolved": "string",
374
+ "references": {}
375
+ },
376
+ "required": false,
377
+ "optional": false,
378
+ "docs": {
379
+ "tags": [],
380
+ "text": ""
381
+ },
382
+ "attribute": "inputtitle",
383
+ "reflect": false
384
+ },
385
+ "autocomplete": {
386
+ "type": "string",
387
+ "mutable": false,
388
+ "complexType": {
389
+ "original": "'off' | 'on'",
390
+ "resolved": "\"off\" | \"on\"",
391
+ "references": {}
392
+ },
393
+ "required": false,
394
+ "optional": false,
395
+ "docs": {
396
+ "tags": [],
397
+ "text": ""
398
+ },
399
+ "attribute": "autocomplete",
400
+ "reflect": false
401
+ },
402
+ "checked": {
403
+ "type": "boolean",
404
+ "mutable": false,
405
+ "complexType": {
406
+ "original": "boolean",
407
+ "resolved": "boolean",
408
+ "references": {}
409
+ },
410
+ "required": false,
411
+ "optional": false,
412
+ "docs": {
413
+ "tags": [],
414
+ "text": ""
415
+ },
416
+ "attribute": "checked",
417
+ "reflect": false
418
+ },
419
+ "disabled": {
420
+ "type": "boolean",
421
+ "mutable": false,
422
+ "complexType": {
423
+ "original": "boolean",
424
+ "resolved": "boolean",
425
+ "references": {}
426
+ },
427
+ "required": false,
428
+ "optional": false,
429
+ "docs": {
430
+ "tags": [],
431
+ "text": ""
432
+ },
433
+ "attribute": "disabled",
434
+ "reflect": false
435
+ },
436
+ "max": {
437
+ "type": "any",
438
+ "mutable": false,
439
+ "complexType": {
440
+ "original": "MinMaxDates | number",
441
+ "resolved": "`${number}${number}${number}${number}-${number}${number}-${number}${number}T${number}${number}:${number}${number}` | `${number}${number}${number}${number}-${number}${number}-${number}${number}` | `${number}${number}${number}${number}-${number}${number}` | `${number}${number}${number}${number}-W${number}${number}` | `${number}${number}:${number}${number}` | number",
442
+ "references": {
443
+ "MinMaxDates": {
444
+ "location": "local"
445
+ }
446
+ }
447
+ },
448
+ "required": false,
449
+ "optional": false,
450
+ "docs": {
451
+ "tags": [],
452
+ "text": ""
453
+ },
454
+ "attribute": "max",
455
+ "reflect": false
456
+ },
457
+ "maxlength": {
458
+ "type": "any",
459
+ "mutable": false,
460
+ "complexType": {
461
+ "original": "string | number",
462
+ "resolved": "number | string",
463
+ "references": {}
464
+ },
465
+ "required": false,
466
+ "optional": false,
467
+ "docs": {
468
+ "tags": [],
469
+ "text": ""
470
+ },
471
+ "attribute": "maxlength",
472
+ "reflect": false
473
+ },
474
+ "min": {
475
+ "type": "any",
476
+ "mutable": false,
477
+ "complexType": {
478
+ "original": "MinMaxDates | number",
479
+ "resolved": "`${number}${number}${number}${number}-${number}${number}-${number}${number}T${number}${number}:${number}${number}` | `${number}${number}${number}${number}-${number}${number}-${number}${number}` | `${number}${number}${number}${number}-${number}${number}` | `${number}${number}${number}${number}-W${number}${number}` | `${number}${number}:${number}${number}` | number",
480
+ "references": {
481
+ "MinMaxDates": {
482
+ "location": "local"
483
+ }
484
+ }
485
+ },
486
+ "required": false,
487
+ "optional": false,
488
+ "docs": {
489
+ "tags": [],
490
+ "text": ""
491
+ },
492
+ "attribute": "min",
493
+ "reflect": false
494
+ },
495
+ "minlength": {
496
+ "type": "any",
497
+ "mutable": false,
498
+ "complexType": {
499
+ "original": "string | number",
500
+ "resolved": "number | string",
501
+ "references": {}
502
+ },
503
+ "required": false,
504
+ "optional": false,
505
+ "docs": {
506
+ "tags": [],
507
+ "text": ""
508
+ },
509
+ "attribute": "minlength",
510
+ "reflect": false
511
+ },
512
+ "name": {
513
+ "type": "string",
514
+ "mutable": false,
515
+ "complexType": {
516
+ "original": "string",
517
+ "resolved": "string",
518
+ "references": {}
519
+ },
520
+ "required": false,
521
+ "optional": false,
522
+ "docs": {
523
+ "tags": [],
524
+ "text": ""
525
+ },
526
+ "attribute": "name",
527
+ "reflect": false
528
+ },
529
+ "pattern": {
530
+ "type": "string",
531
+ "mutable": false,
532
+ "complexType": {
533
+ "original": "string",
534
+ "resolved": "string",
535
+ "references": {}
536
+ },
537
+ "required": false,
538
+ "optional": false,
539
+ "docs": {
540
+ "tags": [],
541
+ "text": ""
542
+ },
543
+ "attribute": "pattern",
544
+ "reflect": false
545
+ },
546
+ "placeholder": {
547
+ "type": "string",
548
+ "mutable": false,
549
+ "complexType": {
550
+ "original": "string",
551
+ "resolved": "string",
552
+ "references": {}
553
+ },
554
+ "required": false,
555
+ "optional": false,
556
+ "docs": {
557
+ "tags": [],
558
+ "text": ""
559
+ },
560
+ "attribute": "placeholder",
561
+ "reflect": false
562
+ },
563
+ "readonly": {
564
+ "type": "any",
565
+ "mutable": false,
566
+ "complexType": {
567
+ "original": "string | boolean",
568
+ "resolved": "boolean | string",
569
+ "references": {}
570
+ },
571
+ "required": false,
572
+ "optional": false,
573
+ "docs": {
574
+ "tags": [],
575
+ "text": ""
576
+ },
577
+ "attribute": "readonly",
578
+ "reflect": false
579
+ },
580
+ "required": {
581
+ "type": "boolean",
582
+ "mutable": false,
583
+ "complexType": {
584
+ "original": "boolean",
585
+ "resolved": "boolean",
586
+ "references": {}
587
+ },
588
+ "required": false,
589
+ "optional": false,
590
+ "docs": {
591
+ "tags": [],
592
+ "text": ""
593
+ },
594
+ "attribute": "required",
595
+ "reflect": false
596
+ },
597
+ "step": {
598
+ "type": "any",
599
+ "mutable": false,
600
+ "complexType": {
601
+ "original": "string | number",
602
+ "resolved": "number | string",
603
+ "references": {}
604
+ },
605
+ "required": false,
606
+ "optional": false,
607
+ "docs": {
608
+ "tags": [],
609
+ "text": ""
610
+ },
611
+ "attribute": "step",
612
+ "reflect": false
613
+ },
614
+ "type": {
615
+ "type": "string",
616
+ "mutable": false,
617
+ "complexType": {
618
+ "original": "string",
619
+ "resolved": "string",
620
+ "references": {}
621
+ },
622
+ "required": false,
623
+ "optional": false,
624
+ "docs": {
625
+ "tags": [],
626
+ "text": ""
627
+ },
628
+ "attribute": "type",
629
+ "reflect": false,
630
+ "defaultValue": "'text'"
631
+ },
632
+ "value": {
633
+ "type": "any",
634
+ "mutable": true,
635
+ "complexType": {
636
+ "original": "string | number",
637
+ "resolved": "number | string",
638
+ "references": {}
639
+ },
640
+ "required": false,
641
+ "optional": false,
642
+ "docs": {
643
+ "tags": [],
644
+ "text": ""
645
+ },
646
+ "attribute": "value",
647
+ "reflect": false
648
+ }
649
+ };
650
+ }
651
+ static get events() {
652
+ return [{
653
+ "method": "valueChanged",
654
+ "name": "valueChanged",
655
+ "bubbles": true,
656
+ "cancelable": true,
657
+ "composed": true,
658
+ "docs": {
659
+ "tags": [],
660
+ "text": ""
661
+ },
662
+ "complexType": {
663
+ "original": "string",
664
+ "resolved": "string",
665
+ "references": {}
666
+ }
667
+ }, {
668
+ "method": "focusChanged",
669
+ "name": "focusChanged",
670
+ "bubbles": true,
671
+ "cancelable": true,
672
+ "composed": true,
673
+ "docs": {
674
+ "tags": [],
675
+ "text": ""
676
+ },
677
+ "complexType": {
678
+ "original": "string",
679
+ "resolved": "string",
680
+ "references": {}
681
+ }
682
+ }, {
683
+ "method": "blurChanged",
684
+ "name": "blurChanged",
685
+ "bubbles": true,
686
+ "cancelable": true,
687
+ "composed": true,
688
+ "docs": {
689
+ "tags": [],
690
+ "text": ""
691
+ },
692
+ "complexType": {
693
+ "original": "string",
694
+ "resolved": "string",
695
+ "references": {}
696
+ }
697
+ }, {
698
+ "method": "invalidChanged",
699
+ "name": "invalidChanged",
700
+ "bubbles": true,
701
+ "cancelable": true,
702
+ "composed": true,
703
+ "docs": {
704
+ "tags": [],
705
+ "text": ""
706
+ },
707
+ "complexType": {
708
+ "original": "string",
709
+ "resolved": "string",
710
+ "references": {}
711
+ }
712
+ }, {
713
+ "method": "inputIconClick",
714
+ "name": "inputIconClick",
715
+ "bubbles": true,
716
+ "cancelable": true,
717
+ "composed": true,
718
+ "docs": {
719
+ "tags": [],
720
+ "text": ""
721
+ },
722
+ "complexType": {
723
+ "original": "void",
724
+ "resolved": "void",
725
+ "references": {}
726
+ }
727
+ }, {
728
+ "method": "leftIconClick",
729
+ "name": "leftIconClick",
730
+ "bubbles": true,
731
+ "cancelable": true,
732
+ "composed": true,
733
+ "docs": {
734
+ "tags": [],
735
+ "text": ""
736
+ },
737
+ "complexType": {
738
+ "original": "void",
739
+ "resolved": "void",
740
+ "references": {}
741
+ }
742
+ }, {
743
+ "method": "rightIconClick",
744
+ "name": "rightIconClick",
745
+ "bubbles": true,
746
+ "cancelable": true,
747
+ "composed": true,
748
+ "docs": {
749
+ "tags": [],
750
+ "text": ""
751
+ },
752
+ "complexType": {
753
+ "original": "void",
754
+ "resolved": "void",
755
+ "references": {}
756
+ }
757
+ }];
758
+ }
759
+ }