@daikin-oss/design-system-web-components 1.5.1 → 1.5.2-next.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 (163) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/custom-elements.json +449 -136
  3. package/dist/cjs/base/dds-element.cjs +1 -1
  4. package/dist/cjs/components/accordion/daikin-accordion.cjs +29 -11
  5. package/dist/cjs/components/accordion/daikin-accordion.d.cts +1 -6
  6. package/dist/cjs/components/accordion-item/daikin-accordion-item.cjs +6 -0
  7. package/dist/cjs/components/breadcrumb/daikin-breadcrumb.cjs +12 -1
  8. package/dist/cjs/components/breadcrumb/daikin-breadcrumb.d.cts +7 -0
  9. package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.cjs +12 -0
  10. package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.d.cts +6 -0
  11. package/dist/cjs/components/button/daikin-button.cjs +51 -4
  12. package/dist/cjs/components/card/daikin-card.cjs +2 -3
  13. package/dist/cjs/components/card-header/daikin-card-header.cjs +4 -2
  14. package/dist/cjs/components/checkbox/daikin-checkbox.cjs +12 -1
  15. package/dist/cjs/components/checkbox/daikin-checkbox.d.cts +6 -0
  16. package/dist/cjs/components/date-picker/daikin-date-picker.cjs +8 -0
  17. package/dist/cjs/components/date-picker/daikin-date-picker.d.cts +5 -0
  18. package/dist/cjs/components/icon-button/daikin-icon-button.cjs +39 -3
  19. package/dist/cjs/components/icon-button/daikin-icon-button.d.cts +1 -0
  20. package/dist/cjs/components/link/daikin-link.cjs +12 -0
  21. package/dist/cjs/components/link/daikin-link.d.cts +6 -0
  22. package/dist/cjs/components/menu/daikin-menu.cjs +11 -2
  23. package/dist/cjs/components/menu/daikin-menu.d.cts +11 -0
  24. package/dist/cjs/components/progress-bar/daikin-progress-bar.cjs +3 -2
  25. package/dist/cjs/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -1
  26. package/dist/cjs/components/radio/daikin-radio.cjs +1 -1
  27. package/dist/cjs/components/slider/daikin-slider.cjs +8 -0
  28. package/dist/cjs/components/slider/daikin-slider.d.cts +5 -0
  29. package/dist/cjs/components/table-header-cell/daikin-table-header-cell.cjs +19 -3
  30. package/dist/cjs/components/table-header-cell/daikin-table-header-cell.d.cts +7 -0
  31. package/dist/cjs/components/text-area/daikin-text-area.cjs +11 -0
  32. package/dist/cjs/components/text-area/daikin-text-area.d.cts +6 -0
  33. package/dist/cjs/components/text-field/daikin-text-field.cjs +11 -0
  34. package/dist/cjs/components/text-field/daikin-text-field.d.cts +6 -0
  35. package/dist/cjs/components/text-masked-field/daikin-text-masked-field.cjs +8 -0
  36. package/dist/cjs/components/text-masked-field/daikin-text-masked-field.d.cts +5 -0
  37. package/dist/cjs/components/time-picker/daikin-time-picker.cjs +8 -0
  38. package/dist/cjs/components/time-picker/daikin-time-picker.d.cts +5 -0
  39. package/dist/cjs/components/toggle/daikin-toggle.cjs +11 -0
  40. package/dist/cjs/components/toggle/daikin-toggle.d.cts +6 -0
  41. package/dist/cjs/components/tree-item/daikin-tree-item.cjs +1 -0
  42. package/dist/cjs/tailwind.css.cjs +1 -1
  43. package/dist/cjs-dev/base/dds-element.cjs +1 -1
  44. package/dist/cjs-dev/components/accordion/daikin-accordion.cjs +29 -11
  45. package/dist/cjs-dev/components/accordion/daikin-accordion.d.cts +1 -6
  46. package/dist/cjs-dev/components/accordion-item/daikin-accordion-item.cjs +6 -0
  47. package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.cjs +12 -1
  48. package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.d.cts +7 -0
  49. package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.cjs +12 -0
  50. package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.d.cts +6 -0
  51. package/dist/cjs-dev/components/button/daikin-button.cjs +51 -4
  52. package/dist/cjs-dev/components/card/daikin-card.cjs +2 -3
  53. package/dist/cjs-dev/components/card-header/daikin-card-header.cjs +4 -2
  54. package/dist/cjs-dev/components/checkbox/daikin-checkbox.cjs +12 -1
  55. package/dist/cjs-dev/components/checkbox/daikin-checkbox.d.cts +6 -0
  56. package/dist/cjs-dev/components/date-picker/daikin-date-picker.cjs +8 -0
  57. package/dist/cjs-dev/components/date-picker/daikin-date-picker.d.cts +5 -0
  58. package/dist/cjs-dev/components/icon-button/daikin-icon-button.cjs +39 -3
  59. package/dist/cjs-dev/components/icon-button/daikin-icon-button.d.cts +1 -0
  60. package/dist/cjs-dev/components/link/daikin-link.cjs +12 -0
  61. package/dist/cjs-dev/components/link/daikin-link.d.cts +6 -0
  62. package/dist/cjs-dev/components/menu/daikin-menu.cjs +11 -2
  63. package/dist/cjs-dev/components/menu/daikin-menu.d.cts +11 -0
  64. package/dist/cjs-dev/components/progress-bar/daikin-progress-bar.cjs +3 -2
  65. package/dist/cjs-dev/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -1
  66. package/dist/cjs-dev/components/radio/daikin-radio.cjs +1 -1
  67. package/dist/cjs-dev/components/slider/daikin-slider.cjs +8 -0
  68. package/dist/cjs-dev/components/slider/daikin-slider.d.cts +5 -0
  69. package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.cjs +19 -3
  70. package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.d.cts +7 -0
  71. package/dist/cjs-dev/components/text-area/daikin-text-area.cjs +11 -0
  72. package/dist/cjs-dev/components/text-area/daikin-text-area.d.cts +6 -0
  73. package/dist/cjs-dev/components/text-field/daikin-text-field.cjs +11 -0
  74. package/dist/cjs-dev/components/text-field/daikin-text-field.d.cts +6 -0
  75. package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.cjs +8 -0
  76. package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.d.cts +5 -0
  77. package/dist/cjs-dev/components/time-picker/daikin-time-picker.cjs +8 -0
  78. package/dist/cjs-dev/components/time-picker/daikin-time-picker.d.cts +5 -0
  79. package/dist/cjs-dev/components/toggle/daikin-toggle.cjs +11 -0
  80. package/dist/cjs-dev/components/toggle/daikin-toggle.d.cts +6 -0
  81. package/dist/cjs-dev/components/tree-item/daikin-tree-item.cjs +1 -0
  82. package/dist/cjs-dev/tailwind.css.cjs +1 -1
  83. package/dist/es/base/dds-element.js +1 -1
  84. package/dist/es/components/accordion/daikin-accordion.d.ts +1 -6
  85. package/dist/es/components/accordion/daikin-accordion.js +29 -11
  86. package/dist/es/components/accordion-item/daikin-accordion-item.js +6 -0
  87. package/dist/es/components/breadcrumb/daikin-breadcrumb.d.ts +7 -0
  88. package/dist/es/components/breadcrumb/daikin-breadcrumb.js +12 -1
  89. package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.d.ts +6 -0
  90. package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.js +12 -0
  91. package/dist/es/components/button/daikin-button.js +51 -4
  92. package/dist/es/components/card/daikin-card.js +2 -3
  93. package/dist/es/components/card-header/daikin-card-header.js +4 -2
  94. package/dist/es/components/checkbox/daikin-checkbox.d.ts +6 -0
  95. package/dist/es/components/checkbox/daikin-checkbox.js +12 -1
  96. package/dist/es/components/date-picker/daikin-date-picker.d.ts +5 -0
  97. package/dist/es/components/date-picker/daikin-date-picker.js +8 -0
  98. package/dist/es/components/icon-button/daikin-icon-button.d.ts +1 -0
  99. package/dist/es/components/icon-button/daikin-icon-button.js +39 -3
  100. package/dist/es/components/link/daikin-link.d.ts +6 -0
  101. package/dist/es/components/link/daikin-link.js +12 -0
  102. package/dist/es/components/menu/daikin-menu.d.ts +11 -0
  103. package/dist/es/components/menu/daikin-menu.js +12 -3
  104. package/dist/es/components/progress-bar/daikin-progress-bar.js +3 -2
  105. package/dist/es/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -1
  106. package/dist/es/components/radio/daikin-radio.js +1 -1
  107. package/dist/es/components/slider/daikin-slider.d.ts +5 -0
  108. package/dist/es/components/slider/daikin-slider.js +8 -0
  109. package/dist/es/components/table-header-cell/daikin-table-header-cell.d.ts +7 -0
  110. package/dist/es/components/table-header-cell/daikin-table-header-cell.js +19 -3
  111. package/dist/es/components/text-area/daikin-text-area.d.ts +6 -0
  112. package/dist/es/components/text-area/daikin-text-area.js +11 -0
  113. package/dist/es/components/text-field/daikin-text-field.d.ts +6 -0
  114. package/dist/es/components/text-field/daikin-text-field.js +11 -0
  115. package/dist/es/components/text-masked-field/daikin-text-masked-field.d.ts +5 -0
  116. package/dist/es/components/text-masked-field/daikin-text-masked-field.js +8 -0
  117. package/dist/es/components/time-picker/daikin-time-picker.d.ts +5 -0
  118. package/dist/es/components/time-picker/daikin-time-picker.js +8 -0
  119. package/dist/es/components/toggle/daikin-toggle.d.ts +6 -0
  120. package/dist/es/components/toggle/daikin-toggle.js +11 -0
  121. package/dist/es/components/tree-item/daikin-tree-item.js +1 -0
  122. package/dist/es/tailwind.css.js +1 -1
  123. package/dist/es-dev/base/dds-element.js +1 -1
  124. package/dist/es-dev/components/accordion/daikin-accordion.d.ts +1 -6
  125. package/dist/es-dev/components/accordion/daikin-accordion.js +29 -11
  126. package/dist/es-dev/components/accordion-item/daikin-accordion-item.js +6 -0
  127. package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.d.ts +7 -0
  128. package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.js +12 -1
  129. package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.d.ts +6 -0
  130. package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.js +12 -0
  131. package/dist/es-dev/components/button/daikin-button.js +51 -4
  132. package/dist/es-dev/components/card/daikin-card.js +2 -3
  133. package/dist/es-dev/components/card-header/daikin-card-header.js +4 -2
  134. package/dist/es-dev/components/checkbox/daikin-checkbox.d.ts +6 -0
  135. package/dist/es-dev/components/checkbox/daikin-checkbox.js +12 -1
  136. package/dist/es-dev/components/date-picker/daikin-date-picker.d.ts +5 -0
  137. package/dist/es-dev/components/date-picker/daikin-date-picker.js +8 -0
  138. package/dist/es-dev/components/icon-button/daikin-icon-button.d.ts +1 -0
  139. package/dist/es-dev/components/icon-button/daikin-icon-button.js +39 -3
  140. package/dist/es-dev/components/link/daikin-link.d.ts +6 -0
  141. package/dist/es-dev/components/link/daikin-link.js +12 -0
  142. package/dist/es-dev/components/menu/daikin-menu.d.ts +11 -0
  143. package/dist/es-dev/components/menu/daikin-menu.js +12 -3
  144. package/dist/es-dev/components/progress-bar/daikin-progress-bar.js +3 -2
  145. package/dist/es-dev/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -1
  146. package/dist/es-dev/components/radio/daikin-radio.js +1 -1
  147. package/dist/es-dev/components/slider/daikin-slider.d.ts +5 -0
  148. package/dist/es-dev/components/slider/daikin-slider.js +8 -0
  149. package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.d.ts +7 -0
  150. package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.js +19 -3
  151. package/dist/es-dev/components/text-area/daikin-text-area.d.ts +6 -0
  152. package/dist/es-dev/components/text-area/daikin-text-area.js +11 -0
  153. package/dist/es-dev/components/text-field/daikin-text-field.d.ts +6 -0
  154. package/dist/es-dev/components/text-field/daikin-text-field.js +11 -0
  155. package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.d.ts +5 -0
  156. package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.js +8 -0
  157. package/dist/es-dev/components/time-picker/daikin-time-picker.d.ts +5 -0
  158. package/dist/es-dev/components/time-picker/daikin-time-picker.js +8 -0
  159. package/dist/es-dev/components/toggle/daikin-toggle.d.ts +6 -0
  160. package/dist/es-dev/components/toggle/daikin-toggle.js +11 -0
  161. package/dist/es-dev/components/tree-item/daikin-tree-item.js +1 -0
  162. package/dist/es-dev/tailwind.css.js +1 -1
  163. package/package.json +1 -1
