@carbon/ibm-products-web-components 0.20.0 → 0.21.0-rc.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 (216) hide show
  1. package/custom-elements.json +2374 -352
  2. package/es/components/about-modal/about-modal.scss.js +1 -1
  3. package/es/components/interstitial-screen/index.d.ts +13 -0
  4. package/es/components/interstitial-screen/index.js +13 -0
  5. package/es/components/interstitial-screen/index.js.map +1 -0
  6. package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  7. package/es/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
  8. package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  9. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  10. package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  11. package/es/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  12. package/es/components/interstitial-screen/interstitial-screen-body.js +129 -0
  13. package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  14. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  15. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  16. package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  17. package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
  18. package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  19. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  20. package/es/components/interstitial-screen/interstitial-screen-footer.js +229 -0
  21. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  22. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  23. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  24. package/es/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  25. package/es/components/interstitial-screen/interstitial-screen-header.js +157 -0
  26. package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  27. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  28. package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  29. package/es/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  30. package/es/components/interstitial-screen/interstitial-screen.js +186 -0
  31. package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
  32. package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  33. package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  34. package/es/components/notification-panel/notification-panel.scss.js +1 -1
  35. package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  36. package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
  37. package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  38. package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  39. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
  40. package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  41. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  42. package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  43. package/es/components/page-header/context.d.ts +14 -0
  44. package/es/components/page-header/context.js +26 -0
  45. package/es/components/page-header/context.js.map +1 -0
  46. package/es/components/page-header/index.d.ts +2 -0
  47. package/es/components/page-header/index.js +2 -0
  48. package/es/components/page-header/index.js.map +1 -1
  49. package/es/components/page-header/page-header-scroller.d.ts +56 -0
  50. package/es/components/page-header/page-header-scroller.js +165 -0
  51. package/es/components/page-header/page-header-scroller.js.map +1 -0
  52. package/es/components/page-header/page-header-tabs.js +1 -0
  53. package/es/components/page-header/page-header-tabs.js.map +1 -1
  54. package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  55. package/es/components/page-header/page-header-title-breadcrumb.js +65 -0
  56. package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  57. package/es/components/page-header/page-header.d.ts +11 -1
  58. package/es/components/page-header/page-header.js +54 -71
  59. package/es/components/page-header/page-header.js.map +1 -1
  60. package/es/components/page-header/page-header.scss.js +1 -1
  61. package/es/components/page-header/page-header.test.js +136 -2
  62. package/es/components/page-header/page-header.test.js.map +1 -1
  63. package/es/components/page-header/utils.d.ts +32 -0
  64. package/es/components/page-header/utils.js +76 -0
  65. package/es/components/page-header/utils.js.map +1 -0
  66. package/es/components/side-panel/side-panel.d.ts +4 -0
  67. package/es/components/side-panel/side-panel.js +33 -15
  68. package/es/components/side-panel/side-panel.js.map +1 -1
  69. package/es/components/tearsheet/tearsheet.scss.js +1 -1
  70. package/es/components/truncated-text/truncated-text.d.ts +16 -11
  71. package/es/components/truncated-text/truncated-text.js +65 -58
  72. package/es/components/truncated-text/truncated-text.js.map +1 -1
  73. package/es/components/truncated-text/truncated-text.scss.js +1 -1
  74. package/es/components/truncated-text/truncated-text.test.js +6 -6
  75. package/es/components/user-avatar/user-avatar.d.ts +8 -0
  76. package/es/components/user-avatar/user-avatar.js +1 -0
  77. package/es/components/user-avatar/user-avatar.js.map +1 -1
  78. package/es/components/user-avatar/user-avatar.scss.js +1 -1
  79. package/es/packages/ibm-products-web-components/package.json.js +1 -1
  80. package/es/utilities/carousel/carousel.d.ts +8 -0
  81. package/es/utilities/carousel/carousel.js +210 -0
  82. package/es/utilities/carousel/carousel.js.map +1 -0
  83. package/es/utilities/carousel/index.d.ts +8 -0
  84. package/es/utilities/carousel/index.js +9 -0
  85. package/es/utilities/carousel/index.js.map +1 -0
  86. package/es/utilities/carousel/swipeEvents.d.ts +7 -0
  87. package/es/utilities/carousel/swipeEvents.js +109 -0
  88. package/es/utilities/carousel/swipeEvents.js.map +1 -0
  89. package/es/utilities/carousel/types.d.ts +36 -0
  90. package/es/utilities/carousel/types.js +8 -0
  91. package/es/utilities/carousel/types.js.map +1 -0
  92. package/es-custom/components/about-modal/about-modal.scss.js +1 -1
  93. package/es-custom/components/interstitial-screen/index.d.ts +13 -0
  94. package/es-custom/components/interstitial-screen/index.js +13 -0
  95. package/es-custom/components/interstitial-screen/index.js.map +1 -0
  96. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  97. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +69 -0
  98. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
  99. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
  100. package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
  101. package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  102. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +129 -0
  103. package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
  104. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
  105. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
  106. package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  107. package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
  108. package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
  109. package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  110. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +229 -0
  111. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
  112. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
  113. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
  114. package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  115. package/es-custom/components/interstitial-screen/interstitial-screen-header.js +157 -0
  116. package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
  117. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
  118. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
  119. package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  120. package/es-custom/components/interstitial-screen/interstitial-screen.js +186 -0
  121. package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
  122. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
  123. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
  124. package/es-custom/components/notification-panel/notification-panel.scss.js +1 -1
  125. package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  126. package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
  127. package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
  128. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  129. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +153 -0
  130. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
  131. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
  132. package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
  133. package/es-custom/components/page-header/context.d.ts +14 -0
  134. package/es-custom/components/page-header/context.js +26 -0
  135. package/es-custom/components/page-header/context.js.map +1 -0
  136. package/es-custom/components/page-header/index.d.ts +2 -0
  137. package/es-custom/components/page-header/index.js +2 -0
  138. package/es-custom/components/page-header/index.js.map +1 -1
  139. package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
  140. package/es-custom/components/page-header/page-header-scroller.js +165 -0
  141. package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
  142. package/es-custom/components/page-header/page-header-tabs.js +1 -0
  143. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  144. package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  145. package/es-custom/components/page-header/page-header-title-breadcrumb.js +65 -0
  146. package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
  147. package/es-custom/components/page-header/page-header.d.ts +11 -1
  148. package/es-custom/components/page-header/page-header.js +54 -71
  149. package/es-custom/components/page-header/page-header.js.map +1 -1
  150. package/es-custom/components/page-header/page-header.scss.js +1 -1
  151. package/es-custom/components/page-header/page-header.test.js +136 -2
  152. package/es-custom/components/page-header/page-header.test.js.map +1 -1
  153. package/es-custom/components/page-header/utils.d.ts +32 -0
  154. package/es-custom/components/page-header/utils.js +76 -0
  155. package/es-custom/components/page-header/utils.js.map +1 -0
  156. package/es-custom/components/side-panel/side-panel.d.ts +4 -0
  157. package/es-custom/components/side-panel/side-panel.js +33 -15
  158. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  159. package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
  160. package/es-custom/components/truncated-text/truncated-text.d.ts +16 -11
  161. package/es-custom/components/truncated-text/truncated-text.js +65 -58
  162. package/es-custom/components/truncated-text/truncated-text.js.map +1 -1
  163. package/es-custom/components/truncated-text/truncated-text.scss.js +1 -1
  164. package/es-custom/components/truncated-text/truncated-text.test.js +6 -6
  165. package/es-custom/components/user-avatar/user-avatar.d.ts +8 -0
  166. package/es-custom/components/user-avatar/user-avatar.js +1 -0
  167. package/es-custom/components/user-avatar/user-avatar.js.map +1 -1
  168. package/es-custom/components/user-avatar/user-avatar.scss.js +1 -1
  169. package/es-custom/packages/ibm-products-web-components/package.json.js +1 -1
  170. package/es-custom/utilities/carousel/carousel.d.ts +8 -0
  171. package/es-custom/utilities/carousel/carousel.js +210 -0
  172. package/es-custom/utilities/carousel/carousel.js.map +1 -0
  173. package/es-custom/utilities/carousel/index.d.ts +8 -0
  174. package/es-custom/utilities/carousel/index.js +9 -0
  175. package/es-custom/utilities/carousel/index.js.map +1 -0
  176. package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
  177. package/es-custom/utilities/carousel/swipeEvents.js +109 -0
  178. package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
  179. package/es-custom/utilities/carousel/types.d.ts +36 -0
  180. package/es-custom/utilities/carousel/types.js +8 -0
  181. package/es-custom/utilities/carousel/types.js.map +1 -0
  182. package/lib/components/interstitial-screen/index.d.ts +13 -0
  183. package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +372 -0
  184. package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +384 -0
  185. package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
  186. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +409 -0
  187. package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +394 -0
  188. package/lib/components/interstitial-screen/interstitial-screen.d.ts +420 -0
  189. package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
  190. package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
  191. package/lib/components/page-header/context.d.ts +14 -0
  192. package/lib/components/page-header/index.d.ts +2 -0
  193. package/lib/components/page-header/page-header-scroller.d.ts +56 -0
  194. package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
  195. package/lib/components/page-header/page-header.d.ts +11 -1
  196. package/lib/components/page-header/utils.d.ts +32 -0
  197. package/lib/components/side-panel/side-panel.d.ts +4 -0
  198. package/lib/components/truncated-text/truncated-text.d.ts +16 -11
  199. package/lib/components/user-avatar/user-avatar.d.ts +8 -0
  200. package/lib/utilities/carousel/carousel.d.ts +8 -0
  201. package/lib/utilities/carousel/index.d.ts +8 -0
  202. package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
  203. package/lib/utilities/carousel/types.d.ts +36 -0
  204. package/package.json +7 -6
  205. package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
  206. package/scss/components/interstitial-screen/interstitial-screen-body.scss +30 -0
  207. package/scss/components/interstitial-screen/interstitial-screen-footer.scss +40 -0
  208. package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
  209. package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
  210. package/scss/components/interstitial-screen/story-styles.scss +27 -0
  211. package/scss/components/notification-panel/notification-panel.scss +0 -1
  212. package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
  213. package/scss/components/page-header/page-header.scss +85 -0
  214. package/scss/components/truncated-text/story-styles.scss +11 -10
  215. package/scss/components/truncated-text/truncated-text.scss +0 -15
  216. package/scss/components/user-avatar/user-avatar.scss +5 -2
@@ -122,6 +122,22 @@
122
122
  {
123
123
  "name": "registry",
124
124
  "type": "CustomElementRegistry | undefined"
125
+ },
126
+ {
127
+ "name": "set-of-actions",
128
+ "type": "SetOfActions"
129
+ },
130
+ {
131
+ "name": "set-of-breadcrumbs",
132
+ "type": "SetOfBreadcrumbs"
133
+ },
134
+ {
135
+ "name": "set-of-tags",
136
+ "type": "SetOfTags"
137
+ },
138
+ {
139
+ "name": "set-of-users",
140
+ "type": "SetOfUsers"
125
141
  }
126
142
  ],
127
143
  "events": [
@@ -258,24 +274,24 @@
258
274
  ]
259
275
  },
260
276
  {
261
- "name": "c4p-notification-footer",
262
- "path": "./src/components/notification-panel/notification-footer.ts",
263
- "description": "Notification Footer.",
277
+ "name": "c4p-interstitial-screen-body-item",
278
+ "path": "./src/components/interstitial-screen/interstitial-screen-body-item.ts",
279
+ "description": "interstitial-screen-body-item for body children",
264
280
  "attributes": [
265
281
  {
266
- "name": "view-all-label",
267
- "description": "Label for View All Text",
282
+ "name": "stepTitle",
283
+ "description": "This will serve the labels for each step",
268
284
  "type": "string",
269
- "default": "\"View All\""
285
+ "default": "\"\""
270
286
  }
271
287
  ],
272
288
  "properties": [
273
289
  {
274
- "name": "viewAllLabel",
275
- "attribute": "view-all-label",
276
- "description": "Label for View All Text",
290
+ "name": "stepTitle",
291
+ "attribute": "stepTitle",
292
+ "description": "This will serve the labels for each step",
277
293
  "type": "string",
278
- "default": "\"View All\""
294
+ "default": "\"\""
279
295
  },
280
296
  {
281
297
  "name": "styles",
@@ -302,203 +318,214 @@
302
318
  {
303
319
  "name": "registry",
304
320
  "type": "CustomElementRegistry | undefined"
305
- }
306
- ],
307
- "events": [
321
+ },
308
322
  {
309
- "name": "c4p-notification-view-all",
310
- "description": "The custom event is fired when a user clicks on View All button."
323
+ "name": "set-of-actions",
324
+ "type": "SetOfActions"
311
325
  },
312
326
  {
313
- "name": "c4p-notification-settings",
314
- "description": "The custom event is fired when User clicks on settings button."
327
+ "name": "set-of-breadcrumbs",
328
+ "type": "SetOfBreadcrumbs"
329
+ },
330
+ {
331
+ "name": "set-of-tags",
332
+ "type": "SetOfTags"
333
+ },
334
+ {
335
+ "name": "set-of-users",
336
+ "type": "SetOfUsers"
315
337
  }
316
338
  ]
317
339
  },
