@aurodesignsystem-dev/auro-formkit 0.0.0-pr798.0 → 0.0.0-pr800.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
- package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +143 -127
- package/components/bibtemplate/dist/registered.js +143 -127
- package/components/checkbox/demo/api.md +7 -5
- package/components/checkbox/demo/api.min.js +10 -8
- package/components/checkbox/demo/index.min.js +10 -8
- package/components/checkbox/dist/auro-checkbox.d.ts +3 -0
- package/components/checkbox/dist/index.js +9 -7
- package/components/checkbox/dist/registered.js +9 -7
- package/components/combobox/demo/api.md +2 -0
- package/components/combobox/demo/api.min.js +475 -298
- package/components/combobox/demo/index.md +2 -4
- package/components/combobox/demo/index.min.js +475 -298
- package/components/combobox/dist/auro-combobox.d.ts +15 -6
- package/components/combobox/dist/index.js +404 -278
- package/components/combobox/dist/registered.js +404 -278
- package/components/counter/demo/api.md +2 -0
- package/components/counter/demo/api.min.js +308 -267
- package/components/counter/demo/index.md +4 -4
- package/components/counter/demo/index.min.js +308 -267
- package/components/counter/dist/auro-counter-group.d.ts +10 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +307 -266
- package/components/counter/dist/registered.js +307 -266
- package/components/datepicker/README.md +1 -1
- package/components/datepicker/demo/api.md +44 -19
- package/components/datepicker/demo/api.min.js +757 -426
- package/components/datepicker/demo/index.md +4 -4
- package/components/datepicker/demo/index.min.js +757 -426
- package/components/datepicker/demo/readme.md +1 -1
- package/components/datepicker/dist/auro-datepicker.d.ts +73 -12
- package/components/datepicker/dist/index.js +756 -425
- package/components/datepicker/dist/registered.js +756 -425
- package/components/dropdown/demo/api.md +2 -2
- package/components/dropdown/demo/api.min.js +35 -80
- package/components/dropdown/demo/index.min.js +35 -80
- package/components/dropdown/dist/auro-dropdown.d.ts +2 -7
- package/components/dropdown/dist/index.js +34 -79
- package/components/dropdown/dist/registered.js +34 -79
- package/components/form/demo/api.md +1 -1
- package/components/form/demo/api.min.js +2 -2
- package/components/form/demo/index.min.js +2 -2
- package/components/form/dist/auro-form.d.ts +1 -1
- package/components/form/dist/index.js +1 -1
- package/components/form/dist/registered.js +1 -1
- package/components/helptext/dist/auro-helptext.d.ts +0 -2
- package/components/helptext/dist/index.js +2 -4
- package/components/helptext/dist/registered.js +2 -4
- package/components/input/demo/api.md +2 -5
- package/components/input/demo/api.min.js +168 -43
- package/components/input/demo/index.md +2 -2
- package/components/input/demo/index.min.js +168 -43
- package/components/input/dist/auro-input.d.ts +24 -0
- package/components/input/dist/base-input.d.ts +8 -2
- package/components/input/dist/index.js +167 -42
- package/components/input/dist/registered.js +167 -42
- package/components/layoutElement/dist/index.js +5 -5
- package/components/layoutElement/dist/registered.js +97 -0
- package/components/menu/demo/api.html +0 -15
- package/components/menu/demo/api.md +0 -4
- package/components/menu/demo/api.min.js +85 -34
- package/components/menu/demo/index.min.js +85 -34
- package/components/menu/dist/auro-menu.d.ts +14 -2
- package/components/menu/dist/auro-menuoption.d.ts +8 -2
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +70 -19
- package/components/menu/dist/registered.js +70 -19
- package/components/radio/demo/api.md +34 -1
- package/components/radio/demo/api.min.js +8 -8
- package/components/radio/demo/index.min.js +8 -8
- package/components/radio/dist/auro-radio.d.ts +2 -0
- package/components/radio/dist/index.js +7 -7
- package/components/radio/dist/registered.js +7 -7
- package/components/select/demo/api.md +47 -67
- package/components/select/demo/api.min.js +374 -290
- package/components/select/demo/index.md +1057 -137
- package/components/select/demo/index.min.js +374 -290
- package/components/select/dist/auro-select.d.ts +26 -10
- package/components/select/dist/index.js +303 -270
- package/components/select/dist/registered.js +303 -270
- package/package.json +7 -7
- /package/components/datepicker/dist/styles/{default → classic}/color-css.d.ts +0 -0
- /package/components/{input/dist/styles/default/input-css.d.ts → datepicker/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/default/label-css.d.ts → dropdown/dist/styles/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/input-css.d.ts → menu/dist/styles/shapeSize-css.d.ts} +0 -0
|
@@ -23,7 +23,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
23
23
|
| [forceDisplayValue](#forceDisplayValue) | `forceDisplayValue` | `boolean` | false | If declared, the label and value will be visually hidden and the displayValue will render 100% of the time. |
|
|
24
24
|
| [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`xs`, `sm`, `md`, `lg`, `xl`, `disabled`)<br />at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.<br /><br />When expanded, the dropdown will automatically display in fullscreen mode<br />if the screen size is equal to or smaller than the selected breakpoint. |
|
|
25
25
|
| [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
|
|
26
|
-
| [layout](#layout) | | `string` |
|
|
26
|
+
| [layout](#layout) | | `string` | | |
|
|
27
27
|
| [matchWidth](#matchWidth) | `matchWidth` | `boolean` | false | If declared, the popover and trigger will be set to the same width. |
|
|
28
28
|
| [multiSelect](#multiSelect) | `multiselect` | `boolean` | | Sets multi-select mode, allowing multiple options to be selected at once. |
|
|
29
29
|
| [name](#name) | `name` | `string` | | The name for the select element. |
|
|
@@ -39,8 +39,6 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
39
39
|
| [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
|
|
40
40
|
| [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
|
|
41
41
|
| [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
|
|
42
|
-
| [shape](#shape) | | `string` | "snowflake" | |
|
|
43
|
-
| [size](#size) | | `string` | "xl" | |
|
|
44
42
|
| [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
|
|
45
43
|
| [value](#value) | `value` | `string` | | Value selected for the component. |
|
|
46
44
|
|
|
@@ -48,7 +46,9 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
48
46
|
|
|
49
47
|
| Method | Type | Description |
|
|
50
48
|
|------------|----------------------------------------|--------------------------------------------------|
|
|
49
|
+
| [hideBib](#hideBib) | `(): void` | Hides the dropdown bib if its open. |
|
|
51
50
|
| [reset](#reset) | `(): void` | Resets component to initial state. |
|
|
51
|
+
| [showBib](#showBib) | `(): void` | Shows the dropdown bib if there are options to show. |
|
|
52
52
|
| [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
|
|
53
53
|
|
|
54
54
|
## Events
|
|
@@ -411,10 +411,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
|
|
|
411
411
|
<div class="exampleWrapper">
|
|
412
412
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
|
|
413
413
|
<!-- The below content is automatically added from ./../apiExamples/required.html -->
|
|
414
|
-
<auro-select required setCustomValidityValueMissing="Custom required validation error message.">
|
|
414
|
+
<auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
|
|
415
415
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
416
|
-
<span slot="label">
|
|
417
|
-
<label slot="placeholder">Placeholder Text</label>
|
|
416
|
+
<span slot="label">Label</span>
|
|
418
417
|
<auro-menu>
|
|
419
418
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
420
419
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -432,10 +431,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
|
|
|
432
431
|
<!-- The below code snippet is automatically added from ./../apiExamples/required.html -->
|
|
433
432
|
|
|
434
433
|
```html
|
|
435
|
-
<auro-select required setCustomValidityValueMissing="Custom required validation error message.">
|
|
434
|
+
<auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
|
|
436
435
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
437
|
-
<span slot="label">
|
|
438
|
-
<label slot="placeholder">Placeholder Text</label>
|
|
436
|
+
<span slot="label">Label</span>
|
|
439
437
|
<auro-menu>
|
|
440
438
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
441
439
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -499,10 +497,9 @@ Use the `error` boolean attribute to toggle the error UI.
|
|
|
499
497
|
<div class="exampleWrapper">
|
|
500
498
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/error.html) -->
|
|
501
499
|
<!-- The below content is automatically added from ./../apiExamples/error.html -->
|
|
502
|
-
<auro-select error="Custom error message">
|
|
503
|
-
<span slot="label">error select example</span>
|
|
500
|
+
<auro-select error="Custom error message" placeholder="Placeholder Text">
|
|
504
501
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
505
|
-
<
|
|
502
|
+
<span slot="label">Label</span>
|
|
506
503
|
<auro-menu>
|
|
507
504
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
508
505
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -517,10 +514,9 @@ Use the `error` boolean attribute to toggle the error UI.
|
|
|
517
514
|
<div class="exampleWrapper--ondark" aria-hidden>
|
|
518
515
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
|
|
519
516
|
<!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
|
|
520
|
-
<auro-select onDark error="Custom error message">
|
|
521
|
-
<span slot="label">error select example</span>
|
|
517
|
+
<auro-select onDark error="Custom error message" placeholder="Placeholder Text">
|
|
522
518
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
523
|
-
<
|
|
519
|
+
<span slot="label">Label</span>
|
|
524
520
|
<auro-menu>
|
|
525
521
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
526
522
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -538,10 +534,9 @@ Use the `error` boolean attribute to toggle the error UI.
|
|
|
538
534
|
<!-- The below code snippet is automatically added from ./../apiExamples/error.html -->
|
|
539
535
|
|
|
540
536
|
```html
|
|
541
|
-
<auro-select error="Custom error message">
|
|
542
|
-
<span slot="label">error select example</span>
|
|
537
|
+
<auro-select error="Custom error message" placeholder="Placeholder Text">
|
|
543
538
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
544
|
-
<
|
|
539
|
+
<span slot="label">Label</span>
|
|
545
540
|
<auro-menu>
|
|
546
541
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
547
542
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -555,10 +550,9 @@ Use the `error` boolean attribute to toggle the error UI.
|
|
|
555
550
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
556
551
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
|
|
557
552
|
<!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
|
|
558
|
-
<auro-select onDark error="Custom error message">
|
|
559
|
-
<span slot="label">error select example</span>
|
|
553
|
+
<auro-select onDark error="Custom error message" placeholder="Placeholder Text">
|
|
560
554
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
561
|
-
<
|
|
555
|
+
<span slot="label">Label</span>
|
|
562
556
|
<auro-menu>
|
|
563
557
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
564
558
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -577,10 +571,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
|
|
|
577
571
|
<div class="exampleWrapper">
|
|
578
572
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
|
|
579
573
|
<!-- The below content is automatically added from ./../apiExamples/disabled.html -->
|
|
580
|
-
<auro-select disabled>
|
|
574
|
+
<auro-select disabled placeholder="Placeholder Text">
|
|
581
575
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
582
|
-
<
|
|
583
|
-
<span slot="label">disabled select example</span>
|
|
576
|
+
<span slot="label">Label</span>
|
|
584
577
|
<auro-menu>
|
|
585
578
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
586
579
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -595,10 +588,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
|
|
|
595
588
|
<div class="exampleWrapper--ondark" aria-hidden>
|
|
596
589
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
|
|
597
590
|
<!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
|
|
598
|
-
<auro-select onDark disabled>
|
|
591
|
+
<auro-select onDark disabled placeholder="Placeholder Text">
|
|
599
592
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
600
|
-
<
|
|
601
|
-
<span slot="label">disabled select example</span>
|
|
593
|
+
<span slot="label">Label</span>
|
|
602
594
|
<auro-menu>
|
|
603
595
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
604
596
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -616,10 +608,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
|
|
|
616
608
|
<!-- The below code snippet is automatically added from ./../apiExamples/disabled.html -->
|
|
617
609
|
|
|
618
610
|
```html
|
|
619
|
-
<auro-select disabled>
|
|
611
|
+
<auro-select disabled placeholder="Placeholder Text">
|
|
620
612
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
621
|
-
<
|
|
622
|
-
<span slot="label">disabled select example</span>
|
|
613
|
+
<span slot="label">Label</span>
|
|
623
614
|
<auro-menu>
|
|
624
615
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
625
616
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -633,10 +624,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
|
|
|
633
624
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
634
625
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
|
|
635
626
|
<!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
|
|
636
|
-
<auro-select onDark disabled>
|
|
627
|
+
<auro-select onDark disabled placeholder="Placeholder Text">
|
|
637
628
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
638
|
-
<
|
|
639
|
-
<span slot="label">disabled select example</span>
|
|
629
|
+
<span slot="label">Label</span>
|
|
640
630
|
<auro-menu>
|
|
641
631
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
642
632
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -693,10 +683,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
|
|
|
693
683
|
<div class="exampleWrapper">
|
|
694
684
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/flexMenuWidth.html) -->
|
|
695
685
|
<!-- The below content is automatically added from ../apiExamples/flexMenuWidth.html -->
|
|
696
|
-
<auro-select flexMenuWidth id="flexMenuWidthExample">
|
|
697
|
-
<span slot="label">flexMenuWidth select example</span>
|
|
686
|
+
<auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
|
|
698
687
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
699
|
-
<
|
|
688
|
+
<span slot="label">Label</span>
|
|
700
689
|
<auro-menu>
|
|
701
690
|
<auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
|
|
702
691
|
<auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
|
|
@@ -718,10 +707,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
|
|
|
718
707
|
<!-- The below code snippet is automatically added from ../apiExamples/flexMenuWidth.html -->
|
|
719
708
|
|
|
720
709
|
```html
|
|
721
|
-
<auro-select flexMenuWidth id="flexMenuWidthExample">
|
|
722
|
-
<span slot="label">flexMenuWidth select example</span>
|
|
710
|
+
<auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
|
|
723
711
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
724
|
-
<
|
|
712
|
+
<span slot="label">Label</span>
|
|
725
713
|
<auro-menu>
|
|
726
714
|
<auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
|
|
727
715
|
<auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
|
|
@@ -789,11 +777,10 @@ Use the `helpText` slot to provide additional information back to your user abou
|
|
|
789
777
|
<div class="exampleWrapper">
|
|
790
778
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/helpText.html) -->
|
|
791
779
|
<!-- The below content is automatically added from ./../apiExamples/helpText.html -->
|
|
792
|
-
<auro-select>
|
|
780
|
+
<auro-select placeholder="Placeholder Text">
|
|
793
781
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
794
|
-
<
|
|
782
|
+
<span slot="label">Label</span>
|
|
795
783
|
<span slot="helpText">Custom help text message.</span>
|
|
796
|
-
<span slot="label">helpText select example</span>
|
|
797
784
|
<auro-menu>
|
|
798
785
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
799
786
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -811,11 +798,10 @@ Use the `helpText` slot to provide additional information back to your user abou
|
|
|
811
798
|
<!-- The below code snippet is automatically added from ./../apiExamples/helpText.html -->
|
|
812
799
|
|
|
813
800
|
```html
|
|
814
|
-
<auro-select>
|
|
801
|
+
<auro-select placeholder="Placeholder Text">
|
|
815
802
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
816
|
-
<
|
|
803
|
+
<span slot="label">Label</span>
|
|
817
804
|
<span slot="helpText">Custom help text message.</span>
|
|
818
|
-
<span slot="label">helpText select example</span>
|
|
819
805
|
<auro-menu>
|
|
820
806
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
821
807
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -840,9 +826,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
|
|
|
840
826
|
<!-- The below content is automatically added from ./../apiExamples/resetState.html -->
|
|
841
827
|
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
842
828
|
<br/><br/>
|
|
843
|
-
<auro-select id="resetStateExample" value="price">
|
|
829
|
+
<auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
|
|
844
830
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
845
|
-
<
|
|
831
|
+
<span slot="label">Label</span>
|
|
846
832
|
<span slot="label">Name</span>
|
|
847
833
|
<auro-menu>
|
|
848
834
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
@@ -863,9 +849,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
|
|
|
863
849
|
```html
|
|
864
850
|
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
865
851
|
<br/><br/>
|
|
866
|
-
<auro-select id="resetStateExample" value="price">
|
|
852
|
+
<auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
|
|
867
853
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
868
|
-
<
|
|
854
|
+
<span slot="label">Label</span>
|
|
869
855
|
<span slot="label">Name</span>
|
|
870
856
|
<auro-menu>
|
|
871
857
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
@@ -900,10 +886,9 @@ The following example illustrates how a user may query the `element.value` or `e
|
|
|
900
886
|
<div class="exampleWrapper">
|
|
901
887
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueExtraction.html) -->
|
|
902
888
|
<!-- The below content is automatically added from ./../apiExamples/valueExtraction.html -->
|
|
903
|
-
<auro-select id="valueExtraction">
|
|
889
|
+
<auro-select id="valueExtraction" placeholder="Placeholder Text">
|
|
904
890
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
905
|
-
<
|
|
906
|
-
<span slot="label">Select Example</span>
|
|
891
|
+
<span slot="label">Label</span>
|
|
907
892
|
<auro-menu>
|
|
908
893
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
909
894
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -922,10 +907,9 @@ The following example illustrates how a user may query the `element.value` or `e
|
|
|
922
907
|
<!-- The below code snippet is automatically added from ./../apiExamples/valueExtraction.html -->
|
|
923
908
|
|
|
924
909
|
```html
|
|
925
|
-
<auro-select id="valueExtraction">
|
|
910
|
+
<auro-select id="valueExtraction" placeholder="Placeholder Text">
|
|
926
911
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
927
|
-
<
|
|
928
|
-
<span slot="label">Select Example</span>
|
|
912
|
+
<span slot="label">Label</span>
|
|
929
913
|
<auro-menu>
|
|
930
914
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
931
915
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -964,10 +948,9 @@ This example programmatically adds the `error` state when a user selects an opti
|
|
|
964
948
|
<div class="exampleWrapper">
|
|
965
949
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/customErrorValidity.html) -->
|
|
966
950
|
<!-- The below content is automatically added from ./../apiExamples/customErrorValidity.html -->
|
|
967
|
-
<auro-select id="primaryError">
|
|
951
|
+
<auro-select id="primaryError" placeholder="Placeholder Text">
|
|
968
952
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
969
|
-
<
|
|
970
|
-
<span slot="label">Select Example</span>
|
|
953
|
+
<span slot="label">Label</span>
|
|
971
954
|
<auro-menu>
|
|
972
955
|
<auro-menuoption value="1">1</auro-menuoption>
|
|
973
956
|
<auro-menuoption value="2">2</auro-menuoption>
|
|
@@ -985,10 +968,9 @@ This example programmatically adds the `error` state when a user selects an opti
|
|
|
985
968
|
<!-- The below code snippet is automatically added from ./../apiExamples/customErrorValidity.html -->
|
|
986
969
|
|
|
987
970
|
```html
|
|
988
|
-
<auro-select id="primaryError">
|
|
971
|
+
<auro-select id="primaryError" placeholder="Placeholder Text">
|
|
989
972
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
990
|
-
<
|
|
991
|
-
<span slot="label">Select Example</span>
|
|
973
|
+
<span slot="label">Label</span>
|
|
992
974
|
<auro-menu>
|
|
993
975
|
<auro-menuoption value="1">1</auro-menuoption>
|
|
994
976
|
<auro-menuoption value="2">2</auro-menuoption>
|
|
@@ -1375,10 +1357,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
|
|
|
1375
1357
|
<div class="exampleWrapper">
|
|
1376
1358
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueAlert.html) -->
|
|
1377
1359
|
<!-- The below content is automatically added from ./../apiExamples/valueAlert.html -->
|
|
1378
|
-
<auro-select id="valueAlert">
|
|
1379
|
-
<span slot="label">Select Example</span>
|
|
1360
|
+
<auro-select id="valueAlert" placeholder="Placeholder Text">
|
|
1380
1361
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1381
|
-
<
|
|
1362
|
+
<span slot="label">Label</span>
|
|
1382
1363
|
<auro-menu id="valueAlertMenu">
|
|
1383
1364
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1384
1365
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1396,10 +1377,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
|
|
|
1396
1377
|
<!-- The below code snippet is automatically added from ./../apiExamples/valueAlert.html -->
|
|
1397
1378
|
|
|
1398
1379
|
```html
|
|
1399
|
-
<auro-select id="valueAlert">
|
|
1400
|
-
<span slot="label">Select Example</span>
|
|
1380
|
+
<auro-select id="valueAlert" placeholder="Placeholder Text">
|
|
1401
1381
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1402
|
-
<
|
|
1382
|
+
<span slot="label">Label</span>
|
|
1403
1383
|
<auro-menu id="valueAlertMenu">
|
|
1404
1384
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1405
1385
|
<auro-menuoption value="price">Price</auro-menuoption>
|