@@ -2766,7 +2766,7 @@
2766
2766
  "kind": "field",
2767
2767
  "name": "border",
2768
2768
  "type": {
2769
- "text": "AccordionVariantProps[\"border\"]"
2769
+ "text": "\"vertical\" | \"all\" | \"none\""
2770
2770
  },
2771
2771
  "default": "\"vertical\"",
2772
2772
  "description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
@@ -2923,7 +2923,7 @@
2923
2923
  {
2924
2924
  "name": "border",
2925
2925
  "type": {
2926
- "text": "AccordionVariantProps[\"border\"]"
2926
+ "text": "\"vertical\" | \"all\" | \"none\""
2927
2927
  },
2928
2928
  "default": "\"vertical\"",
2929
2929
  "description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
@@ -3858,6 +3858,17 @@
3858
3858
  "attribute": "show-visited",
3859
3859
  "reflects": true
3860
3860
  },
3861
+ {
3862
+ "kind": "field",
3863
+ "name": "breadcrumbAriaLabel",
3864
+ "type": {
3865
+ "text": "string"
3866
+ },
3867
+ "description": "The aria-label of the breadcrumb.\nIt's recommended to provide a more specific aria-label for the breadcrumb, especially when there are multiple breadcrumb components on the same page, to help users distinguish between them.",
3868
+ "default": "\"Breadcrumb\"",
3869
+ "attribute": "breadcrumb-aria-label",
3870
+ "reflects": true
3871
+ },
3861
3872
  {
3862
3873
  "kind": "field",
3863
3874
  "name": "_items",
@@ -3985,6 +3996,15 @@
3985
3996
  "default": "false",
3986
3997
  "description": "Whether or not to change the color of visited links.",
3987
3998
  "fieldName": "showVisited"
3999
+ },
4000
+ {
4001
+ "name": "breadcrumb-aria-label",
4002
+ "type": {
4003
+ "text": "string"
4004
+ },
4005
+ "description": "The aria-label of the breadcrumb.\nIt's recommended to provide a more specific aria-label for the breadcrumb, especially when there are multiple breadcrumb components on the same page, to help users distinguish between them.",
4006
+ "default": "\"Breadcrumb\"",
4007
+ "fieldName": "breadcrumbAriaLabel"
3988
4008
  }