318
340
  {
319
- "name": "c4p-notification-panel",
320
- "path": "./src/components/notification-panel/notification-panel.ts",
321
- "description": "NotificationPanel.",
322
- "attributes": [
341
+ "name": "c4p-interstitial-screen-body",
342
+ "path": "./src/components/interstitial-screen/interstitial-screen-body.ts",
343
+ "description": "interstitial-screen-body for body section",
344
+ "properties": [
323
345
  {
324
- "name": "title-text",
325
- "description": "Sets the Title for the Notification panel"
346
+ "name": "stepType",
347
+ "type": "\"single\" | \"multi\"",
348
+ "default": "\"multi\""
326
349
  },
327
350
  {
328
- "name": "today-text",
329
- "description": "Sets the Today text for the Notification panel"
351
+ "name": "styles",
352
+ "default": "\"styles\""
330
353
  },
331
354
  {
332
- "name": "previous-text",
333
- "description": "Sets the Previous section title for the Notification panel"
355
+ "name": "size",
356
+ "type": "number"
334
357
  },
335
358
  {
336
- "name": "open",
337
- "description": "Determines whether the notifications panel should render or not",
338
- "type": "boolean",
339
- "default": "false"
359
+ "name": "context-request",
360
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
361
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
340
362
  },
341
363
  {
342
- "name": "dismiss-all-label",
343
- "description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
364
+ "name": "context-provider",
365
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
366
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
344
367
  },
345
368
  {
346
- "name": "donot-disturb-label",
347
- "description": "Sets the label text for the \"Do Not Disturb\" toggle in the Notification panel"
369
+ "name": "customElements",
370
+ "type": "CustomElementRegistry | undefined"
348
371
  },
349
372
  {
350
- "name": "triggerButtonRef",
351
- "description": "Reference to the trigger button",
352
- "type": "HTMLElement | undefined"
373
+ "name": "registry",
374
+ "type": "CustomElementRegistry | undefined"
353
375
  },
354
376
  {
355
- "name": "date-time-locale",
356
- "description": "The language for each notification's time stamp.\nUsed with `dateTimeStyle`.",
357
- "type": "string | undefined"
358
- }
359
- ],
360
- "properties": [
361
- {
362
- "name": "titleText",
363
- "attribute": "title-text",
364
- "description": "Sets the Title for the Notification panel"
377
+ "name": "set-of-actions",
378
+ "type": "SetOfActions"
365
379
  },
366
380
  {
367
- "name": "todayText",
368
- "attribute": "today-text",
369
- "description": "Sets the Today text for the Notification panel"
381
+ "name": "set-of-breadcrumbs",
382
+ "type": "SetOfBreadcrumbs"
370
383
  },
371
384
  {
372
- "name": "previousText",
373
- "attribute": "previous-text",
374
- "description": "Sets the Previous section title for the Notification panel"
385
+ "name": "set-of-tags",
386
+ "type": "SetOfTags"
375
387
  },
376
388
  {
377
- "name": "open",
378
- "attribute": "open",
379
- "description": "Determines whether the notifications panel should render or not",
380
- "type": "boolean",
381
- "default": "false"
382
- },
389
+ "name": "set-of-users",
390
+ "type": "SetOfUsers"
391
+ }
392
+ ],
393
+ "events": [
383
394
  {
384
- "name": "dismissAllLabel",
385
- "attribute": "dismiss-all-label",
386
- "description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
395
+ "name": "c4p-on-before-step-change",
396
+ "description": "The name of the custom event fired at the start of the step change."
387
397
  },
388
398
  {
389
- "name": "doNotDisturbLabel",
390
- "attribute": "donot-disturb-label",
391
- "description": "Sets the label text for the \"Do Not Disturb\" toggle in the Notification panel"
392
- },
399
+ "name": "c4p-on-after-step-change",
400
+ "description": "The name of the custom event fired at the end of the step change."
401
+ }
402
+ ]
403
+ },
404
+ {
405
+ "name": "c4p-interstitial-screen-footer",
406
+ "path": "./src/components/interstitial-screen/interstitial-screen-footer.ts",
407
+ "description": "interstitial-screen-footer for footer section",
408
+ "attributes": [
393
409
  {
394
- "name": "triggerButtonRef",
395
- "attribute": "triggerButtonRef",
396
- "description": "Reference to the trigger button",
397
- "type": "HTMLElement | undefined"
410
+ "name": "nextButtonLabel",
411
+ "description": "The label for the Next button.",
412
+ "type": "string",
413
+ "default": "\"Next\""
398
414
  },
399
415
  {
400
- "name": "dateTimeLocale",
401
- "attribute": "date-time-locale",
402
- "description": "The language for each notification's time stamp.\nUsed with `dateTimeStyle`.",
403
- "type": "string | undefined"
416
+ "name": "previousButtonLabel",
417
+ "description": "The label for the Previous button.",
418
+ "type": "string",
419
+ "default": "\"Back\""
404
420
  },
405
421
  {
406
- "name": "styles",
407
- "default": "\"styles\""
422
+ "name": "skipButtonLabel",
423
+ "description": "The label for the skip button.",
424
+ "type": "string",
425
+ "default": "\"Skip\""
408
426
  },
409
427
  {
410
- "name": "size",
411
- "type": "number"
428
+ "name": "startButtonLabel",
429
+ "description": "The label for the start button.",
430
+ "type": "string",
431
+ "default": "\"Get Started\""
412
432
  },
413
433
  {
414
- "name": "context-request",
415
- "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
416
- "type": "ContextRequestEvent<{ __context__: unknown; }>"
434
+ "name": "async-action",
435
+ "description": "Enables support for asynchronous validation or user confirmation before proceeding\nto the next interstitial step. When set to true, the component will wait for an external\n listener (e.g., a form validation or confirmation modal) to resolve the proceed() callback before continuing.\nWhen asyncAction is true, you must listen for the eventOnBeforeAction event and\ncall the proceed() function (either synchronously or with a promise) to allow navigation."
436
+ }
437
+ ],
438
+ "properties": [
439
+ {
440
+ "name": "nextButtonLabel",
441
+ "attribute": "nextButtonLabel",
442
+ "description": "The label for the Next button.",
443
+ "type": "string",
444
+ "default": "\"Next\""
417
445
  },
418
446
  {
419
- "name": "context-provider",
420
- "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
421
- "type": "ContextProviderEvent<{ __context__: unknown; }>"
447
+ "name": "previousButtonLabel",
448
+ "attribute": "previousButtonLabel",
449
+ "description": "The label for the Previous button.",
450
+ "type": "string",
451
+ "default": "\"Back\""
422
452
  },
423
453
  {
424
- "name": "customElements",
425
- "type": "CustomElementRegistry | undefined"
454
+ "name": "skipButtonLabel",
455
+ "attribute": "skipButtonLabel",
456
+ "description": "The label for the skip button.",
457
+ "type": "string",
458
+ "default": "\"Skip\""
426
459
  },
427
460
  {
428
- "name": "registry",
429
- "type": "CustomElementRegistry | undefined"
430
- }
431
- ],
432
- "events": [
461
+ "name": "startButtonLabel",
462
+ "attribute": "startButtonLabel",
463
+ "description": "The label for the start button.",
464
+ "type": "string",
465
+ "default": "\"Get Started\""
466
+ },
433
467
  {
434
- "name": "c4p-notification-panel-beingclosed",
435
- "description": "The custom event before notification-panel is closed."
468
+ "name": "asyncAction",
469
+ "attribute": "async-action",
470
+ "description": "Enables support for asynchronous validation or user confirmation before proceeding\nto the next interstitial step. When set to true, the component will wait for an external\n listener (e.g., a form validation or confirmation modal) to resolve the proceed() callback before continuing.\nWhen asyncAction is true, you must listen for the eventOnBeforeAction event and\ncall the proceed() function (either synchronously or with a promise) to allow navigation."
436
471
  },
437
472
  {
438
- "name": "c4p-notification-dismiss-all",
439
- "description": "The custom event fired after notification-panel is closed upon a user gesture."
473
+ "name": "loadingAction"
440
474
  },
441
475
  {
442
- "name": "c4p-notification-donot-disturb-change",
443
- "description": "The custom event fired after notification-panel is closed upon a user gesture."
476
+ "name": "enabledWarnings",
477
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
478
+ "type": "WarningKind[] | undefined"
444
479
  },
445
480
  {
446
- "name": "c4p-notification-click-outside",
447
- "description": "The custom event fired after user clicks outside the panel or Esc key is pressed."
448
- }
449
- ],
450
- "slots": [
481
+ "name": "enableWarning",
482
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
483
+ "type": "((warningKind: WarningKind) => void) | undefined"
484
+ },
451
485
  {
452
- "name": "today",
453
- "description": "Today Section."
486
+ "name": "disableWarning",
487
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
488
+ "type": "((warningKind: WarningKind) => void) | undefined"
454
489
  },
455
490
  {
456
- "name": "previous",
457
- "description": "Previous Section."
491
+ "name": "elementProperties",
492
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
493
+ "type": "PropertyDeclarationMap"
458
494
  },
459
495
  {
460
- "name": "footer",
461
- "description": "Footer for the Panel."
462
- }
463
- ]
464
- },
465
- {
466
- "name": "c4p-notification",
467
- "path": "./src/components/notification-panel/notification.ts",
468
- "description": "Notification.",
469
- "attributes": [
496
+ "name": "properties",
497
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
498
+ "type": "PropertyDeclarations"
499
+ },
470
500
  {
471
- "name": "type",
472
- "description": "Sets the type of notification to display: 'error', 'warning', 'success', or 'informational'",
473
- "type": "\"error\" | \"warning\" | \"success\" | \"informational\" | undefined"
501
+ "name": "elementStyles",
502
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
503
+ "type": "CSSResultOrNative[]"
474
504
  },
475
505
  {
476
- "name": "timestamp",
477
- "description": "Sets the timestamp for the notification, typically used to indicate when it was received",
478
- "type": "Date | undefined"
479
- }
480
- ],
481
- "properties": [
506
+ "name": "shadowRootOptions",
507
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
508
+ "type": "ShadowRootInit"
509
+ },
482
510
  {
483
- "name": "type",
484
- "attribute": "type",
485
- "description": "Sets the type of notification to display: 'error', 'warning', 'success', or 'informational'",
486
- "type": "\"error\" | \"warning\" | \"success\" | \"informational\" | undefined"
511
+ "name": "renderRoot",
512
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
513
+ "type": "HTMLElement | DocumentFragment"
487
514
  },
488
515
  {
489
- "name": "timestamp",
490
- "attribute": "timestamp",
491
- "description": "Sets the timestamp for the notification, typically used to indicate when it was received",
492
- "type": "Date | undefined"
516
+ "name": "isUpdatePending",
517
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
518
+ "type": "boolean"
493
519
  },
494
520
  {
495
- "name": "dateTimeLocale",
496
- "type": "string | undefined",
497
- "default": "\"undefined\""
521
+ "name": "hasUpdated",
522
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
523
+ "type": "boolean"
498
524
  },
499
525
  {
500
- "name": "styles",
501
- "default": "\"styles\""
526
+ "name": "updateComplete",
527
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
528
+ "type": "Promise<boolean>"
502
529
  },
503
530
  {
504
531
  "name": "size",
@@ -521,87 +548,163 @@
521
548
  {
522
549
  "name": "registry",
523
550
  "type": "CustomElementRegistry | undefined"
524
- }
525
- ],
526
- "events": [
551
+ },
527
552
  {
528
- "name": "c4p-notification-dismiss",
529
- "description": "The custom event is fired when the notification is closed by a user gesture."
530
- }
531
- ],
532
- "slots": [
553
+ "name": "set-of-actions",
554
+ "type": "SetOfActions"
555
+ },
533
556
  {
534
- "name": "title",
535
- "description": "The Title for the notification."
557
+ "name": "set-of-breadcrumbs",
558
+ "type": "SetOfBreadcrumbs"
536
559
  },
537
560
  {
538
- "name": "description",
539
- "description": "The description for the notification."
561
+ "name": "set-of-tags",
562
+ "type": "SetOfTags"
563
+ },
564
+ {
565
+ "name": "set-of-users",
566
+ "type": "SetOfUsers"
567
+ },
568
+ {
569
+ "name": "hasThreeButtons",
570
+ "description": "`true` if this modal footer has more than two buttons.",
571
+ "type": "boolean"
572
+ },
573
+ {
574
+ "name": "styles",
575
+ "description": "[object Object],[object Object],[object Object]",
576
+ "default": "\"styles\""
577
+ }
578
+ ],
579
+ "events": [
580
+ {
581
+ "name": "c4p-on-action",
582
+ "description": "The name of the custom event fired just before the action. You can use this event to perform any async/sync validation.\nif you pass async-action = true, the component will wait for an external listener (e.g., a form validation or confirmation modal) to resolve the proceed()\ncallback before continuing. When asyncAction is true, you must listen for the eventOnBeforeAction event and call the proceed() function\n(either synchronously or with a promise) to allow navigation."
540
583
  }
541
584
  ]
542
585
  },
