@ds-autonomie/web-components 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/cdn/chunks/{chunk.J5KWVZHL.js → chunk.2BQQJKFU.js} +19 -111
- package/cdn/chunks/{chunk.A5QRPK4Q.js → chunk.3XJTVFZ2.js} +1 -1
- package/cdn/chunks/{chunk.3OSWL542.js → chunk.53DHJKYL.js} +0 -6
- package/cdn/chunks/{chunk.5BQ2BGS6.js → chunk.6KSC4CRL.js} +1 -0
- package/cdn/chunks/{chunk.HG4TPK7J.js → chunk.7CBNLWGC.js} +15 -153
- package/cdn/chunks/{chunk.5UVKMYSG.js → chunk.BQX4GGIU.js} +18 -12
- package/cdn/chunks/{chunk.H2OEFMQC.js → chunk.BWYI3OOJ.js} +0 -6
- package/cdn/chunks/chunk.CAWNJ57J.js +291 -0
- package/cdn/chunks/{chunk.URME4YZI.js → chunk.E2ERJT5L.js} +4 -121
- package/cdn/chunks/{chunk.CMRQV2SO.js → chunk.EVV7CPIX.js} +3 -3
- package/cdn/chunks/{chunk.2N65UIM6.js → chunk.IPKU2NK6.js} +23 -1
- package/cdn/chunks/{chunk.UM64ZD3C.js → chunk.JUCW3BPM.js} +1 -1
- package/cdn/chunks/{chunk.EF2VOGBL.js → chunk.LYIECKOK.js} +1 -1
- package/cdn/chunks/{chunk.WLND36JK.js → chunk.MMT7DZQU.js} +19 -10
- package/cdn/chunks/{chunk.BKVL3A5I.js → chunk.MRBMS4RB.js} +6 -2
- package/cdn/chunks/{chunk.VRC57YIG.js → chunk.NNXRECFT.js} +1 -1
- package/cdn/chunks/chunk.NON7TU3E.js +15 -0
- package/cdn/chunks/{chunk.L3ZYNSI3.js → chunk.OCDDQJHV.js} +3 -3
- package/cdn/chunks/{chunk.BNLQUWBO.js → chunk.OQUR5UM4.js} +1 -1
- package/cdn/chunks/{chunk.LZCR7P7U.js → chunk.PQ4KTIXS.js} +3 -129
- package/cdn/chunks/chunk.PT3QFRYN.js +336 -0
- package/cdn/chunks/{chunk.AJFNFADL.js → chunk.QUA6RD7E.js} +1 -1
- package/cdn/chunks/{chunk.TY7NQYTC.js → chunk.T6APUNAB.js} +21 -113
- package/cdn/chunks/{chunk.2YVHHVLG.js → chunk.UORXHDBJ.js} +3 -2
- package/cdn/chunks/{chunk.2FF44G4Y.js → chunk.WWI5IYQY.js} +3 -3
- package/cdn/chunks/{chunk.JVTWZUNG.js → chunk.XODAGFNB.js} +1 -1
- package/cdn/chunks/chunk.YGJ3KERC.js +290 -0
- package/cdn/chunks/{chunk.3KJHZGAI.js → chunk.ZHNP2Z3B.js} +1 -1
- package/cdn/components/checkbox/checkbox.js +3 -3
- package/cdn/components/checkbox-button/checkbox-button.js +2 -2
- package/cdn/components/checkbox-card/checkbox-card.js +2 -2
- package/cdn/components/checkbox-group/checkbox-group.js +1 -1
- package/cdn/components/filter-counter/filter-counter.js +11 -8
- package/cdn/components/filter-date/filter-date.js +1 -1
- package/cdn/components/filter-range/filter-range.js +11 -8
- package/cdn/components/filter-select/filter-select.js +12 -9
- package/cdn/components/input/input.d.ts +13 -77
- package/cdn/components/input/input.js +11 -8
- package/cdn/components/input-date/input-date.d.ts +4 -42
- package/cdn/components/input-date/input-date.js +5 -4
- package/cdn/components/input-date/input-date.styles.js +2 -2
- package/cdn/components/input-mask/input-mask.d.ts +3 -50
- package/cdn/components/input-mask/input-mask.js +2 -1
- package/cdn/components/input-native/input-native.d.ts +57 -0
- package/cdn/components/input-native/input-native.js +43 -0
- package/cdn/components/{input/input.styles.js → input-native/input-native.styles.js} +4 -3
- package/cdn/components/{input/input.utils.d.ts → input-native/input-native.utils.d.ts} +1 -1
- package/cdn/components/{input/input.utils.js → input-native/input-native.utils.js} +1 -1
- package/cdn/components/input-otp/input-otp.d.ts +6 -50
- package/cdn/components/input-otp/input-otp.js +2 -1
- package/cdn/components/input-phone/input-phone.d.ts +5 -36
- package/cdn/components/input-phone/input-phone.js +2 -1
- package/cdn/components/input-time/input-time.d.ts +5 -54
- package/cdn/components/input-time/input-time.js +4 -3
- package/cdn/components/input-time/input-time.styles.js +2 -2
- package/cdn/components/pagination/pagination.js +11 -8
- package/cdn/components/radio/radio.js +1 -1
- package/cdn/components/radio-card/radio-card.js +2 -2
- package/cdn/components/tab-group/tab-group.d.ts +2 -0
- package/cdn/components/tab-group/tab-group.js +1 -1
- package/cdn/components/table/table.js +2 -2
- package/cdn/components/table/table.styles.js +1 -1
- package/cdn/components/table-body/table-body.js +3 -3
- package/cdn/components/table-head/table-head.js +3 -3
- package/cdn/components/table-header-cell/table-header-cell.js +2 -2
- package/cdn/components/table-header-cell/table-header-cell.styles.js +1 -1
- package/cdn/components/table-header-row/table-header-row.js +5 -5
- package/cdn/components/table-row/table-row.js +3 -3
- package/cdn/components/tree/tree.js +5 -5
- package/cdn/components/tree-item/tree-item.js +3 -3
- package/cdn/custom-elements.json +750 -2288
- package/cdn/design-system.js +70 -67
- package/cdn/internal/components/checkbox-box/checkbox-box.styles.js +0 -6
- package/cdn/internal/components/date-field/date-field.d.ts +11 -0
- package/cdn/internal/components/date-field/date-field.js +23 -1
- package/cdn/internal/components/input-base/input-base.d.ts +118 -0
- package/cdn/internal/components/input-base/input-base.js +313 -0
- package/cdn/internal/components/input-base/input-base.styles.js +302 -0
- package/cdn/internal/components/input-base/input-base.utils.d.ts +1 -0
- package/cdn/internal/components/input-base/input-base.utils.js +1 -0
- package/cdn/internal/components/radio-icon/radio-icon.styles.js +0 -6
- package/cdn/vscode.html-custom-data.json +15 -320
- package/cdn/web-types.json +200 -1244
- package/dist/chunks/chunk.3CWUZQRT.js +325 -0
- package/dist/chunks/{chunk.OKUA77L4.js → chunk.4S7APMGY.js} +18 -12
- package/dist/chunks/{chunk.PWVYG6XN.js → chunk.4ZAABSYS.js} +0 -6
- package/dist/chunks/{chunk.IE7IGJZB.js → chunk.63BQQE4G.js} +23 -1
- package/dist/chunks/{chunk.OWV6XZFR.js → chunk.7QLR3F26.js} +1 -1
- package/dist/chunks/{chunk.XVFPRM26.js → chunk.AHHKOQL3.js} +1 -1
- package/dist/chunks/{chunk.P2LEUT2Q.js → chunk.BYB2ODNQ.js} +4 -121
- package/dist/chunks/{chunk.3ZF3W6DC.js → chunk.DHCXNXX3.js} +1 -1
- package/dist/chunks/chunk.DJNQIAYV.js +283 -0
- package/dist/chunks/{chunk.DRFXWCPL.js → chunk.DKIEKIV4.js} +3 -129
- package/dist/chunks/{chunk.OHDR6G6J.js → chunk.DMIXIORN.js} +3 -3
- package/dist/chunks/{chunk.IICLN6L3.js → chunk.DUPWIWDC.js} +15 -153
- package/dist/chunks/{chunk.Z2A5AEMU.js → chunk.DXRDCCL4.js} +1 -1
- package/dist/chunks/{chunk.54CFE45F.js → chunk.L2B7WMWE.js} +3 -3
- package/dist/chunks/{chunk.62WXVS5Q.js → chunk.NKOMMJMK.js} +6 -2
- package/dist/chunks/{chunk.7XUPS5FG.js → chunk.PHSUFADX.js} +1 -0
- package/dist/chunks/chunk.QFO2VDJ3.js +286 -0
- package/dist/chunks/{chunk.DFBKUH2U.js → chunk.RGHMS6RU.js} +1 -1
- package/dist/chunks/{chunk.ORLKMJIV.js → chunk.SFD6GJDA.js} +19 -10
- package/dist/chunks/{chunk.ZRW5L2NC.js → chunk.SGKW2DOH.js} +3 -2
- package/dist/chunks/{chunk.H7ZLX7SO.js → chunk.TODRUEYV.js} +3 -3
- package/dist/chunks/chunk.ULPMZDTP.js +13 -0
- package/dist/chunks/{chunk.2BZBH3CX.js → chunk.URDP5HQR.js} +0 -6
- package/dist/chunks/{chunk.EY2LRNGD.js → chunk.X6M22EYD.js} +21 -113
- package/dist/chunks/{chunk.OMUELARQ.js → chunk.Y4CDJYQO.js} +19 -111
- package/dist/chunks/{chunk.RS4S7SAD.js → chunk.Y6XPKQ25.js} +1 -1
- package/dist/chunks/{chunk.Y3I7GUNB.js → chunk.Z42XBNIN.js} +1 -1
- package/dist/chunks/{chunk.DISFQ7ZU.js → chunk.ZMMQOF24.js} +1 -1
- package/dist/components/checkbox/checkbox.js +3 -3
- package/dist/components/checkbox-button/checkbox-button.js +2 -2
- package/dist/components/checkbox-card/checkbox-card.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.js +1 -1
- package/dist/components/filter-counter/filter-counter.js +11 -8
- package/dist/components/filter-date/filter-date.js +1 -1
- package/dist/components/filter-range/filter-range.js +11 -8
- package/dist/components/filter-select/filter-select.js +12 -9
- package/dist/components/input/input.d.ts +13 -77
- package/dist/components/input/input.js +11 -8
- package/dist/components/input-date/input-date.d.ts +4 -42
- package/dist/components/input-date/input-date.js +5 -4
- package/dist/components/input-date/input-date.styles.js +2 -2
- package/dist/components/input-mask/input-mask.d.ts +3 -50
- package/dist/components/input-mask/input-mask.js +2 -1
- package/dist/components/input-native/input-native.d.ts +57 -0
- package/dist/components/input-native/input-native.js +35 -0
- package/dist/components/input-native/input-native.styles.d.ts +2 -0
- package/dist/components/input-native/input-native.styles.js +10 -0
- package/dist/components/{input/input.utils.d.ts → input-native/input-native.utils.d.ts} +1 -1
- package/dist/components/{input/input.utils.js → input-native/input-native.utils.js} +1 -1
- package/dist/components/input-otp/input-otp.d.ts +6 -50
- package/dist/components/input-otp/input-otp.js +2 -1
- package/dist/components/input-phone/input-phone.d.ts +5 -36
- package/dist/components/input-phone/input-phone.js +2 -1
- package/dist/components/input-time/input-time.d.ts +5 -54
- package/dist/components/input-time/input-time.js +4 -3
- package/dist/components/input-time/input-time.styles.js +2 -2
- package/dist/components/pagination/pagination.js +11 -8
- package/dist/components/radio/radio.js +1 -1
- package/dist/components/radio-card/radio-card.js +2 -2
- package/dist/components/tab-group/tab-group.d.ts +2 -0
- package/dist/components/tab-group/tab-group.js +1 -1
- package/dist/components/table/table.js +2 -2
- package/dist/components/table/table.styles.js +1 -1
- package/dist/components/table-body/table-body.js +3 -3
- package/dist/components/table-head/table-head.js +3 -3
- package/dist/components/table-header-cell/table-header-cell.js +2 -2
- package/dist/components/table-header-cell/table-header-cell.styles.js +1 -1
- package/dist/components/table-header-row/table-header-row.js +5 -5
- package/dist/components/table-row/table-row.js +3 -3
- package/dist/components/tree/tree.js +5 -5
- package/dist/components/tree-item/tree-item.js +3 -3
- package/dist/custom-elements.json +750 -2288
- package/dist/design-system.js +70 -67
- package/dist/internal/components/checkbox-box/checkbox-box.styles.js +0 -6
- package/dist/internal/components/date-field/date-field.d.ts +11 -0
- package/dist/internal/components/date-field/date-field.js +23 -1
- package/dist/internal/components/input-base/input-base.d.ts +118 -0
- package/dist/internal/components/input-base/input-base.js +313 -0
- package/dist/internal/components/input-base/input-base.styles.d.ts +2 -0
- package/dist/internal/components/input-base/input-base.styles.js +302 -0
- package/dist/internal/components/input-base/input-base.utils.d.ts +1 -0
- package/dist/internal/components/input-base/input-base.utils.js +1 -0
- package/dist/internal/components/radio-icon/radio-icon.styles.js +0 -6
- package/dist/vscode.html-custom-data.json +15 -320
- package/dist/web-types.json +200 -1244
- package/package.json +17 -17
- package/cdn/chunks/chunk.5F7AUS4F.js +0 -703
- package/dist/chunks/chunk.JJT6FP7U.js +0 -690
- package/dist/components/input/input.styles.js +0 -9
- /package/cdn/components/{input/input.styles.d.ts → input-native/input-native.styles.d.ts} +0 -0
- /package/{dist/components/input/input.styles.d.ts → cdn/internal/components/input-base/input-base.styles.d.ts} +0 -0
package/cdn/custom-elements.json
CHANGED
|
@@ -14006,98 +14006,10 @@
|
|
|
14006
14006
|
"members": [
|
|
14007
14007
|
{
|
|
14008
14008
|
"kind": "field",
|
|
14009
|
-
"name": "
|
|
14010
|
-
"privacy": "private",
|
|
14011
|
-
"readonly": true,
|
|
14012
|
-
"default": "new FormControlController(this, { assumeInteractionOn: ['dsa-blur', 'dsa-input'], })"
|
|
14013
|
-
},
|
|
14014
|
-
{
|
|
14015
|
-
"kind": "field",
|
|
14016
|
-
"name": "localize",
|
|
14017
|
-
"privacy": "private",
|
|
14018
|
-
"readonly": true,
|
|
14019
|
-
"default": "new LocalizeController(this)"
|
|
14020
|
-
},
|
|
14021
|
-
{
|
|
14022
|
-
"kind": "field",
|
|
14023
|
-
"name": "input",
|
|
14024
|
-
"type": {
|
|
14025
|
-
"text": "HTMLInputElement | DSAInputDate | DSAInputTime"
|
|
14026
|
-
},
|
|
14027
|
-
"privacy": "private"
|
|
14028
|
-
},
|
|
14029
|
-
{
|
|
14030
|
-
"kind": "field",
|
|
14031
|
-
"name": "standardInput",
|
|
14032
|
-
"type": {
|
|
14033
|
-
"text": "HTMLInputElement"
|
|
14034
|
-
},
|
|
14035
|
-
"privacy": "private"
|
|
14036
|
-
},
|
|
14037
|
-
{
|
|
14038
|
-
"kind": "field",
|
|
14039
|
-
"name": "dateInput",
|
|
14040
|
-
"type": {
|
|
14041
|
-
"text": "DSAInputDate"
|
|
14042
|
-
},
|
|
14043
|
-
"privacy": "private"
|
|
14044
|
-
},
|
|
14045
|
-
{
|
|
14046
|
-
"kind": "field",
|
|
14047
|
-
"name": "timeInput",
|
|
14048
|
-
"type": {
|
|
14049
|
-
"text": "DSAInputTime"
|
|
14050
|
-
},
|
|
14051
|
-
"privacy": "private"
|
|
14052
|
-
},
|
|
14053
|
-
{
|
|
14054
|
-
"kind": "field",
|
|
14055
|
-
"name": "hasFocus",
|
|
14056
|
-
"type": {
|
|
14057
|
-
"text": "boolean"
|
|
14058
|
-
},
|
|
14059
|
-
"privacy": "private",
|
|
14060
|
-
"default": "false"
|
|
14061
|
-
},
|
|
14062
|
-
{
|
|
14063
|
-
"kind": "field",
|
|
14064
|
-
"name": "type",
|
|
14065
|
-
"type": {
|
|
14066
|
-
"text": "DSAInputTypes"
|
|
14067
|
-
},
|
|
14068
|
-
"default": "'text'",
|
|
14069
|
-
"description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
|
|
14070
|
-
"attribute": "type",
|
|
14071
|
-
"reflects": true
|
|
14072
|
-
},
|
|
14073
|
-
{
|
|
14074
|
-
"kind": "field",
|
|
14075
|
-
"name": "value",
|
|
14076
|
-
"type": {
|
|
14077
|
-
"text": "string"
|
|
14078
|
-
},
|
|
14079
|
-
"default": "''",
|
|
14080
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
14081
|
-
"attribute": "value"
|
|
14082
|
-
},
|
|
14083
|
-
{
|
|
14084
|
-
"kind": "field",
|
|
14085
|
-
"name": "defaultValue",
|
|
14086
|
-
"type": {
|
|
14087
|
-
"text": "string"
|
|
14088
|
-
},
|
|
14089
|
-
"default": "''",
|
|
14090
|
-
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
14091
|
-
},
|
|
14092
|
-
{
|
|
14093
|
-
"kind": "field",
|
|
14094
|
-
"name": "clearable",
|
|
14009
|
+
"name": "inputElement",
|
|
14095
14010
|
"type": {
|
|
14096
|
-
"text": "
|
|
14097
|
-
}
|
|
14098
|
-
"default": "false",
|
|
14099
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
14100
|
-
"attribute": "clearable"
|
|
14011
|
+
"text": "| DSAInputNative\n | DSAInputDate\n | DSAInputTime"
|
|
14012
|
+
}
|
|
14101
14013
|
},
|
|
14102
14014
|
{
|
|
14103
14015
|
"kind": "field",
|
|
@@ -14105,73 +14017,9 @@
|
|
|
14105
14017
|
"type": {
|
|
14106
14018
|
"text": "string"
|
|
14107
14019
|
},
|
|
14020
|
+
"description": "Input date specific properties",
|
|
14108
14021
|
"attribute": "lang"
|
|
14109
14022
|
},
|
|
14110
|
-
{
|
|
14111
|
-
"kind": "field",
|
|
14112
|
-
"name": "passwordVisible",
|
|
14113
|
-
"type": {
|
|
14114
|
-
"text": "boolean"
|
|
14115
|
-
},
|
|
14116
|
-
"default": "false",
|
|
14117
|
-
"description": "Determines whether or not the password is currently visible. Only applies to password input types.",
|
|
14118
|
-
"attribute": "password-visible"
|
|
14119
|
-
},
|
|
14120
|
-
{
|
|
14121
|
-
"kind": "field",
|
|
14122
|
-
"name": "pattern",
|
|
14123
|
-
"type": {
|
|
14124
|
-
"text": "string"
|
|
14125
|
-
},
|
|
14126
|
-
"description": "A regular expression pattern to validate input against.",
|
|
14127
|
-
"attribute": "pattern"
|
|
14128
|
-
},
|
|
14129
|
-
{
|
|
14130
|
-
"kind": "field",
|
|
14131
|
-
"name": "minlength",
|
|
14132
|
-
"type": {
|
|
14133
|
-
"text": "number"
|
|
14134
|
-
},
|
|
14135
|
-
"description": "The minimum length of input that will be considered valid.",
|
|
14136
|
-
"attribute": "minlength"
|
|
14137
|
-
},
|
|
14138
|
-
{
|
|
14139
|
-
"kind": "field",
|
|
14140
|
-
"name": "maxlength",
|
|
14141
|
-
"type": {
|
|
14142
|
-
"text": "number"
|
|
14143
|
-
},
|
|
14144
|
-
"description": "The maximum length of input that will be considered valid.",
|
|
14145
|
-
"attribute": "maxlength"
|
|
14146
|
-
},
|
|
14147
|
-
{
|
|
14148
|
-
"kind": "field",
|
|
14149
|
-
"name": "counter",
|
|
14150
|
-
"type": {
|
|
14151
|
-
"text": "boolean"
|
|
14152
|
-
},
|
|
14153
|
-
"default": "false",
|
|
14154
|
-
"description": "Display the counter if maxlength is provided",
|
|
14155
|
-
"attribute": "counter"
|
|
14156
|
-
},
|
|
14157
|
-
{
|
|
14158
|
-
"kind": "field",
|
|
14159
|
-
"name": "min",
|
|
14160
|
-
"type": {
|
|
14161
|
-
"text": "number | string"
|
|
14162
|
-
},
|
|
14163
|
-
"description": "The input's minimum value. Only applies to date and number input types.",
|
|
14164
|
-
"attribute": "min"
|
|
14165
|
-
},
|
|
14166
|
-
{
|
|
14167
|
-
"kind": "field",
|
|
14168
|
-
"name": "max",
|
|
14169
|
-
"type": {
|
|
14170
|
-
"text": "number | string"
|
|
14171
|
-
},
|
|
14172
|
-
"description": "The input's maximum value. Only applies to date and number input types.",
|
|
14173
|
-
"attribute": "max"
|
|
14174
|
-
},
|
|
14175
14023
|
{
|
|
14176
14024
|
"kind": "field",
|
|
14177
14025
|
"name": "calendarStartDate",
|
|
@@ -14180,79 +14028,6 @@
|
|
|
14180
14028
|
},
|
|
14181
14029
|
"attribute": "calendar-start-date"
|
|
14182
14030
|
},
|
|
14183
|
-
{
|
|
14184
|
-
"kind": "field",
|
|
14185
|
-
"name": "step",
|
|
14186
|
-
"type": {
|
|
14187
|
-
"text": "number | 'any'"
|
|
14188
|
-
},
|
|
14189
|
-
"description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
|
|
14190
|
-
"attribute": "step"
|
|
14191
|
-
},
|
|
14192
|
-
{
|
|
14193
|
-
"kind": "field",
|
|
14194
|
-
"name": "autocapitalize",
|
|
14195
|
-
"type": {
|
|
14196
|
-
"text": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
|
|
14197
|
-
},
|
|
14198
|
-
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
14199
|
-
"attribute": "autocapitalize"
|
|
14200
|
-
},
|
|
14201
|
-
{
|
|
14202
|
-
"kind": "field",
|
|
14203
|
-
"name": "autocorrect",
|
|
14204
|
-
"type": {
|
|
14205
|
-
"text": "'off' | 'on'"
|
|
14206
|
-
},
|
|
14207
|
-
"description": "Indicates whether the browser's autocorrect feature is on or off.",
|
|
14208
|
-
"attribute": "autocorrect"
|
|
14209
|
-
},
|
|
14210
|
-
{
|
|
14211
|
-
"kind": "field",
|
|
14212
|
-
"name": "autocomplete",
|
|
14213
|
-
"type": {
|
|
14214
|
-
"text": "string"
|
|
14215
|
-
},
|
|
14216
|
-
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
14217
|
-
"attribute": "autocomplete"
|
|
14218
|
-
},
|
|
14219
|
-
{
|
|
14220
|
-
"kind": "field",
|
|
14221
|
-
"name": "autofocus",
|
|
14222
|
-
"type": {
|
|
14223
|
-
"text": "boolean"
|
|
14224
|
-
},
|
|
14225
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
14226
|
-
"attribute": "autofocus"
|
|
14227
|
-
},
|
|
14228
|
-
{
|
|
14229
|
-
"kind": "field",
|
|
14230
|
-
"name": "enterkeyhint",
|
|
14231
|
-
"type": {
|
|
14232
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
14233
|
-
},
|
|
14234
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
14235
|
-
"attribute": "enterkeyhint"
|
|
14236
|
-
},
|
|
14237
|
-
{
|
|
14238
|
-
"kind": "field",
|
|
14239
|
-
"name": "spellcheck",
|
|
14240
|
-
"type": {
|
|
14241
|
-
"text": "boolean"
|
|
14242
|
-
},
|
|
14243
|
-
"default": "true",
|
|
14244
|
-
"description": "Enables spell checking on the input.",
|
|
14245
|
-
"attribute": "spellcheck"
|
|
14246
|
-
},
|
|
14247
|
-
{
|
|
14248
|
-
"kind": "field",
|
|
14249
|
-
"name": "inputmode",
|
|
14250
|
-
"type": {
|
|
14251
|
-
"text": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
|
|
14252
|
-
},
|
|
14253
|
-
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
14254
|
-
"attribute": "inputmode"
|
|
14255
|
-
},
|
|
14256
14031
|
{
|
|
14257
14032
|
"kind": "field",
|
|
14258
14033
|
"name": "valueAsDate",
|
|
@@ -14277,153 +14052,31 @@
|
|
|
14277
14052
|
},
|
|
14278
14053
|
{
|
|
14279
14054
|
"kind": "method",
|
|
14280
|
-
"name": "
|
|
14281
|
-
"privacy": "
|
|
14282
|
-
"parameters": [
|
|
14283
|
-
{
|
|
14284
|
-
"name": "event",
|
|
14285
|
-
"type": {
|
|
14286
|
-
"text": "Event"
|
|
14287
|
-
}
|
|
14288
|
-
}
|
|
14289
|
-
]
|
|
14055
|
+
"name": "handleChange",
|
|
14056
|
+
"privacy": "protected"
|
|
14290
14057
|
},
|
|
14291
14058
|
{
|
|
14292
14059
|
"kind": "method",
|
|
14293
|
-
"name": "
|
|
14294
|
-
"privacy": "
|
|
14295
|
-
"parameters": [
|
|
14296
|
-
{
|
|
14297
|
-
"name": "event",
|
|
14298
|
-
"type": {
|
|
14299
|
-
"text": "Event"
|
|
14300
|
-
}
|
|
14301
|
-
}
|
|
14302
|
-
]
|
|
14060
|
+
"name": "handleInput",
|
|
14061
|
+
"privacy": "protected"
|
|
14303
14062
|
},
|
|
14304
14063
|
{
|
|
14305
14064
|
"kind": "method",
|
|
14306
|
-
"name": "
|
|
14307
|
-
"privacy": "private"
|
|
14065
|
+
"name": "handleStepChange"
|
|
14308
14066
|
},
|
|
14309
14067
|
{
|
|
14310
14068
|
"kind": "method",
|
|
14311
|
-
"name": "
|
|
14312
|
-
"privacy": "private",
|
|
14069
|
+
"name": "focus",
|
|
14313
14070
|
"parameters": [
|
|
14314
14071
|
{
|
|
14315
|
-
"name": "
|
|
14072
|
+
"name": "options",
|
|
14073
|
+
"optional": true,
|
|
14316
14074
|
"type": {
|
|
14317
|
-
"text": "
|
|
14075
|
+
"text": "FocusOptions"
|
|
14318
14076
|
}
|
|
14319
14077
|
}
|
|
14320
|
-
]
|
|
14321
|
-
|
|
14322
|
-
{
|
|
14323
|
-
"kind": "method",
|
|
14324
|
-
"name": "handleFocus",
|
|
14325
|
-
"privacy": "private",
|
|
14326
|
-
"parameters": [
|
|
14327
|
-
{
|
|
14328
|
-
"name": "event",
|
|
14329
|
-
"type": {
|
|
14330
|
-
"text": "Event"
|
|
14331
|
-
}
|
|
14332
|
-
}
|
|
14333
|
-
]
|
|
14334
|
-
},
|
|
14335
|
-
{
|
|
14336
|
-
"kind": "method",
|
|
14337
|
-
"name": "handleInput",
|
|
14338
|
-
"privacy": "private",
|
|
14339
|
-
"parameters": [
|
|
14340
|
-
{
|
|
14341
|
-
"name": "event",
|
|
14342
|
-
"type": {
|
|
14343
|
-
"text": "InputEvent"
|
|
14344
|
-
}
|
|
14345
|
-
}
|
|
14346
|
-
]
|
|
14347
|
-
},
|
|
14348
|
-
{
|
|
14349
|
-
"kind": "method",
|
|
14350
|
-
"name": "handleInvalid",
|
|
14351
|
-
"privacy": "private",
|
|
14352
|
-
"parameters": [
|
|
14353
|
-
{
|
|
14354
|
-
"name": "event",
|
|
14355
|
-
"type": {
|
|
14356
|
-
"text": "Event"
|
|
14357
|
-
}
|
|
14358
|
-
}
|
|
14359
|
-
]
|
|
14360
|
-
},
|
|
14361
|
-
{
|
|
14362
|
-
"kind": "method",
|
|
14363
|
-
"name": "handleKeyDown",
|
|
14364
|
-
"privacy": "private",
|
|
14365
|
-
"parameters": [
|
|
14366
|
-
{
|
|
14367
|
-
"name": "event",
|
|
14368
|
-
"type": {
|
|
14369
|
-
"text": "KeyboardEvent"
|
|
14370
|
-
}
|
|
14371
|
-
}
|
|
14372
|
-
]
|
|
14373
|
-
},
|
|
14374
|
-
{
|
|
14375
|
-
"kind": "method",
|
|
14376
|
-
"name": "handleAmountKeydown",
|
|
14377
|
-
"privacy": "private",
|
|
14378
|
-
"parameters": [
|
|
14379
|
-
{
|
|
14380
|
-
"name": "event",
|
|
14381
|
-
"type": {
|
|
14382
|
-
"text": "KeyboardEvent"
|
|
14383
|
-
}
|
|
14384
|
-
}
|
|
14385
|
-
]
|
|
14386
|
-
},
|
|
14387
|
-
{
|
|
14388
|
-
"kind": "method",
|
|
14389
|
-
"name": "getSafeStep",
|
|
14390
|
-
"privacy": "private"
|
|
14391
|
-
},
|
|
14392
|
-
{
|
|
14393
|
-
"kind": "method",
|
|
14394
|
-
"name": "handlePasswordToggle",
|
|
14395
|
-
"privacy": "private"
|
|
14396
|
-
},
|
|
14397
|
-
{
|
|
14398
|
-
"kind": "method",
|
|
14399
|
-
"name": "getDescriptionIds",
|
|
14400
|
-
"privacy": "private"
|
|
14401
|
-
},
|
|
14402
|
-
{
|
|
14403
|
-
"kind": "method",
|
|
14404
|
-
"name": "handleDisabledChange"
|
|
14405
|
-
},
|
|
14406
|
-
{
|
|
14407
|
-
"kind": "method",
|
|
14408
|
-
"name": "handleStepChange"
|
|
14409
|
-
},
|
|
14410
|
-
{
|
|
14411
|
-
"kind": "method",
|
|
14412
|
-
"name": "handleValueChange"
|
|
14413
|
-
},
|
|
14414
|
-
{
|
|
14415
|
-
"kind": "method",
|
|
14416
|
-
"name": "focus",
|
|
14417
|
-
"parameters": [
|
|
14418
|
-
{
|
|
14419
|
-
"name": "options",
|
|
14420
|
-
"optional": true,
|
|
14421
|
-
"type": {
|
|
14422
|
-
"text": "FocusOptions"
|
|
14423
|
-
}
|
|
14424
|
-
}
|
|
14425
|
-
],
|
|
14426
|
-
"description": "Sets focus on the input."
|
|
14078
|
+
],
|
|
14079
|
+
"description": "Sets focus on the input."
|
|
14427
14080
|
},
|
|
14428
14081
|
{
|
|
14429
14082
|
"kind": "method",
|
|
@@ -14509,19 +14162,6 @@
|
|
|
14509
14162
|
"kind": "method",
|
|
14510
14163
|
"name": "hideDatepicker"
|
|
14511
14164
|
},
|
|
14512
|
-
{
|
|
14513
|
-
"kind": "method",
|
|
14514
|
-
"name": "adjustAmountValue",
|
|
14515
|
-
"privacy": "private",
|
|
14516
|
-
"parameters": [
|
|
14517
|
-
{
|
|
14518
|
-
"name": "direction",
|
|
14519
|
-
"type": {
|
|
14520
|
-
"text": "'up' | 'down'"
|
|
14521
|
-
}
|
|
14522
|
-
}
|
|
14523
|
-
]
|
|
14524
|
-
},
|
|
14525
14165
|
{
|
|
14526
14166
|
"kind": "method",
|
|
14527
14167
|
"name": "stepUp",
|
|
@@ -14570,11 +14210,6 @@
|
|
|
14570
14210
|
"name": "reportValidity",
|
|
14571
14211
|
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
14572
14212
|
},
|
|
14573
|
-
{
|
|
14574
|
-
"kind": "method",
|
|
14575
|
-
"name": "checkAmountValidity",
|
|
14576
|
-
"privacy": "private"
|
|
14577
|
-
},
|
|
14578
14213
|
{
|
|
14579
14214
|
"kind": "method",
|
|
14580
14215
|
"name": "setCustomValidity",
|
|
@@ -14596,14 +14231,6 @@
|
|
|
14596
14231
|
"text": "Promise<boolean>"
|
|
14597
14232
|
}
|
|
14598
14233
|
}
|
|
14599
|
-
},
|
|
14600
|
-
{
|
|
14601
|
-
"kind": "method",
|
|
14602
|
-
"name": "renderInput"
|
|
14603
|
-
},
|
|
14604
|
-
{
|
|
14605
|
-
"kind": "method",
|
|
14606
|
-
"name": "renderCounter"
|
|
14607
14234
|
}
|
|
14608
14235
|
],
|
|
14609
14236
|
"events": [
|
|
@@ -14634,183 +14261,352 @@
|
|
|
14634
14261
|
],
|
|
14635
14262
|
"attributes": [
|
|
14636
14263
|
{
|
|
14637
|
-
"name": "
|
|
14264
|
+
"name": "lang",
|
|
14638
14265
|
"type": {
|
|
14639
|
-
"text": "
|
|
14266
|
+
"text": "string"
|
|
14640
14267
|
},
|
|
14641
|
-
"
|
|
14642
|
-
"
|
|
14643
|
-
"fieldName": "type"
|
|
14268
|
+
"description": "Input date specific properties",
|
|
14269
|
+
"fieldName": "lang"
|
|
14644
14270
|
},
|
|
14645
14271
|
{
|
|
14646
|
-
"name": "
|
|
14272
|
+
"name": "calendar-start-date",
|
|
14647
14273
|
"type": {
|
|
14648
14274
|
"text": "string"
|
|
14649
14275
|
},
|
|
14650
|
-
"
|
|
14651
|
-
|
|
14652
|
-
|
|
14276
|
+
"fieldName": "calendarStartDate"
|
|
14277
|
+
}
|
|
14278
|
+
],
|
|
14279
|
+
"superclass": {
|
|
14280
|
+
"name": "InputBase",
|
|
14281
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
14282
|
+
},
|
|
14283
|
+
"summary": "Inputs collect data from the user.",
|
|
14284
|
+
"documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/champs-de-saisie/champ-de-saisie-input/web-wEUo4qY5",
|
|
14285
|
+
"dependencies": [
|
|
14286
|
+
"dsa-icon",
|
|
14287
|
+
"dsa-icon-button",
|
|
14288
|
+
"dsa-input-date",
|
|
14289
|
+
"dsa-input-time",
|
|
14290
|
+
"dsa-input-native",
|
|
14291
|
+
"dsa-error-text"
|
|
14292
|
+
],
|
|
14293
|
+
"tagName": "dsa-input",
|
|
14294
|
+
"customElement": true
|
|
14295
|
+
}
|
|
14296
|
+
],
|
|
14297
|
+
"exports": [
|
|
14298
|
+
{
|
|
14299
|
+
"kind": "js",
|
|
14300
|
+
"name": "default",
|
|
14301
|
+
"declaration": {
|
|
14302
|
+
"name": "DSAInput",
|
|
14303
|
+
"module": "components/input/input.js"
|
|
14304
|
+
}
|
|
14305
|
+
},
|
|
14306
|
+
{
|
|
14307
|
+
"kind": "custom-element-definition",
|
|
14308
|
+
"name": "dsa-input",
|
|
14309
|
+
"declaration": {
|
|
14310
|
+
"name": "DSAInput",
|
|
14311
|
+
"module": "components/input/input.js"
|
|
14312
|
+
}
|
|
14313
|
+
}
|
|
14314
|
+
]
|
|
14315
|
+
},
|
|
14316
|
+
{
|
|
14317
|
+
"kind": "javascript-module",
|
|
14318
|
+
"path": "components/input-date/input-date.js",
|
|
14319
|
+
"declarations": [
|
|
14320
|
+
{
|
|
14321
|
+
"kind": "class",
|
|
14322
|
+
"description": "",
|
|
14323
|
+
"name": "DSAInputDate",
|
|
14324
|
+
"slots": [
|
|
14325
|
+
{
|
|
14326
|
+
"description": "The input's label. Alternatively, you can use the `label` attribute.",
|
|
14327
|
+
"name": "label"
|
|
14653
14328
|
},
|
|
14654
14329
|
{
|
|
14655
|
-
"
|
|
14656
|
-
"
|
|
14657
|
-
"text": "boolean"
|
|
14658
|
-
},
|
|
14659
|
-
"default": "false",
|
|
14660
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
14661
|
-
"fieldName": "clearable"
|
|
14330
|
+
"description": "Used to prepend a presentational icon or similar element to the input.",
|
|
14331
|
+
"name": "prefix"
|
|
14662
14332
|
},
|
|
14663
14333
|
{
|
|
14664
|
-
"
|
|
14665
|
-
"
|
|
14666
|
-
"text": "string"
|
|
14667
|
-
},
|
|
14668
|
-
"fieldName": "lang"
|
|
14334
|
+
"description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
|
|
14335
|
+
"name": "help-text"
|
|
14669
14336
|
},
|
|
14670
14337
|
{
|
|
14671
|
-
"
|
|
14672
|
-
"
|
|
14673
|
-
|
|
14674
|
-
|
|
14675
|
-
|
|
14676
|
-
|
|
14677
|
-
"
|
|
14338
|
+
"description": "The tooltip slot allows additional information to be passed along the label.",
|
|
14339
|
+
"name": "tooltip"
|
|
14340
|
+
}
|
|
14341
|
+
],
|
|
14342
|
+
"members": [
|
|
14343
|
+
{
|
|
14344
|
+
"kind": "field",
|
|
14345
|
+
"name": "localize",
|
|
14346
|
+
"privacy": "private",
|
|
14347
|
+
"readonly": true,
|
|
14348
|
+
"default": "new LocalizeController(this)"
|
|
14678
14349
|
},
|
|
14679
14350
|
{
|
|
14680
|
-
"
|
|
14351
|
+
"kind": "field",
|
|
14352
|
+
"name": "input",
|
|
14681
14353
|
"type": {
|
|
14682
|
-
"text": "
|
|
14683
|
-
}
|
|
14684
|
-
"description": "A regular expression pattern to validate input against.",
|
|
14685
|
-
"fieldName": "pattern"
|
|
14354
|
+
"text": "DSAInternalDateField"
|
|
14355
|
+
}
|
|
14686
14356
|
},
|
|
14687
14357
|
{
|
|
14688
|
-
"
|
|
14358
|
+
"kind": "field",
|
|
14359
|
+
"name": "popup",
|
|
14689
14360
|
"type": {
|
|
14690
|
-
"text": "
|
|
14691
|
-
}
|
|
14692
|
-
"description": "The minimum length of input that will be considered valid.",
|
|
14693
|
-
"fieldName": "minlength"
|
|
14361
|
+
"text": "DSAPopup"
|
|
14362
|
+
}
|
|
14694
14363
|
},
|
|
14695
14364
|
{
|
|
14696
|
-
"
|
|
14365
|
+
"kind": "field",
|
|
14366
|
+
"name": "datepickerButton",
|
|
14697
14367
|
"type": {
|
|
14698
|
-
"text": "
|
|
14699
|
-
}
|
|
14700
|
-
"description": "The maximum length of input that will be considered valid.",
|
|
14701
|
-
"fieldName": "maxlength"
|
|
14368
|
+
"text": "DSAIconButton"
|
|
14369
|
+
}
|
|
14702
14370
|
},
|
|
14703
14371
|
{
|
|
14704
|
-
"
|
|
14372
|
+
"kind": "field",
|
|
14373
|
+
"name": "isDatepickerOpen",
|
|
14705
14374
|
"type": {
|
|
14706
14375
|
"text": "boolean"
|
|
14707
14376
|
},
|
|
14708
|
-
"
|
|
14709
|
-
"
|
|
14710
|
-
"fieldName": "counter"
|
|
14377
|
+
"privacy": "private",
|
|
14378
|
+
"default": "false"
|
|
14711
14379
|
},
|
|
14712
14380
|
{
|
|
14713
|
-
"
|
|
14381
|
+
"kind": "field",
|
|
14382
|
+
"name": "lang",
|
|
14714
14383
|
"type": {
|
|
14715
|
-
"text": "
|
|
14384
|
+
"text": "string"
|
|
14716
14385
|
},
|
|
14717
|
-
"
|
|
14718
|
-
"fieldName": "min"
|
|
14386
|
+
"attribute": "lang"
|
|
14719
14387
|
},
|
|
14720
14388
|
{
|
|
14721
|
-
"
|
|
14389
|
+
"kind": "field",
|
|
14390
|
+
"name": "calendarStartDate",
|
|
14722
14391
|
"type": {
|
|
14723
|
-
"text": "
|
|
14392
|
+
"text": "string"
|
|
14724
14393
|
},
|
|
14725
|
-
"
|
|
14726
|
-
"fieldName": "max"
|
|
14394
|
+
"attribute": "calendar-start-date"
|
|
14727
14395
|
},
|
|
14728
14396
|
{
|
|
14729
|
-
"
|
|
14730
|
-
"
|
|
14731
|
-
|
|
14732
|
-
},
|
|
14733
|
-
"fieldName": "calendarStartDate"
|
|
14397
|
+
"kind": "method",
|
|
14398
|
+
"name": "addOpenListeners",
|
|
14399
|
+
"privacy": "private"
|
|
14734
14400
|
},
|
|
14735
14401
|
{
|
|
14736
|
-
"
|
|
14737
|
-
"
|
|
14738
|
-
|
|
14739
|
-
},
|
|
14740
|
-
"description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
|
|
14741
|
-
"fieldName": "step"
|
|
14402
|
+
"kind": "method",
|
|
14403
|
+
"name": "removeOpenListeners",
|
|
14404
|
+
"privacy": "private"
|
|
14742
14405
|
},
|
|
14743
14406
|
{
|
|
14744
|
-
"
|
|
14745
|
-
"
|
|
14746
|
-
|
|
14747
|
-
|
|
14748
|
-
|
|
14749
|
-
|
|
14407
|
+
"kind": "method",
|
|
14408
|
+
"name": "handleSelectedDate",
|
|
14409
|
+
"privacy": "private",
|
|
14410
|
+
"parameters": [
|
|
14411
|
+
{
|
|
14412
|
+
"name": "event",
|
|
14413
|
+
"type": {
|
|
14414
|
+
"text": "DSADateSelected"
|
|
14415
|
+
}
|
|
14416
|
+
}
|
|
14417
|
+
]
|
|
14750
14418
|
},
|
|
14751
14419
|
{
|
|
14752
|
-
"
|
|
14753
|
-
"
|
|
14754
|
-
|
|
14755
|
-
|
|
14756
|
-
|
|
14757
|
-
|
|
14420
|
+
"kind": "method",
|
|
14421
|
+
"name": "handleDocumentFocusIn",
|
|
14422
|
+
"privacy": "private",
|
|
14423
|
+
"parameters": [
|
|
14424
|
+
{
|
|
14425
|
+
"name": "event",
|
|
14426
|
+
"type": {
|
|
14427
|
+
"text": "FocusEvent"
|
|
14428
|
+
}
|
|
14429
|
+
}
|
|
14430
|
+
]
|
|
14758
14431
|
},
|
|
14759
14432
|
{
|
|
14760
|
-
"
|
|
14761
|
-
"
|
|
14762
|
-
|
|
14763
|
-
|
|
14764
|
-
|
|
14765
|
-
|
|
14433
|
+
"kind": "method",
|
|
14434
|
+
"name": "handleDocumentMouseDown",
|
|
14435
|
+
"privacy": "private",
|
|
14436
|
+
"parameters": [
|
|
14437
|
+
{
|
|
14438
|
+
"name": "event",
|
|
14439
|
+
"type": {
|
|
14440
|
+
"text": "MouseEvent"
|
|
14441
|
+
}
|
|
14442
|
+
}
|
|
14443
|
+
]
|
|
14766
14444
|
},
|
|
14767
14445
|
{
|
|
14768
|
-
"
|
|
14769
|
-
"
|
|
14770
|
-
|
|
14771
|
-
|
|
14772
|
-
|
|
14773
|
-
|
|
14446
|
+
"kind": "method",
|
|
14447
|
+
"name": "handleDocumentKeyDown",
|
|
14448
|
+
"privacy": "private",
|
|
14449
|
+
"parameters": [
|
|
14450
|
+
{
|
|
14451
|
+
"name": "event",
|
|
14452
|
+
"type": {
|
|
14453
|
+
"text": "KeyboardEvent"
|
|
14454
|
+
}
|
|
14455
|
+
}
|
|
14456
|
+
]
|
|
14774
14457
|
},
|
|
14775
14458
|
{
|
|
14776
|
-
"
|
|
14777
|
-
"
|
|
14778
|
-
|
|
14779
|
-
|
|
14780
|
-
|
|
14781
|
-
|
|
14459
|
+
"kind": "method",
|
|
14460
|
+
"name": "handleDateFieldKeydown",
|
|
14461
|
+
"privacy": "private",
|
|
14462
|
+
"parameters": [
|
|
14463
|
+
{
|
|
14464
|
+
"name": "event",
|
|
14465
|
+
"type": {
|
|
14466
|
+
"text": "KeyboardEvent"
|
|
14467
|
+
}
|
|
14468
|
+
}
|
|
14469
|
+
]
|
|
14782
14470
|
},
|
|
14783
14471
|
{
|
|
14784
|
-
"
|
|
14472
|
+
"kind": "method",
|
|
14473
|
+
"name": "handleDateFieldChange",
|
|
14474
|
+
"privacy": "private"
|
|
14475
|
+
},
|
|
14476
|
+
{
|
|
14477
|
+
"kind": "method",
|
|
14478
|
+
"name": "handleDateFieldFocus",
|
|
14479
|
+
"privacy": "private"
|
|
14480
|
+
},
|
|
14481
|
+
{
|
|
14482
|
+
"kind": "method",
|
|
14483
|
+
"name": "handleDateFieldBlur",
|
|
14484
|
+
"privacy": "private"
|
|
14485
|
+
},
|
|
14486
|
+
{
|
|
14487
|
+
"kind": "method",
|
|
14488
|
+
"name": "getDateFieldDescription",
|
|
14489
|
+
"privacy": "private"
|
|
14490
|
+
},
|
|
14491
|
+
{
|
|
14492
|
+
"kind": "method",
|
|
14493
|
+
"name": "shouldDisableDate",
|
|
14494
|
+
"privacy": "private",
|
|
14495
|
+
"parameters": [
|
|
14496
|
+
{
|
|
14497
|
+
"name": "date",
|
|
14498
|
+
"type": {
|
|
14499
|
+
"text": "Date"
|
|
14500
|
+
}
|
|
14501
|
+
}
|
|
14502
|
+
]
|
|
14503
|
+
},
|
|
14504
|
+
{
|
|
14505
|
+
"kind": "method",
|
|
14506
|
+
"name": "handleOpenChange"
|
|
14507
|
+
},
|
|
14508
|
+
{
|
|
14509
|
+
"kind": "method",
|
|
14510
|
+
"name": "showDatepicker",
|
|
14511
|
+
"description": "Displays the dsa-calendar picker for an input element."
|
|
14512
|
+
},
|
|
14513
|
+
{
|
|
14514
|
+
"kind": "method",
|
|
14515
|
+
"name": "hideDatepicker",
|
|
14516
|
+
"description": "Hides dsa-calendar."
|
|
14517
|
+
},
|
|
14518
|
+
{
|
|
14519
|
+
"kind": "method",
|
|
14520
|
+
"name": "getUpdateComplete",
|
|
14521
|
+
"return": {
|
|
14522
|
+
"type": {
|
|
14523
|
+
"text": "Promise<boolean>"
|
|
14524
|
+
}
|
|
14525
|
+
}
|
|
14526
|
+
},
|
|
14527
|
+
{
|
|
14528
|
+
"kind": "method",
|
|
14529
|
+
"name": "handleLabelClick",
|
|
14530
|
+
"privacy": "protected",
|
|
14531
|
+
"return": {
|
|
14532
|
+
"type": {
|
|
14533
|
+
"text": "void"
|
|
14534
|
+
}
|
|
14535
|
+
}
|
|
14536
|
+
},
|
|
14537
|
+
{
|
|
14538
|
+
"kind": "method",
|
|
14539
|
+
"name": "renderInput"
|
|
14540
|
+
}
|
|
14541
|
+
],
|
|
14542
|
+
"events": [
|
|
14543
|
+
{
|
|
14544
|
+
"description": "Emitted when the control loses focus.",
|
|
14545
|
+
"name": "dsa-blur"
|
|
14546
|
+
},
|
|
14547
|
+
{
|
|
14548
|
+
"description": "Emitted when an alteration to the control's value is committed by the user.",
|
|
14549
|
+
"name": "dsa-change"
|
|
14550
|
+
},
|
|
14551
|
+
{
|
|
14552
|
+
"description": "Emitted when the clear button is activated.",
|
|
14553
|
+
"name": "dsa-clear"
|
|
14554
|
+
},
|
|
14555
|
+
{
|
|
14556
|
+
"description": "Emitted when the control gains focus.",
|
|
14557
|
+
"name": "dsa-focus"
|
|
14558
|
+
},
|
|
14559
|
+
{
|
|
14560
|
+
"description": "Emitted when the control receives input.",
|
|
14561
|
+
"name": "dsa-input"
|
|
14562
|
+
},
|
|
14563
|
+
{
|
|
14564
|
+
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
14565
|
+
"name": "dsa-invalid"
|
|
14566
|
+
},
|
|
14567
|
+
{
|
|
14568
|
+
"description": "Emitted when the picker opens.",
|
|
14569
|
+
"name": "dsa-show"
|
|
14570
|
+
},
|
|
14571
|
+
{
|
|
14572
|
+
"description": "Emitted after the picker opens and all animations are complete.",
|
|
14573
|
+
"name": "dsa-after-show"
|
|
14574
|
+
},
|
|
14575
|
+
{
|
|
14576
|
+
"description": "Emitted when the picker closes.",
|
|
14577
|
+
"name": "dsa-hide"
|
|
14578
|
+
},
|
|
14579
|
+
{
|
|
14580
|
+
"description": "Emitted after the picker closes and all animations are complete.",
|
|
14581
|
+
"name": "dsa-after-hide"
|
|
14582
|
+
}
|
|
14583
|
+
],
|
|
14584
|
+
"attributes": [
|
|
14585
|
+
{
|
|
14586
|
+
"name": "lang",
|
|
14785
14587
|
"type": {
|
|
14786
|
-
"text": "
|
|
14588
|
+
"text": "string"
|
|
14787
14589
|
},
|
|
14788
|
-
"
|
|
14789
|
-
"description": "Enables spell checking on the input.",
|
|
14790
|
-
"fieldName": "spellcheck"
|
|
14590
|
+
"fieldName": "lang"
|
|
14791
14591
|
},
|
|
14792
14592
|
{
|
|
14793
|
-
"name": "
|
|
14593
|
+
"name": "calendar-start-date",
|
|
14794
14594
|
"type": {
|
|
14795
|
-
"text": "
|
|
14595
|
+
"text": "string"
|
|
14796
14596
|
},
|
|
14797
|
-
"
|
|
14798
|
-
"fieldName": "inputmode"
|
|
14597
|
+
"fieldName": "calendarStartDate"
|
|
14799
14598
|
}
|
|
14800
14599
|
],
|
|
14801
14600
|
"superclass": {
|
|
14802
|
-
"name": "
|
|
14803
|
-
"module": "/src/internal/components/
|
|
14601
|
+
"name": "InputBase",
|
|
14602
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
14804
14603
|
},
|
|
14805
|
-
"summary": "
|
|
14806
|
-
"documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/champs-de-saisie/champ-de-saisie-input/web-wEUo4qY5",
|
|
14604
|
+
"summary": "(Internal) Input-date collect date data from the user.",
|
|
14807
14605
|
"dependencies": [
|
|
14808
|
-
"dsa-icon",
|
|
14809
14606
|
"dsa-icon-button",
|
|
14810
|
-
"dsa-input-date",
|
|
14811
14607
|
"dsa-error-text"
|
|
14812
14608
|
],
|
|
14813
|
-
"tagName": "dsa-input",
|
|
14609
|
+
"tagName": "dsa-input-date",
|
|
14814
14610
|
"customElement": true
|
|
14815
14611
|
}
|
|
14816
14612
|
],
|
|
@@ -14819,167 +14615,87 @@
|
|
|
14819
14615
|
"kind": "js",
|
|
14820
14616
|
"name": "default",
|
|
14821
14617
|
"declaration": {
|
|
14822
|
-
"name": "
|
|
14823
|
-
"module": "components/input/input.js"
|
|
14618
|
+
"name": "DSAInputDate",
|
|
14619
|
+
"module": "components/input-date/input-date.js"
|
|
14824
14620
|
}
|
|
14825
14621
|
},
|
|
14826
14622
|
{
|
|
14827
14623
|
"kind": "custom-element-definition",
|
|
14828
|
-
"name": "dsa-input",
|
|
14624
|
+
"name": "dsa-input-date",
|
|
14829
14625
|
"declaration": {
|
|
14830
|
-
"name": "
|
|
14831
|
-
"module": "components/input/input.js"
|
|
14626
|
+
"name": "DSAInputDate",
|
|
14627
|
+
"module": "components/input-date/input-date.js"
|
|
14832
14628
|
}
|
|
14833
14629
|
}
|
|
14834
14630
|
]
|
|
14835
14631
|
},
|
|
14836
14632
|
{
|
|
14837
14633
|
"kind": "javascript-module",
|
|
14838
|
-
"path": "components/input/input.
|
|
14634
|
+
"path": "components/input-mask/input-mask.configs.js",
|
|
14839
14635
|
"declarations": [
|
|
14840
14636
|
{
|
|
14841
|
-
"kind": "
|
|
14842
|
-
"name": "
|
|
14843
|
-
"
|
|
14844
|
-
"
|
|
14845
|
-
"text": "type is DSAInputOverridenPrefixIconTypes"
|
|
14846
|
-
}
|
|
14637
|
+
"kind": "variable",
|
|
14638
|
+
"name": "IBANConfig",
|
|
14639
|
+
"type": {
|
|
14640
|
+
"text": "DSAMaskConfig"
|
|
14847
14641
|
},
|
|
14848
|
-
"
|
|
14849
|
-
|
|
14850
|
-
"name": "type",
|
|
14851
|
-
"type": {
|
|
14852
|
-
"text": "DSAInputTypes"
|
|
14853
|
-
}
|
|
14854
|
-
}
|
|
14855
|
-
]
|
|
14856
|
-
},
|
|
14857
|
-
{
|
|
14858
|
-
"kind": "function",
|
|
14859
|
-
"name": "getOverridenIconDetails",
|
|
14860
|
-
"parameters": [
|
|
14861
|
-
{
|
|
14862
|
-
"name": "type",
|
|
14863
|
-
"type": {
|
|
14864
|
-
"text": "DSAInputOverridenPrefixIconTypes"
|
|
14865
|
-
}
|
|
14866
|
-
}
|
|
14867
|
-
]
|
|
14868
|
-
},
|
|
14869
|
-
{
|
|
14870
|
-
"kind": "function",
|
|
14871
|
-
"name": "isInvalidAmountKey",
|
|
14872
|
-
"parameters": [
|
|
14873
|
-
{
|
|
14874
|
-
"name": "event",
|
|
14875
|
-
"type": {
|
|
14876
|
-
"text": "KeyboardEvent"
|
|
14877
|
-
}
|
|
14878
|
-
}
|
|
14879
|
-
]
|
|
14880
|
-
},
|
|
14881
|
-
{
|
|
14882
|
-
"kind": "function",
|
|
14883
|
-
"name": "parseFrAmount",
|
|
14884
|
-
"parameters": [
|
|
14885
|
-
{
|
|
14886
|
-
"name": "value",
|
|
14887
|
-
"type": {
|
|
14888
|
-
"text": "string"
|
|
14889
|
-
}
|
|
14890
|
-
}
|
|
14891
|
-
]
|
|
14892
|
-
},
|
|
14893
|
-
{
|
|
14894
|
-
"kind": "function",
|
|
14895
|
-
"name": "numberToFrAmount",
|
|
14896
|
-
"parameters": [
|
|
14897
|
-
{
|
|
14898
|
-
"name": "value",
|
|
14899
|
-
"type": {
|
|
14900
|
-
"text": "number | string"
|
|
14901
|
-
}
|
|
14902
|
-
}
|
|
14903
|
-
]
|
|
14904
|
-
},
|
|
14905
|
-
{
|
|
14906
|
-
"kind": "function",
|
|
14907
|
-
"name": "roundToStep",
|
|
14908
|
-
"parameters": [
|
|
14909
|
-
{
|
|
14910
|
-
"name": "value",
|
|
14911
|
-
"type": {
|
|
14912
|
-
"text": "number"
|
|
14913
|
-
}
|
|
14914
|
-
},
|
|
14915
|
-
{
|
|
14916
|
-
"name": "step",
|
|
14917
|
-
"type": {
|
|
14918
|
-
"text": "number | 'any'"
|
|
14919
|
-
}
|
|
14920
|
-
}
|
|
14921
|
-
]
|
|
14922
|
-
}
|
|
14923
|
-
],
|
|
14924
|
-
"exports": [
|
|
14925
|
-
{
|
|
14926
|
-
"kind": "js",
|
|
14927
|
-
"name": "isPrefixIconOverriden",
|
|
14928
|
-
"declaration": {
|
|
14929
|
-
"name": "isPrefixIconOverriden",
|
|
14930
|
-
"module": "components/input/input.utils.js"
|
|
14931
|
-
}
|
|
14642
|
+
"default": "{ placeholder: '____ ____ ____ ____ ____ ____ ____ ___', mask: 'LL__ ____ ____ ____ ____ ____ ____ ___', pattern: '^(?:((?:IT|SM)\\\\d{2}[A-Z]{1}\\\\d{22})|(NL\\\\d{2}[A-Z]{4}\\\\d{10})|(LV\\\\d{2}[A-Z]{4}\\\\d{13})|((?:BG|GB|IE)\\\\d{2}[A-Z]{4}\\\\d{14})|(GI\\\\d{2}[A-Z]{4}\\\\d{15})|(RO\\\\d{2}[A-Z]{4}\\\\d{16})|(MT\\\\d{2}[A-Z]{4}\\\\d{23})|(NO\\\\d{13})|((?:DK|FI)\\\\d{16})|((?:SI)\\\\d{17})|((?:AT|EE|LU|LT)\\\\d{18})|((?:HR|LI|CH)\\\\d{19})|((?:DE|VA)\\\\d{20})|((?:AD|CZ|ES|MD|SK|SE)\\\\d{22})|(PT\\\\d{23})|((?:IS)\\\\d{24})|((?:BE)\\\\d{14})|((?:FR|MC|GR)\\\\d{25})|((?:PL|HU|CY)\\\\d{26}))$', 'help-text': `Indicatif pays en 2 lettres majuscules suivi de 10 à 31 charactères numériques`, }",
|
|
14643
|
+
"description": "Input Mask configuration for IBAN from countries within the SEPA area."
|
|
14932
14644
|
},
|
|
14933
14645
|
{
|
|
14934
|
-
"kind": "
|
|
14935
|
-
"name": "
|
|
14936
|
-
"
|
|
14937
|
-
"
|
|
14938
|
-
|
|
14939
|
-
}
|
|
14646
|
+
"kind": "variable",
|
|
14647
|
+
"name": "BICConfig",
|
|
14648
|
+
"type": {
|
|
14649
|
+
"text": "DSAMaskConfig"
|
|
14650
|
+
},
|
|
14651
|
+
"default": "{ placeholder: '____ __ __ ___', pattern: `([a-zA-Z]{4})([a-zA-Z]{2})(([2-9a-zA-Z]{1})([0-9a-np-zA-NP-Z]{1}))((([0-9a-wy-zA-WY-Z]{1})([0-9a-zA-Z]{2}))|([xX]{3})|)`, 'help-text': '8 ou 11 charactères', }",
|
|
14652
|
+
"description": "Input Mask configuration for BIC/Swift. Pattern compatible the 100 principal banks of France."
|
|
14940
14653
|
},
|
|
14941
14654
|
{
|
|
14942
|
-
"kind": "
|
|
14943
|
-
"name": "
|
|
14944
|
-
"
|
|
14945
|
-
"
|
|
14946
|
-
|
|
14947
|
-
}
|
|
14948
|
-
|
|
14655
|
+
"kind": "variable",
|
|
14656
|
+
"name": "NIRConfig",
|
|
14657
|
+
"type": {
|
|
14658
|
+
"text": "DSAMaskConfig"
|
|
14659
|
+
},
|
|
14660
|
+
"default": "{ placeholder: '_ __ __ __ ___ ___ __', mask: '# ## ## ## ### ### ##', pattern: `[12][0-9]{2}(0[1-9]|1[0-2])(2[AB]|[0-9]{2})[0-9]{3}[0-9]{3}([0-9]{2})`, 'help-text': '15 charactères', }",
|
|
14661
|
+
"description": "Input Mask configuration for NIR"
|
|
14662
|
+
}
|
|
14663
|
+
],
|
|
14664
|
+
"exports": [
|
|
14949
14665
|
{
|
|
14950
14666
|
"kind": "js",
|
|
14951
|
-
"name": "
|
|
14667
|
+
"name": "IBANConfig",
|
|
14952
14668
|
"declaration": {
|
|
14953
|
-
"name": "
|
|
14954
|
-
"module": "components/input/input.
|
|
14669
|
+
"name": "IBANConfig",
|
|
14670
|
+
"module": "components/input-mask/input-mask.configs.js"
|
|
14955
14671
|
}
|
|
14956
14672
|
},
|
|
14957
14673
|
{
|
|
14958
14674
|
"kind": "js",
|
|
14959
|
-
"name": "
|
|
14675
|
+
"name": "BICConfig",
|
|
14960
14676
|
"declaration": {
|
|
14961
|
-
"name": "
|
|
14962
|
-
"module": "components/input/input.
|
|
14677
|
+
"name": "BICConfig",
|
|
14678
|
+
"module": "components/input-mask/input-mask.configs.js"
|
|
14963
14679
|
}
|
|
14964
14680
|
},
|
|
14965
14681
|
{
|
|
14966
14682
|
"kind": "js",
|
|
14967
|
-
"name": "
|
|
14683
|
+
"name": "NIRConfig",
|
|
14968
14684
|
"declaration": {
|
|
14969
|
-
"name": "
|
|
14970
|
-
"module": "components/input/input.
|
|
14685
|
+
"name": "NIRConfig",
|
|
14686
|
+
"module": "components/input-mask/input-mask.configs.js"
|
|
14971
14687
|
}
|
|
14972
14688
|
}
|
|
14973
14689
|
]
|
|
14974
14690
|
},
|
|
14975
14691
|
{
|
|
14976
14692
|
"kind": "javascript-module",
|
|
14977
|
-
"path": "components/input-
|
|
14693
|
+
"path": "components/input-mask/input-mask.js",
|
|
14978
14694
|
"declarations": [
|
|
14979
14695
|
{
|
|
14980
14696
|
"kind": "class",
|
|
14981
14697
|
"description": "",
|
|
14982
|
-
"name": "
|
|
14698
|
+
"name": "DSAInputMask",
|
|
14983
14699
|
"slots": [
|
|
14984
14700
|
{
|
|
14985
14701
|
"description": "The input's label. Alternatively, you can use the `label` attribute.",
|
|
@@ -14989,6 +14705,10 @@
|
|
|
14989
14705
|
"description": "Used to prepend a presentational icon or similar element to the input.",
|
|
14990
14706
|
"name": "prefix"
|
|
14991
14707
|
},
|
|
14708
|
+
{
|
|
14709
|
+
"description": "Used to postpend a presentational icon or similar element to the input.",
|
|
14710
|
+
"name": "suffix"
|
|
14711
|
+
},
|
|
14992
14712
|
{
|
|
14993
14713
|
"description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
|
|
14994
14714
|
"name": "help-text"
|
|
@@ -14999,13 +14719,6 @@
|
|
|
14999
14719
|
}
|
|
15000
14720
|
],
|
|
15001
14721
|
"members": [
|
|
15002
|
-
{
|
|
15003
|
-
"kind": "field",
|
|
15004
|
-
"name": "formControlController",
|
|
15005
|
-
"privacy": "private",
|
|
15006
|
-
"readonly": true,
|
|
15007
|
-
"default": "new FormControlController(this, { assumeInteractionOn: ['dsa-blur', 'dsa-input', 'dsa-change'], })"
|
|
15008
|
-
},
|
|
15009
14722
|
{
|
|
15010
14723
|
"kind": "field",
|
|
15011
14724
|
"name": "localize",
|
|
@@ -15013,13 +14726,6 @@
|
|
|
15013
14726
|
"readonly": true,
|
|
15014
14727
|
"default": "new LocalizeController(this)"
|
|
15015
14728
|
},
|
|
15016
|
-
{
|
|
15017
|
-
"kind": "field",
|
|
15018
|
-
"name": "dateField",
|
|
15019
|
-
"type": {
|
|
15020
|
-
"text": "DSAInternalDateField"
|
|
15021
|
-
}
|
|
15022
|
-
},
|
|
15023
14729
|
{
|
|
15024
14730
|
"kind": "field",
|
|
15025
14731
|
"name": "input",
|
|
@@ -15029,121 +14735,42 @@
|
|
|
15029
14735
|
},
|
|
15030
14736
|
{
|
|
15031
14737
|
"kind": "field",
|
|
15032
|
-
"name": "
|
|
15033
|
-
"type": {
|
|
15034
|
-
"text": "DSAPopup"
|
|
15035
|
-
}
|
|
15036
|
-
},
|
|
15037
|
-
{
|
|
15038
|
-
"kind": "field",
|
|
15039
|
-
"name": "datepickerButton",
|
|
15040
|
-
"type": {
|
|
15041
|
-
"text": "DSAIconButton"
|
|
15042
|
-
}
|
|
15043
|
-
},
|
|
15044
|
-
{
|
|
15045
|
-
"kind": "field",
|
|
15046
|
-
"name": "isDatepickerOpen",
|
|
14738
|
+
"name": "maskedValue",
|
|
15047
14739
|
"type": {
|
|
15048
|
-
"text": "
|
|
14740
|
+
"text": "string"
|
|
15049
14741
|
},
|
|
15050
14742
|
"privacy": "private",
|
|
15051
|
-
"default": "
|
|
14743
|
+
"default": "''"
|
|
15052
14744
|
},
|
|
15053
14745
|
{
|
|
15054
14746
|
"kind": "field",
|
|
15055
|
-
"name": "
|
|
14747
|
+
"name": "inputmode",
|
|
15056
14748
|
"type": {
|
|
15057
|
-
"text": "
|
|
14749
|
+
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'search'"
|
|
15058
14750
|
},
|
|
15059
|
-
"
|
|
15060
|
-
"
|
|
14751
|
+
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
14752
|
+
"attribute": "inputmode"
|
|
15061
14753
|
},
|
|
15062
14754
|
{
|
|
15063
14755
|
"kind": "field",
|
|
15064
|
-
"name": "
|
|
14756
|
+
"name": "pattern",
|
|
15065
14757
|
"type": {
|
|
15066
14758
|
"text": "string"
|
|
15067
14759
|
},
|
|
15068
14760
|
"default": "''",
|
|
15069
|
-
"description": "
|
|
15070
|
-
"attribute": "
|
|
14761
|
+
"description": "A regular expression pattern to validate input against.",
|
|
14762
|
+
"attribute": "pattern"
|
|
15071
14763
|
},
|
|
15072
14764
|
{
|
|
15073
14765
|
"kind": "field",
|
|
15074
|
-
"name": "
|
|
14766
|
+
"name": "mask",
|
|
15075
14767
|
"type": {
|
|
15076
14768
|
"text": "string"
|
|
15077
14769
|
},
|
|
15078
14770
|
"default": "''",
|
|
15079
|
-
"description": "
|
|
15080
|
-
|
|
15081
|
-
|
|
15082
|
-
"kind": "field",
|
|
15083
|
-
"name": "clearable",
|
|
15084
|
-
"type": {
|
|
15085
|
-
"text": "boolean"
|
|
15086
|
-
},
|
|
15087
|
-
"default": "false",
|
|
15088
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
15089
|
-
"attribute": "clearable"
|
|
15090
|
-
},
|
|
15091
|
-
{
|
|
15092
|
-
"kind": "field",
|
|
15093
|
-
"name": "lang",
|
|
15094
|
-
"type": {
|
|
15095
|
-
"text": "string"
|
|
15096
|
-
},
|
|
15097
|
-
"attribute": "lang"
|
|
15098
|
-
},
|
|
15099
|
-
{
|
|
15100
|
-
"kind": "field",
|
|
15101
|
-
"name": "min",
|
|
15102
|
-
"type": {
|
|
15103
|
-
"text": "number | string"
|
|
15104
|
-
},
|
|
15105
|
-
"description": "The input's minimum value. Only applies to date and number input types.",
|
|
15106
|
-
"attribute": "min"
|
|
15107
|
-
},
|
|
15108
|
-
{
|
|
15109
|
-
"kind": "field",
|
|
15110
|
-
"name": "max",
|
|
15111
|
-
"type": {
|
|
15112
|
-
"text": "number | string"
|
|
15113
|
-
},
|
|
15114
|
-
"description": "The input's maximum value. Only applies to date and number input types.",
|
|
15115
|
-
"attribute": "max"
|
|
15116
|
-
},
|
|
15117
|
-
{
|
|
15118
|
-
"kind": "field",
|
|
15119
|
-
"name": "calendarStartDate",
|
|
15120
|
-
"type": {
|
|
15121
|
-
"text": "string"
|
|
15122
|
-
},
|
|
15123
|
-
"attribute": "calendar-start-date"
|
|
15124
|
-
},
|
|
15125
|
-
{
|
|
15126
|
-
"kind": "field",
|
|
15127
|
-
"name": "autofocus",
|
|
15128
|
-
"type": {
|
|
15129
|
-
"text": "boolean"
|
|
15130
|
-
},
|
|
15131
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
15132
|
-
"attribute": "autofocus"
|
|
15133
|
-
},
|
|
15134
|
-
{
|
|
15135
|
-
"kind": "field",
|
|
15136
|
-
"name": "enterkeyhint",
|
|
15137
|
-
"type": {
|
|
15138
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
15139
|
-
},
|
|
15140
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
15141
|
-
"attribute": "enterkeyhint"
|
|
15142
|
-
},
|
|
15143
|
-
{
|
|
15144
|
-
"kind": "field",
|
|
15145
|
-
"name": "valueAsDate",
|
|
15146
|
-
"description": "Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted."
|
|
14771
|
+
"description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
|
|
14772
|
+
"attribute": "mask",
|
|
14773
|
+
"reflects": true
|
|
15147
14774
|
},
|
|
15148
14775
|
{
|
|
15149
14776
|
"kind": "field",
|
|
@@ -15151,221 +14778,66 @@
|
|
|
15151
14778
|
"description": "Gets the validity state object",
|
|
15152
14779
|
"readonly": true
|
|
15153
14780
|
},
|
|
15154
|
-
{
|
|
15155
|
-
"kind": "field",
|
|
15156
|
-
"name": "validationMessage",
|
|
15157
|
-
"description": "Gets the validation message",
|
|
15158
|
-
"readonly": true
|
|
15159
|
-
},
|
|
15160
|
-
{
|
|
15161
|
-
"kind": "method",
|
|
15162
|
-
"name": "addOpenListeners",
|
|
15163
|
-
"privacy": "private"
|
|
15164
|
-
},
|
|
15165
|
-
{
|
|
15166
|
-
"kind": "method",
|
|
15167
|
-
"name": "removeOpenListeners",
|
|
15168
|
-
"privacy": "private"
|
|
15169
|
-
},
|
|
15170
|
-
{
|
|
15171
|
-
"kind": "method",
|
|
15172
|
-
"name": "handleSelectedDate",
|
|
15173
|
-
"privacy": "private",
|
|
15174
|
-
"parameters": [
|
|
15175
|
-
{
|
|
15176
|
-
"name": "event",
|
|
15177
|
-
"type": {
|
|
15178
|
-
"text": "DSADateSelected"
|
|
15179
|
-
}
|
|
15180
|
-
}
|
|
15181
|
-
]
|
|
15182
|
-
},
|
|
15183
|
-
{
|
|
15184
|
-
"kind": "method",
|
|
15185
|
-
"name": "handleDocumentFocusIn",
|
|
15186
|
-
"privacy": "private",
|
|
15187
|
-
"parameters": [
|
|
15188
|
-
{
|
|
15189
|
-
"name": "event",
|
|
15190
|
-
"type": {
|
|
15191
|
-
"text": "FocusEvent"
|
|
15192
|
-
}
|
|
15193
|
-
}
|
|
15194
|
-
]
|
|
15195
|
-
},
|
|
15196
|
-
{
|
|
15197
|
-
"kind": "method",
|
|
15198
|
-
"name": "handleDocumentMouseDown",
|
|
15199
|
-
"privacy": "private",
|
|
15200
|
-
"parameters": [
|
|
15201
|
-
{
|
|
15202
|
-
"name": "event",
|
|
15203
|
-
"type": {
|
|
15204
|
-
"text": "MouseEvent"
|
|
15205
|
-
}
|
|
15206
|
-
}
|
|
15207
|
-
]
|
|
15208
|
-
},
|
|
15209
|
-
{
|
|
15210
|
-
"kind": "method",
|
|
15211
|
-
"name": "handleDocumentKeyDown",
|
|
15212
|
-
"privacy": "private",
|
|
15213
|
-
"parameters": [
|
|
15214
|
-
{
|
|
15215
|
-
"name": "event",
|
|
15216
|
-
"type": {
|
|
15217
|
-
"text": "KeyboardEvent"
|
|
15218
|
-
}
|
|
15219
|
-
}
|
|
15220
|
-
]
|
|
15221
|
-
},
|
|
15222
|
-
{
|
|
15223
|
-
"kind": "method",
|
|
15224
|
-
"name": "handleDateFieldChange",
|
|
15225
|
-
"privacy": "private"
|
|
15226
|
-
},
|
|
15227
|
-
{
|
|
15228
|
-
"kind": "method",
|
|
15229
|
-
"name": "handleDateFieldFocus",
|
|
15230
|
-
"privacy": "private"
|
|
15231
|
-
},
|
|
15232
|
-
{
|
|
15233
|
-
"kind": "method",
|
|
15234
|
-
"name": "handleDateFieldBlur",
|
|
15235
|
-
"privacy": "private"
|
|
15236
|
-
},
|
|
15237
|
-
{
|
|
15238
|
-
"kind": "method",
|
|
15239
|
-
"name": "handleClearClick",
|
|
15240
|
-
"privacy": "private",
|
|
15241
|
-
"parameters": [
|
|
15242
|
-
{
|
|
15243
|
-
"name": "event",
|
|
15244
|
-
"type": {
|
|
15245
|
-
"text": "MouseEvent"
|
|
15246
|
-
}
|
|
15247
|
-
}
|
|
15248
|
-
]
|
|
15249
|
-
},
|
|
15250
|
-
{
|
|
15251
|
-
"kind": "method",
|
|
15252
|
-
"name": "handleInvalid",
|
|
15253
|
-
"privacy": "private",
|
|
15254
|
-
"parameters": [
|
|
15255
|
-
{
|
|
15256
|
-
"name": "event",
|
|
15257
|
-
"type": {
|
|
15258
|
-
"text": "Event"
|
|
15259
|
-
}
|
|
15260
|
-
}
|
|
15261
|
-
]
|
|
15262
|
-
},
|
|
15263
14781
|
{
|
|
15264
14782
|
"kind": "method",
|
|
15265
|
-
"name": "
|
|
14783
|
+
"name": "handleDocumentKeyUp",
|
|
15266
14784
|
"privacy": "private"
|
|
15267
14785
|
},
|
|
15268
14786
|
{
|
|
15269
14787
|
"kind": "method",
|
|
15270
|
-
"name": "
|
|
14788
|
+
"name": "rawValueToMaskedValue",
|
|
15271
14789
|
"privacy": "private",
|
|
15272
14790
|
"parameters": [
|
|
15273
14791
|
{
|
|
15274
|
-
"name": "
|
|
14792
|
+
"name": "inputValue",
|
|
15275
14793
|
"type": {
|
|
15276
|
-
"text": "
|
|
14794
|
+
"text": "string"
|
|
15277
14795
|
}
|
|
15278
14796
|
}
|
|
15279
14797
|
]
|
|
15280
14798
|
},
|
|
15281
14799
|
{
|
|
15282
14800
|
"kind": "method",
|
|
15283
|
-
"name": "
|
|
14801
|
+
"name": "handleChange",
|
|
14802
|
+
"privacy": "protected"
|
|
15284
14803
|
},
|
|
15285
14804
|
{
|
|
15286
14805
|
"kind": "method",
|
|
15287
|
-
"name": "
|
|
14806
|
+
"name": "handleValueChange"
|
|
15288
14807
|
},
|
|
15289
14808
|
{
|
|
15290
14809
|
"kind": "method",
|
|
15291
|
-
"name": "
|
|
14810
|
+
"name": "setRangeText",
|
|
15292
14811
|
"parameters": [
|
|
15293
14812
|
{
|
|
15294
|
-
"name": "
|
|
14813
|
+
"name": "replacement",
|
|
14814
|
+
"type": {
|
|
14815
|
+
"text": "string"
|
|
14816
|
+
}
|
|
14817
|
+
},
|
|
14818
|
+
{
|
|
14819
|
+
"name": "start",
|
|
15295
14820
|
"optional": true,
|
|
15296
14821
|
"type": {
|
|
15297
|
-
"text": "
|
|
14822
|
+
"text": "number"
|
|
15298
14823
|
}
|
|
15299
|
-
}
|
|
15300
|
-
],
|
|
15301
|
-
"description": "Sets focus on the input."
|
|
15302
|
-
},
|
|
15303
|
-
{
|
|
15304
|
-
"kind": "method",
|
|
15305
|
-
"name": "blur",
|
|
15306
|
-
"description": "Removes focus from the input."
|
|
15307
|
-
},
|
|
15308
|
-
{
|
|
15309
|
-
"kind": "method",
|
|
15310
|
-
"name": "showDatepicker",
|
|
15311
|
-
"description": "Displays the dsa-calendar picker for an input element."
|
|
15312
|
-
},
|
|
15313
|
-
{
|
|
15314
|
-
"kind": "method",
|
|
15315
|
-
"name": "hideDatepicker",
|
|
15316
|
-
"description": "Hides dsa-calendar."
|
|
15317
|
-
},
|
|
15318
|
-
{
|
|
15319
|
-
"kind": "method",
|
|
15320
|
-
"name": "checkValidity",
|
|
15321
|
-
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
15322
|
-
},
|
|
15323
|
-
{
|
|
15324
|
-
"kind": "method",
|
|
15325
|
-
"name": "getForm",
|
|
15326
|
-
"return": {
|
|
15327
|
-
"type": {
|
|
15328
|
-
"text": "HTMLFormElement | null"
|
|
15329
|
-
}
|
|
15330
|
-
},
|
|
15331
|
-
"description": "Gets the associated form, if one exists."
|
|
15332
|
-
},
|
|
15333
|
-
{
|
|
15334
|
-
"kind": "method",
|
|
15335
|
-
"name": "reportValidity",
|
|
15336
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
15337
|
-
},
|
|
15338
|
-
{
|
|
15339
|
-
"kind": "method",
|
|
15340
|
-
"name": "setCustomValidity",
|
|
15341
|
-
"parameters": [
|
|
14824
|
+
},
|
|
15342
14825
|
{
|
|
15343
|
-
"name": "
|
|
14826
|
+
"name": "end",
|
|
14827
|
+
"optional": true,
|
|
15344
14828
|
"type": {
|
|
15345
|
-
"text": "
|
|
14829
|
+
"text": "number"
|
|
14830
|
+
}
|
|
14831
|
+
},
|
|
14832
|
+
{
|
|
14833
|
+
"name": "selectMode",
|
|
14834
|
+
"optional": true,
|
|
14835
|
+
"type": {
|
|
14836
|
+
"text": "'select' | 'start' | 'end' | 'preserve'"
|
|
15346
14837
|
}
|
|
15347
14838
|
}
|
|
15348
14839
|
],
|
|
15349
|
-
"description": "
|
|
15350
|
-
},
|
|
15351
|
-
{
|
|
15352
|
-
"kind": "method",
|
|
15353
|
-
"name": "getUpdateComplete",
|
|
15354
|
-
"return": {
|
|
15355
|
-
"type": {
|
|
15356
|
-
"text": "Promise<boolean>"
|
|
15357
|
-
}
|
|
15358
|
-
}
|
|
15359
|
-
},
|
|
15360
|
-
{
|
|
15361
|
-
"kind": "method",
|
|
15362
|
-
"name": "handleLabelClick",
|
|
15363
|
-
"privacy": "protected",
|
|
15364
|
-
"return": {
|
|
15365
|
-
"type": {
|
|
15366
|
-
"text": "void"
|
|
15367
|
-
}
|
|
15368
|
-
}
|
|
14840
|
+
"description": "Replaces a range of text with a new string."
|
|
15369
14841
|
},
|
|
15370
14842
|
{
|
|
15371
14843
|
"kind": "method",
|
|
@@ -15396,100 +14868,47 @@
|
|
|
15396
14868
|
{
|
|
15397
14869
|
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
15398
14870
|
"name": "dsa-invalid"
|
|
15399
|
-
},
|
|
15400
|
-
{
|
|
15401
|
-
"description": "Emitted when the picker opens.",
|
|
15402
|
-
"name": "dsa-show"
|
|
15403
|
-
},
|
|
15404
|
-
{
|
|
15405
|
-
"description": "Emitted after the picker opens and all animations are complete.",
|
|
15406
|
-
"name": "dsa-after-show"
|
|
15407
|
-
},
|
|
15408
|
-
{
|
|
15409
|
-
"description": "Emitted when the picker closes.",
|
|
15410
|
-
"name": "dsa-hide"
|
|
15411
|
-
},
|
|
15412
|
-
{
|
|
15413
|
-
"description": "Emitted after the picker closes and all animations are complete.",
|
|
15414
|
-
"name": "dsa-after-hide"
|
|
15415
14871
|
}
|
|
15416
14872
|
],
|
|
15417
14873
|
"attributes": [
|
|
15418
14874
|
{
|
|
15419
|
-
"name": "
|
|
15420
|
-
"type": {
|
|
15421
|
-
"text": "string"
|
|
15422
|
-
},
|
|
15423
|
-
"default": "''",
|
|
15424
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
15425
|
-
"fieldName": "value"
|
|
15426
|
-
},
|
|
15427
|
-
{
|
|
15428
|
-
"name": "clearable",
|
|
14875
|
+
"name": "inputmode",
|
|
15429
14876
|
"type": {
|
|
15430
|
-
"text": "
|
|
14877
|
+
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'search'"
|
|
15431
14878
|
},
|
|
15432
|
-
"
|
|
15433
|
-
"
|
|
15434
|
-
"fieldName": "clearable"
|
|
14879
|
+
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
14880
|
+
"fieldName": "inputmode"
|
|
15435
14881
|
},
|
|
15436
14882
|
{
|
|
15437
|
-
"name": "
|
|
14883
|
+
"name": "pattern",
|
|
15438
14884
|
"type": {
|
|
15439
14885
|
"text": "string"
|
|
15440
14886
|
},
|
|
15441
|
-
"
|
|
15442
|
-
|
|
15443
|
-
|
|
15444
|
-
"name": "min",
|
|
15445
|
-
"type": {
|
|
15446
|
-
"text": "number | string"
|
|
15447
|
-
},
|
|
15448
|
-
"description": "The input's minimum value. Only applies to date and number input types.",
|
|
15449
|
-
"fieldName": "min"
|
|
15450
|
-
},
|
|
15451
|
-
{
|
|
15452
|
-
"name": "max",
|
|
15453
|
-
"type": {
|
|
15454
|
-
"text": "number | string"
|
|
15455
|
-
},
|
|
15456
|
-
"description": "The input's maximum value. Only applies to date and number input types.",
|
|
15457
|
-
"fieldName": "max"
|
|
14887
|
+
"default": "''",
|
|
14888
|
+
"description": "A regular expression pattern to validate input against.",
|
|
14889
|
+
"fieldName": "pattern"
|
|
15458
14890
|
},
|
|
15459
14891
|
{
|
|
15460
|
-
"name": "
|
|
14892
|
+
"name": "mask",
|
|
15461
14893
|
"type": {
|
|
15462
14894
|
"text": "string"
|
|
15463
14895
|
},
|
|
15464
|
-
"
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
"name": "autofocus",
|
|
15468
|
-
"type": {
|
|
15469
|
-
"text": "boolean"
|
|
15470
|
-
},
|
|
15471
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
15472
|
-
"fieldName": "autofocus"
|
|
15473
|
-
},
|
|
15474
|
-
{
|
|
15475
|
-
"name": "enterkeyhint",
|
|
15476
|
-
"type": {
|
|
15477
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
15478
|
-
},
|
|
15479
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
15480
|
-
"fieldName": "enterkeyhint"
|
|
14896
|
+
"default": "''",
|
|
14897
|
+
"description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
|
|
14898
|
+
"fieldName": "mask"
|
|
15481
14899
|
}
|
|
15482
14900
|
],
|
|
15483
14901
|
"superclass": {
|
|
15484
|
-
"name": "
|
|
15485
|
-
"module": "/src/internal/components/
|
|
14902
|
+
"name": "InputBase",
|
|
14903
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
15486
14904
|
},
|
|
15487
|
-
"summary": "
|
|
14905
|
+
"summary": "Input Masks collect data from the user in a masked fashion.",
|
|
14906
|
+
"documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/champs-de-saisie/input-mask/web-hTyf0FvL",
|
|
15488
14907
|
"dependencies": [
|
|
15489
|
-
"dsa-
|
|
15490
|
-
"dsa-
|
|
14908
|
+
"dsa-error-text",
|
|
14909
|
+
"dsa-icon"
|
|
15491
14910
|
],
|
|
15492
|
-
"tagName": "dsa-input-
|
|
14911
|
+
"tagName": "dsa-input-mask",
|
|
15493
14912
|
"customElement": true
|
|
15494
14913
|
}
|
|
15495
14914
|
],
|
|
@@ -15498,87 +14917,198 @@
|
|
|
15498
14917
|
"kind": "js",
|
|
15499
14918
|
"name": "default",
|
|
15500
14919
|
"declaration": {
|
|
15501
|
-
"name": "
|
|
15502
|
-
"module": "components/input-
|
|
14920
|
+
"name": "DSAInputMask",
|
|
14921
|
+
"module": "components/input-mask/input-mask.js"
|
|
15503
14922
|
}
|
|
15504
14923
|
},
|
|
15505
14924
|
{
|
|
15506
14925
|
"kind": "custom-element-definition",
|
|
15507
|
-
"name": "dsa-input-
|
|
14926
|
+
"name": "dsa-input-mask",
|
|
15508
14927
|
"declaration": {
|
|
15509
|
-
"name": "
|
|
15510
|
-
"module": "components/input-
|
|
14928
|
+
"name": "DSAInputMask",
|
|
14929
|
+
"module": "components/input-mask/input-mask.js"
|
|
15511
14930
|
}
|
|
15512
14931
|
}
|
|
15513
14932
|
]
|
|
15514
14933
|
},
|
|
15515
14934
|
{
|
|
15516
14935
|
"kind": "javascript-module",
|
|
15517
|
-
"path": "components/input-mask/input-mask.
|
|
14936
|
+
"path": "components/input-mask/input-mask.utils.js",
|
|
15518
14937
|
"declarations": [
|
|
15519
14938
|
{
|
|
15520
14939
|
"kind": "variable",
|
|
15521
|
-
"name": "
|
|
14940
|
+
"name": "specialCharPattern",
|
|
14941
|
+
"default": "/[^a-zA-Z0-9#?_]+/g"
|
|
14942
|
+
},
|
|
14943
|
+
{
|
|
14944
|
+
"kind": "variable",
|
|
14945
|
+
"name": "normalCharPattern",
|
|
14946
|
+
"default": "/^[_A-z0-9]*((-)*[_A-z0-9])*$/"
|
|
14947
|
+
},
|
|
14948
|
+
{
|
|
14949
|
+
"kind": "variable",
|
|
14950
|
+
"name": "maskOptions",
|
|
14951
|
+
"type": {
|
|
14952
|
+
"text": "{\n allChar: '_',\n numericChar: '#dDmMyYaA09',\n alphaChar: '?LaA',\n}"
|
|
14953
|
+
},
|
|
14954
|
+
"default": "{ allChar: '_', numericChar: '#dDmMyYaA09', alphaChar: '?LaA', }"
|
|
14955
|
+
},
|
|
14956
|
+
{
|
|
14957
|
+
"kind": "function",
|
|
14958
|
+
"name": "stripSpecialChars",
|
|
14959
|
+
"parameters": [
|
|
14960
|
+
{
|
|
14961
|
+
"name": "word",
|
|
14962
|
+
"type": {
|
|
14963
|
+
"text": "string"
|
|
14964
|
+
}
|
|
14965
|
+
}
|
|
14966
|
+
]
|
|
14967
|
+
},
|
|
14968
|
+
{
|
|
14969
|
+
"kind": "function",
|
|
14970
|
+
"name": "rawValueToMaskedValue",
|
|
14971
|
+
"parameters": [
|
|
14972
|
+
{
|
|
14973
|
+
"name": "rawValue",
|
|
14974
|
+
"type": {
|
|
14975
|
+
"text": "string"
|
|
14976
|
+
}
|
|
14977
|
+
},
|
|
14978
|
+
{
|
|
14979
|
+
"name": "mask",
|
|
14980
|
+
"type": {
|
|
14981
|
+
"text": "string"
|
|
14982
|
+
}
|
|
14983
|
+
}
|
|
14984
|
+
]
|
|
14985
|
+
},
|
|
14986
|
+
{
|
|
14987
|
+
"kind": "function",
|
|
14988
|
+
"name": "maskedValueToRawValue",
|
|
14989
|
+
"parameters": [
|
|
14990
|
+
{
|
|
14991
|
+
"name": "value",
|
|
14992
|
+
"type": {
|
|
14993
|
+
"text": "string"
|
|
14994
|
+
}
|
|
14995
|
+
},
|
|
14996
|
+
{
|
|
14997
|
+
"name": "mask",
|
|
14998
|
+
"type": {
|
|
14999
|
+
"text": "string"
|
|
15000
|
+
}
|
|
15001
|
+
}
|
|
15002
|
+
]
|
|
15003
|
+
},
|
|
15004
|
+
{
|
|
15005
|
+
"kind": "variable",
|
|
15006
|
+
"name": "IBANTestValues",
|
|
15522
15007
|
"type": {
|
|
15523
|
-
"text": "
|
|
15008
|
+
"text": "array"
|
|
15524
15009
|
},
|
|
15525
|
-
"default": "
|
|
15526
|
-
"description": "Input Mask configuration for IBAN from countries within the SEPA area."
|
|
15010
|
+
"default": "[ 'AD1400080001001234567890', 'AT483200000012345864', 'BE71096123456769', 'BG18RZBB91550123456789', 'HR1723600001101234565', 'CY21002001950000357001234567', 'CZ5508000000001234567899', 'DK9520000123456789', 'EE471000001020145685', 'FI1410093000123458', 'FR7630006000011234567890189', 'DE75512108001245126199', 'GI04BARC000001234567890', 'GR9608100010000001234567890', 'HU93116000060000000012345676', 'IS750001121234563108962099', 'IE64IRCE92050112345678', 'IT60X0542811101000000123456', 'LV97HABA0012345678910', 'LI7408806123456789012', 'LT601010012345678901', 'LU120010001234567891', 'MT31MALT01100000000000000000123', 'MC5810096180790123456789085', 'NL02ABNA0123456789', 'NO8330001234567', 'PL10105000997603123456789123', 'PT50002700000001234567833', 'RO09BCYP0000001234567890', 'SM76P0854009812123456789123', 'SK8975000000000012345671', 'SI56192001234567892', 'ES7921000813610123456789', 'SE7280000810340009783242', 'CH5604835012345678009', 'GB33BUKB20201555555555', 'VA59001123000012345678', ]"
|
|
15527
15011
|
},
|
|
15528
15012
|
{
|
|
15529
15013
|
"kind": "variable",
|
|
15530
|
-
"name": "
|
|
15014
|
+
"name": "BICTestValues",
|
|
15531
15015
|
"type": {
|
|
15532
|
-
"text": "
|
|
15016
|
+
"text": "array"
|
|
15533
15017
|
},
|
|
15534
|
-
"default": "
|
|
15535
|
-
"description": "Input Mask configuration for BIC/Swift. Pattern compatible the 100 principal banks of France."
|
|
15018
|
+
"default": "[ 'DEKTDE7GXXX', 'GEBABEBB', 'BKAUATWW', 'COBADEFF060', 'UCJAES2MXXX', 'ESSEDE5F100', 'CMCIFRPP', 'CHASFIHHXXX', 'PBNKDEFF100', 'ZUNOCZPP', 'ABNACHZ8XXX', 'DNBANOKK', 'DEUTDEDB101', 'ARSPBE22', 'DXIADEBBXXX', 'SOGEFRPP', // Société générale 'BNPAFRPPXXX', //BNP 'CMCIFR2AXXX', // Crédit Mutuel 'CMCIFRPPXXX', //CIC banque 'PSSTFRPPPAR', //Banque postale 'PSSTFRPPLIL', 'PSSTFRPPSCE', 'PSSTFRPPMAR', 'CMBRFR2BXXX', //credit mutuelle 'CEPAFRPP627', //caise d'epargne 'PSSTFRPPCNE', 'CEPAFRPP751', 'AGRIFRPP867', 'AGRIFRPP878', 'PSSTFRPPBOR', 'CEPAFRPP382', 'PSSTFRPPLYO', 'AGRIFRPP887', 'AGRIFRPP891', 'CEPAFRPP444', 'PSSTFRPPMON', 'AGRIFRPP882', 'AGRIFRPP835', 'CEPAFRPP513', 'CEPAFRPP333', 'PSSTFRPPTOU', 'AGRIFRPP833', 'AGRIFRPP802', 'CEPAFRPP131', 'AGRIFRPP868', 'PSSTFRPPROU', 'CEPAFRPP142', 'AGRIFRPP847', 'AGRIFRPP866', 'CEPAFRPP313', 'AGRIFRPP879', 'CEPAFRPP348', 'AGRIFRPP813', 'CCBPFRPPGRE', 'PSSTFRPPNTE', 'AGRIFRPP848', 'CEPAFRPP213', 'CCBPFRPPDJN', 'AGRIFRPP810', 'AGRIFRPP881', 'PSSTFRPPDIJ', 'AGRIFRPP839', 'AGRIFRPP883', 'CCBPFRPPBDX', 'CEPAFRPP450', 'BREDFRPPXXX', 'PSSTFRPPLIM', 'CCBPFRPPMTZ', 'AGRIFRPP869', 'PSSTFRPPCLE', 'AGRIFRPP812', 'CCBPFRPPNAN', 'CCBPFRPPTLS', 'PSSTFRPPCHA', 'PSSTFRPPNCY', 'PSSTFRPPGRE', 'CEPAFRPP831', 'CCBPFRPPMTG', 'AGRIFRPP825', 'AGRIFRPP845', 'PSSTFRPPREN', 'CEPAFRPP871', 'AGRIFRPP831', 'CEPAFRPP426', 'AGRIFRPP861', 'AGRIFRPP836', 'AGRIFRPP817', 'AGRIFRPP894', 'CCBPFRPPPPG', 'SOAPFR22XXX', 'CCBPFRPPVER', 'AGRIFRPP829', 'AGRIFRPP824', 'CCBPFRPPMAR', 'AGRIFRPP871', 'AGRIFRPP822', 'AGRIFRPP844', 'AGRIFRPP872', 'CCBPFRPPLIL', 'AGRIFRPP895', 'AGRIFRPP860', 'PSSTFRPPSDR', 'AXABFRPPXXX', 'PSSTFRPPSTR', 'CCOPFRPPXXX', 'SORMFR2NXXX', 'CCBPFRPPREN', 'PSSTFRPPBTE', 'GPBAFRPPXXX', 'PSSTFRPPCAY', 'PRNSFRP1XXX', 'CMCIFRP1MON', 'FTNOFRP1XXX', 'PSSTFRPPFDF', 'CEPAFRPP670', 'CMBRFR2BARK', ]"
|
|
15536
15019
|
},
|
|
15537
15020
|
{
|
|
15538
15021
|
"kind": "variable",
|
|
15539
|
-
"name": "
|
|
15022
|
+
"name": "NIRTestValues",
|
|
15540
15023
|
"type": {
|
|
15541
|
-
"text": "
|
|
15024
|
+
"text": "array"
|
|
15542
15025
|
},
|
|
15543
|
-
"default": "
|
|
15544
|
-
"description": "Input Mask configuration for NIR"
|
|
15026
|
+
"default": "['187089932132113']"
|
|
15545
15027
|
}
|
|
15546
15028
|
],
|
|
15547
15029
|
"exports": [
|
|
15548
15030
|
{
|
|
15549
15031
|
"kind": "js",
|
|
15550
|
-
"name": "
|
|
15032
|
+
"name": "specialCharPattern",
|
|
15551
15033
|
"declaration": {
|
|
15552
|
-
"name": "
|
|
15553
|
-
"module": "components/input-mask/input-mask.
|
|
15034
|
+
"name": "specialCharPattern",
|
|
15035
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15554
15036
|
}
|
|
15555
15037
|
},
|
|
15556
15038
|
{
|
|
15557
15039
|
"kind": "js",
|
|
15558
|
-
"name": "
|
|
15040
|
+
"name": "normalCharPattern",
|
|
15559
15041
|
"declaration": {
|
|
15560
|
-
"name": "
|
|
15561
|
-
"module": "components/input-mask/input-mask.
|
|
15042
|
+
"name": "normalCharPattern",
|
|
15043
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15562
15044
|
}
|
|
15563
15045
|
},
|
|
15564
15046
|
{
|
|
15565
15047
|
"kind": "js",
|
|
15566
|
-
"name": "
|
|
15048
|
+
"name": "maskOptions",
|
|
15567
15049
|
"declaration": {
|
|
15568
|
-
"name": "
|
|
15569
|
-
"module": "components/input-mask/input-mask.
|
|
15050
|
+
"name": "maskOptions",
|
|
15051
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15052
|
+
}
|
|
15053
|
+
},
|
|
15054
|
+
{
|
|
15055
|
+
"kind": "js",
|
|
15056
|
+
"name": "stripSpecialChars",
|
|
15057
|
+
"declaration": {
|
|
15058
|
+
"name": "stripSpecialChars",
|
|
15059
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15060
|
+
}
|
|
15061
|
+
},
|
|
15062
|
+
{
|
|
15063
|
+
"kind": "js",
|
|
15064
|
+
"name": "rawValueToMaskedValue",
|
|
15065
|
+
"declaration": {
|
|
15066
|
+
"name": "rawValueToMaskedValue",
|
|
15067
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15068
|
+
}
|
|
15069
|
+
},
|
|
15070
|
+
{
|
|
15071
|
+
"kind": "js",
|
|
15072
|
+
"name": "maskedValueToRawValue",
|
|
15073
|
+
"declaration": {
|
|
15074
|
+
"name": "maskedValueToRawValue",
|
|
15075
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15076
|
+
}
|
|
15077
|
+
},
|
|
15078
|
+
{
|
|
15079
|
+
"kind": "js",
|
|
15080
|
+
"name": "IBANTestValues",
|
|
15081
|
+
"declaration": {
|
|
15082
|
+
"name": "IBANTestValues",
|
|
15083
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15084
|
+
}
|
|
15085
|
+
},
|
|
15086
|
+
{
|
|
15087
|
+
"kind": "js",
|
|
15088
|
+
"name": "BICTestValues",
|
|
15089
|
+
"declaration": {
|
|
15090
|
+
"name": "BICTestValues",
|
|
15091
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15092
|
+
}
|
|
15093
|
+
},
|
|
15094
|
+
{
|
|
15095
|
+
"kind": "js",
|
|
15096
|
+
"name": "NIRTestValues",
|
|
15097
|
+
"declaration": {
|
|
15098
|
+
"name": "NIRTestValues",
|
|
15099
|
+
"module": "components/input-mask/input-mask.utils.js"
|
|
15570
15100
|
}
|
|
15571
15101
|
}
|
|
15572
15102
|
]
|
|
15573
15103
|
},
|
|
15574
15104
|
{
|
|
15575
15105
|
"kind": "javascript-module",
|
|
15576
|
-
"path": "components/input-
|
|
15106
|
+
"path": "components/input-native/input-native.js",
|
|
15577
15107
|
"declarations": [
|
|
15578
15108
|
{
|
|
15579
15109
|
"kind": "class",
|
|
15580
15110
|
"description": "",
|
|
15581
|
-
"name": "
|
|
15111
|
+
"name": "DSAInputNative",
|
|
15582
15112
|
"slots": [
|
|
15583
15113
|
{
|
|
15584
15114
|
"description": "The input's label. Alternatively, you can use the `label` attribute.",
|
|
@@ -15597,228 +15127,62 @@
|
|
|
15597
15127
|
"name": "help-text"
|
|
15598
15128
|
},
|
|
15599
15129
|
{
|
|
15600
|
-
"description": "The tooltip slot allows additional information to be passed along the label.",
|
|
15601
|
-
"name": "tooltip"
|
|
15602
|
-
}
|
|
15603
|
-
],
|
|
15604
|
-
"members": [
|
|
15605
|
-
{
|
|
15606
|
-
"kind": "field",
|
|
15607
|
-
"name": "
|
|
15608
|
-
"privacy": "private",
|
|
15609
|
-
"readonly": true,
|
|
15610
|
-
"default": "new
|
|
15611
|
-
},
|
|
15612
|
-
{
|
|
15613
|
-
"kind": "field",
|
|
15614
|
-
"name": "localize",
|
|
15615
|
-
"privacy": "private",
|
|
15616
|
-
"readonly": true,
|
|
15617
|
-
"default": "new LocalizeController(this)"
|
|
15618
|
-
},
|
|
15619
|
-
{
|
|
15620
|
-
"kind": "field",
|
|
15621
|
-
"name": "input",
|
|
15622
|
-
"type": {
|
|
15623
|
-
"text": "HTMLInputElement"
|
|
15624
|
-
}
|
|
15625
|
-
},
|
|
15626
|
-
{
|
|
15627
|
-
"kind": "field",
|
|
15628
|
-
"name": "hasFocus",
|
|
15629
|
-
"type": {
|
|
15630
|
-
"text": "boolean"
|
|
15631
|
-
},
|
|
15632
|
-
"privacy": "private",
|
|
15633
|
-
"default": "false"
|
|
15634
|
-
},
|
|
15635
|
-
{
|
|
15636
|
-
"kind": "field",
|
|
15637
|
-
"name": "maskedValue",
|
|
15638
|
-
"type": {
|
|
15639
|
-
"text": "string"
|
|
15640
|
-
},
|
|
15641
|
-
"privacy": "private",
|
|
15642
|
-
"default": "''"
|
|
15643
|
-
},
|
|
15644
|
-
{
|
|
15645
|
-
"kind": "field",
|
|
15646
|
-
"name": "value",
|
|
15647
|
-
"type": {
|
|
15648
|
-
"text": "string"
|
|
15649
|
-
},
|
|
15650
|
-
"default": "''",
|
|
15651
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
15652
|
-
"attribute": "value"
|
|
15653
|
-
},
|
|
15654
|
-
{
|
|
15655
|
-
"kind": "field",
|
|
15656
|
-
"name": "defaultValue",
|
|
15657
|
-
"type": {
|
|
15658
|
-
"text": "string"
|
|
15659
|
-
},
|
|
15660
|
-
"default": "''",
|
|
15661
|
-
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
15662
|
-
},
|
|
15663
|
-
{
|
|
15664
|
-
"kind": "field",
|
|
15665
|
-
"name": "clearable",
|
|
15666
|
-
"type": {
|
|
15667
|
-
"text": "boolean"
|
|
15668
|
-
},
|
|
15669
|
-
"default": "false",
|
|
15670
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
15671
|
-
"attribute": "clearable"
|
|
15672
|
-
},
|
|
15673
|
-
{
|
|
15674
|
-
"kind": "field",
|
|
15675
|
-
"name": "inputmode",
|
|
15676
|
-
"type": {
|
|
15677
|
-
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'search'"
|
|
15678
|
-
},
|
|
15679
|
-
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
15680
|
-
"attribute": "inputmode"
|
|
15681
|
-
},
|
|
15682
|
-
{
|
|
15683
|
-
"kind": "field",
|
|
15684
|
-
"name": "pattern",
|
|
15685
|
-
"type": {
|
|
15686
|
-
"text": "string"
|
|
15687
|
-
},
|
|
15688
|
-
"default": "''",
|
|
15689
|
-
"description": "A regular expression pattern to validate input against.",
|
|
15690
|
-
"attribute": "pattern"
|
|
15691
|
-
},
|
|
15692
|
-
{
|
|
15693
|
-
"kind": "field",
|
|
15694
|
-
"name": "minlength",
|
|
15695
|
-
"type": {
|
|
15696
|
-
"text": "number"
|
|
15697
|
-
},
|
|
15698
|
-
"description": "The minimum length of input that will be considered valid.",
|
|
15699
|
-
"attribute": "minlength"
|
|
15700
|
-
},
|
|
15701
|
-
{
|
|
15702
|
-
"kind": "field",
|
|
15703
|
-
"name": "autocorrect",
|
|
15704
|
-
"type": {
|
|
15705
|
-
"text": "'off' | 'on'"
|
|
15706
|
-
},
|
|
15707
|
-
"description": "Indicates whether the browser's autocorrect feature is on or off.",
|
|
15708
|
-
"attribute": "autocorrect"
|
|
15709
|
-
},
|
|
15710
|
-
{
|
|
15711
|
-
"kind": "field",
|
|
15712
|
-
"name": "autocomplete",
|
|
15713
|
-
"type": {
|
|
15714
|
-
"text": "string"
|
|
15715
|
-
},
|
|
15716
|
-
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
15717
|
-
"attribute": "autocomplete"
|
|
15718
|
-
},
|
|
15719
|
-
{
|
|
15720
|
-
"kind": "field",
|
|
15721
|
-
"name": "autofocus",
|
|
15722
|
-
"type": {
|
|
15723
|
-
"text": "boolean"
|
|
15724
|
-
},
|
|
15725
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
15726
|
-
"attribute": "autofocus"
|
|
15727
|
-
},
|
|
15728
|
-
{
|
|
15729
|
-
"kind": "field",
|
|
15730
|
-
"name": "enterkeyhint",
|
|
15731
|
-
"type": {
|
|
15732
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
15733
|
-
},
|
|
15734
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
15735
|
-
"attribute": "enterkeyhint"
|
|
15736
|
-
},
|
|
15737
|
-
{
|
|
15738
|
-
"kind": "field",
|
|
15739
|
-
"name": "mask",
|
|
15740
|
-
"type": {
|
|
15741
|
-
"text": "string"
|
|
15742
|
-
},
|
|
15743
|
-
"default": "''",
|
|
15744
|
-
"description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
|
|
15745
|
-
"attribute": "mask",
|
|
15746
|
-
"reflects": true
|
|
15747
|
-
},
|
|
15748
|
-
{
|
|
15749
|
-
"kind": "field",
|
|
15750
|
-
"name": "validity",
|
|
15751
|
-
"description": "Gets the validity state object",
|
|
15752
|
-
"readonly": true
|
|
15753
|
-
},
|
|
15754
|
-
{
|
|
15755
|
-
"kind": "field",
|
|
15756
|
-
"name": "validationMessage",
|
|
15757
|
-
"description": "Gets the validation message",
|
|
15758
|
-
"readonly": true
|
|
15759
|
-
},
|
|
15760
|
-
{
|
|
15761
|
-
"kind": "method",
|
|
15762
|
-
"name": "handleDocumentKeyUp",
|
|
15763
|
-
"privacy": "private"
|
|
15130
|
+
"description": "The tooltip slot allows additional information to be passed along the label.",
|
|
15131
|
+
"name": "tooltip"
|
|
15132
|
+
}
|
|
15133
|
+
],
|
|
15134
|
+
"members": [
|
|
15135
|
+
{
|
|
15136
|
+
"kind": "field",
|
|
15137
|
+
"name": "localize",
|
|
15138
|
+
"privacy": "private",
|
|
15139
|
+
"readonly": true,
|
|
15140
|
+
"default": "new LocalizeController(this)"
|
|
15764
15141
|
},
|
|
15765
15142
|
{
|
|
15766
|
-
"kind": "
|
|
15767
|
-
"name": "
|
|
15768
|
-
"
|
|
15143
|
+
"kind": "field",
|
|
15144
|
+
"name": "input",
|
|
15145
|
+
"type": {
|
|
15146
|
+
"text": "HTMLInputElement"
|
|
15147
|
+
},
|
|
15148
|
+
"privacy": "protected"
|
|
15769
15149
|
},
|
|
15770
15150
|
{
|
|
15771
|
-
"kind": "
|
|
15772
|
-
"name": "
|
|
15773
|
-
"
|
|
15774
|
-
"parameters": [
|
|
15775
|
-
{
|
|
15776
|
-
"name": "inputValue",
|
|
15777
|
-
"type": {
|
|
15778
|
-
"text": "string"
|
|
15779
|
-
}
|
|
15780
|
-
}
|
|
15781
|
-
]
|
|
15151
|
+
"kind": "field",
|
|
15152
|
+
"name": "valueAsNumber",
|
|
15153
|
+
"description": "Gets or sets the current value as a number. Returns `NaN` if the value can't be converted."
|
|
15782
15154
|
},
|
|
15783
15155
|
{
|
|
15784
15156
|
"kind": "method",
|
|
15785
|
-
"name": "
|
|
15786
|
-
"privacy": "
|
|
15787
|
-
"parameters": [
|
|
15788
|
-
{
|
|
15789
|
-
"name": "event",
|
|
15790
|
-
"type": {
|
|
15791
|
-
"text": "MouseEvent"
|
|
15792
|
-
}
|
|
15793
|
-
}
|
|
15794
|
-
]
|
|
15157
|
+
"name": "handleChange",
|
|
15158
|
+
"privacy": "protected"
|
|
15795
15159
|
},
|
|
15796
15160
|
{
|
|
15797
15161
|
"kind": "method",
|
|
15798
|
-
"name": "
|
|
15162
|
+
"name": "handleAmountChange",
|
|
15799
15163
|
"privacy": "private"
|
|
15800
15164
|
},
|
|
15801
15165
|
{
|
|
15802
15166
|
"kind": "method",
|
|
15803
|
-
"name": "
|
|
15804
|
-
"privacy": "
|
|
15167
|
+
"name": "handleInput",
|
|
15168
|
+
"privacy": "protected"
|
|
15805
15169
|
},
|
|
15806
15170
|
{
|
|
15807
15171
|
"kind": "method",
|
|
15808
|
-
"name": "
|
|
15809
|
-
"privacy": "
|
|
15172
|
+
"name": "handleKeyDown",
|
|
15173
|
+
"privacy": "protected",
|
|
15810
15174
|
"parameters": [
|
|
15811
15175
|
{
|
|
15812
15176
|
"name": "event",
|
|
15813
15177
|
"type": {
|
|
15814
|
-
"text": "
|
|
15178
|
+
"text": "KeyboardEvent"
|
|
15815
15179
|
}
|
|
15816
15180
|
}
|
|
15817
15181
|
]
|
|
15818
15182
|
},
|
|
15819
15183
|
{
|
|
15820
15184
|
"kind": "method",
|
|
15821
|
-
"name": "
|
|
15185
|
+
"name": "handleAmountKeydown",
|
|
15822
15186
|
"privacy": "private",
|
|
15823
15187
|
"parameters": [
|
|
15824
15188
|
{
|
|
@@ -15831,116 +15195,60 @@
|
|
|
15831
15195
|
},
|
|
15832
15196
|
{
|
|
15833
15197
|
"kind": "method",
|
|
15834
|
-
"name": "
|
|
15198
|
+
"name": "getSafeStep",
|
|
15835
15199
|
"privacy": "private"
|
|
15836
15200
|
},
|
|
15837
15201
|
{
|
|
15838
15202
|
"kind": "method",
|
|
15839
|
-
"name": "
|
|
15840
|
-
|
|
15841
|
-
{
|
|
15842
|
-
"kind": "method",
|
|
15843
|
-
"name": "handleValueChange"
|
|
15203
|
+
"name": "handlePasswordToggle",
|
|
15204
|
+
"privacy": "private"
|
|
15844
15205
|
},
|
|
15845
15206
|
{
|
|
15846
15207
|
"kind": "method",
|
|
15847
|
-
"name": "
|
|
15208
|
+
"name": "adjustAmountValue",
|
|
15209
|
+
"privacy": "private",
|
|
15848
15210
|
"parameters": [
|
|
15849
15211
|
{
|
|
15850
|
-
"name": "
|
|
15851
|
-
"optional": true,
|
|
15212
|
+
"name": "direction",
|
|
15852
15213
|
"type": {
|
|
15853
|
-
"text": "
|
|
15214
|
+
"text": "'up' | 'down'"
|
|
15854
15215
|
}
|
|
15855
15216
|
}
|
|
15856
|
-
]
|
|
15857
|
-
"description": "Sets focus on the input."
|
|
15858
|
-
},
|
|
15859
|
-
{
|
|
15860
|
-
"kind": "method",
|
|
15861
|
-
"name": "blur",
|
|
15862
|
-
"description": "Removes focus from the input."
|
|
15863
|
-
},
|
|
15864
|
-
{
|
|
15865
|
-
"kind": "method",
|
|
15866
|
-
"name": "select",
|
|
15867
|
-
"description": "Selects all the text in the input."
|
|
15217
|
+
]
|
|
15868
15218
|
},
|
|
15869
15219
|
{
|
|
15870
15220
|
"kind": "method",
|
|
15871
|
-
"name": "
|
|
15221
|
+
"name": "stepUp",
|
|
15872
15222
|
"parameters": [
|
|
15873
15223
|
{
|
|
15874
|
-
"name": "
|
|
15875
|
-
"
|
|
15876
|
-
"text": "number"
|
|
15877
|
-
}
|
|
15878
|
-
},
|
|
15879
|
-
{
|
|
15880
|
-
"name": "selectionEnd",
|
|
15224
|
+
"name": "stepNumber",
|
|
15225
|
+
"optional": true,
|
|
15881
15226
|
"type": {
|
|
15882
15227
|
"text": "number"
|
|
15883
15228
|
}
|
|
15884
|
-
},
|
|
15885
|
-
{
|
|
15886
|
-
"name": "selectionDirection",
|
|
15887
|
-
"default": "'none'",
|
|
15888
|
-
"type": {
|
|
15889
|
-
"text": "'forward' | 'backward' | 'none'"
|
|
15890
|
-
}
|
|
15891
15229
|
}
|
|
15892
15230
|
],
|
|
15893
|
-
"description": "
|
|
15231
|
+
"description": "Increments the value of a numeric or time input type by the value of the step attribute, multiplied by an optional number parameter."
|
|
15894
15232
|
},
|
|
15895
15233
|
{
|
|
15896
15234
|
"kind": "method",
|
|
15897
|
-
"name": "
|
|
15235
|
+
"name": "stepDown",
|
|
15898
15236
|
"parameters": [
|
|
15899
15237
|
{
|
|
15900
|
-
"name": "
|
|
15901
|
-
"type": {
|
|
15902
|
-
"text": "string"
|
|
15903
|
-
}
|
|
15904
|
-
},
|
|
15905
|
-
{
|
|
15906
|
-
"name": "start",
|
|
15907
|
-
"optional": true,
|
|
15908
|
-
"type": {
|
|
15909
|
-
"text": "number"
|
|
15910
|
-
}
|
|
15911
|
-
},
|
|
15912
|
-
{
|
|
15913
|
-
"name": "end",
|
|
15238
|
+
"name": "stepNumber",
|
|
15914
15239
|
"optional": true,
|
|
15915
15240
|
"type": {
|
|
15916
15241
|
"text": "number"
|
|
15917
15242
|
}
|
|
15918
|
-
},
|
|
15919
|
-
{
|
|
15920
|
-
"name": "selectMode",
|
|
15921
|
-
"optional": true,
|
|
15922
|
-
"type": {
|
|
15923
|
-
"text": "'select' | 'start' | 'end' | 'preserve'"
|
|
15924
|
-
}
|
|
15925
15243
|
}
|
|
15926
15244
|
],
|
|
15927
|
-
"description": "
|
|
15245
|
+
"description": "Decrements the value of a numeric or time input type by the value of the step attribute, multiplied by an optional number parameter."
|
|
15928
15246
|
},
|
|
15929
15247
|
{
|
|
15930
15248
|
"kind": "method",
|
|
15931
15249
|
"name": "checkValidity",
|
|
15932
15250
|
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
15933
15251
|
},
|
|
15934
|
-
{
|
|
15935
|
-
"kind": "method",
|
|
15936
|
-
"name": "getForm",
|
|
15937
|
-
"return": {
|
|
15938
|
-
"type": {
|
|
15939
|
-
"text": "HTMLFormElement | null"
|
|
15940
|
-
}
|
|
15941
|
-
},
|
|
15942
|
-
"description": "Gets the associated form, if one exists."
|
|
15943
|
-
},
|
|
15944
15252
|
{
|
|
15945
15253
|
"kind": "method",
|
|
15946
15254
|
"name": "reportValidity",
|
|
@@ -15948,20 +15256,16 @@
|
|
|
15948
15256
|
},
|
|
15949
15257
|
{
|
|
15950
15258
|
"kind": "method",
|
|
15951
|
-
"name": "
|
|
15952
|
-
"
|
|
15953
|
-
{
|
|
15954
|
-
"name": "message",
|
|
15955
|
-
"type": {
|
|
15956
|
-
"text": "string"
|
|
15957
|
-
}
|
|
15958
|
-
}
|
|
15959
|
-
],
|
|
15960
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity."
|
|
15259
|
+
"name": "checkAmountValidity",
|
|
15260
|
+
"privacy": "private"
|
|
15961
15261
|
},
|
|
15962
15262
|
{
|
|
15963
15263
|
"kind": "method",
|
|
15964
15264
|
"name": "renderInput"
|
|
15265
|
+
},
|
|
15266
|
+
{
|
|
15267
|
+
"kind": "method",
|
|
15268
|
+
"name": "renderCounter"
|
|
15965
15269
|
}
|
|
15966
15270
|
],
|
|
15967
15271
|
"events": [
|
|
@@ -15980,113 +15284,27 @@
|
|
|
15980
15284
|
{
|
|
15981
15285
|
"description": "Emitted when the control gains focus.",
|
|
15982
15286
|
"name": "dsa-focus"
|
|
15983
|
-
},
|
|
15984
|
-
{
|
|
15985
|
-
"description": "Emitted when the control receives input.",
|
|
15986
|
-
"name": "dsa-input"
|
|
15987
|
-
},
|
|
15988
|
-
{
|
|
15989
|
-
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
15990
|
-
"name": "dsa-invalid"
|
|
15991
|
-
}
|
|
15992
|
-
],
|
|
15993
|
-
"attributes": [
|
|
15994
|
-
{
|
|
15995
|
-
"name": "value",
|
|
15996
|
-
"type": {
|
|
15997
|
-
"text": "string"
|
|
15998
|
-
},
|
|
15999
|
-
"default": "''",
|
|
16000
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
16001
|
-
"fieldName": "value"
|
|
16002
|
-
},
|
|
16003
|
-
{
|
|
16004
|
-
"name": "clearable",
|
|
16005
|
-
"type": {
|
|
16006
|
-
"text": "boolean"
|
|
16007
|
-
},
|
|
16008
|
-
"default": "false",
|
|
16009
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
16010
|
-
"fieldName": "clearable"
|
|
16011
|
-
},
|
|
16012
|
-
{
|
|
16013
|
-
"name": "inputmode",
|
|
16014
|
-
"type": {
|
|
16015
|
-
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'search'"
|
|
16016
|
-
},
|
|
16017
|
-
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
16018
|
-
"fieldName": "inputmode"
|
|
16019
|
-
},
|
|
16020
|
-
{
|
|
16021
|
-
"name": "pattern",
|
|
16022
|
-
"type": {
|
|
16023
|
-
"text": "string"
|
|
16024
|
-
},
|
|
16025
|
-
"default": "''",
|
|
16026
|
-
"description": "A regular expression pattern to validate input against.",
|
|
16027
|
-
"fieldName": "pattern"
|
|
16028
|
-
},
|
|
16029
|
-
{
|
|
16030
|
-
"name": "minlength",
|
|
16031
|
-
"type": {
|
|
16032
|
-
"text": "number"
|
|
16033
|
-
},
|
|
16034
|
-
"description": "The minimum length of input that will be considered valid.",
|
|
16035
|
-
"fieldName": "minlength"
|
|
16036
|
-
},
|
|
16037
|
-
{
|
|
16038
|
-
"name": "autocorrect",
|
|
16039
|
-
"type": {
|
|
16040
|
-
"text": "'off' | 'on'"
|
|
16041
|
-
},
|
|
16042
|
-
"description": "Indicates whether the browser's autocorrect feature is on or off.",
|
|
16043
|
-
"fieldName": "autocorrect"
|
|
16044
|
-
},
|
|
16045
|
-
{
|
|
16046
|
-
"name": "autocomplete",
|
|
16047
|
-
"type": {
|
|
16048
|
-
"text": "string"
|
|
16049
|
-
},
|
|
16050
|
-
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
16051
|
-
"fieldName": "autocomplete"
|
|
16052
|
-
},
|
|
16053
|
-
{
|
|
16054
|
-
"name": "autofocus",
|
|
16055
|
-
"type": {
|
|
16056
|
-
"text": "boolean"
|
|
16057
|
-
},
|
|
16058
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
16059
|
-
"fieldName": "autofocus"
|
|
16060
|
-
},
|
|
16061
|
-
{
|
|
16062
|
-
"name": "enterkeyhint",
|
|
16063
|
-
"type": {
|
|
16064
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
16065
|
-
},
|
|
16066
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
16067
|
-
"fieldName": "enterkeyhint"
|
|
16068
|
-
},
|
|
16069
|
-
{
|
|
16070
|
-
"name": "mask",
|
|
16071
|
-
"type": {
|
|
16072
|
-
"text": "string"
|
|
16073
|
-
},
|
|
16074
|
-
"default": "''",
|
|
16075
|
-
"description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
|
|
16076
|
-
"fieldName": "mask"
|
|
15287
|
+
},
|
|
15288
|
+
{
|
|
15289
|
+
"description": "Emitted when the control receives input.",
|
|
15290
|
+
"name": "dsa-input"
|
|
15291
|
+
},
|
|
15292
|
+
{
|
|
15293
|
+
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
15294
|
+
"name": "dsa-invalid"
|
|
16077
15295
|
}
|
|
16078
15296
|
],
|
|
16079
15297
|
"superclass": {
|
|
16080
|
-
"name": "
|
|
16081
|
-
"module": "/src/internal/components/
|
|
15298
|
+
"name": "InputBase",
|
|
15299
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
16082
15300
|
},
|
|
16083
|
-
"summary": "
|
|
16084
|
-
"documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/champs-de-saisie/input-mask/web-hTyf0FvL",
|
|
15301
|
+
"summary": "(Internal) Inputs with native browser behavior.\n*",
|
|
16085
15302
|
"dependencies": [
|
|
16086
|
-
"dsa-
|
|
16087
|
-
"dsa-icon"
|
|
15303
|
+
"dsa-icon",
|
|
15304
|
+
"dsa-icon-button",
|
|
15305
|
+
"dsa-error-text"
|
|
16088
15306
|
],
|
|
16089
|
-
"tagName": "dsa-input-
|
|
15307
|
+
"tagName": "dsa-input-native",
|
|
16090
15308
|
"customElement": true
|
|
16091
15309
|
}
|
|
16092
15310
|
],
|
|
@@ -16095,186 +15313,155 @@
|
|
|
16095
15313
|
"kind": "js",
|
|
16096
15314
|
"name": "default",
|
|
16097
15315
|
"declaration": {
|
|
16098
|
-
"name": "
|
|
16099
|
-
"module": "components/input-
|
|
15316
|
+
"name": "DSAInputNative",
|
|
15317
|
+
"module": "components/input-native/input-native.js"
|
|
16100
15318
|
}
|
|
16101
15319
|
},
|
|
16102
15320
|
{
|
|
16103
15321
|
"kind": "custom-element-definition",
|
|
16104
|
-
"name": "dsa-input-
|
|
15322
|
+
"name": "dsa-input-native",
|
|
16105
15323
|
"declaration": {
|
|
16106
|
-
"name": "
|
|
16107
|
-
"module": "components/input-
|
|
15324
|
+
"name": "DSAInputNative",
|
|
15325
|
+
"module": "components/input-native/input-native.js"
|
|
16108
15326
|
}
|
|
16109
15327
|
}
|
|
16110
15328
|
]
|
|
16111
15329
|
},
|
|
16112
15330
|
{
|
|
16113
15331
|
"kind": "javascript-module",
|
|
16114
|
-
"path": "components/input-
|
|
15332
|
+
"path": "components/input-native/input-native.utils.js",
|
|
16115
15333
|
"declarations": [
|
|
16116
15334
|
{
|
|
16117
|
-
"kind": "
|
|
16118
|
-
"name": "
|
|
16119
|
-
"
|
|
16120
|
-
|
|
16121
|
-
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
"
|
|
15335
|
+
"kind": "function",
|
|
15336
|
+
"name": "isPrefixIconOverriden",
|
|
15337
|
+
"return": {
|
|
15338
|
+
"type": {
|
|
15339
|
+
"text": "type is DSAInputOverridenPrefixIconTypes"
|
|
15340
|
+
}
|
|
15341
|
+
},
|
|
15342
|
+
"parameters": [
|
|
15343
|
+
{
|
|
15344
|
+
"name": "type",
|
|
15345
|
+
"type": {
|
|
15346
|
+
"text": "DSAInputTypes"
|
|
15347
|
+
}
|
|
15348
|
+
}
|
|
15349
|
+
]
|
|
16125
15350
|
},
|
|
16126
15351
|
{
|
|
16127
|
-
"kind": "
|
|
16128
|
-
"name": "
|
|
16129
|
-
"
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
15352
|
+
"kind": "function",
|
|
15353
|
+
"name": "getOverridenIconDetails",
|
|
15354
|
+
"parameters": [
|
|
15355
|
+
{
|
|
15356
|
+
"name": "type",
|
|
15357
|
+
"type": {
|
|
15358
|
+
"text": "DSAInputOverridenPrefixIconTypes"
|
|
15359
|
+
}
|
|
15360
|
+
}
|
|
15361
|
+
]
|
|
16133
15362
|
},
|
|
16134
15363
|
{
|
|
16135
15364
|
"kind": "function",
|
|
16136
|
-
"name": "
|
|
15365
|
+
"name": "isInvalidAmountKey",
|
|
16137
15366
|
"parameters": [
|
|
16138
15367
|
{
|
|
16139
|
-
"name": "
|
|
15368
|
+
"name": "event",
|
|
16140
15369
|
"type": {
|
|
16141
|
-
"text": "
|
|
15370
|
+
"text": "KeyboardEvent"
|
|
16142
15371
|
}
|
|
16143
15372
|
}
|
|
16144
15373
|
]
|
|
16145
15374
|
},
|
|
16146
15375
|
{
|
|
16147
15376
|
"kind": "function",
|
|
16148
|
-
"name": "
|
|
15377
|
+
"name": "parseFrAmount",
|
|
16149
15378
|
"parameters": [
|
|
16150
15379
|
{
|
|
16151
|
-
"name": "
|
|
15380
|
+
"name": "value",
|
|
16152
15381
|
"type": {
|
|
16153
15382
|
"text": "string"
|
|
16154
15383
|
}
|
|
16155
|
-
}
|
|
15384
|
+
}
|
|
15385
|
+
]
|
|
15386
|
+
},
|
|
15387
|
+
{
|
|
15388
|
+
"kind": "function",
|
|
15389
|
+
"name": "numberToFrAmount",
|
|
15390
|
+
"parameters": [
|
|
16156
15391
|
{
|
|
16157
|
-
"name": "
|
|
15392
|
+
"name": "value",
|
|
16158
15393
|
"type": {
|
|
16159
|
-
"text": "string"
|
|
15394
|
+
"text": "number | string"
|
|
16160
15395
|
}
|
|
16161
15396
|
}
|
|
16162
15397
|
]
|
|
16163
15398
|
},
|
|
16164
15399
|
{
|
|
16165
15400
|
"kind": "function",
|
|
16166
|
-
"name": "
|
|
15401
|
+
"name": "roundToStep",
|
|
16167
15402
|
"parameters": [
|
|
16168
15403
|
{
|
|
16169
15404
|
"name": "value",
|
|
16170
15405
|
"type": {
|
|
16171
|
-
"text": "
|
|
15406
|
+
"text": "number"
|
|
16172
15407
|
}
|
|
16173
15408
|
},
|
|
16174
15409
|
{
|
|
16175
|
-
"name": "
|
|
15410
|
+
"name": "step",
|
|
16176
15411
|
"type": {
|
|
16177
|
-
"text": "
|
|
15412
|
+
"text": "number | 'any'"
|
|
16178
15413
|
}
|
|
16179
15414
|
}
|
|
16180
15415
|
]
|
|
16181
|
-
},
|
|
16182
|
-
{
|
|
16183
|
-
"kind": "variable",
|
|
16184
|
-
"name": "IBANTestValues",
|
|
16185
|
-
"type": {
|
|
16186
|
-
"text": "array"
|
|
16187
|
-
},
|
|
16188
|
-
"default": "[ 'AD1400080001001234567890', 'AT483200000012345864', 'BE71096123456769', 'BG18RZBB91550123456789', 'HR1723600001101234565', 'CY21002001950000357001234567', 'CZ5508000000001234567899', 'DK9520000123456789', 'EE471000001020145685', 'FI1410093000123458', 'FR7630006000011234567890189', 'DE75512108001245126199', 'GI04BARC000001234567890', 'GR9608100010000001234567890', 'HU93116000060000000012345676', 'IS750001121234563108962099', 'IE64IRCE92050112345678', 'IT60X0542811101000000123456', 'LV97HABA0012345678910', 'LI7408806123456789012', 'LT601010012345678901', 'LU120010001234567891', 'MT31MALT01100000000000000000123', 'MC5810096180790123456789085', 'NL02ABNA0123456789', 'NO8330001234567', 'PL10105000997603123456789123', 'PT50002700000001234567833', 'RO09BCYP0000001234567890', 'SM76P0854009812123456789123', 'SK8975000000000012345671', 'SI56192001234567892', 'ES7921000813610123456789', 'SE7280000810340009783242', 'CH5604835012345678009', 'GB33BUKB20201555555555', 'VA59001123000012345678', ]"
|
|
16189
|
-
},
|
|
16190
|
-
{
|
|
16191
|
-
"kind": "variable",
|
|
16192
|
-
"name": "BICTestValues",
|
|
16193
|
-
"type": {
|
|
16194
|
-
"text": "array"
|
|
16195
|
-
},
|
|
16196
|
-
"default": "[ 'DEKTDE7GXXX', 'GEBABEBB', 'BKAUATWW', 'COBADEFF060', 'UCJAES2MXXX', 'ESSEDE5F100', 'CMCIFRPP', 'CHASFIHHXXX', 'PBNKDEFF100', 'ZUNOCZPP', 'ABNACHZ8XXX', 'DNBANOKK', 'DEUTDEDB101', 'ARSPBE22', 'DXIADEBBXXX', 'SOGEFRPP', // Société générale 'BNPAFRPPXXX', //BNP 'CMCIFR2AXXX', // Crédit Mutuel 'CMCIFRPPXXX', //CIC banque 'PSSTFRPPPAR', //Banque postale 'PSSTFRPPLIL', 'PSSTFRPPSCE', 'PSSTFRPPMAR', 'CMBRFR2BXXX', //credit mutuelle 'CEPAFRPP627', //caise d'epargne 'PSSTFRPPCNE', 'CEPAFRPP751', 'AGRIFRPP867', 'AGRIFRPP878', 'PSSTFRPPBOR', 'CEPAFRPP382', 'PSSTFRPPLYO', 'AGRIFRPP887', 'AGRIFRPP891', 'CEPAFRPP444', 'PSSTFRPPMON', 'AGRIFRPP882', 'AGRIFRPP835', 'CEPAFRPP513', 'CEPAFRPP333', 'PSSTFRPPTOU', 'AGRIFRPP833', 'AGRIFRPP802', 'CEPAFRPP131', 'AGRIFRPP868', 'PSSTFRPPROU', 'CEPAFRPP142', 'AGRIFRPP847', 'AGRIFRPP866', 'CEPAFRPP313', 'AGRIFRPP879', 'CEPAFRPP348', 'AGRIFRPP813', 'CCBPFRPPGRE', 'PSSTFRPPNTE', 'AGRIFRPP848', 'CEPAFRPP213', 'CCBPFRPPDJN', 'AGRIFRPP810', 'AGRIFRPP881', 'PSSTFRPPDIJ', 'AGRIFRPP839', 'AGRIFRPP883', 'CCBPFRPPBDX', 'CEPAFRPP450', 'BREDFRPPXXX', 'PSSTFRPPLIM', 'CCBPFRPPMTZ', 'AGRIFRPP869', 'PSSTFRPPCLE', 'AGRIFRPP812', 'CCBPFRPPNAN', 'CCBPFRPPTLS', 'PSSTFRPPCHA', 'PSSTFRPPNCY', 'PSSTFRPPGRE', 'CEPAFRPP831', 'CCBPFRPPMTG', 'AGRIFRPP825', 'AGRIFRPP845', 'PSSTFRPPREN', 'CEPAFRPP871', 'AGRIFRPP831', 'CEPAFRPP426', 'AGRIFRPP861', 'AGRIFRPP836', 'AGRIFRPP817', 'AGRIFRPP894', 'CCBPFRPPPPG', 'SOAPFR22XXX', 'CCBPFRPPVER', 'AGRIFRPP829', 'AGRIFRPP824', 'CCBPFRPPMAR', 'AGRIFRPP871', 'AGRIFRPP822', 'AGRIFRPP844', 'AGRIFRPP872', 'CCBPFRPPLIL', 'AGRIFRPP895', 'AGRIFRPP860', 'PSSTFRPPSDR', 'AXABFRPPXXX', 'PSSTFRPPSTR', 'CCOPFRPPXXX', 'SORMFR2NXXX', 'CCBPFRPPREN', 'PSSTFRPPBTE', 'GPBAFRPPXXX', 'PSSTFRPPCAY', 'PRNSFRP1XXX', 'CMCIFRP1MON', 'FTNOFRP1XXX', 'PSSTFRPPFDF', 'CEPAFRPP670', 'CMBRFR2BARK', ]"
|
|
16197
|
-
},
|
|
16198
|
-
{
|
|
16199
|
-
"kind": "variable",
|
|
16200
|
-
"name": "NIRTestValues",
|
|
16201
|
-
"type": {
|
|
16202
|
-
"text": "array"
|
|
16203
|
-
},
|
|
16204
|
-
"default": "['187089932132113']"
|
|
16205
15416
|
}
|
|
16206
15417
|
],
|
|
16207
15418
|
"exports": [
|
|
16208
15419
|
{
|
|
16209
15420
|
"kind": "js",
|
|
16210
|
-
"name": "
|
|
16211
|
-
"declaration": {
|
|
16212
|
-
"name": "specialCharPattern",
|
|
16213
|
-
"module": "components/input-mask/input-mask.utils.js"
|
|
16214
|
-
}
|
|
16215
|
-
},
|
|
16216
|
-
{
|
|
16217
|
-
"kind": "js",
|
|
16218
|
-
"name": "normalCharPattern",
|
|
16219
|
-
"declaration": {
|
|
16220
|
-
"name": "normalCharPattern",
|
|
16221
|
-
"module": "components/input-mask/input-mask.utils.js"
|
|
16222
|
-
}
|
|
16223
|
-
},
|
|
16224
|
-
{
|
|
16225
|
-
"kind": "js",
|
|
16226
|
-
"name": "maskOptions",
|
|
16227
|
-
"declaration": {
|
|
16228
|
-
"name": "maskOptions",
|
|
16229
|
-
"module": "components/input-mask/input-mask.utils.js"
|
|
16230
|
-
}
|
|
16231
|
-
},
|
|
16232
|
-
{
|
|
16233
|
-
"kind": "js",
|
|
16234
|
-
"name": "stripSpecialChars",
|
|
15421
|
+
"name": "isPrefixIconOverriden",
|
|
16235
15422
|
"declaration": {
|
|
16236
|
-
"name": "
|
|
16237
|
-
"module": "components/input-
|
|
15423
|
+
"name": "isPrefixIconOverriden",
|
|
15424
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16238
15425
|
}
|
|
16239
15426
|
},
|
|
16240
15427
|
{
|
|
16241
15428
|
"kind": "js",
|
|
16242
|
-
"name": "
|
|
15429
|
+
"name": "getOverridenIconDetails",
|
|
16243
15430
|
"declaration": {
|
|
16244
|
-
"name": "
|
|
16245
|
-
"module": "components/input-
|
|
15431
|
+
"name": "getOverridenIconDetails",
|
|
15432
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16246
15433
|
}
|
|
16247
15434
|
},
|
|
16248
15435
|
{
|
|
16249
15436
|
"kind": "js",
|
|
16250
|
-
"name": "
|
|
15437
|
+
"name": "isInvalidAmountKey",
|
|
16251
15438
|
"declaration": {
|
|
16252
|
-
"name": "
|
|
16253
|
-
"module": "components/input-
|
|
15439
|
+
"name": "isInvalidAmountKey",
|
|
15440
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16254
15441
|
}
|
|
16255
15442
|
},
|
|
16256
15443
|
{
|
|
16257
15444
|
"kind": "js",
|
|
16258
|
-
"name": "
|
|
15445
|
+
"name": "parseFrAmount",
|
|
16259
15446
|
"declaration": {
|
|
16260
|
-
"name": "
|
|
16261
|
-
"module": "components/input-
|
|
15447
|
+
"name": "parseFrAmount",
|
|
15448
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16262
15449
|
}
|
|
16263
15450
|
},
|
|
16264
15451
|
{
|
|
16265
15452
|
"kind": "js",
|
|
16266
|
-
"name": "
|
|
15453
|
+
"name": "numberToFrAmount",
|
|
16267
15454
|
"declaration": {
|
|
16268
|
-
"name": "
|
|
16269
|
-
"module": "components/input-
|
|
15455
|
+
"name": "numberToFrAmount",
|
|
15456
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16270
15457
|
}
|
|
16271
15458
|
},
|
|
16272
15459
|
{
|
|
16273
15460
|
"kind": "js",
|
|
16274
|
-
"name": "
|
|
15461
|
+
"name": "roundToStep",
|
|
16275
15462
|
"declaration": {
|
|
16276
|
-
"name": "
|
|
16277
|
-
"module": "components/input-
|
|
15463
|
+
"name": "roundToStep",
|
|
15464
|
+
"module": "components/input-native/input-native.utils.js"
|
|
16278
15465
|
}
|
|
16279
15466
|
}
|
|
16280
15467
|
]
|
|
@@ -16294,160 +15481,57 @@
|
|
|
16294
15481
|
},
|
|
16295
15482
|
{
|
|
16296
15483
|
"description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
|
|
16297
|
-
"name": "help-text"
|
|
16298
|
-
},
|
|
16299
|
-
{
|
|
16300
|
-
"description": "The tooltip slot allows additional information to be passed along the label.",
|
|
16301
|
-
"name": "tooltip"
|
|
16302
|
-
}
|
|
16303
|
-
],
|
|
16304
|
-
"members": [
|
|
16305
|
-
{
|
|
16306
|
-
"kind": "field",
|
|
16307
|
-
"name": "formControlController",
|
|
16308
|
-
"privacy": "private",
|
|
16309
|
-
"readonly": true,
|
|
16310
|
-
"default": "new FormControlController(this, { assumeInteractionOn: ['dsa-blur', 'dsa-input'], })"
|
|
16311
|
-
},
|
|
16312
|
-
{
|
|
16313
|
-
"kind": "field",
|
|
16314
|
-
"name": "input",
|
|
16315
|
-
"type": {
|
|
16316
|
-
"text": "HTMLInputElement"
|
|
16317
|
-
},
|
|
16318
|
-
"privacy": "private"
|
|
16319
|
-
},
|
|
16320
|
-
{
|
|
16321
|
-
"kind": "field",
|
|
16322
|
-
"name": "hasFocus",
|
|
16323
|
-
"type": {
|
|
16324
|
-
"text": "boolean"
|
|
16325
|
-
},
|
|
16326
|
-
"privacy": "private",
|
|
16327
|
-
"default": "false"
|
|
16328
|
-
},
|
|
16329
|
-
{
|
|
16330
|
-
"kind": "field",
|
|
16331
|
-
"name": "currentIndex",
|
|
16332
|
-
"type": {
|
|
16333
|
-
"text": "number"
|
|
16334
|
-
},
|
|
16335
|
-
"privacy": "private",
|
|
16336
|
-
"default": "0"
|
|
16337
|
-
},
|
|
16338
|
-
{
|
|
16339
|
-
"kind": "field",
|
|
16340
|
-
"name": "patternRegexp",
|
|
16341
|
-
"type": {
|
|
16342
|
-
"text": "RegExp"
|
|
16343
|
-
},
|
|
16344
|
-
"privacy": "private"
|
|
16345
|
-
},
|
|
16346
|
-
{
|
|
16347
|
-
"kind": "field",
|
|
16348
|
-
"name": "value",
|
|
16349
|
-
"type": {
|
|
16350
|
-
"text": "string"
|
|
16351
|
-
},
|
|
16352
|
-
"default": "''",
|
|
16353
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
16354
|
-
"attribute": "value"
|
|
16355
|
-
},
|
|
16356
|
-
{
|
|
16357
|
-
"kind": "field",
|
|
16358
|
-
"name": "defaultValue",
|
|
16359
|
-
"type": {
|
|
16360
|
-
"text": "string"
|
|
16361
|
-
},
|
|
16362
|
-
"default": "''",
|
|
16363
|
-
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
16364
|
-
},
|
|
16365
|
-
{
|
|
16366
|
-
"kind": "field",
|
|
16367
|
-
"name": "pattern",
|
|
16368
|
-
"type": {
|
|
16369
|
-
"text": "string"
|
|
16370
|
-
},
|
|
16371
|
-
"description": "A regular expression pattern to validate input against.",
|
|
16372
|
-
"attribute": "pattern"
|
|
16373
|
-
},
|
|
16374
|
-
{
|
|
16375
|
-
"kind": "field",
|
|
16376
|
-
"name": "length",
|
|
16377
|
-
"type": {
|
|
16378
|
-
"text": "number"
|
|
16379
|
-
},
|
|
16380
|
-
"default": "6",
|
|
16381
|
-
"description": "The length of input that will be considered valid.",
|
|
16382
|
-
"attribute": "length"
|
|
15484
|
+
"name": "help-text"
|
|
16383
15485
|
},
|
|
15486
|
+
{
|
|
15487
|
+
"description": "The tooltip slot allows additional information to be passed along the label.",
|
|
15488
|
+
"name": "tooltip"
|
|
15489
|
+
}
|
|
15490
|
+
],
|
|
15491
|
+
"members": [
|
|
16384
15492
|
{
|
|
16385
15493
|
"kind": "field",
|
|
16386
|
-
"name": "
|
|
15494
|
+
"name": "input",
|
|
16387
15495
|
"type": {
|
|
16388
|
-
"text": "
|
|
16389
|
-
}
|
|
16390
|
-
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
16391
|
-
"attribute": "autocapitalize"
|
|
15496
|
+
"text": "HTMLInputElement"
|
|
15497
|
+
}
|
|
16392
15498
|
},
|
|
16393
15499
|
{
|
|
16394
15500
|
"kind": "field",
|
|
16395
|
-
"name": "
|
|
15501
|
+
"name": "currentIndex",
|
|
16396
15502
|
"type": {
|
|
16397
|
-
"text": "
|
|
15503
|
+
"text": "number"
|
|
16398
15504
|
},
|
|
16399
|
-
"
|
|
16400
|
-
"
|
|
15505
|
+
"privacy": "private",
|
|
15506
|
+
"default": "0"
|
|
16401
15507
|
},
|
|
16402
15508
|
{
|
|
16403
15509
|
"kind": "field",
|
|
16404
|
-
"name": "
|
|
15510
|
+
"name": "patternRegexp",
|
|
16405
15511
|
"type": {
|
|
16406
|
-
"text": "
|
|
15512
|
+
"text": "RegExp"
|
|
16407
15513
|
},
|
|
16408
|
-
"
|
|
16409
|
-
"attribute": "enterkeyhint"
|
|
15514
|
+
"privacy": "private"
|
|
16410
15515
|
},
|
|
16411
15516
|
{
|
|
16412
15517
|
"kind": "field",
|
|
16413
|
-
"name": "
|
|
15518
|
+
"name": "length",
|
|
16414
15519
|
"type": {
|
|
16415
|
-
"text": "
|
|
15520
|
+
"text": "number"
|
|
16416
15521
|
},
|
|
16417
|
-
"
|
|
16418
|
-
"
|
|
16419
|
-
|
|
16420
|
-
{
|
|
16421
|
-
"kind": "field",
|
|
16422
|
-
"name": "validity",
|
|
16423
|
-
"description": "Gets the validity state object",
|
|
16424
|
-
"readonly": true
|
|
16425
|
-
},
|
|
16426
|
-
{
|
|
16427
|
-
"kind": "field",
|
|
16428
|
-
"name": "validationMessage",
|
|
16429
|
-
"description": "Gets the validation message",
|
|
16430
|
-
"readonly": true
|
|
16431
|
-
},
|
|
16432
|
-
{
|
|
16433
|
-
"kind": "method",
|
|
16434
|
-
"name": "handleBlur",
|
|
16435
|
-
"privacy": "private"
|
|
16436
|
-
},
|
|
16437
|
-
{
|
|
16438
|
-
"kind": "method",
|
|
16439
|
-
"name": "handleChange",
|
|
16440
|
-
"privacy": "private"
|
|
15522
|
+
"default": "6",
|
|
15523
|
+
"description": "The length of input that will be considered valid.",
|
|
15524
|
+
"attribute": "length"
|
|
16441
15525
|
},
|
|
16442
15526
|
{
|
|
16443
15527
|
"kind": "method",
|
|
16444
15528
|
"name": "handleFocus",
|
|
16445
|
-
"privacy": "
|
|
15529
|
+
"privacy": "protected"
|
|
16446
15530
|
},
|
|
16447
15531
|
{
|
|
16448
15532
|
"kind": "method",
|
|
16449
15533
|
"name": "handleInput",
|
|
16450
|
-
"privacy": "
|
|
15534
|
+
"privacy": "protected",
|
|
16451
15535
|
"parameters": [
|
|
16452
15536
|
{
|
|
16453
15537
|
"name": "event",
|
|
@@ -16462,23 +15546,10 @@
|
|
|
16462
15546
|
"name": "handleSelect",
|
|
16463
15547
|
"privacy": "private"
|
|
16464
15548
|
},
|
|
16465
|
-
{
|
|
16466
|
-
"kind": "method",
|
|
16467
|
-
"name": "handleInvalid",
|
|
16468
|
-
"privacy": "private",
|
|
16469
|
-
"parameters": [
|
|
16470
|
-
{
|
|
16471
|
-
"name": "event",
|
|
16472
|
-
"type": {
|
|
16473
|
-
"text": "Event"
|
|
16474
|
-
}
|
|
16475
|
-
}
|
|
16476
|
-
]
|
|
16477
|
-
},
|
|
16478
15549
|
{
|
|
16479
15550
|
"kind": "method",
|
|
16480
15551
|
"name": "handleKeyDown",
|
|
16481
|
-
"privacy": "
|
|
15552
|
+
"privacy": "protected",
|
|
16482
15553
|
"parameters": [
|
|
16483
15554
|
{
|
|
16484
15555
|
"name": "event",
|
|
@@ -16506,84 +15577,14 @@
|
|
|
16506
15577
|
"name": "getLastIndex",
|
|
16507
15578
|
"privacy": "private"
|
|
16508
15579
|
},
|
|
16509
|
-
{
|
|
16510
|
-
"kind": "method",
|
|
16511
|
-
"name": "getDescriptionIds",
|
|
16512
|
-
"privacy": "private"
|
|
16513
|
-
},
|
|
16514
15580
|
{
|
|
16515
15581
|
"kind": "method",
|
|
16516
15582
|
"name": "handleCurrentIndexChange"
|
|
16517
15583
|
},
|
|
16518
|
-
{
|
|
16519
|
-
"kind": "method",
|
|
16520
|
-
"name": "handleDisabledChange"
|
|
16521
|
-
},
|
|
16522
|
-
{
|
|
16523
|
-
"kind": "method",
|
|
16524
|
-
"name": "handleValueChange"
|
|
16525
|
-
},
|
|
16526
15584
|
{
|
|
16527
15585
|
"kind": "method",
|
|
16528
15586
|
"name": "handlePatterChange"
|
|
16529
15587
|
},
|
|
16530
|
-
{
|
|
16531
|
-
"kind": "method",
|
|
16532
|
-
"name": "blur",
|
|
16533
|
-
"description": "Removes focus from the input."
|
|
16534
|
-
},
|
|
16535
|
-
{
|
|
16536
|
-
"kind": "method",
|
|
16537
|
-
"name": "checkValidity",
|
|
16538
|
-
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
16539
|
-
},
|
|
16540
|
-
{
|
|
16541
|
-
"kind": "method",
|
|
16542
|
-
"name": "focus",
|
|
16543
|
-
"parameters": [
|
|
16544
|
-
{
|
|
16545
|
-
"name": "options",
|
|
16546
|
-
"optional": true,
|
|
16547
|
-
"type": {
|
|
16548
|
-
"text": "FocusOptions"
|
|
16549
|
-
}
|
|
16550
|
-
}
|
|
16551
|
-
],
|
|
16552
|
-
"description": "Sets focus on the input."
|
|
16553
|
-
},
|
|
16554
|
-
{
|
|
16555
|
-
"kind": "method",
|
|
16556
|
-
"name": "getForm",
|
|
16557
|
-
"return": {
|
|
16558
|
-
"type": {
|
|
16559
|
-
"text": "HTMLFormElement | null"
|
|
16560
|
-
}
|
|
16561
|
-
},
|
|
16562
|
-
"description": "Gets the associated form, if one exists."
|
|
16563
|
-
},
|
|
16564
|
-
{
|
|
16565
|
-
"kind": "method",
|
|
16566
|
-
"name": "reportValidity",
|
|
16567
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
16568
|
-
},
|
|
16569
|
-
{
|
|
16570
|
-
"kind": "method",
|
|
16571
|
-
"name": "select",
|
|
16572
|
-
"description": "Selects all the text in the input."
|
|
16573
|
-
},
|
|
16574
|
-
{
|
|
16575
|
-
"kind": "method",
|
|
16576
|
-
"name": "setCustomValidity",
|
|
16577
|
-
"parameters": [
|
|
16578
|
-
{
|
|
16579
|
-
"name": "message",
|
|
16580
|
-
"type": {
|
|
16581
|
-
"text": "string"
|
|
16582
|
-
}
|
|
16583
|
-
}
|
|
16584
|
-
],
|
|
16585
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity."
|
|
16586
|
-
},
|
|
16587
15588
|
{
|
|
16588
15589
|
"kind": "method",
|
|
16589
15590
|
"name": "getUpdateComplete",
|
|
@@ -16634,23 +15635,6 @@
|
|
|
16634
15635
|
}
|
|
16635
15636
|
],
|
|
16636
15637
|
"attributes": [
|
|
16637
|
-
{
|
|
16638
|
-
"name": "value",
|
|
16639
|
-
"type": {
|
|
16640
|
-
"text": "string"
|
|
16641
|
-
},
|
|
16642
|
-
"default": "''",
|
|
16643
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
16644
|
-
"fieldName": "value"
|
|
16645
|
-
},
|
|
16646
|
-
{
|
|
16647
|
-
"name": "pattern",
|
|
16648
|
-
"type": {
|
|
16649
|
-
"text": "string"
|
|
16650
|
-
},
|
|
16651
|
-
"description": "A regular expression pattern to validate input against.",
|
|
16652
|
-
"fieldName": "pattern"
|
|
16653
|
-
},
|
|
16654
15638
|
{
|
|
16655
15639
|
"name": "length",
|
|
16656
15640
|
"type": {
|
|
@@ -16659,43 +15643,11 @@
|
|
|
16659
15643
|
"default": "6",
|
|
16660
15644
|
"description": "The length of input that will be considered valid.",
|
|
16661
15645
|
"fieldName": "length"
|
|
16662
|
-
},
|
|
16663
|
-
{
|
|
16664
|
-
"name": "autocapitalize",
|
|
16665
|
-
"type": {
|
|
16666
|
-
"text": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
|
|
16667
|
-
},
|
|
16668
|
-
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
16669
|
-
"fieldName": "autocapitalize"
|
|
16670
|
-
},
|
|
16671
|
-
{
|
|
16672
|
-
"name": "autofocus",
|
|
16673
|
-
"type": {
|
|
16674
|
-
"text": "boolean"
|
|
16675
|
-
},
|
|
16676
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
16677
|
-
"fieldName": "autofocus"
|
|
16678
|
-
},
|
|
16679
|
-
{
|
|
16680
|
-
"name": "enterkeyhint",
|
|
16681
|
-
"type": {
|
|
16682
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
16683
|
-
},
|
|
16684
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
16685
|
-
"fieldName": "enterkeyhint"
|
|
16686
|
-
},
|
|
16687
|
-
{
|
|
16688
|
-
"name": "inputmode",
|
|
16689
|
-
"type": {
|
|
16690
|
-
"text": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
|
|
16691
|
-
},
|
|
16692
|
-
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
16693
|
-
"fieldName": "inputmode"
|
|
16694
15646
|
}
|
|
16695
15647
|
],
|
|
16696
15648
|
"superclass": {
|
|
16697
|
-
"name": "
|
|
16698
|
-
"module": "/src/internal/components/
|
|
15649
|
+
"name": "InputBase",
|
|
15650
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
16699
15651
|
},
|
|
16700
15652
|
"summary": "The OTP input is used for MFA procedure of authenticating users by a one-time password.",
|
|
16701
15653
|
"documentation": "undefined",
|
|
@@ -16841,13 +15793,6 @@
|
|
|
16841
15793
|
}
|
|
16842
15794
|
],
|
|
16843
15795
|
"members": [
|
|
16844
|
-
{
|
|
16845
|
-
"kind": "field",
|
|
16846
|
-
"name": "formControlController",
|
|
16847
|
-
"privacy": "private",
|
|
16848
|
-
"readonly": true,
|
|
16849
|
-
"default": "new FormControlController(this, { assumeInteractionOn: ['dsa-blur', 'dsa-input'], })"
|
|
16850
|
-
},
|
|
16851
15796
|
{
|
|
16852
15797
|
"kind": "field",
|
|
16853
15798
|
"name": "localize",
|
|
@@ -16857,7 +15802,7 @@
|
|
|
16857
15802
|
},
|
|
16858
15803
|
{
|
|
16859
15804
|
"kind": "field",
|
|
16860
|
-
"name": "
|
|
15805
|
+
"name": "input",
|
|
16861
15806
|
"type": {
|
|
16862
15807
|
"text": "HTMLInputElement"
|
|
16863
15808
|
}
|
|
@@ -16869,15 +15814,6 @@
|
|
|
16869
15814
|
"text": "DSASelect"
|
|
16870
15815
|
}
|
|
16871
15816
|
},
|
|
16872
|
-
{
|
|
16873
|
-
"kind": "field",
|
|
16874
|
-
"name": "hasFocus",
|
|
16875
|
-
"type": {
|
|
16876
|
-
"text": "boolean"
|
|
16877
|
-
},
|
|
16878
|
-
"privacy": "private",
|
|
16879
|
-
"default": "false"
|
|
16880
|
-
},
|
|
16881
15817
|
{
|
|
16882
15818
|
"kind": "field",
|
|
16883
15819
|
"name": "maskedNumber",
|
|
@@ -16917,74 +15853,37 @@
|
|
|
16917
15853
|
"type": {
|
|
16918
15854
|
"text": "string"
|
|
16919
15855
|
},
|
|
16920
|
-
"default": "''",
|
|
16921
|
-
"description": "The current phone number value in the E.164 format, submitted as a name/value pair with form data.",
|
|
16922
|
-
"attribute": "value"
|
|
16923
|
-
},
|
|
16924
|
-
{
|
|
16925
|
-
"kind": "field",
|
|
16926
|
-
"name": "phonePrefix",
|
|
16927
|
-
"type": {
|
|
16928
|
-
"text": "FrenchNumberPrefix"
|
|
16929
|
-
},
|
|
16930
|
-
"default": "'+33'",
|
|
16931
|
-
"description": "The current value of the prefix select"
|
|
16932
|
-
},
|
|
16933
|
-
{
|
|
16934
|
-
"kind": "field",
|
|
16935
|
-
"name": "phoneNumber",
|
|
16936
|
-
"type": {
|
|
16937
|
-
"text": "string"
|
|
16938
|
-
},
|
|
16939
|
-
"default": "''",
|
|
16940
|
-
"description": "The current value of the phone number without its prefix"
|
|
16941
|
-
},
|
|
16942
|
-
{
|
|
16943
|
-
"kind": "field",
|
|
16944
|
-
"name": "defaultValue",
|
|
16945
|
-
"type": {
|
|
16946
|
-
"text": "string"
|
|
16947
|
-
},
|
|
16948
|
-
"default": "''",
|
|
16949
|
-
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
16950
|
-
},
|
|
16951
|
-
{
|
|
16952
|
-
"kind": "field",
|
|
16953
|
-
"name": "clearable",
|
|
16954
|
-
"type": {
|
|
16955
|
-
"text": "boolean"
|
|
16956
|
-
},
|
|
16957
|
-
"default": "false",
|
|
16958
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
16959
|
-
"attribute": "clearable"
|
|
15856
|
+
"default": "''",
|
|
15857
|
+
"description": "The current phone number value in the E.164 format, submitted as a name/value pair with form data.",
|
|
15858
|
+
"attribute": "value"
|
|
16960
15859
|
},
|
|
16961
15860
|
{
|
|
16962
15861
|
"kind": "field",
|
|
16963
|
-
"name": "
|
|
15862
|
+
"name": "phonePrefix",
|
|
16964
15863
|
"type": {
|
|
16965
|
-
"text": "
|
|
15864
|
+
"text": "FrenchNumberPrefix"
|
|
16966
15865
|
},
|
|
16967
|
-
"default": "''",
|
|
16968
|
-
"description": "
|
|
16969
|
-
"attribute": "input-prefix"
|
|
15866
|
+
"default": "'+33'",
|
|
15867
|
+
"description": "The current value of the prefix select"
|
|
16970
15868
|
},
|
|
16971
15869
|
{
|
|
16972
15870
|
"kind": "field",
|
|
16973
|
-
"name": "
|
|
15871
|
+
"name": "phoneNumber",
|
|
16974
15872
|
"type": {
|
|
16975
|
-
"text": "
|
|
15873
|
+
"text": "string"
|
|
16976
15874
|
},
|
|
16977
|
-
"
|
|
16978
|
-
"
|
|
15875
|
+
"default": "''",
|
|
15876
|
+
"description": "The current value of the phone number without its prefix"
|
|
16979
15877
|
},
|
|
16980
15878
|
{
|
|
16981
15879
|
"kind": "field",
|
|
16982
|
-
"name": "
|
|
15880
|
+
"name": "inputPrefix",
|
|
16983
15881
|
"type": {
|
|
16984
|
-
"text": "
|
|
15882
|
+
"text": "string"
|
|
16985
15883
|
},
|
|
16986
|
-
"
|
|
16987
|
-
"
|
|
15884
|
+
"default": "''",
|
|
15885
|
+
"description": "Optional input prefix to help the user understand the first digit is not needed",
|
|
15886
|
+
"attribute": "input-prefix"
|
|
16988
15887
|
},
|
|
16989
15888
|
{
|
|
16990
15889
|
"kind": "field",
|
|
@@ -17003,12 +15902,6 @@
|
|
|
17003
15902
|
"description": "Gets the validity state object",
|
|
17004
15903
|
"readonly": true
|
|
17005
15904
|
},
|
|
17006
|
-
{
|
|
17007
|
-
"kind": "field",
|
|
17008
|
-
"name": "validationMessage",
|
|
17009
|
-
"description": "Gets the validation message",
|
|
17010
|
-
"readonly": true
|
|
17011
|
-
},
|
|
17012
15905
|
{
|
|
17013
15906
|
"kind": "method",
|
|
17014
15907
|
"name": "handleDocumentKeyUp",
|
|
@@ -17048,43 +15941,7 @@
|
|
|
17048
15941
|
{
|
|
17049
15942
|
"kind": "method",
|
|
17050
15943
|
"name": "handleChange",
|
|
17051
|
-
"privacy": "
|
|
17052
|
-
"parameters": [
|
|
17053
|
-
{
|
|
17054
|
-
"name": "event",
|
|
17055
|
-
"type": {
|
|
17056
|
-
"text": "Event"
|
|
17057
|
-
}
|
|
17058
|
-
}
|
|
17059
|
-
]
|
|
17060
|
-
},
|
|
17061
|
-
{
|
|
17062
|
-
"kind": "method",
|
|
17063
|
-
"name": "handleKeyDown",
|
|
17064
|
-
"privacy": "private",
|
|
17065
|
-
"parameters": [
|
|
17066
|
-
{
|
|
17067
|
-
"name": "event",
|
|
17068
|
-
"type": {
|
|
17069
|
-
"text": "KeyboardEvent"
|
|
17070
|
-
}
|
|
17071
|
-
}
|
|
17072
|
-
]
|
|
17073
|
-
},
|
|
17074
|
-
{
|
|
17075
|
-
"kind": "method",
|
|
17076
|
-
"name": "handleFocus",
|
|
17077
|
-
"privacy": "private"
|
|
17078
|
-
},
|
|
17079
|
-
{
|
|
17080
|
-
"kind": "method",
|
|
17081
|
-
"name": "handleBlur",
|
|
17082
|
-
"privacy": "private"
|
|
17083
|
-
},
|
|
17084
|
-
{
|
|
17085
|
-
"kind": "method",
|
|
17086
|
-
"name": "handleInvalid",
|
|
17087
|
-
"privacy": "private",
|
|
15944
|
+
"privacy": "protected",
|
|
17088
15945
|
"parameters": [
|
|
17089
15946
|
{
|
|
17090
15947
|
"name": "event",
|
|
@@ -17110,7 +15967,7 @@
|
|
|
17110
15967
|
{
|
|
17111
15968
|
"kind": "method",
|
|
17112
15969
|
"name": "getDescriptionIds",
|
|
17113
|
-
"privacy": "
|
|
15970
|
+
"privacy": "protected"
|
|
17114
15971
|
},
|
|
17115
15972
|
{
|
|
17116
15973
|
"kind": "method",
|
|
@@ -17128,123 +15985,16 @@
|
|
|
17128
15985
|
"kind": "method",
|
|
17129
15986
|
"name": "handlePhoneChange"
|
|
17130
15987
|
},
|
|
17131
|
-
{
|
|
17132
|
-
"kind": "method",
|
|
17133
|
-
"name": "focus",
|
|
17134
|
-
"parameters": [
|
|
17135
|
-
{
|
|
17136
|
-
"name": "options",
|
|
17137
|
-
"optional": true,
|
|
17138
|
-
"type": {
|
|
17139
|
-
"text": "FocusOptions"
|
|
17140
|
-
}
|
|
17141
|
-
}
|
|
17142
|
-
],
|
|
17143
|
-
"description": "Sets focus on the input."
|
|
17144
|
-
},
|
|
17145
|
-
{
|
|
17146
|
-
"kind": "method",
|
|
17147
|
-
"name": "blur",
|
|
17148
|
-
"description": "Removes focus from the input."
|
|
17149
|
-
},
|
|
17150
|
-
{
|
|
17151
|
-
"kind": "method",
|
|
17152
|
-
"name": "select",
|
|
17153
|
-
"description": "Selects all the text in the input."
|
|
17154
|
-
},
|
|
17155
|
-
{
|
|
17156
|
-
"kind": "method",
|
|
17157
|
-
"name": "setSelectionRange",
|
|
17158
|
-
"parameters": [
|
|
17159
|
-
{
|
|
17160
|
-
"name": "selectionStart",
|
|
17161
|
-
"type": {
|
|
17162
|
-
"text": "number"
|
|
17163
|
-
}
|
|
17164
|
-
},
|
|
17165
|
-
{
|
|
17166
|
-
"name": "selectionEnd",
|
|
17167
|
-
"type": {
|
|
17168
|
-
"text": "number"
|
|
17169
|
-
}
|
|
17170
|
-
},
|
|
17171
|
-
{
|
|
17172
|
-
"name": "selectionDirection",
|
|
17173
|
-
"default": "'none'",
|
|
17174
|
-
"type": {
|
|
17175
|
-
"text": "'forward' | 'backward' | 'none'"
|
|
17176
|
-
}
|
|
17177
|
-
}
|
|
17178
|
-
],
|
|
17179
|
-
"description": "Sets the start and end positions of the text selection (0-based)."
|
|
17180
|
-
},
|
|
17181
|
-
{
|
|
17182
|
-
"kind": "method",
|
|
17183
|
-
"name": "setRangeText",
|
|
17184
|
-
"parameters": [
|
|
17185
|
-
{
|
|
17186
|
-
"name": "replacement",
|
|
17187
|
-
"type": {
|
|
17188
|
-
"text": "string"
|
|
17189
|
-
}
|
|
17190
|
-
},
|
|
17191
|
-
{
|
|
17192
|
-
"name": "start",
|
|
17193
|
-
"optional": true,
|
|
17194
|
-
"type": {
|
|
17195
|
-
"text": "number"
|
|
17196
|
-
}
|
|
17197
|
-
},
|
|
17198
|
-
{
|
|
17199
|
-
"name": "end",
|
|
17200
|
-
"optional": true,
|
|
17201
|
-
"type": {
|
|
17202
|
-
"text": "number"
|
|
17203
|
-
}
|
|
17204
|
-
},
|
|
17205
|
-
{
|
|
17206
|
-
"name": "selectMode",
|
|
17207
|
-
"optional": true,
|
|
17208
|
-
"type": {
|
|
17209
|
-
"text": "'select' | 'start' | 'end' | 'preserve'"
|
|
17210
|
-
}
|
|
17211
|
-
}
|
|
17212
|
-
],
|
|
17213
|
-
"description": "Replaces a range of text with a new string."
|
|
17214
|
-
},
|
|
17215
15988
|
{
|
|
17216
15989
|
"kind": "method",
|
|
17217
15990
|
"name": "checkValidity",
|
|
17218
15991
|
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
17219
15992
|
},
|
|
17220
|
-
{
|
|
17221
|
-
"kind": "method",
|
|
17222
|
-
"name": "getForm",
|
|
17223
|
-
"return": {
|
|
17224
|
-
"type": {
|
|
17225
|
-
"text": "HTMLFormElement | null"
|
|
17226
|
-
}
|
|
17227
|
-
},
|
|
17228
|
-
"description": "Gets the associated form, if one exists."
|
|
17229
|
-
},
|
|
17230
15993
|
{
|
|
17231
15994
|
"kind": "method",
|
|
17232
15995
|
"name": "reportValidity",
|
|
17233
15996
|
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
17234
15997
|
},
|
|
17235
|
-
{
|
|
17236
|
-
"kind": "method",
|
|
17237
|
-
"name": "setCustomValidity",
|
|
17238
|
-
"parameters": [
|
|
17239
|
-
{
|
|
17240
|
-
"name": "message",
|
|
17241
|
-
"type": {
|
|
17242
|
-
"text": "string"
|
|
17243
|
-
}
|
|
17244
|
-
}
|
|
17245
|
-
],
|
|
17246
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity."
|
|
17247
|
-
},
|
|
17248
15998
|
{
|
|
17249
15999
|
"kind": "method",
|
|
17250
16000
|
"name": "renderInput"
|
|
@@ -17286,15 +16036,6 @@
|
|
|
17286
16036
|
"description": "The current phone number value in the E.164 format, submitted as a name/value pair with form data.",
|
|
17287
16037
|
"fieldName": "value"
|
|
17288
16038
|
},
|
|
17289
|
-
{
|
|
17290
|
-
"name": "clearable",
|
|
17291
|
-
"type": {
|
|
17292
|
-
"text": "boolean"
|
|
17293
|
-
},
|
|
17294
|
-
"default": "false",
|
|
17295
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
17296
|
-
"fieldName": "clearable"
|
|
17297
|
-
},
|
|
17298
16039
|
{
|
|
17299
16040
|
"name": "input-prefix",
|
|
17300
16041
|
"type": {
|
|
@@ -17304,22 +16045,6 @@
|
|
|
17304
16045
|
"description": "Optional input prefix to help the user understand the first digit is not needed",
|
|
17305
16046
|
"fieldName": "inputPrefix"
|
|
17306
16047
|
},
|
|
17307
|
-
{
|
|
17308
|
-
"name": "autofocus",
|
|
17309
|
-
"type": {
|
|
17310
|
-
"text": "boolean"
|
|
17311
|
-
},
|
|
17312
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
17313
|
-
"fieldName": "autofocus"
|
|
17314
|
-
},
|
|
17315
|
-
{
|
|
17316
|
-
"name": "enterkeyhint",
|
|
17317
|
-
"type": {
|
|
17318
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
17319
|
-
},
|
|
17320
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
17321
|
-
"fieldName": "enterkeyhint"
|
|
17322
|
-
},
|
|
17323
16048
|
{
|
|
17324
16049
|
"name": "placement",
|
|
17325
16050
|
"type": {
|
|
@@ -17331,8 +16056,8 @@
|
|
|
17331
16056
|
}
|
|
17332
16057
|
],
|
|
17333
16058
|
"superclass": {
|
|
17334
|
-
"name": "
|
|
17335
|
-
"module": "/src/internal/components/
|
|
16059
|
+
"name": "InputBase",
|
|
16060
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
17336
16061
|
},
|
|
17337
16062
|
"summary": "Inputs collect data from the user.",
|
|
17338
16063
|
"documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/champs-de-saisie/input-phone/web-LwXd33D5",
|
|
@@ -17439,86 +16164,33 @@
|
|
|
17439
16164
|
"members": [
|
|
17440
16165
|
{
|
|
17441
16166
|
"kind": "field",
|
|
17442
|
-
"name": "
|
|
17443
|
-
"privacy": "private",
|
|
17444
|
-
"readonly": true,
|
|
17445
|
-
"default": "new FormControlController(this, { assumeInteractionOn: ['dsa-blur', 'dsa-input'], })"
|
|
17446
|
-
},
|
|
17447
|
-
{
|
|
17448
|
-
"kind": "field",
|
|
17449
|
-
"name": "localize",
|
|
17450
|
-
"privacy": "private",
|
|
17451
|
-
"readonly": true,
|
|
17452
|
-
"default": "new LocalizeController(this)"
|
|
17453
|
-
},
|
|
17454
|
-
{
|
|
17455
|
-
"kind": "field",
|
|
17456
|
-
"name": "nativeInput",
|
|
17457
|
-
"type": {
|
|
17458
|
-
"text": "HTMLInputElement"
|
|
17459
|
-
},
|
|
17460
|
-
"privacy": "private"
|
|
17461
|
-
},
|
|
17462
|
-
{
|
|
17463
|
-
"kind": "field",
|
|
17464
|
-
"name": "timePickerButton",
|
|
17465
|
-
"type": {
|
|
17466
|
-
"text": "DSAIconButton"
|
|
17467
|
-
}
|
|
17468
|
-
},
|
|
17469
|
-
{
|
|
17470
|
-
"kind": "field",
|
|
17471
|
-
"name": "popup",
|
|
17472
|
-
"type": {
|
|
17473
|
-
"text": "DSAPopup"
|
|
17474
|
-
}
|
|
17475
|
-
},
|
|
17476
|
-
{
|
|
17477
|
-
"kind": "field",
|
|
17478
|
-
"name": "isTimePickerOpen",
|
|
17479
|
-
"type": {
|
|
17480
|
-
"text": "boolean"
|
|
17481
|
-
},
|
|
17482
|
-
"privacy": "private",
|
|
17483
|
-
"default": "false"
|
|
17484
|
-
},
|
|
17485
|
-
{
|
|
17486
|
-
"kind": "field",
|
|
17487
|
-
"name": "hasFocus",
|
|
17488
|
-
"type": {
|
|
17489
|
-
"text": "boolean"
|
|
17490
|
-
},
|
|
16167
|
+
"name": "localize",
|
|
17491
16168
|
"privacy": "private",
|
|
17492
|
-
"
|
|
16169
|
+
"readonly": true,
|
|
16170
|
+
"default": "new LocalizeController(this)"
|
|
17493
16171
|
},
|
|
17494
16172
|
{
|
|
17495
16173
|
"kind": "field",
|
|
17496
|
-
"name": "
|
|
16174
|
+
"name": "timePickerButton",
|
|
17497
16175
|
"type": {
|
|
17498
|
-
"text": "
|
|
17499
|
-
}
|
|
17500
|
-
"default": "''",
|
|
17501
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
17502
|
-
"attribute": "value"
|
|
16176
|
+
"text": "DSAIconButton"
|
|
16177
|
+
}
|
|
17503
16178
|
},
|
|
17504
16179
|
{
|
|
17505
16180
|
"kind": "field",
|
|
17506
|
-
"name": "
|
|
16181
|
+
"name": "popup",
|
|
17507
16182
|
"type": {
|
|
17508
|
-
"text": "
|
|
17509
|
-
}
|
|
17510
|
-
"default": "''",
|
|
17511
|
-
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
16183
|
+
"text": "DSAPopup"
|
|
16184
|
+
}
|
|
17512
16185
|
},
|
|
17513
16186
|
{
|
|
17514
16187
|
"kind": "field",
|
|
17515
|
-
"name": "
|
|
16188
|
+
"name": "isTimePickerOpen",
|
|
17516
16189
|
"type": {
|
|
17517
16190
|
"text": "boolean"
|
|
17518
16191
|
},
|
|
17519
|
-
"
|
|
17520
|
-
"
|
|
17521
|
-
"attribute": "clearable"
|
|
16192
|
+
"privacy": "private",
|
|
16193
|
+
"default": "false"
|
|
17522
16194
|
},
|
|
17523
16195
|
{
|
|
17524
16196
|
"kind": "field",
|
|
@@ -17550,45 +16222,6 @@
|
|
|
17550
16222
|
"description": "Allows the implementation of steps between each possible value, in seconds. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/step) for more information.",
|
|
17551
16223
|
"attribute": "step"
|
|
17552
16224
|
},
|
|
17553
|
-
{
|
|
17554
|
-
"kind": "field",
|
|
17555
|
-
"name": "autocomplete",
|
|
17556
|
-
"type": {
|
|
17557
|
-
"text": "string"
|
|
17558
|
-
},
|
|
17559
|
-
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
17560
|
-
"attribute": "autocomplete"
|
|
17561
|
-
},
|
|
17562
|
-
{
|
|
17563
|
-
"kind": "field",
|
|
17564
|
-
"name": "autofocus",
|
|
17565
|
-
"type": {
|
|
17566
|
-
"text": "boolean"
|
|
17567
|
-
},
|
|
17568
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
17569
|
-
"attribute": "autofocus"
|
|
17570
|
-
},
|
|
17571
|
-
{
|
|
17572
|
-
"kind": "field",
|
|
17573
|
-
"name": "enterkeyhint",
|
|
17574
|
-
"type": {
|
|
17575
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
17576
|
-
},
|
|
17577
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
17578
|
-
"attribute": "enterkeyhint"
|
|
17579
|
-
},
|
|
17580
|
-
{
|
|
17581
|
-
"kind": "field",
|
|
17582
|
-
"name": "validity",
|
|
17583
|
-
"description": "Gets the validity state object",
|
|
17584
|
-
"readonly": true
|
|
17585
|
-
},
|
|
17586
|
-
{
|
|
17587
|
-
"kind": "field",
|
|
17588
|
-
"name": "validationMessage",
|
|
17589
|
-
"description": "Gets the validation message",
|
|
17590
|
-
"readonly": true
|
|
17591
|
-
},
|
|
17592
16225
|
{
|
|
17593
16226
|
"kind": "method",
|
|
17594
16227
|
"name": "addOpenListeners",
|
|
@@ -17640,54 +16273,8 @@
|
|
|
17640
16273
|
},
|
|
17641
16274
|
{
|
|
17642
16275
|
"kind": "method",
|
|
17643
|
-
"name": "
|
|
17644
|
-
"privacy": "
|
|
17645
|
-
},
|
|
17646
|
-
{
|
|
17647
|
-
"kind": "method",
|
|
17648
|
-
"name": "handleInputChange",
|
|
17649
|
-
"privacy": "private"
|
|
17650
|
-
},
|
|
17651
|
-
{
|
|
17652
|
-
"kind": "method",
|
|
17653
|
-
"name": "handleInputClearClick",
|
|
17654
|
-
"privacy": "private",
|
|
17655
|
-
"parameters": [
|
|
17656
|
-
{
|
|
17657
|
-
"name": "event",
|
|
17658
|
-
"type": {
|
|
17659
|
-
"text": "MouseEvent"
|
|
17660
|
-
}
|
|
17661
|
-
}
|
|
17662
|
-
]
|
|
17663
|
-
},
|
|
17664
|
-
{
|
|
17665
|
-
"kind": "method",
|
|
17666
|
-
"name": "handleInputFocus",
|
|
17667
|
-
"privacy": "private"
|
|
17668
|
-
},
|
|
17669
|
-
{
|
|
17670
|
-
"kind": "method",
|
|
17671
|
-
"name": "handleInputInput",
|
|
17672
|
-
"privacy": "private"
|
|
17673
|
-
},
|
|
17674
|
-
{
|
|
17675
|
-
"kind": "method",
|
|
17676
|
-
"name": "handleInputInvalid",
|
|
17677
|
-
"privacy": "private",
|
|
17678
|
-
"parameters": [
|
|
17679
|
-
{
|
|
17680
|
-
"name": "event",
|
|
17681
|
-
"type": {
|
|
17682
|
-
"text": "Event"
|
|
17683
|
-
}
|
|
17684
|
-
}
|
|
17685
|
-
]
|
|
17686
|
-
},
|
|
17687
|
-
{
|
|
17688
|
-
"kind": "method",
|
|
17689
|
-
"name": "handleInputKeyDown",
|
|
17690
|
-
"privacy": "private",
|
|
16276
|
+
"name": "handleKeyDown",
|
|
16277
|
+
"privacy": "protected",
|
|
17691
16278
|
"parameters": [
|
|
17692
16279
|
{
|
|
17693
16280
|
"name": "event",
|
|
@@ -17700,15 +16287,7 @@
|
|
|
17700
16287
|
{
|
|
17701
16288
|
"kind": "method",
|
|
17702
16289
|
"name": "getDescriptionIds",
|
|
17703
|
-
"privacy": "
|
|
17704
|
-
},
|
|
17705
|
-
{
|
|
17706
|
-
"kind": "method",
|
|
17707
|
-
"name": "handleDisabledChange"
|
|
17708
|
-
},
|
|
17709
|
-
{
|
|
17710
|
-
"kind": "method",
|
|
17711
|
-
"name": "handleStepChange"
|
|
16290
|
+
"privacy": "protected"
|
|
17712
16291
|
},
|
|
17713
16292
|
{
|
|
17714
16293
|
"kind": "method",
|
|
@@ -17718,30 +16297,6 @@
|
|
|
17718
16297
|
"kind": "method",
|
|
17719
16298
|
"name": "handleOpenChange"
|
|
17720
16299
|
},
|
|
17721
|
-
{
|
|
17722
|
-
"kind": "method",
|
|
17723
|
-
"name": "focus",
|
|
17724
|
-
"parameters": [
|
|
17725
|
-
{
|
|
17726
|
-
"name": "options",
|
|
17727
|
-
"optional": true,
|
|
17728
|
-
"type": {
|
|
17729
|
-
"text": "FocusOptions"
|
|
17730
|
-
}
|
|
17731
|
-
}
|
|
17732
|
-
],
|
|
17733
|
-
"description": "Sets focus on the input."
|
|
17734
|
-
},
|
|
17735
|
-
{
|
|
17736
|
-
"kind": "method",
|
|
17737
|
-
"name": "blur",
|
|
17738
|
-
"description": "Removes focus from the input."
|
|
17739
|
-
},
|
|
17740
|
-
{
|
|
17741
|
-
"kind": "method",
|
|
17742
|
-
"name": "select",
|
|
17743
|
-
"description": "Selects all the text in the input."
|
|
17744
|
-
},
|
|
17745
16300
|
{
|
|
17746
16301
|
"kind": "method",
|
|
17747
16302
|
"name": "toggleTimePicker",
|
|
@@ -17758,67 +16313,6 @@
|
|
|
17758
16313
|
"name": "hideTimePicker",
|
|
17759
16314
|
"description": "Hides the time picker"
|
|
17760
16315
|
},
|
|
17761
|
-
{
|
|
17762
|
-
"kind": "method",
|
|
17763
|
-
"name": "stepUp",
|
|
17764
|
-
"parameters": [
|
|
17765
|
-
{
|
|
17766
|
-
"name": "stepNumber",
|
|
17767
|
-
"optional": true,
|
|
17768
|
-
"type": {
|
|
17769
|
-
"text": "number"
|
|
17770
|
-
}
|
|
17771
|
-
}
|
|
17772
|
-
],
|
|
17773
|
-
"description": "Passes the stepUp method to the native input element"
|
|
17774
|
-
},
|
|
17775
|
-
{
|
|
17776
|
-
"kind": "method",
|
|
17777
|
-
"name": "stepDown",
|
|
17778
|
-
"parameters": [
|
|
17779
|
-
{
|
|
17780
|
-
"name": "stepNumber",
|
|
17781
|
-
"optional": true,
|
|
17782
|
-
"type": {
|
|
17783
|
-
"text": "number"
|
|
17784
|
-
}
|
|
17785
|
-
}
|
|
17786
|
-
],
|
|
17787
|
-
"description": "Passes the stepDown method to the native input element"
|
|
17788
|
-
},
|
|
17789
|
-
{
|
|
17790
|
-
"kind": "method",
|
|
17791
|
-
"name": "checkValidity",
|
|
17792
|
-
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
17793
|
-
},
|
|
17794
|
-
{
|
|
17795
|
-
"kind": "method",
|
|
17796
|
-
"name": "getForm",
|
|
17797
|
-
"return": {
|
|
17798
|
-
"type": {
|
|
17799
|
-
"text": "HTMLFormElement | null"
|
|
17800
|
-
}
|
|
17801
|
-
},
|
|
17802
|
-
"description": "Gets the associated form, if one exists."
|
|
17803
|
-
},
|
|
17804
|
-
{
|
|
17805
|
-
"kind": "method",
|
|
17806
|
-
"name": "reportValidity",
|
|
17807
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
17808
|
-
},
|
|
17809
|
-
{
|
|
17810
|
-
"kind": "method",
|
|
17811
|
-
"name": "setCustomValidity",
|
|
17812
|
-
"parameters": [
|
|
17813
|
-
{
|
|
17814
|
-
"name": "message",
|
|
17815
|
-
"type": {
|
|
17816
|
-
"text": "string"
|
|
17817
|
-
}
|
|
17818
|
-
}
|
|
17819
|
-
],
|
|
17820
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity."
|
|
17821
|
-
},
|
|
17822
16316
|
{
|
|
17823
16317
|
"kind": "method",
|
|
17824
16318
|
"name": "scrollSelectedTimeUnitsIntoView",
|
|
@@ -17840,7 +16334,7 @@
|
|
|
17840
16334
|
{
|
|
17841
16335
|
"kind": "method",
|
|
17842
16336
|
"name": "handlePanelKeydown",
|
|
17843
|
-
"privacy": "
|
|
16337
|
+
"privacy": "protected",
|
|
17844
16338
|
"parameters": [
|
|
17845
16339
|
{
|
|
17846
16340
|
"name": "event",
|
|
@@ -17935,24 +16429,6 @@
|
|
|
17935
16429
|
}
|
|
17936
16430
|
],
|
|
17937
16431
|
"attributes": [
|
|
17938
|
-
{
|
|
17939
|
-
"name": "value",
|
|
17940
|
-
"type": {
|
|
17941
|
-
"text": "string"
|
|
17942
|
-
},
|
|
17943
|
-
"default": "''",
|
|
17944
|
-
"description": "The current value of the input, submitted as a name/value pair with form data.",
|
|
17945
|
-
"fieldName": "value"
|
|
17946
|
-
},
|
|
17947
|
-
{
|
|
17948
|
-
"name": "clearable",
|
|
17949
|
-
"type": {
|
|
17950
|
-
"text": "boolean"
|
|
17951
|
-
},
|
|
17952
|
-
"default": "false",
|
|
17953
|
-
"description": "Adds a clear button when the input is not empty.",
|
|
17954
|
-
"fieldName": "clearable"
|
|
17955
|
-
},
|
|
17956
16432
|
{
|
|
17957
16433
|
"name": "min",
|
|
17958
16434
|
"type": {
|
|
@@ -17979,35 +16455,11 @@
|
|
|
17979
16455
|
"default": "60",
|
|
17980
16456
|
"description": "Allows the implementation of steps between each possible value, in seconds. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/step) for more information.",
|
|
17981
16457
|
"fieldName": "step"
|
|
17982
|
-
},
|
|
17983
|
-
{
|
|
17984
|
-
"name": "autocomplete",
|
|
17985
|
-
"type": {
|
|
17986
|
-
"text": "string"
|
|
17987
|
-
},
|
|
17988
|
-
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
17989
|
-
"fieldName": "autocomplete"
|
|
17990
|
-
},
|
|
17991
|
-
{
|
|
17992
|
-
"name": "autofocus",
|
|
17993
|
-
"type": {
|
|
17994
|
-
"text": "boolean"
|
|
17995
|
-
},
|
|
17996
|
-
"description": "Indicates that the input should receive focus on page load.",
|
|
17997
|
-
"fieldName": "autofocus"
|
|
17998
|
-
},
|
|
17999
|
-
{
|
|
18000
|
-
"name": "enterkeyhint",
|
|
18001
|
-
"type": {
|
|
18002
|
-
"text": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
|
|
18003
|
-
},
|
|
18004
|
-
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
18005
|
-
"fieldName": "enterkeyhint"
|
|
18006
16458
|
}
|
|
18007
16459
|
],
|
|
18008
16460
|
"superclass": {
|
|
18009
|
-
"name": "
|
|
18010
|
-
"module": "/src/internal/components/
|
|
16461
|
+
"name": "InputBase",
|
|
16462
|
+
"module": "/src/internal/components/input-base/input-base"
|
|
18011
16463
|
},
|
|
18012
16464
|
"summary": "(Internal) Inputs time collect time data from the user.",
|
|
18013
16465
|
"dependencies": [
|
|
@@ -25689,6 +24141,11 @@
|
|
|
25689
24141
|
"description": "Whether the tab group is below the page header",
|
|
25690
24142
|
"attribute": "below-page-header"
|
|
25691
24143
|
},
|
|
24144
|
+
{
|
|
24145
|
+
"kind": "method",
|
|
24146
|
+
"name": "awaitAllElementsDefined",
|
|
24147
|
+
"privacy": "private"
|
|
24148
|
+
},
|
|
25692
24149
|
{
|
|
25693
24150
|
"kind": "method",
|
|
25694
24151
|
"name": "getAllTabs",
|
|
@@ -25784,6 +24241,11 @@
|
|
|
25784
24241
|
"name": "syncTabsAndPanels",
|
|
25785
24242
|
"privacy": "private"
|
|
25786
24243
|
},
|
|
24244
|
+
{
|
|
24245
|
+
"kind": "method",
|
|
24246
|
+
"name": "handleSlotChange",
|
|
24247
|
+
"privacy": "private"
|
|
24248
|
+
},
|
|
25787
24249
|
{
|
|
25788
24250
|
"kind": "method",
|
|
25789
24251
|
"name": "updateScrollControls"
|
|
@@ -30479,7 +28941,7 @@
|
|
|
30479
28941
|
],
|
|
30480
28942
|
"package": {
|
|
30481
28943
|
"name": "@ds-autonomie/web-components",
|
|
30482
|
-
"version": "2.5.
|
|
28944
|
+
"version": "2.5.1",
|
|
30483
28945
|
"author": "CNSA",
|
|
30484
28946
|
"homepage": "https://dsa.service-public-autonomie.fr",
|
|
30485
28947
|
"license": "MIT"
|