3989
4009
  ],
3990
4010
  "superclass": {
@@ -4122,6 +4142,35 @@
4122
4142
  "attribute": "breadcrumb-aria-expanded",
4123
4143
  "reflects": true
4124
4144
  },
4145
+ {
4146
+ "kind": "field",
4147
+ "name": "_focusableRef",
4148
+ "type": {
4149
+ "text": "Ref<HTMLElement>"
4150
+ },
4151
+ "privacy": "private",
4152
+ "readonly": true
4153
+ },
4154
+ {
4155
+ "kind": "method",
4156
+ "name": "focus",
4157
+ "return": {
4158
+ "type": {
4159
+ "text": "void"
4160
+ }
4161
+ },
4162
+ "parameters": [
4163
+ {
4164
+ "name": "options",
4165
+ "optional": true,
4166
+ "type": {
4167
+ "text": "FocusOptions"
4168
+ },
4169
+ "description": "focus options"
4170
+ }
4171
+ ],
4172
+ "description": "Focuses on the inner focusable element."
4173
+ },
4125
4174
  {
4126
4175
  "kind": "method",
4127
4176
  "name": "getDDSNavigationTarget",
@@ -6385,6 +6434,35 @@
6385
6434
  "description": "Specify the checkbox disabled state controlled by the parent component.\nControlled by `daikin-checkbox-group`.",
6386
6435
  "privacy": "private"
6387
6436
  },
