@ds-autonomie/web-components 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/cdn/chunks/{chunk.XCMDCOL6.js → chunk.26AMHY6M.js} +11 -8
  3. package/cdn/chunks/{chunk.IVJVQAQC.js → chunk.7AU43JKE.js} +4 -1
  4. package/cdn/chunks/{chunk.32CDX2G7.js → chunk.AYVXBNFN.js} +1 -1
  5. package/cdn/chunks/{chunk.YTHNA2W4.js → chunk.BUKM2N6B.js} +11 -5
  6. package/cdn/chunks/{chunk.76P65WVM.js → chunk.CE4QX5GY.js} +5 -0
  7. package/cdn/chunks/{chunk.RVHELEGN.js → chunk.E7LCBTT5.js} +7 -5
  8. package/cdn/chunks/{chunk.25TCJH3S.js → chunk.FOB2ZQTP.js} +8 -3
  9. package/cdn/chunks/{chunk.JITNMLSZ.js → chunk.G6BQ2WKP.js} +11 -5
  10. package/cdn/chunks/{chunk.JLURATAB.js → chunk.H2VYMPUG.js} +3 -2
  11. package/cdn/chunks/{chunk.CA44N3RR.js → chunk.IIVSSOAU.js} +1 -1
  12. package/cdn/chunks/{chunk.UXHX6KTB.js → chunk.JSZ62MET.js} +7 -7
  13. package/cdn/chunks/{chunk.RIGMCOQV.js → chunk.KNXOB4UE.js} +9 -5
  14. package/cdn/chunks/{chunk.ANBARN33.js → chunk.LAHTYN7O.js} +8 -2
  15. package/cdn/chunks/{chunk.HFZHMBO3.js → chunk.MYUDDEC5.js} +8 -3
  16. package/cdn/chunks/{chunk.22WBEYR5.js → chunk.N5YAEQVH.js} +4 -0
  17. package/cdn/chunks/{chunk.2L6I3VNO.js → chunk.OJYQEB5J.js} +71 -55
  18. package/cdn/chunks/{chunk.6BGRXQIW.js → chunk.QNIK7LHK.js} +5 -5
  19. package/cdn/chunks/{chunk.6KBDSFHY.js → chunk.REWGAX6A.js} +2 -1
  20. package/cdn/chunks/{chunk.BBXLEST4.js → chunk.RFDWBIL7.js} +5 -0
  21. package/cdn/chunks/{chunk.ORJKIZAO.js → chunk.SPF4JEAI.js} +8 -7
  22. package/cdn/chunks/{chunk.4O7VDH44.js → chunk.T7LIPTCL.js} +1 -1
  23. package/cdn/chunks/{chunk.INYJLKLJ.js → chunk.XCDQSN4K.js} +1 -1
  24. package/cdn/chunks/{chunk.HH3FXCDW.js → chunk.XFBBCWDH.js} +0 -1
  25. package/cdn/chunks/{chunk.OFG3L77A.js → chunk.XO5NWJKS.js} +4 -1
  26. package/cdn/chunks/{chunk.DPVUVRFZ.js → chunk.YVXTJRSI.js} +9 -1
  27. package/cdn/components/accordion-group/accordion-group.js +1 -1
  28. package/cdn/components/alert/alert.d.ts +1 -1
  29. package/cdn/components/alert/alert.js +1 -1
  30. package/cdn/components/button/button.js +1 -1
  31. package/cdn/components/checkbox/checkbox.js +1 -1
  32. package/cdn/components/combobox/combobox.js +2 -2
  33. package/cdn/components/copy-button/copy-button.d.ts +1 -2
  34. package/cdn/components/copy-button/copy-button.js +1 -1
  35. package/cdn/components/error-text/error-text-stories.d.ts +2 -0
  36. package/cdn/components/error-text/error-text-stories.js +4 -2
  37. package/cdn/components/filter-counter/filter-counter.js +7 -7
  38. package/cdn/components/filter-range/filter-range.js +7 -7
  39. package/cdn/components/filter-select/filter-select.js +8 -8
  40. package/cdn/components/header-search/header-search.js +1 -1
  41. package/cdn/components/input/input.js +6 -6
  42. package/cdn/components/input-amount/input-amount.js +3 -3
  43. package/cdn/components/input-date/input-date.js +3 -3
  44. package/cdn/components/input-mask/input-mask.js +3 -3
  45. package/cdn/components/input-native/input-native.d.ts +1 -0
  46. package/cdn/components/input-native/input-native.js +3 -3
  47. package/cdn/components/input-otp/input-otp.js +3 -3
  48. package/cdn/components/input-phone/input-phone.d.ts +10 -9
  49. package/cdn/components/input-phone/input-phone.js +4 -4
  50. package/cdn/components/input-time/input-time.js +3 -3
  51. package/cdn/components/menu-accordion/menu-accordion.js +2 -2
  52. package/cdn/components/menu-accordion/menu-accordion.styles.js +1 -1
  53. package/cdn/components/menu-item/menu-item.d.ts +1 -0
  54. package/cdn/components/menu-item/menu-item.js +1 -1
  55. package/cdn/components/menu-navigation/menu-navigation.d.ts +1 -1
  56. package/cdn/components/menu-navigation/menu-navigation.js +18 -1
  57. package/cdn/components/navbar-link/navbar-link.js +14 -1
  58. package/cdn/components/navbar-menu/navbar-menu.js +8 -1
  59. package/cdn/components/pagination/pagination.js +6 -6
  60. package/cdn/components/select/select.js +2 -2
  61. package/cdn/components/sidenav/sidenav.js +2 -2
  62. package/cdn/components/sidenav/sidenav.styles.js +1 -1
  63. package/cdn/components/sidenav-info-accordion/sidenav-info-accordion.js +2 -2
  64. package/cdn/components/success-text/success-text-stories.d.ts +2 -0
  65. package/cdn/components/success-text/success-text-stories.js +4 -2
  66. package/cdn/components/tab-group/tab-group.js +1 -1
  67. package/cdn/components/table-header-row/table-header-row.js +1 -1
  68. package/cdn/components/table-row/table-row.js +1 -1
  69. package/cdn/components/textarea/textarea.js +2 -2
  70. package/cdn/components/tree/tree.js +1 -1
  71. package/cdn/components/tree-item/tree-item.js +1 -1
  72. package/cdn/custom-elements.json +167 -142
  73. package/cdn/design-system.js +28 -28
  74. package/cdn/internal/components/form-control/form-control-layout-stories.js +31 -7
  75. package/cdn/internal/components/form-control/form-control-layout.d.ts +3 -1
  76. package/cdn/internal/components/form-control/form-control-layout.js +8 -2
  77. package/cdn/internal/components/input-base/input-base-stories.js +14 -0
  78. package/cdn/templates/utilities/decorator.d.ts +6 -0
  79. package/{dist/templates → cdn/templates/utilities}/decorator.js +4 -4
  80. package/cdn/templates/utilities/header.d.ts +8 -0
  81. package/cdn/templates/utilities/header.js +114 -0
  82. package/cdn/templates/utilities/template-story-config.d.ts +16 -0
  83. package/cdn/templates/utilities/template-story-config.js +20 -0
  84. package/cdn/vscode.html-custom-data.json +12 -16
  85. package/cdn/web-types.json +92 -70
  86. package/dist/chunks/{chunk.YHQQWRGP.js → chunk.3FXWMOTD.js} +11 -5
  87. package/dist/chunks/{chunk.LNGE6VFS.js → chunk.4FTWYPW3.js} +3 -2
  88. package/dist/chunks/{chunk.2M6NG4O7.js → chunk.5SU4CCQO.js} +1 -1
  89. package/dist/chunks/{chunk.75ZNSBG6.js → chunk.7OU2KJ5C.js} +4 -1
  90. package/dist/chunks/{chunk.TREOZZ7D.js → chunk.C2GI7AW5.js} +2 -1
  91. package/dist/chunks/{chunk.SAKC6HWD.js → chunk.FGPLOCXU.js} +7 -7
  92. package/dist/chunks/{chunk.XRLHF7QC.js → chunk.FJUIXT7L.js} +9 -5
  93. package/dist/chunks/{chunk.JM6QCEPE.js → chunk.HYY7Y4SP.js} +8 -2
  94. package/dist/chunks/{chunk.QUYAJTQA.js → chunk.MJDFYFBT.js} +1 -1
  95. package/dist/chunks/{chunk.M2FVFT7D.js → chunk.MONMQF4P.js} +7 -5
  96. package/dist/chunks/{chunk.27MAGZH3.js → chunk.N6N5PXAU.js} +8 -3
  97. package/dist/chunks/{chunk.VIAKDLXU.js → chunk.NBBSSAAF.js} +5 -0
  98. package/dist/chunks/{chunk.HWRZLJQQ.js → chunk.OGLESSI3.js} +4 -0
  99. package/dist/chunks/{chunk.5ZO4QRKN.js → chunk.OMIL5X3X.js} +1 -1
  100. package/dist/chunks/{chunk.CIPCYGAB.js → chunk.OUL3HENR.js} +1 -1
  101. package/dist/chunks/{chunk.PIRJ2ABB.js → chunk.QDXFBING.js} +0 -1
  102. package/dist/chunks/{chunk.A43SBIER.js → chunk.QQOPMOYX.js} +5 -5
  103. package/dist/chunks/{chunk.MFAEBC56.js → chunk.SHMCRSQN.js} +8 -3
  104. package/dist/chunks/{chunk.WTV5HKD2.js → chunk.SQJRLNS2.js} +71 -55
  105. package/dist/chunks/{chunk.G3ITJBUT.js → chunk.TEHV57S2.js} +5 -0
  106. package/dist/chunks/{chunk.XUEOWZLQ.js → chunk.UAENT3Y6.js} +9 -1
  107. package/dist/chunks/{chunk.ONHIOF25.js → chunk.UXNALBWT.js} +11 -5
  108. package/dist/chunks/{chunk.R4SXN6JP.js → chunk.VQ2ZMSUF.js} +8 -7
  109. package/dist/chunks/{chunk.JIE46CQ6.js → chunk.Y5BMTMOP.js} +11 -8
  110. package/dist/chunks/{chunk.CTNXZIBB.js → chunk.YVUJ2MK6.js} +4 -1
  111. package/dist/components/accordion-group/accordion-group.js +1 -1
  112. package/dist/components/alert/alert.d.ts +1 -1
  113. package/dist/components/alert/alert.js +1 -1
  114. package/dist/components/button/button.js +1 -1
  115. package/dist/components/checkbox/checkbox.js +1 -1
  116. package/dist/components/combobox/combobox.js +2 -2
  117. package/dist/components/copy-button/copy-button.d.ts +1 -2
  118. package/dist/components/copy-button/copy-button.js +1 -1
  119. package/dist/components/error-text/error-text-stories.d.ts +2 -0
  120. package/dist/components/error-text/error-text-stories.js +4 -2
  121. package/dist/components/filter-counter/filter-counter.js +7 -7
  122. package/dist/components/filter-range/filter-range.js +7 -7
  123. package/dist/components/filter-select/filter-select.js +8 -8
  124. package/dist/components/header-search/header-search.js +1 -1
  125. package/dist/components/input/input.js +6 -6
  126. package/dist/components/input-amount/input-amount.js +3 -3
  127. package/dist/components/input-date/input-date.js +3 -3
  128. package/dist/components/input-mask/input-mask.js +3 -3
  129. package/dist/components/input-native/input-native.d.ts +1 -0
  130. package/dist/components/input-native/input-native.js +3 -3
  131. package/dist/components/input-otp/input-otp.js +3 -3
  132. package/dist/components/input-phone/input-phone.d.ts +10 -9
  133. package/dist/components/input-phone/input-phone.js +4 -4
  134. package/dist/components/input-time/input-time.js +3 -3
  135. package/dist/components/menu-accordion/menu-accordion.js +2 -2
  136. package/dist/components/menu-accordion/menu-accordion.styles.js +1 -1
  137. package/dist/components/menu-item/menu-item.d.ts +1 -0
  138. package/dist/components/menu-item/menu-item.js +1 -1
  139. package/dist/components/menu-navigation/menu-navigation.d.ts +1 -1
  140. package/dist/components/menu-navigation/menu-navigation.js +14 -1
  141. package/dist/components/navbar-link/navbar-link.js +12 -1
  142. package/dist/components/navbar-menu/navbar-menu.js +6 -1
  143. package/dist/components/pagination/pagination.js +6 -6
  144. package/dist/components/select/select.js +2 -2
  145. package/dist/components/sidenav/sidenav.js +2 -2
  146. package/dist/components/sidenav/sidenav.styles.js +1 -1
  147. package/dist/components/sidenav-info-accordion/sidenav-info-accordion.js +2 -2
  148. package/dist/components/success-text/success-text-stories.d.ts +2 -0
  149. package/dist/components/success-text/success-text-stories.js +4 -2
  150. package/dist/components/tab-group/tab-group.js +1 -1
  151. package/dist/components/table-header-row/table-header-row.js +1 -1
  152. package/dist/components/table-row/table-row.js +1 -1
  153. package/dist/components/textarea/textarea.js +2 -2
  154. package/dist/components/tree/tree.js +1 -1
  155. package/dist/components/tree-item/tree-item.js +1 -1
  156. package/dist/custom-elements.json +167 -142
  157. package/dist/design-system.js +28 -28
  158. package/dist/internal/components/form-control/form-control-layout-stories.js +31 -7
  159. package/dist/internal/components/form-control/form-control-layout.d.ts +3 -1
  160. package/dist/internal/components/form-control/form-control-layout.js +8 -2
  161. package/dist/internal/components/input-base/input-base-stories.js +14 -0
  162. package/dist/templates/utilities/decorator.d.ts +6 -0
  163. package/{cdn/templates → dist/templates/utilities}/decorator.js +4 -4
  164. package/dist/templates/utilities/header.d.ts +8 -0
  165. package/dist/templates/utilities/header.js +114 -0
  166. package/dist/templates/utilities/template-story-config.d.ts +16 -0
  167. package/dist/templates/utilities/template-story-config.js +20 -0
  168. package/dist/vscode.html-custom-data.json +12 -16
  169. package/dist/web-types.json +92 -70
  170. package/package.json +1 -1
  171. package/cdn/templates/decorator.d.ts +0 -6
  172. package/dist/templates/decorator.d.ts +0 -6
