@truedat/df 7.0.3 → 7.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/df",
3
- "version": "7.0.3",
3
+ "version": "7.0.5",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "7.0.3",
37
+ "@truedat/test": "7.0.5",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -87,8 +87,8 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@apollo/client": "^3.7.1",
90
- "@truedat/auth": "7.0.3",
91
- "@truedat/core": "7.0.3",
90
+ "@truedat/auth": "7.0.5",
91
+ "@truedat/core": "7.0.5",
92
92
  "decode-uri-component": "^0.2.2",
93
93
  "path-to-regexp": "^1.7.0",
94
94
  "prop-types": "^15.8.1",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">= 16.8.6 < 17",
110
110
  "semantic-ui-react": ">= 2.0.3 < 2.2"
111
111
  },
112
- "gitHead": "871005135545e304fa6ba9a5d49fa31b46e28a7c"
112
+ "gitHead": "d76d7852ddb993ed53f0266ec17858119e731bbf"
113
113
  }
@@ -14,8 +14,6 @@ import {
14
14
  } from "./widgetDefinitions";
15
15
  import { getValues } from "./valueDefinitions";
16
16
 
17
- const boostingEnabledScopes = ["bg", "dq", "ie", "ri"];
18
-
19
17
  const typeFromKey = (keys) =>
20
18
  _.includes("role_groups")(keys)
21
19
  ? "role_groups"