6437
+ {
6438
+ "kind": "field",
6439
+ "name": "_inputRef",
6440
+ "type": {
6441
+ "text": "Ref<HTMLInputElement>"
6442
+ },
6443
+ "privacy": "private",
6444
+ "readonly": true
6445
+ },
6446
+ {
6447
+ "kind": "method",
6448
+ "name": "focus",
6449
+ "return": {
6450
+ "type": {
6451
+ "text": "void"
6452
+ }
6453
+ },
6454
+ "parameters": [
6455
+ {
6456
+ "name": "options",
6457
+ "optional": true,
6458
+ "type": {
6459
+ "text": "FocusOptions"
6460
+ },
6461
+ "description": "focus options"
6462
+ }
6463
+ ],
6464
+ "description": "Focuses on the inner checkbox."
6465
+ },
6388
6466
  {
6389
6467
  "kind": "field",
6390
6468
  "name": "checked",
@@ -8566,6 +8644,26 @@
8566
8644
  },
8567
8645
  "default": "null"
8568
8646
  },
8647
+ {
8648
+ "kind": "method",
8649
+ "name": "focus",
8650
+ "return": {
8651
+ "type": {
8652
+ "text": "void"
8653
+ }
8654
+ },
8655
+ "parameters": [
8656
+ {
8657
+ "name": "options",
8658
+ "optional": true,
8659
+ "type": {
8660
+ "text": "FocusOptions"
8661
+ },
8662
+ "description": "focus options"
8663
+ }
8664
+ ],
8665
+ "description": "Focuses on the inner date input."
8666
+ },
8569
8667
  {
8570
8668
  "kind": "method",
8571
8669
  "name": "reflectInputGroup",
@@ -11714,6 +11812,35 @@
11714
11812
  "attribute": "no-underline",
11715
11813
  "reflects": true
11716
11814
  },
11815
+ {
11816
+ "kind": "field",
11817
+ "name": "_anchorRef",
11818
+ "type": {
11819
+ "text": "Ref<HTMLAnchorElement>"
11820
+ },
11821
+ "privacy": "private",
11822
+ "readonly": true
11823
+ },
11824
+ {
11825
+ "kind": "method",
11826
+ "name": "focus",
11827
+ "return": {
11828
+ "type": {
11829
+ "text": "void"
11830
+ }
11831
+ },
11832
+ "parameters": [
11833
+ {
11834
+ "name": "options",
11835
+ "optional": true,
11836
+ "type": {
11837
+ "text": "FocusOptions"
11838
+ },
11839
+ "description": "focus options"
11840
+ }
11841
+ ],
11842
+ "description": "Focuses on the inner anchor."
11843
+ },
11717
11844
  {
11718
11845
  "kind": "method",
11719
11846
  "name": "getDDSNavigationTarget",
@@ -12963,6 +13090,16 @@
12963
13090
  "name": "_hostStyles",
12964
13091
  "privacy": "private"
12965
13092
  },
13093
+ {
13094
+ "kind": "field",
13095
+ "name": "_staticPlacement",
13096
+ "type": {
13097
+ "text": "boolean"
13098
+ },
13099
+ "privacy": "private",
13100
+ "default": "false",
13101
+ "description": "Controls whether the floating-ui `flip()` and `shift()` middleware are active.\n\n- **`flip()`** — When there is insufficient space on the side specified by `placement`, the menu\n is automatically repositioned to the opposite side (e.g. `bottom` → `top`).\n- **`shift()`** — Keeps the menu within the viewport by nudging it along the cross-axis when it\n would otherwise overflow the screen edge.\n\nBoth middlewares are disabled when the trigger element is a `daikin-navigation-item`."
13102
+ },
12966
13103
  {
12967
13104
  "kind": "field",
12968
13105
  "name": "triggerElement",
@@ -13243,81 +13380,19 @@
13243
13380
  },