@@ -553,7 +553,7 @@
553
553
  "kind": "field",
554
554
  "name": "duration",
555
555
  "default": "Infinity",
556
- "description": "The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
556
+ "description": "(deprecated) The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
557
557
  "attribute": "duration"
558
558
  },
559
559
  {
@@ -675,7 +675,7 @@
675
675
  {
676
676
  "name": "duration",
677
677
  "default": "Infinity",
678
- "description": "The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
678
+ "description": "(deprecated) The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
679
679
  "fieldName": "duration"
680
680
  }
681
681
  ],
@@ -6052,16 +6052,6 @@
6052
6052
  "description": "A custom label to show in the tooltip when a copy error occurs.",
6053
6053
  "attribute": "error-label"
6054
6054
  },
6055
- {
6056
- "kind": "field",
6057
- "name": "feedbackDuration",
6058
- "type": {
6059
- "text": "number"
6060
- },
6061
- "default": "1000",
6062
- "description": "The length of time to show feedback before restoring the default trigger.",
6063
- "attribute": "feedback-duration"
6064
- },
6065
6055
  {
6066
6056
  "kind": "field",
6067
6057
  "name": "tooltipPlacement",
@@ -6110,6 +6100,11 @@
6110
6100
  }
6111
6101
  }
6112
6102
  ]