@@ -49,7 +47,6 @@ export const FieldForm = ({
49
47
  widget,
50
48
  disabledName,
51
49
  errors,
52
- boost = "",
53
50
  } = field;
54
51
  const fieldNamePrefix = `${groupNamePrefix}.fields[${fieldIndex}]`;
55
52
  const valueName = `${fieldNamePrefix}.values`;
@@ -229,37 +226,6 @@ export const FieldForm = ({
229
226
  required
230
227
  options={getCardinalityOptions(formatMessage)(widget)}
231
228
  />
232
-
233
- {_.includes(scope)(boostingEnabledScopes) ? (
234
- <Form.Field>
235
- <label>
236
- <FormattedMessage id="template.field.boost.label" />
237
- <Popup
238
- trigger={
239
- <Icon
240
- className="rule-form-popup"
241
- name="question circle outline"
242
- />
243
- }
244
- content={formatMessage(
245
- { id: "template.field.boost.tooltip" },
246
- { br: <br /> }
247
- )}
248
- on="click"
249
- hideOnScroll
250
- />
251
- </label>
252
- <Form.Input
253
- name={`${fieldNamePrefix}.boost`}
254
- fluid
255
- value={boost}
256
- required
257
- onChange={onChange}
258
- type="number"
259
- step="0.01"
260
- />
261
- </Form.Field>
262
- ) : null}
263
229
  </Form.Group>
264
230
  <ValuesField
265
231
  defaultField={defaultField}
@@ -78,7 +78,6 @@ export const TemplateForm = ({ loading, template, onSubmit }) => {
78
78
  "subscribable",
79
79
  "mandatory",
80
80
  "editable",
81
- "boost",
82
81
  "searchable",
83
82
  "ai_suggestion",
84
83
  ];
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  import { shallow } from "enzyme";
3
+ import { render } from "@truedat/test/render";
3
4
  import { intl } from "@truedat/test/intl-stub";
4
5
  import { FieldForm } from "../FieldForm";
5
6
 
@@ -25,8 +26,8 @@ describe("<FieldForm />", () => {
25
26
  const fieldIndex = 0;
26
27
  const fieldCount = 1;
27
28
  const props = { field, fieldIndex, fieldCount, onDelete, onMove, onChange };
28
- const wrapper = shallow(<FieldForm {...props} />);
29
- expect(wrapper).toMatchSnapshot();
29
+ const { container } = render(<FieldForm {...props} />);
30
+ expect(container).toMatchSnapshot();
30
31
  });
31
32
 
32
33
  it("renders a FormInput disabled if editMode and disabled field are true", () => {
@@ -343,290 +343,609 @@ exports[`<FieldForm /> manages handleCardinalityChange 1`] = `
343
343
  `;
344
344
 
345
345
  exports[`<FieldForm /> matches the latest snapshot 1`] = `
346
- <Segment>
347
- <ButtonGroup
348
- basic={true}
349
- buttons={
350
- [
351
- {
352
- "disabled": true,
353
- "icon": "arrow up",
354
- "key": "up",
355
- "onClick": [Function],
356
- },
357
- {
358
- "disabled": true,
359
- "icon": "arrow down",
360
- "key": "down",
361
- "onClick": [Function],
362
- },
363
- {
364
- "disabled": false,
365
- "icon": "trash alternate outline",
366
- "key": "delete",
367
- "onClick": [MockFunction],
368
- },
369
- ]
370
- }
371
- color="orange"
372
- floated="right"
373
- size="tiny"
374
- />
375
- <Divider
376
- clearing={true}
377
- hidden={true}
378
- />
379
- <FormGroup
380
- size="small"
381
- widths="equal"
382
- >
383
- <FormInput
384
- as={[Function]}
385
- control={[Function]}
386
- label="template.field.label"
387
- name="undefined.fields[0].label"
388
- onChange={[MockFunction]}
389
- required={true}
390
- size="small"
391
- value="Field 1"
392
- />
393
- <FormInput
394
- as={[Function]}
395
- control={[Function]}
396
- disabled={false}
397
- fluid={true}
398
- label="template.field.name"
399
- name="undefined.fields[0].name"
400
- onChange={[MockFunction]}
401
- required={true}
402
- size="small"
403
- value="field1"
404
- />
405
- </FormGroup>
406
- <FormTextArea
407
- as={[Function]}
408
- control={[Function]}
409
- label="template.field.description"
410
- name="undefined.fields[0].description"
411
- onChange={[MockFunction]}
412
- rows={4}
413
- size="small"
414
- value="A field for testing"
415
- />
416
- <FormGroup
417
- size="small"
418
- widths="equal"
346
+ <div>
347
+ <div
348
+ class="ui segment"
419
349
  >
420
- <FormDropdown
421
- as={[Function]}
422
- control={[Function]}
423
- fluid={true}
424
- label="template.field.widget"
425
- name="undefined.fields[0].widget"
426
- onChange={[Function]}
427
- options={
428
- [
429
- {
430
- "icon": "hashtag",
431
- "key": undefined,
432
- "text": "Identifier",
433
- "value": "identifier",
434
- },
435
- {
436
- "icon": "minus",
437
- "key": undefined,
438
- "text": "Text Input",
439
- "value": "string",
440
- },
441
- {
442
- "icon": "align justify",
443
- "key": undefined,
444
- "text": "Textarea",
445
- "value": "textarea",
446
- },
447
- {
448
- "icon": "arrow down",
449
- "key": undefined,
450
- "text": "Dropdown",
451
- "value": "dropdown",
452
- },
453
- {
454
- "icon": "radio",
455
- "key": undefined,
456
- "text": "Radio",
457
- "value": "radio",
458
- },
459
- {
460
- "icon": "check square outline",
461
- "key": undefined,
462
- "text": "Checkbox",
463
- "value": "checkbox",
464
- },
465
- {
466
- "icon": "linkify",
467
- "key": undefined,
468
- "text": "Links",
469
- "value": "pair_list",
470
- },
471
- {
472
- "icon": "tint",
473
- "key": undefined,
474
- "text": "Colorpicker",
475
- "value": "color_picker",
476
- },
477
- {
478
- "icon": "text cursor",
479
- "key": undefined,
480
- "text": "Enrichedtext",
481
- "value": "enriched_text",
482
- },
483
- {
484
- "icon": "table",
485
- "key": undefined,
486
- "text": "Table",
487
- "value": "table",
488
- },
489
- {
490
- "icon": "asterisk",
491
- "key": undefined,
492
- "text": "Password",
493
- "value": "password",
494
- },
495
- {
496
- "icon": "image",
497
- "key": undefined,
498
- "text": "Image",
499
- "value": "image",
500
- },
501
- {
502
- "icon": "hashtag",
503
- "key": undefined,
504
- "text": "Number",
505
- "value": "number",
506
- },
507
- {
508
- "icon": "calendar",
509
- "key": undefined,
510
- "text": "Date",
511
- "value": "date",
512
- },
513
- {
514
- "icon": "calendar",
515
- "key": undefined,
516
- "text": "Date Time",
517
- "value": "datetime",
518
- },
519
- ]
520
- }
521
- required={true}
522
- selection={true}
523
- value="string"
524
- />
525
- <FormDropdown
526
- as={[Function]}
527
- control={[Function]}
528
- fluid={true}
529
- label="template.field.type"
530
- name="undefined.fields[0].type"
531
- onChange={[Function]}
532
- options={
533
- [
534
- {
535
- "key": "string",
536
- "text": "template.field.type.string",
537
- "value": "string",
538
- },
539
- ]
540
- }
541
- required={true}
542
- selection={true}
543
- value="list"
350
+ <div
351
+ class="ui orange tiny basic right floated buttons"
352
+ >
353
+ <button
354
+ class="ui icon disabled button"
355
+ disabled=""
356
+ tabindex="-1"
357
+ >
358
+ <i
359
+ aria-hidden="true"
360
+ class="arrow up icon"
361
+ />
362
+ </button>
363
+ <button
364
+ class="ui icon disabled button"
365
+ disabled=""
366
+ tabindex="-1"
367
+ >
368
+ <i
369
+ aria-hidden="true"
370
+ class="arrow down icon"
371
+ />
372
+ </button>
373
+ <button
374
+ class="ui icon button"
375
+ >
376
+ <i
377
+ aria-hidden="true"
378
+ class="trash alternate outline icon"
379
+ />
380
+ </button>
381
+ </div>
382
+ <div
383
+ class="ui clearing hidden divider"
544
384
  />
545
- <FormDropdown
546
- as={[Function]}
547
- control={[Function]}
548
- fluid={true}
549
- label="template.field.cardinality"
550
- name="undefined.fields[0].cardinality"
551
- onChange={[Function]}
552
- options={
553
- [
554
- {
555
- "key": "?",
556
- "text": "template.field.cardinality.?",
557
- "value": "?",
558
- },
559
- {
560
- "key": "1",
561
- "text": "template.field.cardinality.1",
562
- "value": "1",
563
- },
564
- {
565
- "key": "*",
566
- "text": "template.field.cardinality.*",
567
- "value": "*",
568
- },
569
- {
570
- "key": "+",
571
- "text": "template.field.cardinality.+",
572
- "value": "+",
573
- },
574
- ]
575
- }
576
- required={true}
577
- selection={true}
578
- />
579
- </FormGroup>
580
- <ValuesField
581
- defaultField="undefined.fields[0].default"
582
- field={
583
- {
584
- "description": "A field for testing",
585
- "label": "Field 1",
586
- "meta": {
587
- "role": "Data Owner",
588
- },
589
- "name": "field1",
590
- "required": true,
591
- "type": "list",
592
- "values": [
593
- "V1",
594
- "V2",
595
- ],
596
- "widget": "string",
597
- }
598
- }
599
- fieldNamePrefix="undefined.fields[0]"
600
- fieldType="list"
601
- keyType="0"
602
- name="undefined.fields[0].values"
603
- onChange={[MockFunction]}
604
- onSelectionChange={[Function]}
605
- subscribableField="undefined.fields[0].subscribable"
606
- values={[]}
607
- />
608
- <ConditionalFieldForm
609
- field={
610
- {
611
- "description": "A field for testing",
612
- "label": "Field 1",
613
- "meta": {
614
- "role": "Data Owner",
615
- },
616
- "name": "field1",
617
- "required": true,
618
- "type": "list",
619
- "values": [
620
- "V1",
621
- "V2",
622
- ],
623
- "widget": "string",
624
- }
625
- }
626
- fieldNamePrefix="undefined.fields[0]"
627
- onChange={[MockFunction]}
628
- />
629
- </Segment>
385
+ <div
386
+ class="equal width fields"
387
+ >
388
+ <div
389
+ class="required field"
390
+ >
391
+ <label>
392
+ template.field.label
393
+ </label>
394
+ <div
395
+ class="ui small input"
396
+ >
397
+ <input
398
+ name="undefined.fields[0].label"
399
+ required=""
400
+ type="text"
401
+ value="Field 1"
402
+ />
403
+ </div>
404
+ </div>
405
+ <div
406
+ class="required field"
407
+ >
408
+ <label>
409
+ template.field.name
410
+ </label>
411
+ <div
412
+ class="ui small fluid input"
413
+ >
414
+ <input
415
+ name="undefined.fields[0].name"
416
+ required=""
417
+ type="text"
418
+ value="field1"
419
+ />
420
+ </div>
421
+ </div>
422
+ </div>
423
+ <div
424
+ class="field"
425
+ >
426
+ <label>
427
+ template.field.description
428
+ </label>
429
+ <textarea
430
+ name="undefined.fields[0].description"
431
+ rows="4"
432
+ >
433
+ A field for testing
434
+ </textarea>
435
+ </div>
436
+ <div
437
+ class="equal width fields"
438
+ >
439
+ <div
440
+ class="required field"
441
+ >
442
+ <label>
443
+ template.field.widget
444
+ </label>
445
+ <div
446
+ aria-expanded="false"
447
+ class="ui fluid selection dropdown"
448
+ name="undefined.fields[0].widget"
449
+ required=""
450
+ role="listbox"
451
+ tabindex="0"
452
+ >
453
+ <div
454
+ aria-atomic="true"
455
+ aria-live="polite"
456
+ class="divider text"
457
+ role="alert"
458
+ >
459
+ Text Input
460
+ </div>
461
+ <i
462
+ aria-hidden="true"
463
+ class="dropdown icon"
464
+ />
465
+ <div
466
+ class="menu transition"
467
+ >
468
+ <div
469
+ aria-checked="false"
470
+ aria-selected="false"
471
+ class="item"
472
+ role="option"
473
+ style="pointer-events: all;"
474
+ >
475
+ <i
476
+ aria-hidden="true"
477
+ class="hashtag icon"
478
+ />
479
+ <span
480
+ class="text"
481
+ >
482
+ Identifier
483
+ </span>
484
+ </div>
485
+ <div
486
+ aria-checked="true"
487
+ aria-selected="true"
488
+ class="active selected item"
489
+ role="option"
490
+ style="pointer-events: all;"
491
+ >
492
+ <i
493
+ aria-hidden="true"
494
+ class="minus icon"
495
+ />
496
+ <span
497
+ class="text"
498
+ >
499
+ Text Input
500
+ </span>
501
+ </div>
502
+ <div
503
+ aria-checked="false"
504
+ aria-selected="false"
505
+ class="item"
506
+ role="option"
507
+ style="pointer-events: all;"
508
+ >
509
+ <i
510
+ aria-hidden="true"
511
+ class="align justify icon"
512
+ />
513
+ <span
514
+ class="text"
515
+ >
516
+ Textarea
517
+ </span>
518
+ </div>
519
+ <div
520
+ aria-checked="false"
521
+ aria-selected="false"
522
+ class="item"
523
+ role="option"
524
+ style="pointer-events: all;"
525
+ >
526
+ <i
527
+ aria-hidden="true"
528
+ class="arrow down icon"
529
+ />
530
+ <span
531
+ class="text"
532
+ >
533
+ Dropdown
534
+ </span>
535
+ </div>
536
+ <div
537
+ aria-checked="false"
538
+ aria-selected="false"
539
+ class="item"
540
+ role="option"
541
+ style="pointer-events: all;"
542
+ >
543
+ <i
544
+ aria-hidden="true"
545
+ class="radio icon"
546
+ />
547
+ <span
548
+ class="text"
549
+ >
550
+ Radio
551
+ </span>
552
+ </div>
553
+ <div
554
+ aria-checked="false"
555
+ aria-selected="false"
556
+ class="item"
557
+ role="option"
558
+ style="pointer-events: all;"
559
+ >
560
+ <i
561
+ aria-hidden="true"
562
+ class="check square outline icon"
563
+ />
564
+ <span
565
+ class="text"
566
+ >
567
+ Checkbox
568
+ </span>
569
+ </div>
570
+ <div
571
+ aria-checked="false"
572
+ aria-selected="false"
573
+ class="item"
574
+ role="option"
575
+ style="pointer-events: all;"
576
+ >
577
+ <i
578
+ aria-hidden="true"
579
+ class="linkify icon"
580
+ />
581
+ <span
582
+ class="text"
583
+ >
584
+ Links
585
+ </span>
586
+ </div>
587
+ <div
588
+ aria-checked="false"
589
+ aria-selected="false"
590
+ class="item"
591
+ role="option"
592
+ style="pointer-events: all;"
593
+ >
594
+ <i
595
+ aria-hidden="true"
596
+ class="tint icon"
597
+ />
598
+ <span
599
+ class="text"
600
+ >
601
+ Colorpicker
602
+ </span>
603
+ </div>
604
+ <div
605
+ aria-checked="false"
606
+ aria-selected="false"
607
+ class="item"
608
+ role="option"
609
+ style="pointer-events: all;"
610
+ >
611
+ <i
612
+ aria-hidden="true"
613
+ class="text cursor icon"
614
+ />
615
+ <span
616
+ class="text"
617
+ >
618
+ Enrichedtext
619
+ </span>
620
+ </div>
621
+ <div
622
+ aria-checked="false"
623
+ aria-selected="false"
624
+ class="item"
625
+ role="option"
626
+ style="pointer-events: all;"
627
+ >
628
+ <i
629
+ aria-hidden="true"
630
+ class="table icon"
631
+ />
632
+ <span
633
+ class="text"
634
+ >
635
+ Table
636
+ </span>
637
+ </div>
638
+ <div
639
+ aria-checked="false"
640
+ aria-selected="false"
641
+ class="item"
642
+ role="option"
643
+ style="pointer-events: all;"
644
+ >
645
+ <i
646
+ aria-hidden="true"
647
+ class="asterisk icon"
648
+ />
649
+ <span
650
+ class="text"
651
+ >
652
+ Password
653
+ </span>
654
+ </div>
655
+ <div
656
+ aria-checked="false"
657
+ aria-selected="false"
658
+ class="item"
659
+ role="option"
660
+ style="pointer-events: all;"
661
+ >
662
+ <i
663
+ aria-hidden="true"
664
+ class="image icon"
665
+ />
666
+ <span
667
+ class="text"
668
+ >
669
+ Image
670
+ </span>
671
+ </div>
672
+ <div
673
+ aria-checked="false"
674
+ aria-selected="false"
675
+ class="item"
676
+ role="option"
677
+ style="pointer-events: all;"
678
+ >
679
+ <i
680
+ aria-hidden="true"
681
+ class="hashtag icon"
682
+ />
683
+ <span
684
+ class="text"
685
+ >
686
+ Number
687
+ </span>
688
+ </div>
689
+ <div
690
+ aria-checked="false"
691
+ aria-selected="false"
692
+ class="item"
693
+ role="option"
694
+ style="pointer-events: all;"
695
+ >
696
+ <i
697
+ aria-hidden="true"
698
+ class="calendar icon"
699
+ />
700
+ <span
701
+ class="text"
702
+ >
703
+ Date
704
+ </span>
705
+ </div>
706
+ <div
707
+ aria-checked="false"
708
+ aria-selected="false"
709
+ class="item"
710
+ role="option"
711
+ style="pointer-events: all;"
712
+ >
713
+ <i
714
+ aria-hidden="true"
715
+ class="calendar icon"
716
+ />
717
+ <span
718
+ class="text"
719
+ >
720
+ Date Time
721
+ </span>
722
+ </div>
723
+ </div>
724
+ </div>
725
+ </div>
726
+ <div
727
+ class="required field"
728
+ >
729
+ <label>
730
+ template.field.type
731
+ </label>
732
+ <div
733
+ aria-expanded="false"
734
+ class="ui fluid selection dropdown"
735
+ name="undefined.fields[0].type"
736
+ required=""
737
+ role="listbox"
738
+ tabindex="0"
739
+ >
740
+ <i
741
+ aria-hidden="true"
742
+ class="dropdown icon"
743
+ />
744
+ <div
745
+ class="menu transition"
746
+ >
747
+ <div
748
+ aria-checked="false"
749
+ aria-selected="true"
750
+ class="selected item"
751
+ role="option"
752
+ style="pointer-events: all;"
753
+ >
754
+ <span
755
+ class="text"
756
+ >
757
+ template.field.type.string
758
+ </span>
759
+ </div>
760
+ </div>
761
+ </div>
762
+ </div>
763
+ <div
764
+ class="required field"
765
+ >
766
+ <label>
767
+ template.field.cardinality
768
+ </label>
769
+ <div
770
+ aria-expanded="false"
771
+ class="ui fluid selection dropdown"
772
+ name="undefined.fields[0].cardinality"
773
+ required=""
774
+ role="listbox"
775
+ tabindex="0"
776
+ >
777
+ <i
778
+ aria-hidden="true"
779
+ class="dropdown icon"
780
+ />
781
+ <div
782
+ class="menu transition"
783
+ >
784
+ <div
785
+ aria-checked="false"
786
+ aria-selected="true"
787
+ class="selected item"
788
+ role="option"
789
+ style="pointer-events: all;"
790
+ >
791
+ <span
792
+ class="text"
793
+ >
794
+ template.field.cardinality.?
795
+ </span>
796
+ </div>
797
+ <div
798
+ aria-checked="false"
799
+ aria-selected="false"
800
+ class="item"
801
+ role="option"
802
+ style="pointer-events: all;"
803
+ >
804
+ <span
805
+ class="text"
806
+ >
807
+ template.field.cardinality.1
808
+ </span>
809
+ </div>
810
+ <div
811
+ aria-checked="false"
812
+ aria-selected="false"
813
+ class="item"
814
+ role="option"
815
+ style="pointer-events: all;"
816
+ >
817
+ <span
818
+ class="text"
819
+ >
820
+ template.field.cardinality.*
821
+ </span>
822
+ </div>
823
+ <div
824
+ aria-checked="false"
825
+ aria-selected="false"
826
+ class="item"
827
+ role="option"
828
+ style="pointer-events: all;"
829
+ >
830
+ <span
831
+ class="text"
832
+ >
833
+ template.field.cardinality.+
834
+ </span>
835
+ </div>
836
+ </div>
837
+ </div>
838
+ </div>
839
+ </div>
840
+ <div
841
+ class="field"
842
+ >
843
+ <label>
844
+ template.field.depends
845
+ </label>
846
+ <div
847
+ class="equal width fields"
848
+ >
849
+ <div
850
+ class="field"
851
+ >
852
+ <div
853
+ class="disabled field"
854
+ >
855
+ <div
856
+ aria-disabled="true"
857
+ aria-expanded="false"
858
+ class="ui disabled fluid search selection dropdown"
859
+ name="undefined.fields[0].depends.on"
860
+ role="combobox"
861
+ >
862
+ <input
863
+ aria-autocomplete="list"
864
+ autocomplete="off"
865
+ class="search"
866
+ tabindex="-1"
867
+ type="text"
868
+ value=""
869
+ />
870
+ <div
871
+ aria-atomic="true"
872
+ aria-live="polite"
873
+ class="divider default text"
874
+ role="alert"
875
+ >
876
+ template.field.depends.on
877
+ </div>
878
+ <i
879
+ aria-hidden="true"
880
+ class="dropdown icon"
881
+ />
882
+ <div
883
+ class="menu transition"
884
+ role="listbox"
885
+ >
886
+ <div
887
+ class="message"
888
+ >
889
+ No results found.
890
+ </div>
891
+ </div>
892
+ </div>
893
+ </div>
894
+ </div>
895
+ <div
896
+ class="field"
897
+ >
898
+ <div
899
+ class="disabled field"
900
+ >
901
+ <div
902
+ aria-disabled="true"
903
+ aria-expanded="false"
904
+ class="ui disabled fluid multiple search selection dropdown"
905
+ name="undefined.fields[0].depends.to_be"
906
+ role="combobox"
907
+ >
908
+ <input
909
+ aria-autocomplete="list"
910
+ autocomplete="off"
911
+ class="search"
912
+ tabindex="-1"
913
+ type="text"
914
+ value=""
915
+ />
916
+ <span
917
+ class="sizer"
918
+ />
919
+ <div
920
+ aria-atomic="true"
921
+ aria-live="polite"
922
+ class="divider default text"
923
+ role="alert"
924
+ >
925
+ template.field.depends.to_be
926
+ </div>
927
+ <i
928
+ aria-hidden="true"
929
+ class="dropdown icon"
930
+ />
931
+ <div
932
+ aria-multiselectable="true"
933
+ class="menu transition"
934
+ role="listbox"
935
+ >
936
+ <div
937
+ class="message"
938
+ >
939
+ No results found.
940
+ </div>
941
+ </div>
942
+ </div>
943
+ </div>
944
+ </div>
945
+ </div>
946
+ </div>
947
+ </div>
948
+ </div>
630
949
  `;
631
950
 
632
951
  exports[`<FieldForm /> renders MandatoryConditional 1`] = `