13244
13381
  {
13245
13382
  "kind": "javascript-module",
13246
- "path": "dist/es/components/modal/daikin-modal.js",
13383
+ "path": "dist/es/components/modal-footer/daikin-modal-footer.js",
13247
13384
  "declarations": [
13248
13385
  {
13249
13386
  "kind": "class",
13250
- "description": "`daikin-modal` is an interactive overlay that appears on top of the main content to prompt user input or display important information, temporarily blocking interaction with the rest of the page. It's crucial for capturing user attention and guiding specific actions.\n\nHierarchy:\n- `daikin-modal` > `daikin-modal-header`\n- `daikin-modal` > `daikin-modal-footer`",
13251
- "name": "DaikinModal",
13252
- "cssParts": [
13253
- {
13254
- "description": "CSS styles applied to the modal panel container. By default, the panel uses content-based sizing (`size-fit`) and is clamped by responsive min/max width and height constraints so it does not touch the viewport edges. Use `::part(modal)` to customize its width, height, or padding; the built-in min/max constraints remain in effect unless you override them with more specific rules.",
13255
- "name": "modal"
13256
- }
13257
- ],
13387
+ "description": "`daikin-modal-footer` is used to represent footer of the modal component, and is used as a child element of the `daikin-modal` component.\n\nHierarchy:\n- `daikin-modal` > `daikin-modal-footer`",
13388
+ "name": "DaikinModalFooter",
13258
13389
  "slots": [
13259
13390
  {
13260
- "description": "A slot for modal header, body, modal footer. Place `daikin-modal-header`, custom body content, `daikin-modal-footer` here in order.",
13261
- "name": ""
13391
+ "description": "slot for modal footer action element. Place a `daikin-button` or `daikin-link` element here.",
13392
+ "name": "A"
13262
13393
  }
13263
13394
  ],
13264
13395
  "members": [
13265
- {
13266
- "kind": "field",
13267
- "name": "open",
13268
- "type": {
13269
- "text": "boolean"
13270
- },
13271
- "default": "false",
13272
- "description": "Whether the modal is open.",
13273
- "attribute": "open",
13274
- "reflects": true
13275
- },
13276
- {
13277
- "kind": "field",
13278
- "name": "modalRole",
13279
- "type": {
13280
- "text": "\"dialog\" | \"alertdialog\""
13281
- },
13282
- "description": "ARIA role of the modal. Choose the appropriate role for your modal based on its usage scenario.",
13283
- "default": "\"dialog\"",
13284
- "attribute": "modal-role",
13285
- "reflects": true
13286
- },
13287
- {
13288
- "kind": "field",
13289
- "name": "modalAriaLabel",
13290
- "type": {
13291
- "text": "string | null"
13292
- },
13293
- "default": "null",
13294
- "description": "The aria-label of the modal.",
13295
- "attribute": "modal-aria-label",
13296
- "reflects": true
13297
- },
13298
- {
13299
- "kind": "field",
13300
- "name": "persistent",
13301
- "type": {
13302
- "text": "boolean"
13303
- },
13304
- "default": "false",
13305
- "description": "If this property set by `true`, you can't close modal by clicking outside of modal or Escape key.\nIn this case, please ensure you provide users with a method to close the modal, such as a close button in the header or a close button in the footer.",
13306
- "attribute": "persistent"
13307
- },
13308
- {
13309
- "kind": "field",
13310
- "name": "_handleClose",
13311
- "privacy": "private",
13312
- "readonly": true
13313
- },
13314
- {
13315
- "kind": "field",
13316
- "name": "_focusTrapController",
13317
- "privacy": "private",
13318
- "readonly": true,
13319
- "default": "new FocusTrapController( this, this._handleClose )"
13320
- },
13321
13396
  {
13322
13397
  "kind": "field",
13323
13398
  "name": "version",
@@ -13399,80 +13474,36 @@
13399
13474
  }
13400
13475
  }
13401
13476
  ],
13402
- "events": [
13403
- {
13404
- "description": "A custom event emitted when a user clicks the close button in the header.",
13405
- "name": "close"
13406
- }
13407
- ],
13408
- "attributes": [
13409
- {
13410
- "name": "open",
13411
- "type": {
13412
- "text": "boolean"
13413
- },
13414
- "default": "false",
13415
- "description": "Whether the modal is open.",
13416
- "fieldName": "open"
13417
- },
13418
- {
13419
- "name": "modal-role",
13420
- "type": {
13421
- "text": "\"dialog\" | \"alertdialog\""
13422
- },
13423
- "description": "ARIA role of the modal. Choose the appropriate role for your modal based on its usage scenario.",
13424
- "default": "\"dialog\"",
13425
- "fieldName": "modalRole"
13426
- },
13427
- {
13428
- "name": "modal-aria-label",
13429
- "type": {
13430
- "text": "string | null"
13431
- },
13432
- "default": "null",
13433
- "description": "The aria-label of the modal.",
13434
- "fieldName": "modalAriaLabel"
13435
- },
13436
- {
13437
- "name": "persistent",
13438
- "type": {
13439
- "text": "boolean"
13440
- },
13441
- "default": "false",
13442
- "description": "If this property set by `true`, you can't close modal by clicking outside of modal or Escape key.\nIn this case, please ensure you provide users with a method to close the modal, such as a close button in the header or a close button in the footer.",
13443
- "fieldName": "persistent"
13444
- }
13445
- ],
13446
13477
  "superclass": {
13447
13478
  "name": "DDSElement",
13448
13479
  "module": "/src/base"
13449
13480
  },
13450
- "tagName": "daikin-modal",
13481
+ "tagName": "daikin-modal-footer",
13451
13482
  "customElement": true
13452
13483
  }
13453
13484
  ],