6103
+ },
6104
+ {
6105
+ "kind": "method",
6106
+ "name": "resetStatus",
6107
+ "privacy": "private"
6113
6108
  }
6114
6109
  ],
6115
6110
  "events": [
@@ -6177,15 +6172,6 @@
6177
6172
  "description": "A custom label to show in the tooltip when a copy error occurs.",
6178
6173
  "fieldName": "errorLabel"
6179
6174
  },
6180
- {
6181
- "name": "feedback-duration",
6182
- "type": {
6183
- "text": "number"
6184
- },
6185
- "default": "1000",
6186
- "description": "The length of time to show feedback before restoring the default trigger.",
6187
- "fieldName": "feedbackDuration"
6188
- },
6189
6175
  {
6190
6176
  "name": "tooltip-placement",
6191
6177
  "type": {
@@ -7721,7 +7707,7 @@
7721
7707
  "type": {
7722
7708
  "text": "object"
7723
7709
  },
7724
- "default": "{ name: 'error', description: 'Indicates whether the component should be in error state ', table: { defaultValue: { summary: 'false' }, type: { summary: 'boolean' as const, }, }, control: { type: 'boolean' as const }, }"
7710
+ "default": "{ name: 'error', description: 'Indicates whether the component should be in error state ', table: { defaultValue: { summary: 'false' }, type: { summary: 'boolean' as const, }, category: 'Errors', }, control: { type: 'boolean' as const }, }"
7725
7711
  },
7726
7712
  {
7727
7713
  "kind": "variable",
@@ -7729,7 +7715,7 @@
7729
7715
  "type": {
7730
7716
  "text": "object"
7731
7717
  },
7732
- "default": "{ name: 'error-message', description: 'The error message or messages that are shown when “error” is set to “true”. To display several messages, they must be separated by a pipe character, e.g. \"Error 1|Error 2|Error 3”', table: { defaultValue: { summary: \"''\" }, type: { summary: 'string', }, }, control: { type: 'text' as const }, }"
7718
+ "default": "{ name: 'error-message', description: 'The error message or messages that are shown when “error” is set to “true”. To display several messages, they must be separated by a pipe character, e.g. \"Error 1|Error 2|Error 3”', table: { defaultValue: { summary: \"''\" }, type: { summary: 'string', }, category: 'Errors', }, control: { type: 'text' as const }, }"
7733
7719
  }
7734
7720
  ],
