@momentum-design/components 0.43.0 → 0.44.0

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 (31) hide show
  1. package/dist/browser/index.js +191 -153
  2. package/dist/browser/index.js.map +4 -4
  3. package/dist/components/alertchip/alertchip.styles.js +1 -0
  4. package/dist/components/chip/chip.styles.js +1 -0
  5. package/dist/components/input/input.component.d.ts +3 -2
  6. package/dist/components/input/input.component.js +35 -34
  7. package/dist/components/input/input.constants.d.ts +11 -1
  8. package/dist/components/input/input.constants.js +11 -1
  9. package/dist/components/input/input.styles.js +1 -0
  10. package/dist/components/input/input.types.d.ts +4 -2
  11. package/dist/components/inputchip/inputchip.component.d.ts +1 -4
  12. package/dist/components/inputchip/inputchip.component.js +3 -8
  13. package/dist/components/inputchip/inputchip.styles.js +1 -1
  14. package/dist/components/searchfield/index.d.ts +10 -0
  15. package/dist/components/searchfield/index.js +7 -0
  16. package/dist/components/searchfield/searchfield.component.d.ts +36 -0
  17. package/dist/components/searchfield/searchfield.component.js +98 -0
  18. package/dist/components/searchfield/searchfield.constants.d.ts +7 -0
  19. package/dist/components/searchfield/searchfield.constants.js +9 -0
  20. package/dist/components/searchfield/searchfield.styles.d.ts +2 -0
  21. package/dist/components/searchfield/searchfield.styles.js +30 -0
  22. package/dist/custom-elements.json +1226 -38
  23. package/dist/index.d.ts +2 -1
  24. package/dist/index.js +2 -1
  25. package/dist/react/index.d.ts +1 -0
  26. package/dist/react/index.js +1 -0
  27. package/dist/react/inputchip/index.d.ts +2 -9
  28. package/dist/react/inputchip/index.js +2 -9
  29. package/dist/react/searchfield/index.d.ts +21 -0
  30. package/dist/react/searchfield/index.js +30 -0
  31. package/package.json +1 -1
@@ -7413,10 +7413,10 @@
7413
7413
  "kind": "field",
7414
7414
  "name": "autocomplete",
7415
7415
  "type": {
7416
- "text": "any"
7416
+ "text": "AutoCompleteType"
7417
7417
  },
7418
- "default": "'off'",
7419
7418
  "description": "The autocomplete attribute of the input field.",
7419
+ "default": "'off'",
7420
7420
  "attribute": "autocomplete"
7421
7421
  },
7422
7422
  {
@@ -7577,6 +7577,19 @@
7577
7577
  }
7578
7578
  }
7579
7579
  },
7580
+ {
7581
+ "kind": "method",
7582
+ "name": "renderInputElement",
7583
+ "privacy": "protected",
7584
+ "parameters": [
7585
+ {
7586
+ "name": "type",
7587
+ "type": {
7588
+ "text": "InputType"
7589
+ }
7590
+ }
7591
+ ]
7592
+ },
7580
7593
  {
7581
7594
  "kind": "field",
7582
7595
  "name": "name",
@@ -7965,10 +7978,10 @@
7965
7978
  {
7966
7979
  "name": "autocomplete",
7967
7980
  "type": {
7968
- "text": "any"
7981
+ "text": "AutoCompleteType"
7969
7982
  },
7970
- "default": "'off'",
7971
7983
  "description": "The autocomplete attribute of the input field.",
7984
+ "default": "'off'",
7972
7985
  "fieldName": "autocomplete"
7973
7986
  },
7974
7987
  {
@@ -8256,16 +8269,13 @@
8256
8269
  "kind": "method",
8257
8270
  "name": "handleClose",
8258
8271
  "privacy": "private",
8272
+ "description": "Handles the behavior of the close button on click event.",
8259
8273
  "parameters": [
8260
8274
  {
8261
- "name": "event",
8262
- "type": {
8263
- "text": "Event"
8264
- },
8265
- "description": "The event object."
8275
+ "description": "The event object.",
8276
+ "name": "event"
8266
8277
  }
8267
- ],
8268
- "description": "Handles the behavior of the close button on click event."
8278
+ ]
8269
8279
  },
8270
8280
  {
8271
8281
  "kind": "field",
@@ -8298,33 +8308,13 @@
8298
8308
  ],
8299
8309
  "events": [
8300
8310
  {
8311
+ "name": "remove",
8301
8312
  "type": {
8302
- "text": "EventConstructor"
8303
- }
8304
- },
8305
- {
8306
- "description": "(React: onClick) This event is dispatched when the close button is clicked.",
8307
- "name": "click",
8308
- "reactName": "onClick",
8309
- "eventName": "ClickEvent"
8310
- },
8311
- {
8312
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the close button.",
8313
- "name": "keydown",
8314
- "reactName": "onKeyDown",
8315
- "eventName": "KeydownEvent"
8316
- },
8317
- {
8318
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the close button.",
8319
- "name": "keyup",
8320
- "reactName": "onKeyUp",
8321
- "eventName": "KeyupEvent"
8322
- },
8323
- {
8324
- "description": "(React: onFocus) This event is dispatched when the close button receives focus.",
8325
- "name": "focus",
8326
- "reactName": "onFocus",
8327
- "eventName": "FocusEvent"
8313
+ "text": "CustomEvent"
8314
+ },
8315
+ "description": "This event is dispatched when the close button is activated. It bubbles and is composed.",
8316
+ "reactName": "onRemove",
8317
+ "eventName": "RemoveEvent"
8328
8318
  }
8329
8319
  ],
8330
8320
  "attributes": [
@@ -8396,7 +8386,7 @@
8396
8386
  "module": "/src/models"
8397
8387
  },
8398
8388
  "tagName": "mdc-inputchip",
