@momentum-design/components 0.130.7 → 0.131.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/dist/browser/index.js +793 -488
- package/dist/browser/index.js.map +4 -4
- package/dist/components/popover/popover.component.d.ts +8 -0
- package/dist/components/popover/popover.component.js +14 -2
- package/dist/components/timepicker/index.d.ts +13 -0
- package/dist/components/timepicker/index.js +10 -0
- package/dist/components/timepicker/timepicker.component.d.ts +328 -0
- package/dist/components/timepicker/timepicker.component.js +1016 -0
- package/dist/components/timepicker/timepicker.constants.d.ts +24 -0
- package/dist/components/timepicker/timepicker.constants.js +24 -0
- package/dist/components/timepicker/timepicker.styles.d.ts +2 -0
- package/dist/components/timepicker/timepicker.styles.js +179 -0
- package/dist/components/timepicker/timepicker.types.d.ts +21 -0
- package/dist/components/timepicker/timepicker.types.js +1 -0
- package/dist/custom-elements.json +1568 -218
- package/dist/index.d.ts +7 -5
- package/dist/index.js +2 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +1 -0
- package/dist/react/timepicker/index.d.ts +67 -0
- package/dist/react/timepicker/index.js +74 -0
- package/package.json +1 -1
|
@@ -11851,6 +11851,21 @@
|
|
|
11851
11851
|
"module": "components/popover/popover.component.js"
|
|
11852
11852
|
}
|
|
11853
11853
|
},
|
|
11854
|
+
{
|
|
11855
|
+
"kind": "field",
|
|
11856
|
+
"name": "elementIndexToReceiveFocus",
|
|
11857
|
+
"type": {
|
|
11858
|
+
"text": "number | null"
|
|
11859
|
+
},
|
|
11860
|
+
"default": "null",
|
|
11861
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
11862
|
+
"attribute": "element-index-to-receive-focus",
|
|
11863
|
+
"reflects": true,
|
|
11864
|
+
"inheritedFrom": {
|
|
11865
|
+
"name": "Popover",
|
|
11866
|
+
"module": "components/popover/popover.component.js"
|
|
11867
|
+
}
|
|
11868
|
+
},
|
|
11854
11869
|
{
|
|
11855
11870
|
"kind": "field",
|
|
11856
11871
|
"name": "focusBackToTrigger",
|
|
@@ -12767,6 +12782,19 @@
|
|
|
12767
12782
|
"name": "Popover",
|
|
12768
12783
|
"module": "src/components/popover/popover.component.ts"
|
|
12769
12784
|
}
|
|
12785
|
+
},
|
|
12786
|
+
{
|
|
12787
|
+
"name": "element-index-to-receive-focus",
|
|
12788
|
+
"type": {
|
|
12789
|
+
"text": "number | null"
|
|
12790
|
+
},
|
|
12791
|
+
"default": "null",
|
|
12792
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
12793
|
+
"fieldName": "elementIndexToReceiveFocus",
|
|
12794
|
+
"inheritedFrom": {
|
|
12795
|
+
"name": "Popover",
|
|
12796
|
+
"module": "src/components/popover/popover.component.ts"
|
|
12797
|
+
}
|
|
12770
12798
|
}
|
|
12771
12799
|
],
|
|
12772
12800
|
"superclass": {
|
|
@@ -25694,6 +25722,21 @@
|
|
|
25694
25722
|
"module": "components/popover/popover.component.js"
|
|
25695
25723
|
}
|
|
25696
25724
|
},
|
|
25725
|
+
{
|
|
25726
|
+
"kind": "field",
|
|
25727
|
+
"name": "elementIndexToReceiveFocus",
|
|
25728
|
+
"type": {
|
|
25729
|
+
"text": "number | null"
|
|
25730
|
+
},
|
|
25731
|
+
"default": "null",
|
|
25732
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
25733
|
+
"attribute": "element-index-to-receive-focus",
|
|
25734
|
+
"reflects": true,
|
|
25735
|
+
"inheritedFrom": {
|
|
25736
|
+
"name": "Popover",
|
|
25737
|
+
"module": "components/popover/popover.component.js"
|
|
25738
|
+
}
|
|
25739
|
+
},
|
|
25697
25740
|
{
|
|
25698
25741
|
"kind": "method",
|
|
25699
25742
|
"name": "fireMenuItemAction",
|
|
@@ -26808,6 +26851,19 @@
|
|
|
26808
26851
|
"name": "Popover",
|
|
26809
26852
|
"module": "src/components/popover/popover.component.ts"
|
|
26810
26853
|
}
|
|
26854
|
+
},
|
|
26855
|
+
{
|
|
26856
|
+
"name": "element-index-to-receive-focus",
|
|
26857
|
+
"type": {
|
|
26858
|
+
"text": "number | null"
|
|
26859
|
+
},
|
|
26860
|
+
"default": "null",
|
|
26861
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
26862
|
+
"fieldName": "elementIndexToReceiveFocus",
|
|
26863
|
+
"inheritedFrom": {
|
|
26864
|
+
"name": "Popover",
|
|
26865
|
+
"module": "src/components/popover/popover.component.ts"
|
|
26866
|
+
}
|
|
26811
26867
|
}
|
|
26812
26868
|
],
|
|
26813
26869
|
"superclass": {
|
|
@@ -31448,6 +31504,17 @@
|
|
|
31448
31504
|
"attribute": "disable-flip",
|
|
31449
31505
|
"reflects": true
|
|
31450
31506
|
},
|
|
31507
|
+
{
|
|
31508
|
+
"kind": "field",
|
|
31509
|
+
"name": "elementIndexToReceiveFocus",
|
|
31510
|
+
"type": {
|
|
31511
|
+
"text": "number | null"
|
|
31512
|
+
},
|
|
31513
|
+
"default": "null",
|
|
31514
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
31515
|
+
"attribute": "element-index-to-receive-focus",
|
|
31516
|
+
"reflects": true
|
|
31517
|
+
},
|
|
31451
31518
|
{
|
|
31452
31519
|
"kind": "field",
|
|
31453
31520
|
"name": "focusBackToTrigger",
|
|
@@ -32096,6 +32163,15 @@
|
|
|
32096
32163
|
"description": "Whether to update the position of the Popover on every animation frame if required.\nWhile optimized for performance, it should be used sparingly and with caution.",
|
|
32097
32164
|
"default": "false",
|
|
32098
32165
|
"fieldName": "animationFrame"
|
|
32166
|
+
},
|
|
32167
|
+
{
|
|
32168
|
+
"name": "element-index-to-receive-focus",
|
|
32169
|
+
"type": {
|
|
32170
|
+
"text": "number | null"
|
|
32171
|
+
},
|
|
32172
|
+
"default": "null",
|
|
32173
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
32174
|
+
"fieldName": "elementIndexToReceiveFocus"
|
|
32099
32175
|
}
|
|
32100
32176
|
],
|
|
32101
32177
|
"mixins": [
|
|
@@ -44743,177 +44819,1517 @@
|
|
|
44743
44819
|
"name": "FormInternalsMixin",
|
|
44744
44820
|
"module": "utils/mixins/FormInternalsMixin.js"
|
|
44745
44821
|
}
|
|
44746
|
-
},
|
|
44747
|
-
{
|
|
44748
|
-
"kind": "field",
|
|
44749
|
-
"name": "wrap",
|
|
44750
|
-
"type": {
|
|
44751
|
-
"text": "WrapType"
|
|
44752
|
-
},
|
|
44753
|
-
"description": "The wrap attribute specifies how the text in a text area is to be wrapped when submitted in a form.",
|
|
44754
|
-
"default": "'soft'",
|
|
44755
|
-
"attribute": "wrap"
|
|
44822
|
+
},
|
|
44823
|
+
{
|
|
44824
|
+
"kind": "field",
|
|
44825
|
+
"name": "wrap",
|
|
44826
|
+
"type": {
|
|
44827
|
+
"text": "WrapType"
|
|
44828
|
+
},
|
|
44829
|
+
"description": "The wrap attribute specifies how the text in a text area is to be wrapped when submitted in a form.",
|
|
44830
|
+
"default": "'soft'",
|
|
44831
|
+
"attribute": "wrap"
|
|
44832
|
+
}
|
|
44833
|
+
],
|
|
44834
|
+
"events": [
|
|
44835
|
+
{
|
|
44836
|
+
"name": "limitexceeded",
|
|
44837
|
+
"type": {
|
|
44838
|
+
"text": "CustomEvent"
|
|
44839
|
+
},
|
|
44840
|
+
"description": "(React: onLimitExceeded) This event is dispatched once when the character limit exceeds or restored.",
|
|
44841
|
+
"reactName": "onLimitExceeded"
|
|
44842
|
+
},
|
|
44843
|
+
{
|
|
44844
|
+
"type": {
|
|
44845
|
+
"text": "EventConstructor"
|
|
44846
|
+
}
|
|
44847
|
+
},
|
|
44848
|
+
{
|
|
44849
|
+
"description": "(React: onInput) This event is dispatched when the value of the textarea field changes (every press).",
|
|
44850
|
+
"name": "input",
|
|
44851
|
+
"reactName": "onInput"
|
|
44852
|
+
},
|
|
44853
|
+
{
|
|
44854
|
+
"description": "(React: onChange) This event is dispatched when the value of the textarea field changes (on blur).",
|
|
44855
|
+
"name": "change",
|
|
44856
|
+
"reactName": "onChange"
|
|
44857
|
+
},
|
|
44858
|
+
{
|
|
44859
|
+
"description": "(React: onFocus) This event is dispatched when the textarea receives focus.",
|
|
44860
|
+
"name": "focus",
|
|
44861
|
+
"reactName": "onFocus"
|
|
44862
|
+
},
|
|
44863
|
+
{
|
|
44864
|
+
"description": "(React: onBlur) This event is dispatched when the textarea loses focus.",
|
|
44865
|
+
"name": "blur",
|
|
44866
|
+
"reactName": "onBlur"
|
|
44867
|
+
}
|
|
44868
|
+
],
|
|
44869
|
+
"attributes": [
|
|
44870
|
+
{
|
|
44871
|
+
"name": "placeholder",
|
|
44872
|
+
"type": {
|
|
44873
|
+
"text": "string | undefined"
|
|
44874
|
+
},
|
|
44875
|
+
"description": "The placeholder text that is displayed when the textarea field is empty.",
|
|
44876
|
+
"fieldName": "placeholder"
|
|
44877
|
+
},
|
|
44878
|
+
{
|
|
44879
|
+
"name": "rows",
|
|
44880
|
+
"type": {
|
|
44881
|
+
"text": "number | undefined"
|
|
44882
|
+
},
|
|
44883
|
+
"description": "The rows attribute specifies the visible number of lines in a text area.",
|
|
44884
|
+
"default": "5",
|
|
44885
|
+
"fieldName": "rows"
|
|
44886
|
+
},
|
|
44887
|
+
{
|
|
44888
|
+
"name": "cols",
|
|
44889
|
+
"type": {
|
|
44890
|
+
"text": "number | undefined"
|
|
44891
|
+
},
|
|
44892
|
+
"description": "The cols attribute specifies the visible number of lines in a text area.",
|
|
44893
|
+
"default": "undefined",
|
|
44894
|
+
"fieldName": "cols"
|
|
44895
|
+
},
|
|
44896
|
+
{
|
|
44897
|
+
"name": "wrap",
|
|
44898
|
+
"type": {
|
|
44899
|
+
"text": "WrapType"
|
|
44900
|
+
},
|
|
44901
|
+
"description": "The wrap attribute specifies how the text in a text area is to be wrapped when submitted in a form.",
|
|
44902
|
+
"default": "'soft'",
|
|
44903
|
+
"fieldName": "wrap"
|
|
44904
|
+
},
|
|
44905
|
+
{
|
|
44906
|
+
"name": "autocapitalize",
|
|
44907
|
+
"type": {
|
|
44908
|
+
"text": "AutoCapitalizeType"
|
|
44909
|
+
},
|
|
44910
|
+
"description": "The autocapitalize attribute of the textarea field.",
|
|
44911
|
+
"default": "'off'",
|
|
44912
|
+
"fieldName": "autocapitalize"
|
|
44913
|
+
},
|
|
44914
|
+
{
|
|
44915
|
+
"name": "autocomplete",
|
|
44916
|
+
"type": {
|
|
44917
|
+
"text": "AutoCompleteType"
|
|
44918
|
+
},
|
|
44919
|
+
"description": "The autocomplete attribute of the textarea field.",
|
|
44920
|
+
"default": "'off'",
|
|
44921
|
+
"fieldName": "autocomplete"
|
|
44922
|
+
},
|
|
44923
|
+
{
|
|
44924
|
+
"name": "dirname",
|
|
44925
|
+
"type": {
|
|
44926
|
+
"text": "string | undefined"
|
|
44927
|
+
},
|
|
44928
|
+
"description": "Specifies the name of the directionality of text for submission purposes (e.g., \"rtl\" for right-to-left).",
|
|
44929
|
+
"fieldName": "dirname"
|
|
44930
|
+
},
|
|
44931
|
+
{
|
|
44932
|
+
"name": "maxlength",
|
|
44933
|
+
"type": {
|
|
44934
|
+
"text": "number | undefined"
|
|
44935
|
+
},
|
|
44936
|
+
"description": "The maximum number of characters that the textarea field can accept.",
|
|
44937
|
+
"fieldName": "maxlength"
|
|
44938
|
+
},
|
|
44939
|
+
{
|
|
44940
|
+
"name": "minlength",
|
|
44941
|
+
"type": {
|
|
44942
|
+
"text": "number | undefined"
|
|
44943
|
+
},
|
|
44944
|
+
"description": "The minimum number of characters that the textarea field can accept.",
|
|
44945
|
+
"fieldName": "minlength"
|
|
44946
|
+
},
|
|
44947
|
+
{
|
|
44948
|
+
"name": "max-character-limit",
|
|
44949
|
+
"type": {
|
|
44950
|
+
"text": "number | undefined"
|
|
44951
|
+
},
|
|
44952
|
+
"description": "The maximum character limit for the textarea field for character counter.",
|
|
44953
|
+
"fieldName": "maxCharacterLimit"
|
|
44954
|
+
},
|
|
44955
|
+
{
|
|
44956
|
+
"name": "character-limit-announcement",
|
|
44957
|
+
"type": {
|
|
44958
|
+
"text": "string | undefined"
|
|
44959
|
+
},
|
|
44960
|
+
"description": "Template string for the announcement that will be read by screen readers when the max character limit is set.\nConsumers must use the placeholders `%{number-of-characters}` and `%{max-character-limit}` in the string,\nwhich will be dynamically replaced with the actual values at runtime.\nFor example: `%{number-of-characters} out of %{max-character-limit} characters are typed.`\nExample output: \"93 out of 140 characters are typed.\"",
|
|
44961
|
+
"fieldName": "characterLimitAnnouncement"
|
|
44962
|
+
},
|
|
44963
|
+
{
|
|
44964
|
+
"name": "resizable",
|
|
44965
|
+
"type": {
|
|
44966
|
+
"text": "boolean"
|
|
44967
|
+
},
|
|
44968
|
+
"default": "false",
|
|
44969
|
+
"description": "Controls whether the textarea is resizable via the resize button.\nWhen set to false, the resize button will be hidden.",
|
|
44970
|
+
"fieldName": "resizable"
|
|
44971
|
+
},
|
|
44972
|
+
{
|
|
44973
|
+
"name": "resize-button-aria-label",
|
|
44974
|
+
"type": {
|
|
44975
|
+
"text": "string | undefined"
|
|
44976
|
+
},
|
|
44977
|
+
"description": "Provides an accessible label for the resize button.\nThis value is used to set the `aria-label` attribute for the button.",
|
|
44978
|
+
"default": "''",
|
|
44979
|
+
"fieldName": "resizeButtonAriaLabel"
|
|
44980
|
+
},
|
|
44981
|
+
{
|
|
44982
|
+
"name": "auto-focus-on-mount",
|
|
44983
|
+
"type": {
|
|
44984
|
+
"text": "boolean"
|
|
44985
|
+
},
|
|
44986
|
+
"default": "false",
|
|
44987
|
+
"description": "This property indicates whether the element should receive focus automatically when it is mounted.\n\nIt will not focus if the element is re-attached to the DOM after being removed.",
|
|
44988
|
+
"fieldName": "autoFocusOnMount",
|
|
44989
|
+
"inheritedFrom": {
|
|
44990
|
+
"name": "AutoFocusOnMountMixin",
|
|
44991
|
+
"module": "src/utils/mixins/AutoFocusOnMountMixin.ts"
|
|
44992
|
+
}
|
|
44993
|
+
},
|
|
44994
|
+
{
|
|
44995
|
+
"name": "name",
|
|
44996
|
+
"type": {
|
|
44997
|
+
"text": "string"
|
|
44998
|
+
},
|
|
44999
|
+
"default": "''",
|
|
45000
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
|
45001
|
+
"fieldName": "name",
|
|
45002
|
+
"inheritedFrom": {
|
|
45003
|
+
"name": "FormInternalsMixin",
|
|
45004
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
45005
|
+
}
|
|
45006
|
+
},
|
|
45007
|
+
{
|
|
45008
|
+
"name": "value",
|
|
45009
|
+
"type": {
|
|
45010
|
+
"text": "string"
|
|
45011
|
+
},
|
|
45012
|
+
"default": "''",
|
|
45013
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
|
45014
|
+
"fieldName": "value",
|
|
45015
|
+
"inheritedFrom": {
|
|
45016
|
+
"name": "FormInternalsMixin",
|
|
45017
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
45018
|
+
}
|
|
45019
|
+
},
|
|
45020
|
+
{
|
|
45021
|
+
"name": "validation-message",
|
|
45022
|
+
"type": {
|
|
45023
|
+
"text": "string | undefined"
|
|
45024
|
+
},
|
|
45025
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
|
45026
|
+
"fieldName": "validationMessage",
|
|
45027
|
+
"inheritedFrom": {
|
|
45028
|
+
"name": "FormInternalsMixin",
|
|
45029
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
|
45030
|
+
}
|
|
45031
|
+
},
|
|
45032
|
+
{
|
|
45033
|
+
"name": "data-aria-label",
|
|
45034
|
+
"type": {
|
|
45035
|
+
"text": "string | null"
|
|
45036
|
+
},
|
|
45037
|
+
"default": "null",
|
|
45038
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
45039
|
+
"fieldName": "dataAriaLabel",
|
|
45040
|
+
"inheritedFrom": {
|
|
45041
|
+
"name": "DataAriaLabelMixin",
|
|
45042
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
|
45043
|
+
}
|
|
45044
|
+
},
|
|
45045
|
+
{
|
|
45046
|
+
"name": "disabled",
|
|
45047
|
+
"type": {
|
|
45048
|
+
"text": "boolean | undefined"
|
|
45049
|
+
},
|
|
45050
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
|
45051
|
+
"default": "undefined",
|
|
45052
|
+
"fieldName": "disabled",
|
|
45053
|
+
"inheritedFrom": {
|
|
45054
|
+
"name": "FormfieldWrapper",
|
|
45055
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45056
|
+
}
|
|
45057
|
+
},
|
|
45058
|
+
{
|
|
45059
|
+
"name": "label",
|
|
45060
|
+
"type": {
|
|
45061
|
+
"text": "string | undefined"
|
|
45062
|
+
},
|
|
45063
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
|
45064
|
+
"fieldName": "label",
|
|
45065
|
+
"inheritedFrom": {
|
|
45066
|
+
"name": "FormfieldWrapper",
|
|
45067
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45068
|
+
}
|
|
45069
|
+
},
|
|
45070
|
+
{
|
|
45071
|
+
"name": "required",
|
|
45072
|
+
"type": {
|
|
45073
|
+
"text": "boolean"
|
|
45074
|
+
},
|
|
45075
|
+
"default": "false",
|
|
45076
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
|
45077
|
+
"fieldName": "required",
|
|
45078
|
+
"inheritedFrom": {
|
|
45079
|
+
"name": "FormfieldWrapper",
|
|
45080
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45081
|
+
}
|
|
45082
|
+
},
|
|
45083
|
+
{
|
|
45084
|
+
"name": "help-text-type",
|
|
45085
|
+
"type": {
|
|
45086
|
+
"text": "ValidationType"
|
|
45087
|
+
},
|
|
45088
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
|
45089
|
+
"default": "'default'",
|
|
45090
|
+
"fieldName": "helpTextType",
|
|
45091
|
+
"inheritedFrom": {
|
|
45092
|
+
"name": "FormfieldWrapper",
|
|
45093
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45094
|
+
}
|
|
45095
|
+
},
|
|
45096
|
+
{
|
|
45097
|
+
"name": "help-text",
|
|
45098
|
+
"type": {
|
|
45099
|
+
"text": "string | undefined"
|
|
45100
|
+
},
|
|
45101
|
+
"description": "The help text that is displayed below the input field.",
|
|
45102
|
+
"fieldName": "helpText",
|
|
45103
|
+
"inheritedFrom": {
|
|
45104
|
+
"name": "FormfieldWrapper",
|
|
45105
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45106
|
+
}
|
|
45107
|
+
},
|
|
45108
|
+
{
|
|
45109
|
+
"name": "toggletip-text",
|
|
45110
|
+
"type": {
|
|
45111
|
+
"text": "string | undefined"
|
|
45112
|
+
},
|
|
45113
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
45114
|
+
"fieldName": "toggletipText",
|
|
45115
|
+
"inheritedFrom": {
|
|
45116
|
+
"name": "FormfieldWrapper",
|
|
45117
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45118
|
+
}
|
|
45119
|
+
},
|
|
45120
|
+
{
|
|
45121
|
+
"name": "toggletip-placement",
|
|
45122
|
+
"type": {
|
|
45123
|
+
"text": "PopoverPlacement"
|
|
45124
|
+
},
|
|
45125
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
45126
|
+
"default": "'top'",
|
|
45127
|
+
"fieldName": "toggletipPlacement",
|
|
45128
|
+
"inheritedFrom": {
|
|
45129
|
+
"name": "FormfieldWrapper",
|
|
45130
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45131
|
+
}
|
|
45132
|
+
},
|
|
45133
|
+
{
|
|
45134
|
+
"name": "toggletip-strategy",
|
|
45135
|
+
"type": {
|
|
45136
|
+
"text": "PopoverStrategy"
|
|
45137
|
+
},
|
|
45138
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
45139
|
+
"default": "'absolute'",
|
|
45140
|
+
"fieldName": "toggletipStrategy",
|
|
45141
|
+
"inheritedFrom": {
|
|
45142
|
+
"name": "FormfieldWrapper",
|
|
45143
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45144
|
+
}
|
|
45145
|
+
},
|
|
45146
|
+
{
|
|
45147
|
+
"name": "info-icon-aria-label",
|
|
45148
|
+
"type": {
|
|
45149
|
+
"text": "string | undefined"
|
|
45150
|
+
},
|
|
45151
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
|
45152
|
+
"fieldName": "infoIconAriaLabel",
|
|
45153
|
+
"inheritedFrom": {
|
|
45154
|
+
"name": "FormfieldWrapper",
|
|
45155
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45156
|
+
}
|
|
45157
|
+
},
|
|
45158
|
+
{
|
|
45159
|
+
"name": "readonly",
|
|
45160
|
+
"type": {
|
|
45161
|
+
"text": "boolean"
|
|
45162
|
+
},
|
|
45163
|
+
"default": "false",
|
|
45164
|
+
"description": "Determines whether the form field is read-only.",
|
|
45165
|
+
"fieldName": "readonly",
|
|
45166
|
+
"inheritedFrom": {
|
|
45167
|
+
"name": "FormfieldWrapper",
|
|
45168
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45169
|
+
}
|
|
45170
|
+
},
|
|
45171
|
+
{
|
|
45172
|
+
"name": "soft-disabled",
|
|
45173
|
+
"type": {
|
|
45174
|
+
"text": "boolean"
|
|
45175
|
+
},
|
|
45176
|
+
"default": "false",
|
|
45177
|
+
"description": "Determines whether the form field is soft-disabled.",
|
|
45178
|
+
"fieldName": "softDisabled",
|
|
45179
|
+
"inheritedFrom": {
|
|
45180
|
+
"name": "FormfieldWrapper",
|
|
45181
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45182
|
+
}
|
|
45183
|
+
}
|
|
45184
|
+
],
|
|
45185
|
+
"mixins": [
|
|
45186
|
+
{
|
|
45187
|
+
"name": "KeyDownHandledMixin",
|
|
45188
|
+
"module": "/src/utils/mixins/KeyDownHandledMixin"
|
|
45189
|
+
},
|
|
45190
|
+
{
|
|
45191
|
+
"name": "KeyToActionMixin",
|
|
45192
|
+
"module": "/src/utils/mixins/KeyToActionMixin"
|
|
45193
|
+
},
|
|
45194
|
+
{
|
|
45195
|
+
"name": "AutoFocusOnMountMixin",
|
|
45196
|
+
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
|
45197
|
+
},
|
|
45198
|
+
{
|
|
45199
|
+
"name": "FormInternalsMixin",
|
|
45200
|
+
"module": "/src/utils/mixins/FormInternalsMixin"
|
|
45201
|
+
},
|
|
45202
|
+
{
|
|
45203
|
+
"name": "DataAriaLabelMixin",
|
|
45204
|
+
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
|
45205
|
+
}
|
|
45206
|
+
],
|
|
45207
|
+
"superclass": {
|
|
45208
|
+
"name": "FormfieldWrapper",
|
|
45209
|
+
"module": "/src/components/formfieldwrapper"
|
|
45210
|
+
},
|
|
45211
|
+
"tagName": "mdc-textarea",
|
|
45212
|
+
"jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * ### Accessibility\n *\n * #### Resize\n *\n * Accessible text area resizing can be turned on with the `resizable`.\n * It is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n *\n * #### Best practices\n *\n * - Always provide a `label` for screen readers to identify the textarea's purpose\n * - Use `help-text` to provide additional context or instructions\n * - When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n * - Use appropriate `help-text-type` (error, warning, success) to convey validation state\n * - Ensure `validation-message` is set for form validation errors\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart textarea - The textarea element.\n * @csspart textarea-container - The container element that wraps the textarea and resize button.\n * @csspart textarea-footer - The footer element that contains the character counter.\n * @csspart character-counter - The character counter element.\n * @csspart resize-button - The resize button element (shown when `resizable` is true).\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
|
|
45213
|
+
"customElement": true
|
|
45214
|
+
}
|
|
45215
|
+
],
|
|
45216
|
+
"exports": [
|
|
45217
|
+
{
|
|
45218
|
+
"kind": "js",
|
|
45219
|
+
"name": "default",
|
|
45220
|
+
"declaration": {
|
|
45221
|
+
"name": "Textarea",
|
|
45222
|
+
"module": "components/textarea/textarea.component.js"
|
|
45223
|
+
}
|
|
45224
|
+
}
|
|
45225
|
+
]
|
|
45226
|
+
},
|
|
45227
|
+
{
|
|
45228
|
+
"kind": "javascript-module",
|
|
45229
|
+
"path": "components/themeprovider/themeprovider.component.js",
|
|
45230
|
+
"declarations": [
|
|
45231
|
+
{
|
|
45232
|
+
"kind": "class",
|
|
45233
|
+
"description": "ThemeProvider component, which sets the passed in themeclass as class.\nIf the themeclass switches, the existing themeclass will be removed as a class\nand the new themeclass will be added.\n\nCSS variables defined in the themeclass will be used for the styling of child dom nodes.\n\nAvailable Momentum theme classes:\n\n`mds-theme-stable-darkWebex`, `mds-theme-stable-lightWebex`\n\n`mds-theme-stable-darkBronzeWebex`, `mds-theme-stable-lightBronzeWebex`\n\n`mds-theme-stable-darkIndigoWebex`, `mds-theme-stable-lightIndigoWebex`\n\n`mds-theme-stable-darkJadeWebex`, `mds-theme-stable-lightJadeWebex`\n\n`mds-theme-stable-darkLavenderWebex`, `mds-theme-stable-lightLavenderWebex`\n\n`mds-theme-stable-darkRoseWebex`, `mds-theme-stable-lightRoseWebex`\n\nThemeclass context can be be consumed from Lit child components\n(see providerUtils.consume for how to consume)\n\nThemeProvider also includes basic font defaults for text.",
|
|
45234
|
+
"name": "ThemeProvider",
|
|
45235
|
+
"cssProperties": [
|
|
45236
|
+
{
|
|
45237
|
+
"description": "Option to override the default color, default: color-theme-text-primary-normal",
|
|
45238
|
+
"name": "--mdc-themeprovider-color-default"
|
|
45239
|
+
},
|
|
45240
|
+
{
|
|
45241
|
+
"description": "Option to override the font family, default: `Momentum` (from momentum-design/fonts)",
|
|
45242
|
+
"name": "--mdc-themeprovider-font-family"
|
|
45243
|
+
},
|
|
45244
|
+
{
|
|
45245
|
+
"description": "Option to override the font weight, default: `400`",
|
|
45246
|
+
"name": "--mdc-themeprovider-font-weight"
|
|
45247
|
+
},
|
|
45248
|
+
{
|
|
45249
|
+
"description": "Option to override the default letter-spacing, default: `-0.25px` (this is to match the old CiscoSans)",
|
|
45250
|
+
"name": "--mdc-themeprovider-letter-spacing-adjustment"
|
|
45251
|
+
},
|
|
45252
|
+
{
|
|
45253
|
+
"description": "Option to override the font feature settings, default: `\"ss02\" on`",
|
|
45254
|
+
"name": "--mdc-themeprovider-font-feature-settings"
|
|
45255
|
+
},
|
|
45256
|
+
{
|
|
45257
|
+
"description": "Option to override the color of the scrollbar track.",
|
|
45258
|
+
"name": "--mdc-themeprovider-scrollbar-track-color"
|
|
45259
|
+
},
|
|
45260
|
+
{
|
|
45261
|
+
"description": "Option to override the color of the scrollbar thumb.",
|
|
45262
|
+
"name": "--mdc-themeprovider-scrollbar-thumb-color"
|
|
45263
|
+
}
|
|
45264
|
+
],
|
|
45265
|
+
"slots": [
|
|
45266
|
+
{
|
|
45267
|
+
"description": "children",
|
|
45268
|
+
"name": ""
|
|
45269
|
+
}
|
|
45270
|
+
],
|
|
45271
|
+
"members": [
|
|
45272
|
+
{
|
|
45273
|
+
"kind": "field",
|
|
45274
|
+
"name": "Context",
|
|
45275
|
+
"privacy": "public",
|
|
45276
|
+
"static": true,
|
|
45277
|
+
"description": "Context object of the ThemeProvider, to be consumed by child components",
|
|
45278
|
+
"readonly": true
|
|
45279
|
+
},
|
|
45280
|
+
{
|
|
45281
|
+
"kind": "method",
|
|
45282
|
+
"name": "setThemeInClassList",
|
|
45283
|
+
"privacy": "private",
|
|
45284
|
+
"description": "Function to update the active theme classnames to update the theme tokens\nas CSS variables on the web component."
|
|
45285
|
+
},
|
|
45286
|
+
{
|
|
45287
|
+
"kind": "field",
|
|
45288
|
+
"name": "themeclass",
|
|
45289
|
+
"type": {
|
|
45290
|
+
"text": "string"
|
|
45291
|
+
},
|
|
45292
|
+
"description": "Current theme class\n\nHas to be fully qualified, such that\nthe theme class matches the class of the respective\ntheme stylesheet\n\nDefault: 'mds-theme-stable-darkWebex'",
|
|
45293
|
+
"attribute": "themeclass"
|
|
45294
|
+
},
|
|
45295
|
+
{
|
|
45296
|
+
"kind": "method",
|
|
45297
|
+
"name": "updateContext",
|
|
45298
|
+
"privacy": "protected",
|
|
45299
|
+
"return": {
|
|
45300
|
+
"type": {
|
|
45301
|
+
"text": "void"
|
|
45302
|
+
}
|
|
45303
|
+
},
|
|
45304
|
+
"description": "Update all observing components of this\nprovider to update the themeclass\n\nIs called on every re-render, see Provider class"
|
|
45305
|
+
}
|
|
45306
|
+
],
|
|
45307
|
+
"attributes": [
|
|
45308
|
+
{
|
|
45309
|
+
"name": "themeclass",
|
|
45310
|
+
"type": {
|
|
45311
|
+
"text": "string"
|
|
45312
|
+
},
|
|
45313
|
+
"description": "Current theme class\n\nHas to be fully qualified, such that\nthe theme class matches the class of the respective\ntheme stylesheet\n\nDefault: 'mds-theme-stable-darkWebex'",
|
|
45314
|
+
"fieldName": "themeclass"
|
|
45315
|
+
}
|
|
45316
|
+
],
|
|
45317
|
+
"superclass": {
|
|
45318
|
+
"name": "Provider",
|
|
45319
|
+
"module": "/src/models"
|
|
45320
|
+
},
|
|
45321
|
+
"tagName": "mdc-themeprovider",
|
|
45322
|
+
"jsDoc": "/**\n * ThemeProvider component, which sets the passed in themeclass as class.\n * If the themeclass switches, the existing themeclass will be removed as a class\n * and the new themeclass will be added.\n *\n * CSS variables defined in the themeclass will be used for the styling of child dom nodes.\n *\n * Available Momentum theme classes:\n *\n * `mds-theme-stable-darkWebex`, `mds-theme-stable-lightWebex`\n *\n * `mds-theme-stable-darkBronzeWebex`, `mds-theme-stable-lightBronzeWebex`\n *\n * `mds-theme-stable-darkIndigoWebex`, `mds-theme-stable-lightIndigoWebex`\n *\n * `mds-theme-stable-darkJadeWebex`, `mds-theme-stable-lightJadeWebex`\n *\n * `mds-theme-stable-darkLavenderWebex`, `mds-theme-stable-lightLavenderWebex`\n *\n * `mds-theme-stable-darkRoseWebex`, `mds-theme-stable-lightRoseWebex`\n *\n * Themeclass context can be be consumed from Lit child components\n * (see providerUtils.consume for how to consume)\n *\n * ThemeProvider also includes basic font defaults for text.\n *\n * @tagname mdc-themeprovider\n *\n * @slot - children\n *\n * @cssproperty --mdc-themeprovider-color-default - Option to override the default color,\n * default: color-theme-text-primary-normal\n * @cssproperty --mdc-themeprovider-font-family - Option to override the font family,\n * default: `Momentum` (from momentum-design/fonts)\n * @cssproperty --mdc-themeprovider-font-weight - Option to override the font weight, default: `400`\n * @cssproperty --mdc-themeprovider-letter-spacing-adjustment - Option to override the default letter-spacing,\n * default: `-0.25px` (this is to match the old CiscoSans)\n * @cssproperty --mdc-themeprovider-font-feature-settings - Option to override the font feature settings,\n * default: `\"ss02\" on`\n * @cssproperty --mdc-themeprovider-scrollbar-track-color - Option to override the color of the scrollbar track.\n * @cssproperty --mdc-themeprovider-scrollbar-thumb-color - Option to override the color of the scrollbar thumb.\n */",
|
|
45323
|
+
"customElement": true
|
|
45324
|
+
}
|
|
45325
|
+
],
|
|
45326
|
+
"exports": [
|
|
45327
|
+
{
|
|
45328
|
+
"kind": "js",
|
|
45329
|
+
"name": "default",
|
|
45330
|
+
"declaration": {
|
|
45331
|
+
"name": "ThemeProvider",
|
|
45332
|
+
"module": "components/themeprovider/themeprovider.component.js"
|
|
45333
|
+
}
|
|
45334
|
+
}
|
|
45335
|
+
]
|
|
45336
|
+
},
|
|
45337
|
+
{
|
|
45338
|
+
"kind": "javascript-module",
|
|
45339
|
+
"path": "components/timepicker/timepicker.component.js",
|
|
45340
|
+
"declarations": [
|
|
45341
|
+
{
|
|
45342
|
+
"kind": "class",
|
|
45343
|
+
"description": "mdc-timepicker is a component that allows users to select a specific time\nor enter a time manually. It supports both 12-hour and 24-hour formats.\n\nThe component consists of:\n- label - describes the time picker field\n- input field - made up of 2-3 spinbuttons (hours, minutes, optional AM/PM period)\n- dropdown arrow button - opens a flyout menu with predefined time intervals\n- helper text - displayed below the input field\n\nUsers can input values by:\n- Manually entering numbers/characters in spinbuttons\n- Navigating using arrow keys to increment/decrement values\n- Selecting a predefined time from the dropdown menu",
|
|
45344
|
+
"name": "TimePicker",
|
|
45345
|
+
"cssProperties": [
|
|
45346
|
+
{
|
|
45347
|
+
"description": "Background color of the timepicker input.",
|
|
45348
|
+
"name": "--mdc-timepicker-background-color"
|
|
45349
|
+
},
|
|
45350
|
+
{
|
|
45351
|
+
"description": "Border color of the timepicker input.",
|
|
45352
|
+
"name": "--mdc-timepicker-border-color"
|
|
45353
|
+
},
|
|
45354
|
+
{
|
|
45355
|
+
"description": "Text color of the timepicker input.",
|
|
45356
|
+
"name": "--mdc-timepicker-text-color"
|
|
45357
|
+
},
|
|
45358
|
+
{
|
|
45359
|
+
"description": "Width of the timepicker component.",
|
|
45360
|
+
"name": "--mdc-timepicker-width"
|
|
45361
|
+
},
|
|
45362
|
+
{
|
|
45363
|
+
"description": "Font size for the label text.",
|
|
45364
|
+
"name": "--mdc-label-font-size",
|
|
45365
|
+
"inheritedFrom": {
|
|
45366
|
+
"name": "FormfieldWrapper",
|
|
45367
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45368
|
+
}
|
|
45369
|
+
},
|
|
45370
|
+
{
|
|
45371
|
+
"description": "Font weight for the label text.",
|
|
45372
|
+
"name": "--mdc-label-font-weight",
|
|
45373
|
+
"inheritedFrom": {
|
|
45374
|
+
"name": "FormfieldWrapper",
|
|
45375
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45376
|
+
}
|
|
45377
|
+
},
|
|
45378
|
+
{
|
|
45379
|
+
"description": "Line height for the label text.",
|
|
45380
|
+
"name": "--mdc-label-line-height",
|
|
45381
|
+
"inheritedFrom": {
|
|
45382
|
+
"name": "FormfieldWrapper",
|
|
45383
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45384
|
+
}
|
|
45385
|
+
},
|
|
45386
|
+
{
|
|
45387
|
+
"description": "Color for the label text.",
|
|
45388
|
+
"name": "--mdc-label-color",
|
|
45389
|
+
"inheritedFrom": {
|
|
45390
|
+
"name": "FormfieldWrapper",
|
|
45391
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45392
|
+
}
|
|
45393
|
+
},
|
|
45394
|
+
{
|
|
45395
|
+
"description": "Font size for the help text.",
|
|
45396
|
+
"name": "--mdc-help-text-font-size",
|
|
45397
|
+
"inheritedFrom": {
|
|
45398
|
+
"name": "FormfieldWrapper",
|
|
45399
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45400
|
+
}
|
|
45401
|
+
},
|
|
45402
|
+
{
|
|
45403
|
+
"description": "Font weight for the help text.",
|
|
45404
|
+
"name": "--mdc-help-text-font-weight",
|
|
45405
|
+
"inheritedFrom": {
|
|
45406
|
+
"name": "FormfieldWrapper",
|
|
45407
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45408
|
+
}
|
|
45409
|
+
},
|
|
45410
|
+
{
|
|
45411
|
+
"description": "Line height for the help text.",
|
|
45412
|
+
"name": "--mdc-help-text-line-height",
|
|
45413
|
+
"inheritedFrom": {
|
|
45414
|
+
"name": "FormfieldWrapper",
|
|
45415
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45416
|
+
}
|
|
45417
|
+
},
|
|
45418
|
+
{
|
|
45419
|
+
"description": "Color for the help text.",
|
|
45420
|
+
"name": "--mdc-help-text-color",
|
|
45421
|
+
"inheritedFrom": {
|
|
45422
|
+
"name": "FormfieldWrapper",
|
|
45423
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45424
|
+
}
|
|
45425
|
+
},
|
|
45426
|
+
{
|
|
45427
|
+
"description": "Color for the required indicator text.",
|
|
45428
|
+
"name": "--mdc-required-indicator-color",
|
|
45429
|
+
"inheritedFrom": {
|
|
45430
|
+
"name": "FormfieldWrapper",
|
|
45431
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45432
|
+
}
|
|
45433
|
+
}
|
|
45434
|
+
],
|
|
45435
|
+
"cssParts": [
|
|
45436
|
+
{
|
|
45437
|
+
"description": "The label element.",
|
|
45438
|
+
"name": "label",
|
|
45439
|
+
"inheritedFrom": {
|
|
45440
|
+
"name": "FormfieldWrapper",
|
|
45441
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45442
|
+
}
|
|
45443
|
+
},
|
|
45444
|
+
{
|
|
45445
|
+
"description": "The container for the label and required indicator elements.",
|
|
45446
|
+
"name": "label-text",
|
|
45447
|
+
"inheritedFrom": {
|
|
45448
|
+
"name": "FormfieldWrapper",
|
|
45449
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45450
|
+
}
|
|
45451
|
+
},
|
|
45452
|
+
{
|
|
45453
|
+
"description": "The required indicator element.",
|
|
45454
|
+
"name": "required-indicator",
|
|
45455
|
+
"inheritedFrom": {
|
|
45456
|
+
"name": "FormfieldWrapper",
|
|
45457
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45458
|
+
}
|
|
45459
|
+
},
|
|
45460
|
+
{
|
|
45461
|
+
"description": "The info icon button element.",
|
|
45462
|
+
"name": "info-icon-btn",
|
|
45463
|
+
"inheritedFrom": {
|
|
45464
|
+
"name": "FormfieldWrapper",
|
|
45465
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45466
|
+
}
|
|
45467
|
+
},
|
|
45468
|
+
{
|
|
45469
|
+
"description": "The toggletip element.",
|
|
45470
|
+
"name": "label-toggletip",
|
|
45471
|
+
"inheritedFrom": {
|
|
45472
|
+
"name": "FormfieldWrapper",
|
|
45473
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45474
|
+
}
|
|
45475
|
+
},
|
|
45476
|
+
{
|
|
45477
|
+
"description": "The helper/validation text element.",
|
|
45478
|
+
"name": "help-text",
|
|
45479
|
+
"inheritedFrom": {
|
|
45480
|
+
"name": "FormfieldWrapper",
|
|
45481
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45482
|
+
}
|
|
45483
|
+
},
|
|
45484
|
+
{
|
|
45485
|
+
"description": "The helper/validation icon element.",
|
|
45486
|
+
"name": "helper-icon",
|
|
45487
|
+
"inheritedFrom": {
|
|
45488
|
+
"name": "FormfieldWrapper",
|
|
45489
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45490
|
+
}
|
|
45491
|
+
},
|
|
45492
|
+
{
|
|
45493
|
+
"description": "The container for helper/validation elements.",
|
|
45494
|
+
"name": "help-text-container",
|
|
45495
|
+
"inheritedFrom": {
|
|
45496
|
+
"name": "FormfieldWrapper",
|
|
45497
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45498
|
+
}
|
|
45499
|
+
},
|
|
45500
|
+
{
|
|
45501
|
+
"description": "The outer container for the input and popover.",
|
|
45502
|
+
"name": "container"
|
|
45503
|
+
},
|
|
45504
|
+
{
|
|
45505
|
+
"description": "The input container with border and background.",
|
|
45506
|
+
"name": "base-container"
|
|
45507
|
+
},
|
|
45508
|
+
{
|
|
45509
|
+
"description": "The container for spinbutton elements.",
|
|
45510
|
+
"name": "spinbutton-group"
|
|
45511
|
+
},
|
|
45512
|
+
{
|
|
45513
|
+
"description": "A spinbutton input element.",
|
|
45514
|
+
"name": "spinbutton"
|
|
45515
|
+
},
|
|
45516
|
+
{
|
|
45517
|
+
"description": "The colon separator between spinbuttons.",
|
|
45518
|
+
"name": "separator"
|
|
45519
|
+
},
|
|
45520
|
+
{
|
|
45521
|
+
"description": "The AM/PM period spinbutton.",
|
|
45522
|
+
"name": "period"
|
|
45523
|
+
},
|
|
45524
|
+
{
|
|
45525
|
+
"description": "The dropdown arrow button container.",
|
|
45526
|
+
"name": "icon-container"
|
|
45527
|
+
},
|
|
45528
|
+
{
|
|
45529
|
+
"description": "The hidden native input for form participation.",
|
|
45530
|
+
"name": "native-input"
|
|
45531
|
+
},
|
|
45532
|
+
{
|
|
45533
|
+
"description": "The dropdown list container.",
|
|
45534
|
+
"name": "listbox"
|
|
45535
|
+
}
|
|
45536
|
+
],
|
|
45537
|
+
"slots": [
|
|
45538
|
+
{
|
|
45539
|
+
"description": "Slot for the label element.",
|
|
45540
|
+
"name": "label",
|
|
45541
|
+
"inheritedFrom": {
|
|
45542
|
+
"name": "FormfieldWrapper",
|
|
45543
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45544
|
+
}
|
|
45545
|
+
},
|
|
45546
|
+
{
|
|
45547
|
+
"description": "Slot for the toggletip info icon button.",
|
|
45548
|
+
"name": "toggletip",
|
|
45549
|
+
"inheritedFrom": {
|
|
45550
|
+
"name": "FormfieldWrapper",
|
|
45551
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45552
|
+
}
|
|
45553
|
+
},
|
|
45554
|
+
{
|
|
45555
|
+
"description": "Slot for the helper/validation icon.",
|
|
45556
|
+
"name": "help-icon",
|
|
45557
|
+
"inheritedFrom": {
|
|
45558
|
+
"name": "FormfieldWrapper",
|
|
45559
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45560
|
+
}
|
|
45561
|
+
},
|
|
45562
|
+
{
|
|
45563
|
+
"description": "Slot for the helper/validation text.",
|
|
45564
|
+
"name": "help-text",
|
|
45565
|
+
"inheritedFrom": {
|
|
45566
|
+
"name": "FormfieldWrapper",
|
|
45567
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
45568
|
+
}
|
|
45569
|
+
}
|
|
45570
|
+
],
|
|
45571
|
+
"members": [
|
|
45572
|
+
{
|
|
45573
|
+
"kind": "field",
|
|
45574
|
+
"name": "appendTo",
|
|
45575
|
+
"type": {
|
|
45576
|
+
"text": "string | undefined"
|
|
45577
|
+
},
|
|
45578
|
+
"description": "Element ID that the popover will be appended to.\nThis is useful when the timepicker is inside a scrollable container\nand the popover needs to be portalled to avoid clipping.",
|
|
45579
|
+
"attribute": "append-to",
|
|
45580
|
+
"reflects": true
|
|
45581
|
+
},
|
|
45582
|
+
{
|
|
45583
|
+
"kind": "field",
|
|
45584
|
+
"name": "backdropAppendTo",
|
|
45585
|
+
"type": {
|
|
45586
|
+
"text": "string | undefined"
|
|
45587
|
+
},
|
|
45588
|
+
"description": "Element ID the backdrop will be appended to (if backdrop is enabled).\nThis is useful to ensure that the backdrop is appended to the correct element in the DOM.\nIf not set, the backdrop will be appended to the parent element of the timepicker.",
|
|
45589
|
+
"attribute": "backdrop-append-to",
|
|
45590
|
+
"reflects": true
|
|
45591
|
+
},
|
|
45592
|
+
{
|
|
45593
|
+
"kind": "method",
|
|
45594
|
+
"name": "checkValidity",
|
|
45595
|
+
"return": {
|
|
45596
|
+
"type": {
|
|
45597
|
+
"text": "boolean"
|
|
45598
|
+
}
|
|
45599
|
+
},
|
|
45600
|
+
"inheritedFrom": {
|
|
45601
|
+
"name": "FormInternalsMixin",
|
|
45602
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
45603
|
+
}
|
|
45604
|
+
},
|
|
45605
|
+
{
|
|
45606
|
+
"kind": "field",
|
|
45607
|
+
"name": "dataAriaLabel",
|
|
45608
|
+
"type": {
|
|
45609
|
+
"text": "string | null"
|
|
45610
|
+
},
|
|
45611
|
+
"default": "null",
|
|
45612
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
45613
|
+
"attribute": "data-aria-label",
|
|
45614
|
+
"reflects": true,
|
|
45615
|
+
"inheritedFrom": {
|
|
45616
|
+
"name": "DataAriaLabelMixin",
|
|
45617
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
|
45618
|
+
}
|
|
45619
|
+
},
|
|
45620
|
+
{
|
|
45621
|
+
"kind": "field",
|
|
45622
|
+
"name": "disabled",
|
|
45623
|
+
"type": {
|
|
45624
|
+
"text": "boolean | undefined"
|
|
45625
|
+
},
|
|
45626
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
|
45627
|
+
"default": "undefined",
|
|
45628
|
+
"attribute": "disabled",
|
|
45629
|
+
"reflects": true,
|
|
45630
|
+
"inheritedFrom": {
|
|
45631
|
+
"name": "FormfieldWrapper",
|
|
45632
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45633
|
+
}
|
|
45634
|
+
},
|
|
45635
|
+
{
|
|
45636
|
+
"kind": "field",
|
|
45637
|
+
"name": "disableFlip",
|
|
45638
|
+
"type": {
|
|
45639
|
+
"text": "boolean"
|
|
45640
|
+
},
|
|
45641
|
+
"description": "Determines whether the dropdown should flip its position when it hits the boundary.",
|
|
45642
|
+
"default": "false",
|
|
45643
|
+
"attribute": "disable-flip",
|
|
45644
|
+
"reflects": true
|
|
45645
|
+
},
|
|
45646
|
+
{
|
|
45647
|
+
"kind": "field",
|
|
45648
|
+
"name": "helpText",
|
|
45649
|
+
"type": {
|
|
45650
|
+
"text": "string | undefined"
|
|
45651
|
+
},
|
|
45652
|
+
"description": "The help text that is displayed below the input field.",
|
|
45653
|
+
"attribute": "help-text",
|
|
45654
|
+
"reflects": true,
|
|
45655
|
+
"inheritedFrom": {
|
|
45656
|
+
"name": "FormfieldWrapper",
|
|
45657
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45658
|
+
}
|
|
45659
|
+
},
|
|
45660
|
+
{
|
|
45661
|
+
"kind": "field",
|
|
45662
|
+
"name": "helpTextType",
|
|
45663
|
+
"type": {
|
|
45664
|
+
"text": "ValidationType"
|
|
45665
|
+
},
|
|
45666
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
|
45667
|
+
"default": "'default'",
|
|
45668
|
+
"attribute": "help-text-type",
|
|
45669
|
+
"reflects": true,
|
|
45670
|
+
"inheritedFrom": {
|
|
45671
|
+
"name": "FormfieldWrapper",
|
|
45672
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45673
|
+
}
|
|
45674
|
+
},
|
|
45675
|
+
{
|
|
45676
|
+
"kind": "field",
|
|
45677
|
+
"name": "infoIconAriaLabel",
|
|
45678
|
+
"type": {
|
|
45679
|
+
"text": "string | undefined"
|
|
45680
|
+
},
|
|
45681
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
|
45682
|
+
"attribute": "info-icon-aria-label",
|
|
45683
|
+
"reflects": true,
|
|
45684
|
+
"inheritedFrom": {
|
|
45685
|
+
"name": "FormfieldWrapper",
|
|
45686
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45687
|
+
}
|
|
45688
|
+
},
|
|
45689
|
+
{
|
|
45690
|
+
"kind": "field",
|
|
45691
|
+
"name": "interval",
|
|
45692
|
+
"type": {
|
|
45693
|
+
"text": "number"
|
|
45694
|
+
},
|
|
45695
|
+
"description": "The interval in minutes between time options in the dropdown menu.",
|
|
45696
|
+
"default": "30",
|
|
45697
|
+
"attribute": "interval",
|
|
45698
|
+
"reflects": true
|
|
45699
|
+
},
|
|
45700
|
+
{
|
|
45701
|
+
"kind": "field",
|
|
45702
|
+
"name": "label",
|
|
45703
|
+
"type": {
|
|
45704
|
+
"text": "string | undefined"
|
|
45705
|
+
},
|
|
45706
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
|
45707
|
+
"attribute": "label",
|
|
45708
|
+
"reflects": true,
|
|
45709
|
+
"inheritedFrom": {
|
|
45710
|
+
"name": "FormfieldWrapper",
|
|
45711
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45712
|
+
}
|
|
45713
|
+
},
|
|
45714
|
+
{
|
|
45715
|
+
"kind": "field",
|
|
45716
|
+
"name": "localeAmLabel",
|
|
45717
|
+
"type": {
|
|
45718
|
+
"text": "string"
|
|
45719
|
+
},
|
|
45720
|
+
"default": "''",
|
|
45721
|
+
"description": "Label for the AM period.\nConsumers must provide a translated string.",
|
|
45722
|
+
"attribute": "locale-am-label"
|
|
45723
|
+
},
|
|
45724
|
+
{
|
|
45725
|
+
"kind": "field",
|
|
45726
|
+
"name": "localeHoursLabel",
|
|
45727
|
+
"type": {
|
|
45728
|
+
"text": "string"
|
|
45729
|
+
},
|
|
45730
|
+
"default": "''",
|
|
45731
|
+
"description": "Accessible label for the hours spinbutton.\nConsumers must provide a translated string.",
|
|
45732
|
+
"attribute": "locale-hours-label"
|
|
45733
|
+
},
|
|
45734
|
+
{
|
|
45735
|
+
"kind": "field",
|
|
45736
|
+
"name": "localeHoursPlaceholder",
|
|
45737
|
+
"type": {
|
|
45738
|
+
"text": "string"
|
|
45739
|
+
},
|
|
45740
|
+
"default": "''",
|
|
45741
|
+
"description": "Placeholder text for the hours spinbutton.\nConsumers must provide a translated string.",
|
|
45742
|
+
"attribute": "locale-hours-placeholder"
|
|
45743
|
+
},
|
|
45744
|
+
{
|
|
45745
|
+
"kind": "field",
|
|
45746
|
+
"name": "localeMinutesLabel",
|
|
45747
|
+
"type": {
|
|
45748
|
+
"text": "string"
|
|
45749
|
+
},
|
|
45750
|
+
"default": "''",
|
|
45751
|
+
"description": "Accessible label for the minutes spinbutton.\nConsumers must provide a translated string.",
|
|
45752
|
+
"attribute": "locale-minutes-label"
|
|
45753
|
+
},
|
|
45754
|
+
{
|
|
45755
|
+
"kind": "field",
|
|
45756
|
+
"name": "localeMinutesPlaceholder",
|
|
45757
|
+
"type": {
|
|
45758
|
+
"text": "string"
|
|
45759
|
+
},
|
|
45760
|
+
"default": "''",
|
|
45761
|
+
"description": "Placeholder text for the minutes spinbutton.\nConsumers must provide a translated string.",
|
|
45762
|
+
"attribute": "locale-minutes-placeholder"
|
|
45763
|
+
},
|
|
45764
|
+
{
|
|
45765
|
+
"kind": "field",
|
|
45766
|
+
"name": "localePeriodLabel",
|
|
45767
|
+
"type": {
|
|
45768
|
+
"text": "string"
|
|
45769
|
+
},
|
|
45770
|
+
"default": "''",
|
|
45771
|
+
"description": "Accessible label for the period (AM/PM) spinbutton.\nConsumers must provide a translated string.",
|
|
45772
|
+
"attribute": "locale-period-label"
|
|
45773
|
+
},
|
|
45774
|
+
{
|
|
45775
|
+
"kind": "field",
|
|
45776
|
+
"name": "localePeriodPlaceholder",
|
|
45777
|
+
"type": {
|
|
45778
|
+
"text": "string"
|
|
45779
|
+
},
|
|
45780
|
+
"default": "''",
|
|
45781
|
+
"description": "Placeholder text for the period spinbutton.\nConsumers must provide a translated string.",
|
|
45782
|
+
"attribute": "locale-period-placeholder"
|
|
45783
|
+
},
|
|
45784
|
+
{
|
|
45785
|
+
"kind": "field",
|
|
45786
|
+
"name": "localePmLabel",
|
|
45787
|
+
"type": {
|
|
45788
|
+
"text": "string"
|
|
45789
|
+
},
|
|
45790
|
+
"default": "''",
|
|
45791
|
+
"description": "Label for the PM period.\nConsumers must provide a translated string.",
|
|
45792
|
+
"attribute": "locale-pm-label"
|
|
45793
|
+
},
|
|
45794
|
+
{
|
|
45795
|
+
"kind": "field",
|
|
45796
|
+
"name": "localeShowTimePickerLabel",
|
|
45797
|
+
"type": {
|
|
45798
|
+
"text": "string"
|
|
45799
|
+
},
|
|
45800
|
+
"default": "''",
|
|
45801
|
+
"description": "Accessible label for the dropdown toggle button.\nConsumers must provide a translated string.",
|
|
45802
|
+
"attribute": "locale-show-time-picker-label"
|
|
45803
|
+
},
|
|
45804
|
+
{
|
|
45805
|
+
"kind": "field",
|
|
45806
|
+
"name": "localeSpinbuttonDescription",
|
|
45807
|
+
"type": {
|
|
45808
|
+
"text": "string"
|
|
45809
|
+
},
|
|
45810
|
+
"default": "''",
|
|
45811
|
+
"description": "Accessible description for spinbutton inputs (instruction text).\nConsumers must provide a translated string.",
|
|
45812
|
+
"attribute": "locale-spinbutton-description"
|
|
45813
|
+
},
|
|
45814
|
+
{
|
|
45815
|
+
"kind": "field",
|
|
45816
|
+
"name": "localeTimeOptionsLabel",
|
|
45817
|
+
"type": {
|
|
45818
|
+
"text": "string"
|
|
45819
|
+
},
|
|
45820
|
+
"default": "''",
|
|
45821
|
+
"description": "Accessible label for the time options listbox.\nConsumers must provide a translated string.",
|
|
45822
|
+
"attribute": "locale-time-options-label"
|
|
45823
|
+
},
|
|
45824
|
+
{
|
|
45825
|
+
"kind": "field",
|
|
45826
|
+
"name": "max",
|
|
45827
|
+
"type": {
|
|
45828
|
+
"text": "string | undefined"
|
|
45829
|
+
},
|
|
45830
|
+
"description": "The maximum allowed time value in 24-hour format (HH:MM).",
|
|
45831
|
+
"attribute": "max",
|
|
45832
|
+
"reflects": true
|
|
45833
|
+
},
|
|
45834
|
+
{
|
|
45835
|
+
"kind": "field",
|
|
45836
|
+
"name": "min",
|
|
45837
|
+
"type": {
|
|
45838
|
+
"text": "string | undefined"
|
|
45839
|
+
},
|
|
45840
|
+
"description": "The minimum allowed time value in 24-hour format (HH:MM).",
|
|
45841
|
+
"attribute": "min",
|
|
45842
|
+
"reflects": true
|
|
45843
|
+
},
|
|
45844
|
+
{
|
|
45845
|
+
"kind": "field",
|
|
45846
|
+
"name": "name",
|
|
45847
|
+
"type": {
|
|
45848
|
+
"text": "string"
|
|
45849
|
+
},
|
|
45850
|
+
"default": "''",
|
|
45851
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
|
45852
|
+
"attribute": "name",
|
|
45853
|
+
"reflects": true,
|
|
45854
|
+
"inheritedFrom": {
|
|
45855
|
+
"name": "FormInternalsMixin",
|
|
45856
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
45857
|
+
}
|
|
45858
|
+
},
|
|
45859
|
+
{
|
|
45860
|
+
"kind": "field",
|
|
45861
|
+
"name": "placement",
|
|
45862
|
+
"type": {
|
|
45863
|
+
"text": "Placement"
|
|
45864
|
+
},
|
|
45865
|
+
"description": "The placement of the popover dropdown.",
|
|
45866
|
+
"default": "'bottom-start'",
|
|
45867
|
+
"attribute": "placement",
|
|
45868
|
+
"reflects": true
|
|
45869
|
+
},
|
|
45870
|
+
{
|
|
45871
|
+
"kind": "field",
|
|
45872
|
+
"name": "readonly",
|
|
45873
|
+
"type": {
|
|
45874
|
+
"text": "boolean"
|
|
45875
|
+
},
|
|
45876
|
+
"default": "false",
|
|
45877
|
+
"description": "Determines whether the form field is read-only.",
|
|
45878
|
+
"attribute": "readonly",
|
|
45879
|
+
"reflects": true,
|
|
45880
|
+
"inheritedFrom": {
|
|
45881
|
+
"name": "FormfieldWrapper",
|
|
45882
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45883
|
+
}
|
|
45884
|
+
},
|
|
45885
|
+
{
|
|
45886
|
+
"kind": "method",
|
|
45887
|
+
"name": "renderHelperText",
|
|
45888
|
+
"privacy": "protected",
|
|
45889
|
+
"description": "renders the help-text container that contains the helpertext icon and helpertext.",
|
|
45890
|
+
"return": {
|
|
45891
|
+
"type": {
|
|
45892
|
+
"text": ""
|
|
45893
|
+
}
|
|
45894
|
+
},
|
|
45895
|
+
"inheritedFrom": {
|
|
45896
|
+
"name": "FormfieldWrapper",
|
|
45897
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45898
|
+
}
|
|
45899
|
+
},
|
|
45900
|
+
{
|
|
45901
|
+
"kind": "method",
|
|
45902
|
+
"name": "renderHelpText",
|
|
45903
|
+
"privacy": "protected",
|
|
45904
|
+
"description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
|
|
45905
|
+
"return": {
|
|
45906
|
+
"type": {
|
|
45907
|
+
"text": ""
|
|
45908
|
+
}
|
|
45909
|
+
},
|
|
45910
|
+
"inheritedFrom": {
|
|
45911
|
+
"name": "FormfieldWrapper",
|
|
45912
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45913
|
+
}
|
|
45914
|
+
},
|
|
45915
|
+
{
|
|
45916
|
+
"kind": "method",
|
|
45917
|
+
"name": "renderHelpTextIcon",
|
|
45918
|
+
"privacy": "protected",
|
|
45919
|
+
"description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
|
|
45920
|
+
"return": {
|
|
45921
|
+
"type": {
|
|
45922
|
+
"text": ""
|
|
45923
|
+
}
|
|
45924
|
+
},
|
|
45925
|
+
"inheritedFrom": {
|
|
45926
|
+
"name": "FormfieldWrapper",
|
|
45927
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45928
|
+
}
|
|
45929
|
+
},
|
|
45930
|
+
{
|
|
45931
|
+
"kind": "method",
|
|
45932
|
+
"name": "renderLabel",
|
|
45933
|
+
"privacy": "protected",
|
|
45934
|
+
"description": "renders the label container that contains the label and labelInfoToggleTip.",
|
|
45935
|
+
"return": {
|
|
45936
|
+
"type": {
|
|
45937
|
+
"text": ""
|
|
45938
|
+
}
|
|
45939
|
+
},
|
|
45940
|
+
"inheritedFrom": {
|
|
45941
|
+
"name": "FormfieldWrapper",
|
|
45942
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45943
|
+
}
|
|
45944
|
+
},
|
|
45945
|
+
{
|
|
45946
|
+
"kind": "method",
|
|
45947
|
+
"name": "renderLabelElement",
|
|
45948
|
+
"privacy": "protected",
|
|
45949
|
+
"description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
|
|
45950
|
+
"return": {
|
|
45951
|
+
"type": {
|
|
45952
|
+
"text": ""
|
|
45953
|
+
}
|
|
45954
|
+
},
|
|
45955
|
+
"inheritedFrom": {
|
|
45956
|
+
"name": "FormfieldWrapper",
|
|
45957
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45958
|
+
}
|
|
45959
|
+
},
|
|
45960
|
+
{
|
|
45961
|
+
"kind": "method",
|
|
45962
|
+
"name": "reportValidity",
|
|
45963
|
+
"inheritedFrom": {
|
|
45964
|
+
"name": "FormInternalsMixin",
|
|
45965
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
45966
|
+
}
|
|
45967
|
+
},
|
|
45968
|
+
{
|
|
45969
|
+
"kind": "field",
|
|
45970
|
+
"name": "required",
|
|
45971
|
+
"type": {
|
|
45972
|
+
"text": "boolean"
|
|
45973
|
+
},
|
|
45974
|
+
"default": "false",
|
|
45975
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
|
45976
|
+
"attribute": "required",
|
|
45977
|
+
"reflects": true,
|
|
45978
|
+
"inheritedFrom": {
|
|
45979
|
+
"name": "FormfieldWrapper",
|
|
45980
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
45981
|
+
}
|
|
45982
|
+
},
|
|
45983
|
+
{
|
|
45984
|
+
"kind": "method",
|
|
45985
|
+
"name": "setValidity",
|
|
45986
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
|
45987
|
+
"return": {
|
|
45988
|
+
"type": {
|
|
45989
|
+
"text": ""
|
|
45990
|
+
}
|
|
45991
|
+
},
|
|
45992
|
+
"inheritedFrom": {
|
|
45993
|
+
"name": "FormInternalsMixin",
|
|
45994
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
45995
|
+
}
|
|
45996
|
+
},
|
|
45997
|
+
{
|
|
45998
|
+
"kind": "field",
|
|
45999
|
+
"name": "softDisabled",
|
|
46000
|
+
"type": {
|
|
46001
|
+
"text": "boolean"
|
|
46002
|
+
},
|
|
46003
|
+
"default": "false",
|
|
46004
|
+
"description": "Determines whether the form field is soft-disabled.",
|
|
46005
|
+
"attribute": "soft-disabled",
|
|
46006
|
+
"reflects": true,
|
|
46007
|
+
"inheritedFrom": {
|
|
46008
|
+
"name": "FormfieldWrapper",
|
|
46009
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
46010
|
+
}
|
|
46011
|
+
},
|
|
46012
|
+
{
|
|
46013
|
+
"kind": "field",
|
|
46014
|
+
"name": "strategy",
|
|
46015
|
+
"type": {
|
|
46016
|
+
"text": "PopoverStrategy"
|
|
46017
|
+
},
|
|
46018
|
+
"description": "The strategy for positioning the popover.",
|
|
46019
|
+
"default": "'absolute'",
|
|
46020
|
+
"attribute": "strategy",
|
|
46021
|
+
"reflects": true
|
|
46022
|
+
},
|
|
46023
|
+
{
|
|
46024
|
+
"kind": "field",
|
|
46025
|
+
"name": "timeFormat",
|
|
46026
|
+
"type": {
|
|
46027
|
+
"text": "TimeFormat"
|
|
46028
|
+
},
|
|
46029
|
+
"description": "The time format to use for display.\n- `'12h'`: 12-hour format with AM/PM period\n- `'24h'`: 24-hour format without period",
|
|
46030
|
+
"default": "'12h'",
|
|
46031
|
+
"attribute": "time-format",
|
|
46032
|
+
"reflects": true
|
|
46033
|
+
},
|
|
46034
|
+
{
|
|
46035
|
+
"kind": "field",
|
|
46036
|
+
"name": "toggletipPlacement",
|
|
46037
|
+
"type": {
|
|
46038
|
+
"text": "PopoverPlacement"
|
|
46039
|
+
},
|
|
46040
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
46041
|
+
"default": "'top'",
|
|
46042
|
+
"attribute": "toggletip-placement",
|
|
46043
|
+
"reflects": true,
|
|
46044
|
+
"inheritedFrom": {
|
|
46045
|
+
"name": "FormfieldWrapper",
|
|
46046
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
46047
|
+
}
|
|
46048
|
+
},
|
|
46049
|
+
{
|
|
46050
|
+
"kind": "field",
|
|
46051
|
+
"name": "toggletipStrategy",
|
|
46052
|
+
"type": {
|
|
46053
|
+
"text": "PopoverStrategy"
|
|
46054
|
+
},
|
|
46055
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
46056
|
+
"default": "'absolute'",
|
|
46057
|
+
"attribute": "toggletip-strategy",
|
|
46058
|
+
"reflects": true,
|
|
46059
|
+
"inheritedFrom": {
|
|
46060
|
+
"name": "FormfieldWrapper",
|
|
46061
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
46062
|
+
}
|
|
46063
|
+
},
|
|
46064
|
+
{
|
|
46065
|
+
"kind": "field",
|
|
46066
|
+
"name": "toggletipText",
|
|
46067
|
+
"type": {
|
|
46068
|
+
"text": "string | undefined"
|
|
46069
|
+
},
|
|
46070
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
46071
|
+
"attribute": "toggletip-text",
|
|
46072
|
+
"reflects": true,
|
|
46073
|
+
"inheritedFrom": {
|
|
46074
|
+
"name": "FormfieldWrapper",
|
|
46075
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
46076
|
+
}
|
|
46077
|
+
},
|
|
46078
|
+
{
|
|
46079
|
+
"kind": "field",
|
|
46080
|
+
"name": "validationMessage",
|
|
46081
|
+
"type": {
|
|
46082
|
+
"text": "string | undefined"
|
|
46083
|
+
},
|
|
46084
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
|
46085
|
+
"attribute": "validation-message",
|
|
46086
|
+
"reflects": true,
|
|
46087
|
+
"inheritedFrom": {
|
|
46088
|
+
"name": "FormInternalsMixin",
|
|
46089
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
46090
|
+
}
|
|
46091
|
+
},
|
|
46092
|
+
{
|
|
46093
|
+
"kind": "field",
|
|
46094
|
+
"name": "validity",
|
|
46095
|
+
"type": {
|
|
46096
|
+
"text": "ValidityState"
|
|
46097
|
+
},
|
|
46098
|
+
"readonly": true,
|
|
46099
|
+
"inheritedFrom": {
|
|
46100
|
+
"name": "FormInternalsMixin",
|
|
46101
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
46102
|
+
}
|
|
46103
|
+
},
|
|
46104
|
+
{
|
|
46105
|
+
"kind": "field",
|
|
46106
|
+
"name": "value",
|
|
46107
|
+
"type": {
|
|
46108
|
+
"text": "string"
|
|
46109
|
+
},
|
|
46110
|
+
"default": "''",
|
|
46111
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
|
46112
|
+
"attribute": "value",
|
|
46113
|
+
"reflects": true,
|
|
46114
|
+
"inheritedFrom": {
|
|
46115
|
+
"name": "FormInternalsMixin",
|
|
46116
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
46117
|
+
}
|
|
46118
|
+
},
|
|
46119
|
+
{
|
|
46120
|
+
"kind": "field",
|
|
46121
|
+
"name": "willValidate",
|
|
46122
|
+
"readonly": true,
|
|
46123
|
+
"inheritedFrom": {
|
|
46124
|
+
"name": "FormInternalsMixin",
|
|
46125
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
|
46126
|
+
}
|
|
44756
46127
|
}
|
|
44757
46128
|
],
|
|
44758
46129
|
"events": [
|
|
44759
46130
|
{
|
|
44760
|
-
"name": "
|
|
46131
|
+
"name": "input",
|
|
44761
46132
|
"type": {
|
|
44762
46133
|
"text": "CustomEvent"
|
|
44763
46134
|
},
|
|
44764
|
-
"description": "(React:
|
|
44765
|
-
"reactName": "onLimitExceeded"
|
|
44766
|
-
},
|
|
44767
|
-
{
|
|
44768
|
-
"type": {
|
|
44769
|
-
"text": "EventConstructor"
|
|
44770
|
-
}
|
|
44771
|
-
},
|
|
44772
|
-
{
|
|
44773
|
-
"description": "(React: onInput) This event is dispatched when the value of the textarea field changes (every press).",
|
|
44774
|
-
"name": "input",
|
|
46135
|
+
"description": "(React: onInput) This event is dispatched when the time value changes.",
|
|
44775
46136
|
"reactName": "onInput"
|
|
44776
46137
|
},
|
|
44777
46138
|
{
|
|
44778
|
-
"description": "(React: onChange) This event is dispatched when the value of the textarea field changes (on blur).",
|
|
44779
46139
|
"name": "change",
|
|
46140
|
+
"type": {
|
|
46141
|
+
"text": "CustomEvent"
|
|
46142
|
+
},
|
|
46143
|
+
"description": "(React: onChange) This event is dispatched when the time value is committed.",
|
|
44780
46144
|
"reactName": "onChange"
|
|
44781
46145
|
},
|
|
44782
46146
|
{
|
|
44783
|
-
"description": "(React: onFocus) This event is dispatched when the
|
|
46147
|
+
"description": "(React: onFocus) This event is dispatched when the timepicker receives focus.",
|
|
44784
46148
|
"name": "focus",
|
|
44785
46149
|
"reactName": "onFocus"
|
|
44786
46150
|
},
|
|
44787
46151
|
{
|
|
44788
|
-
"description": "(React: onBlur) This event is dispatched when the
|
|
46152
|
+
"description": "(React: onBlur) This event is dispatched when the timepicker loses focus.",
|
|
44789
46153
|
"name": "blur",
|
|
44790
46154
|
"reactName": "onBlur"
|
|
44791
46155
|
}
|
|
44792
46156
|
],
|
|
44793
46157
|
"attributes": [
|
|
44794
46158
|
{
|
|
44795
|
-
"name": "
|
|
46159
|
+
"name": "time-format",
|
|
44796
46160
|
"type": {
|
|
44797
|
-
"text": "
|
|
46161
|
+
"text": "TimeFormat"
|
|
44798
46162
|
},
|
|
44799
|
-
"description": "The
|
|
44800
|
-
"
|
|
46163
|
+
"description": "The time format to use for display.\n- `'12h'`: 12-hour format with AM/PM period\n- `'24h'`: 24-hour format without period",
|
|
46164
|
+
"default": "'12h'",
|
|
46165
|
+
"fieldName": "timeFormat"
|
|
44801
46166
|
},
|
|
44802
46167
|
{
|
|
44803
|
-
"name": "
|
|
46168
|
+
"name": "interval",
|
|
44804
46169
|
"type": {
|
|
44805
|
-
"text": "number
|
|
46170
|
+
"text": "number"
|
|
44806
46171
|
},
|
|
44807
|
-
"description": "The
|
|
44808
|
-
"default": "
|
|
44809
|
-
"fieldName": "
|
|
46172
|
+
"description": "The interval in minutes between time options in the dropdown menu.",
|
|
46173
|
+
"default": "30",
|
|
46174
|
+
"fieldName": "interval"
|
|
44810
46175
|
},
|
|
44811
46176
|
{
|
|
44812
|
-
"name": "
|
|
46177
|
+
"name": "placement",
|
|
44813
46178
|
"type": {
|
|
44814
|
-
"text": "
|
|
46179
|
+
"text": "Placement"
|
|
44815
46180
|
},
|
|
44816
|
-
"description": "The
|
|
44817
|
-
"default": "
|
|
44818
|
-
"fieldName": "
|
|
46181
|
+
"description": "The placement of the popover dropdown.",
|
|
46182
|
+
"default": "'bottom-start'",
|
|
46183
|
+
"fieldName": "placement"
|
|
44819
46184
|
},
|
|
44820
46185
|
{
|
|
44821
|
-
"name": "
|
|
46186
|
+
"name": "strategy",
|
|
44822
46187
|
"type": {
|
|
44823
|
-
"text": "
|
|
46188
|
+
"text": "PopoverStrategy"
|
|
44824
46189
|
},
|
|
44825
|
-
"description": "The
|
|
44826
|
-
"default": "'
|
|
44827
|
-
"fieldName": "
|
|
46190
|
+
"description": "The strategy for positioning the popover.",
|
|
46191
|
+
"default": "'absolute'",
|
|
46192
|
+
"fieldName": "strategy"
|
|
44828
46193
|
},
|
|
44829
46194
|
{
|
|
44830
|
-
"name": "
|
|
46195
|
+
"name": "disable-flip",
|
|
44831
46196
|
"type": {
|
|
44832
|
-
"text": "
|
|
46197
|
+
"text": "boolean"
|
|
44833
46198
|
},
|
|
44834
|
-
"description": "
|
|
44835
|
-
"default": "
|
|
44836
|
-
"fieldName": "
|
|
46199
|
+
"description": "Determines whether the dropdown should flip its position when it hits the boundary.",
|
|
46200
|
+
"default": "false",
|
|
46201
|
+
"fieldName": "disableFlip"
|
|
44837
46202
|
},
|
|
44838
46203
|
{
|
|
44839
|
-
"name": "
|
|
46204
|
+
"name": "append-to",
|
|
44840
46205
|
"type": {
|
|
44841
|
-
"text": "
|
|
46206
|
+
"text": "string | undefined"
|
|
44842
46207
|
},
|
|
44843
|
-
"description": "
|
|
44844
|
-
"
|
|
44845
|
-
"fieldName": "autocomplete"
|
|
46208
|
+
"description": "Element ID that the popover will be appended to.\nThis is useful when the timepicker is inside a scrollable container\nand the popover needs to be portalled to avoid clipping.",
|
|
46209
|
+
"fieldName": "appendTo"
|
|
44846
46210
|
},
|
|
44847
46211
|
{
|
|
44848
|
-
"name": "
|
|
46212
|
+
"name": "backdrop-append-to",
|
|
44849
46213
|
"type": {
|
|
44850
46214
|
"text": "string | undefined"
|
|
44851
46215
|
},
|
|
44852
|
-
"description": "
|
|
44853
|
-
"fieldName": "
|
|
46216
|
+
"description": "Element ID the backdrop will be appended to (if backdrop is enabled).\nThis is useful to ensure that the backdrop is appended to the correct element in the DOM.\nIf not set, the backdrop will be appended to the parent element of the timepicker.",
|
|
46217
|
+
"fieldName": "backdropAppendTo"
|
|
44854
46218
|
},
|
|
44855
46219
|
{
|
|
44856
|
-
"name": "
|
|
46220
|
+
"name": "min",
|
|
44857
46221
|
"type": {
|
|
44858
|
-
"text": "
|
|
46222
|
+
"text": "string | undefined"
|
|
44859
46223
|
},
|
|
44860
|
-
"description": "The
|
|
44861
|
-
"fieldName": "
|
|
46224
|
+
"description": "The minimum allowed time value in 24-hour format (HH:MM).",
|
|
46225
|
+
"fieldName": "min"
|
|
44862
46226
|
},
|
|
44863
46227
|
{
|
|
44864
|
-
"name": "
|
|
46228
|
+
"name": "max",
|
|
44865
46229
|
"type": {
|
|
44866
|
-
"text": "
|
|
46230
|
+
"text": "string | undefined"
|
|
44867
46231
|
},
|
|
44868
|
-
"description": "The
|
|
44869
|
-
"fieldName": "
|
|
46232
|
+
"description": "The maximum allowed time value in 24-hour format (HH:MM).",
|
|
46233
|
+
"fieldName": "max"
|
|
44870
46234
|
},
|
|
44871
46235
|
{
|
|
44872
|
-
"name": "
|
|
46236
|
+
"name": "locale-hours-label",
|
|
44873
46237
|
"type": {
|
|
44874
|
-
"text": "
|
|
46238
|
+
"text": "string"
|
|
44875
46239
|
},
|
|
44876
|
-
"
|
|
44877
|
-
"
|
|
46240
|
+
"default": "''",
|
|
46241
|
+
"description": "Accessible label for the hours spinbutton.\nConsumers must provide a translated string.",
|
|
46242
|
+
"fieldName": "localeHoursLabel"
|
|
44878
46243
|
},
|
|
44879
46244
|
{
|
|
44880
|
-
"name": "
|
|
46245
|
+
"name": "locale-minutes-label",
|
|
44881
46246
|
"type": {
|
|
44882
|
-
"text": "string
|
|
46247
|
+
"text": "string"
|
|
44883
46248
|
},
|
|
44884
|
-
"
|
|
44885
|
-
"
|
|
46249
|
+
"default": "''",
|
|
46250
|
+
"description": "Accessible label for the minutes spinbutton.\nConsumers must provide a translated string.",
|
|
46251
|
+
"fieldName": "localeMinutesLabel"
|
|
44886
46252
|
},
|
|
44887
46253
|
{
|
|
44888
|
-
"name": "
|
|
46254
|
+
"name": "locale-period-label",
|
|
44889
46255
|
"type": {
|
|
44890
|
-
"text": "
|
|
46256
|
+
"text": "string"
|
|
44891
46257
|
},
|
|
44892
|
-
"default": "
|
|
44893
|
-
"description": "
|
|
44894
|
-
"fieldName": "
|
|
46258
|
+
"default": "''",
|
|
46259
|
+
"description": "Accessible label for the period (AM/PM) spinbutton.\nConsumers must provide a translated string.",
|
|
46260
|
+
"fieldName": "localePeriodLabel"
|
|
44895
46261
|
},
|
|
44896
46262
|
{
|
|
44897
|
-
"name": "
|
|
46263
|
+
"name": "locale-hours-placeholder",
|
|
44898
46264
|
"type": {
|
|
44899
|
-
"text": "string
|
|
46265
|
+
"text": "string"
|
|
44900
46266
|
},
|
|
44901
|
-
"description": "Provides an accessible label for the resize button.\nThis value is used to set the `aria-label` attribute for the button.",
|
|
44902
46267
|
"default": "''",
|
|
44903
|
-
"
|
|
46268
|
+
"description": "Placeholder text for the hours spinbutton.\nConsumers must provide a translated string.",
|
|
46269
|
+
"fieldName": "localeHoursPlaceholder"
|
|
44904
46270
|
},
|
|
44905
46271
|
{
|
|
44906
|
-
"name": "
|
|
46272
|
+
"name": "locale-minutes-placeholder",
|
|
44907
46273
|
"type": {
|
|
44908
|
-
"text": "
|
|
46274
|
+
"text": "string"
|
|
44909
46275
|
},
|
|
44910
|
-
"default": "
|
|
44911
|
-
"description": "
|
|
44912
|
-
"fieldName": "
|
|
44913
|
-
|
|
44914
|
-
|
|
44915
|
-
|
|
44916
|
-
|
|
46276
|
+
"default": "''",
|
|
46277
|
+
"description": "Placeholder text for the minutes spinbutton.\nConsumers must provide a translated string.",
|
|
46278
|
+
"fieldName": "localeMinutesPlaceholder"
|
|
46279
|
+
},
|
|
46280
|
+
{
|
|
46281
|
+
"name": "locale-period-placeholder",
|
|
46282
|
+
"type": {
|
|
46283
|
+
"text": "string"
|
|
46284
|
+
},
|
|
46285
|
+
"default": "''",
|
|
46286
|
+
"description": "Placeholder text for the period spinbutton.\nConsumers must provide a translated string.",
|
|
46287
|
+
"fieldName": "localePeriodPlaceholder"
|
|
46288
|
+
},
|
|
46289
|
+
{
|
|
46290
|
+
"name": "locale-am-label",
|
|
46291
|
+
"type": {
|
|
46292
|
+
"text": "string"
|
|
46293
|
+
},
|
|
46294
|
+
"default": "''",
|
|
46295
|
+
"description": "Label for the AM period.\nConsumers must provide a translated string.",
|
|
46296
|
+
"fieldName": "localeAmLabel"
|
|
46297
|
+
},
|
|
46298
|
+
{
|
|
46299
|
+
"name": "locale-pm-label",
|
|
46300
|
+
"type": {
|
|
46301
|
+
"text": "string"
|
|
46302
|
+
},
|
|
46303
|
+
"default": "''",
|
|
46304
|
+
"description": "Label for the PM period.\nConsumers must provide a translated string.",
|
|
46305
|
+
"fieldName": "localePmLabel"
|
|
46306
|
+
},
|
|
46307
|
+
{
|
|
46308
|
+
"name": "locale-show-time-picker-label",
|
|
46309
|
+
"type": {
|
|
46310
|
+
"text": "string"
|
|
46311
|
+
},
|
|
46312
|
+
"default": "''",
|
|
46313
|
+
"description": "Accessible label for the dropdown toggle button.\nConsumers must provide a translated string.",
|
|
46314
|
+
"fieldName": "localeShowTimePickerLabel"
|
|
46315
|
+
},
|
|
46316
|
+
{
|
|
46317
|
+
"name": "locale-time-options-label",
|
|
46318
|
+
"type": {
|
|
46319
|
+
"text": "string"
|
|
46320
|
+
},
|
|
46321
|
+
"default": "''",
|
|
46322
|
+
"description": "Accessible label for the time options listbox.\nConsumers must provide a translated string.",
|
|
46323
|
+
"fieldName": "localeTimeOptionsLabel"
|
|
46324
|
+
},
|
|
46325
|
+
{
|
|
46326
|
+
"name": "locale-spinbutton-description",
|
|
46327
|
+
"type": {
|
|
46328
|
+
"text": "string"
|
|
46329
|
+
},
|
|
46330
|
+
"default": "''",
|
|
46331
|
+
"description": "Accessible description for spinbutton inputs (instruction text).\nConsumers must provide a translated string.",
|
|
46332
|
+
"fieldName": "localeSpinbuttonDescription"
|
|
44917
46333
|
},
|
|
44918
46334
|
{
|
|
44919
46335
|
"name": "name",
|
|
@@ -45107,18 +46523,6 @@
|
|
|
45107
46523
|
}
|
|
45108
46524
|
],
|
|
45109
46525
|
"mixins": [
|
|
45110
|
-
{
|
|
45111
|
-
"name": "KeyDownHandledMixin",
|
|
45112
|
-
"module": "/src/utils/mixins/KeyDownHandledMixin"
|
|
45113
|
-
},
|
|
45114
|
-
{
|
|
45115
|
-
"name": "KeyToActionMixin",
|
|
45116
|
-
"module": "/src/utils/mixins/KeyToActionMixin"
|
|
45117
|
-
},
|
|
45118
|
-
{
|
|
45119
|
-
"name": "AutoFocusOnMountMixin",
|
|
45120
|
-
"module": "/src/utils/mixins/AutoFocusOnMountMixin"
|
|
45121
|
-
},
|
|
45122
46526
|
{
|
|
45123
46527
|
"name": "FormInternalsMixin",
|
|
45124
46528
|
"module": "/src/utils/mixins/FormInternalsMixin"
|
|
@@ -45130,120 +46534,10 @@
|
|
|
45130
46534
|
],
|
|
45131
46535
|
"superclass": {
|
|
45132
46536
|
"name": "FormfieldWrapper",
|
|
45133
|
-
"module": "/src/components/formfieldwrapper"
|
|
45134
|
-
},
|
|
45135
|
-
"tagName": "mdc-textarea",
|
|
45136
|
-
"jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * ### Accessibility\n *\n * #### Resize\n *\n * Accessible text area resizing can be turned on with the `resizable`.\n * It is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n *\n * #### Best practices\n *\n * - Always provide a `label` for screen readers to identify the textarea's purpose\n * - Use `help-text` to provide additional context or instructions\n * - When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n * - Use appropriate `help-text-type` (error, warning, success) to convey validation state\n * - Ensure `validation-message` is set for form validation errors\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart textarea - The textarea element.\n * @csspart textarea-container - The container element that wraps the textarea and resize button.\n * @csspart textarea-footer - The footer element that contains the character counter.\n * @csspart character-counter - The character counter element.\n * @csspart resize-button - The resize button element (shown when `resizable` is true).\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
|
|
45137
|
-
"customElement": true
|
|
45138
|
-
}
|
|
45139
|
-
],
|
|
45140
|
-
"exports": [
|
|
45141
|
-
{
|
|
45142
|
-
"kind": "js",
|
|
45143
|
-
"name": "default",
|
|
45144
|
-
"declaration": {
|
|
45145
|
-
"name": "Textarea",
|
|
45146
|
-
"module": "components/textarea/textarea.component.js"
|
|
45147
|
-
}
|
|
45148
|
-
}
|
|
45149
|
-
]
|
|
45150
|
-
},
|
|
45151
|
-
{
|
|
45152
|
-
"kind": "javascript-module",
|
|
45153
|
-
"path": "components/themeprovider/themeprovider.component.js",
|
|
45154
|
-
"declarations": [
|
|
45155
|
-
{
|
|
45156
|
-
"kind": "class",
|
|
45157
|
-
"description": "ThemeProvider component, which sets the passed in themeclass as class.\nIf the themeclass switches, the existing themeclass will be removed as a class\nand the new themeclass will be added.\n\nCSS variables defined in the themeclass will be used for the styling of child dom nodes.\n\nAvailable Momentum theme classes:\n\n`mds-theme-stable-darkWebex`, `mds-theme-stable-lightWebex`\n\n`mds-theme-stable-darkBronzeWebex`, `mds-theme-stable-lightBronzeWebex`\n\n`mds-theme-stable-darkIndigoWebex`, `mds-theme-stable-lightIndigoWebex`\n\n`mds-theme-stable-darkJadeWebex`, `mds-theme-stable-lightJadeWebex`\n\n`mds-theme-stable-darkLavenderWebex`, `mds-theme-stable-lightLavenderWebex`\n\n`mds-theme-stable-darkRoseWebex`, `mds-theme-stable-lightRoseWebex`\n\nThemeclass context can be be consumed from Lit child components\n(see providerUtils.consume for how to consume)\n\nThemeProvider also includes basic font defaults for text.",
|
|
45158
|
-
"name": "ThemeProvider",
|
|
45159
|
-
"cssProperties": [
|
|
45160
|
-
{
|
|
45161
|
-
"description": "Option to override the default color, default: color-theme-text-primary-normal",
|
|
45162
|
-
"name": "--mdc-themeprovider-color-default"
|
|
45163
|
-
},
|
|
45164
|
-
{
|
|
45165
|
-
"description": "Option to override the font family, default: `Momentum` (from momentum-design/fonts)",
|
|
45166
|
-
"name": "--mdc-themeprovider-font-family"
|
|
45167
|
-
},
|
|
45168
|
-
{
|
|
45169
|
-
"description": "Option to override the font weight, default: `400`",
|
|
45170
|
-
"name": "--mdc-themeprovider-font-weight"
|
|
45171
|
-
},
|
|
45172
|
-
{
|
|
45173
|
-
"description": "Option to override the default letter-spacing, default: `-0.25px` (this is to match the old CiscoSans)",
|
|
45174
|
-
"name": "--mdc-themeprovider-letter-spacing-adjustment"
|
|
45175
|
-
},
|
|
45176
|
-
{
|
|
45177
|
-
"description": "Option to override the font feature settings, default: `\"ss02\" on`",
|
|
45178
|
-
"name": "--mdc-themeprovider-font-feature-settings"
|
|
45179
|
-
},
|
|
45180
|
-
{
|
|
45181
|
-
"description": "Option to override the color of the scrollbar track.",
|
|
45182
|
-
"name": "--mdc-themeprovider-scrollbar-track-color"
|
|
45183
|
-
},
|
|
45184
|
-
{
|
|
45185
|
-
"description": "Option to override the color of the scrollbar thumb.",
|
|
45186
|
-
"name": "--mdc-themeprovider-scrollbar-thumb-color"
|
|
45187
|
-
}
|
|
45188
|
-
],
|
|
45189
|
-
"slots": [
|
|
45190
|
-
{
|
|
45191
|
-
"description": "children",
|
|
45192
|
-
"name": ""
|
|
45193
|
-
}
|
|
45194
|
-
],
|
|
45195
|
-
"members": [
|
|
45196
|
-
{
|
|
45197
|
-
"kind": "field",
|
|
45198
|
-
"name": "Context",
|
|
45199
|
-
"privacy": "public",
|
|
45200
|
-
"static": true,
|
|
45201
|
-
"description": "Context object of the ThemeProvider, to be consumed by child components",
|
|
45202
|
-
"readonly": true
|
|
45203
|
-
},
|
|
45204
|
-
{
|
|
45205
|
-
"kind": "method",
|
|
45206
|
-
"name": "setThemeInClassList",
|
|
45207
|
-
"privacy": "private",
|
|
45208
|
-
"description": "Function to update the active theme classnames to update the theme tokens\nas CSS variables on the web component."
|
|
45209
|
-
},
|
|
45210
|
-
{
|
|
45211
|
-
"kind": "field",
|
|
45212
|
-
"name": "themeclass",
|
|
45213
|
-
"type": {
|
|
45214
|
-
"text": "string"
|
|
45215
|
-
},
|
|
45216
|
-
"description": "Current theme class\n\nHas to be fully qualified, such that\nthe theme class matches the class of the respective\ntheme stylesheet\n\nDefault: 'mds-theme-stable-darkWebex'",
|
|
45217
|
-
"attribute": "themeclass"
|
|
45218
|
-
},
|
|
45219
|
-
{
|
|
45220
|
-
"kind": "method",
|
|
45221
|
-
"name": "updateContext",
|
|
45222
|
-
"privacy": "protected",
|
|
45223
|
-
"return": {
|
|
45224
|
-
"type": {
|
|
45225
|
-
"text": "void"
|
|
45226
|
-
}
|
|
45227
|
-
},
|
|
45228
|
-
"description": "Update all observing components of this\nprovider to update the themeclass\n\nIs called on every re-render, see Provider class"
|
|
45229
|
-
}
|
|
45230
|
-
],
|
|
45231
|
-
"attributes": [
|
|
45232
|
-
{
|
|
45233
|
-
"name": "themeclass",
|
|
45234
|
-
"type": {
|
|
45235
|
-
"text": "string"
|
|
45236
|
-
},
|
|
45237
|
-
"description": "Current theme class\n\nHas to be fully qualified, such that\nthe theme class matches the class of the respective\ntheme stylesheet\n\nDefault: 'mds-theme-stable-darkWebex'",
|
|
45238
|
-
"fieldName": "themeclass"
|
|
45239
|
-
}
|
|
45240
|
-
],
|
|
45241
|
-
"superclass": {
|
|
45242
|
-
"name": "Provider",
|
|
45243
|
-
"module": "/src/models"
|
|
46537
|
+
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
|
45244
46538
|
},
|
|
45245
|
-
"tagName": "mdc-
|
|
45246
|
-
"jsDoc": "/**\n *
|
|
46539
|
+
"tagName": "mdc-timepicker",
|
|
46540
|
+
"jsDoc": "/**\n * mdc-timepicker is a component that allows users to select a specific time\n * or enter a time manually. It supports both 12-hour and 24-hour formats.\n *\n * The component consists of:\n * - label - describes the time picker field\n * - input field - made up of 2-3 spinbuttons (hours, minutes, optional AM/PM period)\n * - dropdown arrow button - opens a flyout menu with predefined time intervals\n * - helper text - displayed below the input field\n *\n * Users can input values by:\n * - Manually entering numbers/characters in spinbuttons\n * - Navigating using arrow keys to increment/decrement values\n * - Selecting a predefined time from the dropdown menu\n *\n * @tagname mdc-timepicker\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-option\n * @dependency mdc-popover\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @event input - (React: onInput) This event is dispatched when the time value changes.\n * @event change - (React: onChange) This event is dispatched when the time value is committed.\n * @event focus - (React: onFocus) This event is dispatched when the timepicker receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the timepicker loses focus.\n *\n * @slot label - Slot for the label element.\n * @slot toggletip - Slot for the toggletip info icon button.\n * @slot help-icon - Slot for the helper/validation icon.\n * @slot help-text - Slot for the helper/validation text.\n *\n * @cssproperty --mdc-timepicker-background-color - Background color of the timepicker input.\n * @cssproperty --mdc-timepicker-border-color - Border color of the timepicker input.\n * @cssproperty --mdc-timepicker-text-color - Text color of the timepicker input.\n * @cssproperty --mdc-timepicker-width - Width of the timepicker component.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element.\n * @csspart info-icon-btn - The info icon button element.\n * @csspart label-toggletip - The toggletip element.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element.\n * @csspart help-text-container - The container for helper/validation elements.\n * @csspart container - The outer container for the input and popover.\n * @csspart base-container - The input container with border and background.\n * @csspart spinbutton-group - The container for spinbutton elements.\n * @csspart spinbutton - A spinbutton input element.\n * @csspart separator - The colon separator between spinbuttons.\n * @csspart period - The AM/PM period spinbutton.\n * @csspart icon-container - The dropdown arrow button container.\n * @csspart native-input - The hidden native input for form participation.\n * @csspart listbox - The dropdown list container.\n */",
|
|
45247
46541
|
"customElement": true
|
|
45248
46542
|
}
|
|
45249
46543
|
],
|
|
@@ -45252,8 +46546,8 @@
|
|
|
45252
46546
|
"kind": "js",
|
|
45253
46547
|
"name": "default",
|
|
45254
46548
|
"declaration": {
|
|
45255
|
-
"name": "
|
|
45256
|
-
"module": "components/
|
|
46549
|
+
"name": "TimePicker",
|
|
46550
|
+
"module": "components/timepicker/timepicker.component.js"
|
|
45257
46551
|
}
|
|
45258
46552
|
}
|
|
45259
46553
|
]
|
|
@@ -46958,6 +48252,21 @@
|
|
|
46958
48252
|
"module": "components/popover/popover.component.js"
|
|
46959
48253
|
}
|
|
46960
48254
|
},
|
|
48255
|
+
{
|
|
48256
|
+
"kind": "field",
|
|
48257
|
+
"name": "elementIndexToReceiveFocus",
|
|
48258
|
+
"type": {
|
|
48259
|
+
"text": "number | null"
|
|
48260
|
+
},
|
|
48261
|
+
"default": "null",
|
|
48262
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
48263
|
+
"attribute": "element-index-to-receive-focus",
|
|
48264
|
+
"reflects": true,
|
|
48265
|
+
"inheritedFrom": {
|
|
48266
|
+
"name": "Popover",
|
|
48267
|
+
"module": "components/popover/popover.component.js"
|
|
48268
|
+
}
|
|
48269
|
+
},
|
|
46961
48270
|
{
|
|
46962
48271
|
"kind": "field",
|
|
46963
48272
|
"name": "focusBackToTrigger",
|
|
@@ -47913,6 +49222,19 @@
|
|
|
47913
49222
|
"name": "Popover",
|
|
47914
49223
|
"module": "src/components/popover/popover.component.ts"
|
|
47915
49224
|
}
|
|
49225
|
+
},
|
|
49226
|
+
{
|
|
49227
|
+
"name": "element-index-to-receive-focus",
|
|
49228
|
+
"type": {
|
|
49229
|
+
"text": "number | null"
|
|
49230
|
+
},
|
|
49231
|
+
"default": "null",
|
|
49232
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
49233
|
+
"fieldName": "elementIndexToReceiveFocus",
|
|
49234
|
+
"inheritedFrom": {
|
|
49235
|
+
"name": "Popover",
|
|
49236
|
+
"module": "src/components/popover/popover.component.ts"
|
|
49237
|
+
}
|
|
47916
49238
|
}
|
|
47917
49239
|
],
|
|
47918
49240
|
"superclass": {
|
|
@@ -48339,6 +49661,21 @@
|
|
|
48339
49661
|
"module": "components/popover/popover.component.js"
|
|
48340
49662
|
}
|
|
48341
49663
|
},
|
|
49664
|
+
{
|
|
49665
|
+
"kind": "field",
|
|
49666
|
+
"name": "elementIndexToReceiveFocus",
|
|
49667
|
+
"type": {
|
|
49668
|
+
"text": "number | null"
|
|
49669
|
+
},
|
|
49670
|
+
"default": "null",
|
|
49671
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
49672
|
+
"attribute": "element-index-to-receive-focus",
|
|
49673
|
+
"reflects": true,
|
|
49674
|
+
"inheritedFrom": {
|
|
49675
|
+
"name": "Popover",
|
|
49676
|
+
"module": "components/popover/popover.component.js"
|
|
49677
|
+
}
|
|
49678
|
+
},
|
|
48342
49679
|
{
|
|
48343
49680
|
"kind": "field",
|
|
48344
49681
|
"name": "focusBackToTrigger",
|
|
@@ -49355,6 +50692,19 @@
|
|
|
49355
50692
|
"name": "Popover",
|
|
49356
50693
|
"module": "src/components/popover/popover.component.ts"
|
|
49357
50694
|
}
|
|
50695
|
+
},
|
|
50696
|
+
{
|
|
50697
|
+
"name": "element-index-to-receive-focus",
|
|
50698
|
+
"type": {
|
|
50699
|
+
"text": "number | null"
|
|
50700
|
+
},
|
|
50701
|
+
"default": "null",
|
|
50702
|
+
"description": "The index of the interactive element to receive focus when the popover opens with focus trap enabled.\nThe index is based on the order of interactive elements in the popover, starting from 0.\nIf not set, the first interactive element (index 0) will receive focus by default.\nThis is useful for cases where you want a specific element to receive focus when the popover opens, instead of the default first element.",
|
|
50703
|
+
"fieldName": "elementIndexToReceiveFocus",
|
|
50704
|
+
"inheritedFrom": {
|
|
50705
|
+
"name": "Popover",
|
|
50706
|
+
"module": "src/components/popover/popover.component.ts"
|
|
50707
|
+
}
|
|
49358
50708
|
}
|
|
49359
50709
|
],
|
|
49360
50710
|
"superclass": {
|