7735
7721
  "exports": [
@@ -14432,6 +14418,13 @@
14432
14418
  }
14433
14419
  ],
14434
14420
  "members": [
14421
+ {
14422
+ "kind": "field",
14423
+ "name": "defaultChecked",
14424
+ "type": {
14425
+ "text": "boolean | undefined | undefined"
14426
+ }
14427
+ },
14435
14428
  {
14436
14429
  "kind": "field",
14437
14430
  "name": "localize",
@@ -14900,6 +14893,13 @@
14900
14893
  }
14901
14894
  ],
14902
14895
  "members": [
14896
+ {
14897
+ "kind": "field",
14898
+ "name": "defaultChecked",
14899
+ "type": {
14900
+ "text": "boolean | undefined | undefined"
14901
+ }
14902
+ },
14903
14903
  {
14904
14904
  "kind": "field",
14905
14905
  "name": "localize",
@@ -14954,6 +14954,15 @@
14954
14954
  },
14955
14955
  "description": "A regular expression pattern to validate input against."
14956
14956
  },
14957
+ {
14958
+ "kind": "field",
14959
+ "name": "_isSyncing",
14960
+ "type": {
14961
+ "text": "boolean"
14962
+ },
14963
+ "privacy": "private",
14964
+ "default": "false"
14965
+ },
14957
14966
  {
14958
14967
  "kind": "field",
14959
14968
  "name": "value",
@@ -15016,57 +15025,62 @@
15016
15025
  },
15017
15026
  {
15018
15027
  "kind": "method",
15019
- "name": "setPhoneFromValue",
15028
+ "name": "handlePhonePrefixSelectChange",
15020
15029
  "privacy": "private",
15021
15030
  "parameters": [
15022
15031
  {
15023
- "name": "value",
15032
+ "name": "event",
15024
15033
  "type": {
15025
- "text": "string"
15034
+ "text": "DSAChangeEvent"
15026
15035
  }
15027
15036
  }
15028
15037
  ]
15029
15038
  },
15030
15039
  {
15031
15040
  "kind": "method",
15032
- "name": "updateValue",
15033
- "privacy": "private"
15034
- },
15035
- {
15036
- "kind": "method",
15037
- "name": "handlePhonePrefixChange",
15038
- "privacy": "private",
15041
+ "name": "handleInputChange",
15042
+ "privacy": "protected",
15039
15043
  "parameters": [
15040
15044
  {
15041
15045
  "name": "event",
15042
15046
  "type": {
15043
- "text": "DSAChangeEvent"
15047
+ "text": "Event"
15044
15048
  }
15045
15049
  }
15046
15050
  ]
15047
15051
  },