8399
- "jsDoc": "/**\n * mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n *\n * - It supports a leading icon along with label.\n * - It supports an error state for validation.\n * - It supports a close button to remove the chip.\n *\n * @tagname mdc-inputchip\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) This event is dispatched when the close button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the close button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the close button.\n * @event focus - (React: onFocus) This event is dispatched when the close button receives focus.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n */",
8389
+ "jsDoc": "/**\n * mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n *\n * - It supports a leading icon along with label.\n * - It supports an error state for validation.\n * - It supports a close button to remove the chip.\n *\n * @tagname mdc-inputchip\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event remove - This event is dispatched when the close button is activated. It bubbles and is composed.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n */",
8400
8390
  "customElement": true
8401
8391
  }
8402
8392
  ],
@@ -13261,6 +13251,1204 @@
13261
13251
  }
13262
13252
  ]
13263
13253
  },
13254
+ {
13255
+ "kind": "javascript-module",
13256
+ "path": "components/searchfield/searchfield.component.js",
13257
+ "declarations": [
13258
+ {
13259
+ "kind": "class",
13260
+ "description": "searchfield component is used as an input field for search functionality.\n\nIt supports `mdc-inputchip` as filters.\n\nThis component is built by extending the `mdc-input` component.",
13261
+ "name": "Searchfield",
13262
+ "slots": [
13263
+ {
13264
+ "description": "Slot for input chips",
13265
+ "name": "filters"
13266
+ },
13267
+ {
13268
+ "description": "slot to add the label info icon",
13269
+ "name": "label-info",
13270
+ "inheritedFrom": {
13271
+ "name": "FormfieldWrapper",
13272
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
13273
+ }
13274
+ }
13275
+ ],
13276
+ "members": [
13277
+ {
13278
+ "kind": "field",
13279
+ "name": "inputChips",
13280
+ "type": {
13281
+ "text": "Array<HTMLElement> | undefined"
13282
+ }
13283
+ },
13284
+ {
13285
+ "kind": "method",
13286
+ "name": "renderInputChips",
13287
+ "privacy": "private",
13288
+ "description": "This method is used to render the input chips inside filters slot.\nIt will remove any elements that are not input chips."
13289
+ },
13290
+ {
13291
+ "kind": "field",
13292
+ "name": "name",
13293
+ "type": {
13294
+ "text": "string"
13295
+ },
13296
+ "default": "''",
13297
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
13298
+ "attribute": "name",
13299
+ "reflects": true,
13300
+ "inheritedFrom": {
13301
+ "name": "FormInternalsMixin",
13302
+ "module": "utils/mixins/FormInternalsMixin.js"
13303
+ }
13304
+ },
13305
+ {
13306
+ "kind": "field",
13307
+ "name": "value",
13308
+ "type": {
13309
+ "text": "string"
13310
+ },
13311
+ "default": "''",
13312
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
13313
+ "attribute": "value",
13314
+ "reflects": true,
13315
+ "inheritedFrom": {
13316
+ "name": "FormInternalsMixin",
13317
+ "module": "utils/mixins/FormInternalsMixin.js"
13318
+ }
13319
+ },
13320
+ {
13321
+ "kind": "field",
13322
+ "name": "validationMessage",
13323
+ "type": {
13324
+ "text": "string | undefined"
13325
+ },
13326
+ "description": "Custom validation message that will override the default message and displayed when the input is invalid.",
13327
+ "attribute": "validation-message",
13328
+ "reflects": true,
13329
+ "inheritedFrom": {
13330
+ "name": "FormInternalsMixin",
13331
+ "module": "utils/mixins/FormInternalsMixin.js"
13332
+ }
13333
+ },
13334
+ {
13335
+ "kind": "field",
13336
+ "name": "validity",
13337
+ "type": {
13338
+ "text": "ValidityState"
13339
+ },
13340
+ "readonly": true,
13341
+ "inheritedFrom": {
13342
+ "name": "FormInternalsMixin",
13343
+ "module": "utils/mixins/FormInternalsMixin.js"
13344
+ }
13345
+ },
13346
+ {
13347
+ "kind": "field",
13348
+ "name": "willValidate",
13349
+ "readonly": true,
13350
+ "inheritedFrom": {
13351
+ "name": "FormInternalsMixin",
13352
+ "module": "utils/mixins/FormInternalsMixin.js"
13353
+ }
13354
+ },
13355
+ {
13356
+ "kind": "method",
13357
+ "name": "setValidity",
13358
+ "description": "Sets the validity of the input field based on the input field's validity.",
13359
+ "return": {
13360
+ "type": {
13361
+ "text": ""
13362
+ }
13363
+ },
13364
+ "inheritedFrom": {
13365
+ "name": "FormInternalsMixin",
13366
+ "module": "utils/mixins/FormInternalsMixin.js"
13367
+ }
13368
+ },
13369
+ {
13370
+ "kind": "method",
13371
+ "name": "checkValidity",
13372
+ "return": {
13373
+ "type": {
13374
+ "text": "boolean"
13375
+ }
13376
+ },
13377
+ "inheritedFrom": {
13378
+ "name": "FormInternalsMixin",
13379
+ "module": "utils/mixins/FormInternalsMixin.js"
13380
+ }
13381
+ },
13382
+ {
13383
+ "kind": "method",
13384
+ "name": "reportValidity",
13385
+ "inheritedFrom": {
13386
+ "name": "FormInternalsMixin",
13387
+ "module": "utils/mixins/FormInternalsMixin.js"
13388
+ }
13389
+ },
13390
+ {
13391
+ "kind": "field",
13392
+ "name": "id",
13393
+ "type": {
13394
+ "text": "string"
13395
+ },
13396
+ "default": "`mdc-input-${uuidv4()}`",
13397
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
13398
+ "attribute": "id",
13399
+ "inheritedFrom": {
13400
+ "name": "FormfieldWrapper",
13401
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13402
+ }
13403
+ },
13404
+ {
13405
+ "kind": "field",
13406
+ "name": "dataAriaLabel",
13407
+ "type": {
13408
+ "text": "string | null"
13409
+ },
13410
+ "default": "null",
13411
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
13412
+ "attribute": "data-aria-label",
13413
+ "reflects": true,
13414
+ "inheritedFrom": {
13415
+ "name": "DataAriaLabelMixin",
13416
+ "module": "utils/mixins/DataAriaLabelMixin.js"
13417
+ }
13418
+ },
13419
+ {
13420
+ "kind": "field",
13421
+ "name": "placeholder",
13422
+ "type": {
13423
+ "text": "string"
13424
+ },
13425
+ "default": "''",
13426
+ "description": "The placeholder text that is displayed when the input field is empty.",
13427
+ "attribute": "placeholder",
13428
+ "inheritedFrom": {
13429
+ "name": "Input",
13430
+ "module": "components/input/input.component.js"
13431
+ }
13432
+ },
13433
+ {
13434
+ "kind": "field",
13435
+ "name": "readonly",
13436
+ "type": {
13437
+ "text": "boolean"
13438
+ },
13439
+ "default": "false",
13440
+ "description": "readonly attribute of the input field. If true, the input field is read-only.",
13441
+ "attribute": "readonly",
13442
+ "inheritedFrom": {
13443
+ "name": "Input",
13444
+ "module": "components/input/input.component.js"
13445
+ }
13446
+ },
13447
+ {
13448
+ "kind": "field",
13449
+ "name": "prefixText",
13450
+ "type": {
13451
+ "text": "string | undefined"
13452
+ },
13453
+ "description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
13454
+ "attribute": "prefix-text",
13455
+ "inheritedFrom": {
13456
+ "name": "Input",
13457
+ "module": "components/input/input.component.js"
13458
+ }
13459
+ },
13460
+ {
13461
+ "kind": "field",
13462
+ "name": "leadingIcon",
13463
+ "type": {
13464
+ "text": "IconNames | undefined"
13465
+ },
13466
+ "description": "The leading icon that is displayed before the input field.",
13467
+ "attribute": "leading-icon",
13468
+ "inheritedFrom": {
13469
+ "name": "Input",
13470
+ "module": "components/input/input.component.js"
13471
+ }
13472
+ },
13473
+ {
13474
+ "kind": "field",
13475
+ "name": "trailingButton",
13476
+ "type": {
13477
+ "text": "boolean"
13478
+ },
13479
+ "default": "false",
13480
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
13481
+ "attribute": "trailing-button",
13482
+ "inheritedFrom": {
13483
+ "name": "Input",
13484
+ "module": "components/input/input.component.js"
13485
+ }
13486
+ },
13487
+ {
13488
+ "kind": "field",
13489
+ "name": "maxlength",
13490
+ "type": {
13491
+ "text": "number | undefined"
13492
+ },
13493
+ "description": "The maximum number of characters that the input field can accept.",
13494
+ "attribute": "maxlength",
13495
+ "inheritedFrom": {
13496
+ "name": "Input",
13497
+ "module": "components/input/input.component.js"
13498
+ }
13499
+ },
13500
+ {
13501
+ "kind": "field",
13502
+ "name": "minlength",
13503
+ "type": {
13504
+ "text": "number | undefined"
13505
+ },
13506
+ "description": "The minimum number of characters that the input field can accept.",
13507
+ "attribute": "minlength",
13508
+ "inheritedFrom": {
13509
+ "name": "Input",
13510
+ "module": "components/input/input.component.js"
13511
+ }
13512
+ },
13513
+ {
13514
+ "kind": "field",
13515
+ "name": "autocapitalize",
13516
+ "type": {
13517
+ "text": "AutoCapitalizeType"
13518
+ },
13519
+ "description": "The autocapitalize attribute of the input field.",
13520
+ "default": "'off'",
13521
+ "attribute": "autocapitalize",
13522
+ "inheritedFrom": {
13523
+ "name": "Input",
13524
+ "module": "components/input/input.component.js"
13525
+ }
13526
+ },
13527
+ {
13528
+ "kind": "field",
13529
+ "name": "autocomplete",
13530
+ "type": {
13531
+ "text": "AutoCompleteType"
13532
+ },
13533
+ "description": "The autocomplete attribute of the input field.",
13534
+ "default": "'off'",
13535
+ "attribute": "autocomplete",
13536
+ "inheritedFrom": {
13537
+ "name": "Input",
13538
+ "module": "components/input/input.component.js"
13539
+ }
13540
+ },
13541
+ {
13542
+ "kind": "field",
13543
+ "name": "autofocus",
13544
+ "type": {
13545
+ "text": "boolean"
13546
+ },
13547
+ "default": "false",
13548
+ "description": "If true, the input field is focused when the component is rendered.",
13549
+ "attribute": "autofocus",
13550
+ "inheritedFrom": {
13551
+ "name": "Input",
13552
+ "module": "components/input/input.component.js"
13553
+ }
13554
+ },
13555
+ {
13556
+ "kind": "field",
13557
+ "name": "dirname",
13558
+ "type": {
13559
+ "text": "string | undefined"
13560
+ },
13561
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
13562
+ "attribute": "dirname",
13563
+ "inheritedFrom": {
13564
+ "name": "Input",
13565
+ "module": "components/input/input.component.js"
13566
+ }
13567
+ },
13568
+ {
13569
+ "kind": "field",
13570
+ "name": "pattern",
13571
+ "type": {
13572
+ "text": "string | undefined"
13573
+ },
13574
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
13575
+ "attribute": "pattern",
13576
+ "inheritedFrom": {
13577
+ "name": "Input",
13578
+ "module": "components/input/input.component.js"
13579
+ }
13580
+ },
13581
+ {
13582
+ "kind": "field",
13583
+ "name": "list",
13584
+ "type": {
13585
+ "text": "string | undefined"
13586
+ },
13587
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
13588
+ "attribute": "list",
13589
+ "inheritedFrom": {
13590
+ "name": "Input",
13591
+ "module": "components/input/input.component.js"
13592
+ }
13593
+ },
13594
+ {
13595
+ "kind": "field",
13596
+ "name": "size",
13597
+ "type": {
13598
+ "text": "number | undefined | undefined"
13599
+ },
13600
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
13601
+ "default": "undefined",
13602
+ "attribute": "size",
13603
+ "inheritedFrom": {
13604
+ "name": "Input",
13605
+ "module": "components/input/input.component.js"
13606
+ }
13607
+ },
13608
+ {
13609
+ "kind": "field",
13610
+ "name": "clearAriaLabel",
13611
+ "type": {
13612
+ "text": "string"
13613
+ },
13614
+ "default": "''",
13615
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
13616
+ "attribute": "clear-aria-label",
13617
+ "inheritedFrom": {
13618
+ "name": "Input",
13619
+ "module": "components/input/input.component.js"
13620
+ }
13621
+ },
13622
+ {
13623
+ "kind": "method",
13624
+ "name": "handleValueChange",
13625
+ "description": "Handles the value change of the input field.\nSets the form value and updates the validity of the input field.",
13626
+ "return": {
13627
+ "type": {
13628
+ "text": ""
13629
+ }
13630
+ },
13631
+ "inheritedFrom": {
13632
+ "name": "Input",
13633
+ "module": "components/input/input.component.js"
13634
+ }
13635
+ },
13636
+ {
13637
+ "kind": "method",
13638
+ "name": "setInputValidity",
13639
+ "privacy": "private",
13640
+ "inheritedFrom": {
13641
+ "name": "Input",
13642
+ "module": "components/input/input.component.js"
13643
+ }
13644
+ },
13645
+ {
13646
+ "kind": "method",
13647
+ "name": "updateValue",
13648
+ "privacy": "private",
13649
+ "description": "Updates the value of the input field.\nSets the form value.",
13650
+ "return": {
13651
+ "type": {
13652
+ "text": ""
13653
+ }
13654
+ },
13655
+ "inheritedFrom": {
13656
+ "name": "Input",
13657
+ "module": "components/input/input.component.js"
13658
+ }
13659
+ },
13660
+ {
13661
+ "kind": "method",
13662
+ "name": "onInput",
13663
+ "privacy": "private",
13664
+ "description": "Handles the input event of the input field.\nUpdates the value and sets the validity of the input field.",
13665
+ "inheritedFrom": {
13666
+ "name": "Input",
13667
+ "module": "components/input/input.component.js"
13668
+ }
13669
+ },
13670
+ {
13671
+ "kind": "method",
13672
+ "name": "onChange",
13673
+ "privacy": "private",
13674
+ "parameters": [
13675
+ {
13676
+ "name": "event",
13677
+ "type": {
13678
+ "text": "Event"
13679
+ },
13680
+ "description": "Event which contains information about the value change."
13681
+ }
13682
+ ],
13683
+ "description": "Handles the change event of the input field.\nUpdates the value and sets the validity of the input field.\n\nThe 'change' event does not bubble up through the shadow DOM as it was not composed.\nTherefore, we need to re-dispatch the same event to ensure it is propagated correctly.\nRead more: https://developer.mozilla.org/en-US/docs/Web/API/Event/composed",
13684
+ "inheritedFrom": {
13685
+ "name": "Input",
13686
+ "module": "components/input/input.component.js"
13687
+ }
13688
+ },
13689
+ {
13690
+ "kind": "method",
13691
+ "name": "handleKeyDown",
13692
+ "privacy": "private",
13693
+ "parameters": [
13694
+ {
13695
+ "name": "event",
13696
+ "type": {
13697
+ "text": "KeyboardEvent"
13698
+ },
13699
+ "description": "Keyboard event"
13700
+ }
13701
+ ],
13702
+ "description": "Handles the keydown event of the input field.\nIf the key pressed is 'Enter', it submits the form.",
13703
+ "inheritedFrom": {
13704
+ "name": "Input",
13705
+ "module": "components/input/input.component.js"
13706
+ }
13707
+ },
13708
+ {
13709
+ "kind": "method",
13710
+ "name": "renderLeadingIcon",
13711
+ "privacy": "protected",
13712
+ "description": "Renders the leading icon before the input field.\nIf the leading icon is not set, it will not be displayed.",
13713
+ "return": {
13714
+ "type": {
13715
+ "text": ""
13716
+ }
13717
+ },
13718
+ "inheritedFrom": {
13719
+ "name": "Input",
13720
+ "module": "components/input/input.component.js"
13721
+ }
13722
+ },
13723
+ {
13724
+ "kind": "method",
13725
+ "name": "renderPrefixText",
13726
+ "privacy": "protected",
13727
+ "description": "Renders the prefix text before the input field.\nIf the prefix text is more than 10 characters,\n- it will not be displayed.\n- the validation messsage will be displayed.\n\n Note: We are setting aria-hidden so that the screen reader does not read the prefix text.\n The consumers should set the appropriate aria-label for the input field using 'data-aria-label' attribute.",
13728
+ "return": {
13729
+ "type": {
13730
+ "text": ""
13731
+ }
13732
+ },
13733
+ "inheritedFrom": {
13734
+ "name": "Input",
13735
+ "module": "components/input/input.component.js"
13736
+ }
13737
+ },
13738
+ {
13739
+ "kind": "method",
13740
+ "name": "clearInputText",
13741
+ "privacy": "private",
13742
+ "description": "Clears the input field.",
13743
+ "inheritedFrom": {
13744
+ "name": "Input",
13745
+ "module": "components/input/input.component.js"
13746
+ }
13747
+ },
13748
+ {
13749
+ "kind": "method",
13750
+ "name": "renderTrailingButton",
13751
+ "privacy": "protected",
13752
+ "description": "Renders the trailing button to clear the input field if the trailingButton is set to true.",
13753
+ "return": {
13754
+ "type": {
13755
+ "text": ""
13756
+ }
13757
+ },
13758
+ "inheritedFrom": {
13759
+ "name": "Input",
13760
+ "module": "components/input/input.component.js"
13761
+ }
13762
+ },
13763
+ {
13764
+ "kind": "method",
13765
+ "name": "renderInputElement",
13766
+ "privacy": "protected",
13767
+ "parameters": [
13768
+ {
13769
+ "name": "type",
13770
+ "type": {
13771
+ "text": "InputType"
13772
+ }
13773
+ }
13774
+ ],
13775
+ "inheritedFrom": {
13776
+ "name": "Input",
13777
+ "module": "components/input/input.component.js"
13778
+ }
13779
+ },
13780
+ {
13781
+ "kind": "field",
13782
+ "name": "disabled",
13783
+ "type": {
13784
+ "text": "boolean | undefined"
13785
+ },
13786
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
13787
+ "default": "undefined",
13788
+ "attribute": "disabled",
13789
+ "reflects": true,
13790
+ "inheritedFrom": {
13791
+ "name": "FormfieldWrapper",
13792
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13793
+ }
13794
+ },
13795
+ {
13796
+ "kind": "field",
13797
+ "name": "label",
13798
+ "type": {
13799
+ "text": "string | undefined"
13800
+ },
13801
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
13802
+ "attribute": "label",
13803
+ "reflects": true,
13804
+ "inheritedFrom": {
13805
+ "name": "FormfieldWrapper",
13806
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13807
+ }
13808
+ },
13809
+ {
13810
+ "kind": "field",
13811
+ "name": "requiredLabel",
13812
+ "type": {
13813
+ "text": "string | undefined"
13814
+ },
13815
+ "description": "The required label of the input field.\nWhen an appropriate string value is set,\nthe input field is marked as required and the label is appended with this text.",
13816
+ "attribute": "required-label",
13817
+ "reflects": true,
13818
+ "inheritedFrom": {
13819
+ "name": "FormfieldWrapper",
13820
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13821
+ }
13822
+ },
13823
+ {
13824
+ "kind": "field",
13825
+ "name": "helpTextType",
13826
+ "type": {
13827
+ "text": "ValidationType"
13828
+ },
13829
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
13830
+ "attribute": "help-text-type",
13831
+ "reflects": true,
13832
+ "inheritedFrom": {
13833
+ "name": "FormfieldWrapper",
13834
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13835
+ }
13836
+ },
13837
+ {
13838
+ "kind": "field",
13839
+ "name": "helpText",
13840
+ "type": {
13841
+ "text": "string | undefined"
13842
+ },
13843
+ "description": "The help text that is displayed below the input field.",
13844
+ "attribute": "help-text",
13845
+ "reflects": true,
13846
+ "inheritedFrom": {
13847
+ "name": "FormfieldWrapper",
13848
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13849
+ }
13850
+ },
13851
+ {
13852
+ "kind": "method",
13853
+ "name": "renderLabelElement",
13854
+ "privacy": "protected",
13855
+ "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
13856
+ "return": {
13857
+ "type": {
13858
+ "text": ""
13859
+ }
13860
+ },
13861
+ "inheritedFrom": {
13862
+ "name": "FormfieldWrapper",
13863
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13864
+ }
13865
+ },
13866
+ {
13867
+ "kind": "method",
13868
+ "name": "renderRequiredLabel",
13869
+ "privacy": "protected",
13870
+ "inheritedFrom": {
13871
+ "name": "FormfieldWrapper",
13872
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13873
+ }
13874
+ },
13875
+ {
13876
+ "kind": "method",
13877
+ "name": "renderHelpTextIcon",
13878
+ "privacy": "protected",
13879
+ "description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
13880
+ "return": {
13881
+ "type": {
13882
+ "text": ""
13883
+ }
13884
+ },
13885
+ "inheritedFrom": {
13886
+ "name": "FormfieldWrapper",
13887
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13888
+ }
13889
+ },
13890
+ {
13891
+ "kind": "method",
13892
+ "name": "renderHelpText",
13893
+ "privacy": "protected",
13894
+ "description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
13895
+ "return": {
13896
+ "type": {
13897
+ "text": ""
13898
+ }
13899
+ },
13900
+ "inheritedFrom": {
13901
+ "name": "FormfieldWrapper",
13902
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13903
+ }
13904
+ },
13905
+ {
13906
+ "kind": "method",
13907
+ "name": "renderLabel",
13908
+ "privacy": "protected",
13909
+ "description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
13910
+ "return": {
13911
+ "type": {
13912
+ "text": ""
13913
+ }
13914
+ },
13915
+ "inheritedFrom": {
13916
+ "name": "FormfieldWrapper",
13917
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13918
+ }
13919
+ },
13920
+ {
13921
+ "kind": "method",
13922
+ "name": "renderHelperText",
13923
+ "privacy": "protected",
13924
+ "description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
13925
+ "return": {
13926
+ "type": {
13927
+ "text": ""
13928
+ }
13929
+ },
13930
+ "inheritedFrom": {
13931
+ "name": "FormfieldWrapper",
13932
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13933
+ }
13934
+ }
13935
+ ],
13936
+ "superclass": {
13937
+ "name": "Input",
13938
+ "module": "/src/components/input/input.component"
13939
+ },
13940
+ "tagName": "mdc-searchfield",
13941
+ "jsDoc": "/**\n * searchfield component is used as an input field for search functionality.\n *\n * It supports `mdc-inputchip` as filters.\n *\n * This component is built by extending the `mdc-input` component.\n *\n * @tagname mdc-searchfield\n *\n * @slot filters - Slot for input chips\n *\n */",
13942
+ "customElement": true,
13943
+ "attributes": [
13944
+ {
13945
+ "name": "name",
13946
+ "type": {
13947
+ "text": "string"
13948
+ },
13949
+ "default": "''",
13950
+ "description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
13951
+ "fieldName": "name",
13952
+ "inheritedFrom": {
13953
+ "name": "FormInternalsMixin",
13954
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
13955
+ }
13956
+ },
13957
+ {
13958
+ "name": "value",
13959
+ "type": {
13960
+ "text": "string"
13961
+ },
13962
+ "default": "''",
13963
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
13964
+ "fieldName": "value",
13965
+ "inheritedFrom": {
13966
+ "name": "FormInternalsMixin",
13967
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
13968
+ }
13969
+ },
13970
+ {
13971
+ "name": "validation-message",
13972
+ "type": {
13973
+ "text": "string | undefined"
13974
+ },
13975
+ "description": "Custom validation message that will override the default message and displayed when the input is invalid.",
13976
+ "fieldName": "validationMessage",
13977
+ "inheritedFrom": {
13978
+ "name": "FormInternalsMixin",
13979
+ "module": "src/utils/mixins/FormInternalsMixin.ts"
13980
+ }
13981
+ },
13982
+ {
13983
+ "name": "data-aria-label",
13984
+ "type": {
13985
+ "text": "string | null"
13986
+ },
13987
+ "default": "null",
13988
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
13989
+ "fieldName": "dataAriaLabel",
13990
+ "inheritedFrom": {
13991
+ "name": "DataAriaLabelMixin",
13992
+ "module": "src/utils/mixins/DataAriaLabelMixin.ts"
13993
+ }
13994
+ },
13995
+ {
13996
+ "name": "placeholder",
13997
+ "type": {
13998
+ "text": "string"
13999
+ },
14000
+ "default": "''",
14001
+ "description": "The placeholder text that is displayed when the input field is empty.",
14002
+ "fieldName": "placeholder",
14003
+ "inheritedFrom": {
14004
+ "name": "Input",
14005
+ "module": "src/components/input/input.component.ts"
14006
+ }
14007
+ },
14008
+ {
14009
+ "name": "readonly",
14010
+ "type": {
14011
+ "text": "boolean"
14012
+ },
14013
+ "default": "false",
14014
+ "description": "readonly attribute of the input field. If true, the input field is read-only.",
14015
+ "fieldName": "readonly",
14016
+ "inheritedFrom": {
14017
+ "name": "Input",
14018
+ "module": "src/components/input/input.component.ts"
14019
+ }
14020
+ },
14021
+ {
14022
+ "name": "prefix-text",
14023
+ "type": {
14024
+ "text": "string | undefined"
14025
+ },
14026
+ "description": "The prefix text that is displayed before the input field. It has a max length of 10 characters.\nWhen the prefix text is set, make sure to set the 'data-aria-label'\nattribute with the appropriate value for accessibility.",
14027
+ "fieldName": "prefixText",
14028
+ "inheritedFrom": {
14029
+ "name": "Input",
14030
+ "module": "src/components/input/input.component.ts"
14031
+ }
14032
+ },
14033
+ {
14034
+ "name": "leading-icon",
14035
+ "type": {
14036
+ "text": "IconNames | undefined"
14037
+ },
14038
+ "description": "The leading icon that is displayed before the input field.",
14039
+ "fieldName": "leadingIcon",
14040
+ "inheritedFrom": {
14041
+ "name": "Input",
14042
+ "module": "src/components/input/input.component.ts"
14043
+ }
14044
+ },
14045
+ {
14046
+ "name": "trailing-button",
14047
+ "type": {
14048
+ "text": "boolean"
14049
+ },
14050
+ "default": "false",
14051
+ "description": "The trailing button when set to true, shows a clear button that clears the input field.",
14052
+ "fieldName": "trailingButton",
14053
+ "inheritedFrom": {
14054
+ "name": "Input",
14055
+ "module": "src/components/input/input.component.ts"
14056
+ }
14057
+ },
14058
+ {
14059
+ "name": "maxlength",
14060
+ "type": {
14061
+ "text": "number | undefined"
14062
+ },
14063
+ "description": "The maximum number of characters that the input field can accept.",
14064
+ "fieldName": "maxlength",
14065
+ "inheritedFrom": {
14066
+ "name": "Input",
14067
+ "module": "src/components/input/input.component.ts"
14068
+ }
14069
+ },
14070
+ {
14071
+ "name": "minlength",
14072
+ "type": {
14073
+ "text": "number | undefined"
14074
+ },
14075
+ "description": "The minimum number of characters that the input field can accept.",
14076
+ "fieldName": "minlength",
14077
+ "inheritedFrom": {
14078
+ "name": "Input",
14079
+ "module": "src/components/input/input.component.ts"
14080
+ }
14081
+ },
14082
+ {
14083
+ "name": "autocapitalize",
14084
+ "type": {
14085
+ "text": "AutoCapitalizeType"
14086
+ },
14087
+ "description": "The autocapitalize attribute of the input field.",
14088
+ "default": "'off'",
14089
+ "fieldName": "autocapitalize",
14090
+ "inheritedFrom": {
14091
+ "name": "Input",
14092
+ "module": "src/components/input/input.component.ts"
14093
+ }
14094
+ },
14095
+ {
14096
+ "name": "autocomplete",
14097
+ "type": {
14098
+ "text": "AutoCompleteType"
14099
+ },
14100
+ "description": "The autocomplete attribute of the input field.",
14101
+ "default": "'off'",
14102
+ "fieldName": "autocomplete",
14103
+ "inheritedFrom": {
14104
+ "name": "Input",
14105
+ "module": "src/components/input/input.component.ts"
14106
+ }
14107
+ },
14108
+ {
14109
+ "name": "autofocus",
14110
+ "type": {
14111
+ "text": "boolean"
14112
+ },
14113
+ "default": "false",
14114
+ "description": "If true, the input field is focused when the component is rendered.",
14115
+ "fieldName": "autofocus",
14116
+ "inheritedFrom": {
14117
+ "name": "Input",
14118
+ "module": "src/components/input/input.component.ts"
14119
+ }
14120
+ },
14121
+ {
14122
+ "name": "dirname",
14123
+ "type": {
14124
+ "text": "string | undefined"
14125
+ },
14126
+ "description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
14127
+ "fieldName": "dirname",
14128
+ "inheritedFrom": {
14129
+ "name": "Input",
14130
+ "module": "src/components/input/input.component.ts"
14131
+ }
14132
+ },
14133
+ {
14134
+ "name": "pattern",
14135
+ "type": {
14136
+ "text": "string | undefined"
14137
+ },
14138
+ "description": "The pattern attribute of the input field.\nSpecifies a regular expression that the input value must match for validation purposes.",
14139
+ "fieldName": "pattern",
14140
+ "inheritedFrom": {
14141
+ "name": "Input",
14142
+ "module": "src/components/input/input.component.ts"
14143
+ }
14144
+ },
14145
+ {
14146
+ "name": "list",
14147
+ "type": {
14148
+ "text": "string | undefined"
14149
+ },
14150
+ "description": "The list attribute of the input field.\nIdentifies a list of pre-defined options to suggest to the user.",
14151
+ "fieldName": "list",
14152
+ "inheritedFrom": {
14153
+ "name": "Input",
14154
+ "module": "src/components/input/input.component.ts"
14155
+ }
14156
+ },
14157
+ {
14158
+ "name": "size",
14159
+ "type": {
14160
+ "text": "number | undefined | undefined"
14161
+ },
14162
+ "description": "The size attribute of the input field.\nSpecifies the width of the input field.",
14163
+ "default": "undefined",
14164
+ "fieldName": "size",
14165
+ "inheritedFrom": {
14166
+ "name": "Input",
14167
+ "module": "src/components/input/input.component.ts"
14168
+ }
14169
+ },
14170
+ {
14171
+ "name": "clear-aria-label",
14172
+ "type": {
14173
+ "text": "string"
14174
+ },
14175
+ "default": "''",
14176
+ "description": "Aria label for the trailing button. If trailing button is set to true, this label is used for the clear button.",
14177
+ "fieldName": "clearAriaLabel",
14178
+ "inheritedFrom": {
14179
+ "name": "Input",
14180
+ "module": "src/components/input/input.component.ts"
14181
+ }
14182
+ },
14183
+ {
14184
+ "name": "disabled",
14185
+ "type": {
14186
+ "text": "boolean | undefined"
14187
+ },
14188
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
14189
+ "default": "undefined",
14190
+ "fieldName": "disabled",
14191
+ "inheritedFrom": {
14192
+ "name": "FormfieldWrapper",
14193
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14194
+ }
14195
+ },
14196
+ {
14197
+ "name": "label",
14198
+ "type": {
14199
+ "text": "string | undefined"
14200
+ },
14201
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
14202
+ "fieldName": "label",
14203
+ "inheritedFrom": {
14204
+ "name": "FormfieldWrapper",
14205
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14206
+ }
14207
+ },
14208
+ {
14209
+ "name": "required-label",
14210
+ "type": {
14211
+ "text": "string | undefined"
14212
+ },
14213
+ "description": "The required label of the input field.\nWhen an appropriate string value is set,\nthe input field is marked as required and the label is appended with this text.",
14214
+ "fieldName": "requiredLabel",
14215
+ "inheritedFrom": {
14216
+ "name": "FormfieldWrapper",
14217
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14218
+ }
14219
+ },
14220
+ {
14221
+ "name": "id",
14222
+ "type": {
14223
+ "text": "string"
14224
+ },
14225
+ "default": "''",
14226
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
14227
+ "fieldName": "id",
14228
+ "inheritedFrom": {
14229
+ "name": "FormfieldWrapper",
14230
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14231
+ }
14232
+ },
14233
+ {
14234
+ "name": "help-text-type",
14235
+ "type": {
14236
+ "text": "ValidationType"
14237
+ },
14238
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
14239
+ "fieldName": "helpTextType",
14240
+ "inheritedFrom": {
14241
+ "name": "FormfieldWrapper",
14242
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14243
+ }
14244
+ },
14245
+ {
14246
+ "name": "help-text",
14247
+ "type": {
14248
+ "text": "string | undefined"
14249
+ },
14250
+ "description": "The help text that is displayed below the input field.",
14251
+ "fieldName": "helpText",
14252
+ "inheritedFrom": {
14253
+ "name": "FormfieldWrapper",
14254
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
14255
+ }
14256
+ }
14257
+ ],
14258
+ "cssProperties": [
14259
+ {
14260
+ "description": "Border color for the input container when disabled",
14261
+ "name": "--mdc-input-disabled-border-color",
14262
+ "inheritedFrom": {
14263
+ "name": "Input",
14264
+ "module": "src/components/input/input.component.ts"
14265
+ }
14266
+ },
14267
+ {
14268
+ "description": "Text color for the input field when disabled",
14269
+ "name": "--mdc-input-disabled-text-color",
14270
+ "inheritedFrom": {
14271
+ "name": "Input",
14272
+ "module": "src/components/input/input.component.ts"
14273
+ }
14274
+ },
14275
+ {
14276
+ "description": "Background color for the input field when disabled",
14277
+ "name": "--mdc-input-disabled-background-color",
14278
+ "inheritedFrom": {
14279
+ "name": "Input",
14280
+ "module": "src/components/input/input.component.ts"
14281
+ }
14282
+ },
14283
+ {
14284
+ "description": "Border color for the input container",
14285
+ "name": "--mdc-input-border-color",
14286
+ "inheritedFrom": {
14287
+ "name": "Input",
14288
+ "module": "src/components/input/input.component.ts"
14289
+ }
14290
+ },
14291
+ {
14292
+ "description": "Text color for the input field",
14293
+ "name": "--mdc-input-text-color",
14294
+ "inheritedFrom": {
14295
+ "name": "Input",
14296
+ "module": "src/components/input/input.component.ts"
14297
+ }
14298
+ },
14299
+ {
14300
+ "description": "Background color for the input field",
14301
+ "name": "--mdc-input-background-color",
14302
+ "inheritedFrom": {
14303
+ "name": "Input",
14304
+ "module": "src/components/input/input.component.ts"
14305
+ }
14306
+ },
14307
+ {
14308
+ "description": "Background color for the selected text",
14309
+ "name": "--mdc-input-selection-background-color",
14310
+ "inheritedFrom": {
14311
+ "name": "Input",
14312
+ "module": "src/components/input/input.component.ts"
14313
+ }
14314
+ },
14315
+ {
14316
+ "description": "Text color for the selected text",
14317
+ "name": "--mdc-input-selection-text-color",
14318
+ "inheritedFrom": {
14319
+ "name": "Input",
14320
+ "module": "src/components/input/input.component.ts"
14321
+ }
14322
+ },
14323
+ {
14324
+ "description": "Text color for the help text",
14325
+ "name": "--mdc-input-support-text-color",
14326
+ "inheritedFrom": {
14327
+ "name": "Input",
14328
+ "module": "src/components/input/input.component.ts"
14329
+ }
14330
+ },
14331
+ {
14332
+ "description": "Background color for the input field when hovered",
14333
+ "name": "--mdc-input-hover-background-color",
14334
+ "inheritedFrom": {
14335
+ "name": "Input",
14336
+ "module": "src/components/input/input.component.ts"
14337
+ }
14338
+ },
14339
+ {
14340
+ "description": "Background color for the input field when focused",
14341
+ "name": "--mdc-input-focused-background-color",
14342
+ "inheritedFrom": {
14343
+ "name": "Input",
14344
+ "module": "src/components/input/input.component.ts"
14345
+ }
14346
+ },
14347
+ {
14348
+ "description": "Border color for the input container when focused",
14349
+ "name": "--mdc-input-focused-border-color",
14350
+ "inheritedFrom": {
14351
+ "name": "Input",
14352
+ "module": "src/components/input/input.component.ts"
14353
+ }
14354
+ },
14355
+ {
14356
+ "description": "Border color for the input container when error",
14357
+ "name": "--mdc-input-error-border-color",
14358
+ "inheritedFrom": {
14359
+ "name": "Input",
14360
+ "module": "src/components/input/input.component.ts"
14361
+ }
14362
+ },
14363
+ {
14364
+ "description": "Border color for the input container when warning",
14365
+ "name": "--mdc-input-warning-border-color",
14366
+ "inheritedFrom": {
14367
+ "name": "Input",
14368
+ "module": "src/components/input/input.component.ts"
14369
+ }
14370
+ },
14371
+ {
14372
+ "description": "Border color for the input container when success",
14373
+ "name": "--mdc-input-success-border-color",
14374
+ "inheritedFrom": {
14375
+ "name": "Input",
14376
+ "module": "src/components/input/input.component.ts"
14377
+ }
14378
+ },
14379
+ {
14380
+ "description": "Border color for the input container when primary",
14381
+ "name": "--mdc-input-primary-border-color",
14382
+ "inheritedFrom": {
14383
+ "name": "Input",
14384
+ "module": "src/components/input/input.component.ts"
14385
+ }
14386
+ }
14387
+ ],
14388
+ "events": [
14389
+ {
14390
+ "type": {
14391
+ "text": "EventConstructor"
14392
+ },
14393
+ "inheritedFrom": {
14394
+ "name": "Input",
14395
+ "module": "src/components/input/input.component.ts"
14396
+ }
14397
+ },
14398
+ {
14399
+ "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
14400
+ "name": "input",
14401
+ "reactName": "onInput",
14402
+ "eventName": "InputEvent",
14403
+ "inheritedFrom": {
14404
+ "name": "Input",
14405
+ "module": "src/components/input/input.component.ts"
14406
+ }
14407
+ },
14408
+ {
14409
+ "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
14410
+ "name": "change",
14411
+ "reactName": "onChange",
14412
+ "eventName": "ChangeEvent",
14413
+ "inheritedFrom": {
14414
+ "name": "Input",
14415
+ "module": "src/components/input/input.component.ts"
14416
+ }
14417
+ },
14418
+ {
14419
+ "description": "(React: onFocus) This event is dispatched when the input receives focus.",
14420
+ "name": "focus",
14421
+ "reactName": "onFocus",
14422
+ "eventName": "FocusEvent",
14423
+ "inheritedFrom": {
14424
+ "name": "Input",
14425
+ "module": "src/components/input/input.component.ts"
14426
+ }
14427
+ },
14428
+ {
14429
+ "description": "(React: onBlur) This event is dispatched when the input loses focus.",
14430
+ "name": "blur",
14431
+ "reactName": "onBlur",
14432
+ "eventName": "BlurEvent",
14433
+ "inheritedFrom": {
14434
+ "name": "Input",
14435
+ "module": "src/components/input/input.component.ts"
14436
+ }
14437
+ }
14438
+ ]
14439
+ }
14440
+ ],
14441
+ "exports": [
14442
+ {
14443
+ "kind": "js",
14444
+ "name": "default",
14445
+ "declaration": {
14446
+ "name": "Searchfield",
14447
+ "module": "components/searchfield/searchfield.component.js"
14448
+ }
14449
+ }
14450
+ ]
14451
+ },
13264
14452
  {
13265
14453
  "kind": "javascript-module",
13266
14454
  "path": "components/tab/tab.component.js",