@duetds/components 8.6.2 → 8.6.3
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/hydrate/index.js +63 -21
- package/lib/cjs/duet-banner.cjs.entry.js +3 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- package/lib/cjs/duet-modal.cjs.entry.js +24 -3
- package/lib/cjs/duet-page-heading.cjs.entry.js +2 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +22 -9
- package/lib/cjs/duet-popup-menu.cjs.entry.js +1 -0
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +1 -1
- package/lib/cjs/loader.cjs.js +1 -1
- package/lib/collection/components/duet-action-button/duet-action-button.js +2 -2
- package/lib/collection/components/duet-alert/duet-alert.js +1 -1
- package/lib/collection/components/duet-banner/duet-banner.css +25 -21
- package/lib/collection/components/duet-banner/duet-banner.js +3 -1
- package/lib/collection/components/duet-button/duet-button.js +5 -5
- package/lib/collection/components/duet-caption/duet-caption.js +1 -1
- package/lib/collection/components/duet-card/duet-card.js +3 -3
- package/lib/collection/components/duet-checkbox/duet-checkbox.css +4 -4
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
- package/lib/collection/components/duet-chip/duet-chip.js +6 -6
- package/lib/collection/components/duet-choice/duet-choice.js +3 -3
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +3 -3
- package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
- package/lib/collection/components/duet-divider/duet-divider.js +1 -1
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
- package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +1 -1
- package/lib/collection/components/duet-footer/duet-footer.js +7 -7
- package/lib/collection/components/duet-grid/duet-grid.js +3 -3
- package/lib/collection/components/duet-header/duet-header.js +15 -15
- package/lib/collection/components/duet-heading/duet-heading.js +1 -1
- package/lib/collection/components/duet-hero/duet-hero.js +5 -5
- package/lib/collection/components/duet-icon/duet-icon.css +3 -2
- package/lib/collection/components/duet-input/duet-input.js +8 -8
- package/lib/collection/components/duet-label/duet-label.js +2 -2
- package/lib/collection/components/duet-layout/duet-layout.js +1 -1
- package/lib/collection/components/duet-link/duet-link.css +12 -6
- package/lib/collection/components/duet-link/duet-link.js +1 -1
- package/lib/collection/components/duet-list/duet-list.js +3 -3
- package/lib/collection/components/duet-logo/duet-logo.js +1 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
- package/lib/collection/components/duet-modal/duet-modal.css +2 -1
- package/lib/collection/components/duet-modal/duet-modal.e2e.js +21 -0
- package/lib/collection/components/duet-modal/duet-modal.js +59 -10
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
- package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
- package/lib/collection/components/duet-overlay/duet-overlay.js +1 -1
- package/lib/collection/components/duet-page-heading/duet-page-heading.css +3 -0
- package/lib/collection/components/duet-page-heading/duet-page-heading.js +1 -0
- package/lib/collection/components/duet-pagination/duet-pagination.js +37 -10
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +22 -1
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +2 -2
- package/lib/collection/components/duet-radio/duet-radio.css +4 -4
- package/lib/collection/components/duet-radio/duet-radio.js +3 -3
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +24 -2
- package/lib/collection/components/duet-select/duet-select.js +5 -5
- package/lib/collection/components/duet-show-more/duet-show-more.js +1 -1
- package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
- package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
- package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
- package/lib/collection/components/duet-step/duet-step.js +2 -2
- package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
- package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
- package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
- package/lib/collection/components/duet-upload/duet-upload.js +14 -14
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +2 -2
- package/lib/dist-custom-elements/duet-action-button.js +1 -1
- package/lib/dist-custom-elements/duet-alert.js +1 -1
- package/lib/dist-custom-elements/duet-banner.js +4 -2
- package/lib/dist-custom-elements/duet-breadcrumb.js +1 -1
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-callout.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +1 -1
- package/lib/dist-custom-elements/duet-checkbox.js +1 -1
- package/lib/dist-custom-elements/duet-chip.js +1 -1
- package/lib/dist-custom-elements/duet-choice-group.js +3 -3
- package/lib/dist-custom-elements/duet-choice.js +1 -1
- package/lib/dist-custom-elements/duet-collapsible.js +1 -1
- package/lib/dist-custom-elements/duet-combobox.js +6 -6
- package/lib/dist-custom-elements/duet-contact-card.js +3 -3
- package/lib/dist-custom-elements/duet-cookie-consent.js +2 -2
- package/lib/dist-custom-elements/duet-date-picker.js +6 -6
- package/lib/dist-custom-elements/duet-editable-table.js +3 -3
- package/lib/dist-custom-elements/duet-empty-state.js +1 -1
- package/lib/dist-custom-elements/duet-footer.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +2 -2
- package/lib/dist-custom-elements/duet-hero.js +2 -2
- package/lib/dist-custom-elements/duet-icon.js +1 -1
- package/lib/dist-custom-elements/duet-input.js +1 -1
- package/lib/dist-custom-elements/duet-link.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-button.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-item.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-link.js +1 -1
- package/lib/dist-custom-elements/duet-modal.js +27 -5
- package/lib/dist-custom-elements/duet-multiselect.js +4 -4
- package/lib/dist-custom-elements/duet-notification-drawer.js +2 -2
- package/lib/dist-custom-elements/duet-number-input.js +5 -5
- package/lib/dist-custom-elements/duet-page-heading.js +3 -2
- package/lib/dist-custom-elements/duet-pagination.js +24 -14
- package/lib/dist-custom-elements/duet-popup-menu-item.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu.js +2 -0
- package/lib/dist-custom-elements/duet-radio-group.js +3 -3
- package/lib/dist-custom-elements/duet-radio.js +1 -1
- package/lib/dist-custom-elements/duet-range-stepper.js +8 -3
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-show-more.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-lang.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-link.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-slideout-panel.js +1 -1
- package/lib/dist-custom-elements/duet-slideout.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-item.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +1 -1
- package/lib/dist-custom-elements/duet-submenu-bar.js +1 -1
- package/lib/dist-custom-elements/duet-tab-group.js +6 -6
- package/lib/dist-custom-elements/duet-textarea.js +3 -3
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-item.js +1 -1
- package/lib/dist-custom-elements/duet-toolbar-link.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +1 -1
- package/lib/dist-custom-elements/duet-upload-item.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +8 -8
- package/lib/dist-custom-elements/{p-2f410810.js → p-01b67752.js} +3 -3
- package/lib/dist-custom-elements/{p-e10f446d.js → p-0f0e9944.js} +3 -3
- package/lib/dist-custom-elements/{p-83231ea8.js → p-4c6021d9.js} +1 -1
- package/lib/dist-custom-elements/{p-755dd68f.js → p-531e8a71.js} +1 -1
- package/lib/dist-custom-elements/{p-e702eb52.js → p-71814469.js} +3 -3
- package/lib/dist-custom-elements/{p-0cee8a12.js → p-7b843aae.js} +1 -1
- package/lib/dist-custom-elements/{p-a829df6e.js → p-842a828e.js} +1 -1
- package/lib/dist-custom-elements/{p-014c1177.js → p-8f03dae0.js} +4 -4
- package/lib/dist-custom-elements/{p-667579b0.js → p-98d17606.js} +1 -1
- package/lib/dist-custom-elements/{p-28ec3461.js → p-a38a452e.js} +2 -2
- package/lib/dist-custom-elements/{p-a02e62f3.js → p-bb662681.js} +2 -2
- package/lib/dist-custom-elements/{p-92a16064.js → p-bc9ebb36.js} +2 -2
- package/lib/dist-custom-elements/{p-f4ac6968.js → p-bfcc033c.js} +1 -1
- package/lib/dist-custom-elements/{p-d482a2e9.js → p-c76bd205.js} +1 -1
- package/lib/dist-custom-elements/{p-6d366100.js → p-cefa037c.js} +3 -3
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/p-08379332.entry.js +4 -0
- package/lib/duet/p-21f4713b.system.entry.js +4 -0
- package/lib/duet/p-26dbd459.entry.js +4 -0
- package/lib/duet/{p-69e67b58.entry.js → p-30773d74.entry.js} +1 -1
- package/lib/duet/p-3851808f.system.entry.js +4 -0
- package/lib/duet/{p-e0907f29.entry.js → p-5063685a.entry.js} +1 -1
- package/lib/duet/p-5a8b2426.entry.js +4 -0
- package/lib/duet/p-60bf137e.system.entry.js +4 -0
- package/lib/duet/p-6151635f.system.js +1 -1
- package/lib/duet/p-62512c7e.system.entry.js +4 -0
- package/lib/duet/p-62c34a4d.system.entry.js +4 -0
- package/lib/duet/p-77a2e410.system.entry.js +4 -0
- package/lib/duet/p-8b4ab364.system.entry.js +4 -0
- package/lib/duet/{p-0fc721ab.system.entry.js → p-9d0c2f7d.system.entry.js} +1 -1
- package/lib/duet/{p-cc9cfdb3.entry.js → p-a64b72f5.entry.js} +1 -1
- package/lib/duet/p-c5f48c1c.system.entry.js +4 -0
- package/lib/duet/p-e12b461b.entry.js +4 -0
- package/lib/duet/p-eceeb9fd.entry.js +4 -0
- package/lib/duet/p-fa87de22.entry.js +4 -0
- package/lib/esm/duet-banner.entry.js +3 -1
- package/lib/esm/duet-caption_4.entry.js +2 -2
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +1 -1
- package/lib/esm/duet-modal.entry.js +24 -3
- package/lib/esm/duet-page-heading.entry.js +2 -1
- package/lib/esm/duet-pagination_2.entry.js +22 -9
- package/lib/esm/duet-popup-menu.entry.js +1 -0
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet.js +1 -1
- package/lib/esm/loader.js +1 -1
- package/lib/esm-es5/duet-banner.entry.js +1 -1
- package/lib/esm-es5/duet-caption_4.entry.js +1 -1
- package/lib/esm-es5/duet-checkbox.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +1 -1
- package/lib/esm-es5/duet-modal.entry.js +1 -1
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-popup-menu.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/types/components/duet-modal/duet-modal.d.ts +8 -2
- package/lib/types/components/duet-pagination/duet-pagination.d.ts +4 -0
- package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +4 -0
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +4 -0
- package/lib/types/components.d.ts +24 -2
- package/package.json +2 -2
- package/lib/duet/p-061f4be0.system.entry.js +0 -4
- package/lib/duet/p-1ef0e5ca.system.entry.js +0 -4
- package/lib/duet/p-46dda347.system.entry.js +0 -4
- package/lib/duet/p-5c8e3667.entry.js +0 -4
- package/lib/duet/p-723e165b.system.entry.js +0 -4
- package/lib/duet/p-8a41bde4.system.entry.js +0 -4
- package/lib/duet/p-8ba91848.entry.js +0 -4
- package/lib/duet/p-b6f62761.entry.js +0 -4
- package/lib/duet/p-c3c12f8d.entry.js +0 -4
- package/lib/duet/p-c5cf76db.entry.js +0 -4
- package/lib/duet/p-d739e7af.system.entry.js +0 -4
- package/lib/duet/p-deb98669.entry.js +0 -4
- package/lib/duet/p-e362468f.system.entry.js +0 -4
- package/lib/duet/p-e58015e8.system.entry.js +0 -4
|
@@ -75,6 +75,7 @@ export class DuetPagination {
|
|
|
75
75
|
this.totalPages = 10;
|
|
76
76
|
this.internalSectionIndex = 0;
|
|
77
77
|
this.theme = "";
|
|
78
|
+
this.disabled = false;
|
|
78
79
|
this.variation = "default";
|
|
79
80
|
this.accessibleDescribedBy = undefined;
|
|
80
81
|
this.accessibleDetails = undefined;
|
|
@@ -191,6 +192,9 @@ export class DuetPagination {
|
|
|
191
192
|
}
|
|
192
193
|
//set update current when mouse click on page number
|
|
193
194
|
async onMouseHandler(e, dir) {
|
|
195
|
+
if (this.disabled) {
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
194
198
|
if (!this.processedPageLinks) {
|
|
195
199
|
e.preventDefault();
|
|
196
200
|
e.stopPropagation();
|
|
@@ -200,6 +204,9 @@ export class DuetPagination {
|
|
|
200
204
|
}
|
|
201
205
|
//handle a11y keyboard navigation events
|
|
202
206
|
async onKeyboardDown(e) {
|
|
207
|
+
if (this.disabled) {
|
|
208
|
+
return;
|
|
209
|
+
}
|
|
203
210
|
let next = this.current;
|
|
204
211
|
// handle a11y based keyboard navigation for left/right/up/down
|
|
205
212
|
if (isArrowLeftKey(e) || isArrowUpKey(e)) {
|
|
@@ -287,7 +294,7 @@ export class DuetPagination {
|
|
|
287
294
|
this.emitPageEvent(e);
|
|
288
295
|
}
|
|
289
296
|
renderPageButton(pageNumber) {
|
|
290
|
-
return (h("duet-button", { class: {
|
|
297
|
+
return (h("duet-button", { disabled: this.disabled, class: {
|
|
291
298
|
"duet-pagination-link": true,
|
|
292
299
|
}, id: `page-${pageNumber}-button`, color: pageNumber !== this.current
|
|
293
300
|
? this.theme !== "turva"
|
|
@@ -321,7 +328,7 @@ export class DuetPagination {
|
|
|
321
328
|
label: i.toString(),
|
|
322
329
|
});
|
|
323
330
|
}
|
|
324
|
-
const select = (h("duet-select", { theme: this.theme, class: "duet-pagination-select", variation: "compact", items: JSON.stringify(items), value: this.current.toString(), label: this.accessibleLabels.select_label.replace("{0}", `${this.totalPages}`), labelHidden: true, onDuetChange: e => this.selectClickHandler(e) }));
|
|
331
|
+
const select = (h("duet-select", { disabled: this.disabled, theme: this.theme, class: "duet-pagination-select", variation: "compact", items: JSON.stringify(items), value: this.current.toString(), label: this.accessibleLabels.select_label.replace("{0}", `${this.totalPages}`), labelHidden: true, onDuetChange: e => this.selectClickHandler(e) }));
|
|
325
332
|
return (h("li", null, select, h("span", { class: "duet-pagination-total-pages", "aria-hidden": "true" }, "/ ", this.totalPages)));
|
|
326
333
|
}
|
|
327
334
|
shouldDisplayNavigation() {
|
|
@@ -344,23 +351,25 @@ export class DuetPagination {
|
|
|
344
351
|
}, role: "menubar", "aria-label": this.accessibleLabels.pagination_label, "aria-description": this.accessibleLabels.description }, (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
|
|
345
352
|
"duet-pagination-page-button": true,
|
|
346
353
|
"duet-pagination-button-first": true,
|
|
347
|
-
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: this.internalSectionIndex === 0 && this.current <= 1, "data-direction": "back", accessibleLabel: this.accessibleLabels.first_page, title: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), "icon-name": "action-move-to-first", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }))), h("li", { class: {
|
|
354
|
+
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: (this.internalSectionIndex === 0 && this.current <= 1) || this.disabled, "data-direction": "back", accessibleLabel: this.accessibleLabels.first_page, title: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), "icon-name": "action-move-to-first", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }))), h("li", { class: {
|
|
348
355
|
"duet-pagination-page-button": true,
|
|
349
356
|
"duet-pagination-button-first": true,
|
|
350
357
|
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: !!((this.internalSectionIndex === 0 && this.current <= 1) ||
|
|
351
|
-
(this.current <= 1 && this.processedPageLinks)
|
|
352
|
-
|
|
358
|
+
(this.current <= 1 && this.processedPageLinks) ||
|
|
359
|
+
this.disabled), "data-direction": "back", onClick: e => this.onMouseHandler(e, -1), "accessible-label": this.accessibleLabels.previous_page, title: this.accessibleLabels.previous_page, "icon-name": "action-arrow-left-small", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current - 2] : undefined })), this.internalSectionIndex !== 0 && this.shouldDisplayNavigation() && (h(Fragment, null, h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-jump-back", "center-text": "true", variation: "plain", color: this.theme !== "turva" ? "secondary" : "secondary-turva", margin: "none", accessibleLabel: this.accessibleLabels.first_page, onClick: e => this.jumpToStart(e), theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[0] : undefined }, h("div", { class: "duet-pagination-page-number" }, "1"))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-dots-back", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.prev_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, -1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026"))))), (this.shouldDisplayNavigation() && this.renderPageNumbers()) || this.renderSelect(), (this.internalSectionIndex + 1) * this.visibleItems < this.totalPages &&
|
|
360
|
+
this.shouldDisplayNavigation() && (h(Fragment, null, (this.internalSectionIndex + 1) * this.visibleItems !== this.totalPages - 1 && (h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-section" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-dots-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.next_section.replace("{0}", `${this.visibleItems}`), onClick: e => this.sectionClickHandler(e, 1), theme: this.theme }, h("div", { class: "duet-pagination-page-number", "aria-hidden": "true" }, "\u2026")))), h("li", { class: "duet-pagination-item", role: "menuitem", part: "navigation-jump" }, h("duet-button", { disabled: this.disabled, class: "duet-pagination-link duet-pagination-link-jump-forward", "center-text": "true", color: this.theme !== "turva" ? "secondary" : "secondary-turva", variation: "plain", margin: "none", accessibleLabel: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), theme: this.theme, url: this.processedPageLinks
|
|
353
361
|
? this.processedPageLinks[this.processedPageLinks.length - 1]
|
|
354
362
|
: undefined }, h("div", { class: "duet-pagination-page-number" }, this.totalPages))))), h("li", { class: {
|
|
355
363
|
"duet-pagination-page-button": true,
|
|
356
364
|
"duet-pagination-button-last": true,
|
|
357
365
|
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: !!((this.current === this.totalPages &&
|
|
358
366
|
this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1) ||
|
|
359
|
-
(this.current === this.totalPages && this.processedPageLinks)), class: "duet-date-dialog-next", "accessible-label": this.accessibleLabels.next_page, title: this.accessibleLabels.next_page, onClick: e => this.onMouseHandler(e, 1), "icon-name": "action-move-to-next", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current] : undefined })), (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
|
|
367
|
+
(this.current === this.totalPages && this.processedPageLinks)) || this.disabled, class: "duet-date-dialog-next", "accessible-label": this.accessibleLabels.next_page, title: this.accessibleLabels.next_page, onClick: e => this.onMouseHandler(e, 1), "icon-name": "action-move-to-next", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.current] : undefined })), (this.variation === "compact" || this.matchesCompactBreakpoint) && (h("li", { class: {
|
|
360
368
|
"duet-pagination-page-button": true,
|
|
361
369
|
"duet-pagination-button-last": true,
|
|
362
|
-
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: this.current === this.totalPages &&
|
|
363
|
-
this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1
|
|
370
|
+
}, role: "menuitem", part: "navigation-arrow" }, h("duet-action-button", { disabled: (this.current === this.totalPages &&
|
|
371
|
+
this.internalSectionIndex === Math.ceil(this.totalPages / this.visibleItems) - 1) ||
|
|
372
|
+
this.disabled, accessibleLabel: this.accessibleLabels.last_page, title: this.accessibleLabels.last_page, onClick: e => this.jumpToEnd(e), "icon-name": "action-move-to-last", theme: this.theme, url: this.processedPageLinks ? this.processedPageLinks[this.totalPages - 1] : undefined })))))));
|
|
364
373
|
}
|
|
365
374
|
static get is() { return "duet-pagination"; }
|
|
366
375
|
static get encapsulation() { return "shadow"; }
|
|
@@ -400,6 +409,24 @@ export class DuetPagination {
|
|
|
400
409
|
"reflect": false,
|
|
401
410
|
"defaultValue": "\"\""
|
|
402
411
|
},
|
|
412
|
+
"disabled": {
|
|
413
|
+
"type": "boolean",
|
|
414
|
+
"mutable": false,
|
|
415
|
+
"complexType": {
|
|
416
|
+
"original": "boolean",
|
|
417
|
+
"resolved": "boolean",
|
|
418
|
+
"references": {}
|
|
419
|
+
},
|
|
420
|
+
"required": false,
|
|
421
|
+
"optional": false,
|
|
422
|
+
"docs": {
|
|
423
|
+
"tags": [],
|
|
424
|
+
"text": "Makes the controls of pagination component disabled."
|
|
425
|
+
},
|
|
426
|
+
"attribute": "disabled",
|
|
427
|
+
"reflect": true,
|
|
428
|
+
"defaultValue": "false"
|
|
429
|
+
},
|
|
403
430
|
"variation": {
|
|
404
431
|
"type": "string",
|
|
405
432
|
"mutable": false,
|
|
@@ -409,7 +436,7 @@ export class DuetPagination {
|
|
|
409
436
|
"references": {
|
|
410
437
|
"DuetPaginationVariation": {
|
|
411
438
|
"location": "local",
|
|
412
|
-
"path": "/Users/
|
|
439
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-pagination/duet-pagination.tsx",
|
|
413
440
|
"id": "src/components/duet-pagination/duet-pagination.tsx::DuetPaginationVariation"
|
|
414
441
|
}
|
|
415
442
|
}
|
|
@@ -698,7 +725,7 @@ export class DuetPagination {
|
|
|
698
725
|
"references": {
|
|
699
726
|
"DuetPaginationPageEvent": {
|
|
700
727
|
"location": "local",
|
|
701
|
-
"path": "/Users/
|
|
728
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-pagination/duet-pagination.tsx",
|
|
702
729
|
"id": "src/components/duet-pagination/duet-pagination.tsx::DuetPaginationPageEvent"
|
|
703
730
|
}
|
|
704
731
|
}
|
|
@@ -109,7 +109,7 @@ export class DuetParagraph {
|
|
|
109
109
|
"references": {
|
|
110
110
|
"DuetParagraphSize": {
|
|
111
111
|
"location": "local",
|
|
112
|
-
"path": "/Users/
|
|
112
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-paragraph/duet-paragraph.tsx",
|
|
113
113
|
"id": "src/components/duet-paragraph/duet-paragraph.tsx::DuetParagraphSize"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -133,7 +133,7 @@ export class DuetParagraph {
|
|
|
133
133
|
"references": {
|
|
134
134
|
"DuetParagraphWeight": {
|
|
135
135
|
"location": "local",
|
|
136
|
-
"path": "/Users/
|
|
136
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-paragraph/duet-paragraph.tsx",
|
|
137
137
|
"id": "src/components/duet-paragraph/duet-paragraph.tsx::DuetParagraphWeight"
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -157,7 +157,7 @@ export class DuetParagraph {
|
|
|
157
157
|
"references": {
|
|
158
158
|
"DuetParagraphVariation": {
|
|
159
159
|
"location": "local",
|
|
160
|
-
"path": "/Users/
|
|
160
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-paragraph/duet-paragraph.tsx",
|
|
161
161
|
"id": "src/components/duet-paragraph/duet-paragraph.tsx::DuetParagraphVariation"
|
|
162
162
|
}
|
|
163
163
|
}
|
|
@@ -47,6 +47,7 @@ export class DuetPopupMenu {
|
|
|
47
47
|
this.accessibleLabel = undefined;
|
|
48
48
|
this.accessibleRole = "menu";
|
|
49
49
|
this.theme = "";
|
|
50
|
+
this.skipTeleport = undefined;
|
|
50
51
|
this.controller = undefined;
|
|
51
52
|
this.placement = "bottom-start";
|
|
52
53
|
this.forcePlacement = false;
|
|
@@ -304,6 +305,26 @@ export class DuetPopupMenu {
|
|
|
304
305
|
"reflect": false,
|
|
305
306
|
"defaultValue": "\"\""
|
|
306
307
|
},
|
|
308
|
+
"skipTeleport": {
|
|
309
|
+
"type": "boolean",
|
|
310
|
+
"mutable": false,
|
|
311
|
+
"complexType": {
|
|
312
|
+
"original": "boolean",
|
|
313
|
+
"resolved": "boolean",
|
|
314
|
+
"references": {}
|
|
315
|
+
},
|
|
316
|
+
"required": false,
|
|
317
|
+
"optional": false,
|
|
318
|
+
"docs": {
|
|
319
|
+
"tags": [{
|
|
320
|
+
"name": "internal",
|
|
321
|
+
"text": undefined
|
|
322
|
+
}],
|
|
323
|
+
"text": ""
|
|
324
|
+
},
|
|
325
|
+
"attribute": "skip-teleport",
|
|
326
|
+
"reflect": false
|
|
327
|
+
},
|
|
307
328
|
"controller": {
|
|
308
329
|
"type": "string",
|
|
309
330
|
"mutable": false,
|
|
@@ -452,7 +473,7 @@ export class DuetPopupMenu {
|
|
|
452
473
|
"references": {
|
|
453
474
|
"DuetPopupMenuEvent": {
|
|
454
475
|
"location": "local",
|
|
455
|
-
"path": "/Users/
|
|
476
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-popup-menu/duet-popup-menu.tsx",
|
|
456
477
|
"id": "src/components/duet-popup-menu/duet-popup-menu.tsx::DuetPopupMenuEvent"
|
|
457
478
|
}
|
|
458
479
|
}
|
|
@@ -341,7 +341,7 @@ export class DuetPopupMenuItem {
|
|
|
341
341
|
"references": {
|
|
342
342
|
"DuetPopupMenuItemEvent": {
|
|
343
343
|
"location": "local",
|
|
344
|
-
"path": "/Users/
|
|
344
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-popup-menu-item/duet-popup-menu-item.tsx",
|
|
345
345
|
"id": "src/components/duet-popup-menu-item/duet-popup-menu-item.tsx::DuetPopupMenuItemEvent"
|
|
346
346
|
}
|
|
347
347
|
}
|
|
@@ -362,7 +362,7 @@ export class DuetPopupMenuItem {
|
|
|
362
362
|
"references": {
|
|
363
363
|
"DuetPopupMenuItemEvent": {
|
|
364
364
|
"location": "local",
|
|
365
|
-
"path": "/Users/
|
|
365
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-popup-menu-item/duet-popup-menu-item.tsx",
|
|
366
366
|
"id": "src/components/duet-popup-menu-item/duet-popup-menu-item.tsx::DuetPopupMenuItemEvent"
|
|
367
367
|
}
|
|
368
368
|
}
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
width: 12px;
|
|
148
148
|
height: 12px;
|
|
149
149
|
content: "";
|
|
150
|
-
background: rgb(0,
|
|
150
|
+
background: rgb(0, 119, 179);
|
|
151
151
|
border-radius: 50%;
|
|
152
152
|
}
|
|
153
153
|
.duet-theme-turva .duet-radio:checked + label::after {
|
|
@@ -166,13 +166,13 @@
|
|
|
166
166
|
border-color: rgb(207, 210, 212);
|
|
167
167
|
}
|
|
168
168
|
.duet-theme-turva .duet-radio[disabled] + label::before {
|
|
169
|
-
border-color: rgb(
|
|
169
|
+
border-color: rgb(116, 116, 117);
|
|
170
170
|
}
|
|
171
171
|
.duet-radio[disabled]:checked + label::before {
|
|
172
|
-
border: 1px solid rgb(
|
|
172
|
+
border: 1px solid rgb(144, 149, 153);
|
|
173
173
|
}
|
|
174
174
|
.duet-radio[disabled]:checked + label::after {
|
|
175
|
-
background: rgb(
|
|
175
|
+
background: rgb(144, 149, 153);
|
|
176
176
|
}
|
|
177
177
|
.duet-theme-turva .duet-radio[disabled]:checked + label::after {
|
|
178
178
|
background: rgb(116, 116, 117);
|
|
@@ -546,7 +546,7 @@ export class DuetRadio {
|
|
|
546
546
|
"references": {
|
|
547
547
|
"DuetRadioEvent": {
|
|
548
548
|
"location": "local",
|
|
549
|
-
"path": "/Users/
|
|
549
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-radio/duet-radio.tsx",
|
|
550
550
|
"id": "src/components/duet-radio/duet-radio.tsx::DuetRadioEvent"
|
|
551
551
|
}
|
|
552
552
|
}
|
|
@@ -567,7 +567,7 @@ export class DuetRadio {
|
|
|
567
567
|
"references": {
|
|
568
568
|
"DuetRadioEvent": {
|
|
569
569
|
"location": "local",
|
|
570
|
-
"path": "/Users/
|
|
570
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-radio/duet-radio.tsx",
|
|
571
571
|
"id": "src/components/duet-radio/duet-radio.tsx::DuetRadioEvent"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
@@ -588,7 +588,7 @@ export class DuetRadio {
|
|
|
588
588
|
"references": {
|
|
589
589
|
"DuetRadioEvent": {
|
|
590
590
|
"location": "local",
|
|
591
|
-
"path": "/Users/
|
|
591
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-radio/duet-radio.tsx",
|
|
592
592
|
"id": "src/components/duet-radio/duet-radio.tsx::DuetRadioEvent"
|
|
593
593
|
}
|
|
594
594
|
}
|
|
@@ -567,7 +567,7 @@ export class DuetRangeSlider {
|
|
|
567
567
|
"references": {
|
|
568
568
|
"DuetRangeChangeEvent": {
|
|
569
569
|
"location": "local",
|
|
570
|
-
"path": "/Users/
|
|
570
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-range-slider/duet-range-slider.tsx",
|
|
571
571
|
"id": "src/components/duet-range-slider/duet-range-slider.tsx::DuetRangeChangeEvent"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
@@ -588,7 +588,7 @@ export class DuetRangeSlider {
|
|
|
588
588
|
"references": {
|
|
589
589
|
"DuetRangeChangeEvent": {
|
|
590
590
|
"location": "local",
|
|
591
|
-
"path": "/Users/
|
|
591
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-range-slider/duet-range-slider.tsx",
|
|
592
592
|
"id": "src/components/duet-range-slider/duet-range-slider.tsx::DuetRangeChangeEvent"
|
|
593
593
|
}
|
|
594
594
|
}
|
|
@@ -21,6 +21,7 @@ export class DuetRangeStepper {
|
|
|
21
21
|
this.handleStepClick(e);
|
|
22
22
|
};
|
|
23
23
|
this.theme = "";
|
|
24
|
+
this.disabled = false;
|
|
24
25
|
this.stepIndex = 1;
|
|
25
26
|
this.stepSize = 50;
|
|
26
27
|
this.total = 1000;
|
|
@@ -137,6 +138,9 @@ export class DuetRangeStepper {
|
|
|
137
138
|
}
|
|
138
139
|
//handle a11y keyboard navigation events
|
|
139
140
|
async onKeyboardDown(e) {
|
|
141
|
+
if (this.disabled) {
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
140
144
|
// handle a11y based keyboard navigation for left/right/up/down
|
|
141
145
|
let next = this.stepIndex;
|
|
142
146
|
let dir = 1;
|
|
@@ -166,7 +170,7 @@ export class DuetRangeStepper {
|
|
|
166
170
|
return (h("div", { class: {
|
|
167
171
|
"duet-range-stepper": true,
|
|
168
172
|
"duet-theme-turva": this.theme === "turva",
|
|
169
|
-
}, onKeyDown: e => this.onKeyboardDown(e), "aria-controls": this.ariaControls }, h("span", { class: "duet-range-step-counter", part: "range-numbers" }, this.generateStepSize()), h("duet-action-button", { class: "duet-range-step-button duet-range-step-minus", onClick: e => this.handleClick(e, -1), id: this.leftBn, "accessible-label": `${this.ariaLabels.previous_increment} ${this.generatePreviousIncrementLabel()}`, ref: el => (this.leftBnRef = el), part: "navigation-arrow", iconName: "action-arrow-left-small", title: "" }), h("duet-action-button", { class: "duet-range-step-button duet-range-step-plus", onClick: e => this.handleClick(e, 1), "accessible-label": `${this.ariaLabels.next_increment} ${this.generateNextIncrementLabel()}`, id: this.rightBn, ref: el => (this.rightBnRef = el), part: "navigation-arrow", iconName: "action-arrow-right-small", title: "" })));
|
|
173
|
+
}, onKeyDown: e => this.onKeyboardDown(e), "aria-controls": this.ariaControls }, h("span", { class: "duet-range-step-counter", part: "range-numbers" }, this.generateStepSize()), h("duet-action-button", { disabled: this.disabled, class: "duet-range-step-button duet-range-step-minus", onClick: e => this.handleClick(e, -1), id: this.leftBn, "accessible-label": `${this.ariaLabels.previous_increment} ${this.generatePreviousIncrementLabel()}`, ref: el => (this.leftBnRef = el), part: "navigation-arrow", iconName: "action-arrow-left-small", title: "" }), h("duet-action-button", { disabled: this.disabled, class: "duet-range-step-button duet-range-step-plus", onClick: e => this.handleClick(e, 1), "accessible-label": `${this.ariaLabels.next_increment} ${this.generateNextIncrementLabel()}`, id: this.rightBn, ref: el => (this.rightBnRef = el), part: "navigation-arrow", iconName: "action-arrow-right-small", title: "" })));
|
|
170
174
|
}
|
|
171
175
|
static get is() { return "duet-range-stepper"; }
|
|
172
176
|
static get encapsulation() { return "shadow"; }
|
|
@@ -206,6 +210,24 @@ export class DuetRangeStepper {
|
|
|
206
210
|
"reflect": false,
|
|
207
211
|
"defaultValue": "\"\""
|
|
208
212
|
},
|
|
213
|
+
"disabled": {
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"mutable": false,
|
|
216
|
+
"complexType": {
|
|
217
|
+
"original": "boolean",
|
|
218
|
+
"resolved": "boolean",
|
|
219
|
+
"references": {}
|
|
220
|
+
},
|
|
221
|
+
"required": false,
|
|
222
|
+
"optional": false,
|
|
223
|
+
"docs": {
|
|
224
|
+
"tags": [],
|
|
225
|
+
"text": "Makes the controls of range-stepper component disabled."
|
|
226
|
+
},
|
|
227
|
+
"attribute": "disabled",
|
|
228
|
+
"reflect": true,
|
|
229
|
+
"defaultValue": "false"
|
|
230
|
+
},
|
|
209
231
|
"stepIndex": {
|
|
210
232
|
"type": "number",
|
|
211
233
|
"mutable": true,
|
|
@@ -349,7 +371,7 @@ export class DuetRangeStepper {
|
|
|
349
371
|
"references": {
|
|
350
372
|
"DuetRangeStepperUpdateEvent": {
|
|
351
373
|
"location": "local",
|
|
352
|
-
"path": "/Users/
|
|
374
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-range-stepper/duet-range-stepper.tsx",
|
|
353
375
|
"id": "src/components/duet-range-stepper/duet-range-stepper.tsx::DuetRangeStepperUpdateEvent"
|
|
354
376
|
}
|
|
355
377
|
}
|
|
@@ -194,7 +194,7 @@ export class DuetSelect {
|
|
|
194
194
|
"references": {
|
|
195
195
|
"DuetSelectVariation": {
|
|
196
196
|
"location": "local",
|
|
197
|
-
"path": "/Users/
|
|
197
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-select/duet-select.tsx",
|
|
198
198
|
"id": "src/components/duet-select/duet-select.tsx::DuetSelectVariation"
|
|
199
199
|
}
|
|
200
200
|
}
|
|
@@ -510,7 +510,7 @@ export class DuetSelect {
|
|
|
510
510
|
"references": {
|
|
511
511
|
"DuetSelectItems": {
|
|
512
512
|
"location": "local",
|
|
513
|
-
"path": "/Users/
|
|
513
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-select/duet-select.tsx",
|
|
514
514
|
"id": "src/components/duet-select/duet-select.tsx::DuetSelectItems"
|
|
515
515
|
}
|
|
516
516
|
}
|
|
@@ -701,7 +701,7 @@ export class DuetSelect {
|
|
|
701
701
|
"references": {
|
|
702
702
|
"DuetSelectEvent": {
|
|
703
703
|
"location": "local",
|
|
704
|
-
"path": "/Users/
|
|
704
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-select/duet-select.tsx",
|
|
705
705
|
"id": "src/components/duet-select/duet-select.tsx::DuetSelectEvent"
|
|
706
706
|
}
|
|
707
707
|
}
|
|
@@ -722,7 +722,7 @@ export class DuetSelect {
|
|
|
722
722
|
"references": {
|
|
723
723
|
"DuetSelectEvent": {
|
|
724
724
|
"location": "local",
|
|
725
|
-
"path": "/Users/
|
|
725
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-select/duet-select.tsx",
|
|
726
726
|
"id": "src/components/duet-select/duet-select.tsx::DuetSelectEvent"
|
|
727
727
|
}
|
|
728
728
|
}
|
|
@@ -743,7 +743,7 @@ export class DuetSelect {
|
|
|
743
743
|
"references": {
|
|
744
744
|
"DuetSelectEvent": {
|
|
745
745
|
"location": "local",
|
|
746
|
-
"path": "/Users/
|
|
746
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-select/duet-select.tsx",
|
|
747
747
|
"id": "src/components/duet-select/duet-select.tsx::DuetSelectEvent"
|
|
748
748
|
}
|
|
749
749
|
}
|
|
@@ -439,7 +439,7 @@ export class DuetShowMore {
|
|
|
439
439
|
"references": {
|
|
440
440
|
"DuetShowMoreToggleEvent": {
|
|
441
441
|
"location": "local",
|
|
442
|
-
"path": "/Users/
|
|
442
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-show-more/duet-show-more.tsx",
|
|
443
443
|
"id": "src/components/duet-show-more/duet-show-more.tsx::DuetShowMoreToggleEvent"
|
|
444
444
|
}
|
|
445
445
|
}
|
|
@@ -364,7 +364,7 @@ export class DuetSlideout {
|
|
|
364
364
|
"references": {
|
|
365
365
|
"DuetSlideoutEventDetails": {
|
|
366
366
|
"location": "local",
|
|
367
|
-
"path": "/Users/
|
|
367
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-slideout/duet-slideout.tsx",
|
|
368
368
|
"id": "src/components/duet-slideout/duet-slideout.tsx::DuetSlideoutEventDetails"
|
|
369
369
|
}
|
|
370
370
|
}
|
|
@@ -49,7 +49,7 @@ export class DuetSpacer {
|
|
|
49
49
|
"references": {
|
|
50
50
|
"DuetSpacerSize": {
|
|
51
51
|
"location": "local",
|
|
52
|
-
"path": "/Users/
|
|
52
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-spacer/duet-spacer.tsx",
|
|
53
53
|
"id": "src/components/duet-spacer/duet-spacer.tsx::DuetSpacerSize"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -97,7 +97,7 @@ export class DuetSpacer {
|
|
|
97
97
|
"references": {
|
|
98
98
|
"DuetSpacerBreakpoint": {
|
|
99
99
|
"location": "local",
|
|
100
|
-
"path": "/Users/
|
|
100
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-spacer/duet-spacer.tsx",
|
|
101
101
|
"id": "src/components/duet-spacer/duet-spacer.tsx::DuetSpacerBreakpoint"
|
|
102
102
|
}
|
|
103
103
|
}
|
|
@@ -96,7 +96,7 @@ export class DuetSpinner {
|
|
|
96
96
|
"references": {
|
|
97
97
|
"DuetSpinnerSize": {
|
|
98
98
|
"location": "local",
|
|
99
|
-
"path": "/Users/
|
|
99
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-spinner/duet-spinner.tsx",
|
|
100
100
|
"id": "src/components/duet-spinner/duet-spinner.tsx::DuetSpinnerSize"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -202,7 +202,7 @@ export class DuetStep {
|
|
|
202
202
|
"references": {
|
|
203
203
|
"DuetStepState": {
|
|
204
204
|
"location": "local",
|
|
205
|
-
"path": "/Users/
|
|
205
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-step/duet-step.tsx",
|
|
206
206
|
"id": "src/components/duet-step/duet-step.tsx::DuetStepState"
|
|
207
207
|
}
|
|
208
208
|
}
|
|
@@ -280,7 +280,7 @@ export class DuetStep {
|
|
|
280
280
|
"references": {
|
|
281
281
|
"DuetStepClickEvent": {
|
|
282
282
|
"location": "local",
|
|
283
|
-
"path": "/Users/
|
|
283
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-step/duet-step.tsx",
|
|
284
284
|
"id": "src/components/duet-step/duet-step.tsx::DuetStepClickEvent"
|
|
285
285
|
}
|
|
286
286
|
}
|
|
@@ -225,7 +225,7 @@ export class DuetStepper {
|
|
|
225
225
|
"references": {
|
|
226
226
|
"DuetStepChangeEvent": {
|
|
227
227
|
"location": "local",
|
|
228
|
-
"path": "/Users/
|
|
228
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-stepper/duet-stepper.tsx",
|
|
229
229
|
"id": "src/components/duet-stepper/duet-stepper.tsx::DuetStepChangeEvent"
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -325,7 +325,7 @@ export class DuetTabGroup {
|
|
|
325
325
|
"references": {
|
|
326
326
|
"DuetTabVariation": {
|
|
327
327
|
"location": "local",
|
|
328
|
-
"path": "/Users/
|
|
328
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tab-group/duet-tab-group.tsx",
|
|
329
329
|
"id": "src/components/duet-tab-group/duet-tab-group.tsx::DuetTabVariation"
|
|
330
330
|
}
|
|
331
331
|
}
|
|
@@ -569,7 +569,7 @@ export class DuetTabGroup {
|
|
|
569
569
|
"references": {
|
|
570
570
|
"DuetTabGroupEvent": {
|
|
571
571
|
"location": "local",
|
|
572
|
-
"path": "/Users/
|
|
572
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tab-group/duet-tab-group.tsx",
|
|
573
573
|
"id": "src/components/duet-tab-group/duet-tab-group.tsx::DuetTabGroupEvent"
|
|
574
574
|
}
|
|
575
575
|
}
|
|
@@ -590,7 +590,7 @@ export class DuetTabGroup {
|
|
|
590
590
|
"references": {
|
|
591
591
|
"DuetTabGroupEvent": {
|
|
592
592
|
"location": "local",
|
|
593
|
-
"path": "/Users/
|
|
593
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tab-group/duet-tab-group.tsx",
|
|
594
594
|
"id": "src/components/duet-tab-group/duet-tab-group.tsx::DuetTabGroupEvent"
|
|
595
595
|
}
|
|
596
596
|
}
|
|
@@ -611,7 +611,7 @@ export class DuetTabGroup {
|
|
|
611
611
|
"references": {
|
|
612
612
|
"DuetTabGroupEvent": {
|
|
613
613
|
"location": "local",
|
|
614
|
-
"path": "/Users/
|
|
614
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tab-group/duet-tab-group.tsx",
|
|
615
615
|
"id": "src/components/duet-tab-group/duet-tab-group.tsx::DuetTabGroupEvent"
|
|
616
616
|
}
|
|
617
617
|
}
|
|
@@ -635,7 +635,7 @@ export class DuetTabGroup {
|
|
|
635
635
|
},
|
|
636
636
|
"DuetTabGroupEvent": {
|
|
637
637
|
"location": "local",
|
|
638
|
-
"path": "/Users/
|
|
638
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tab-group/duet-tab-group.tsx",
|
|
639
639
|
"id": "src/components/duet-tab-group/duet-tab-group.tsx::DuetTabGroupEvent"
|
|
640
640
|
}
|
|
641
641
|
},
|
|
@@ -807,7 +807,7 @@ export class DuetTextarea {
|
|
|
807
807
|
"references": {
|
|
808
808
|
"DuetTextareaEvent": {
|
|
809
809
|
"location": "local",
|
|
810
|
-
"path": "/Users/
|
|
810
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-textarea/duet-textarea.tsx",
|
|
811
811
|
"id": "src/components/duet-textarea/duet-textarea.tsx::DuetTextareaEvent"
|
|
812
812
|
}
|
|
813
813
|
}
|
|
@@ -828,7 +828,7 @@ export class DuetTextarea {
|
|
|
828
828
|
"references": {
|
|
829
829
|
"DuetTextareaEvent": {
|
|
830
830
|
"location": "local",
|
|
831
|
-
"path": "/Users/
|
|
831
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-textarea/duet-textarea.tsx",
|
|
832
832
|
"id": "src/components/duet-textarea/duet-textarea.tsx::DuetTextareaEvent"
|
|
833
833
|
}
|
|
834
834
|
}
|
|
@@ -849,7 +849,7 @@ export class DuetTextarea {
|
|
|
849
849
|
"references": {
|
|
850
850
|
"DuetTextareaEvent": {
|
|
851
851
|
"location": "local",
|
|
852
|
-
"path": "/Users/
|
|
852
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-textarea/duet-textarea.tsx",
|
|
853
853
|
"id": "src/components/duet-textarea/duet-textarea.tsx::DuetTextareaEvent"
|
|
854
854
|
}
|
|
855
855
|
}
|
|
@@ -870,7 +870,7 @@ export class DuetTextarea {
|
|
|
870
870
|
"references": {
|
|
871
871
|
"DuetTextareaEvent": {
|
|
872
872
|
"location": "local",
|
|
873
|
-
"path": "/Users/
|
|
873
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-textarea/duet-textarea.tsx",
|
|
874
874
|
"id": "src/components/duet-textarea/duet-textarea.tsx::DuetTextareaEvent"
|
|
875
875
|
}
|
|
876
876
|
}
|
|
@@ -486,7 +486,7 @@ export class DuetToggle {
|
|
|
486
486
|
"references": {
|
|
487
487
|
"DuetToggleChangeEvent": {
|
|
488
488
|
"location": "local",
|
|
489
|
-
"path": "/Users/
|
|
489
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-toggle/duet-toggle.tsx",
|
|
490
490
|
"id": "src/components/duet-toggle/duet-toggle.tsx::DuetToggleChangeEvent"
|
|
491
491
|
}
|
|
492
492
|
}
|
|
@@ -424,7 +424,7 @@ export class DuetTooltip {
|
|
|
424
424
|
"references": {
|
|
425
425
|
"DuetTooltipBreakpoint": {
|
|
426
426
|
"location": "local",
|
|
427
|
-
"path": "/Users/
|
|
427
|
+
"path": "/Users/mgibas/workspace/duet/packages/components/src/components/duet-tooltip/duet-tooltip.tsx",
|
|
428
428
|
"id": "src/components/duet-tooltip/duet-tooltip.tsx::DuetTooltipBreakpoint"
|
|
429
429
|
}
|
|
430
430
|
}
|