15048
15052
  {
15049
15053
  "kind": "method",
15050
- "name": "handleChange",
15051
- "privacy": "protected",
15054
+ "name": "handleClearIconClick",
15055
+ "privacy": "private",
15052
15056
  "parameters": [
15053
15057
  {
15054
15058
  "name": "event",
15055
15059
  "type": {
15056
- "text": "Event"
15060
+ "text": "MouseEvent"
15057
15061
  }
15058
15062
  }
15059
15063
  ]
15060
15064
  },
15061
15065
  {
15062
15066
  "kind": "method",
15063
- "name": "handleClearIconClick",
15067
+ "name": "updateValue",
15068
+ "privacy": "private"
15069
+ },
15070
+ {
15071
+ "kind": "method",
15072
+ "name": "updatePhoneConfig",
15073
+ "privacy": "private"
15074
+ },
15075
+ {
15076
+ "kind": "method",
15077
+ "name": "setPhoneFromValue",
15064
15078
  "privacy": "private",
15065
15079
  "parameters": [
15066
15080
  {
15067
- "name": "event",
15081
+ "name": "value",
15068
15082
  "type": {
15069
- "text": "MouseEvent"
15083
+ "text": "string"
15070
15084
  }
15071
15085
  }
15072
15086
  ]
@@ -15082,25 +15096,23 @@
15082
15096
  },
15083
15097
  {
15084
15098
  "kind": "method",
15085
- "name": "updatePhoneConfig"
15099
+ "name": "handleValueChange"
15086
15100
  },
15087
15101
  {
15088
15102
  "kind": "method",
15089
- "name": "handleValueChange"
15103
+ "name": "handlePhonePrefixChange"
15090
15104
  },
15091
15105
  {
15092
15106
  "kind": "method",
15093
- "name": "handlePhoneChange"
15107
+ "name": "handlePhoneNumberChange"
15094
15108
  },
15095
15109
  {
15096
15110
  "kind": "method",
15097
- "name": "checkValidity",
15098
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
15111
+ "name": "checkValidity"
15099
15112
  },
15100
15113
  {
15101
15114
  "kind": "method",
15102
- "name": "reportValidity",
15103
- "description": "Checks for validity and shows the browser's validation message if the control is invalid."
15115
+ "name": "reportValidity"
15104
15116
  },
15105
15117
  {
15106
15118
  "kind": "method",
@@ -16149,6 +16161,14 @@
16149
16161
  "description": "Sets the link aria-current attribute and adds specific styles",
16150
16162
  "attribute": "current"
16151
16163
  },
16164
+ {
16165
+ "kind": "field",
16166
+ "name": "expanded",
16167
+ "type": {
16168
+ "text": "boolean | undefined"
16169
+ },
16170
+ "attribute": "expanded"
16171
+ },
16152
16172
  {
16153
16173
  "kind": "method",
16154
16174
  "name": "handleDefaultSlotChange",
@@ -16267,6 +16287,13 @@
16267
16287
  },
16268
16288
  "description": "Sets the link aria-current attribute and adds specific styles",
16269
16289
  "fieldName": "current"
16290
+ },
16291
+ {
16292
+ "name": "expanded",
16293
+ "type": {
16294
+ "text": "boolean | undefined"
16295
+ },
16296
+ "fieldName": "expanded"
16270
16297
  }
16271
16298
  ],
16272
16299
  "superclass": {
@@ -23333,7 +23360,7 @@
23333
23360
  "type": {
23334
23361
  "text": "object"
23335
23362
  },
23336
- "default": "{ name: 'success', description: 'Indicates whether the component should be in success state ', table: { defaultValue: { summary: 'false' }, type: { summary: 'boolean' as const, }, }, control: { type: 'boolean' as const }, }"
23363
+ "default": "{ name: 'success', description: 'Indicates whether the component should be in success state ', table: { defaultValue: { summary: 'false' }, type: { summary: 'boolean' as const, }, category: 'Success', }, control: { type: 'boolean' as const }, }"
23337
23364
  },
23338
23365
  {
23339
23366
  "kind": "variable",
@@ -23341,7 +23368,7 @@
23341
23368
  "type": {
23342
23369
  "text": "object"
23343
23370
  },
23344
- "default": "{ name: 'success-message', description: 'The success message or messages that are shown when “success” is set to “true”. To display several messages, they must be separated by a pipe character, e.g. \"success 1|success 2|success 3”', table: { defaultValue: { summary: \"''\" }, type: { summary: 'string', }, }, control: { type: 'text' as const }, }"
23371
+ "default": "{ name: 'success-message', description: 'The success message or messages that are shown when “success” is set to “true”. To display several messages, they must be separated by a pipe character, e.g. \"success 1|success 2|success 3”', table: { defaultValue: { summary: \"''\" }, type: { summary: 'string', }, category: 'Success', }, control: { type: 'text' as const }, }"
23345
23372
  }
23346
23373
  ],
23347
23374
  "exports": [
@@ -24254,7 +24281,6 @@
24254
24281
  "type": {
24255
24282
  "text": "string"
24256
24283
  },
24257
- "default": "''",
24258
24284
  "description": "Accessible name for the role tablist element",
24259
24285
  "attribute": "accessible-name"
24260
24286
  },
@@ -24436,7 +24462,6 @@
24436
24462
  "type": {
24437
24463
  "text": "string"
24438
24464
  },
24439
- "default": "''",
24440
24465
  "description": "Accessible name for the role tablist element",
24441
24466
  "fieldName": "accessibleName"
24442
24467
  }