13454
13485
  "exports": [
13455
13486
  {
13456
13487
  "kind": "js",
13457
- "name": "DaikinModal",
13488
+ "name": "DaikinModalFooter",
13458
13489
  "declaration": {
13459
- "name": "DaikinModal",
13460
- "module": "src/components/modal/daikin-modal.ts"
13490
+ "name": "DaikinModalFooter",
13491
+ "module": "src/components/modal-footer/daikin-modal-footer.ts"
13461
13492
  }
13462
13493
  },
13463
13494
  {
13464
13495
  "kind": "custom-element-definition",
13465
- "name": "daikin-modal",
13496
+ "name": "daikin-modal-footer",
13466
13497
  "declaration": {
13467
- "name": "DaikinModal",
13468
- "module": "src/components/modal/daikin-modal.ts"
13498
+ "name": "DaikinModalFooter",
13499
+ "module": "src/components/modal-footer/daikin-modal-footer.ts"
13469
13500
  }
13470
13501
  }
13471
13502
  ]
13472
13503
  },
13473
13504
  {
13474
13505
  "kind": "javascript-module",
13475
- "path": "dist/es/components/modal/index.js",
13506
+ "path": "dist/es/components/modal-footer/index.js",
13476
13507
  "declarations": [],
13477
13508
  "exports": [
13478
13509
  {
@@ -13480,26 +13511,88 @@
13480
13511
  "name": "*",
13481
13512
  "declaration": {
13482
13513
  "name": "*",
13483
- "module": "src/components/modal/daikin-modal"
13514
+ "module": "src/components/modal-footer/daikin-modal-footer"
13484
13515
  }
13485
13516
  }
13486
13517
  ]
13487
13518
  },
13488
13519
  {
13489
13520
  "kind": "javascript-module",
13490
- "path": "dist/es/components/modal-footer/daikin-modal-footer.js",
13521
+ "path": "dist/es/components/modal/daikin-modal.js",
13491
13522
  "declarations": [
13492
13523
  {
13493
13524
  "kind": "class",
13494
- "description": "`daikin-modal-footer` is used to represent footer of the modal component, and is used as a child element of the `daikin-modal` component.\n\nHierarchy:\n- `daikin-modal` > `daikin-modal-footer`",
13495
- "name": "DaikinModalFooter",
13525
+ "description": "`daikin-modal` is an interactive overlay that appears on top of the main content to prompt user input or display important information, temporarily blocking interaction with the rest of the page. It's crucial for capturing user attention and guiding specific actions.\n\nHierarchy:\n- `daikin-modal` > `daikin-modal-header`\n- `daikin-modal` > `daikin-modal-footer`",
13526
+ "name": "DaikinModal",
13527
+ "cssParts": [
13528
+ {
13529
+ "description": "CSS styles applied to the modal panel container. By default, the panel uses content-based sizing (`size-fit`) and is clamped by responsive min/max width and height constraints so it does not touch the viewport edges. Use `::part(modal)` to customize its width, height, or padding; the built-in min/max constraints remain in effect unless you override them with more specific rules.",
13530
+ "name": "modal"
13531
+ }
13532
+ ],
13496
13533
  "slots": [
13497
13534
  {
13498
- "description": "slot for modal footer action element. Place a `daikin-button` or `daikin-link` element here.",
13499
- "name": "A"
13535
+ "description": "A slot for modal header, body, modal footer. Place `daikin-modal-header`, custom body content, `daikin-modal-footer` here in order.",
13536
+ "name": ""
13500
13537
  }
13501
13538
  ],
13502
13539
  "members": [
13540
+ {
13541
+ "kind": "field",
13542
+ "name": "open",
13543
+ "type": {
13544
+ "text": "boolean"
13545
+ },
13546
+ "default": "false",
13547
+ "description": "Whether the modal is open.",
13548
+ "attribute": "open",
13549
+ "reflects": true
13550
+ },
13551
+ {
13552
+ "kind": "field",
13553
+ "name": "modalRole",
13554
+ "type": {
13555
+ "text": "\"dialog\" | \"alertdialog\""
13556
+ },
13557
+ "description": "ARIA role of the modal. Choose the appropriate role for your modal based on its usage scenario.",
13558
+ "default": "\"dialog\"",
13559
+ "attribute": "modal-role",
13560
+ "reflects": true
13561
+ },
13562
+ {
13563
+ "kind": "field",
13564
+ "name": "modalAriaLabel",
13565
+ "type": {
13566
+ "text": "string | null"
13567
+ },
13568
+ "default": "null",
13569
+ "description": "The aria-label of the modal.",
13570
+ "attribute": "modal-aria-label",
13571
+ "reflects": true
13572
+ },
13573
+ {
13574
+ "kind": "field",
13575
+ "name": "persistent",
13576
+ "type": {
13577
+ "text": "boolean"
13578
+ },
13579
+ "default": "false",
13580
+ "description": "If this property set by `true`, you can't close modal by clicking outside of modal or Escape key.\nIn this case, please ensure you provide users with a method to close the modal, such as a close button in the header or a close button in the footer.",
13581
+ "attribute": "persistent"
13582
+ },
13583
+ {
13584
+ "kind": "field",
13585
+ "name": "_handleClose",
13586
+ "privacy": "private",
13587
+ "readonly": true
13588
+ },
13589
+ {
13590
+ "kind": "field",
13591
+ "name": "_focusTrapController",
13592
+ "privacy": "private",
13593
+ "readonly": true,
13594
+ "default": "new FocusTrapController( this, this._handleClose )"
13595
+ },
13503
13596
  {
13504
13597
  "kind": "field",
13505
13598
  "name": "version",
@@ -13581,36 +13674,80 @@
13581
13674
  }
13582
13675
  }
13583
13676
  ],
13677
+ "events": [
13678
+ {
13679
+ "description": "A custom event emitted when a user clicks the close button in the header.",
13680
+ "name": "close"
13681
+ }
13682
+ ],
13683
+ "attributes": [
13684
+ {
13685
+ "name": "open",
13686
+ "type": {
13687
+ "text": "boolean"
13688
+ },
13689
+ "default": "false",
13690
+ "description": "Whether the modal is open.",
13691
+ "fieldName": "open"
13692
+ },
13693
+ {
13694
+ "name": "modal-role",
13695
+ "type": {
13696
+ "text": "\"dialog\" | \"alertdialog\""
13697
+ },
13698
+ "description": "ARIA role of the modal. Choose the appropriate role for your modal based on its usage scenario.",
13699
+ "default": "\"dialog\"",
13700
+ "fieldName": "modalRole"
13701
+ },
13702
+ {
13703
+ "name": "modal-aria-label",
13704
+ "type": {
13705
+ "text": "string | null"
13706
+ },
13707
+ "default": "null",
13708
+ "description": "The aria-label of the modal.",
13709
+ "fieldName": "modalAriaLabel"
13710
+ },
13711
+ {
13712
+ "name": "persistent",
13713
+ "type": {
13714
+ "text": "boolean"
13715
+ },
13716
+ "default": "false",
13717
+ "description": "If this property set by `true`, you can't close modal by clicking outside of modal or Escape key.\nIn this case, please ensure you provide users with a method to close the modal, such as a close button in the header or a close button in the footer.",
13718
+ "fieldName": "persistent"
13719
+ }
13720
+ ],
13584
13721
  "superclass": {
13585
13722
  "name": "DDSElement",
13586
13723
  "module": "/src/base"
13587
13724
  },
13588
- "tagName": "daikin-modal-footer",
13725
+ "tagName": "daikin-modal",
13589
13726
  "customElement": true
13590
13727
  }
13591
13728
  ],