543
586
  {
544
- "name": "c4p-options-tile",
545
- "path": "./src/components/options-tile/options-tile.ts",
546
- "description": "OptionsTile.",
587
+ "name": "c4p-interstitial-screen-header",
588
+ "path": "./src/components/interstitial-screen/interstitial-screen-header.ts",
589
+ "description": "interstitial-screen-header for header section",
547
590
  "attributes": [
548
591
  {
549
- "name": "open",
550
- "description": "If `true` the body of the component is shown",
551
- "type": "boolean",
552
- "default": "false"
592
+ "name": "header-title",
593
+ "description": "Provide an optional title to be applied to the header.",
594
+ "type": "string",
595
+ "default": "\"\""
553
596
  },
554
597
  {
555
- "name": "titleId",
556
- "description": "ID for the title",
598
+ "name": "header-subtitle",
599
+ "description": "Tooltip text and aria label for the Close button icon.",
557
600
  "type": "string",
558
601
  "default": "\"\""
559
602
  },
560
603
  {
561
- "name": "titleText",
562
- "description": "Text for the title",
604
+ "name": "closeIconDescription",
605
+ "description": "Tooltip text and aria label for the Close button icon.",
563
606
  "type": "string",
564
- "default": "\"\""
607
+ "default": "\"Close\""
565
608
  },
566
609
  {
567
- "name": "size",
568
- "description": "Determines the size of the header",
569
- "type": "\"lg\" | \"xl\" | undefined",
570
- "default": "\"lg\""
610
+ "name": "hideProgressIndicator",
611
+ "description": "Optional parameter to hide the progress indicator when multiple steps are used.",
612
+ "type": "boolean",
613
+ "default": "false"
571
614
  }
572
615
  ],
573
616
  "properties": [
574
617
  {
575
- "name": "open",
576
- "attribute": "open",
577
- "description": "If `true` the body of the component is shown",
578
- "type": "boolean",
579
- "default": "false"
580
- },
581
- {
582
- "name": "titleId",
583
- "attribute": "titleId",
584
- "description": "ID for the title",
618
+ "name": "headerTitle",
619
+ "attribute": "header-title",
620
+ "description": "Provide an optional title to be applied to the header.",
585
621
  "type": "string",
586
622
  "default": "\"\""
587
623
  },
588
624
  {
589
- "name": "titleText",
590
- "attribute": "titleText",
591
- "description": "Text for the title",
625
+ "name": "headerSubTitle",
626
+ "attribute": "header-subtitle",
627
+ "description": "Tooltip text and aria label for the Close button icon.",
592
628
  "type": "string",
593
629
  "default": "\"\""
594
630
  },
631
+ {
632
+ "name": "closeIconDescription",
633
+ "attribute": "closeIconDescription",
634
+ "description": "Tooltip text and aria label for the Close button icon.",
635
+ "type": "string",
636
+ "default": "\"Close\""
637
+ },
638
+ {
639
+ "name": "hideProgressIndicator",
640
+ "attribute": "hideProgressIndicator",
641
+ "description": "Optional parameter to hide the progress indicator when multiple steps are used.",
642
+ "type": "boolean",
643
+ "default": "false"
644
+ },
645
+ {
646
+ "name": "enabledWarnings",
647
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
648
+ "type": "WarningKind[] | undefined"
649
+ },
650
+ {
651
+ "name": "enableWarning",
652
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
653
+ "type": "((warningKind: WarningKind) => void) | undefined"
654
+ },
655
+ {
656
+ "name": "disableWarning",
657
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
658
+ "type": "((warningKind: WarningKind) => void) | undefined"
659
+ },
660
+ {
661
+ "name": "elementProperties",
662
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
663
+ "type": "PropertyDeclarationMap"
664
+ },
665
+ {
666
+ "name": "properties",
667
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
668
+ "type": "PropertyDeclarations"
669
+ },
670
+ {
671
+ "name": "elementStyles",
672
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
673
+ "type": "CSSResultOrNative[]"
674
+ },
595
675
  {
596
676
  "name": "styles",
677
+ "description": "[object Object],[object Object],[object Object]",
597
678
  "default": "\"styles\""
598
679
  },
680
+ {
681
+ "name": "shadowRootOptions",
682
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
683
+ "type": "ShadowRootInit"
684
+ },
685
+ {
686
+ "name": "renderRoot",
687
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
688
+ "type": "HTMLElement | DocumentFragment"
689
+ },
690
+ {
691
+ "name": "isUpdatePending",
692
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
693
+ "type": "boolean"
694
+ },
695
+ {
696
+ "name": "hasUpdated",
697
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
698
+ "type": "boolean"
699
+ },
700
+ {
701
+ "name": "updateComplete",
702
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
703
+ "type": "Promise<boolean>"
704
+ },
599
705
  {
600
706
  "name": "size",
601
- "attribute": "size",
602
- "description": "Determines the size of the header",
603
- "type": "\"lg\" | \"xl\" | undefined",
604
- "default": "\"lg\""
707
+ "type": "number"
605
708
  },
606
709
  {
607
710
  "name": "context-request",
@@ -620,159 +723,1978 @@
620
723
  {
621
724
  "name": "registry",
622
725
  "type": "CustomElementRegistry | undefined"
623
- }
624
- ],
625
- "events": [
726
+ },
626
727
  {
627
- "name": "c4p-options-tile-open",
628
- "description": "Custom event fired when tile is opened"
728
+ "name": "set-of-actions",
729
+ "type": "SetOfActions"
629
730
  },
630
731
  {
631
- "name": "c4p-options-tile-close",
632
- "description": "Custom event fired when tile is closed"
633
- }
634
- ],
635
- "cssParts": [
732
+ "name": "set-of-breadcrumbs",
733
+ "type": "SetOfBreadcrumbs"
734
+ },
636
735
  {
637
- "name": "options",
638
- "description": "tile The options tile"
736
+ "name": "set-of-tags",
737
+ "type": "SetOfTags"
738
+ },
739
+ {
740
+ "name": "set-of-users",
741
+ "type": "SetOfUsers"
639
742
  }
640
743
  ]
641
744
  },