@@ -24875,6 +24900,96 @@
24875
24900
  "declarations": [],
24876
24901
  "exports": []
24877
24902
  },
24903
+ {
24904
+ "kind": "javascript-module",
24905
+ "path": "components/table-body/table-body.js",
24906
+ "declarations": [
24907
+ {
24908
+ "kind": "class",
24909
+ "description": "",
24910
+ "name": "DSATableBody",
24911
+ "slots": [
24912
+ {
24913
+ "description": "to be placed inside the table body",
24914
+ "name": "Content"
24915
+ }
24916
+ ],
24917
+ "members": [
24918
+ {
24919
+ "kind": "field",
24920
+ "name": "role",
24921
+ "type": {
24922
+ "text": "string"
24923
+ },
24924
+ "default": "'rowgroup'",
24925
+ "description": "The table-body's role",
24926
+ "attribute": "role",
24927
+ "reflects": true
24928
+ },
24929
+ {
24930
+ "kind": "method",
24931
+ "name": "handleDefaultSlotChange",
24932
+ "privacy": "private"
24933
+ },
24934
+ {
24935
+ "kind": "method",
24936
+ "name": "getAllRows",
24937
+ "privacy": "private"
24938
+ },
24939
+ {
24940
+ "kind": "method",
24941
+ "name": "getAllCells",
24942
+ "privacy": "private"
24943
+ },
24944
+ {
24945
+ "kind": "method",
24946
+ "name": "handleLoading"
24947
+ },
24948
+ {
24949
+ "kind": "method",
24950
+ "name": "handleSkeletonEffectChange"
24951
+ }
24952
+ ],
24953
+ "attributes": [
24954
+ {
24955
+ "name": "role",
24956
+ "type": {
24957
+ "text": "string"
24958
+ },
24959
+ "default": "'rowgroup'",
24960
+ "description": "The table-body's role",
24961
+ "fieldName": "role"
24962
+ }
24963
+ ],
24964
+ "superclass": {
24965
+ "name": "LoadingStateElement",
24966
+ "package": "@internal/loading-state-element"
24967
+ },
24968
+ "summary": "The table body defines a group of rows as part of the body section within a [table](/components/table/table)",
24969
+ "documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/tableau-table/tableau-table/web-Dr8U0zqh",
24970
+ "tagName": "dsa-table-body",
24971
+ "customElement": true
24972
+ }
24973
+ ],
24974
+ "exports": [
24975
+ {
24976
+ "kind": "js",
24977
+ "name": "default",
24978
+ "declaration": {
24979
+ "name": "DSATableBody",
24980
+ "module": "components/table-body/table-body.js"
24981
+ }
24982
+ },
24983
+ {
24984
+ "kind": "custom-element-definition",
24985
+ "name": "dsa-table-body",
24986
+ "declaration": {
24987
+ "name": "DSATableBody",
24988
+ "module": "components/table-body/table-body.js"
24989
+ }
24990
+ }
24991
+ ]
24992
+ },
24878
24993
  {
24879
24994
  "kind": "javascript-module",
24880
24995
  "path": "components/table-action/table-action.js",
@@ -24976,96 +25091,6 @@
24976
25091
  }
24977
25092
  ]
24978
25093
  },
24979
- {
24980
- "kind": "javascript-module",
24981
- "path": "components/table-body/table-body.js",
24982
- "declarations": [
24983
- {
24984
- "kind": "class",
24985
- "description": "",
24986
- "name": "DSATableBody",
24987
- "slots": [
24988
- {
24989
- "description": "to be placed inside the table body",
24990
- "name": "Content"
24991
- }
24992
- ],
24993
- "members": [
24994
- {
24995
- "kind": "field",
24996
- "name": "role",
24997
- "type": {
24998
- "text": "string"
24999
- },
25000
- "default": "'rowgroup'",
25001
- "description": "The table-body's role",
25002
- "attribute": "role",
25003
- "reflects": true
25004
- },
25005
- {
25006
- "kind": "method",
25007
- "name": "handleDefaultSlotChange",
25008
- "privacy": "private"
25009
- },
25010
- {
25011
- "kind": "method",
25012
- "name": "getAllRows",
25013
- "privacy": "private"
25014
- },
25015
- {
25016
- "kind": "method",
25017
- "name": "getAllCells",
25018
- "privacy": "private"
25019
- },
25020
- {
25021
- "kind": "method",
25022
- "name": "handleLoading"
25023
- },
25024
- {
25025
- "kind": "method",
25026
- "name": "handleSkeletonEffectChange"
25027
- }
25028
- ],
25029
- "attributes": [
25030
- {
25031
- "name": "role",
25032
- "type": {
25033
- "text": "string"
25034
- },
25035
- "default": "'rowgroup'",
25036
- "description": "The table-body's role",
25037
- "fieldName": "role"
25038
- }
25039
- ],
25040
- "superclass": {
25041
- "name": "LoadingStateElement",
25042
- "package": "@internal/loading-state-element"
25043
- },
25044
- "summary": "The table body defines a group of rows as part of the body section within a [table](/components/table/table)",
25045
- "documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/tableau-table/tableau-table/web-Dr8U0zqh",
25046
- "tagName": "dsa-table-body",
25047
- "customElement": true
25048
- }
25049
- ],
25050
- "exports": [
25051
- {
25052
- "kind": "js",
25053
- "name": "default",
25054
- "declaration": {
25055
- "name": "DSATableBody",
25056
- "module": "components/table-body/table-body.js"
25057
- }
25058
- },
25059
- {
25060
- "kind": "custom-element-definition",
25061
- "name": "dsa-table-body",
25062
- "declaration": {
25063
- "name": "DSATableBody",
25064
- "module": "components/table-body/table-body.js"
25065
- }
25066
- }
25067
- ]
25068
- },
25069
25094
  {
25070
25095
  "kind": "javascript-module",
25071
25096
  "path": "components/table-caption/table-caption.js",
@@ -29196,7 +29221,7 @@
29196
29221
  ],