13592
13729
  "exports": [
13593
13730
  {
13594
13731
  "kind": "js",
13595
- "name": "DaikinModalFooter",
13732
+ "name": "DaikinModal",
13596
13733
  "declaration": {
13597
- "name": "DaikinModalFooter",
13598
- "module": "src/components/modal-footer/daikin-modal-footer.ts"
13734
+ "name": "DaikinModal",
13735
+ "module": "src/components/modal/daikin-modal.ts"
13599
13736
  }
13600
13737
  },
13601
13738
  {
13602
13739
  "kind": "custom-element-definition",
13603
- "name": "daikin-modal-footer",
13740
+ "name": "daikin-modal",
13604
13741
  "declaration": {
13605
- "name": "DaikinModalFooter",
13606
- "module": "src/components/modal-footer/daikin-modal-footer.ts"
13742
+ "name": "DaikinModal",
13743
+ "module": "src/components/modal/daikin-modal.ts"
13607
13744
  }
13608
13745
  }
13609
13746
  ]
13610
13747
  },
13611
13748
  {
13612
13749
  "kind": "javascript-module",
13613
- "path": "dist/es/components/modal-footer/index.js",
13750
+ "path": "dist/es/components/modal/index.js",
13614
13751
  "declarations": [],
13615
13752
  "exports": [
13616
13753
  {
@@ -13618,7 +13755,7 @@
13618
13755
  "name": "*",
13619
13756
  "declaration": {
13620
13757
  "name": "*",
13621
- "module": "src/components/modal-footer/daikin-modal-footer"
13758
+ "module": "src/components/modal/daikin-modal"
13622
13759
  }
13623
13760
  }
13624
13761
  ]
@@ -16579,6 +16716,26 @@
16579
16716
  }
16580
16717
  ]
16581
16718
  },
16719
+ {
16720
+ "kind": "method",
16721
+ "name": "focus",
16722
+ "return": {
16723
+ "type": {
16724
+ "text": "void"
16725
+ }
16726
+ },
16727
+ "parameters": [
16728
+ {
16729
+ "name": "options",
16730
+ "optional": true,
16731
+ "type": {
16732
+ "text": "FocusOptions"
16733
+ },
16734
+ "description": "focus options"
16735
+ }
16736
+ ],
16737
+ "description": "Focuses on the inner slider thumb."
16738
+ },
16582
16739
  {
16583
16740
  "kind": "field",
16584
16741
  "name": "value",
@@ -18442,6 +18599,35 @@
18442
18599
  "attribute": "order",
18443
18600
  "reflects": true
18444
18601
  },
18602
+ {
18603
+ "kind": "field",
18604
+ "name": "_focusableRef",
18605
+ "type": {
18606
+ "text": "Ref<HTMLButtonElement>"
18607
+ },
18608
+ "privacy": "private",
18609
+ "readonly": true
18610
+ },
18611
+ {
18612
+ "kind": "method",
18613
+ "name": "focus",
18614
+ "return": {
18615
+ "type": {
18616
+ "text": "void"
18617
+ }
18618
+ },
18619
+ "parameters": [
18620
+ {
18621
+ "name": "options",
18622
+ "optional": true,
18623
+ "type": {
18624
+ "text": "FocusOptions"
18625
+ },
18626
+ "description": "focus options"
18627
+ }
18628
+ ],
18629
+ "description": "Focuses on the inner button.\nOnly effective when `sortable` is `true`."
18630
+ },
18445
18631
  {
18446
18632
  "kind": "field",
18447
18633
  "name": "version",
@@ -19309,6 +19495,15 @@
19309
19495
  "default": "null",
19310
19496
  "description": "The label text used as the value of aria-label.\nSet automatically by `reflectInputGroup` method."
19311
19497
  },