642
745
  {
643
- "name": "c4p-page-header-breadcrumb",
644
- "path": "./src/components/page-header/page-header-breadcrumb.ts",
645
- "description": "Page header Breadcrumb Bar.",
746
+ "name": "c4p-interstitial-screen",
747
+ "path": "./src/components/interstitial-screen/interstitial-screen.ts",
748
+ "description": "interstitial-screen main component",
646
749
  "attributes": [
647
750
  {
648
- "name": "border",
649
- "description": "Specify if breadcrumb bar has bottom border.",
751
+ "name": "fullscreen",
752
+ "description": "Specifies whether the component is shown as a full-screen\nexperience, else it is shown as a modal by default.",
650
753
  "type": "boolean",
651
- "default": "true"
754
+ "default": "false"
652
755
  },
653
756
  {
654
- "name": "within-grid",
655
- "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
757
+ "name": "open",
758
+ "description": "Specifies whether the component is currently open.",
656
759
  "type": "boolean",
657
760
  "default": "false"
658
- },
761
+ }
762
+ ],
763
+ "properties": [
659
764
  {
660
- "name": "page-actions-flush",
661
- "description": "Set to `true` if page actions should be flush (no padding)",
765
+ "name": "isFullScreen",
766
+ "attribute": "fullscreen",
767
+ "description": "Specifies whether the component is shown as a full-screen\nexperience, else it is shown as a modal by default.",
662
768
  "type": "boolean",
663
769
  "default": "false"
664
770
  },
665
771
  {
666
- "name": "content-actions-flush",
667
- "description": "Set to `true` if content actions should be flush (no padding)",
772
+ "name": "open",
773
+ "attribute": "open",
774
+ "description": "Specifies whether the component is currently open.",
668
775
  "type": "boolean",
669
776
  "default": "false"
777
+ },
778
+ {
779
+ "name": "stepDetails",
780
+ "type": "{ stepTitle: string; name?: string | undefined; }[]",
781
+ "default": "[]"
782
+ },
783
+ {
784
+ "name": "enabledWarnings",
785
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
786
+ "type": "WarningKind[] | undefined"
787
+ },
788
+ {
789
+ "name": "enableWarning",
790
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
791
+ "type": "((warningKind: WarningKind) => void) | undefined"
792
+ },
793
+ {
794
+ "name": "disableWarning",
795
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
796
+ "type": "((warningKind: WarningKind) => void) | undefined"
797
+ },
798
+ {
799
+ "name": "elementProperties",
800
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
801
+ "type": "PropertyDeclarationMap"
802
+ },
803
+ {
804
+ "name": "properties",
805
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
806
+ "type": "PropertyDeclarations"
807
+ },
808
+ {
809
+ "name": "elementStyles",
810
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
811
+ "type": "CSSResultOrNative[]"
812
+ },
813
+ {
814
+ "name": "styles",
815
+ "description": "[object Object],[object Object],[object Object]",
816
+ "default": "\"styles\""
817
+ },
818
+ {
819
+ "name": "shadowRootOptions",
820
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
821
+ "type": "ShadowRootInit"
822
+ },
823
+ {
824
+ "name": "renderRoot",
825
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
826
+ "type": "HTMLElement | DocumentFragment"
827
+ },
828
+ {
829
+ "name": "isUpdatePending",
830
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
831
+ "type": "boolean"
832
+ },
833
+ {
834
+ "name": "hasUpdated",
835
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
836
+ "type": "boolean"
837
+ },
838
+ {
839
+ "name": "updateComplete",
840
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
841
+ "type": "Promise<boolean>"
842
+ },
843
+ {
844
+ "name": "size",
845
+ "type": "number"
846
+ },
847
+ {
848
+ "name": "context-request",
849
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
850
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
851
+ },
852
+ {
853
+ "name": "context-provider",
854
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
855
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
856
+ },
857
+ {
858
+ "name": "customElements",
859
+ "type": "CustomElementRegistry | undefined"
860
+ },
861
+ {
862
+ "name": "registry",
863
+ "type": "CustomElementRegistry | undefined"
864
+ },
865
+ {
866
+ "name": "set-of-actions",
867
+ "type": "SetOfActions"
868
+ },
869
+ {
870
+ "name": "set-of-breadcrumbs",
871
+ "type": "SetOfBreadcrumbs"
872
+ },
873
+ {
874
+ "name": "set-of-tags",
875
+ "type": "SetOfTags"
876
+ },
877
+ {
878
+ "name": "set-of-users",
879
+ "type": "SetOfUsers"
880
+ }
881
+ ],
882
+ "events": [
883
+ {
884
+ "name": "c4p-interstitial-opened",
885
+ "description": "The custom event triggered after loading the component.\nIts event.detail will provide you with carousal api methods for step navigation and method to disable any action button\n*"
886
+ },
887
+ {
888
+ "name": "c4p-interstitial-beingclosed",
889
+ "description": "The name of the custom event fired before interstitial is being closed upon a user gesture.\nCancellation of this event stops the user-initiated action of closing the interstitial."
890
+ },
891
+ {
892
+ "name": "c4p-interstitial-closed",
893
+ "description": "The name of the custom event fired after this tearsheet is closed upon a user gesture."
894
+ }
895
+ ]
896
+ },
897
+ {
898
+ "name": "c4p-notification-footer",
899
+ "path": "./src/components/notification-panel/notification-footer.ts",
900
+ "description": "Notification Footer.",
901
+ "attributes": [
902
+ {
903
+ "name": "view-all-label",
904
+ "description": "Label for View All Text",
905
+ "type": "string",
906
+ "default": "\"View All\""
670
907
  }
671
908
  ],
672
909
  "properties": [
673
910
  {
674
- "name": "border",
675
- "attribute": "border",
676
- "description": "Specify if breadcrumb bar has bottom border.",
677
- "type": "boolean",
678
- "default": "true"
911
+ "name": "viewAllLabel",
912
+ "attribute": "view-all-label",
913
+ "description": "Label for View All Text",
914
+ "type": "string",
915
+ "default": "\"View All\""
679
916
  },
680
917
  {
681
- "name": "withinGrid",
682
- "attribute": "within-grid",
683
- "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
918
+ "name": "styles",
919
+ "default": "\"styles\""
920
+ },
921
+ {
922
+ "name": "size",
923
+ "type": "number"
924
+ },
925
+ {
926
+ "name": "context-request",
927
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
928
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
929
+ },
930
+ {
931
+ "name": "context-provider",
932
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
933
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
934
+ },
935
+ {
936
+ "name": "customElements",
937
+ "type": "CustomElementRegistry | undefined"
938
+ },
939
+ {
940
+ "name": "registry",
941
+ "type": "CustomElementRegistry | undefined"
942
+ },
943
+ {
944
+ "name": "set-of-actions",
945
+ "type": "SetOfActions"
946
+ },
947
+ {
948
+ "name": "set-of-breadcrumbs",
949
+ "type": "SetOfBreadcrumbs"
950
+ },
951
+ {
952
+ "name": "set-of-tags",
953
+ "type": "SetOfTags"
954
+ },
955
+ {
956
+ "name": "set-of-users",
957
+ "type": "SetOfUsers"
958
+ }
959
+ ],
960
+ "events": [
961
+ {
962
+ "name": "c4p-notification-view-all",
963
+ "description": "The custom event is fired when a user clicks on View All button."
964
+ },
965
+ {
966
+ "name": "c4p-notification-settings",
967
+ "description": "The custom event is fired when User clicks on settings button."
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "name": "c4p-notification-panel",
973
+ "path": "./src/components/notification-panel/notification-panel.ts",
974
+ "description": "NotificationPanel.",
975
+ "attributes": [
976
+ {
977
+ "name": "title-text",
978
+ "description": "Sets the Title for the Notification panel"
979
+ },
980
+ {
981
+ "name": "today-text",
982
+ "description": "Sets the Today text for the Notification panel"
983
+ },
984
+ {
985
+ "name": "previous-text",
986
+ "description": "Sets the Previous section title for the Notification panel"
987
+ },
988
+ {
989
+ "name": "open",
990
+ "description": "Determines whether the notifications panel should render or not",
684
991
  "type": "boolean",
685
992
  "default": "false"
686
993
  },
687
994
  {
688
- "name": "pageActionsFlush",
689
- "attribute": "page-actions-flush",
690
- "description": "Set to `true` if page actions should be flush (no padding)",
691
- "type": "boolean",
692
- "default": "false"
995
+ "name": "dismiss-all-label",
996
+ "description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
997
+ },
998
+ {
999
+ "name": "donot-disturb-label",
1000
+ "description": "Sets the label text for the \"Do Not Disturb\" toggle in the Notification panel"
1001
+ },
1002
+ {
1003
+ "name": "triggerButtonRef",
1004
+ "description": "Reference to the trigger button",
1005
+ "type": "HTMLElement | undefined"
1006
+ },
1007
+ {
1008
+ "name": "date-time-locale",
1009
+ "description": "The language for each notification's time stamp.\nUsed with `dateTimeStyle`.",
1010
+ "type": "string | undefined"
1011
+ }
1012
+ ],
1013
+ "properties": [
1014
+ {
1015
+ "name": "titleText",
1016
+ "attribute": "title-text",
1017
+ "description": "Sets the Title for the Notification panel"
1018
+ },
1019
+ {
1020
+ "name": "todayText",
1021
+ "attribute": "today-text",
1022
+ "description": "Sets the Today text for the Notification panel"
1023
+ },
1024
+ {
1025
+ "name": "previousText",
1026
+ "attribute": "previous-text",
1027
+ "description": "Sets the Previous section title for the Notification panel"
1028
+ },
1029
+ {
1030
+ "name": "open",
1031
+ "attribute": "open",
1032
+ "description": "Determines whether the notifications panel should render or not",
1033
+ "type": "boolean",
1034
+ "default": "false"
1035
+ },
1036
+ {
1037
+ "name": "dismissAllLabel",
1038
+ "attribute": "dismiss-all-label",
1039
+ "description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
1040
+ },
1041
+ {
1042
+ "name": "doNotDisturbLabel",
1043
+ "attribute": "donot-disturb-label",
1044
+ "description": "Sets the label text for the \"Do Not Disturb\" toggle in the Notification panel"
1045
+ },
1046
+ {
1047
+ "name": "triggerButtonRef",
1048
+ "attribute": "triggerButtonRef",
1049
+ "description": "Reference to the trigger button",
1050
+ "type": "HTMLElement | undefined"
1051
+ },
1052
+ {
1053
+ "name": "dateTimeLocale",
1054
+ "attribute": "date-time-locale",
1055
+ "description": "The language for each notification's time stamp.\nUsed with `dateTimeStyle`.",
1056
+ "type": "string | undefined"
1057
+ },
1058
+ {
1059
+ "name": "styles",
1060
+ "default": "\"styles\""
1061
+ },
1062
+ {
1063
+ "name": "size",
1064
+ "type": "number"
1065
+ },
1066
+ {
1067
+ "name": "context-request",
1068
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
1069
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
1070
+ },
1071
+ {
1072
+ "name": "context-provider",
1073
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
1074
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
1075
+ },
1076
+ {
1077
+ "name": "customElements",
1078
+ "type": "CustomElementRegistry | undefined"
1079
+ },
1080
+ {
1081
+ "name": "registry",
1082
+ "type": "CustomElementRegistry | undefined"
1083
+ },
1084
+ {
1085
+ "name": "set-of-actions",
1086
+ "type": "SetOfActions"
1087
+ },
1088
+ {
1089
+ "name": "set-of-breadcrumbs",
1090
+ "type": "SetOfBreadcrumbs"
1091
+ },
1092
+ {
1093
+ "name": "set-of-tags",
1094
+ "type": "SetOfTags"
1095
+ },
1096
+ {
1097
+ "name": "set-of-users",
1098
+ "type": "SetOfUsers"
1099
+ }
1100
+ ],
1101
+ "events": [
1102
+ {
1103
+ "name": "c4p-notification-panel-beingclosed",
1104
+ "description": "The custom event before notification-panel is closed."
1105
+ },
1106
+ {
1107
+ "name": "c4p-notification-dismiss-all",
1108
+ "description": "The custom event fired after notification-panel is closed upon a user gesture."
1109
+ },
1110
+ {
1111
+ "name": "c4p-notification-donot-disturb-change",
1112
+ "description": "The custom event fired after notification-panel is closed upon a user gesture."
1113
+ },
1114
+ {
1115
+ "name": "c4p-notification-click-outside",
1116
+ "description": "The custom event fired after user clicks outside the panel or Esc key is pressed."
1117
+ }
1118
+ ],
1119
+ "slots": [
1120
+ {
1121
+ "name": "today",
1122
+ "description": "Today Section."
1123
+ },
1124
+ {
1125
+ "name": "previous",
1126
+ "description": "Previous Section."
1127
+ },
1128
+ {
1129
+ "name": "footer",
1130
+ "description": "Footer for the Panel."
1131
+ }
1132
+ ]
1133
+ },
1134
+ {
1135
+ "name": "c4p-notification",
1136
+ "path": "./src/components/notification-panel/notification.ts",
1137
+ "description": "Notification.",
1138
+ "attributes": [
1139
+ {
1140
+ "name": "type",
1141
+ "description": "Sets the type of notification to display: 'error', 'warning', 'success', or 'informational'",
1142
+ "type": "\"error\" | \"warning\" | \"success\" | \"informational\" | undefined"
1143
+ },
1144
+ {
1145
+ "name": "timestamp",
1146
+ "description": "Sets the timestamp for the notification, typically used to indicate when it was received",
1147
+ "type": "Date | undefined"
1148
+ }
1149
+ ],
1150
+ "properties": [
1151
+ {
1152
+ "name": "type",
1153
+ "attribute": "type",
1154
+ "description": "Sets the type of notification to display: 'error', 'warning', 'success', or 'informational'",
1155
+ "type": "\"error\" | \"warning\" | \"success\" | \"informational\" | undefined"
1156
+ },
1157
+ {
1158
+ "name": "timestamp",
1159
+ "attribute": "timestamp",
1160
+ "description": "Sets the timestamp for the notification, typically used to indicate when it was received",
1161
+ "type": "Date | undefined"
1162
+ },
1163
+ {
1164
+ "name": "dateTimeLocale",
1165
+ "type": "string | undefined",
1166
+ "default": "\"undefined\""
1167
+ },
1168
+ {
1169
+ "name": "styles",
1170
+ "default": "\"styles\""
1171
+ },
1172
+ {
1173
+ "name": "size",
1174
+ "type": "number"
1175
+ },
1176
+ {
1177
+ "name": "context-request",
1178
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
1179
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
1180
+ },
1181
+ {
1182
+ "name": "context-provider",
1183
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
1184
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
1185
+ },
1186
+ {
1187
+ "name": "customElements",
1188
+ "type": "CustomElementRegistry | undefined"
1189
+ },
1190
+ {
1191
+ "name": "registry",
1192
+ "type": "CustomElementRegistry | undefined"
1193
+ },
1194
+ {
1195
+ "name": "set-of-actions",
1196
+ "type": "SetOfActions"
1197
+ },
1198
+ {
1199
+ "name": "set-of-breadcrumbs",
1200
+ "type": "SetOfBreadcrumbs"
1201
+ },
1202
+ {
1203
+ "name": "set-of-tags",
1204
+ "type": "SetOfTags"
1205
+ },
1206
+ {
1207
+ "name": "set-of-users",
1208
+ "type": "SetOfUsers"
1209
+ }
1210
+ ],
1211
+ "events": [
1212
+ {
1213
+ "name": "c4p-notification-dismiss",
1214
+ "description": "The custom event is fired when the notification is closed by a user gesture."
1215
+ }
1216
+ ],
1217
+ "slots": [
1218
+ {
1219
+ "name": "title",
1220
+ "description": "The Title for the notification."
1221
+ },
1222
+ {
1223
+ "name": "description",
1224
+ "description": "The description for the notification."
1225
+ }
1226
+ ]
1227
+ },
1228
+ {
1229
+ "name": "c4p-options-tile",
1230
+ "path": "./src/components/options-tile/options-tile.ts",
1231
+ "description": "OptionsTile.",
1232
+ "attributes": [
1233
+ {
1234
+ "name": "open",
1235
+ "description": "If `true` the body of the component is shown",
1236
+ "type": "boolean",
1237
+ "default": "false"
1238
+ },
1239
+ {
1240
+ "name": "titleId",
1241
+ "description": "ID for the title",
1242
+ "type": "string",
1243
+ "default": "\"\""
1244
+ },
1245
+ {
1246
+ "name": "titleText",
1247
+ "description": "Text for the title",
1248
+ "type": "string",
1249
+ "default": "\"\""
1250
+ },
1251
+ {
1252
+ "name": "size",
1253
+ "description": "Determines the size of the header",
1254
+ "type": "\"lg\" | \"xl\" | undefined",
1255
+ "default": "\"lg\""
1256
+ }
1257
+ ],
1258
+ "properties": [
1259
+ {
1260
+ "name": "open",
1261
+ "attribute": "open",
1262
+ "description": "If `true` the body of the component is shown",
1263
+ "type": "boolean",
1264
+ "default": "false"
1265
+ },
1266
+ {
1267
+ "name": "titleId",
1268
+ "attribute": "titleId",
1269
+ "description": "ID for the title",
1270
+ "type": "string",
1271
+ "default": "\"\""
1272
+ },
1273
+ {
1274
+ "name": "titleText",
1275
+ "attribute": "titleText",
1276
+ "description": "Text for the title",
1277
+ "type": "string",
1278
+ "default": "\"\""
1279
+ },
1280
+ {
1281
+ "name": "styles",
1282
+ "default": "\"styles\""
1283
+ },
1284
+ {
1285
+ "name": "size",
1286
+ "attribute": "size",
1287
+ "description": "Determines the size of the header",
1288
+ "type": "\"lg\" | \"xl\" | undefined",
1289
+ "default": "\"lg\""
1290
+ },
1291
+ {
1292
+ "name": "context-request",
1293
+ "description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
1294
+ "type": "ContextRequestEvent<{ __context__: unknown; }>"
1295
+ },
1296
+ {
1297
+ "name": "context-provider",
1298
+ "description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
1299
+ "type": "ContextProviderEvent<{ __context__: unknown; }>"
1300
+ },
1301
+ {
1302
+ "name": "customElements",
1303
+ "type": "CustomElementRegistry | undefined"
1304
+ },
1305
+ {
1306
+ "name": "registry",
1307
+ "type": "CustomElementRegistry | undefined"
1308
+ },
1309
+ {
1310
+ "name": "set-of-actions",
1311
+ "type": "SetOfActions"
1312
+ },
1313
+ {
1314
+ "name": "set-of-breadcrumbs",
1315
+ "type": "SetOfBreadcrumbs"
1316
+ },
1317
+ {
1318
+ "name": "set-of-tags",
1319
+ "type": "SetOfTags"
1320
+ },
1321
+ {
1322
+ "name": "set-of-users",
1323
+ "type": "SetOfUsers"
1324
+ }
1325
+ ],
1326
+ "events": [
1327
+ {
1328
+ "name": "c4p-options-tile-open",
1329
+ "description": "Custom event fired when tile is opened"
1330
+ },
1331
+ {
1332
+ "name": "c4p-options-tile-close",
1333
+ "description": "Custom event fired when tile is closed"
1334
+ }
1335
+ ],
1336
+ "cssParts": [
1337
+ {
1338
+ "name": "options",
1339
+ "description": "tile The options tile"
1340
+ }
1341
+ ]
1342
+ },
1343
+ {
1344
+ "name": "set-of-breadcrumbs",
1345
+ "path": "./src/components/page-header/_story-assets/set-of-breadcrumbs.ts",
1346
+ "attributes": [
1347
+ {
1348
+ "name": "hiddenItems",
1349
+ "description": "Hidden items that will be rendered in the overflow menu.",
1350
+ "type": "Breadcrumb[]",
1351
+ "default": "[]"
1352
+ },
1353
+ {
1354
+ "name": "breadcrumbs-data",
1355
+ "description": "The list of breadcrumbs.",
1356
+ "type": "Breadcrumb[]",
1357
+ "default": "[]"
1358
+ }
1359
+ ],
1360
+ "properties": [
1361
+ {
1362
+ "name": "hiddenItems",
1363
+ "attribute": "hiddenItems",
1364
+ "description": "Hidden items that will be rendered in the overflow menu.",
1365
+ "type": "Breadcrumb[]",
1366
+ "default": "[]"
1367
+ },
1368
+ {
1369
+ "name": "breadcrumbsData",
1370
+ "attribute": "breadcrumbs-data",
1371
+ "description": "The list of breadcrumbs.",
1372
+ "type": "Breadcrumb[]",
1373
+ "default": "[]"
1374
+ },
1375
+ {
1376
+ "name": "styles",
1377
+ "default": "\"styles\""
1378
+ }
1379
+ ]
1380
+ },
1381
+ {
1382
+ "name": "c4p-page-header-breadcrumb",
1383
+ "path": "./src/components/page-header/page-header-breadcrumb.ts",
1384
+ "description": "Page header Breadcrumb Bar.",
1385
+ "attributes": [
1386
+ {
1387
+ "name": "border",
1388
+ "description": "Specify if breadcrumb bar has bottom border.",
1389
+ "type": "boolean",
1390
+ "default": "true"
1391
+ },
1392
+ {
1393
+ "name": "within-grid",
1394
+ "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
1395
+ "type": "boolean",
1396
+ "default": "false"
1397
+ },
1398
+ {
1399
+ "name": "page-actions-flush",
1400
+ "description": "Set to `true` if page actions should be flush (no padding)",
1401
+ "type": "boolean",
1402
+ "default": "false"
1403
+ },
1404
+ {
1405
+ "name": "content-actions-flush",
1406
+ "description": "Set to `true` if content actions should be flush (no padding)",
1407
+ "type": "boolean",
1408
+ "default": "false"
1409
+ }
1410
+ ],
1411
+ "properties": [
1412
+ {
1413
+ "name": "border",
1414
+ "attribute": "border",
1415
+ "description": "Specify if breadcrumb bar has bottom border.",
1416
+ "type": "boolean",
1417
+ "default": "true"
1418
+ },
1419
+ {
1420
+ "name": "withinGrid",
1421
+ "attribute": "within-grid",
1422
+ "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
1423
+ "type": "boolean",
1424
+ "default": "false"
1425
+ },
1426
+ {
1427
+ "name": "pageActionsFlush",
1428
+ "attribute": "page-actions-flush",
1429
+ "description": "Set to `true` if page actions should be flush (no padding)",
1430
+ "type": "boolean",
1431
+ "default": "false"
1432
+ },
1433
+ {
1434
+ "name": "contentActionsFlush",
1435
+ "attribute": "content-actions-flush",
1436
+ "description": "Set to `true` if content actions should be flush (no padding)",
1437
+ "type": "boolean",
1438
+ "default": "false"
1439
+ },
1440
+ {
1441
+ "name": "styles",
1442
+ "default": "\"styles\""
1443
+ }
1444
+ ]
1445
+ },
1446
+ {
1447
+ "name": "c4p-page-header-content-text",
1448
+ "path": "./src/components/page-header/page-header-content-text.ts",
1449
+ "description": "Page header Content Text.",
1450
+ "attributes": [
1451
+ {
1452
+ "name": "subtitle",
1453
+ "description": "Subtitle text of the page-header-content",
1454
+ "type": "string",
1455
+ "default": "\"\""
1456
+ }
1457
+ ],
1458
+ "properties": [
1459
+ {
1460
+ "name": "subtitle",
1461
+ "attribute": "subtitle",
1462
+ "description": "Subtitle text of the page-header-content",
1463
+ "type": "string",
1464
+ "default": "\"\""
1465
+ },
1466
+ {
1467
+ "name": "styles",
1468
+ "default": "\"styles\""
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "name": "c4p-page-header-content",
1474
+ "path": "./src/components/page-header/page-header-content.ts",
1475
+ "description": "Page header content.",
1476
+ "attributes": [
1477
+ {
1478
+ "name": "title",
1479
+ "description": "Title text of the page-header-content",
1480
+ "type": "string",
1481
+ "default": "\"\""
1482
+ },
1483
+ {
1484
+ "name": "within-grid",
1485
+ "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
1486
+ "type": "boolean",
1487
+ "default": "false"
1488
+ }
1489
+ ],
1490
+ "properties": [
1491
+ {
1492
+ "name": "title",
1493
+ "attribute": "title",
1494
+ "description": "Title text of the page-header-content",
1495
+ "type": "string",
1496
+ "default": "\"\""
1497
+ },
1498
+ {
1499
+ "name": "withinGrid",
1500
+ "attribute": "within-grid",
1501
+ "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
1502
+ "type": "boolean",
1503
+ "default": "false"
1504
+ },
1505
+ {
1506
+ "name": "styles",
1507
+ "default": "\"styles\""
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "name": "c4p-page-header-hero-image",
1513
+ "path": "./src/components/page-header/page-header-hero-image.ts",
1514
+ "description": "Page header Hero Image.",
1515
+ "properties": [
1516
+ {
1517
+ "name": "styles",
1518
+ "default": "\"styles\""
1519
+ }
1520
+ ]
1521
+ },
1522
+ {
1523
+ "name": "c4p-page-header-scroller",
1524
+ "path": "./src/components/page-header/page-header-scroller.ts",
1525
+ "description": "Page header Scroller button",
1526
+ "attributes": [
1527
+ {
1528
+ "name": "align",
1529
+ "description": "Specify how the trigger should align with the tooltip",
1530
+ "type": "string",
1531
+ "default": "\"top\""
1532
+ },
1533
+ {
1534
+ "name": "autoalign",
1535
+ "description": "Specify whether a auto align functionality should be applied",
1536
+ "type": "boolean",
1537
+ "default": "true"
1538
+ },
1539
+ {
1540
+ "name": "close-on-activation",
1541
+ "description": "Determines whether the tooltip should close when inner content is activated (click, Enter or Space)",
1542
+ "type": "boolean",
1543
+ "default": "true"
1544
+ },
1545
+ {
1546
+ "name": "collapseText",
1547
+ "description": "Specify the collapse text for the scroller button",
1548
+ "type": "string",
1549
+ "default": "\"Collapse\""
1550
+ },
1551
+ {
1552
+ "name": "defaultOpen",
1553
+ "description": "Specify whether the tooltip should be open when it first renders",
1554
+ "type": "boolean",
1555
+ "default": "false"
1556
+ },
1557
+ {
1558
+ "name": "enter-delay-ms",
1559
+ "description": "Specify the duration in milliseconds to delay before displaying the tooltip",
1560
+ "type": "number",
1561
+ "default": "100"
1562
+ },
1563
+ {
1564
+ "name": "expandText",
1565
+ "description": "Specify the expand text for the scroller button",
1566
+ "type": "string",
1567
+ "default": "\"Expand\""
1568
+ },
1569
+ {
1570
+ "name": "leave-delay-ms",
1571
+ "description": "Specify the duration in milliseconds to delay before hiding the tooltip",
1572
+ "type": "number",
1573
+ "default": "300"
1574
+ },
1575
+ {
1576
+ "name": "size",
1577
+ "description": "Specify the size of the Button. Defaults to `md`.",
1578
+ "type": "string",
1579
+ "default": "\"md\""
1580
+ }
1581
+ ],
1582
+ "properties": [
1583
+ {
1584
+ "name": "align",
1585
+ "attribute": "align",
1586
+ "description": "Specify how the trigger should align with the tooltip",
1587
+ "type": "string",
1588
+ "default": "\"top\""
1589
+ },
1590
+ {
1591
+ "name": "autoalign",
1592
+ "attribute": "autoalign",
1593
+ "description": "Specify whether a auto align functionality should be applied",
1594
+ "type": "boolean",
1595
+ "default": "true"
1596
+ },
1597
+ {
1598
+ "name": "closeOnActivation",
1599
+ "attribute": "close-on-activation",
1600
+ "description": "Determines whether the tooltip should close when inner content is activated (click, Enter or Space)",
1601
+ "type": "boolean",
1602
+ "default": "true"
1603
+ },
1604
+ {
1605
+ "name": "collapseText",
1606
+ "attribute": "collapseText",
1607
+ "description": "Specify the collapse text for the scroller button",
1608
+ "type": "string",
1609
+ "default": "\"Collapse\""
1610
+ },
1611
+ {
1612
+ "name": "defaultOpen",
1613
+ "attribute": "defaultOpen",
1614
+ "description": "Specify whether the tooltip should be open when it first renders",
1615
+ "type": "boolean",
1616
+ "default": "false"
1617
+ },
1618
+ {
1619
+ "name": "enterDelayMs",
1620
+ "attribute": "enter-delay-ms",
1621
+ "description": "Specify the duration in milliseconds to delay before displaying the tooltip",
1622
+ "type": "number",
1623
+ "default": "100"
1624
+ },
1625
+ {
1626
+ "name": "expandText",
1627
+ "attribute": "expandText",
1628
+ "description": "Specify the expand text for the scroller button",
1629
+ "type": "string",
1630
+ "default": "\"Expand\""
1631
+ },
1632
+ {
1633
+ "name": "leaveDelayMs",
1634
+ "attribute": "leave-delay-ms",
1635
+ "description": "Specify the duration in milliseconds to delay before hiding the tooltip",
1636
+ "type": "number",
1637
+ "default": "300"
1638
+ },
1639
+ {
1640
+ "name": "context"
1641
+ },
1642
+ {
1643
+ "name": "batchAction",
1644
+ "description": "`true` if the button is being used within a data table batch action toolbar",
1645
+ "type": "boolean"
1646
+ },
1647
+ {
1648
+ "name": "buttonClassName",
1649
+ "description": "Specify an optional className to be added to your Button"
1650
+ },
1651
+ {
1652
+ "name": "dangerDescription",
1653
+ "description": "Specify the message read by screen readers for the danger button variant"
1654
+ },
1655
+ {
1656
+ "name": "disabled",
1657
+ "description": "`true` if the button should be disabled.",
1658
+ "type": "boolean"
1659
+ },
1660
+ {
1661
+ "name": "download",
1662
+ "description": "The default file name, used if this button is rendered as `<a>`.",
1663
+ "type": "string"
1664
+ },
1665
+ {
1666
+ "name": "hasMainContent",
1667
+ "description": "`true` if there is a non-icon content.",
1668
+ "type": "boolean"
1669
+ },
1670
+ {
1671
+ "name": "href",
1672
+ "description": "Link `href`. If present, this button is rendered as `<a>`.",
1673
+ "type": "string"
1674
+ },
1675
+ {
1676
+ "name": "hreflang",
1677
+ "description": "The language of what `href` points to, if this button is rendered as `<a>`.",
1678
+ "type": "string"
1679
+ },
1680
+ {
1681
+ "name": "isExpressive",
1682
+ "description": "`true` if expressive theme enabled.",
1683
+ "type": "boolean"
1684
+ },
1685
+ {
1686
+ "name": "isSelected",
1687
+ "description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
1688
+ "type": "boolean"
1689
+ },
1690
+ {
1691
+ "name": "kind",
1692
+ "description": "Button kind.",
1693
+ "type": "BUTTON_KIND"
1694
+ },
1695
+ {
1696
+ "name": "linkRole",
1697
+ "description": "The a11y role for `<a>`.",
1698
+ "type": "string"
1699
+ },
1700
+ {
1701
+ "name": "openTooltip",
1702
+ "description": "Boolean to determine if tooltip is open.",
1703
+ "type": "boolean"
1704
+ },
1705
+ {
1706
+ "name": "ping",
1707
+ "description": "URLs to ping, if this button is rendered as `<a>`.",
1708
+ "type": "string"
1709
+ },
1710
+ {
1711
+ "name": "rel",
1712
+ "description": "The link type, if this button is rendered as `<a>`.",
1713
+ "type": "string"
1714
+ },
1715
+ {
1716
+ "name": "size",
1717
+ "attribute": "size",
1718
+ "description": "Specify the size of the Button. Defaults to `md`.",
1719
+ "type": "string",
1720
+ "default": "\"md\""
1721
+ },
1722
+ {
1723
+ "name": "target",
1724
+ "description": "The link target, if this button is rendered as `<a>`.",
1725
+ "type": "string"
1726
+ },
1727
+ {
1728
+ "name": "tooltipAlignment",
1729
+ "description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
1730
+ "type": "BUTTON_TOOLTIP_ALIGNMENT"
1731
+ },
1732
+ {
1733
+ "name": "tooltipPosition",
1734
+ "description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
1735
+ "type": "BUTTON_TOOLTIP_POSITION"
1736
+ },
1737
+ {
1738
+ "name": "tooltipText",
1739
+ "description": "Specify the text to be rendered in the tooltip. If using\n\"cds-badge-indicator\" with no count prop then the text\nshould include describing there is a new notification.",
1740
+ "type": "string"
1741
+ },
1742
+ {
1743
+ "name": "type",
1744
+ "description": "Button type.",
1745
+ "type": "BUTTON_TYPE"
1746
+ },
1747
+ {
1748
+ "name": "shadowRootOptions",
1749
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; serializable?: boolean | undefined; slotAssignment?: SlotAssignmentMode | undefined; }"
1750
+ },
1751
+ {
1752
+ "name": "styles"
1753
+ },
1754
+ {
1755
+ "name": "accessKey",
1756
+ "type": "string"
1757
+ },
1758
+ {
1759
+ "name": "accessKeyLabel",
1760
+ "type": "string"
1761
+ },
1762
+ {
1763
+ "name": "autocapitalize",
1764
+ "type": "string"
1765
+ },
1766
+ {
1767
+ "name": "dir",
1768
+ "type": "string"
1769
+ },
1770
+ {
1771
+ "name": "draggable",
1772
+ "type": "boolean"
1773
+ },
1774
+ {
1775
+ "name": "hidden",
1776
+ "type": "boolean"
1777
+ },
1778
+ {
1779
+ "name": "inert",
1780
+ "type": "boolean"
1781
+ },
1782
+ {
1783
+ "name": "innerText",
1784
+ "type": "string"
1785
+ },
1786
+ {
1787
+ "name": "lang",
1788
+ "type": "string"
1789
+ },
1790
+ {
1791
+ "name": "offsetHeight",
1792
+ "type": "number"
1793
+ },
1794
+ {
1795
+ "name": "offsetLeft",
1796
+ "type": "number"
1797
+ },
1798
+ {
1799
+ "name": "offsetParent",
1800
+ "type": "Element | null"
1801
+ },
1802
+ {
1803
+ "name": "offsetTop",
1804
+ "type": "number"
1805
+ },
1806
+ {
1807
+ "name": "offsetWidth",
1808
+ "type": "number"
1809
+ },
1810
+ {
1811
+ "name": "outerText",
1812
+ "type": "string"
1813
+ },
1814
+ {
1815
+ "name": "popover",
1816
+ "type": "string | null"
1817
+ },
1818
+ {
1819
+ "name": "spellcheck",
1820
+ "type": "boolean"
1821
+ },
1822
+ {
1823
+ "name": "title",
1824
+ "type": "string"
1825
+ },
1826
+ {
1827
+ "name": "translate",
1828
+ "type": "boolean"
1829
+ },
1830
+ {
1831
+ "name": "writingSuggestions",
1832
+ "type": "string"
1833
+ },
1834
+ {
1835
+ "name": "attributes",
1836
+ "type": "NamedNodeMap"
1837
+ },
1838
+ {
1839
+ "name": "classList",
1840
+ "type": "DOMTokenList"
1841
+ },
1842
+ {
1843
+ "name": "className",
1844
+ "type": "string"
1845
+ },
1846
+ {
1847
+ "name": "clientHeight",
1848
+ "type": "number"
1849
+ },
1850
+ {
1851
+ "name": "clientLeft",
1852
+ "type": "number"
1853
+ },
1854
+ {
1855
+ "name": "clientTop",
1856
+ "type": "number"
1857
+ },
1858
+ {
1859
+ "name": "clientWidth",
1860
+ "type": "number"
1861
+ },
1862
+ {
1863
+ "name": "currentCSSZoom",
1864
+ "type": "number"
1865
+ },
1866
+ {
1867
+ "name": "id",
1868
+ "type": "string"
1869
+ },
1870
+ {
1871
+ "name": "innerHTML",
1872
+ "type": "string"
1873
+ },
1874
+ {
1875
+ "name": "localName",
1876
+ "type": "string"
1877
+ },
1878
+ {
1879
+ "name": "namespaceURI",
1880
+ "type": "string | null"
1881
+ },
1882
+ {
1883
+ "name": "onfullscreenchange",
1884
+ "type": "((this: Element, ev: Event) => any) | null"
1885
+ },
1886
+ {
1887
+ "name": "onfullscreenerror",
1888
+ "type": "((this: Element, ev: Event) => any) | null"
1889
+ },
1890
+ {
1891
+ "name": "outerHTML",
1892
+ "type": "string"
1893
+ },
1894
+ {
1895
+ "name": "ownerDocument",
1896
+ "type": "Document"
1897
+ },
1898
+ {
1899
+ "name": "part",
1900
+ "type": "DOMTokenList"
1901
+ },
1902
+ {
1903
+ "name": "prefix",
1904
+ "type": "string | null"
1905
+ },
1906
+ {
1907
+ "name": "scrollHeight",
1908
+ "type": "number"
1909
+ },
1910
+ {
1911
+ "name": "scrollLeft",
1912
+ "type": "number"
1913
+ },
1914
+ {
1915
+ "name": "scrollTop",
1916
+ "type": "number"
1917
+ },
1918
+ {
1919
+ "name": "scrollWidth",
1920
+ "type": "number"
1921
+ },
1922
+ {
1923
+ "name": "shadowRoot",
1924
+ "type": "ShadowRoot | null"
1925
+ },
1926
+ {
1927
+ "name": "slot",
1928
+ "type": "string"
1929
+ },
1930
+ {
1931
+ "name": "tagName",
1932
+ "type": "string"
1933
+ },
1934
+ {
1935
+ "name": "baseURI",
1936
+ "type": "string"
1937
+ },
1938
+ {
1939
+ "name": "childNodes",
1940
+ "type": "NodeListOf<ChildNode>"
1941
+ },
1942
+ {
1943
+ "name": "firstChild",
1944
+ "type": "ChildNode | null"
1945
+ },
1946
+ {
1947
+ "name": "isConnected",
1948
+ "type": "boolean"
1949
+ },
1950
+ {
1951
+ "name": "lastChild",
1952
+ "type": "ChildNode | null"
1953
+ },
1954
+ {
1955
+ "name": "nextSibling",
1956
+ "type": "ChildNode | null"
1957
+ },
1958
+ {
1959
+ "name": "nodeName",
1960
+ "type": "string"
1961
+ },
1962
+ {
1963
+ "name": "nodeType",
1964
+ "type": "number"
1965
+ },
1966
+ {
1967
+ "name": "nodeValue",
1968
+ "type": "string | null"
1969
+ },
1970
+ {
1971
+ "name": "parentElement",
1972
+ "type": "HTMLElement | null"
1973
+ },
1974
+ {
1975
+ "name": "parentNode",
1976
+ "type": "ParentNode | null"
1977
+ },
1978
+ {
1979
+ "name": "previousSibling",
1980
+ "type": "ChildNode | null"
1981
+ },
1982
+ {
1983
+ "name": "textContent",
1984
+ "type": "string | null"
1985
+ },
1986
+ {
1987
+ "name": "ELEMENT_NODE",
1988
+ "type": "1"
1989
+ },
1990
+ {
1991
+ "name": "ATTRIBUTE_NODE",
1992
+ "type": "2"
1993
+ },
1994
+ {
1995
+ "name": "TEXT_NODE",
1996
+ "type": "3"
1997
+ },
1998
+ {
1999
+ "name": "CDATA_SECTION_NODE",
2000
+ "type": "4"
2001
+ },
2002
+ {
2003
+ "name": "ENTITY_REFERENCE_NODE",
2004
+ "type": "5"
2005
+ },
2006
+ {
2007
+ "name": "ENTITY_NODE",
2008
+ "type": "6"
2009
+ },
2010
+ {
2011
+ "name": "PROCESSING_INSTRUCTION_NODE",
2012
+ "type": "7"
2013
+ },
2014
+ {
2015
+ "name": "COMMENT_NODE",
2016
+ "type": "8"
2017
+ },
2018
+ {
2019
+ "name": "DOCUMENT_NODE",
2020
+ "type": "9"
2021
+ },
2022
+ {
2023
+ "name": "DOCUMENT_TYPE_NODE",
2024
+ "type": "10"
2025
+ },
2026
+ {
2027
+ "name": "DOCUMENT_FRAGMENT_NODE",
2028
+ "type": "11"
2029
+ },
2030
+ {
2031
+ "name": "NOTATION_NODE",
2032
+ "type": "12"
2033
+ },
2034
+ {
2035
+ "name": "DOCUMENT_POSITION_DISCONNECTED",
2036
+ "type": "1"
2037
+ },
2038
+ {
2039
+ "name": "DOCUMENT_POSITION_PRECEDING",
2040
+ "type": "2"
2041
+ },
2042
+ {
2043
+ "name": "DOCUMENT_POSITION_FOLLOWING",
2044
+ "type": "4"
2045
+ },
2046
+ {
2047
+ "name": "DOCUMENT_POSITION_CONTAINS",
2048
+ "type": "8"
2049
+ },
2050
+ {
2051
+ "name": "DOCUMENT_POSITION_CONTAINED_BY",
2052
+ "type": "16"
2053
+ },
2054
+ {
2055
+ "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC",
2056
+ "type": "32"
2057
+ },
2058
+ {
2059
+ "name": "ariaAtomic",
2060
+ "type": "string | null"
2061
+ },
2062
+ {
2063
+ "name": "ariaAutoComplete",
2064
+ "type": "string | null"
2065
+ },
2066
+ {
2067
+ "name": "ariaBrailleLabel",
2068
+ "type": "string | null"
2069
+ },
2070
+ {
2071
+ "name": "ariaBrailleRoleDescription",
2072
+ "type": "string | null"
2073
+ },
2074
+ {
2075
+ "name": "ariaBusy",
2076
+ "type": "string | null"
2077
+ },
2078
+ {
2079
+ "name": "ariaChecked",
2080
+ "type": "string | null"
2081
+ },
2082
+ {
2083
+ "name": "ariaColCount",
2084
+ "type": "string | null"
2085
+ },
2086
+ {
2087
+ "name": "ariaColIndex",
2088
+ "type": "string | null"
2089
+ },
2090
+ {
2091
+ "name": "ariaColIndexText",
2092
+ "type": "string | null"
2093
+ },
2094
+ {
2095
+ "name": "ariaColSpan",
2096
+ "type": "string | null"
2097
+ },
2098
+ {
2099
+ "name": "ariaCurrent",
2100
+ "type": "string | null"
2101
+ },
2102
+ {
2103
+ "name": "ariaDescription",
2104
+ "type": "string | null"
2105
+ },
2106
+ {
2107
+ "name": "ariaDisabled",
2108
+ "type": "string | null"
2109
+ },
2110
+ {
2111
+ "name": "ariaExpanded",
2112
+ "type": "string | null"
2113
+ },
2114
+ {
2115
+ "name": "ariaHasPopup",
2116
+ "type": "string | null"
2117
+ },
2118
+ {
2119
+ "name": "ariaHidden",
2120
+ "type": "string | null"
2121
+ },
2122
+ {
2123
+ "name": "ariaInvalid",
2124
+ "type": "string | null"
2125
+ },
2126
+ {
2127
+ "name": "ariaKeyShortcuts",
2128
+ "type": "string | null"
2129
+ },
2130
+ {
2131
+ "name": "ariaLabel",
2132
+ "type": "string | null"
2133
+ },
2134
+ {
2135
+ "name": "ariaLevel",
2136
+ "type": "string | null"
2137
+ },
2138
+ {
2139
+ "name": "ariaLive",
2140
+ "type": "string | null"
2141
+ },
2142
+ {
2143
+ "name": "ariaModal",
2144
+ "type": "string | null"
2145
+ },
2146
+ {
2147
+ "name": "ariaMultiLine",
2148
+ "type": "string | null"
2149
+ },
2150
+ {
2151
+ "name": "ariaMultiSelectable",
2152
+ "type": "string | null"
2153
+ },
2154
+ {
2155
+ "name": "ariaOrientation",
2156
+ "type": "string | null"
2157
+ },
2158
+ {
2159
+ "name": "ariaPlaceholder",
2160
+ "type": "string | null"
2161
+ },
2162
+ {
2163
+ "name": "ariaPosInSet",
2164
+ "type": "string | null"
2165
+ },
2166
+ {
2167
+ "name": "ariaPressed",
2168
+ "type": "string | null"
2169
+ },
2170
+ {
2171
+ "name": "ariaReadOnly",
2172
+ "type": "string | null"
2173
+ },
2174
+ {
2175
+ "name": "ariaRequired",
2176
+ "type": "string | null"
2177
+ },
2178
+ {
2179
+ "name": "ariaRoleDescription",
2180
+ "type": "string | null"
2181
+ },
2182
+ {
2183
+ "name": "ariaRowCount",
2184
+ "type": "string | null"
2185
+ },
2186
+ {
2187
+ "name": "ariaRowIndex",
2188
+ "type": "string | null"
2189
+ },
2190
+ {
2191
+ "name": "ariaRowIndexText",
2192
+ "type": "string | null"
2193
+ },
2194
+ {
2195
+ "name": "ariaRowSpan",
2196
+ "type": "string | null"
2197
+ },
2198
+ {
2199
+ "name": "ariaSelected",
2200
+ "type": "string | null"
2201
+ },
2202
+ {
2203
+ "name": "ariaSetSize",
2204
+ "type": "string | null"
2205
+ },
2206
+ {
2207
+ "name": "ariaSort",
2208
+ "type": "string | null"
2209
+ },
2210
+ {
2211
+ "name": "ariaValueMax",
2212
+ "type": "string | null"
2213
+ },
2214
+ {
2215
+ "name": "ariaValueMin",
2216
+ "type": "string | null"
2217
+ },
2218
+ {
2219
+ "name": "ariaValueNow",
2220
+ "type": "string | null"
2221
+ },
2222
+ {
2223
+ "name": "ariaValueText",
2224
+ "type": "string | null"
2225
+ },
2226
+ {
2227
+ "name": "role",
2228
+ "type": "string | null"
2229
+ },
2230
+ {
2231
+ "name": "nextElementSibling",
2232
+ "type": "Element | null"
2233
+ },
2234
+ {
2235
+ "name": "previousElementSibling",
2236
+ "type": "Element | null"
2237
+ },
2238
+ {
2239
+ "name": "childElementCount",
2240
+ "type": "number"
2241
+ },
2242
+ {
2243
+ "name": "children",
2244
+ "type": "HTMLCollection"
2245
+ },
2246
+ {
2247
+ "name": "firstElementChild",
2248
+ "type": "Element | null"
2249
+ },
2250
+ {
2251
+ "name": "lastElementChild",
2252
+ "type": "Element | null"
2253
+ },
2254
+ {
2255
+ "name": "assignedSlot",
2256
+ "type": "HTMLSlotElement | null"
2257
+ },
2258
+ {
2259
+ "name": "attributeStyleMap",
2260
+ "type": "StylePropertyMap"
2261
+ },
2262
+ {
2263
+ "name": "style",
2264
+ "type": "CSSStyleDeclaration"
2265
+ },
2266
+ {
2267
+ "name": "contentEditable",
2268
+ "type": "string"
2269
+ },
2270
+ {
2271
+ "name": "enterKeyHint",
2272
+ "type": "string"
2273
+ },
2274
+ {
2275
+ "name": "inputMode",
2276
+ "type": "string"
2277
+ },
2278
+ {
2279
+ "name": "isContentEditable",
2280
+ "type": "boolean"
2281
+ },
2282
+ {
2283
+ "name": "onabort",
2284
+ "type": "((this: GlobalEventHandlers, ev: UIEvent) => any) | null"
2285
+ },
2286
+ {
2287
+ "name": "onanimationcancel",
2288
+ "type": "((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null"
2289
+ },
2290
+ {
2291
+ "name": "onanimationend",
2292
+ "type": "((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null"
2293
+ },
2294
+ {
2295
+ "name": "onanimationiteration",
2296
+ "type": "((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null"
2297
+ },
2298
+ {
2299
+ "name": "onanimationstart",
2300
+ "type": "((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null"
2301
+ },
2302
+ {
2303
+ "name": "onauxclick",
2304
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2305
+ },
2306
+ {
2307
+ "name": "onbeforeinput",
2308
+ "type": "((this: GlobalEventHandlers, ev: InputEvent) => any) | null"
2309
+ },
2310
+ {
2311
+ "name": "onbeforetoggle",
2312
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2313
+ },
2314
+ {
2315
+ "name": "onblur",
2316
+ "type": "((this: GlobalEventHandlers, ev: FocusEvent) => any) | null"
2317
+ },
2318
+ {
2319
+ "name": "oncancel",
2320
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2321
+ },
2322
+ {
2323
+ "name": "oncanplay",
2324
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2325
+ },
2326
+ {
2327
+ "name": "oncanplaythrough",
2328
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2329
+ },
2330
+ {
2331
+ "name": "onchange",
2332
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2333
+ },
2334
+ {
2335
+ "name": "onclick",
2336
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2337
+ },
2338
+ {
2339
+ "name": "onclose",
2340
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2341
+ },
2342
+ {
2343
+ "name": "oncontextlost",
2344
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2345
+ },
2346
+ {
2347
+ "name": "oncontextmenu",
2348
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2349
+ },
2350
+ {
2351
+ "name": "oncontextrestored",
2352
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2353
+ },
2354
+ {
2355
+ "name": "oncopy",
2356
+ "type": "((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null"
2357
+ },
2358
+ {
2359
+ "name": "oncuechange",
2360
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2361
+ },
2362
+ {
2363
+ "name": "oncut",
2364
+ "type": "((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null"
2365
+ },
2366
+ {
2367
+ "name": "ondblclick",
2368
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2369
+ },
2370
+ {
2371
+ "name": "ondrag",
2372
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2373
+ },
2374
+ {
2375
+ "name": "ondragend",
2376
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2377
+ },
2378
+ {
2379
+ "name": "ondragenter",
2380
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2381
+ },
2382
+ {
2383
+ "name": "ondragleave",
2384
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2385
+ },
2386
+ {
2387
+ "name": "ondragover",
2388
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2389
+ },
2390
+ {
2391
+ "name": "ondragstart",
2392
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2393
+ },
2394
+ {
2395
+ "name": "ondrop",
2396
+ "type": "((this: GlobalEventHandlers, ev: DragEvent) => any) | null"
2397
+ },
2398
+ {
2399
+ "name": "ondurationchange",
2400
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2401
+ },
2402
+ {
2403
+ "name": "onemptied",
2404
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2405
+ },
2406
+ {
2407
+ "name": "onended",
2408
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2409
+ },
2410
+ {
2411
+ "name": "onerror",
2412
+ "type": "OnErrorEventHandler"
2413
+ },
2414
+ {
2415
+ "name": "onfocus",
2416
+ "type": "((this: GlobalEventHandlers, ev: FocusEvent) => any) | null"
2417
+ },
2418
+ {
2419
+ "name": "onformdata",
2420
+ "type": "((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null"
2421
+ },
2422
+ {
2423
+ "name": "ongotpointercapture",
2424
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2425
+ },
2426
+ {
2427
+ "name": "oninput",
2428
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2429
+ },
2430
+ {
2431
+ "name": "oninvalid",
2432
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2433
+ },
2434
+ {
2435
+ "name": "onkeydown",
2436
+ "type": "((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null"
2437
+ },
2438
+ {
2439
+ "name": "onkeypress",
2440
+ "type": "((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null"
2441
+ },
2442
+ {
2443
+ "name": "onkeyup",
2444
+ "type": "((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null"
2445
+ },
2446
+ {
2447
+ "name": "onload",
2448
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2449
+ },
2450
+ {
2451
+ "name": "onloadeddata",
2452
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2453
+ },
2454
+ {
2455
+ "name": "onloadedmetadata",
2456
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2457
+ },
2458
+ {
2459
+ "name": "onloadstart",
2460
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2461
+ },
2462
+ {
2463
+ "name": "onlostpointercapture",
2464
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2465
+ },
2466
+ {
2467
+ "name": "onmousedown",
2468
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2469
+ },
2470
+ {
2471
+ "name": "onmouseenter",
2472
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2473
+ },
2474
+ {
2475
+ "name": "onmouseleave",
2476
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2477
+ },
2478
+ {
2479
+ "name": "onmousemove",
2480
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2481
+ },
2482
+ {
2483
+ "name": "onmouseout",
2484
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2485
+ },
2486
+ {
2487
+ "name": "onmouseover",
2488
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2489
+ },
2490
+ {
2491
+ "name": "onmouseup",
2492
+ "type": "((this: GlobalEventHandlers, ev: MouseEvent) => any) | null"
2493
+ },
2494
+ {
2495
+ "name": "onpaste",
2496
+ "type": "((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null"
2497
+ },
2498
+ {
2499
+ "name": "onpause",
2500
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2501
+ },
2502
+ {
2503
+ "name": "onplay",
2504
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2505
+ },
2506
+ {
2507
+ "name": "onplaying",
2508
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2509
+ },
2510
+ {
2511
+ "name": "onpointercancel",
2512
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2513
+ },
2514
+ {
2515
+ "name": "onpointerdown",
2516
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2517
+ },
2518
+ {
2519
+ "name": "onpointerenter",
2520
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2521
+ },
2522
+ {
2523
+ "name": "onpointerleave",
2524
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2525
+ },
2526
+ {
2527
+ "name": "onpointermove",
2528
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2529
+ },
2530
+ {
2531
+ "name": "onpointerout",
2532
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2533
+ },
2534
+ {
2535
+ "name": "onpointerover",
2536
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2537
+ },
2538
+ {
2539
+ "name": "onpointerup",
2540
+ "type": "((this: GlobalEventHandlers, ev: PointerEvent) => any) | null"
2541
+ },
2542
+ {
2543
+ "name": "onprogress",
2544
+ "type": "((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null"
2545
+ },
2546
+ {
2547
+ "name": "onratechange",
2548
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2549
+ },
2550
+ {
2551
+ "name": "onreset",
2552
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2553
+ },
2554
+ {
2555
+ "name": "onresize",
2556
+ "type": "((this: GlobalEventHandlers, ev: UIEvent) => any) | null"
2557
+ },
2558
+ {
2559
+ "name": "onscroll",
2560
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2561
+ },
2562
+ {
2563
+ "name": "onscrollend",
2564
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2565
+ },
2566
+ {
2567
+ "name": "onsecuritypolicyviolation",
2568
+ "type": "((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null"
2569
+ },
2570
+ {
2571
+ "name": "onseeked",
2572
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2573
+ },
2574
+ {
2575
+ "name": "onseeking",
2576
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2577
+ },
2578
+ {
2579
+ "name": "onselect",
2580
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2581
+ },
2582
+ {
2583
+ "name": "onselectionchange",
2584
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2585
+ },
2586
+ {
2587
+ "name": "onselectstart",
2588
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2589
+ },
2590
+ {
2591
+ "name": "onslotchange",
2592
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2593
+ },
2594
+ {
2595
+ "name": "onstalled",
2596
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2597
+ },
2598
+ {
2599
+ "name": "onsubmit",
2600
+ "type": "((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null"
2601
+ },
2602
+ {
2603
+ "name": "onsuspend",
2604
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2605
+ },
2606
+ {
2607
+ "name": "ontimeupdate",
2608
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2609
+ },
2610
+ {
2611
+ "name": "ontoggle",
2612
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2613
+ },
2614
+ {
2615
+ "name": "ontouchcancel",
2616
+ "type": "((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined"
2617
+ },
2618
+ {
2619
+ "name": "ontouchend",
2620
+ "type": "((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined"
2621
+ },
2622
+ {
2623
+ "name": "ontouchmove",
2624
+ "type": "((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined"
2625
+ },
2626
+ {
2627
+ "name": "ontouchstart",
2628
+ "type": "((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined"
2629
+ },
2630
+ {
2631
+ "name": "ontransitioncancel",
2632
+ "type": "((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null"
2633
+ },
2634
+ {
2635
+ "name": "ontransitionend",
2636
+ "type": "((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null"
2637
+ },
2638
+ {
2639
+ "name": "ontransitionrun",
2640
+ "type": "((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null"
2641
+ },
2642
+ {
2643
+ "name": "ontransitionstart",
2644
+ "type": "((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null"
693
2645
  },
694
2646
  {
695
- "name": "contentActionsFlush",
696
- "attribute": "content-actions-flush",
697
- "description": "Set to `true` if content actions should be flush (no padding)",
698
- "type": "boolean",
699
- "default": "false"
2647
+ "name": "onvolumechange",
2648
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
700
2649
  },
701
2650
  {
702
- "name": "styles",
703
- "default": "\"styles\""
704
- }
705
- ]
706
- },
707
- {
708
- "name": "c4p-page-header-content-text",
709
- "path": "./src/components/page-header/page-header-content-text.ts",
710
- "description": "Page header Content Text.",
711
- "attributes": [
2651
+ "name": "onwaiting",
2652
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2653
+ },
712
2654
  {
713
- "name": "subtitle",
714
- "description": "Subtitle text of the page-header-content",
715
- "type": "string",
716
- "default": "\"\""
717
- }
718
- ],
719
- "properties": [
2655
+ "name": "onwebkitanimationend",
2656
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2657
+ },
720
2658
  {
721
- "name": "subtitle",
722
- "attribute": "subtitle",
723
- "description": "Subtitle text of the page-header-content",
724
- "type": "string",
725
- "default": "\"\""
2659
+ "name": "onwebkitanimationiteration",
2660
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
726
2661
  },
727
2662
  {
728
- "name": "styles",
729
- "default": "\"styles\""
730
- }
731
- ]
732
- },
733
- {
734
- "name": "c4p-page-header-content",
735
- "path": "./src/components/page-header/page-header-content.ts",
736
- "description": "Page header content.",
737
- "attributes": [
2663
+ "name": "onwebkitanimationstart",
2664
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
2665
+ },
738
2666
  {
739
- "name": "title",
740
- "description": "Title text of the page-header-content",
741
- "type": "string",
742
- "default": "\"\""
2667
+ "name": "onwebkittransitionend",
2668
+ "type": "((this: GlobalEventHandlers, ev: Event) => any) | null"
743
2669
  },
744
2670
  {
745
- "name": "within-grid",
746
- "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
747
- "type": "boolean",
748
- "default": "false"
749
- }
750
- ],
751
- "properties": [
2671
+ "name": "onwheel",
2672
+ "type": "((this: GlobalEventHandlers, ev: WheelEvent) => any) | null"
2673
+ },
752
2674
  {
753
- "name": "title",
754
- "attribute": "title",
755
- "description": "Title text of the page-header-content",
756
- "type": "string",
757
- "default": "\"\""
2675
+ "name": "autofocus",
2676
+ "description": "`true` if the button should have input focus when the page loads.",
2677
+ "type": "boolean"
758
2678
  },
759
2679
  {
760
- "name": "withinGrid",
761
- "attribute": "within-grid",
762
- "description": "Set to `true` if the breadcrumb bar is sitting within a grid\n(ie. when used in tandem with page-header-hero-image)",
763
- "type": "boolean",
764
- "default": "false"
2680
+ "name": "dataset",
2681
+ "type": "DOMStringMap"
765
2682
  },
766
2683
  {
767
- "name": "styles",
768
- "default": "\"styles\""
2684
+ "name": "nonce",
2685
+ "type": "string | undefined"
2686
+ },
2687
+ {
2688
+ "name": "tabIndex",
2689
+ "description": "Specify the tabIndex of the button.",
2690
+ "type": "number"
769
2691
  }
770
2692
  ]
771
2693
  },
772
2694
  {
773
- "name": "c4p-page-header-hero-image",
774
- "path": "./src/components/page-header/page-header-hero-image.ts",
775
- "description": "Page header Hero Image.",
2695
+ "name": "c4p-page-header-tabs",
2696
+ "path": "./src/components/page-header/page-header-tabs.ts",
2697
+ "description": "Page header Tabs Bar.",
776
2698
  "properties": [
777
2699
  {
778
2700
  "name": "styles",
@@ -781,10 +2703,13 @@
781
2703
  ]
782
2704
  },
783
2705
  {
784
- "name": "c4p-page-header-tabs",
785
- "path": "./src/components/page-header/page-header-tabs.ts",
786
- "description": "Page header Tabs Bar.",
2706
+ "name": "c4p-page-header-title-breadcrumb",
2707
+ "path": "./src/components/page-header/page-header-title-breadcrumb.ts",
2708
+ "description": "Page header Title Breadcrumb",
787
2709
  "properties": [
2710
+ {
2711
+ "name": "context"
2712
+ },
788
2713
  {
789
2714
  "name": "styles",
790
2715
  "default": "\"styles\""
@@ -796,6 +2721,11 @@
796
2721
  "path": "./src/components/page-header/page-header.ts",
797
2722
  "description": "Page header.",
798
2723
  "properties": [
2724
+ {
2725
+ "name": "context",
2726
+ "type": "pageHeaderContextType",
2727
+ "default": "{}"
2728
+ },
799
2729
  {
800
2730
  "name": "styles",
801
2731
  "default": "\"styles\""
@@ -819,6 +2749,12 @@
819
2749
  "type": "string",
820
2750
  "default": "\"Close\""
821
2751
  },
2752
+ {
2753
+ "name": "close-icon-tooltip-alignment",
2754
+ "description": "Sets the close button tooltip alignment",
2755
+ "type": "string",
2756
+ "default": "\"left\""
2757
+ },
822
2758
  {
823
2759
  "name": "condensed-actions",
824
2760
  "description": "Determines whether the side panel should render the condensed version (affects action buttons primarily)",
@@ -911,6 +2847,13 @@
911
2847
  "type": "string",
912
2848
  "default": "\"Close\""
913
2849
  },
2850
+ {
2851
+ "name": "closeIconTooltipAlignment",
2852
+ "attribute": "close-icon-tooltip-alignment",
2853
+ "description": "Sets the close button tooltip alignment",
2854
+ "type": "string",
2855
+ "default": "\"left\""
2856
+ },
914
2857
  {
915
2858
  "name": "condensedActions",
916
2859
  "attribute": "condensed-actions",
@@ -1022,6 +2965,22 @@
1022
2965
  {
1023
2966
  "name": "registry",
1024
2967
  "type": "CustomElementRegistry | undefined"
2968
+ },
2969
+ {
2970
+ "name": "set-of-actions",
2971
+ "type": "SetOfActions"
2972
+ },
2973
+ {
2974
+ "name": "set-of-breadcrumbs",
2975
+ "type": "SetOfBreadcrumbs"
2976
+ },
2977
+ {
2978
+ "name": "set-of-tags",
2979
+ "type": "SetOfTags"
2980
+ },
2981
+ {
2982
+ "name": "set-of-users",
2983
+ "type": "SetOfUsers"
1025
2984
  }
1026
2985
  ],
1027
2986
  "events": [
@@ -1189,6 +3148,22 @@
1189
3148
  {
1190
3149
  "name": "registry",
1191
3150
  "type": "CustomElementRegistry | undefined"
3151
+ },
3152
+ {
3153
+ "name": "set-of-actions",
3154
+ "type": "SetOfActions"
3155
+ },
3156
+ {
3157
+ "name": "set-of-breadcrumbs",
3158
+ "type": "SetOfBreadcrumbs"
3159
+ },
3160
+ {
3161
+ "name": "set-of-tags",
3162
+ "type": "SetOfTags"
3163
+ },
3164
+ {
3165
+ "name": "set-of-users",
3166
+ "type": "SetOfUsers"
1192
3167
  }
1193
3168
  ],
1194
3169
  "events": [
@@ -1207,18 +3182,6 @@
1207
3182
  "path": "./src/components/truncated-text/truncated-text.ts",
1208
3183
  "description": "TruncatedText.",
1209
3184
  "attributes": [
1210
- {
1211
- "name": "lines",
1212
- "description": "The maximum number of lines to display before truncation.",
1213
- "type": "number",
1214
- "default": "0"
1215
- },
1216
- {
1217
- "name": "value",
1218
- "description": "The string value to be truncated.",
1219
- "type": "string",
1220
- "default": "\"\""
1221
- },
1222
3185
  {
1223
3186
  "name": "align",
1224
3187
  "description": "Specify how the tooltip should align with the content.",
@@ -1231,6 +3194,12 @@
1231
3194
  "type": "boolean",
1232
3195
  "default": "false"
1233
3196
  },
3197
+ {
3198
+ "name": "collapse-label",
3199
+ "description": "The label on the collapse button.",
3200
+ "type": "string",
3201
+ "default": "\"View less\""
3202
+ },
1234
3203
  {
1235
3204
  "name": "expand-label",
1236
3205
  "description": "The label on expand button.",
@@ -1238,33 +3207,31 @@
1238
3207
  "default": "\"View more\""
1239
3208
  },
1240
3209
  {
1241
- "name": "collapse-label",
1242
- "description": "The label on the collapse button.",
3210
+ "name": "id",
3211
+ "description": "Unique identifier for the element.",
1243
3212
  "type": "string",
1244
- "default": "\"View less\""
3213
+ "default": "\"\""
1245
3214
  },
1246
- {
1247
- "name": "with",
1248
- "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
1249
- "type": "\"tooltip\" | \"expand\"",
1250
- "default": "\"tooltip\""
1251
- }
1252
- ],
1253
- "properties": [
1254
3215
  {
1255
3216
  "name": "lines",
1256
- "attribute": "lines",
1257
3217
  "description": "The maximum number of lines to display before truncation.",
1258
3218
  "type": "number",
1259
3219
  "default": "0"
1260
3220
  },
3221
+ {
3222
+ "name": "type",
3223
+ "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
3224
+ "type": "\"tooltip\" | \"expand\"",
3225
+ "default": "\"tooltip\""
3226
+ },
1261
3227
  {
1262
3228
  "name": "value",
1263
- "attribute": "value",
1264
3229
  "description": "The string value to be truncated.",
1265
3230
  "type": "string",
1266
3231
  "default": "\"\""
1267
- },
3232
+ }
3233
+ ],
3234
+ "properties": [
1268
3235
  {
1269
3236
  "name": "align",
1270
3237
  "attribute": "align",
@@ -1279,6 +3246,13 @@
1279
3246
  "type": "boolean",
1280
3247
  "default": "false"
1281
3248
  },
3249
+ {
3250
+ "name": "collapseLabel",
3251
+ "attribute": "collapse-label",
3252
+ "description": "The label on the collapse button.",
3253
+ "type": "string",
3254
+ "default": "\"View less\""
3255
+ },
1282
3256
  {
1283
3257
  "name": "expandLabel",
1284
3258
  "attribute": "expand-label",
@@ -1287,19 +3261,33 @@
1287
3261
  "default": "\"View more\""
1288
3262
  },
1289
3263
  {
1290
- "name": "collapseLabel",
1291
- "attribute": "collapse-label",
1292
- "description": "The label on the collapse button.",
3264
+ "name": "id",
3265
+ "attribute": "id",
3266
+ "description": "Unique identifier for the element.",
1293
3267
  "type": "string",
1294
- "default": "\"View less\""
3268
+ "default": "\"\""
3269
+ },
3270
+ {
3271
+ "name": "lines",
3272
+ "attribute": "lines",
3273
+ "description": "The maximum number of lines to display before truncation.",
3274
+ "type": "number",
3275
+ "default": "0"
1295
3276
  },
1296
3277
  {
1297
- "name": "with",
1298
- "attribute": "with",
3278
+ "name": "type",
3279
+ "attribute": "type",
1299
3280
  "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
1300
3281
  "type": "\"tooltip\" | \"expand\"",
1301
3282
  "default": "\"tooltip\""
1302
3283
  },
3284
+ {
3285
+ "name": "value",
3286
+ "attribute": "value",
3287
+ "description": "The string value to be truncated.",
3288
+ "type": "string",
3289
+ "default": "\"\""
3290
+ },
1303
3291
  {
1304
3292
  "name": "styles",
1305
3293
  "default": "\"styles\""
@@ -1311,18 +3299,6 @@
1311
3299
  "path": "./src/components/truncated-text/truncated-text.ts",
1312
3300
  "description": "TruncatedText.",
1313
3301
  "attributes": [
1314
- {
1315
- "name": "lines",
1316
- "description": "The maximum number of lines to display before truncation.",
1317
- "type": "number",
1318
- "default": "0"
1319
- },
1320
- {
1321
- "name": "value",
1322
- "description": "The string value to be truncated.",
1323
- "type": "string",
1324
- "default": "\"\""
1325
- },
1326
3302
  {
1327
3303
  "name": "align",
1328
3304
  "description": "Specify how the tooltip should align with the content.",
@@ -1335,6 +3311,12 @@
1335
3311
  "type": "boolean",
1336
3312
  "default": "false"
1337
3313
  },
3314
+ {
3315
+ "name": "collapse-label",
3316
+ "description": "The label on the collapse button.",
3317
+ "type": "string",
3318
+ "default": "\"View less\""
3319
+ },
1338
3320
  {
1339
3321
  "name": "expand-label",
1340
3322
  "description": "The label on expand button.",
@@ -1342,33 +3324,31 @@
1342
3324
  "default": "\"View more\""
1343
3325
  },
1344
3326
  {
1345
- "name": "collapse-label",
1346
- "description": "The label on the collapse button.",
3327
+ "name": "id",
3328
+ "description": "Unique identifier for the element.",
1347
3329
  "type": "string",
1348
- "default": "\"View less\""
3330
+ "default": "\"\""
1349
3331
  },
1350
- {
1351
- "name": "with",
1352
- "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
1353
- "type": "\"tooltip\" | \"expand\"",
1354
- "default": "\"tooltip\""
1355
- }
1356
- ],
1357
- "properties": [
1358
3332
  {
1359
3333
  "name": "lines",
1360
- "attribute": "lines",
1361
3334
  "description": "The maximum number of lines to display before truncation.",
1362
3335
  "type": "number",
1363
3336
  "default": "0"
1364
3337
  },
3338
+ {
3339
+ "name": "type",
3340
+ "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
3341
+ "type": "\"tooltip\" | \"expand\"",
3342
+ "default": "\"tooltip\""
3343
+ },
1365
3344
  {
1366
3345
  "name": "value",
1367
- "attribute": "value",
1368
3346
  "description": "The string value to be truncated.",
1369
3347
  "type": "string",
1370
3348
  "default": "\"\""
1371
- },
3349
+ }
3350
+ ],
3351
+ "properties": [
1372
3352
  {
1373
3353
  "name": "align",
1374
3354
  "attribute": "align",
@@ -1383,6 +3363,13 @@
1383
3363
  "type": "boolean",
1384
3364
  "default": "false"
1385
3365
  },
3366
+ {
3367
+ "name": "collapseLabel",
3368
+ "attribute": "collapse-label",
3369
+ "description": "The label on the collapse button.",
3370
+ "type": "string",
3371
+ "default": "\"View less\""
3372
+ },
1386
3373
  {
1387
3374
  "name": "expandLabel",
1388
3375
  "attribute": "expand-label",
@@ -1391,19 +3378,33 @@
1391
3378
  "default": "\"View more\""
1392
3379
  },
1393
3380
  {
1394
- "name": "collapseLabel",
1395
- "attribute": "collapse-label",
1396
- "description": "The label on the collapse button.",
3381
+ "name": "id",
3382
+ "attribute": "id",
3383
+ "description": "Unique identifier for the element.",
1397
3384
  "type": "string",
1398
- "default": "\"View less\""
3385
+ "default": "\"\""
3386
+ },
3387
+ {
3388
+ "name": "lines",
3389
+ "attribute": "lines",
3390
+ "description": "The maximum number of lines to display before truncation.",
3391
+ "type": "number",
3392
+ "default": "0"
1399
3393
  },
1400
3394
  {
1401
- "name": "with",
1402
- "attribute": "with",
3395
+ "name": "type",
3396
+ "attribute": "type",
1403
3397
  "description": "The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.",
1404
3398
  "type": "\"tooltip\" | \"expand\"",
1405
3399
  "default": "\"tooltip\""
1406
3400
  },
3401
+ {
3402
+ "name": "value",
3403
+ "attribute": "value",
3404
+ "description": "The string value to be truncated.",
3405
+ "type": "string",
3406
+ "default": "\"\""
3407
+ },
1407
3408
  {
1408
3409
  "name": "styles",
1409
3410
  "default": "\"styles\""
@@ -1492,6 +3493,11 @@
1492
3493
  "attribute": "theme",
1493
3494
  "description": "Set theme in which the component will be rendered."
1494
3495
  },
3496
+ {
3497
+ "name": "shadowRootOptions",
3498
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
3499
+ "default": "{\"delegatesFocus\":true}"
3500
+ },
1495
3501
  {
1496
3502
  "name": "styles",
1497
3503
  "default": "\"styles\""
@@ -1518,6 +3524,22 @@
1518
3524
  {
1519
3525
  "name": "registry",
1520
3526
  "type": "CustomElementRegistry | undefined"
3527
+ },
3528
+ {
3529
+ "name": "set-of-actions",
3530
+ "type": "SetOfActions"
3531
+ },
3532
+ {
3533
+ "name": "set-of-breadcrumbs",
3534
+ "type": "SetOfBreadcrumbs"
3535
+ },
3536
+ {
3537
+ "name": "set-of-tags",
3538
+ "type": "SetOfTags"
3539
+ },
3540
+ {
3541
+ "name": "set-of-users",
3542
+ "type": "SetOfUsers"
1521
3543
  }
1522
3544
  ]
1523
3545
  }