29197
29222
  "package": {
29198
29223
  "name": "@ds-autonomie/web-components",
29199
- "version": "2.10.0",
29224
+ "version": "2.11.0",
29200
29225
  "author": "CNSA",
29201
29226
  "homepage": "https://dsa.service-public-autonomie.fr",
29202
29227
  "license": "MIT"
@@ -2,7 +2,7 @@ import "./chunks/chunk.HAL7R4WT.js";
2
2
  import "./chunks/chunk.QL5C2XOW.js";
3
3
  import {
4
4
  DSATextarea
5
- } from "./chunks/chunk.YTHNA2W4.js";
5
+ } from "./chunks/chunk.BUKM2N6B.js";
6
6
  import "./chunks/chunk.BKJGWZ2J.js";
7
7
  import {
8
8
  DSATree
@@ -74,7 +74,7 @@ import {
74
74
  } from "./chunks/chunk.4UH2GNFC.js";
75
75
  import {
76
76
  DSATabGroup
77
- } from "./chunks/chunk.HH3FXCDW.js";
77
+ } from "./chunks/chunk.XFBBCWDH.js";
78
78
  import "./chunks/chunk.LT6QDZQK.js";
79
79
  import {
80
80
  DSATabPanel
@@ -108,8 +108,8 @@ import "./chunks/chunk.S7UT2YD7.js";
108
108
  import "./chunks/chunk.CCTWXABH.js";
109
109
  import {
110
110
  DSASideNav
111
- } from "./chunks/chunk.INYJLKLJ.js";
112
- import "./chunks/chunk.IVJVQAQC.js";
111
+ } from "./chunks/chunk.XCDQSN4K.js";
112
+ import "./chunks/chunk.7AU43JKE.js";
113
113
  import {
114
114
  DSASidenavInfoAccordion
115
115
  } from "./chunks/chunk.MXWLFVIN.js";
@@ -185,17 +185,17 @@ import {
185
185
  DSANavbarMenu
186
186
  } from "./chunks/chunk.FK753ZOL.js";
187
187
  import "./chunks/chunk.GL2JSVBD.js";
188
- import {
189
- DSAMenuItem
190
- } from "./chunks/chunk.22WBEYR5.js";
191
- import "./chunks/chunk.DR5DXRUB.js";
192
188
  import {
193
189
  DSAMenuLabel
194
190
  } from "./chunks/chunk.WX5PKKV7.js";
195
191
  import "./chunks/chunk.CDM7VX7Q.js";
196
192
  import {
197
193
  DSAMenuNavigation
198
- } from "./chunks/chunk.OFG3L77A.js";
194
+ } from "./chunks/chunk.XO5NWJKS.js";
195
+ import {
196
+ DSAMenuItem
197
+ } from "./chunks/chunk.N5YAEQVH.js";
198
+ import "./chunks/chunk.DR5DXRUB.js";
199
199
  import "./chunks/chunk.WBTHKBRH.js";
200
200
  import {
201
201
  DSAMutationObserver
@@ -203,20 +203,20 @@ import {
203
203
  import "./chunks/chunk.SYSWC3P6.js";
204
204
  import {
205
205
  DSAInputPhone
206
- } from "./chunks/chunk.2L6I3VNO.js";
206
+ } from "./chunks/chunk.OJYQEB5J.js";
207
207
  import {
208
208
  DSASelect
209
- } from "./chunks/chunk.RVHELEGN.js";
209
+ } from "./chunks/chunk.E7LCBTT5.js";
210
210
  import "./chunks/chunk.CRX7KUAK.js";
211
211
  import "./chunks/chunk.6PLXHBET.js";
212
212
  import "./chunks/chunk.RJXLIOW7.js";
213
213
  import {
214
214
  DSAMenuAccordion
215
- } from "./chunks/chunk.4O7VDH44.js";
216
- import "./chunks/chunk.BBXLEST4.js";
215
+ } from "./chunks/chunk.T7LIPTCL.js";
216
+ import "./chunks/chunk.RFDWBIL7.js";
217
217
  import {
218
218
  DSAInputOTP
219
- } from "./chunks/chunk.ANBARN33.js";
219
+ } from "./chunks/chunk.LAHTYN7O.js";
220
220
  import "./chunks/chunk.MILYWVXX.js";
221
221
  import {
222
222
  REGEXP_ONLY_DIGITS,
@@ -228,7 +228,7 @@ import {
228
228
  } from "./chunks/chunk.YKKP7YAT.js";
229
229
  import {
230
230
  DSAInputAmount
231
- } from "./chunks/chunk.25TCJH3S.js";
231
+ } from "./chunks/chunk.FOB2ZQTP.js";
232
232
  import "./chunks/chunk.EXPTHDVJ.js";
