@aurodesignsystem-dev/auro-formkit 0.0.0-pr1332.1 → 0.0.0-pr1338.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.
- package/components/checkbox/demo/api.min.js +2 -2
- package/components/checkbox/demo/index.min.js +2 -2
- package/components/checkbox/dist/index.js +2 -2
- package/components/checkbox/dist/registered.js +2 -2
- package/components/combobox/demo/api.js +2 -2
- package/components/combobox/demo/api.md +80 -0
- package/components/combobox/demo/api.min.js +34 -61
- package/components/combobox/demo/index.min.js +19 -60
- package/components/combobox/dist/auro-combobox.d.ts +2 -2
- package/components/combobox/dist/index.js +19 -60
- package/components/combobox/dist/registered.js +19 -60
- package/components/counter/demo/api.min.js +4 -18
- package/components/counter/demo/index.min.js +4 -18
- package/components/counter/dist/index.js +4 -18
- package/components/counter/dist/registered.js +4 -18
- package/components/datepicker/demo/api.min.js +13 -40
- package/components/datepicker/demo/index.min.js +13 -40
- package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
- package/components/datepicker/dist/index.js +13 -40
- package/components/datepicker/dist/registered.js +13 -40
- package/components/dropdown/demo/api.min.js +2 -16
- package/components/dropdown/demo/index.min.js +2 -16
- package/components/dropdown/dist/auro-dropdown.d.ts +0 -9
- package/components/dropdown/dist/index.js +2 -16
- package/components/dropdown/dist/registered.js +2 -16
- package/components/input/demo/api.md +1 -1
- package/components/input/demo/api.min.js +6 -19
- package/components/input/demo/index.min.js +6 -19
- package/components/input/dist/auro-input.d.ts +1 -0
- package/components/input/dist/base-input.d.ts +0 -9
- package/components/input/dist/index.js +6 -19
- package/components/input/dist/registered.js +6 -19
- package/components/radio/demo/api.min.js +2 -2
- package/components/radio/demo/index.min.js +2 -2
- package/components/radio/dist/index.js +2 -2
- package/components/radio/dist/registered.js +2 -2
- package/components/select/demo/api.min.js +12 -57
- package/components/select/demo/index.min.js +12 -57
- package/components/select/dist/auro-select.d.ts +0 -7
- package/components/select/dist/index.js +12 -57
- package/components/select/dist/registered.js +12 -57
- package/custom-elements.json +1250 -1327
- package/package.json +11 -3
package/custom-elements.json
CHANGED
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
"type": {
|
|
1926
1926
|
"text": "object"
|
|
1927
1927
|
},
|
|
1928
|
-
"description": "Specifies the currently active
|
|
1928
|
+
"description": "Specifies the currently active option."
|
|
1929
1929
|
},
|
|
1930
1930
|
{
|
|
1931
1931
|
"kind": "field",
|
|
@@ -7604,168 +7604,127 @@
|
|
|
7604
7604
|
},
|
|
7605
7605
|
{
|
|
7606
7606
|
"kind": "javascript-module",
|
|
7607
|
-
"path": "components/
|
|
7607
|
+
"path": "components/form/src/auro-form.js",
|
|
7608
7608
|
"declarations": [
|
|
7609
7609
|
{
|
|
7610
7610
|
"kind": "class",
|
|
7611
|
-
"description": "The `auro-
|
|
7612
|
-
"name": "
|
|
7613
|
-
"cssParts": [
|
|
7614
|
-
{
|
|
7615
|
-
"description": "The trigger content container.",
|
|
7616
|
-
"name": "trigger"
|
|
7617
|
-
},
|
|
7618
|
-
{
|
|
7619
|
-
"description": "The collapsed/expanded state icon container.",
|
|
7620
|
-
"name": "chevron"
|
|
7621
|
-
},
|
|
7622
|
-
{
|
|
7623
|
-
"description": "The size of the dropdown bib. (height, width, maxHeight, maxWidth only)",
|
|
7624
|
-
"name": "size"
|
|
7625
|
-
},
|
|
7626
|
-
{
|
|
7627
|
-
"description": "The helpText content container.",
|
|
7628
|
-
"name": "helpText"
|
|
7629
|
-
}
|
|
7630
|
-
],
|
|
7611
|
+
"description": "The `auro-form` element provides users a way to create and manage forms in a consistent manner.",
|
|
7612
|
+
"name": "AuroForm",
|
|
7631
7613
|
"slots": [
|
|
7632
7614
|
{
|
|
7633
|
-
"description": "
|
|
7634
|
-
"name": ""
|
|
7635
|
-
},
|
|
7636
|
-
{
|
|
7637
|
-
"description": "Defines the content of the helpText.",
|
|
7638
|
-
"name": "helpText"
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"description": "Defines the content of the trigger.",
|
|
7642
|
-
"name": "trigger"
|
|
7615
|
+
"description": "The default slot for form elements.",
|
|
7616
|
+
"name": "default"
|
|
7643
7617
|
}
|
|
7644
7618
|
],
|
|
7645
7619
|
"members": [
|
|
7646
7620
|
{
|
|
7647
7621
|
"kind": "field",
|
|
7648
|
-
"name": "
|
|
7649
|
-
"
|
|
7650
|
-
"return": {
|
|
7651
|
-
"type": {
|
|
7652
|
-
"text": "object"
|
|
7653
|
-
}
|
|
7654
|
-
},
|
|
7622
|
+
"name": "formElementTags",
|
|
7623
|
+
"static": true,
|
|
7655
7624
|
"readonly": true
|
|
7656
7625
|
},
|
|
7657
7626
|
{
|
|
7658
7627
|
"kind": "method",
|
|
7659
|
-
"name": "
|
|
7660
|
-
"
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
"
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7628
|
+
"name": "_isElementTag",
|
|
7629
|
+
"parameters": [
|
|
7630
|
+
{
|
|
7631
|
+
"name": "elementTag",
|
|
7632
|
+
"description": "The HTML tag name like `auro-datepicker`.",
|
|
7633
|
+
"type": {
|
|
7634
|
+
"text": "string"
|
|
7635
|
+
}
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"name": "element",
|
|
7639
|
+
"description": "The actual HTML element to compare.",
|
|
7640
|
+
"type": {
|
|
7641
|
+
"text": "HTMLElement"
|
|
7642
|
+
}
|
|
7674
7643
|
}
|
|
7675
|
-
|
|
7676
|
-
|
|
7677
|
-
{
|
|
7678
|
-
"kind": "method",
|
|
7679
|
-
"name": "show",
|
|
7680
|
-
"description": "Public method to show the dropdown.",
|
|
7644
|
+
],
|
|
7645
|
+
"description": "Compare tag name with element to identify it (for API purposes).",
|
|
7681
7646
|
"return": {
|
|
7682
7647
|
"type": {
|
|
7683
|
-
"text": "
|
|
7648
|
+
"text": "boolean"
|
|
7684
7649
|
}
|
|
7685
|
-
}
|
|
7686
|
-
|
|
7687
|
-
{
|
|
7688
|
-
"kind": "method",
|
|
7689
|
-
"name": "focus",
|
|
7690
|
-
"description": "When bib is open, focus on the first element inside of bib.\nIf not, trigger element will get focus."
|
|
7650
|
+
},
|
|
7651
|
+
"privacy": "private"
|
|
7691
7652
|
},
|
|
7692
7653
|
{
|
|
7693
7654
|
"kind": "method",
|
|
7694
|
-
"name": "
|
|
7655
|
+
"name": "_isInElementCollection",
|
|
7695
7656
|
"parameters": [
|
|
7657
|
+
{
|
|
7658
|
+
"name": "collection",
|
|
7659
|
+
"description": "The array to use for tag name search.",
|
|
7660
|
+
"type": {
|
|
7661
|
+
"text": "string[]"
|
|
7662
|
+
}
|
|
7663
|
+
},
|
|
7696
7664
|
{
|
|
7697
7665
|
"name": "element",
|
|
7698
|
-
"description": "The element to
|
|
7666
|
+
"description": "The element to compare against the master list.",
|
|
7699
7667
|
"type": {
|
|
7700
|
-
"text": "HTMLElement
|
|
7668
|
+
"text": "HTMLElement"
|
|
7701
7669
|
}
|
|
7702
7670
|
}
|
|
7703
7671
|
],
|
|
7704
|
-
"description": "
|
|
7705
|
-
"privacy": "private",
|
|
7672
|
+
"description": "Shared code for determining if an element is something we care about (submit, form element, etc.).",
|
|
7706
7673
|
"return": {
|
|
7707
7674
|
"type": {
|
|
7708
|
-
"text": "
|
|
7675
|
+
"text": "boolean"
|
|
7709
7676
|
}
|
|
7710
|
-
}
|
|
7677
|
+
},
|
|
7678
|
+
"privacy": "private"
|
|
7711
7679
|
},
|
|
7712
7680
|
{
|
|
7713
7681
|
"kind": "method",
|
|
7714
|
-
"name": "
|
|
7715
|
-
"static": true,
|
|
7682
|
+
"name": "isFormElement",
|
|
7716
7683
|
"parameters": [
|
|
7717
7684
|
{
|
|
7718
|
-
"name": "
|
|
7719
|
-
"
|
|
7720
|
-
"description": "The name of the element that you want to register.",
|
|
7721
|
-
"optional": true,
|
|
7685
|
+
"name": "element",
|
|
7686
|
+
"description": "The element to check (attr or tag name).",
|
|
7722
7687
|
"type": {
|
|
7723
|
-
"text": "
|
|
7688
|
+
"text": "HTMLElement"
|
|
7724
7689
|
}
|
|
7725
7690
|
}
|
|
7726
7691
|
],
|
|
7727
|
-
"description": "
|
|
7728
|
-
},
|
|
7729
|
-
{
|
|
7730
|
-
"kind": "field",
|
|
7731
|
-
"name": "focusableEntityQuery",
|
|
7732
|
-
"description": "Accessor for reusing the focusable entity query string.",
|
|
7733
|
-
"privacy": "private",
|
|
7692
|
+
"description": "Check if the tag name is a form element.",
|
|
7734
7693
|
"return": {
|
|
7735
7694
|
"type": {
|
|
7736
|
-
"text": "
|
|
7695
|
+
"text": "boolean"
|
|
7737
7696
|
}
|
|
7738
|
-
}
|
|
7739
|
-
"readonly": true
|
|
7697
|
+
}
|
|
7740
7698
|
},
|
|
7741
7699
|
{
|
|
7742
7700
|
"kind": "method",
|
|
7743
|
-
"name": "
|
|
7701
|
+
"name": "_eventIsValidFormEvent",
|
|
7744
7702
|
"parameters": [
|
|
7745
7703
|
{
|
|
7746
7704
|
"name": "event",
|
|
7747
|
-
"description": "The
|
|
7705
|
+
"description": "The event to validate.",
|
|
7748
7706
|
"type": {
|
|
7749
|
-
"text": "
|
|
7707
|
+
"text": "Event"
|
|
7750
7708
|
}
|
|
7751
7709
|
}
|
|
7752
7710
|
],
|
|
7753
|
-
"description": "
|
|
7754
|
-
"privacy": "private"
|
|
7755
|
-
},
|
|
7756
|
-
{
|
|
7757
|
-
"kind": "method",
|
|
7758
|
-
"name": "exposeCssParts",
|
|
7759
|
-
"description": "Exposes CSS parts for styling from parent components.",
|
|
7711
|
+
"description": "Validates if an event is from a valid form element with a name.",
|
|
7760
7712
|
"return": {
|
|
7761
7713
|
"type": {
|
|
7762
|
-
"text": "
|
|
7714
|
+
"text": "boolean"
|
|
7763
7715
|
}
|
|
7764
|
-
}
|
|
7716
|
+
},
|
|
7717
|
+
"privacy": "private"
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"kind": "field",
|
|
7721
|
+
"name": "buttonElementTags",
|
|
7722
|
+
"static": true,
|
|
7723
|
+
"readonly": true
|
|
7765
7724
|
},
|
|
7766
7725
|
{
|
|
7767
7726
|
"kind": "method",
|
|
7768
|
-
"name": "
|
|
7727
|
+
"name": "isButtonElement",
|
|
7769
7728
|
"parameters": [
|
|
7770
7729
|
{
|
|
7771
7730
|
"name": "element",
|
|
@@ -7775,408 +7734,428 @@
|
|
|
7775
7734
|
}
|
|
7776
7735
|
}
|
|
7777
7736
|
],
|
|
7778
|
-
"description": "
|
|
7779
|
-
"privacy": "private",
|
|
7737
|
+
"description": "Check if the tag name is a button element.",
|
|
7780
7738
|
"return": {
|
|
7781
7739
|
"type": {
|
|
7782
|
-
"text": "
|
|
7740
|
+
"text": "boolean"
|
|
7783
7741
|
}
|
|
7784
7742
|
}
|
|
7785
7743
|
},
|
|
7786
7744
|
{
|
|
7787
|
-
"kind": "
|
|
7788
|
-
"name": "
|
|
7789
|
-
"description": "
|
|
7790
|
-
"privacy": "private",
|
|
7745
|
+
"kind": "field",
|
|
7746
|
+
"name": "value",
|
|
7747
|
+
"description": "Reduce the form value into a key-value pair.\n\nNOTE: form keys use `name` first, and `id` second if `name` is not available.\nThis follows standard HTML5 form behavior - submission uses `name` by default when creating\nthe FormData object.",
|
|
7791
7748
|
"return": {
|
|
7792
7749
|
"type": {
|
|
7793
|
-
"text": "
|
|
7750
|
+
"text": "Record<string, string | number | boolean | string[] | null>"
|
|
7794
7751
|
}
|
|
7795
|
-
}
|
|
7752
|
+
},
|
|
7753
|
+
"readonly": true
|
|
7754
|
+
},
|
|
7755
|
+
{
|
|
7756
|
+
"kind": "field",
|
|
7757
|
+
"name": "submitElements",
|
|
7758
|
+
"description": "Getter for internal _submitElements.",
|
|
7759
|
+
"return": {
|
|
7760
|
+
"type": {
|
|
7761
|
+
"text": "HTMLButtonElement[]"
|
|
7762
|
+
}
|
|
7763
|
+
},
|
|
7764
|
+
"readonly": true
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"kind": "field",
|
|
7768
|
+
"name": "resetElements",
|
|
7769
|
+
"description": "Returns a collection of elements that will reset the form.",
|
|
7770
|
+
"return": {
|
|
7771
|
+
"type": {
|
|
7772
|
+
"text": "HTMLButtonElement[]"
|
|
7773
|
+
}
|
|
7774
|
+
},
|
|
7775
|
+
"readonly": true
|
|
7796
7776
|
},
|
|
7797
7777
|
{
|
|
7798
7778
|
"kind": "method",
|
|
7799
|
-
"name": "
|
|
7779
|
+
"name": "_calculateValidity",
|
|
7780
|
+
"description": "Infer validity status based on current formState.",
|
|
7800
7781
|
"privacy": "private"
|
|
7801
7782
|
},
|
|
7802
7783
|
{
|
|
7803
|
-
"kind": "
|
|
7804
|
-
"name": "
|
|
7805
|
-
"description": "
|
|
7806
|
-
"privacy": "private",
|
|
7784
|
+
"kind": "field",
|
|
7785
|
+
"name": "validity",
|
|
7786
|
+
"description": "Current validity state of the form, based on form element events.",
|
|
7807
7787
|
"return": {
|
|
7808
7788
|
"type": {
|
|
7809
|
-
"text": "
|
|
7789
|
+
"text": "\"valid\" | \"invalid\""
|
|
7810
7790
|
}
|
|
7811
|
-
}
|
|
7791
|
+
},
|
|
7792
|
+
"readonly": true
|
|
7812
7793
|
},
|
|
7813
7794
|
{
|
|
7814
7795
|
"kind": "method",
|
|
7815
|
-
"name": "
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7796
|
+
"name": "_setInitialState"
|
|
7797
|
+
},
|
|
7798
|
+
{
|
|
7799
|
+
"kind": "field",
|
|
7800
|
+
"name": "isInitialState",
|
|
7801
|
+
"description": "Mostly internal way to determine if a form is in the initial state.",
|
|
7802
|
+
"return": {
|
|
7803
|
+
"type": {
|
|
7804
|
+
"text": "boolean"
|
|
7823
7805
|
}
|
|
7824
|
-
|
|
7825
|
-
"
|
|
7826
|
-
"privacy": "private"
|
|
7806
|
+
},
|
|
7807
|
+
"readonly": true
|
|
7827
7808
|
},
|
|
7828
7809
|
{
|
|
7829
7810
|
"kind": "method",
|
|
7830
|
-
"name": "
|
|
7831
|
-
"description": "Sets up event listeners to deliver focus and blur events from nested Auro components within the trigger slot to trigger.\nThis ensures that focus/blur events originating from within these components are propagated to the trigger element itself.",
|
|
7832
|
-
"privacy": "private"
|
|
7811
|
+
"name": "setDisabledStateOnButtons"
|
|
7833
7812
|
},
|
|
7834
7813
|
{
|
|
7835
7814
|
"kind": "method",
|
|
7836
|
-
"name": "
|
|
7837
|
-
"description": "
|
|
7838
|
-
"privacy": "private",
|
|
7815
|
+
"name": "queryAuroElements",
|
|
7816
|
+
"description": "Construct the query strings from elements, append them together, execute, and return the NodeList.",
|
|
7839
7817
|
"return": {
|
|
7840
7818
|
"type": {
|
|
7841
|
-
"text": "
|
|
7819
|
+
"text": "NodeList"
|
|
7842
7820
|
}
|
|
7843
7821
|
}
|
|
7844
7822
|
},
|
|
7845
7823
|
{
|
|
7846
7824
|
"kind": "method",
|
|
7847
|
-
"name": "
|
|
7825
|
+
"name": "_addElementToState",
|
|
7848
7826
|
"parameters": [
|
|
7849
7827
|
{
|
|
7850
|
-
"name": "
|
|
7828
|
+
"name": "element",
|
|
7829
|
+
"description": "The element to add to our state.",
|
|
7830
|
+
"type": {
|
|
7831
|
+
"text": "HTMLElement"
|
|
7832
|
+
}
|
|
7851
7833
|
}
|
|
7852
|
-
]
|
|
7834
|
+
],
|
|
7835
|
+
"description": "Store an element in state and on the _elements array.",
|
|
7836
|
+
"privacy": "private"
|
|
7853
7837
|
},
|
|
7854
7838
|
{
|
|
7855
7839
|
"kind": "method",
|
|
7856
|
-
"name": "
|
|
7840
|
+
"name": "initializeState",
|
|
7841
|
+
"description": "Initialize (or reinitialize) the form state."
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"kind": "method",
|
|
7845
|
+
"name": "reset",
|
|
7846
|
+
"description": "Reset fires an event called `reset` - just as you would expect from a normal form."
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"kind": "method",
|
|
7850
|
+
"name": "submit",
|
|
7851
|
+
"description": "Submit fires an event called `submit` - just as you would expect from a normal form."
|
|
7852
|
+
},
|
|
7853
|
+
{
|
|
7854
|
+
"kind": "method",
|
|
7855
|
+
"name": "register",
|
|
7856
|
+
"static": true,
|
|
7857
7857
|
"parameters": [
|
|
7858
7858
|
{
|
|
7859
|
-
"name": "
|
|
7860
|
-
"
|
|
7859
|
+
"name": "name",
|
|
7860
|
+
"default": "\"auro-form\"",
|
|
7861
|
+
"description": "The name of element that you want to register to.",
|
|
7862
|
+
"optional": true,
|
|
7861
7863
|
"type": {
|
|
7862
|
-
"text": "
|
|
7864
|
+
"text": "string"
|
|
7863
7865
|
}
|
|
7864
7866
|
}
|
|
7865
7867
|
],
|
|
7866
|
-
"description": "
|
|
7867
|
-
"privacy": "private",
|
|
7868
|
-
"return": {
|
|
7869
|
-
"type": {
|
|
7870
|
-
"text": "void"
|
|
7871
|
-
}
|
|
7872
|
-
}
|
|
7873
|
-
},
|
|
7874
|
-
{
|
|
7875
|
-
"kind": "method",
|
|
7876
|
-
"name": "handleDefaultSlot",
|
|
7877
|
-
"description": "Handles the default slot change event and updates the content.\n\nThis method retrieves all nodes assigned to the default slot of the event target and appends them\nto the `bibContent` element. If a callback function `onSlotChange` is defined, it is invoked to\nnotify about the slot change.",
|
|
7878
|
-
"privacy": "private"
|
|
7868
|
+
"description": "This will register this element with the browser."
|
|
7879
7869
|
},
|
|
7880
7870
|
{
|
|
7881
7871
|
"kind": "method",
|
|
7882
|
-
"name": "
|
|
7872
|
+
"name": "sharedInputListener",
|
|
7883
7873
|
"parameters": [
|
|
7884
7874
|
{
|
|
7885
|
-
"name": "
|
|
7886
|
-
"description": "
|
|
7875
|
+
"name": "event",
|
|
7876
|
+
"description": "The event that is fired from the form element.",
|
|
7887
7877
|
"type": {
|
|
7888
|
-
"text": "
|
|
7878
|
+
"text": "Event"
|
|
7889
7879
|
}
|
|
7890
7880
|
}
|
|
7891
7881
|
],
|
|
7892
|
-
"description": "
|
|
7893
|
-
"privacy": "private"
|
|
7894
|
-
"return": {
|
|
7895
|
-
"type": {
|
|
7896
|
-
"text": "html"
|
|
7897
|
-
}
|
|
7898
|
-
}
|
|
7882
|
+
"description": "Shared input listener for all form elements.",
|
|
7883
|
+
"privacy": "private"
|
|
7899
7884
|
},
|
|
7900
7885
|
{
|
|
7901
7886
|
"kind": "method",
|
|
7902
|
-
"name": "
|
|
7903
|
-
"
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
"
|
|
7887
|
+
"name": "sharedValidationListener",
|
|
7888
|
+
"parameters": [
|
|
7889
|
+
{
|
|
7890
|
+
"name": "event",
|
|
7891
|
+
"description": "The event that is fired from the form element.",
|
|
7892
|
+
"type": {
|
|
7893
|
+
"text": "Event"
|
|
7894
|
+
}
|
|
7908
7895
|
}
|
|
7909
|
-
|
|
7896
|
+
],
|
|
7897
|
+
"description": "Shared validation listener for all form elements.",
|
|
7898
|
+
"privacy": "private"
|
|
7910
7899
|
},
|
|
7911
7900
|
{
|
|
7912
7901
|
"kind": "method",
|
|
7913
|
-
"name": "
|
|
7914
|
-
"description": "Returns HTML for the snowflake layout. Does not support type=\"*\".",
|
|
7915
|
-
"privacy": "private",
|
|
7916
|
-
"return": {
|
|
7917
|
-
"type": {
|
|
7918
|
-
"text": "html"
|
|
7919
|
-
}
|
|
7920
|
-
}
|
|
7902
|
+
"name": "_attachEventListeners"
|
|
7921
7903
|
},
|
|
7922
7904
|
{
|
|
7923
7905
|
"kind": "method",
|
|
7924
|
-
"name": "
|
|
7925
|
-
"description": "
|
|
7906
|
+
"name": "mutationEventListener",
|
|
7907
|
+
"description": "Mutation observer for form elements. Slot change does not trigger unless\nroot-level elements are added/removed. This is a workaround to ensure\nnested form elements are also observed.",
|
|
7926
7908
|
"privacy": "private",
|
|
7927
7909
|
"return": {
|
|
7928
7910
|
"type": {
|
|
7929
|
-
"text": "
|
|
7911
|
+
"text": "void"
|
|
7930
7912
|
}
|
|
7931
7913
|
}
|
|
7932
7914
|
},
|
|
7933
7915
|
{
|
|
7934
7916
|
"kind": "method",
|
|
7935
|
-
"name": "
|
|
7917
|
+
"name": "onSlotChange",
|
|
7936
7918
|
"parameters": [
|
|
7937
7919
|
{
|
|
7938
|
-
"name": "
|
|
7939
|
-
"description": "
|
|
7940
|
-
"optional": true,
|
|
7920
|
+
"name": "event",
|
|
7921
|
+
"description": "The slot change event.",
|
|
7941
7922
|
"type": {
|
|
7942
|
-
"text": "
|
|
7923
|
+
"text": "Event"
|
|
7943
7924
|
}
|
|
7944
7925
|
}
|
|
7945
7926
|
],
|
|
7946
|
-
"description": "
|
|
7947
|
-
"privacy": "private",
|
|
7927
|
+
"description": "Slot change event listener. This is the main entry point for the form element.",
|
|
7948
7928
|
"return": {
|
|
7949
7929
|
"type": {
|
|
7950
|
-
"text": "
|
|
7930
|
+
"text": "void"
|
|
7951
7931
|
}
|
|
7952
7932
|
}
|
|
7953
7933
|
},
|
|
7954
7934
|
{
|
|
7955
7935
|
"kind": "field",
|
|
7956
|
-
"name": "
|
|
7936
|
+
"name": "formState",
|
|
7957
7937
|
"privacy": "public",
|
|
7958
7938
|
"type": {
|
|
7959
|
-
"text": "
|
|
7939
|
+
"text": "FormState"
|
|
7960
7940
|
},
|
|
7961
|
-
"
|
|
7962
|
-
"default": "false",
|
|
7963
|
-
"attribute": "open",
|
|
7964
|
-
"reflects": true
|
|
7941
|
+
"default": "{}"
|
|
7965
7942
|
},
|
|
7966
7943
|
{
|
|
7967
7944
|
"kind": "field",
|
|
7968
|
-
"name": "
|
|
7945
|
+
"name": "_validity",
|
|
7969
7946
|
"privacy": "public",
|
|
7970
7947
|
"type": {
|
|
7971
|
-
"text": "
|
|
7948
|
+
"text": "\"valid\" | \"invalid\" | null"
|
|
7972
7949
|
},
|
|
7973
|
-
"
|
|
7974
|
-
"default": "false",
|
|
7975
|
-
"attribute": "isBibFullscreen",
|
|
7976
|
-
"reflects": true
|
|
7950
|
+
"default": "null"
|
|
7977
7951
|
},
|
|
7978
7952
|
{
|
|
7979
7953
|
"kind": "field",
|
|
7980
|
-
"name": "
|
|
7954
|
+
"name": "_isInitialState",
|
|
7981
7955
|
"privacy": "public",
|
|
7982
7956
|
"type": {
|
|
7983
7957
|
"text": "boolean"
|
|
7984
7958
|
},
|
|
7985
|
-
"
|
|
7986
|
-
"default": "false",
|
|
7987
|
-
"attribute": "matchWidth",
|
|
7988
|
-
"reflects": true
|
|
7959
|
+
"default": "true"
|
|
7989
7960
|
},
|
|
7990
7961
|
{
|
|
7991
7962
|
"kind": "field",
|
|
7992
|
-
"name": "
|
|
7963
|
+
"name": "_elements",
|
|
7993
7964
|
"privacy": "public",
|
|
7994
7965
|
"type": {
|
|
7995
|
-
"text": "
|
|
7966
|
+
"text": "(HTMLElement & {reset: () => void})[]"
|
|
7996
7967
|
},
|
|
7997
|
-
"
|
|
7998
|
-
"default": "false",
|
|
7999
|
-
"attribute": "noHideOnThisFocusLoss",
|
|
8000
|
-
"reflects": true
|
|
7968
|
+
"default": "[]"
|
|
8001
7969
|
},
|
|
8002
7970
|
{
|
|
8003
7971
|
"kind": "field",
|
|
8004
|
-
"name": "
|
|
8005
|
-
"privacy": "public",
|
|
7972
|
+
"name": "_submitelements",
|
|
8006
7973
|
"type": {
|
|
8007
|
-
"text": "
|
|
7974
|
+
"text": "HTMLButtonElement[]"
|
|
8008
7975
|
},
|
|
8009
|
-
"
|
|
8010
|
-
"default": "undefined",
|
|
8011
|
-
"attribute": "errorMessage"
|
|
7976
|
+
"default": "[]"
|
|
8012
7977
|
},
|
|
8013
7978
|
{
|
|
8014
7979
|
"kind": "field",
|
|
8015
|
-
"name": "
|
|
7980
|
+
"name": "_resetElements",
|
|
8016
7981
|
"privacy": "public",
|
|
8017
7982
|
"type": {
|
|
8018
|
-
"text": "
|
|
7983
|
+
"text": "HTMLButtonElement[]"
|
|
8019
7984
|
},
|
|
8020
|
-
"
|
|
8021
|
-
"default": "undefined",
|
|
8022
|
-
"attribute": "layout",
|
|
8023
|
-
"reflects": true,
|
|
8024
|
-
"inheritedFrom": {
|
|
8025
|
-
"name": "AuroElement",
|
|
8026
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8027
|
-
}
|
|
7985
|
+
"default": "[]"
|
|
8028
7986
|
},
|
|
8029
7987
|
{
|
|
8030
7988
|
"kind": "field",
|
|
8031
|
-
"name": "
|
|
8032
|
-
"privacy": "public",
|
|
7989
|
+
"name": "mutationObservers",
|
|
8033
7990
|
"type": {
|
|
8034
|
-
"text": "
|
|
7991
|
+
"text": "MutationObserver[]"
|
|
8035
7992
|
},
|
|
8036
|
-
"
|
|
8037
|
-
"
|
|
8038
|
-
"default": "undefined",
|
|
8039
|
-
"inheritedFrom": {
|
|
8040
|
-
"name": "AuroElement",
|
|
8041
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8042
|
-
}
|
|
7993
|
+
"privacy": "private",
|
|
7994
|
+
"default": "[]"
|
|
8043
7995
|
},
|
|
8044
7996
|
{
|
|
8045
7997
|
"kind": "field",
|
|
8046
|
-
"name": "
|
|
7998
|
+
"name": "cssClass",
|
|
8047
7999
|
"privacy": "public",
|
|
8048
8000
|
"type": {
|
|
8049
|
-
"text": "
|
|
8001
|
+
"text": "boolean"
|
|
8050
8002
|
},
|
|
8051
|
-
"
|
|
8052
|
-
"
|
|
8053
|
-
"default": "undefined",
|
|
8054
|
-
"inheritedFrom": {
|
|
8055
|
-
"name": "AuroElement",
|
|
8056
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8057
|
-
}
|
|
8003
|
+
"description": "Applies designated CSS class to demo element - you want to delete me!",
|
|
8004
|
+
"attribute": "cssClass"
|
|
8058
8005
|
},
|
|
8059
8006
|
{
|
|
8060
8007
|
"kind": "field",
|
|
8061
|
-
"name": "
|
|
8062
|
-
"privacy": "
|
|
8008
|
+
"name": "fixed",
|
|
8009
|
+
"privacy": "public",
|
|
8063
8010
|
"type": {
|
|
8064
8011
|
"text": "boolean"
|
|
8065
8012
|
},
|
|
8066
|
-
"description": "
|
|
8067
|
-
"
|
|
8068
|
-
"attribute": "parentBorder",
|
|
8013
|
+
"description": "If declared, use fixed pixel values for element shape.",
|
|
8014
|
+
"attribute": "fixed",
|
|
8069
8015
|
"reflects": true
|
|
8070
8016
|
},
|
|
8071
8017
|
{
|
|
8072
8018
|
"kind": "field",
|
|
8073
|
-
"name": "
|
|
8074
|
-
"privacy": "private"
|
|
8075
|
-
},
|
|
8076
|
-
{
|
|
8077
|
-
"kind": "field",
|
|
8078
|
-
"name": "a11yRole",
|
|
8019
|
+
"name": "_submitElements",
|
|
8079
8020
|
"privacy": "public",
|
|
8080
8021
|
"type": {
|
|
8081
|
-
"text": "
|
|
8022
|
+
"text": "array"
|
|
8023
|
+
}
|
|
8024
|
+
}
|
|
8025
|
+
],
|
|
8026
|
+
"events": [
|
|
8027
|
+
{
|
|
8028
|
+
"name": "change",
|
|
8029
|
+
"type": {
|
|
8030
|
+
"text": "Event"
|
|
8082
8031
|
},
|
|
8083
|
-
"description": "
|
|
8032
|
+
"description": "Fires when form state changes."
|
|
8084
8033
|
},
|
|
8085
8034
|
{
|
|
8086
|
-
"
|
|
8087
|
-
"name": "appearance",
|
|
8088
|
-
"privacy": "public",
|
|
8035
|
+
"name": "reset",
|
|
8089
8036
|
"type": {
|
|
8090
|
-
"text": "
|
|
8091
|
-
}
|
|
8092
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
8093
|
-
"default": "'default'",
|
|
8094
|
-
"attribute": "appearance",
|
|
8095
|
-
"reflects": true
|
|
8037
|
+
"text": "CustomEvent"
|
|
8038
|
+
}
|
|
8096
8039
|
},
|
|
8097
8040
|
{
|
|
8098
|
-
"
|
|
8099
|
-
"
|
|
8100
|
-
|
|
8041
|
+
"name": "submit",
|
|
8042
|
+
"type": {
|
|
8043
|
+
"text": "CustomEvent"
|
|
8044
|
+
}
|
|
8045
|
+
}
|
|
8046
|
+
],
|
|
8047
|
+
"attributes": [
|
|
8048
|
+
{
|
|
8049
|
+
"name": "cssClass",
|
|
8101
8050
|
"type": {
|
|
8102
8051
|
"text": "boolean"
|
|
8103
8052
|
},
|
|
8104
|
-
"description": "
|
|
8105
|
-
"
|
|
8106
|
-
"reflects": true
|
|
8053
|
+
"description": "Applies designated CSS class to demo element - you want to delete me!",
|
|
8054
|
+
"fieldName": "cssClass"
|
|
8107
8055
|
},
|
|
8108
8056
|
{
|
|
8109
|
-
"
|
|
8110
|
-
"name": "disableEventShow",
|
|
8111
|
-
"privacy": "public",
|
|
8057
|
+
"name": "fixed",
|
|
8112
8058
|
"type": {
|
|
8113
8059
|
"text": "boolean"
|
|
8114
8060
|
},
|
|
8115
|
-
"description": "If declared,
|
|
8116
|
-
"
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
|
|
8133
|
-
|
|
8134
|
-
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
|
|
8146
|
-
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8061
|
+
"description": "If declared, use fixed pixel values for element shape.",
|
|
8062
|
+
"fieldName": "fixed"
|
|
8063
|
+
}
|
|
8064
|
+
],
|
|
8065
|
+
"superclass": {
|
|
8066
|
+
"name": "LitElement",
|
|
8067
|
+
"package": "lit"
|
|
8068
|
+
},
|
|
8069
|
+
"tagName": "auro-form",
|
|
8070
|
+
"customElement": true
|
|
8071
|
+
}
|
|
8072
|
+
],
|
|
8073
|
+
"exports": [
|
|
8074
|
+
{
|
|
8075
|
+
"kind": "js",
|
|
8076
|
+
"name": "AuroForm",
|
|
8077
|
+
"declaration": {
|
|
8078
|
+
"name": "AuroForm",
|
|
8079
|
+
"module": "components/form/src/auro-form.js"
|
|
8080
|
+
}
|
|
8081
|
+
}
|
|
8082
|
+
]
|
|
8083
|
+
},
|
|
8084
|
+
{
|
|
8085
|
+
"kind": "javascript-module",
|
|
8086
|
+
"path": "components/form/src/index.js",
|
|
8087
|
+
"declarations": [],
|
|
8088
|
+
"exports": [
|
|
8089
|
+
{
|
|
8090
|
+
"kind": "js",
|
|
8091
|
+
"name": "AuroForm",
|
|
8092
|
+
"declaration": {
|
|
8093
|
+
"name": "AuroForm",
|
|
8094
|
+
"module": "components/form/src/index.js"
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
"kind": "javascript-module",
|
|
8101
|
+
"path": "components/form/src/registered.js",
|
|
8102
|
+
"declarations": [],
|
|
8103
|
+
"exports": []
|
|
8104
|
+
},
|
|
8105
|
+
{
|
|
8106
|
+
"kind": "javascript-module",
|
|
8107
|
+
"path": "components/helptext/src/auro-helptext.js",
|
|
8108
|
+
"declarations": [
|
|
8109
|
+
{
|
|
8110
|
+
"kind": "class",
|
|
8111
|
+
"description": "Displays help text or error messages within form elements - Internal Use Only.",
|
|
8112
|
+
"name": "AuroHelpText",
|
|
8113
|
+
"members": [
|
|
8152
8114
|
{
|
|
8153
|
-
"kind": "
|
|
8154
|
-
"name": "
|
|
8155
|
-
"
|
|
8156
|
-
"
|
|
8157
|
-
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
|
|
8161
|
-
|
|
8115
|
+
"kind": "method",
|
|
8116
|
+
"name": "register",
|
|
8117
|
+
"static": true,
|
|
8118
|
+
"parameters": [
|
|
8119
|
+
{
|
|
8120
|
+
"name": "name",
|
|
8121
|
+
"default": "\"auro-helptext\"",
|
|
8122
|
+
"description": "The name of element that you want to register to.",
|
|
8123
|
+
"optional": true,
|
|
8124
|
+
"type": {
|
|
8125
|
+
"text": "string"
|
|
8126
|
+
}
|
|
8127
|
+
}
|
|
8128
|
+
],
|
|
8129
|
+
"description": "This will register this element with the browser."
|
|
8162
8130
|
},
|
|
8163
8131
|
{
|
|
8164
|
-
"kind": "
|
|
8165
|
-
"name": "
|
|
8166
|
-
"
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8132
|
+
"kind": "method",
|
|
8133
|
+
"name": "handleSlotChange",
|
|
8134
|
+
"parameters": [
|
|
8135
|
+
{
|
|
8136
|
+
"name": "event"
|
|
8137
|
+
}
|
|
8138
|
+
]
|
|
8171
8139
|
},
|
|
8172
8140
|
{
|
|
8173
|
-
"kind": "
|
|
8174
|
-
"name": "
|
|
8175
|
-
"
|
|
8176
|
-
|
|
8177
|
-
|
|
8141
|
+
"kind": "method",
|
|
8142
|
+
"name": "checkSlotsForContent",
|
|
8143
|
+
"parameters": [
|
|
8144
|
+
{
|
|
8145
|
+
"name": "nodes",
|
|
8146
|
+
"description": "The list of nodes to check for content.",
|
|
8147
|
+
"type": {
|
|
8148
|
+
"text": "NodeList|Array"
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8151
|
+
],
|
|
8152
|
+
"description": "Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.",
|
|
8153
|
+
"return": {
|
|
8154
|
+
"type": {
|
|
8155
|
+
"text": "boolean"
|
|
8156
|
+
}
|
|
8178
8157
|
},
|
|
8179
|
-
"
|
|
8158
|
+
"privacy": "private"
|
|
8180
8159
|
},
|
|
8181
8160
|
{
|
|
8182
8161
|
"kind": "field",
|
|
@@ -8185,1380 +8164,1366 @@
|
|
|
8185
8164
|
"type": {
|
|
8186
8165
|
"text": "boolean"
|
|
8187
8166
|
},
|
|
8188
|
-
"description": "If declared,
|
|
8167
|
+
"description": "If declared, make font color red.",
|
|
8168
|
+
"default": "false",
|
|
8189
8169
|
"attribute": "error",
|
|
8190
8170
|
"reflects": true
|
|
8191
8171
|
},
|
|
8192
8172
|
{
|
|
8193
8173
|
"kind": "field",
|
|
8194
|
-
"name": "
|
|
8174
|
+
"name": "appearance",
|
|
8195
8175
|
"privacy": "public",
|
|
8196
8176
|
"type": {
|
|
8197
|
-
"text": "
|
|
8177
|
+
"text": "string"
|
|
8198
8178
|
},
|
|
8199
|
-
"description": "
|
|
8200
|
-
"
|
|
8179
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
8180
|
+
"default": "\"default\"",
|
|
8181
|
+
"attribute": "appearance",
|
|
8201
8182
|
"reflects": true
|
|
8202
8183
|
},
|
|
8203
8184
|
{
|
|
8204
8185
|
"kind": "field",
|
|
8205
|
-
"name": "
|
|
8186
|
+
"name": "onDark",
|
|
8206
8187
|
"privacy": "public",
|
|
8207
8188
|
"type": {
|
|
8208
8189
|
"text": "boolean"
|
|
8209
8190
|
},
|
|
8210
|
-
"description": "
|
|
8211
|
-
"
|
|
8191
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
8192
|
+
"default": "false",
|
|
8193
|
+
"attribute": "onDark",
|
|
8212
8194
|
"reflects": true
|
|
8213
8195
|
},
|
|
8214
8196
|
{
|
|
8215
8197
|
"kind": "field",
|
|
8216
|
-
"name": "
|
|
8198
|
+
"name": "hasTextContent",
|
|
8217
8199
|
"privacy": "private",
|
|
8218
8200
|
"type": {
|
|
8219
8201
|
"text": "boolean"
|
|
8220
8202
|
},
|
|
8221
|
-
"
|
|
8203
|
+
"default": "false",
|
|
8204
|
+
"attribute": "hasTextContent"
|
|
8222
8205
|
},
|
|
8223
8206
|
{
|
|
8224
8207
|
"kind": "field",
|
|
8225
|
-
"name": "
|
|
8226
|
-
"privacy": "
|
|
8208
|
+
"name": "slotNodes",
|
|
8209
|
+
"privacy": "private",
|
|
8227
8210
|
"type": {
|
|
8228
|
-
"text": "
|
|
8211
|
+
"text": "boolean"
|
|
8229
8212
|
},
|
|
8230
|
-
"
|
|
8231
|
-
|
|
8232
|
-
|
|
8233
|
-
|
|
8234
|
-
},
|
|
8213
|
+
"attribute": "slotNodes"
|
|
8214
|
+
}
|
|
8215
|
+
],
|
|
8216
|
+
"attributes": [
|
|
8235
8217
|
{
|
|
8236
|
-
"
|
|
8237
|
-
"name": "noFlip",
|
|
8238
|
-
"privacy": "public",
|
|
8218
|
+
"name": "appearance",
|
|
8239
8219
|
"type": {
|
|
8240
|
-
"text": "
|
|
8220
|
+
"text": "string"
|
|
8241
8221
|
},
|
|
8242
|
-
"description": "
|
|
8243
|
-
"
|
|
8244
|
-
"
|
|
8222
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
8223
|
+
"default": "\"default\"",
|
|
8224
|
+
"fieldName": "appearance"
|
|
8245
8225
|
},
|
|
8246
8226
|
{
|
|
8247
|
-
"
|
|
8248
|
-
"name": "shift",
|
|
8249
|
-
"privacy": "public",
|
|
8227
|
+
"name": "slotNodes",
|
|
8250
8228
|
"type": {
|
|
8251
8229
|
"text": "boolean"
|
|
8252
8230
|
},
|
|
8253
|
-
"
|
|
8254
|
-
"attribute": "shift",
|
|
8255
|
-
"reflects": true
|
|
8231
|
+
"fieldName": "slotNodes"
|
|
8256
8232
|
},
|
|
8257
8233
|
{
|
|
8258
|
-
"
|
|
8259
|
-
"name": "noToggle",
|
|
8260
|
-
"privacy": "public",
|
|
8234
|
+
"name": "hasTextContent",
|
|
8261
8235
|
"type": {
|
|
8262
8236
|
"text": "boolean"
|
|
8263
8237
|
},
|
|
8264
|
-
"
|
|
8265
|
-
"
|
|
8266
|
-
"reflects": true
|
|
8238
|
+
"default": "false",
|
|
8239
|
+
"fieldName": "hasTextContent"
|
|
8267
8240
|
},
|
|
8268
8241
|
{
|
|
8269
|
-
"
|
|
8270
|
-
"name": "offset",
|
|
8271
|
-
"privacy": "public",
|
|
8242
|
+
"name": "error",
|
|
8272
8243
|
"type": {
|
|
8273
|
-
"text": "
|
|
8244
|
+
"text": "boolean"
|
|
8274
8245
|
},
|
|
8275
|
-
"description": "
|
|
8276
|
-
"default": "
|
|
8277
|
-
"
|
|
8278
|
-
"reflects": true
|
|
8246
|
+
"description": "If declared, make font color red.",
|
|
8247
|
+
"default": "false",
|
|
8248
|
+
"fieldName": "error"
|
|
8279
8249
|
},
|
|
8280
8250
|
{
|
|
8281
|
-
"kind": "field",
|
|
8282
8251
|
"name": "onDark",
|
|
8283
|
-
"privacy": "public",
|
|
8284
8252
|
"type": {
|
|
8285
8253
|
"text": "boolean"
|
|
8286
8254
|
},
|
|
8287
|
-
"
|
|
8288
|
-
"
|
|
8289
|
-
"
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8255
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
8256
|
+
"default": "false",
|
|
8257
|
+
"fieldName": "onDark"
|
|
8258
|
+
}
|
|
8259
|
+
],
|
|
8260
|
+
"superclass": {
|
|
8261
|
+
"name": "LitElement",
|
|
8262
|
+
"package": "lit"
|
|
8263
|
+
},
|
|
8264
|
+
"customElement": true
|
|
8265
|
+
}
|
|
8266
|
+
],
|
|
8267
|
+
"exports": [
|
|
8268
|
+
{
|
|
8269
|
+
"kind": "js",
|
|
8270
|
+
"name": "AuroHelpText",
|
|
8271
|
+
"declaration": {
|
|
8272
|
+
"name": "AuroHelpText",
|
|
8273
|
+
"module": "components/helptext/src/auro-helptext.js"
|
|
8274
|
+
}
|
|
8275
|
+
}
|
|
8276
|
+
]
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"kind": "javascript-module",
|
|
8280
|
+
"path": "components/helptext/src/index.js",
|
|
8281
|
+
"declarations": [],
|
|
8282
|
+
"exports": [
|
|
8283
|
+
{
|
|
8284
|
+
"kind": "js",
|
|
8285
|
+
"name": "AuroHelpText",
|
|
8286
|
+
"declaration": {
|
|
8287
|
+
"name": "AuroHelpText",
|
|
8288
|
+
"module": "components/helptext/src/index.js"
|
|
8289
|
+
}
|
|
8290
|
+
}
|
|
8291
|
+
]
|
|
8292
|
+
},
|
|
8293
|
+
{
|
|
8294
|
+
"kind": "javascript-module",
|
|
8295
|
+
"path": "components/helptext/src/registered.js",
|
|
8296
|
+
"declarations": [],
|
|
8297
|
+
"exports": []
|
|
8298
|
+
},
|
|
8299
|
+
{
|
|
8300
|
+
"kind": "javascript-module",
|
|
8301
|
+
"path": "components/dropdown/src/auro-dropdown.js",
|
|
8302
|
+
"declarations": [
|
|
8303
|
+
{
|
|
8304
|
+
"kind": "class",
|
|
8305
|
+
"description": "The `auro-dropdown` element provides a way to place content in a bib that can be toggled.",
|
|
8306
|
+
"name": "AuroDropdown",
|
|
8307
|
+
"cssParts": [
|
|
8308
|
+
{
|
|
8309
|
+
"description": "The trigger content container.",
|
|
8310
|
+
"name": "trigger"
|
|
8311
|
+
},
|
|
8312
|
+
{
|
|
8313
|
+
"description": "The collapsed/expanded state icon container.",
|
|
8314
|
+
"name": "chevron"
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"description": "The size of the dropdown bib. (height, width, maxHeight, maxWidth only)",
|
|
8318
|
+
"name": "size"
|
|
8319
|
+
},
|
|
8320
|
+
{
|
|
8321
|
+
"description": "The helpText content container.",
|
|
8322
|
+
"name": "helpText"
|
|
8323
|
+
}
|
|
8324
|
+
],
|
|
8325
|
+
"slots": [
|
|
8326
|
+
{
|
|
8327
|
+
"description": "Default slot for the popover content.",
|
|
8328
|
+
"name": ""
|
|
8329
|
+
},
|
|
8330
|
+
{
|
|
8331
|
+
"description": "Defines the content of the helpText.",
|
|
8332
|
+
"name": "helpText"
|
|
8316
8333
|
},
|
|
8334
|
+
{
|
|
8335
|
+
"description": "Defines the content of the trigger.",
|
|
8336
|
+
"name": "trigger"
|
|
8337
|
+
}
|
|
8338
|
+
],
|
|
8339
|
+
"members": [
|
|
8317
8340
|
{
|
|
8318
8341
|
"kind": "field",
|
|
8319
|
-
"name": "
|
|
8342
|
+
"name": "commonWrapperClasses",
|
|
8320
8343
|
"privacy": "private",
|
|
8321
|
-
"
|
|
8322
|
-
"
|
|
8344
|
+
"return": {
|
|
8345
|
+
"type": {
|
|
8346
|
+
"text": "object"
|
|
8347
|
+
}
|
|
8323
8348
|
},
|
|
8324
|
-
"
|
|
8349
|
+
"readonly": true
|
|
8325
8350
|
},
|
|
8326
8351
|
{
|
|
8327
|
-
"kind": "
|
|
8328
|
-
"name": "
|
|
8329
|
-
"description": "Returns true if the element has focus.",
|
|
8352
|
+
"kind": "method",
|
|
8353
|
+
"name": "_intializeDefaults",
|
|
8330
8354
|
"privacy": "private",
|
|
8331
8355
|
"return": {
|
|
8332
8356
|
"type": {
|
|
8333
|
-
"text": "
|
|
8357
|
+
"text": "void"
|
|
8334
8358
|
}
|
|
8335
|
-
},
|
|
8336
|
-
"readonly": true,
|
|
8337
|
-
"inheritedFrom": {
|
|
8338
|
-
"name": "AuroElement",
|
|
8339
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8340
8359
|
}
|
|
8341
8360
|
},
|
|
8342
8361
|
{
|
|
8343
8362
|
"kind": "method",
|
|
8344
|
-
"name": "
|
|
8345
|
-
"
|
|
8346
|
-
|
|
8347
|
-
"
|
|
8363
|
+
"name": "hide",
|
|
8364
|
+
"description": "Public method to hide the dropdown.",
|
|
8365
|
+
"return": {
|
|
8366
|
+
"type": {
|
|
8367
|
+
"text": "void"
|
|
8368
|
+
}
|
|
8348
8369
|
}
|
|
8349
8370
|
},
|
|
8350
8371
|
{
|
|
8351
8372
|
"kind": "method",
|
|
8352
|
-
"name": "
|
|
8353
|
-
"
|
|
8354
|
-
|
|
8355
|
-
"
|
|
8373
|
+
"name": "show",
|
|
8374
|
+
"description": "Public method to show the dropdown.",
|
|
8375
|
+
"return": {
|
|
8376
|
+
"type": {
|
|
8377
|
+
"text": "void"
|
|
8378
|
+
}
|
|
8356
8379
|
}
|
|
8357
8380
|
},
|
|
8358
8381
|
{
|
|
8359
8382
|
"kind": "method",
|
|
8360
|
-
"name": "
|
|
8361
|
-
"
|
|
8362
|
-
|
|
8363
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8364
|
-
}
|
|
8365
|
-
}
|
|
8366
|
-
],
|
|
8367
|
-
"events": [
|
|
8383
|
+
"name": "focus",
|
|
8384
|
+
"description": "When bib is open, focus on the first element inside of bib.\nIf not, trigger element will get focus."
|
|
8385
|
+
},
|
|
8368
8386
|
{
|
|
8369
|
-
"
|
|
8370
|
-
"
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
|
|
8387
|
+
"kind": "method",
|
|
8388
|
+
"name": "register",
|
|
8389
|
+
"static": true,
|
|
8390
|
+
"parameters": [
|
|
8391
|
+
{
|
|
8392
|
+
"name": "name",
|
|
8393
|
+
"default": "\"auro-dropdown\"",
|
|
8394
|
+
"description": "The name of the element that you want to register.",
|
|
8395
|
+
"optional": true,
|
|
8396
|
+
"type": {
|
|
8397
|
+
"text": "string"
|
|
8398
|
+
}
|
|
8399
|
+
}
|
|
8400
|
+
],
|
|
8401
|
+
"description": "This will register this element with the browser."
|
|
8374
8402
|
},
|
|
8375
8403
|
{
|
|
8376
|
-
"
|
|
8377
|
-
"
|
|
8378
|
-
|
|
8404
|
+
"kind": "field",
|
|
8405
|
+
"name": "focusableEntityQuery",
|
|
8406
|
+
"description": "Accessor for reusing the focusable entity query string.",
|
|
8407
|
+
"privacy": "private",
|
|
8408
|
+
"return": {
|
|
8409
|
+
"type": {
|
|
8410
|
+
"text": "string"
|
|
8411
|
+
}
|
|
8379
8412
|
},
|
|
8380
|
-
"
|
|
8413
|
+
"readonly": true
|
|
8381
8414
|
},
|
|
8382
8415
|
{
|
|
8383
|
-
"
|
|
8384
|
-
"name": "
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8416
|
+
"kind": "method",
|
|
8417
|
+
"name": "handleDropdownToggle",
|
|
8418
|
+
"parameters": [
|
|
8419
|
+
{
|
|
8420
|
+
"name": "event",
|
|
8421
|
+
"description": "The custom event that contains the dropdown toggle information.",
|
|
8422
|
+
"type": {
|
|
8423
|
+
"text": "CustomEvent"
|
|
8424
|
+
}
|
|
8425
|
+
}
|
|
8426
|
+
],
|
|
8427
|
+
"description": "Handles the custom event `auroDropdown-toggled` to update the visibility of the dropdown bib.",
|
|
8428
|
+
"privacy": "private"
|
|
8429
|
+
},
|
|
8388
8430
|
{
|
|
8389
|
-
"
|
|
8390
|
-
"
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8431
|
+
"kind": "method",
|
|
8432
|
+
"name": "exposeCssParts",
|
|
8433
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
8434
|
+
"return": {
|
|
8435
|
+
"type": {
|
|
8436
|
+
"text": "void"
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8396
8439
|
},
|
|
8397
8440
|
{
|
|
8398
|
-
"
|
|
8399
|
-
"
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8441
|
+
"kind": "method",
|
|
8442
|
+
"name": "isCustomSlotContent",
|
|
8443
|
+
"parameters": [
|
|
8444
|
+
{
|
|
8445
|
+
"name": "element",
|
|
8446
|
+
"description": "The element to check.",
|
|
8447
|
+
"type": {
|
|
8448
|
+
"text": "HTMLElement"
|
|
8449
|
+
}
|
|
8450
|
+
}
|
|
8451
|
+
],
|
|
8452
|
+
"description": "Determines if content is within a custom slot.",
|
|
8453
|
+
"privacy": "private",
|
|
8454
|
+
"return": {
|
|
8455
|
+
"type": {
|
|
8456
|
+
"text": "Boolean"
|
|
8457
|
+
}
|
|
8458
|
+
}
|
|
8404
8459
|
},
|
|
8405
8460
|
{
|
|
8406
|
-
"
|
|
8407
|
-
"
|
|
8408
|
-
|
|
8409
|
-
|
|
8410
|
-
"
|
|
8411
|
-
|
|
8461
|
+
"kind": "method",
|
|
8462
|
+
"name": "handleFocusin",
|
|
8463
|
+
"description": "Function to support",
|
|
8464
|
+
"privacy": "private",
|
|
8465
|
+
"return": {
|
|
8466
|
+
"type": {
|
|
8467
|
+
"text": "void"
|
|
8468
|
+
}
|
|
8469
|
+
}
|
|
8412
8470
|
},
|
|
8413
8471
|
{
|
|
8414
|
-
"
|
|
8415
|
-
"
|
|
8416
|
-
|
|
8417
|
-
},
|
|
8418
|
-
"description": "If declared, applies a border around the trigger slot.",
|
|
8419
|
-
"fieldName": "simple"
|
|
8472
|
+
"kind": "method",
|
|
8473
|
+
"name": "updateFocusTrap",
|
|
8474
|
+
"privacy": "private"
|
|
8420
8475
|
},
|
|
8421
8476
|
{
|
|
8422
|
-
"
|
|
8423
|
-
"
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
"
|
|
8427
|
-
|
|
8477
|
+
"kind": "method",
|
|
8478
|
+
"name": "handleFocusout",
|
|
8479
|
+
"description": "Function to support",
|
|
8480
|
+
"privacy": "private",
|
|
8481
|
+
"return": {
|
|
8482
|
+
"type": {
|
|
8483
|
+
"text": "void"
|
|
8484
|
+
}
|
|
8485
|
+
}
|
|
8428
8486
|
},
|
|
8429
8487
|
{
|
|
8430
|
-
"
|
|
8431
|
-
"
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8435
|
-
|
|
8488
|
+
"kind": "method",
|
|
8489
|
+
"name": "bindFocusEventToTrigger",
|
|
8490
|
+
"parameters": [
|
|
8491
|
+
{
|
|
8492
|
+
"name": "event",
|
|
8493
|
+
"description": "The original focus event.",
|
|
8494
|
+
"type": {
|
|
8495
|
+
"text": "Event"
|
|
8496
|
+
}
|
|
8497
|
+
}
|
|
8498
|
+
],
|
|
8499
|
+
"description": "Creates and dispatches a duplicate focus event on the trigger element.",
|
|
8500
|
+
"privacy": "private"
|
|
8436
8501
|
},
|
|
8437
8502
|
{
|
|
8438
|
-
"
|
|
8439
|
-
"
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
"description": "If declared, the focus trap inside of bib will be turned off.",
|
|
8443
|
-
"fieldName": "disableFocusTrap"
|
|
8503
|
+
"kind": "method",
|
|
8504
|
+
"name": "setupTriggerFocusEventBinding",
|
|
8505
|
+
"description": "Sets up event listeners to deliver focus and blur events from nested Auro components within the trigger slot to trigger.\nThis ensures that focus/blur events originating from within these components are propagated to the trigger element itself.",
|
|
8506
|
+
"privacy": "private"
|
|
8444
8507
|
},
|
|
8445
8508
|
{
|
|
8446
|
-
"
|
|
8447
|
-
"
|
|
8448
|
-
|
|
8449
|
-
|
|
8450
|
-
"
|
|
8509
|
+
"kind": "method",
|
|
8510
|
+
"name": "clearTriggerFocusEventBinding",
|
|
8511
|
+
"description": "Clears focus and blur event listeners from nested Auro components within the trigger slot.",
|
|
8512
|
+
"privacy": "private",
|
|
8513
|
+
"return": {
|
|
8514
|
+
"type": {
|
|
8515
|
+
"text": "void"
|
|
8516
|
+
}
|
|
8517
|
+
}
|
|
8451
8518
|
},
|
|
8452
8519
|
{
|
|
8453
|
-
"
|
|
8454
|
-
"
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
8520
|
+
"kind": "method",
|
|
8521
|
+
"name": "clearTriggerA11yAttributes",
|
|
8522
|
+
"parameters": [
|
|
8523
|
+
{
|
|
8524
|
+
"name": "triggerElement"
|
|
8525
|
+
}
|
|
8526
|
+
]
|
|
8459
8527
|
},
|
|
8460
8528
|
{
|
|
8461
|
-
"
|
|
8462
|
-
"
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
8529
|
+
"kind": "method",
|
|
8530
|
+
"name": "handleTriggerContentSlotChange",
|
|
8531
|
+
"parameters": [
|
|
8532
|
+
{
|
|
8533
|
+
"name": "event",
|
|
8534
|
+
"description": "Native slotchange event.",
|
|
8535
|
+
"type": {
|
|
8536
|
+
"text": "Event"
|
|
8537
|
+
}
|
|
8538
|
+
}
|
|
8539
|
+
],
|
|
8540
|
+
"description": "Handles changes to the trigger content slot and updates related properties.\n\nIt first updates the floater settings\nThen, it retrieves the assigned nodes from the event target and checks if any of\nthe nodes contain non-empty text content, updating the `hasTriggerContent` property accordingly.",
|
|
8541
|
+
"privacy": "private",
|
|
8542
|
+
"return": {
|
|
8543
|
+
"type": {
|
|
8544
|
+
"text": "void"
|
|
8545
|
+
}
|
|
8546
|
+
}
|
|
8468
8547
|
},
|
|
8469
8548
|
{
|
|
8470
|
-
"
|
|
8471
|
-
"
|
|
8472
|
-
|
|
8473
|
-
|
|
8474
|
-
"description": "If declared, the bib will display when focus is applied to the trigger.",
|
|
8475
|
-
"fieldName": "focusShow"
|
|
8549
|
+
"kind": "method",
|
|
8550
|
+
"name": "handleDefaultSlot",
|
|
8551
|
+
"description": "Handles the default slot change event and updates the content.\n\nThis method retrieves all nodes assigned to the default slot of the event target and appends them\nto the `bibContent` element. If a callback function `onSlotChange` is defined, it is invoked to\nnotify about the slot change.",
|
|
8552
|
+
"privacy": "private"
|
|
8476
8553
|
},
|
|
8477
8554
|
{
|
|
8478
|
-
"
|
|
8555
|
+
"kind": "method",
|
|
8556
|
+
"name": "renderBasicHtml",
|
|
8557
|
+
"parameters": [
|
|
8558
|
+
{
|
|
8559
|
+
"name": "helpTextClasses",
|
|
8560
|
+
"description": "Classes to apply to the help text container.",
|
|
8561
|
+
"type": {
|
|
8562
|
+
"text": "Object"
|
|
8563
|
+
}
|
|
8564
|
+
}
|
|
8565
|
+
],
|
|
8566
|
+
"description": "Returns HTML for the common portion of the layouts.",
|
|
8567
|
+
"privacy": "private",
|
|
8568
|
+
"return": {
|
|
8569
|
+
"type": {
|
|
8570
|
+
"text": "html"
|
|
8571
|
+
}
|
|
8572
|
+
}
|
|
8573
|
+
},
|
|
8574
|
+
{
|
|
8575
|
+
"kind": "method",
|
|
8576
|
+
"name": "renderLayoutClassic",
|
|
8577
|
+
"description": "Returns HTML for the classic layout. Does not support type=\"*\".",
|
|
8578
|
+
"privacy": "private",
|
|
8579
|
+
"return": {
|
|
8580
|
+
"type": {
|
|
8581
|
+
"text": "html"
|
|
8582
|
+
}
|
|
8583
|
+
}
|
|
8584
|
+
},
|
|
8585
|
+
{
|
|
8586
|
+
"kind": "method",
|
|
8587
|
+
"name": "renderLayoutSnowflake",
|
|
8588
|
+
"description": "Returns HTML for the snowflake layout. Does not support type=\"*\".",
|
|
8589
|
+
"privacy": "private",
|
|
8590
|
+
"return": {
|
|
8591
|
+
"type": {
|
|
8592
|
+
"text": "html"
|
|
8593
|
+
}
|
|
8594
|
+
}
|
|
8595
|
+
},
|
|
8596
|
+
{
|
|
8597
|
+
"kind": "method",
|
|
8598
|
+
"name": "renderLayoutEmphasized",
|
|
8599
|
+
"description": "Returns HTML for the emphasized layout. Does not support type=\"*\".",
|
|
8600
|
+
"privacy": "private",
|
|
8601
|
+
"return": {
|
|
8602
|
+
"type": {
|
|
8603
|
+
"text": "html"
|
|
8604
|
+
}
|
|
8605
|
+
}
|
|
8606
|
+
},
|
|
8607
|
+
{
|
|
8608
|
+
"kind": "method",
|
|
8609
|
+
"name": "renderLayout",
|
|
8610
|
+
"parameters": [
|
|
8611
|
+
{
|
|
8612
|
+
"name": "ForcedLayout",
|
|
8613
|
+
"description": "Used to force a specific layout, pass in the layout name to use.",
|
|
8614
|
+
"optional": true,
|
|
8615
|
+
"type": {
|
|
8616
|
+
"text": "string"
|
|
8617
|
+
}
|
|
8618
|
+
}
|
|
8619
|
+
],
|
|
8620
|
+
"description": "Logic to determine the layout of the component.",
|
|
8621
|
+
"privacy": "private",
|
|
8622
|
+
"return": {
|
|
8623
|
+
"type": {
|
|
8624
|
+
"text": "HTMLCollection"
|
|
8625
|
+
}
|
|
8626
|
+
}
|
|
8627
|
+
},
|
|
8628
|
+
{
|
|
8629
|
+
"kind": "field",
|
|
8630
|
+
"name": "isPopoverVisible",
|
|
8631
|
+
"privacy": "public",
|
|
8479
8632
|
"type": {
|
|
8480
8633
|
"text": "boolean"
|
|
8481
8634
|
},
|
|
8482
8635
|
"description": "If true, the dropdown bib is displayed.",
|
|
8483
8636
|
"default": "false",
|
|
8484
|
-
"
|
|
8637
|
+
"attribute": "open",
|
|
8638
|
+
"reflects": true
|
|
8485
8639
|
},
|
|
8486
8640
|
{
|
|
8641
|
+
"kind": "field",
|
|
8487
8642
|
"name": "isBibFullscreen",
|
|
8643
|
+
"privacy": "public",
|
|
8488
8644
|
"type": {
|
|
8489
8645
|
"text": "boolean"
|
|
8490
8646
|
},
|
|
8491
8647
|
"description": "If true, the dropdown bib is taking the fullscreen when it's open.",
|
|
8492
8648
|
"default": "false",
|
|
8493
|
-
"
|
|
8649
|
+
"attribute": "isBibFullscreen",
|
|
8650
|
+
"reflects": true
|
|
8494
8651
|
},
|
|
8495
8652
|
{
|
|
8496
|
-
"
|
|
8653
|
+
"kind": "field",
|
|
8654
|
+
"name": "matchWidth",
|
|
8655
|
+
"privacy": "public",
|
|
8497
8656
|
"type": {
|
|
8498
8657
|
"text": "boolean"
|
|
8499
8658
|
},
|
|
8500
|
-
"description": "If declared, the trigger will
|
|
8501
|
-
"
|
|
8659
|
+
"description": "If declared, the popover and trigger will be set to the same width.",
|
|
8660
|
+
"default": "false",
|
|
8661
|
+
"attribute": "matchWidth",
|
|
8662
|
+
"reflects": true
|
|
8502
8663
|
},
|
|
8503
8664
|
{
|
|
8504
|
-
"
|
|
8665
|
+
"kind": "field",
|
|
8666
|
+
"name": "noHideOnThisFocusLoss",
|
|
8667
|
+
"privacy": "public",
|
|
8505
8668
|
"type": {
|
|
8506
8669
|
"text": "boolean"
|
|
8507
8670
|
},
|
|
8508
|
-
"
|
|
8671
|
+
"description": "If declared, the dropdown will not hide when moving focus outside the element.",
|
|
8672
|
+
"default": "false",
|
|
8673
|
+
"attribute": "noHideOnThisFocusLoss",
|
|
8674
|
+
"reflects": true
|
|
8509
8675
|
},
|
|
8510
8676
|
{
|
|
8511
|
-
"
|
|
8677
|
+
"kind": "field",
|
|
8678
|
+
"name": "errorMessage",
|
|
8679
|
+
"privacy": "public",
|
|
8512
8680
|
"type": {
|
|
8513
|
-
"text": "
|
|
8681
|
+
"text": "string"
|
|
8514
8682
|
},
|
|
8515
|
-
"description": "
|
|
8516
|
-
"default": "
|
|
8517
|
-
"
|
|
8683
|
+
"description": "Contains the help text message for the current validity error.",
|
|
8684
|
+
"default": "undefined",
|
|
8685
|
+
"attribute": "errorMessage"
|
|
8518
8686
|
},
|
|
8519
8687
|
{
|
|
8688
|
+
"kind": "field",
|
|
8520
8689
|
"name": "layout",
|
|
8690
|
+
"privacy": "public",
|
|
8521
8691
|
"type": {
|
|
8522
8692
|
"text": "string"
|
|
8523
8693
|
},
|
|
8524
8694
|
"description": "Sets the layout of the dropdown.",
|
|
8525
8695
|
"default": "undefined",
|
|
8526
|
-
"
|
|
8696
|
+
"attribute": "layout",
|
|
8697
|
+
"reflects": true,
|
|
8527
8698
|
"inheritedFrom": {
|
|
8528
8699
|
"name": "AuroElement",
|
|
8529
8700
|
"module": "components/layoutElement/src/auroElement.js"
|
|
8530
8701
|
}
|
|
8531
8702
|
},
|
|
8532
8703
|
{
|
|
8533
|
-
"
|
|
8704
|
+
"kind": "field",
|
|
8705
|
+
"name": "shape",
|
|
8706
|
+
"privacy": "public",
|
|
8534
8707
|
"type": {
|
|
8535
|
-
"text": "
|
|
8708
|
+
"text": "string"
|
|
8536
8709
|
},
|
|
8537
|
-
"
|
|
8538
|
-
"
|
|
8539
|
-
"
|
|
8710
|
+
"attribute": "shape",
|
|
8711
|
+
"reflects": true,
|
|
8712
|
+
"default": "undefined",
|
|
8713
|
+
"inheritedFrom": {
|
|
8714
|
+
"name": "AuroElement",
|
|
8715
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
8716
|
+
}
|
|
8540
8717
|
},
|
|
8541
8718
|
{
|
|
8542
|
-
"
|
|
8719
|
+
"kind": "field",
|
|
8720
|
+
"name": "size",
|
|
8721
|
+
"privacy": "public",
|
|
8543
8722
|
"type": {
|
|
8544
|
-
"text": "
|
|
8723
|
+
"text": "string"
|
|
8545
8724
|
},
|
|
8546
|
-
"
|
|
8547
|
-
"
|
|
8548
|
-
"
|
|
8549
|
-
|
|
8550
|
-
|
|
8551
|
-
|
|
8552
|
-
|
|
8553
|
-
"text": "boolean"
|
|
8554
|
-
},
|
|
8555
|
-
"description": "If declared, the bib will NOT flip to an alternate position\nwhen there isn't enough space in the specified `placement`.",
|
|
8556
|
-
"fieldName": "noFlip"
|
|
8557
|
-
},
|
|
8558
|
-
{
|
|
8559
|
-
"name": "shift",
|
|
8560
|
-
"type": {
|
|
8561
|
-
"text": "boolean"
|
|
8562
|
-
},
|
|
8563
|
-
"description": "If declared, the dropdown will shift its position to avoid being cut off by the viewport.",
|
|
8564
|
-
"fieldName": "shift"
|
|
8725
|
+
"attribute": "size",
|
|
8726
|
+
"reflects": true,
|
|
8727
|
+
"default": "undefined",
|
|
8728
|
+
"inheritedFrom": {
|
|
8729
|
+
"name": "AuroElement",
|
|
8730
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
8731
|
+
}
|
|
8565
8732
|
},
|
|
8566
8733
|
{
|
|
8567
|
-
"
|
|
8734
|
+
"kind": "field",
|
|
8735
|
+
"name": "parentBorder",
|
|
8736
|
+
"privacy": "private",
|
|
8568
8737
|
"type": {
|
|
8569
8738
|
"text": "boolean"
|
|
8570
8739
|
},
|
|
8571
|
-
"description": "
|
|
8740
|
+
"description": "Defines if the trigger should size based on the parent element providing the border UI.",
|
|
8572
8741
|
"default": "false",
|
|
8573
|
-
"
|
|
8574
|
-
|
|
8575
|
-
{
|
|
8576
|
-
"name": "noToggle",
|
|
8577
|
-
"type": {
|
|
8578
|
-
"text": "boolean"
|
|
8579
|
-
},
|
|
8580
|
-
"description": "If declared, the trigger will only show the dropdown bib.",
|
|
8581
|
-
"fieldName": "noToggle"
|
|
8582
|
-
},
|
|
8583
|
-
{
|
|
8584
|
-
"name": "offset",
|
|
8585
|
-
"type": {
|
|
8586
|
-
"text": "number"
|
|
8587
|
-
},
|
|
8588
|
-
"description": "Gap between the trigger element and bib.",
|
|
8589
|
-
"default": "0",
|
|
8590
|
-
"fieldName": "offset"
|
|
8742
|
+
"attribute": "parentBorder",
|
|
8743
|
+
"reflects": true
|
|
8591
8744
|
},
|
|
8592
8745
|
{
|
|
8593
|
-
"
|
|
8594
|
-
"
|
|
8595
|
-
|
|
8596
|
-
},
|
|
8597
|
-
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
8598
|
-
"fieldName": "onDark"
|
|
8746
|
+
"kind": "field",
|
|
8747
|
+
"name": "bibElement",
|
|
8748
|
+
"privacy": "private"
|
|
8599
8749
|
},
|
|
8600
8750
|
{
|
|
8601
|
-
"
|
|
8751
|
+
"kind": "field",
|
|
8752
|
+
"name": "a11yRole",
|
|
8753
|
+
"privacy": "public",
|
|
8602
8754
|
"type": {
|
|
8603
|
-
"text": "
|
|
8755
|
+
"text": "string"
|
|
8604
8756
|
},
|
|
8605
|
-
"description": "
|
|
8606
|
-
"fieldName": "onSlotChange"
|
|
8757
|
+
"description": "The value for the role attribute of the trigger element."
|
|
8607
8758
|
},
|
|
8608
8759
|
{
|
|
8609
|
-
"
|
|
8760
|
+
"kind": "field",
|
|
8761
|
+
"name": "appearance",
|
|
8762
|
+
"privacy": "public",
|
|
8610
8763
|
"type": {
|
|
8611
|
-
"text": "'
|
|
8764
|
+
"text": "'default' | 'inverse'"
|
|
8612
8765
|
},
|
|
8613
|
-
"description": "
|
|
8614
|
-
"default": "'
|
|
8615
|
-
"
|
|
8766
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
8767
|
+
"default": "'default'",
|
|
8768
|
+
"attribute": "appearance",
|
|
8769
|
+
"reflects": true
|
|
8616
8770
|
},
|
|
8617
8771
|
{
|
|
8618
|
-
"
|
|
8772
|
+
"kind": "field",
|
|
8773
|
+
"name": "autoPlacement",
|
|
8774
|
+
"privacy": "public",
|
|
8619
8775
|
"type": {
|
|
8620
|
-
"text": "
|
|
8776
|
+
"text": "boolean"
|
|
8621
8777
|
},
|
|
8622
|
-
"
|
|
8778
|
+
"description": "If declared, bib's position will be automatically calculated where to appear.",
|
|
8779
|
+
"attribute": "autoPlacement",
|
|
8780
|
+
"reflects": true
|
|
8623
8781
|
},
|
|
8624
8782
|
{
|
|
8625
|
-
"
|
|
8783
|
+
"kind": "field",
|
|
8784
|
+
"name": "disableEventShow",
|
|
8785
|
+
"privacy": "public",
|
|
8626
8786
|
"type": {
|
|
8627
|
-
"text": "
|
|
8787
|
+
"text": "boolean"
|
|
8628
8788
|
},
|
|
8629
|
-
"
|
|
8630
|
-
"
|
|
8631
|
-
|
|
8632
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8633
|
-
}
|
|
8789
|
+
"description": "If declared, the dropdown will only show by calling the API .show() public method.",
|
|
8790
|
+
"attribute": "disableEventShow",
|
|
8791
|
+
"reflects": true
|
|
8634
8792
|
},
|
|
8635
8793
|
{
|
|
8636
|
-
"
|
|
8794
|
+
"kind": "field",
|
|
8795
|
+
"name": "simple",
|
|
8796
|
+
"privacy": "public",
|
|
8637
8797
|
"type": {
|
|
8638
|
-
"text": "
|
|
8798
|
+
"text": "boolean"
|
|
8639
8799
|
},
|
|
8640
|
-
"
|
|
8641
|
-
"
|
|
8642
|
-
|
|
8643
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8644
|
-
}
|
|
8800
|
+
"description": "If declared, applies a border around the trigger slot.",
|
|
8801
|
+
"attribute": "simple",
|
|
8802
|
+
"reflects": true
|
|
8645
8803
|
},
|
|
8646
8804
|
{
|
|
8647
|
-
"
|
|
8805
|
+
"kind": "field",
|
|
8806
|
+
"name": "chevron",
|
|
8807
|
+
"privacy": "public",
|
|
8648
8808
|
"type": {
|
|
8649
8809
|
"text": "boolean"
|
|
8650
8810
|
},
|
|
8651
|
-
"
|
|
8652
|
-
"
|
|
8653
|
-
|
|
8654
|
-
"module": "components/layoutElement/src/auroElement.js"
|
|
8655
|
-
}
|
|
8656
|
-
}
|
|
8657
|
-
],
|
|
8658
|
-
"superclass": {
|
|
8659
|
-
"name": "AuroElement",
|
|
8660
|
-
"module": "/components/layoutElement/src/auroElement.js"
|
|
8661
|
-
},
|
|
8662
|
-
"tagName": "auro-dropdown",
|
|
8663
|
-
"customElement": true
|
|
8664
|
-
}
|
|
8665
|
-
],
|
|
8666
|
-
"exports": [
|
|
8667
|
-
{
|
|
8668
|
-
"kind": "js",
|
|
8669
|
-
"name": "AuroDropdown",
|
|
8670
|
-
"declaration": {
|
|
8671
|
-
"name": "AuroDropdown",
|
|
8672
|
-
"module": "components/dropdown/src/auro-dropdown.js"
|
|
8673
|
-
}
|
|
8674
|
-
}
|
|
8675
|
-
]
|
|
8676
|
-
},
|
|
8677
|
-
{
|
|
8678
|
-
"kind": "javascript-module",
|
|
8679
|
-
"path": "components/dropdown/src/auro-dropdownBib.js",
|
|
8680
|
-
"declarations": [
|
|
8681
|
-
{
|
|
8682
|
-
"kind": "class",
|
|
8683
|
-
"description": "",
|
|
8684
|
-
"name": "AuroDropdownBib",
|
|
8685
|
-
"cssParts": [
|
|
8686
|
-
{
|
|
8687
|
-
"description": "Apply css to the bib container.",
|
|
8688
|
-
"name": "bibContainer"
|
|
8689
|
-
}
|
|
8690
|
-
],
|
|
8691
|
-
"members": [
|
|
8692
|
-
{
|
|
8693
|
-
"kind": "field",
|
|
8694
|
-
"name": "mobileFullscreenBreakpoint"
|
|
8695
|
-
},
|
|
8696
|
-
{
|
|
8697
|
-
"kind": "field",
|
|
8698
|
-
"name": "_mobileBreakpointValue",
|
|
8699
|
-
"privacy": "private",
|
|
8700
|
-
"default": "undefined"
|
|
8811
|
+
"description": "If declared, the dropdown displays a chevron on the right.",
|
|
8812
|
+
"attribute": "chevron",
|
|
8813
|
+
"reflects": true
|
|
8701
8814
|
},
|
|
8702
8815
|
{
|
|
8703
8816
|
"kind": "field",
|
|
8704
|
-
"name": "
|
|
8817
|
+
"name": "disabled",
|
|
8705
8818
|
"privacy": "public",
|
|
8706
8819
|
"type": {
|
|
8707
|
-
"text": "
|
|
8820
|
+
"text": "boolean"
|
|
8708
8821
|
},
|
|
8709
|
-
"
|
|
8710
|
-
"attribute": "
|
|
8822
|
+
"description": "If declared, the dropdown is not interactive.",
|
|
8823
|
+
"attribute": "disabled",
|
|
8711
8824
|
"reflects": true
|
|
8712
8825
|
},
|
|
8713
8826
|
{
|
|
8714
8827
|
"kind": "field",
|
|
8715
|
-
"name": "
|
|
8716
|
-
"privacy": "
|
|
8828
|
+
"name": "disableFocusTrap",
|
|
8829
|
+
"privacy": "public",
|
|
8717
8830
|
"type": {
|
|
8718
8831
|
"text": "boolean"
|
|
8719
8832
|
},
|
|
8720
|
-
"description": "If declared, the bib
|
|
8721
|
-
"
|
|
8722
|
-
"attribute": "matchWidth",
|
|
8833
|
+
"description": "If declared, the focus trap inside of bib will be turned off.",
|
|
8834
|
+
"attribute": "disableFocusTrap",
|
|
8723
8835
|
"reflects": true
|
|
8724
8836
|
},
|
|
8725
8837
|
{
|
|
8838
|
+
"kind": "field",
|
|
8839
|
+
"name": "dropdownWidth",
|
|
8840
|
+
"privacy": "private",
|
|
8726
8841
|
"type": {
|
|
8727
|
-
"text": "
|
|
8842
|
+
"text": "number"
|
|
8728
8843
|
},
|
|
8729
|
-
"
|
|
8730
|
-
"name": "fullscreenBreakpoint",
|
|
8731
|
-
"kind": "field"
|
|
8844
|
+
"attribute": "dropdownWidth"
|
|
8732
8845
|
},
|
|
8733
8846
|
{
|
|
8734
8847
|
"kind": "field",
|
|
8735
|
-
"name": "
|
|
8736
|
-
"privacy": "
|
|
8848
|
+
"name": "dropdownId",
|
|
8849
|
+
"privacy": "private",
|
|
8737
8850
|
"type": {
|
|
8738
|
-
"text": "
|
|
8851
|
+
"text": "string"
|
|
8739
8852
|
},
|
|
8740
|
-
"description": "
|
|
8741
|
-
"attribute": "isFullscreen",
|
|
8742
|
-
"reflects": true
|
|
8853
|
+
"description": "The unique ID for the dropdown bib element."
|
|
8743
8854
|
},
|
|
8744
8855
|
{
|
|
8745
8856
|
"kind": "field",
|
|
8746
|
-
"name": "
|
|
8857
|
+
"name": "error",
|
|
8747
8858
|
"privacy": "public",
|
|
8748
8859
|
"type": {
|
|
8749
8860
|
"text": "boolean"
|
|
8750
8861
|
},
|
|
8751
|
-
"description": "If declared, will apply
|
|
8752
|
-
"attribute": "
|
|
8862
|
+
"description": "If declared, will apply error UI to the dropdown.",
|
|
8863
|
+
"attribute": "error",
|
|
8753
8864
|
"reflects": true
|
|
8754
8865
|
},
|
|
8755
8866
|
{
|
|
8756
8867
|
"kind": "field",
|
|
8757
|
-
"name": "
|
|
8868
|
+
"name": "focusShow",
|
|
8758
8869
|
"privacy": "public",
|
|
8759
8870
|
"type": {
|
|
8760
8871
|
"text": "boolean"
|
|
8761
8872
|
},
|
|
8762
|
-
"description": "If declared, will
|
|
8763
|
-
"attribute": "
|
|
8873
|
+
"description": "If declared, the bib will display when focus is applied to the trigger.",
|
|
8874
|
+
"attribute": "focusShow",
|
|
8764
8875
|
"reflects": true
|
|
8765
8876
|
},
|
|
8766
8877
|
{
|
|
8767
8878
|
"kind": "field",
|
|
8768
|
-
"name": "
|
|
8879
|
+
"name": "hoverToggle",
|
|
8769
8880
|
"privacy": "public",
|
|
8770
8881
|
"type": {
|
|
8771
8882
|
"text": "boolean"
|
|
8772
8883
|
},
|
|
8773
|
-
"description": "If declared,
|
|
8774
|
-
"attribute": "
|
|
8884
|
+
"description": "If declared, the trigger will toggle the dropdown on mouseover/mouseout.",
|
|
8885
|
+
"attribute": "hoverToggle",
|
|
8775
8886
|
"reflects": true
|
|
8776
8887
|
},
|
|
8777
8888
|
{
|
|
8778
8889
|
"kind": "field",
|
|
8779
|
-
"name": "
|
|
8780
|
-
"privacy": "
|
|
8781
|
-
"type": {
|
|
8782
|
-
"text": "object"
|
|
8783
|
-
},
|
|
8784
|
-
"description": "A reference to the associated bib template element.",
|
|
8785
|
-
"attribute": "bibTemplate"
|
|
8786
|
-
}
|
|
8787
|
-
],
|
|
8788
|
-
"events": [
|
|
8789
|
-
{
|
|
8790
|
-
"name": "auro-dropdownbib-connected",
|
|
8791
|
-
"type": {
|
|
8792
|
-
"text": "CustomEvent"
|
|
8793
|
-
}
|
|
8794
|
-
}
|
|
8795
|
-
],
|
|
8796
|
-
"attributes": [
|
|
8797
|
-
{
|
|
8798
|
-
"name": "isFullscreen",
|
|
8890
|
+
"name": "hasTriggerContent",
|
|
8891
|
+
"privacy": "private",
|
|
8799
8892
|
"type": {
|
|
8800
8893
|
"text": "boolean"
|
|
8801
8894
|
},
|
|
8802
|
-
"
|
|
8803
|
-
"fieldName": "isFullscreen"
|
|
8895
|
+
"attribute": "hasTriggerContent"
|
|
8804
8896
|
},
|
|
8805
8897
|
{
|
|
8806
|
-
"
|
|
8898
|
+
"kind": "field",
|
|
8899
|
+
"name": "fullscreenBreakpoint",
|
|
8900
|
+
"privacy": "public",
|
|
8807
8901
|
"type": {
|
|
8808
|
-
"text": "
|
|
8902
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'disabled'"
|
|
8809
8903
|
},
|
|
8810
|
-
"description": "
|
|
8811
|
-
"
|
|
8904
|
+
"description": "Defines the screen size breakpoint at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.\n\nWhen expanded, the dropdown will automatically display in fullscreen mode\nif the screen size is equal to or smaller than the selected breakpoint.",
|
|
8905
|
+
"default": "'sm'",
|
|
8906
|
+
"attribute": "fullscreenBreakpoint",
|
|
8907
|
+
"reflects": true
|
|
8812
8908
|
},
|
|
8813
8909
|
{
|
|
8814
|
-
"
|
|
8910
|
+
"kind": "field",
|
|
8911
|
+
"name": "noFlip",
|
|
8912
|
+
"privacy": "public",
|
|
8815
8913
|
"type": {
|
|
8816
8914
|
"text": "boolean"
|
|
8817
8915
|
},
|
|
8818
|
-
"description": "If declared, will
|
|
8819
|
-
"
|
|
8916
|
+
"description": "If declared, the bib will NOT flip to an alternate position\nwhen there isn't enough space in the specified `placement`.",
|
|
8917
|
+
"attribute": "noFlip",
|
|
8918
|
+
"reflects": true
|
|
8820
8919
|
},
|
|
8821
8920
|
{
|
|
8822
|
-
"
|
|
8921
|
+
"kind": "field",
|
|
8922
|
+
"name": "shift",
|
|
8923
|
+
"privacy": "public",
|
|
8823
8924
|
"type": {
|
|
8824
8925
|
"text": "boolean"
|
|
8825
8926
|
},
|
|
8826
|
-
"description": "If declared, the
|
|
8827
|
-
"
|
|
8828
|
-
"
|
|
8927
|
+
"description": "If declared, the dropdown will shift its position to avoid being cut off by the viewport.",
|
|
8928
|
+
"attribute": "shift",
|
|
8929
|
+
"reflects": true
|
|
8829
8930
|
},
|
|
8830
8931
|
{
|
|
8831
|
-
"
|
|
8932
|
+
"kind": "field",
|
|
8933
|
+
"name": "noToggle",
|
|
8934
|
+
"privacy": "public",
|
|
8832
8935
|
"type": {
|
|
8833
8936
|
"text": "boolean"
|
|
8834
8937
|
},
|
|
8835
|
-
"description": "If declared, will
|
|
8836
|
-
"
|
|
8938
|
+
"description": "If declared, the trigger will only show the dropdown bib.",
|
|
8939
|
+
"attribute": "noToggle",
|
|
8940
|
+
"reflects": true
|
|
8837
8941
|
},
|
|
8838
8942
|
{
|
|
8839
|
-
"
|
|
8943
|
+
"kind": "field",
|
|
8944
|
+
"name": "offset",
|
|
8945
|
+
"privacy": "public",
|
|
8840
8946
|
"type": {
|
|
8841
|
-
"text": "
|
|
8947
|
+
"text": "number"
|
|
8842
8948
|
},
|
|
8843
|
-
"description": "
|
|
8844
|
-
"
|
|
8949
|
+
"description": "Gap between the trigger element and bib.",
|
|
8950
|
+
"default": "0",
|
|
8951
|
+
"attribute": "offset",
|
|
8952
|
+
"reflects": true
|
|
8845
8953
|
},
|
|
8846
|
-
{
|
|
8847
|
-
"name": "shape",
|
|
8848
|
-
"type": {
|
|
8849
|
-
"text": "string"
|
|
8850
|
-
},
|
|
8851
|
-
"default": "\"rounded\"",
|
|
8852
|
-
"fieldName": "shape"
|
|
8853
|
-
}
|
|
8854
|
-
],
|
|
8855
|
-
"superclass": {
|
|
8856
|
-
"name": "LitElement",
|
|
8857
|
-
"package": "lit"
|
|
8858
|
-
},
|
|
8859
|
-
"customElement": true
|
|
8860
|
-
}
|
|
8861
|
-
],
|
|
8862
|
-
"exports": [
|
|
8863
|
-
{
|
|
8864
|
-
"kind": "js",
|
|
8865
|
-
"name": "AuroDropdownBib",
|
|
8866
|
-
"declaration": {
|
|
8867
|
-
"name": "AuroDropdownBib",
|
|
8868
|
-
"module": "components/dropdown/src/auro-dropdownBib.js"
|
|
8869
|
-
}
|
|
8870
|
-
}
|
|
8871
|
-
]
|
|
8872
|
-
},
|
|
8873
|
-
{
|
|
8874
|
-
"kind": "javascript-module",
|
|
8875
|
-
"path": "components/dropdown/src/iconVersion.js",
|
|
8876
|
-
"declarations": [],
|
|
8877
|
-
"exports": [
|
|
8878
|
-
{
|
|
8879
|
-
"kind": "js",
|
|
8880
|
-
"name": "default",
|
|
8881
|
-
"declaration": {
|
|
8882
|
-
"name": "9.1.2",
|
|
8883
|
-
"module": "components/dropdown/src/iconVersion.js"
|
|
8884
|
-
}
|
|
8885
|
-
}
|
|
8886
|
-
]
|
|
8887
|
-
},
|
|
8888
|
-
{
|
|
8889
|
-
"kind": "javascript-module",
|
|
8890
|
-
"path": "components/dropdown/src/index.js",
|
|
8891
|
-
"declarations": [],
|
|
8892
|
-
"exports": [
|
|
8893
|
-
{
|
|
8894
|
-
"kind": "js",
|
|
8895
|
-
"name": "AuroDropdown",
|
|
8896
|
-
"declaration": {
|
|
8897
|
-
"name": "AuroDropdown",
|
|
8898
|
-
"module": "components/dropdown/src/index.js"
|
|
8899
|
-
}
|
|
8900
|
-
}
|
|
8901
|
-
]
|
|
8902
|
-
},
|
|
8903
|
-
{
|
|
8904
|
-
"kind": "javascript-module",
|
|
8905
|
-
"path": "components/dropdown/src/registered.js",
|
|
8906
|
-
"declarations": [],
|
|
8907
|
-
"exports": []
|
|
8908
|
-
},
|
|
8909
|
-
{
|
|
8910
|
-
"kind": "javascript-module",
|
|
8911
|
-
"path": "components/form/src/auro-form.js",
|
|
8912
|
-
"declarations": [
|
|
8913
|
-
{
|
|
8914
|
-
"kind": "class",
|
|
8915
|
-
"description": "The `auro-form` element provides users a way to create and manage forms in a consistent manner.",
|
|
8916
|
-
"name": "AuroForm",
|
|
8917
|
-
"slots": [
|
|
8918
|
-
{
|
|
8919
|
-
"description": "The default slot for form elements.",
|
|
8920
|
-
"name": "default"
|
|
8921
|
-
}
|
|
8922
|
-
],
|
|
8923
|
-
"members": [
|
|
8924
8954
|
{
|
|
8925
8955
|
"kind": "field",
|
|
8926
|
-
"name": "
|
|
8927
|
-
"
|
|
8928
|
-
"
|
|
8929
|
-
|
|
8930
|
-
{
|
|
8931
|
-
"kind": "method",
|
|
8932
|
-
"name": "_isElementTag",
|
|
8933
|
-
"parameters": [
|
|
8934
|
-
{
|
|
8935
|
-
"name": "elementTag",
|
|
8936
|
-
"description": "The HTML tag name like `auro-datepicker`.",
|
|
8937
|
-
"type": {
|
|
8938
|
-
"text": "string"
|
|
8939
|
-
}
|
|
8940
|
-
},
|
|
8941
|
-
{
|
|
8942
|
-
"name": "element",
|
|
8943
|
-
"description": "The actual HTML element to compare.",
|
|
8944
|
-
"type": {
|
|
8945
|
-
"text": "HTMLElement"
|
|
8946
|
-
}
|
|
8947
|
-
}
|
|
8948
|
-
],
|
|
8949
|
-
"description": "Compare tag name with element to identify it (for API purposes).",
|
|
8950
|
-
"return": {
|
|
8951
|
-
"type": {
|
|
8952
|
-
"text": "boolean"
|
|
8953
|
-
}
|
|
8954
|
-
},
|
|
8955
|
-
"privacy": "private"
|
|
8956
|
-
},
|
|
8957
|
-
{
|
|
8958
|
-
"kind": "method",
|
|
8959
|
-
"name": "_isInElementCollection",
|
|
8960
|
-
"parameters": [
|
|
8961
|
-
{
|
|
8962
|
-
"name": "collection",
|
|
8963
|
-
"description": "The array to use for tag name search.",
|
|
8964
|
-
"type": {
|
|
8965
|
-
"text": "string[]"
|
|
8966
|
-
}
|
|
8967
|
-
},
|
|
8968
|
-
{
|
|
8969
|
-
"name": "element",
|
|
8970
|
-
"description": "The element to compare against the master list.",
|
|
8971
|
-
"type": {
|
|
8972
|
-
"text": "HTMLElement"
|
|
8973
|
-
}
|
|
8974
|
-
}
|
|
8975
|
-
],
|
|
8976
|
-
"description": "Shared code for determining if an element is something we care about (submit, form element, etc.).",
|
|
8977
|
-
"return": {
|
|
8978
|
-
"type": {
|
|
8979
|
-
"text": "boolean"
|
|
8980
|
-
}
|
|
8981
|
-
},
|
|
8982
|
-
"privacy": "private"
|
|
8983
|
-
},
|
|
8984
|
-
{
|
|
8985
|
-
"kind": "method",
|
|
8986
|
-
"name": "isFormElement",
|
|
8987
|
-
"parameters": [
|
|
8988
|
-
{
|
|
8989
|
-
"name": "element",
|
|
8990
|
-
"description": "The element to check (attr or tag name).",
|
|
8991
|
-
"type": {
|
|
8992
|
-
"text": "HTMLElement"
|
|
8993
|
-
}
|
|
8994
|
-
}
|
|
8995
|
-
],
|
|
8996
|
-
"description": "Check if the tag name is a form element.",
|
|
8997
|
-
"return": {
|
|
8998
|
-
"type": {
|
|
8999
|
-
"text": "boolean"
|
|
9000
|
-
}
|
|
9001
|
-
}
|
|
9002
|
-
},
|
|
9003
|
-
{
|
|
9004
|
-
"kind": "method",
|
|
9005
|
-
"name": "_eventIsValidFormEvent",
|
|
9006
|
-
"parameters": [
|
|
9007
|
-
{
|
|
9008
|
-
"name": "event",
|
|
9009
|
-
"description": "The event to validate.",
|
|
9010
|
-
"type": {
|
|
9011
|
-
"text": "Event"
|
|
9012
|
-
}
|
|
9013
|
-
}
|
|
9014
|
-
],
|
|
9015
|
-
"description": "Validates if an event is from a valid form element with a name.",
|
|
9016
|
-
"return": {
|
|
9017
|
-
"type": {
|
|
9018
|
-
"text": "boolean"
|
|
9019
|
-
}
|
|
8956
|
+
"name": "onDark",
|
|
8957
|
+
"privacy": "public",
|
|
8958
|
+
"type": {
|
|
8959
|
+
"text": "boolean"
|
|
9020
8960
|
},
|
|
9021
|
-
"
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
"
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
"readonly": true
|
|
9028
|
-
},
|
|
9029
|
-
{
|
|
9030
|
-
"kind": "method",
|
|
9031
|
-
"name": "isButtonElement",
|
|
9032
|
-
"parameters": [
|
|
9033
|
-
{
|
|
9034
|
-
"name": "element",
|
|
9035
|
-
"description": "The element to check.",
|
|
9036
|
-
"type": {
|
|
9037
|
-
"text": "HTMLElement"
|
|
9038
|
-
}
|
|
9039
|
-
}
|
|
9040
|
-
],
|
|
9041
|
-
"description": "Check if the tag name is a button element.",
|
|
9042
|
-
"return": {
|
|
9043
|
-
"type": {
|
|
9044
|
-
"text": "boolean"
|
|
9045
|
-
}
|
|
8961
|
+
"attribute": "onDark",
|
|
8962
|
+
"reflects": true,
|
|
8963
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
8964
|
+
"inheritedFrom": {
|
|
8965
|
+
"name": "AuroElement",
|
|
8966
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9046
8967
|
}
|
|
9047
8968
|
},
|
|
9048
8969
|
{
|
|
9049
8970
|
"kind": "field",
|
|
9050
|
-
"name": "
|
|
9051
|
-
"
|
|
9052
|
-
"
|
|
9053
|
-
"
|
|
9054
|
-
"text": "Record<string, string | number | boolean | string[] | null>"
|
|
9055
|
-
}
|
|
8971
|
+
"name": "onSlotChange",
|
|
8972
|
+
"privacy": "public",
|
|
8973
|
+
"type": {
|
|
8974
|
+
"text": "function"
|
|
9056
8975
|
},
|
|
9057
|
-
"
|
|
8976
|
+
"description": "If declared, and a function is set, that function will execute when the slot content is updated.",
|
|
8977
|
+
"attribute": "onSlotChange"
|
|
9058
8978
|
},
|
|
9059
8979
|
{
|
|
9060
8980
|
"kind": "field",
|
|
9061
|
-
"name": "
|
|
9062
|
-
"
|
|
9063
|
-
"
|
|
9064
|
-
"
|
|
9065
|
-
"text": "HTMLButtonElement[]"
|
|
9066
|
-
}
|
|
8981
|
+
"name": "placement",
|
|
8982
|
+
"privacy": "public",
|
|
8983
|
+
"type": {
|
|
8984
|
+
"text": "'top' | 'right' | 'bottom' | 'left' | 'bottom-start' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-end' | 'left-start' | 'left-end'"
|
|
9067
8985
|
},
|
|
9068
|
-
"
|
|
8986
|
+
"description": "Position where the bib should appear relative to the trigger.",
|
|
8987
|
+
"default": "'bottom-start'",
|
|
8988
|
+
"attribute": "placement",
|
|
8989
|
+
"reflects": true
|
|
9069
8990
|
},
|
|
9070
8991
|
{
|
|
9071
8992
|
"kind": "field",
|
|
9072
|
-
"name": "
|
|
9073
|
-
"
|
|
8993
|
+
"name": "tabIndex",
|
|
8994
|
+
"privacy": "private",
|
|
8995
|
+
"type": {
|
|
8996
|
+
"text": "number"
|
|
8997
|
+
},
|
|
8998
|
+
"attribute": "tabIndex"
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
"kind": "field",
|
|
9002
|
+
"name": "componentHasFocus",
|
|
9003
|
+
"description": "Returns true if the element has focus.",
|
|
9004
|
+
"privacy": "private",
|
|
9074
9005
|
"return": {
|
|
9075
9006
|
"type": {
|
|
9076
|
-
"text": "
|
|
9007
|
+
"text": "boolean"
|
|
9077
9008
|
}
|
|
9078
9009
|
},
|
|
9079
|
-
"readonly": true
|
|
9010
|
+
"readonly": true,
|
|
9011
|
+
"inheritedFrom": {
|
|
9012
|
+
"name": "AuroElement",
|
|
9013
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9014
|
+
}
|
|
9080
9015
|
},
|
|
9081
9016
|
{
|
|
9082
9017
|
"kind": "method",
|
|
9083
|
-
"name": "
|
|
9084
|
-
"
|
|
9085
|
-
|
|
9018
|
+
"name": "resetShapeClasses",
|
|
9019
|
+
"inheritedFrom": {
|
|
9020
|
+
"name": "AuroElement",
|
|
9021
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9022
|
+
}
|
|
9086
9023
|
},
|
|
9087
9024
|
{
|
|
9088
|
-
"kind": "
|
|
9089
|
-
"name": "
|
|
9090
|
-
"
|
|
9091
|
-
|
|
9092
|
-
"
|
|
9093
|
-
|
|
9094
|
-
}
|
|
9095
|
-
},
|
|
9096
|
-
"readonly": true
|
|
9025
|
+
"kind": "method",
|
|
9026
|
+
"name": "resetLayoutClasses",
|
|
9027
|
+
"inheritedFrom": {
|
|
9028
|
+
"name": "AuroElement",
|
|
9029
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9030
|
+
}
|
|
9097
9031
|
},
|
|
9098
9032
|
{
|
|
9099
9033
|
"kind": "method",
|
|
9100
|
-
"name": "
|
|
9034
|
+
"name": "updateComponentArchitecture",
|
|
9035
|
+
"inheritedFrom": {
|
|
9036
|
+
"name": "AuroElement",
|
|
9037
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9038
|
+
}
|
|
9039
|
+
}
|
|
9040
|
+
],
|
|
9041
|
+
"events": [
|
|
9042
|
+
{
|
|
9043
|
+
"name": "auroDropdown-idAdded",
|
|
9044
|
+
"type": {
|
|
9045
|
+
"text": "Object<key"
|
|
9046
|
+
},
|
|
9047
|
+
"description": "Notifies consumers that the unique ID for the dropdown bib has been generated."
|
|
9101
9048
|
},
|
|
9102
9049
|
{
|
|
9103
|
-
"
|
|
9104
|
-
"
|
|
9105
|
-
|
|
9106
|
-
"return": {
|
|
9107
|
-
"type": {
|
|
9108
|
-
"text": "boolean"
|
|
9109
|
-
}
|
|
9050
|
+
"name": "auroDropdown-triggerClick",
|
|
9051
|
+
"type": {
|
|
9052
|
+
"text": "CustomEvent"
|
|
9110
9053
|
},
|
|
9111
|
-
"
|
|
9054
|
+
"description": "Notifies that the trigger has been clicked."
|
|
9112
9055
|
},
|
|
9113
9056
|
{
|
|
9114
|
-
"
|
|
9115
|
-
"name": "
|
|
9057
|
+
"description": "Notifies that the visibility of the dropdown bib has changed.",
|
|
9058
|
+
"name": "auroDropdown-toggled"
|
|
9059
|
+
}
|
|
9060
|
+
],
|
|
9061
|
+
"attributes": [
|
|
9062
|
+
{
|
|
9063
|
+
"name": "appearance",
|
|
9064
|
+
"type": {
|
|
9065
|
+
"text": "'default' | 'inverse'"
|
|
9066
|
+
},
|
|
9067
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
9068
|
+
"default": "'default'",
|
|
9069
|
+
"fieldName": "appearance"
|
|
9116
9070
|
},
|
|
9117
9071
|
{
|
|
9118
|
-
"
|
|
9119
|
-
"
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
}
|
|
9125
|
-
}
|
|
9072
|
+
"name": "autoPlacement",
|
|
9073
|
+
"type": {
|
|
9074
|
+
"text": "boolean"
|
|
9075
|
+
},
|
|
9076
|
+
"description": "If declared, bib's position will be automatically calculated where to appear.",
|
|
9077
|
+
"fieldName": "autoPlacement"
|
|
9126
9078
|
},
|
|
9127
9079
|
{
|
|
9128
|
-
"
|
|
9129
|
-
"
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
"type": {
|
|
9135
|
-
"text": "HTMLElement"
|
|
9136
|
-
}
|
|
9137
|
-
}
|
|
9138
|
-
],
|
|
9139
|
-
"description": "Store an element in state and on the _elements array.",
|
|
9140
|
-
"privacy": "private"
|
|
9080
|
+
"name": "disableEventShow",
|
|
9081
|
+
"type": {
|
|
9082
|
+
"text": "boolean"
|
|
9083
|
+
},
|
|
9084
|
+
"description": "If declared, the dropdown will only show by calling the API .show() public method.",
|
|
9085
|
+
"fieldName": "disableEventShow"
|
|
9141
9086
|
},
|
|
9142
9087
|
{
|
|
9143
|
-
"
|
|
9144
|
-
"
|
|
9145
|
-
|
|
9088
|
+
"name": "simple",
|
|
9089
|
+
"type": {
|
|
9090
|
+
"text": "boolean"
|
|
9091
|
+
},
|
|
9092
|
+
"description": "If declared, applies a border around the trigger slot.",
|
|
9093
|
+
"fieldName": "simple"
|
|
9146
9094
|
},
|
|
9147
9095
|
{
|
|
9148
|
-
"
|
|
9149
|
-
"
|
|
9150
|
-
|
|
9096
|
+
"name": "chevron",
|
|
9097
|
+
"type": {
|
|
9098
|
+
"text": "boolean"
|
|
9099
|
+
},
|
|
9100
|
+
"description": "If declared, the dropdown displays a chevron on the right.",
|
|
9101
|
+
"fieldName": "chevron"
|
|
9151
9102
|
},
|
|
9152
9103
|
{
|
|
9153
|
-
"
|
|
9154
|
-
"
|
|
9155
|
-
|
|
9104
|
+
"name": "disabled",
|
|
9105
|
+
"type": {
|
|
9106
|
+
"text": "boolean"
|
|
9107
|
+
},
|
|
9108
|
+
"description": "If declared, the dropdown is not interactive.",
|
|
9109
|
+
"fieldName": "disabled"
|
|
9156
9110
|
},
|
|
9157
9111
|
{
|
|
9158
|
-
"
|
|
9159
|
-
"
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
"default": "\"auro-form\"",
|
|
9165
|
-
"description": "The name of element that you want to register to.",
|
|
9166
|
-
"optional": true,
|
|
9167
|
-
"type": {
|
|
9168
|
-
"text": "string"
|
|
9169
|
-
}
|
|
9170
|
-
}
|
|
9171
|
-
],
|
|
9172
|
-
"description": "This will register this element with the browser."
|
|
9112
|
+
"name": "disableFocusTrap",
|
|
9113
|
+
"type": {
|
|
9114
|
+
"text": "boolean"
|
|
9115
|
+
},
|
|
9116
|
+
"description": "If declared, the focus trap inside of bib will be turned off.",
|
|
9117
|
+
"fieldName": "disableFocusTrap"
|
|
9173
9118
|
},
|
|
9174
9119
|
{
|
|
9175
|
-
"
|
|
9176
|
-
"
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
"description": "The event that is fired from the form element.",
|
|
9181
|
-
"type": {
|
|
9182
|
-
"text": "Event"
|
|
9183
|
-
}
|
|
9184
|
-
}
|
|
9185
|
-
],
|
|
9186
|
-
"description": "Shared input listener for all form elements.",
|
|
9187
|
-
"privacy": "private"
|
|
9120
|
+
"name": "dropdownWidth",
|
|
9121
|
+
"type": {
|
|
9122
|
+
"text": "number"
|
|
9123
|
+
},
|
|
9124
|
+
"fieldName": "dropdownWidth"
|
|
9188
9125
|
},
|
|
9189
9126
|
{
|
|
9190
|
-
"
|
|
9191
|
-
"
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
9202
|
-
"
|
|
9127
|
+
"name": "error",
|
|
9128
|
+
"type": {
|
|
9129
|
+
"text": "boolean"
|
|
9130
|
+
},
|
|
9131
|
+
"description": "If declared, will apply error UI to the dropdown.",
|
|
9132
|
+
"fieldName": "error"
|
|
9133
|
+
},
|
|
9134
|
+
{
|
|
9135
|
+
"name": "errorMessage",
|
|
9136
|
+
"type": {
|
|
9137
|
+
"text": "string"
|
|
9138
|
+
},
|
|
9139
|
+
"description": "Contains the help text message for the current validity error.",
|
|
9140
|
+
"default": "undefined",
|
|
9141
|
+
"fieldName": "errorMessage"
|
|
9142
|
+
},
|
|
9143
|
+
{
|
|
9144
|
+
"name": "focusShow",
|
|
9145
|
+
"type": {
|
|
9146
|
+
"text": "boolean"
|
|
9147
|
+
},
|
|
9148
|
+
"description": "If declared, the bib will display when focus is applied to the trigger.",
|
|
9149
|
+
"fieldName": "focusShow"
|
|
9150
|
+
},
|
|
9151
|
+
{
|
|
9152
|
+
"name": "open",
|
|
9153
|
+
"type": {
|
|
9154
|
+
"text": "boolean"
|
|
9155
|
+
},
|
|
9156
|
+
"description": "If true, the dropdown bib is displayed.",
|
|
9157
|
+
"default": "false",
|
|
9158
|
+
"fieldName": "isPopoverVisible"
|
|
9203
9159
|
},
|
|
9204
9160
|
{
|
|
9205
|
-
"
|
|
9206
|
-
"
|
|
9161
|
+
"name": "isBibFullscreen",
|
|
9162
|
+
"type": {
|
|
9163
|
+
"text": "boolean"
|
|
9164
|
+
},
|
|
9165
|
+
"description": "If true, the dropdown bib is taking the fullscreen when it's open.",
|
|
9166
|
+
"default": "false",
|
|
9167
|
+
"fieldName": "isBibFullscreen"
|
|
9207
9168
|
},
|
|
9208
9169
|
{
|
|
9209
|
-
"
|
|
9210
|
-
"
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
"
|
|
9214
|
-
|
|
9215
|
-
"text": "void"
|
|
9216
|
-
}
|
|
9217
|
-
}
|
|
9170
|
+
"name": "hoverToggle",
|
|
9171
|
+
"type": {
|
|
9172
|
+
"text": "boolean"
|
|
9173
|
+
},
|
|
9174
|
+
"description": "If declared, the trigger will toggle the dropdown on mouseover/mouseout.",
|
|
9175
|
+
"fieldName": "hoverToggle"
|
|
9218
9176
|
},
|
|
9219
9177
|
{
|
|
9220
|
-
"
|
|
9221
|
-
"
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
"description": "The slot change event.",
|
|
9226
|
-
"type": {
|
|
9227
|
-
"text": "Event"
|
|
9228
|
-
}
|
|
9229
|
-
}
|
|
9230
|
-
],
|
|
9231
|
-
"description": "Slot change event listener. This is the main entry point for the form element.",
|
|
9232
|
-
"return": {
|
|
9233
|
-
"type": {
|
|
9234
|
-
"text": "void"
|
|
9235
|
-
}
|
|
9236
|
-
}
|
|
9178
|
+
"name": "hasTriggerContent",
|
|
9179
|
+
"type": {
|
|
9180
|
+
"text": "boolean"
|
|
9181
|
+
},
|
|
9182
|
+
"fieldName": "hasTriggerContent"
|
|
9237
9183
|
},
|
|
9238
9184
|
{
|
|
9239
|
-
"
|
|
9240
|
-
"name": "formState",
|
|
9241
|
-
"privacy": "public",
|
|
9185
|
+
"name": "fullscreenBreakpoint",
|
|
9242
9186
|
"type": {
|
|
9243
|
-
"text": "
|
|
9187
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'disabled'"
|
|
9244
9188
|
},
|
|
9245
|
-
"
|
|
9189
|
+
"description": "Defines the screen size breakpoint at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.\n\nWhen expanded, the dropdown will automatically display in fullscreen mode\nif the screen size is equal to or smaller than the selected breakpoint.",
|
|
9190
|
+
"default": "'sm'",
|
|
9191
|
+
"fieldName": "fullscreenBreakpoint"
|
|
9246
9192
|
},
|
|
9247
9193
|
{
|
|
9248
|
-
"
|
|
9249
|
-
"name": "_validity",
|
|
9250
|
-
"privacy": "public",
|
|
9194
|
+
"name": "layout",
|
|
9251
9195
|
"type": {
|
|
9252
|
-
"text": "
|
|
9196
|
+
"text": "string"
|
|
9253
9197
|
},
|
|
9254
|
-
"
|
|
9198
|
+
"description": "Sets the layout of the dropdown.",
|
|
9199
|
+
"default": "undefined",
|
|
9200
|
+
"fieldName": "layout",
|
|
9201
|
+
"inheritedFrom": {
|
|
9202
|
+
"name": "AuroElement",
|
|
9203
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9204
|
+
}
|
|
9255
9205
|
},
|
|
9256
9206
|
{
|
|
9257
|
-
"
|
|
9258
|
-
"name": "_isInitialState",
|
|
9259
|
-
"privacy": "public",
|
|
9207
|
+
"name": "parentBorder",
|
|
9260
9208
|
"type": {
|
|
9261
9209
|
"text": "boolean"
|
|
9262
9210
|
},
|
|
9263
|
-
"
|
|
9211
|
+
"description": "Defines if the trigger should size based on the parent element providing the border UI.",
|
|
9212
|
+
"default": "false",
|
|
9213
|
+
"fieldName": "parentBorder"
|
|
9264
9214
|
},
|
|
9265
9215
|
{
|
|
9266
|
-
"
|
|
9267
|
-
"name": "_elements",
|
|
9268
|
-
"privacy": "public",
|
|
9216
|
+
"name": "matchWidth",
|
|
9269
9217
|
"type": {
|
|
9270
|
-
"text": "
|
|
9218
|
+
"text": "boolean"
|
|
9271
9219
|
},
|
|
9272
|
-
"
|
|
9220
|
+
"description": "If declared, the popover and trigger will be set to the same width.",
|
|
9221
|
+
"default": "false",
|
|
9222
|
+
"fieldName": "matchWidth"
|
|
9273
9223
|
},
|
|
9274
9224
|
{
|
|
9275
|
-
"
|
|
9276
|
-
"name": "_submitelements",
|
|
9225
|
+
"name": "noFlip",
|
|
9277
9226
|
"type": {
|
|
9278
|
-
"text": "
|
|
9227
|
+
"text": "boolean"
|
|
9279
9228
|
},
|
|
9280
|
-
"
|
|
9229
|
+
"description": "If declared, the bib will NOT flip to an alternate position\nwhen there isn't enough space in the specified `placement`.",
|
|
9230
|
+
"fieldName": "noFlip"
|
|
9281
9231
|
},
|
|
9282
9232
|
{
|
|
9283
|
-
"
|
|
9284
|
-
"name": "_resetElements",
|
|
9285
|
-
"privacy": "public",
|
|
9233
|
+
"name": "shift",
|
|
9286
9234
|
"type": {
|
|
9287
|
-
"text": "
|
|
9235
|
+
"text": "boolean"
|
|
9288
9236
|
},
|
|
9289
|
-
"
|
|
9237
|
+
"description": "If declared, the dropdown will shift its position to avoid being cut off by the viewport.",
|
|
9238
|
+
"fieldName": "shift"
|
|
9290
9239
|
},
|
|
9291
9240
|
{
|
|
9292
|
-
"
|
|
9293
|
-
"name": "mutationObservers",
|
|
9241
|
+
"name": "noHideOnThisFocusLoss",
|
|
9294
9242
|
"type": {
|
|
9295
|
-
"text": "
|
|
9243
|
+
"text": "boolean"
|
|
9296
9244
|
},
|
|
9297
|
-
"
|
|
9298
|
-
"default": "
|
|
9245
|
+
"description": "If declared, the dropdown will not hide when moving focus outside the element.",
|
|
9246
|
+
"default": "false",
|
|
9247
|
+
"fieldName": "noHideOnThisFocusLoss"
|
|
9299
9248
|
},
|
|
9300
9249
|
{
|
|
9301
|
-
"
|
|
9302
|
-
"name": "cssClass",
|
|
9303
|
-
"privacy": "public",
|
|
9250
|
+
"name": "noToggle",
|
|
9304
9251
|
"type": {
|
|
9305
9252
|
"text": "boolean"
|
|
9306
9253
|
},
|
|
9307
|
-
"description": "
|
|
9308
|
-
"
|
|
9254
|
+
"description": "If declared, the trigger will only show the dropdown bib.",
|
|
9255
|
+
"fieldName": "noToggle"
|
|
9309
9256
|
},
|
|
9310
9257
|
{
|
|
9311
|
-
"
|
|
9312
|
-
"
|
|
9313
|
-
|
|
9258
|
+
"name": "offset",
|
|
9259
|
+
"type": {
|
|
9260
|
+
"text": "number"
|
|
9261
|
+
},
|
|
9262
|
+
"description": "Gap between the trigger element and bib.",
|
|
9263
|
+
"default": "0",
|
|
9264
|
+
"fieldName": "offset"
|
|
9265
|
+
},
|
|
9266
|
+
{
|
|
9267
|
+
"name": "onDark",
|
|
9314
9268
|
"type": {
|
|
9315
9269
|
"text": "boolean"
|
|
9316
9270
|
},
|
|
9317
|
-
"description": "
|
|
9318
|
-
"
|
|
9319
|
-
"reflects": true
|
|
9271
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
9272
|
+
"fieldName": "onDark"
|
|
9320
9273
|
},
|
|
9321
9274
|
{
|
|
9322
|
-
"
|
|
9323
|
-
"name": "_submitElements",
|
|
9324
|
-
"privacy": "public",
|
|
9275
|
+
"name": "onSlotChange",
|
|
9325
9276
|
"type": {
|
|
9326
|
-
"text": "
|
|
9327
|
-
}
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9277
|
+
"text": "function"
|
|
9278
|
+
},
|
|
9279
|
+
"description": "If declared, and a function is set, that function will execute when the slot content is updated.",
|
|
9280
|
+
"fieldName": "onSlotChange"
|
|
9281
|
+
},
|
|
9331
9282
|
{
|
|
9332
|
-
"name": "
|
|
9283
|
+
"name": "placement",
|
|
9333
9284
|
"type": {
|
|
9334
|
-
"text": "
|
|
9285
|
+
"text": "'top' | 'right' | 'bottom' | 'left' | 'bottom-start' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-end' | 'left-start' | 'left-end'"
|
|
9335
9286
|
},
|
|
9336
|
-
"description": "
|
|
9287
|
+
"description": "Position where the bib should appear relative to the trigger.",
|
|
9288
|
+
"default": "'bottom-start'",
|
|
9289
|
+
"fieldName": "placement"
|
|
9337
9290
|
},
|
|
9338
9291
|
{
|
|
9339
|
-
"name": "
|
|
9292
|
+
"name": "tabIndex",
|
|
9340
9293
|
"type": {
|
|
9341
|
-
"text": "
|
|
9342
|
-
}
|
|
9294
|
+
"text": "number"
|
|
9295
|
+
},
|
|
9296
|
+
"fieldName": "tabIndex"
|
|
9343
9297
|
},
|
|
9344
9298
|
{
|
|
9345
|
-
"name": "
|
|
9299
|
+
"name": "shape",
|
|
9346
9300
|
"type": {
|
|
9347
|
-
"text": "
|
|
9301
|
+
"text": "string"
|
|
9302
|
+
},
|
|
9303
|
+
"fieldName": "shape",
|
|
9304
|
+
"inheritedFrom": {
|
|
9305
|
+
"name": "AuroElement",
|
|
9306
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9348
9307
|
}
|
|
9349
|
-
}
|
|
9350
|
-
],
|
|
9351
|
-
"attributes": [
|
|
9308
|
+
},
|
|
9352
9309
|
{
|
|
9353
|
-
"name": "
|
|
9310
|
+
"name": "size",
|
|
9354
9311
|
"type": {
|
|
9355
|
-
"text": "
|
|
9312
|
+
"text": "string"
|
|
9356
9313
|
},
|
|
9357
|
-
"
|
|
9358
|
-
"
|
|
9314
|
+
"fieldName": "size",
|
|
9315
|
+
"inheritedFrom": {
|
|
9316
|
+
"name": "AuroElement",
|
|
9317
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9318
|
+
}
|
|
9359
9319
|
},
|
|
9360
9320
|
{
|
|
9361
|
-
"name": "
|
|
9321
|
+
"name": "ondark",
|
|
9362
9322
|
"type": {
|
|
9363
9323
|
"text": "boolean"
|
|
9364
9324
|
},
|
|
9365
|
-
"
|
|
9366
|
-
"
|
|
9325
|
+
"fieldName": "onDark",
|
|
9326
|
+
"inheritedFrom": {
|
|
9327
|
+
"name": "AuroElement",
|
|
9328
|
+
"module": "components/layoutElement/src/auroElement.js"
|
|
9329
|
+
}
|
|
9367
9330
|
}
|
|
9368
9331
|
],
|
|
9369
9332
|
"superclass": {
|
|
9370
|
-
"name": "
|
|
9371
|
-
"
|
|
9333
|
+
"name": "AuroElement",
|
|
9334
|
+
"module": "/components/layoutElement/src/auroElement.js"
|
|
9372
9335
|
},
|
|
9373
|
-
"tagName": "auro-
|
|
9336
|
+
"tagName": "auro-dropdown",
|
|
9374
9337
|
"customElement": true
|
|
9375
9338
|
}
|
|
9376
9339
|
],
|
|
9377
9340
|
"exports": [
|
|
9378
9341
|
{
|
|
9379
9342
|
"kind": "js",
|
|
9380
|
-
"name": "
|
|
9381
|
-
"declaration": {
|
|
9382
|
-
"name": "AuroForm",
|
|
9383
|
-
"module": "components/form/src/auro-form.js"
|
|
9384
|
-
}
|
|
9385
|
-
}
|
|
9386
|
-
]
|
|
9387
|
-
},
|
|
9388
|
-
{
|
|
9389
|
-
"kind": "javascript-module",
|
|
9390
|
-
"path": "components/form/src/index.js",
|
|
9391
|
-
"declarations": [],
|
|
9392
|
-
"exports": [
|
|
9393
|
-
{
|
|
9394
|
-
"kind": "js",
|
|
9395
|
-
"name": "AuroForm",
|
|
9343
|
+
"name": "AuroDropdown",
|
|
9396
9344
|
"declaration": {
|
|
9397
|
-
"name": "
|
|
9398
|
-
"module": "components/
|
|
9345
|
+
"name": "AuroDropdown",
|
|
9346
|
+
"module": "components/dropdown/src/auro-dropdown.js"
|
|
9399
9347
|
}
|
|
9400
9348
|
}
|
|
9401
9349
|
]
|
|
9402
9350
|
},
|
|
9403
9351
|
{
|
|
9404
9352
|
"kind": "javascript-module",
|
|
9405
|
-
"path": "components/
|
|
9406
|
-
"declarations": [],
|
|
9407
|
-
"exports": []
|
|
9408
|
-
},
|
|
9409
|
-
{
|
|
9410
|
-
"kind": "javascript-module",
|
|
9411
|
-
"path": "components/helptext/src/auro-helptext.js",
|
|
9353
|
+
"path": "components/dropdown/src/auro-dropdownBib.js",
|
|
9412
9354
|
"declarations": [
|
|
9413
9355
|
{
|
|
9414
9356
|
"kind": "class",
|
|
9415
|
-
"description": "
|
|
9416
|
-
"name": "
|
|
9357
|
+
"description": "",
|
|
9358
|
+
"name": "AuroDropdownBib",
|
|
9359
|
+
"cssParts": [
|
|
9360
|
+
{
|
|
9361
|
+
"description": "Apply css to the bib container.",
|
|
9362
|
+
"name": "bibContainer"
|
|
9363
|
+
}
|
|
9364
|
+
],
|
|
9417
9365
|
"members": [
|
|
9418
9366
|
{
|
|
9419
|
-
"kind": "
|
|
9420
|
-
"name": "
|
|
9421
|
-
"static": true,
|
|
9422
|
-
"parameters": [
|
|
9423
|
-
{
|
|
9424
|
-
"name": "name",
|
|
9425
|
-
"default": "\"auro-helptext\"",
|
|
9426
|
-
"description": "The name of element that you want to register to.",
|
|
9427
|
-
"optional": true,
|
|
9428
|
-
"type": {
|
|
9429
|
-
"text": "string"
|
|
9430
|
-
}
|
|
9431
|
-
}
|
|
9432
|
-
],
|
|
9433
|
-
"description": "This will register this element with the browser."
|
|
9367
|
+
"kind": "field",
|
|
9368
|
+
"name": "mobileFullscreenBreakpoint"
|
|
9434
9369
|
},
|
|
9435
9370
|
{
|
|
9436
|
-
"kind": "
|
|
9437
|
-
"name": "
|
|
9438
|
-
"
|
|
9439
|
-
|
|
9440
|
-
"name": "event"
|
|
9441
|
-
}
|
|
9442
|
-
]
|
|
9371
|
+
"kind": "field",
|
|
9372
|
+
"name": "_mobileBreakpointValue",
|
|
9373
|
+
"privacy": "private",
|
|
9374
|
+
"default": "undefined"
|
|
9443
9375
|
},
|
|
9444
9376
|
{
|
|
9445
|
-
"kind": "
|
|
9446
|
-
"name": "
|
|
9447
|
-
"
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
"description": "The list of nodes to check for content.",
|
|
9451
|
-
"type": {
|
|
9452
|
-
"text": "NodeList|Array"
|
|
9453
|
-
}
|
|
9454
|
-
}
|
|
9455
|
-
],
|
|
9456
|
-
"description": "Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.",
|
|
9457
|
-
"return": {
|
|
9458
|
-
"type": {
|
|
9459
|
-
"text": "boolean"
|
|
9460
|
-
}
|
|
9377
|
+
"kind": "field",
|
|
9378
|
+
"name": "shape",
|
|
9379
|
+
"privacy": "public",
|
|
9380
|
+
"type": {
|
|
9381
|
+
"text": "string"
|
|
9461
9382
|
},
|
|
9462
|
-
"
|
|
9383
|
+
"default": "\"rounded\"",
|
|
9384
|
+
"attribute": "shape",
|
|
9385
|
+
"reflects": true
|
|
9463
9386
|
},
|
|
9464
9387
|
{
|
|
9465
9388
|
"kind": "field",
|
|
9466
|
-
"name": "
|
|
9467
|
-
"privacy": "
|
|
9389
|
+
"name": "matchWidth",
|
|
9390
|
+
"privacy": "private",
|
|
9468
9391
|
"type": {
|
|
9469
9392
|
"text": "boolean"
|
|
9470
9393
|
},
|
|
9471
|
-
"description": "If declared,
|
|
9394
|
+
"description": "If declared, the bib width will match the trigger width.",
|
|
9472
9395
|
"default": "false",
|
|
9473
|
-
"attribute": "
|
|
9396
|
+
"attribute": "matchWidth",
|
|
9474
9397
|
"reflects": true
|
|
9475
9398
|
},
|
|
9399
|
+
{
|
|
9400
|
+
"type": {
|
|
9401
|
+
"text": "String"
|
|
9402
|
+
},
|
|
9403
|
+
"description": "Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile. When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint.",
|
|
9404
|
+
"name": "fullscreenBreakpoint",
|
|
9405
|
+
"kind": "field"
|
|
9406
|
+
},
|
|
9476
9407
|
{
|
|
9477
9408
|
"kind": "field",
|
|
9478
|
-
"name": "
|
|
9409
|
+
"name": "isFullscreen",
|
|
9479
9410
|
"privacy": "public",
|
|
9480
9411
|
"type": {
|
|
9481
|
-
"text": "
|
|
9412
|
+
"text": "boolean"
|
|
9482
9413
|
},
|
|
9483
|
-
"description": "
|
|
9484
|
-
"
|
|
9485
|
-
"attribute": "appearance",
|
|
9414
|
+
"description": "If declared, will take the fullscreen when the bib is displayed.",
|
|
9415
|
+
"attribute": "isFullscreen",
|
|
9486
9416
|
"reflects": true
|
|
9487
9417
|
},
|
|
9488
9418
|
{
|
|
9489
9419
|
"kind": "field",
|
|
9490
|
-
"name": "
|
|
9420
|
+
"name": "common",
|
|
9491
9421
|
"privacy": "public",
|
|
9492
9422
|
"type": {
|
|
9493
9423
|
"text": "boolean"
|
|
9494
9424
|
},
|
|
9495
|
-
"description": "
|
|
9496
|
-
"
|
|
9497
|
-
"attribute": "onDark",
|
|
9425
|
+
"description": "If declared, will apply all styles for the common theme.",
|
|
9426
|
+
"attribute": "common",
|
|
9498
9427
|
"reflects": true
|
|
9499
9428
|
},
|
|
9500
9429
|
{
|
|
9501
9430
|
"kind": "field",
|
|
9502
|
-
"name": "
|
|
9503
|
-
"privacy": "
|
|
9431
|
+
"name": "inset",
|
|
9432
|
+
"privacy": "public",
|
|
9504
9433
|
"type": {
|
|
9505
9434
|
"text": "boolean"
|
|
9506
9435
|
},
|
|
9507
|
-
"
|
|
9508
|
-
"attribute": "
|
|
9436
|
+
"description": "If declared, will apply extra padding to bib content.",
|
|
9437
|
+
"attribute": "inset",
|
|
9438
|
+
"reflects": true
|
|
9509
9439
|
},
|
|
9510
9440
|
{
|
|
9511
9441
|
"kind": "field",
|
|
9512
|
-
"name": "
|
|
9513
|
-
"privacy": "
|
|
9442
|
+
"name": "rounded",
|
|
9443
|
+
"privacy": "public",
|
|
9514
9444
|
"type": {
|
|
9515
9445
|
"text": "boolean"
|
|
9516
9446
|
},
|
|
9517
|
-
"
|
|
9447
|
+
"description": "If declared, will apply border-radius to the bib.",
|
|
9448
|
+
"attribute": "rounded",
|
|
9449
|
+
"reflects": true
|
|
9450
|
+
},
|
|
9451
|
+
{
|
|
9452
|
+
"kind": "field",
|
|
9453
|
+
"name": "bibTemplate",
|
|
9454
|
+
"privacy": "public",
|
|
9455
|
+
"type": {
|
|
9456
|
+
"text": "object"
|
|
9457
|
+
},
|
|
9458
|
+
"description": "A reference to the associated bib template element.",
|
|
9459
|
+
"attribute": "bibTemplate"
|
|
9460
|
+
}
|
|
9461
|
+
],
|
|
9462
|
+
"events": [
|
|
9463
|
+
{
|
|
9464
|
+
"name": "auro-dropdownbib-connected",
|
|
9465
|
+
"type": {
|
|
9466
|
+
"text": "CustomEvent"
|
|
9467
|
+
}
|
|
9518
9468
|
}
|
|
9519
9469
|
],
|
|
9520
9470
|
"attributes": [
|
|
9521
9471
|
{
|
|
9522
|
-
"name": "
|
|
9472
|
+
"name": "isFullscreen",
|
|
9523
9473
|
"type": {
|
|
9524
|
-
"text": "
|
|
9474
|
+
"text": "boolean"
|
|
9525
9475
|
},
|
|
9526
|
-
"description": "
|
|
9527
|
-
"
|
|
9528
|
-
"fieldName": "appearance"
|
|
9476
|
+
"description": "If declared, will take the fullscreen when the bib is displayed.",
|
|
9477
|
+
"fieldName": "isFullscreen"
|
|
9529
9478
|
},
|
|
9530
9479
|
{
|
|
9531
|
-
"name": "
|
|
9480
|
+
"name": "common",
|
|
9532
9481
|
"type": {
|
|
9533
9482
|
"text": "boolean"
|
|
9534
9483
|
},
|
|
9535
|
-
"
|
|
9484
|
+
"description": "If declared, will apply all styles for the common theme.",
|
|
9485
|
+
"fieldName": "common"
|
|
9536
9486
|
},
|
|
9537
9487
|
{
|
|
9538
|
-
"name": "
|
|
9488
|
+
"name": "inset",
|
|
9539
9489
|
"type": {
|
|
9540
9490
|
"text": "boolean"
|
|
9541
9491
|
},
|
|
9542
|
-
"
|
|
9543
|
-
"fieldName": "
|
|
9492
|
+
"description": "If declared, will apply extra padding to bib content.",
|
|
9493
|
+
"fieldName": "inset"
|
|
9544
9494
|
},
|
|
9545
9495
|
{
|
|
9546
|
-
"name": "
|
|
9496
|
+
"name": "matchWidth",
|
|
9547
9497
|
"type": {
|
|
9548
9498
|
"text": "boolean"
|
|
9549
9499
|
},
|
|
9550
|
-
"description": "If declared,
|
|
9500
|
+
"description": "If declared, the bib width will match the trigger width.",
|
|
9551
9501
|
"default": "false",
|
|
9552
|
-
"fieldName": "
|
|
9502
|
+
"fieldName": "matchWidth"
|
|
9553
9503
|
},
|
|
9554
9504
|
{
|
|
9555
|
-
"name": "
|
|
9505
|
+
"name": "rounded",
|
|
9556
9506
|
"type": {
|
|
9557
9507
|
"text": "boolean"
|
|
9558
9508
|
},
|
|
9559
|
-
"description": "
|
|
9560
|
-
"
|
|
9561
|
-
|
|
9509
|
+
"description": "If declared, will apply border-radius to the bib.",
|
|
9510
|
+
"fieldName": "rounded"
|
|
9511
|
+
},
|
|
9512
|
+
{
|
|
9513
|
+
"name": "bibTemplate",
|
|
9514
|
+
"type": {
|
|
9515
|
+
"text": "object"
|
|
9516
|
+
},
|
|
9517
|
+
"description": "A reference to the associated bib template element.",
|
|
9518
|
+
"fieldName": "bibTemplate"
|
|
9519
|
+
},
|
|
9520
|
+
{
|
|
9521
|
+
"name": "shape",
|
|
9522
|
+
"type": {
|
|
9523
|
+
"text": "string"
|
|
9524
|
+
},
|
|
9525
|
+
"default": "\"rounded\"",
|
|
9526
|
+
"fieldName": "shape"
|
|
9562
9527
|
}
|
|
9563
9528
|
],
|
|
9564
9529
|
"superclass": {
|
|
@@ -9571,32 +9536,47 @@
|
|
|
9571
9536
|
"exports": [
|
|
9572
9537
|
{
|
|
9573
9538
|
"kind": "js",
|
|
9574
|
-
"name": "
|
|
9539
|
+
"name": "AuroDropdownBib",
|
|
9575
9540
|
"declaration": {
|
|
9576
|
-
"name": "
|
|
9577
|
-
"module": "components/
|
|
9541
|
+
"name": "AuroDropdownBib",
|
|
9542
|
+
"module": "components/dropdown/src/auro-dropdownBib.js"
|
|
9578
9543
|
}
|
|
9579
9544
|
}
|
|
9580
9545
|
]
|
|
9581
9546
|
},
|
|
9582
9547
|
{
|
|
9583
9548
|
"kind": "javascript-module",
|
|
9584
|
-
"path": "components/
|
|
9549
|
+
"path": "components/dropdown/src/iconVersion.js",
|
|
9585
9550
|
"declarations": [],
|
|
9586
9551
|
"exports": [
|
|
9587
9552
|
{
|
|
9588
9553
|
"kind": "js",
|
|
9589
|
-
"name": "
|
|
9554
|
+
"name": "default",
|
|
9590
9555
|
"declaration": {
|
|
9591
|
-
"name": "
|
|
9592
|
-
"module": "components/
|
|
9556
|
+
"name": "9.1.2",
|
|
9557
|
+
"module": "components/dropdown/src/iconVersion.js"
|
|
9593
9558
|
}
|
|
9594
9559
|
}
|
|
9595
9560
|
]
|
|
9596
9561
|
},
|
|
9597
9562
|
{
|
|
9598
9563
|
"kind": "javascript-module",
|
|
9599
|
-
"path": "components/
|
|
9564
|
+
"path": "components/dropdown/src/index.js",
|
|
9565
|
+
"declarations": [],
|
|
9566
|
+
"exports": [
|
|
9567
|
+
{
|
|
9568
|
+
"kind": "js",
|
|
9569
|
+
"name": "AuroDropdown",
|
|
9570
|
+
"declaration": {
|
|
9571
|
+
"name": "AuroDropdown",
|
|
9572
|
+
"module": "components/dropdown/src/index.js"
|
|
9573
|
+
}
|
|
9574
|
+
}
|
|
9575
|
+
]
|
|
9576
|
+
},
|
|
9577
|
+
{
|
|
9578
|
+
"kind": "javascript-module",
|
|
9579
|
+
"path": "components/dropdown/src/registered.js",
|
|
9600
9580
|
"declarations": [],
|
|
9601
9581
|
"exports": []
|
|
9602
9582
|
},
|
|
@@ -9770,6 +9750,11 @@
|
|
|
9770
9750
|
"name": "commonDisplayValueWrapperClasses",
|
|
9771
9751
|
"description": "Common display value wrapper classes.",
|
|
9772
9752
|
"privacy": "private",
|
|
9753
|
+
"return": {
|
|
9754
|
+
"type": {
|
|
9755
|
+
"text": "Record<string, boolean>"
|
|
9756
|
+
}
|
|
9757
|
+
},
|
|
9773
9758
|
"readonly": true
|
|
9774
9759
|
},
|
|
9775
9760
|
{
|
|
@@ -10274,30 +10259,6 @@
|
|
|
10274
10259
|
"module": "components/input/src/base-input.js"
|
|
10275
10260
|
}
|
|
10276
10261
|
},
|
|
10277
|
-
{
|
|
10278
|
-
"kind": "method",
|
|
10279
|
-
"name": "setActiveDescendant",
|
|
10280
|
-
"parameters": [
|
|
10281
|
-
{
|
|
10282
|
-
"name": "element",
|
|
10283
|
-
"description": "The element to set as the active descendant, or null to clear.",
|
|
10284
|
-
"type": {
|
|
10285
|
-
"text": "HTMLElement|null"
|
|
10286
|
-
}
|
|
10287
|
-
}
|
|
10288
|
-
],
|
|
10289
|
-
"description": "Sets the active descendant element for accessibility.\nUses ariaActiveDescendantElement to cross shadow DOM boundaries.\nThis function is used in components that contain `auro-input` to set the active descendant.",
|
|
10290
|
-
"privacy": "private",
|
|
10291
|
-
"return": {
|
|
10292
|
-
"type": {
|
|
10293
|
-
"text": "void"
|
|
10294
|
-
}
|
|
10295
|
-
},
|
|
10296
|
-
"inheritedFrom": {
|
|
10297
|
-
"name": "BaseInput",
|
|
10298
|
-
"module": "components/input/src/base-input.js"
|
|
10299
|
-
}
|
|
10300
|
-
},
|
|
10301
10262
|
{
|
|
10302
10263
|
"kind": "method",
|
|
10303
10264
|
"name": "validate",
|
|
@@ -10814,7 +10775,7 @@
|
|
|
10814
10775
|
"type": {
|
|
10815
10776
|
"text": "number"
|
|
10816
10777
|
},
|
|
10817
|
-
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher
|
|
10778
|
+
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.\n**Note**: This attribute is not intended to be used with a `type` or `format` that already has a defined length, such as credit-cards, dates or phone numbers.",
|
|
10818
10779
|
"attribute": "maxLength",
|
|
10819
10780
|
"reflects": true,
|
|
10820
10781
|
"inheritedFrom": {
|
|
@@ -11535,7 +11496,7 @@
|
|
|
11535
11496
|
"type": {
|
|
11536
11497
|
"text": "number"
|
|
11537
11498
|
},
|
|
11538
|
-
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher
|
|
11499
|
+
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.\n**Note**: This attribute is not intended to be used with a `type` or `format` that already has a defined length, such as credit-cards, dates or phone numbers.",
|
|
11539
11500
|
"fieldName": "maxLength",
|
|
11540
11501
|
"inheritedFrom": {
|
|
11541
11502
|
"name": "BaseInput",
|
|
@@ -12156,26 +12117,6 @@
|
|
|
12156
12117
|
}
|
|
12157
12118
|
}
|
|
12158
12119
|
},
|
|
12159
|
-
{
|
|
12160
|
-
"kind": "method",
|
|
12161
|
-
"name": "setActiveDescendant",
|
|
12162
|
-
"parameters": [
|
|
12163
|
-
{
|
|
12164
|
-
"name": "element",
|
|
12165
|
-
"description": "The element to set as the active descendant, or null to clear.",
|
|
12166
|
-
"type": {
|
|
12167
|
-
"text": "HTMLElement|null"
|
|
12168
|
-
}
|
|
12169
|
-
}
|
|
12170
|
-
],
|
|
12171
|
-
"description": "Sets the active descendant element for accessibility.\nUses ariaActiveDescendantElement to cross shadow DOM boundaries.\nThis function is used in components that contain `auro-input` to set the active descendant.",
|
|
12172
|
-
"privacy": "private",
|
|
12173
|
-
"return": {
|
|
12174
|
-
"type": {
|
|
12175
|
-
"text": "void"
|
|
12176
|
-
}
|
|
12177
|
-
}
|
|
12178
|
-
},
|
|
12179
12120
|
{
|
|
12180
12121
|
"kind": "method",
|
|
12181
12122
|
"name": "validate",
|
|
@@ -12556,7 +12497,7 @@
|
|
|
12556
12497
|
"type": {
|
|
12557
12498
|
"text": "number"
|
|
12558
12499
|
},
|
|
12559
|
-
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher
|
|
12500
|
+
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.\n**Note**: This attribute is not intended to be used with a `type` or `format` that already has a defined length, such as credit-cards, dates or phone numbers.",
|
|
12560
12501
|
"attribute": "maxLength",
|
|
12561
12502
|
"reflects": true
|
|
12562
12503
|
},
|
|
@@ -13103,7 +13044,7 @@
|
|
|
13103
13044
|
"type": {
|
|
13104
13045
|
"text": "number"
|
|
13105
13046
|
},
|
|
13106
|
-
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher
|
|
13047
|
+
"description": "The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.\n**Note**: This attribute is not intended to be used with a `type` or `format` that already has a defined length, such as credit-cards, dates or phone numbers.",
|
|
13107
13048
|
"fieldName": "maxLength"
|
|
13108
13049
|
},
|
|
13109
13050
|
{
|
|
@@ -17692,16 +17633,6 @@
|
|
|
17692
17633
|
"description": "Specifies the current selected menuOption. Default type is `HTMLElement`, changing to `Array<HTMLElement>` when `multiSelect` is true.",
|
|
17693
17634
|
"attribute": "optionSelected"
|
|
17694
17635
|
},
|
|
17695
|
-
{
|
|
17696
|
-
"kind": "field",
|
|
17697
|
-
"name": "optionActive",
|
|
17698
|
-
"privacy": "private",
|
|
17699
|
-
"type": {
|
|
17700
|
-
"text": "HTMLElement"
|
|
17701
|
-
},
|
|
17702
|
-
"description": "Specifies the current active/highlighted `auro-menuoption`.",
|
|
17703
|
-
"attribute": "optionActive"
|
|
17704
|
-
},
|
|
17705
17636
|
{
|
|
17706
17637
|
"kind": "field",
|
|
17707
17638
|
"name": "placeholder",
|
|
@@ -18063,14 +17994,6 @@
|
|
|
18063
17994
|
"description": "Specifies the current selected menuOption. Default type is `HTMLElement`, changing to `Array<HTMLElement>` when `multiSelect` is true.",
|
|
18064
17995
|
"fieldName": "optionSelected"
|
|
18065
17996
|
},
|
|
18066
|
-
{
|
|
18067
|
-
"name": "optionActive",
|
|
18068
|
-
"type": {
|
|
18069
|
-
"text": "HTMLElement"
|
|
18070
|
-
},
|
|
18071
|
-
"description": "Specifies the current active/highlighted `auro-menuoption`.",
|
|
18072
|
-
"fieldName": "optionActive"
|
|
18073
|
-
},
|
|
18074
17997
|
{
|
|
18075
17998
|
"name": "placeholder",
|
|
18076
17999
|
"type": {
|