19498
+ {
19499
+ "kind": "field",
19500
+ "name": "_textareaRef",
19501
+ "type": {
19502
+ "text": "Ref<HTMLTextAreaElement>"
19503
+ },
19504
+ "privacy": "private",
19505
+ "readonly": true
19506
+ },
19312
19507
  {
19313
19508
  "kind": "field",
19314
19509
  "name": "count",
@@ -19353,6 +19548,26 @@
19353
19548
  }
19354
19549
  ]
19355
19550
  },
19551
+ {
19552
+ "kind": "method",
19553
+ "name": "focus",
19554
+ "return": {
19555
+ "type": {
19556
+ "text": "void"
19557
+ }
19558
+ },
19559
+ "parameters": [
19560
+ {
19561
+ "name": "options",
19562
+ "optional": true,
19563
+ "type": {
19564
+ "text": "FocusOptions"
19565
+ },
19566
+ "description": "focus options"
19567
+ }
19568
+ ],
19569
+ "description": "Focuses on the inner textarea."
19570
+ },
19356
19571
  {
19357
19572
  "kind": "method",
19358
19573
  "name": "reflectInputGroup",
@@ -19964,6 +20179,35 @@
19964
20179
  "privacy": "private",
19965
20180
  "default": "false"
19966
20181
  },
20182
+ {
20183
+ "kind": "field",
20184
+ "name": "_inputRef",
20185
+ "type": {
20186
+ "text": "Ref<HTMLInputElement>"
20187
+ },
20188
+ "privacy": "private",
20189
+ "readonly": true
20190
+ },
20191
+ {
20192
+ "kind": "method",
20193
+ "name": "focus",
20194
+ "return": {
20195
+ "type": {
20196
+ "text": "void"
20197
+ }
20198
+ },
20199
+ "parameters": [
20200
+ {
20201
+ "name": "options",
20202
+ "optional": true,
20203
+ "type": {
20204
+ "text": "FocusOptions"
20205
+ },
20206
+ "description": "focus options"
20207
+ }
20208
+ ],
20209
+ "description": "Focuses on the inner input."
20210
+ },
19967
20211
  {
19968
20212
  "kind": "method",
19969
20213
  "name": "_handleChange",
@@ -20856,6 +21100,26 @@
20856
21100
  }
20857
21101
  ]
20858
21102
  },
21103
+ {
21104
+ "kind": "method",
21105
+ "name": "focus",
21106
+ "return": {
21107
+ "type": {
21108
+ "text": "void"
21109
+ }
21110
+ },
21111
+ "parameters": [
21112
+ {
21113
+ "name": "options",
21114
+ "optional": true,
21115
+ "type": {
21116
+ "text": "FocusOptions"
21117
+ },
21118
+ "description": "focus options"
21119
+ }
21120
+ ],
21121
+ "description": "Focuses on the inner input."
21122
+ },
20859
21123
  {
20860
21124
  "kind": "method",
20861
21125
  "name": "_createIcon",
@@ -21893,6 +22157,26 @@
21893
22157
  }
21894
22158
  ]
21895
22159
  },
22160
+ {
22161
+ "kind": "method",
22162
+ "name": "focus",
22163
+ "return": {
22164
+ "type": {
22165
+ "text": "void"
22166
+ }
22167
+ },
22168
+ "parameters": [
22169
+ {
22170
+ "name": "options",
22171
+ "optional": true,
22172
+ "type": {
22173
+ "text": "FocusOptions"
22174
+ },
22175
+ "description": "focus options"
22176
+ }
22177
+ ],
22178
+ "description": "Focuses on the inner time input."
22179
+ },
21896
22180
  {
21897
22181
  "kind": "method",
21898
22182
  "name": "reflectInputGroup",
@@ -22976,6 +23260,35 @@
22976
23260
  "attribute": "disabled",
22977
23261
  "reflects": true
22978
23262
  },
23263
+ {
23264
+ "kind": "field",
23265
+ "name": "_inputRef",
23266
+ "type": {
23267
+ "text": "Ref<HTMLInputElement>"
23268
+ },
23269
+ "privacy": "private",
23270
+ "readonly": true
23271
+ },
23272
+ {
23273
+ "kind": "method",
23274
+ "name": "focus",
23275
+ "return": {
23276
+ "type": {
23277
+ "text": "void"
23278
+ }
23279
+ },
23280
+ "parameters": [
23281
+ {
23282
+ "name": "options",
23283
+ "optional": true,
23284
+ "type": {
23285
+ "text": "FocusOptions"
23286
+ },
23287
+ "description": "focus options"
23288
+ }
23289
+ ],
23290
+ "description": "Focuses on the inner input."
23291
+ },
22979
23292
  {
22980
23293
  "kind": "method",
22981
23294
  "name": "_updateFormValue",