@carbon/ibm-products-web-components 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +509 -0
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es/components/notification-panel/date-time-context.d.ts +9 -0
- package/es/components/notification-panel/date-time-context.js +19 -0
- package/es/components/notification-panel/date-time-context.js.map +1 -0
- package/es/components/notification-panel/defs.d.ts +8 -0
- package/es/components/notification-panel/defs.js +8 -0
- package/es/components/notification-panel/defs.js.map +1 -0
- package/es/components/notification-panel/index.d.ts +11 -0
- package/es/components/notification-panel/index.js +11 -0
- package/es/components/notification-panel/index.js.map +1 -0
- package/es/components/notification-panel/notification-footer.d.ts +389 -0
- package/es/components/notification-panel/notification-footer.js +119 -0
- package/es/components/notification-panel/notification-footer.js.map +1 -0
- package/es/components/notification-panel/notification-footer.scss.js +13 -0
- package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.d.ts +458 -0
- package/es/components/notification-panel/notification-panel.js +414 -0
- package/es/components/notification-panel/notification-panel.js.map +1 -0
- package/es/components/notification-panel/notification-panel.scss.js +13 -0
- package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es/components/notification-panel/notification-panel.test.js +30 -0
- package/es/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es/components/notification-panel/notification.d.ts +405 -0
- package/es/components/notification-panel/notification.js +178 -0
- package/es/components/notification-panel/notification.js.map +1 -0
- package/es/components/notification-panel/notification.scss.js +13 -0
- package/es/components/notification-panel/notification.scss.js.map +1 -0
- package/es/components/page-header/index.d.ts +14 -0
- package/es/components/page-header/index.js +14 -0
- package/es/components/page-header/index.js.map +1 -0
- package/es/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/es/components/page-header/page-header-breadcrumb.js +94 -0
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es/components/page-header/page-header-content-text.d.ts +22 -0
- package/es/components/page-header/page-header-content-text.js +56 -0
- package/es/components/page-header/page-header-content-text.js.map +1 -0
- package/es/components/page-header/page-header-content.d.ts +41 -0
- package/es/components/page-header/page-header-content.js +131 -0
- package/es/components/page-header/page-header-content.js.map +1 -0
- package/es/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es/components/page-header/page-header-hero-image.js +38 -0
- package/es/components/page-header/page-header-hero-image.js.map +1 -0
- package/es/components/page-header/page-header-tabs.d.ts +18 -0
- package/es/components/page-header/page-header-tabs.js +47 -0
- package/es/components/page-header/page-header-tabs.js.map +1 -0
- package/es/components/page-header/page-header.d.ts +18 -0
- package/es/components/page-header/page-header.js +38 -0
- package/es/components/page-header/page-header.js.map +1 -0
- package/es/components/page-header/page-header.scss.js +13 -0
- package/es/components/page-header/page-header.scss.js.map +1 -0
- package/es/components/page-header/page-header.test.d.ts +1 -0
- package/es/components/page-header/page-header.test.js +207 -0
- package/es/components/page-header/page-header.test.js.map +1 -0
- package/es/components/side-panel/side-panel.d.ts +4 -0
- package/es/components/side-panel/side-panel.js +21 -12
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/side-panel/side-panel.scss.js +1 -1
- package/es/components/side-panel/side-panel.test.js +21 -0
- package/es/components/side-panel/side-panel.test.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/globals/internal/storybook-cdn.js +1 -1
- package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es/globals/js/utils/getSupportedLocale.js +35 -0
- package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/es/index.js.map +1 -1
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
- package/es-custom/components/notification-panel/date-time-context.js +19 -0
- package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
- package/es-custom/components/notification-panel/defs.d.ts +8 -0
- package/es-custom/components/notification-panel/defs.js +8 -0
- package/es-custom/components/notification-panel/defs.js.map +1 -0
- package/es-custom/components/notification-panel/index.d.ts +11 -0
- package/es-custom/components/notification-panel/index.js +11 -0
- package/es-custom/components/notification-panel/index.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.d.ts +389 -0
- package/es-custom/components/notification-panel/notification-footer.js +119 -0
- package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.d.ts +458 -0
- package/es-custom/components/notification-panel/notification-panel.js +414 -0
- package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es-custom/components/notification-panel/notification-panel.test.js +30 -0
- package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es-custom/components/notification-panel/notification.d.ts +405 -0
- package/es-custom/components/notification-panel/notification.js +178 -0
- package/es-custom/components/notification-panel/notification.js.map +1 -0
- package/es-custom/components/notification-panel/notification.scss.js +13 -0
- package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
- package/es-custom/components/page-header/index.d.ts +14 -0
- package/es-custom/components/page-header/index.js +14 -0
- package/es-custom/components/page-header/index.js.map +1 -0
- package/es-custom/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js +94 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
- package/es-custom/components/page-header/page-header-content-text.js +56 -0
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
- package/es-custom/components/page-header/page-header-content.d.ts +41 -0
- package/es-custom/components/page-header/page-header-content.js +131 -0
- package/es-custom/components/page-header/page-header-content.js.map +1 -0
- package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es-custom/components/page-header/page-header-hero-image.js +38 -0
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
- package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
- package/es-custom/components/page-header/page-header-tabs.js +47 -0
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
- package/es-custom/components/page-header/page-header.d.ts +18 -0
- package/es-custom/components/page-header/page-header.js +38 -0
- package/es-custom/components/page-header/page-header.js.map +1 -0
- package/es-custom/components/page-header/page-header.scss.js +13 -0
- package/es-custom/components/page-header/page-header.scss.js.map +1 -0
- package/es-custom/components/page-header/page-header.test.d.ts +1 -0
- package/es-custom/components/page-header/page-header.test.js +207 -0
- package/es-custom/components/page-header/page-header.test.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.d.ts +4 -0
- package/es-custom/components/side-panel/side-panel.js +21 -12
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.scss.js +1 -1
- package/es-custom/components/side-panel/side-panel.test.js +21 -0
- package/es-custom/components/side-panel/side-panel.test.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/globals/internal/storybook-cdn.js +1 -1
- package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es-custom/index.d.ts +6 -0
- package/es-custom/index.js +6 -0
- package/es-custom/index.js.map +1 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es-custom/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
- package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/lib/components/notification-panel/date-time-context.d.ts +9 -0
- package/lib/components/notification-panel/defs.d.ts +8 -0
- package/lib/components/notification-panel/defs.js +10 -0
- package/lib/components/notification-panel/defs.js.map +1 -0
- package/lib/components/notification-panel/index.d.ts +11 -0
- package/lib/components/notification-panel/notification-footer.d.ts +389 -0
- package/lib/components/notification-panel/notification-panel.d.ts +458 -0
- package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/lib/components/notification-panel/notification.d.ts +405 -0
- package/lib/components/page-header/index.d.ts +14 -0
- package/lib/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/lib/components/page-header/page-header-content-text.d.ts +22 -0
- package/lib/components/page-header/page-header-content.d.ts +41 -0
- package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
- package/lib/components/page-header/page-header-tabs.d.ts +18 -0
- package/lib/components/page-header/page-header.d.ts +18 -0
- package/lib/components/page-header/page-header.test.d.ts +1 -0
- package/lib/components/side-panel/side-panel.d.ts +4 -0
- package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/lib/globals/js/utils/getSupportedLocale.js +37 -0
- package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/lib/index.d.ts +6 -0
- package/package.json +12 -11
- package/scss/components/notification-panel/notification-footer.scss +65 -0
- package/scss/components/notification-panel/notification-panel.scss +59 -0
- package/scss/components/notification-panel/notification.scss +147 -0
- package/scss/components/notification-panel/story-styles.scss +116 -0
- package/scss/components/page-header/page-header.scss +288 -0
- /package/es/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map} +0 -0
- /package/es-custom/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map} +0 -0
package/custom-elements.json
CHANGED
@@ -105,6 +105,16 @@
|
|
105
105
|
"name": "size",
|
106
106
|
"type": "number"
|
107
107
|
},
|
108
|
+
{
|
109
|
+
"name": "context-request",
|
110
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
111
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"name": "context-provider",
|
115
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
116
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
117
|
+
},
|
108
118
|
{
|
109
119
|
"name": "customElements",
|
110
120
|
"type": "CustomElementRegistry | undefined"
|
@@ -247,6 +257,289 @@
|
|
247
257
|
}
|
248
258
|
]
|
249
259
|
},
|
260
|
+
{
|
261
|
+
"name": "c4p-notification-footer",
|
262
|
+
"path": "./src/components/notification-panel/notification-footer.ts",
|
263
|
+
"description": "Notification Footer.",
|
264
|
+
"attributes": [
|
265
|
+
{
|
266
|
+
"name": "view-all-label",
|
267
|
+
"description": "Label for View All Text",
|
268
|
+
"type": "string",
|
269
|
+
"default": "\"View All\""
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"properties": [
|
273
|
+
{
|
274
|
+
"name": "viewAllLabel",
|
275
|
+
"attribute": "view-all-label",
|
276
|
+
"description": "Label for View All Text",
|
277
|
+
"type": "string",
|
278
|
+
"default": "\"View All\""
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"name": "styles",
|
282
|
+
"default": "\"styles\""
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"name": "size",
|
286
|
+
"type": "number"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"name": "context-request",
|
290
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
291
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"name": "context-provider",
|
295
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
296
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"name": "customElements",
|
300
|
+
"type": "CustomElementRegistry | undefined"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"name": "registry",
|
304
|
+
"type": "CustomElementRegistry | undefined"
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"events": [
|
308
|
+
{
|
309
|
+
"name": "c4p-notification-view-all",
|
310
|
+
"description": "The custom event is fired when a user clicks on View All button."
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"name": "c4p-notification-settings",
|
314
|
+
"description": "The custom event is fired when User clicks on settings button."
|
315
|
+
}
|
316
|
+
]
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"name": "c4p-notification-panel",
|
320
|
+
"path": "./src/components/notification-panel/notification-panel.ts",
|
321
|
+
"description": "NotificationPanel.",
|
322
|
+
"attributes": [
|
323
|
+
{
|
324
|
+
"name": "title-text",
|
325
|
+
"description": "Sets the Title for the Notification panel"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"name": "today-text",
|
329
|
+
"description": "Sets the Today text for the Notification panel"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"name": "previous-text",
|
333
|
+
"description": "Sets the Previous section title for the Notification panel"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"name": "open",
|
337
|
+
"description": "Determines whether the notifications panel should render or not",
|
338
|
+
"type": "boolean",
|
339
|
+
"default": "false"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"name": "dismiss-all-label",
|
343
|
+
"description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"name": "donot-disturb-label",
|
347
|
+
"description": "Sets the label text for the \"Do Not Disturb\" toggle in the Notification panel"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"name": "triggerButtonRef",
|
351
|
+
"description": "Reference to the trigger button",
|
352
|
+
"type": "HTMLElement | undefined"
|
353
|
+
},
|
354
|
+
{
|
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"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"name": "todayText",
|
368
|
+
"attribute": "today-text",
|
369
|
+
"description": "Sets the Today text for the Notification panel"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"name": "previousText",
|
373
|
+
"attribute": "previous-text",
|
374
|
+
"description": "Sets the Previous section title for the Notification panel"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"name": "open",
|
378
|
+
"attribute": "open",
|
379
|
+
"description": "Determines whether the notifications panel should render or not",
|
380
|
+
"type": "boolean",
|
381
|
+
"default": "false"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"name": "dismissAllLabel",
|
385
|
+
"attribute": "dismiss-all-label",
|
386
|
+
"description": "Sets the label text for the \"Dismiss all\" button in the Notification panel"
|
387
|
+
},
|
388
|
+
{
|
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
|
+
},
|
393
|
+
{
|
394
|
+
"name": "triggerButtonRef",
|
395
|
+
"attribute": "triggerButtonRef",
|
396
|
+
"description": "Reference to the trigger button",
|
397
|
+
"type": "HTMLElement | undefined"
|
398
|
+
},
|
399
|
+
{
|
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"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"name": "styles",
|
407
|
+
"default": "\"styles\""
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"name": "size",
|
411
|
+
"type": "number"
|
412
|
+
},
|
413
|
+
{
|
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; }>"
|
417
|
+
},
|
418
|
+
{
|
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; }>"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"name": "customElements",
|
425
|
+
"type": "CustomElementRegistry | undefined"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"name": "registry",
|
429
|
+
"type": "CustomElementRegistry | undefined"
|
430
|
+
}
|
431
|
+
],
|
432
|
+
"events": [
|
433
|
+
{
|
434
|
+
"name": "c4p-notification-panel-beingclosed",
|
435
|
+
"description": "The custom event before notification-panel is closed."
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"name": "c4p-notification-dismiss-all",
|
439
|
+
"description": "The custom event fired after notification-panel is closed upon a user gesture."
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"name": "c4p-notification-donot-disturb-change",
|
443
|
+
"description": "The custom event fired after notification-panel is closed upon a user gesture."
|
444
|
+
},
|
445
|
+
{
|
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": [
|
451
|
+
{
|
452
|
+
"name": "today",
|
453
|
+
"description": "Today Section."
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"name": "previous",
|
457
|
+
"description": "Previous Section."
|
458
|
+
},
|
459
|
+
{
|
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": [
|
470
|
+
{
|
471
|
+
"name": "type",
|
472
|
+
"description": "Sets the type of notification to display: 'error', 'warning', 'success', or 'informational'",
|
473
|
+
"type": "\"error\" | \"warning\" | \"success\" | \"informational\" | undefined"
|
474
|
+
},
|
475
|
+
{
|
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": [
|
482
|
+
{
|
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"
|
487
|
+
},
|
488
|
+
{
|
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"
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"name": "dateTimeLocale",
|
496
|
+
"type": "string | undefined",
|
497
|
+
"default": "\"undefined\""
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"name": "styles",
|
501
|
+
"default": "\"styles\""
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"name": "size",
|
505
|
+
"type": "number"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"name": "context-request",
|
509
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
510
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"name": "context-provider",
|
514
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
515
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
516
|
+
},
|
517
|
+
{
|
518
|
+
"name": "customElements",
|
519
|
+
"type": "CustomElementRegistry | undefined"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"name": "registry",
|
523
|
+
"type": "CustomElementRegistry | undefined"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"events": [
|
527
|
+
{
|
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": [
|
533
|
+
{
|
534
|
+
"name": "title",
|
535
|
+
"description": "The Title for the notification."
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"name": "description",
|
539
|
+
"description": "The description for the notification."
|
540
|
+
}
|
541
|
+
]
|
542
|
+
},
|
250
543
|
{
|
251
544
|
"name": "c4p-options-tile",
|
252
545
|
"path": "./src/components/options-tile/options-tile.ts",
|
@@ -310,6 +603,16 @@
|
|
310
603
|
"type": "\"lg\" | \"xl\" | undefined",
|
311
604
|
"default": "\"lg\""
|
312
605
|
},
|
606
|
+
{
|
607
|
+
"name": "context-request",
|
608
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
609
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"name": "context-provider",
|
613
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
614
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
615
|
+
},
|
313
616
|
{
|
314
617
|
"name": "customElements",
|
315
618
|
"type": "CustomElementRegistry | undefined"
|
@@ -336,6 +639,169 @@
|
|
336
639
|
}
|
337
640
|
]
|
338
641
|
},
|
642
|
+
{
|
643
|
+
"name": "c4p-page-header-breadcrumb",
|
644
|
+
"path": "./src/components/page-header/page-header-breadcrumb.ts",
|
645
|
+
"description": "Page header Breadcrumb Bar.",
|
646
|
+
"attributes": [
|
647
|
+
{
|
648
|
+
"name": "border",
|
649
|
+
"description": "Specify if breadcrumb bar has bottom border.",
|
650
|
+
"type": "boolean",
|
651
|
+
"default": "true"
|
652
|
+
},
|
653
|
+
{
|
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)",
|
656
|
+
"type": "boolean",
|
657
|
+
"default": "false"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"name": "page-actions-flush",
|
661
|
+
"description": "Set to `true` if page actions should be flush (no padding)",
|
662
|
+
"type": "boolean",
|
663
|
+
"default": "false"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"name": "content-actions-flush",
|
667
|
+
"description": "Set to `true` if content actions should be flush (no padding)",
|
668
|
+
"type": "boolean",
|
669
|
+
"default": "false"
|
670
|
+
}
|
671
|
+
],
|
672
|
+
"properties": [
|
673
|
+
{
|
674
|
+
"name": "border",
|
675
|
+
"attribute": "border",
|
676
|
+
"description": "Specify if breadcrumb bar has bottom border.",
|
677
|
+
"type": "boolean",
|
678
|
+
"default": "true"
|
679
|
+
},
|
680
|
+
{
|
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)",
|
684
|
+
"type": "boolean",
|
685
|
+
"default": "false"
|
686
|
+
},
|
687
|
+
{
|
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"
|
693
|
+
},
|
694
|
+
{
|
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"
|
700
|
+
},
|
701
|
+
{
|
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": [
|
712
|
+
{
|
713
|
+
"name": "subtitle",
|
714
|
+
"description": "Subtitle text of the page-header-content",
|
715
|
+
"type": "string",
|
716
|
+
"default": "\"\""
|
717
|
+
}
|
718
|
+
],
|
719
|
+
"properties": [
|
720
|
+
{
|
721
|
+
"name": "subtitle",
|
722
|
+
"attribute": "subtitle",
|
723
|
+
"description": "Subtitle text of the page-header-content",
|
724
|
+
"type": "string",
|
725
|
+
"default": "\"\""
|
726
|
+
},
|
727
|
+
{
|
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": [
|
738
|
+
{
|
739
|
+
"name": "title",
|
740
|
+
"description": "Title text of the page-header-content",
|
741
|
+
"type": "string",
|
742
|
+
"default": "\"\""
|
743
|
+
},
|
744
|
+
{
|
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": [
|
752
|
+
{
|
753
|
+
"name": "title",
|
754
|
+
"attribute": "title",
|
755
|
+
"description": "Title text of the page-header-content",
|
756
|
+
"type": "string",
|
757
|
+
"default": "\"\""
|
758
|
+
},
|
759
|
+
{
|
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"
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"name": "styles",
|
768
|
+
"default": "\"styles\""
|
769
|
+
}
|
770
|
+
]
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"name": "c4p-page-header-hero-image",
|
774
|
+
"path": "./src/components/page-header/page-header-hero-image.ts",
|
775
|
+
"description": "Page header Hero Image.",
|
776
|
+
"properties": [
|
777
|
+
{
|
778
|
+
"name": "styles",
|
779
|
+
"default": "\"styles\""
|
780
|
+
}
|
781
|
+
]
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"name": "c4p-page-header-tabs",
|
785
|
+
"path": "./src/components/page-header/page-header-tabs.ts",
|
786
|
+
"description": "Page header Tabs Bar.",
|
787
|
+
"properties": [
|
788
|
+
{
|
789
|
+
"name": "styles",
|
790
|
+
"default": "\"styles\""
|
791
|
+
}
|
792
|
+
]
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"name": "c4p-page-header",
|
796
|
+
"path": "./src/components/page-header/page-header.ts",
|
797
|
+
"description": "Page header.",
|
798
|
+
"properties": [
|
799
|
+
{
|
800
|
+
"name": "styles",
|
801
|
+
"default": "\"styles\""
|
802
|
+
}
|
803
|
+
]
|
804
|
+
},
|
339
805
|
{
|
340
806
|
"name": "c4p-side-panel",
|
341
807
|
"path": "./src/components/side-panel/side-panel.ts",
|
@@ -407,6 +873,12 @@
|
|
407
873
|
"type": "string",
|
408
874
|
"default": "\"\""
|
409
875
|
},
|
876
|
+
{
|
877
|
+
"name": "hide-close-button",
|
878
|
+
"description": "Show/hide the \"X\" close button",
|
879
|
+
"type": "boolean",
|
880
|
+
"default": "false"
|
881
|
+
},
|
410
882
|
{
|
411
883
|
"name": "slide-in",
|
412
884
|
"description": "Determines if this panel slides in",
|
@@ -503,6 +975,13 @@
|
|
503
975
|
"type": "string",
|
504
976
|
"default": "\"\""
|
505
977
|
},
|
978
|
+
{
|
979
|
+
"name": "hideCloseButton",
|
980
|
+
"attribute": "hide-close-button",
|
981
|
+
"description": "Show/hide the \"X\" close button",
|
982
|
+
"type": "boolean",
|
983
|
+
"default": "false"
|
984
|
+
},
|
506
985
|
{
|
507
986
|
"name": "slideIn",
|
508
987
|
"attribute": "slide-in",
|
@@ -526,6 +1005,16 @@
|
|
526
1005
|
"type": "SIDE_PANEL_SIZE",
|
527
1006
|
"default": "\"md\""
|
528
1007
|
},
|
1008
|
+
{
|
1009
|
+
"name": "context-request",
|
1010
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
1011
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"name": "context-provider",
|
1015
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
1016
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
1017
|
+
},
|
529
1018
|
{
|
530
1019
|
"name": "customElements",
|
531
1020
|
"type": "CustomElementRegistry | undefined"
|
@@ -683,6 +1172,16 @@
|
|
683
1172
|
"name": "size",
|
684
1173
|
"type": "number"
|
685
1174
|
},
|
1175
|
+
{
|
1176
|
+
"name": "context-request",
|
1177
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
1178
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"name": "context-provider",
|
1182
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
1183
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
1184
|
+
},
|
686
1185
|
{
|
687
1186
|
"name": "customElements",
|
688
1187
|
"type": "CustomElementRegistry | undefined"
|
@@ -1002,6 +1501,16 @@
|
|
1002
1501
|
"attribute": "size",
|
1003
1502
|
"description": "Set the size of the avatar circle"
|
1004
1503
|
},
|
1504
|
+
{
|
1505
|
+
"name": "context-request",
|
1506
|
+
"description": "A 'context-request' event can be emitted by any element which desires\na context value to be injected by an external provider.",
|
1507
|
+
"type": "ContextRequestEvent<{ __context__: unknown; }>"
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"name": "context-provider",
|
1511
|
+
"description": "A 'context-provider' event can be emitted by any element which hosts\na context provider to indicate it is available for use.",
|
1512
|
+
"type": "ContextProviderEvent<{ __context__: unknown; }>"
|
1513
|
+
},
|
1005
1514
|
{
|
1006
1515
|
"name": "customElements",
|
1007
1516
|
"type": "CustomElementRegistry | undefined"
|