233
233
  import "./chunks/chunk.J5B4J5TO.js";
234
234
  import {
@@ -238,7 +238,7 @@ import {
238
238
  } from "./chunks/chunk.IER4ZBFV.js";
239
239
  import {
240
240
  DSAInputMask
241
- } from "./chunks/chunk.HFZHMBO3.js";
241
+ } from "./chunks/chunk.MYUDDEC5.js";
242
242
  import "./chunks/chunk.7OLEA3GQ.js";
243
243
  import "./chunks/chunk.PHX6FWGI.js";
244
244
  import {
@@ -288,7 +288,7 @@ import {
288
288
  import "./chunks/chunk.LRSBUKH6.js";
289
289
  import {
290
290
  DSAFilterSelect
291
- } from "./chunks/chunk.CA44N3RR.js";
291
+ } from "./chunks/chunk.IIVSSOAU.js";
292
292
  import {
293
293
  DSAOption
294
294
  } from "./chunks/chunk.QVKLZ6B5.js";
@@ -312,20 +312,20 @@ import {
312
312
  } from "./chunks/chunk.OTEYQ4OU.js";
313
313
  import {
314
314
  DSAInput
315
- } from "./chunks/chunk.ORJKIZAO.js";
315
+ } from "./chunks/chunk.SPF4JEAI.js";
316
316
  import {
317
317
  DSAInputTime
318
- } from "./chunks/chunk.RIGMCOQV.js";
318
+ } from "./chunks/chunk.KNXOB4UE.js";
319
319
  import "./chunks/chunk.5R2EV6NZ.js";
320
320
  import "./chunks/chunk.IONY2GZF.js";
321
- import "./chunks/chunk.JITNMLSZ.js";
321
+ import "./chunks/chunk.G6BQ2WKP.js";
322
322
  import "./chunks/chunk.UIHXF3PF.js";
323
323
  import "./chunks/chunk.I6S6TC3T.js";
324
324
  import {
325
325
  DSAInputDate
326
- } from "./chunks/chunk.UXHX6KTB.js";
326
+ } from "./chunks/chunk.JSZ62MET.js";
327
327
  import "./chunks/chunk.6MHC5DNA.js";
328
- import "./chunks/chunk.32CDX2G7.js";
328
+ import "./chunks/chunk.AYVXBNFN.js";
329
329
  import {
330
330
  DSASuccessText
331
331
  } from "./chunks/chunk.4WZNGGVH.js";
@@ -370,7 +370,7 @@ import {
370
370
  import "./chunks/chunk.H5WC4BSU.js";
371
371
  import {
372
372
  DSACopyButton
373
- } from "./chunks/chunk.XCMDCOL6.js";
373
+ } from "./chunks/chunk.26AMHY6M.js";
374
374
  import {
375
375
  DSATooltip
376
376
  } from "./chunks/chunk.3RUPWW4M.js";
@@ -388,7 +388,7 @@ import "./chunks/chunk.ZBRHWPTO.js";
388
388
  import "./chunks/chunk.PZFZE7HZ.js";
389
389
  import {
390
390
  DSACheckbox
391
- } from "./chunks/chunk.JLURATAB.js";
391
+ } from "./chunks/chunk.H2VYMPUG.js";
392
392
  import "./chunks/chunk.E6U524GP.js";
393
393
  import {
394
394
  DSACheckboxButton
@@ -410,14 +410,14 @@ import "./chunks/chunk.RNH6IZWW.js";
410
410
  import "./chunks/chunk.SD5OYXQH.js";
411
411
  import {
412
412
  DSACombobox
413
- } from "./chunks/chunk.6BGRXQIW.js";
413
+ } from "./chunks/chunk.QNIK7LHK.js";
414
414
  import {
415
415
  DSATag
416
416
  } from "./chunks/chunk.KOCETN2L.js";
417
417
  import "./chunks/chunk.WFSNJLGP.js";
418
418
  import "./chunks/chunk.FSMUXFAQ.js";
419
419
  import "./chunks/chunk.FLRB45SF.js";
420
- import "./chunks/chunk.DPVUVRFZ.js";
420
+ import "./chunks/chunk.YVXTJRSI.js";
421
421
  import {
422
422
  DSAPopup
423
423
  } from "./chunks/chunk.KF5PNPQM.js";
@@ -507,7 +507,7 @@ import {
507
507
  } from "./chunks/chunk.GCZKQEK3.js";
508
508
  import {
509
509
  DSAButton
510
- } from "./chunks/chunk.6KBDSFHY.js";
510
+ } from "./chunks/chunk.REWGAX6A.js";
511
511
  import {
512
512
  DSASpinner
513
513
  } from "./chunks/chunk.JJZU37TO.js";
@@ -518,7 +518,7 @@ import "./chunks/chunk.YIY5RM53.js";
518
518
  import "./chunks/chunk.CQGGA5R4.js";
519
519
  import {
520
520
  DSAAlert
521
- } from "./chunks/chunk.76P65WVM.js";
521
+ } from "./chunks/chunk.CE4QX5GY.js";
522
522
  import {
523
523
  DSAIconButton
524
524
  } from "./chunks/chunk.F6UW3MQK.js";