@designbasekorea/ui-wc 0.2.0 → 0.2.2
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/README.md +322 -29
- package/dist/esm/components/animation-background/canvas-controller.js +1 -0
- package/dist/esm/components/animation-background/layers.js +1 -0
- package/dist/esm/components/animation-background/lumina-presets.js +1 -0
- package/dist/esm/components/animation-background/lumina-shaders.js +1 -0
- package/dist/esm/components/animation-background/lumina-utils.js +1 -0
- package/dist/esm/components/animation-background/particle-defaults.js +1 -0
- package/dist/esm/components/animation-background/renderers.js +1 -0
- package/dist/esm/components/animation-background/shader-controller.js +1 -0
- package/dist/esm/components/color-picker-utils.js +1 -0
- package/dist/esm/components/date-picker-utils.js +1 -0
- package/dist/esm/components/db-accordion.d.ts +40 -0
- package/dist/esm/components/db-accordion.js +1 -0
- package/dist/esm/components/db-ad-banner.d.ts +41 -0
- package/dist/esm/components/db-ad-banner.js +1 -0
- package/dist/esm/components/db-alert.d.ts +24 -0
- package/dist/esm/components/db-alert.js +1 -0
- package/dist/esm/components/db-animation-background.d.ts +20 -0
- package/dist/esm/components/db-animation-background.js +1 -0
- package/dist/esm/components/db-animation-text.d.ts +32 -0
- package/dist/esm/components/db-animation-text.js +1 -0
- package/dist/esm/components/db-app-badge.d.ts +20 -0
- package/dist/esm/components/db-app-badge.js +1 -0
- package/dist/esm/components/db-audio-player.d.ts +82 -0
- package/dist/esm/components/db-audio-player.js +1 -0
- package/dist/esm/components/db-avatar.d.ts +18 -0
- package/dist/esm/components/db-avatar.js +1 -0
- package/dist/esm/components/db-backdrop.d.ts +24 -0
- package/dist/esm/components/db-backdrop.js +1 -0
- package/dist/esm/components/db-badge.d.ts +27 -0
- package/dist/esm/components/db-badge.js +1 -0
- package/dist/esm/components/db-banner.d.ts +28 -0
- package/dist/esm/components/db-banner.js +1 -0
- package/dist/esm/components/db-bottom-navigation.d.ts +29 -0
- package/dist/esm/components/db-bottom-navigation.js +1 -0
- package/dist/esm/components/db-bottom-sheet.d.ts +49 -0
- package/dist/esm/components/db-bottom-sheet.js +1 -0
- package/dist/esm/components/db-breadcrumbs.d.ts +24 -0
- package/dist/esm/components/db-breadcrumbs.js +1 -0
- package/dist/esm/components/db-button.d.ts +57 -0
- package/dist/esm/components/db-button.js +1 -0
- package/dist/esm/components/db-calendar.d.ts +78 -0
- package/dist/esm/components/db-calendar.js +1 -0
- package/dist/esm/components/db-card.d.ts +42 -0
- package/dist/esm/components/db-card.js +1 -0
- package/dist/esm/components/db-carousel.d.ts +35 -0
- package/dist/esm/components/db-carousel.js +1 -0
- package/dist/esm/components/db-checkbox.d.ts +35 -0
- package/dist/esm/components/db-checkbox.js +1 -0
- package/dist/esm/components/db-chip.d.ts +14 -0
- package/dist/esm/components/db-chip.js +1 -0
- package/dist/esm/components/db-code-block.d.ts +28 -0
- package/dist/esm/components/db-code-block.js +1 -0
- package/dist/esm/components/db-color-picker.d.ts +83 -0
- package/dist/esm/components/db-color-picker.js +1 -0
- package/dist/esm/components/db-confirm.d.ts +23 -0
- package/dist/esm/components/db-confirm.js +1 -0
- package/dist/esm/components/db-container.d.ts +13 -0
- package/dist/esm/components/db-container.js +1 -0
- package/dist/esm/components/db-context-menu.d.ts +46 -0
- package/dist/esm/components/db-context-menu.js +1 -0
- package/dist/esm/components/db-countdown.d.ts +23 -0
- package/dist/esm/components/db-countdown.js +1 -0
- package/dist/esm/components/db-cursor-follower.d.ts +32 -0
- package/dist/esm/components/db-cursor-follower.js +1 -0
- package/dist/esm/components/db-date-picker.d.ts +84 -0
- package/dist/esm/components/db-date-picker.js +1 -0
- package/dist/esm/components/db-divider.d.ts +13 -0
- package/dist/esm/components/db-divider.js +1 -0
- package/dist/esm/components/db-drawer.d.ts +32 -0
- package/dist/esm/components/db-drawer.js +1 -0
- package/dist/esm/components/db-dropdown.d.ts +70 -0
- package/dist/esm/components/db-dropdown.js +1 -0
- package/dist/esm/components/db-dropzone.d.ts +29 -0
- package/dist/esm/components/db-dropzone.js +1 -0
- package/dist/esm/components/db-empty-state.d.ts +14 -0
- package/dist/esm/components/db-empty-state.js +1 -0
- package/dist/esm/components/db-file-uploader.d.ts +27 -0
- package/dist/esm/components/db-file-uploader.js +1 -0
- package/dist/esm/components/db-floating-action-button.d.ts +24 -0
- package/dist/esm/components/db-floating-action-button.js +1 -0
- package/dist/esm/components/db-form.d.ts +94 -0
- package/dist/esm/components/db-form.js +1 -0
- package/dist/esm/components/db-gradient.d.ts +26 -0
- package/dist/esm/components/db-gradient.js +1 -0
- package/dist/esm/components/db-grid.d.ts +20 -0
- package/dist/esm/components/db-grid.js +1 -0
- package/dist/esm/components/db-icons.js +1 -0
- package/dist/esm/components/db-image-list.d.ts +35 -0
- package/dist/esm/components/db-image-list.js +1 -0
- package/dist/esm/components/db-image-placeholder.d.ts +16 -0
- package/dist/esm/components/db-image-placeholder.js +1 -0
- package/dist/esm/components/db-image.d.ts +34 -0
- package/dist/esm/components/db-image.js +1 -0
- package/dist/esm/components/db-indicator.d.ts +46 -0
- package/dist/esm/components/db-indicator.js +1 -0
- package/dist/esm/components/db-input.d.ts +51 -0
- package/dist/esm/components/db-input.js +1 -0
- package/dist/esm/components/db-label.d.ts +13 -0
- package/dist/esm/components/db-label.js +1 -0
- package/dist/esm/components/db-lightbox.d.ts +52 -0
- package/dist/esm/components/db-lightbox.js +1 -0
- package/dist/esm/components/db-list.d.ts +46 -0
- package/dist/esm/components/db-list.js +1 -0
- package/dist/esm/components/db-logo-svg.js +1 -0
- package/dist/esm/components/db-logo.d.ts +15 -0
- package/dist/esm/components/db-logo.js +1 -0
- package/dist/esm/components/db-lottie.d.ts +20 -0
- package/dist/esm/components/db-lottie.js +1 -0
- package/dist/esm/components/db-markdown-editor.d.ts +53 -0
- package/dist/esm/components/db-markdown-editor.js +1 -0
- package/dist/esm/components/db-marquee.d.ts +34 -0
- package/dist/esm/components/db-marquee.js +1 -0
- package/dist/esm/components/db-masonry.d.ts +24 -0
- package/dist/esm/components/db-masonry.js +1 -0
- package/dist/esm/components/db-menu-item.d.ts +30 -0
- package/dist/esm/components/db-menu-item.js +1 -0
- package/dist/esm/components/db-modal.d.ts +63 -0
- package/dist/esm/components/db-modal.js +1 -0
- package/dist/esm/components/db-navbar.d.ts +57 -0
- package/dist/esm/components/db-navbar.js +1 -0
- package/dist/esm/components/db-onboarding-modal.d.ts +57 -0
- package/dist/esm/components/db-onboarding-modal.js +1 -0
- package/dist/esm/components/db-page-header.d.ts +33 -0
- package/dist/esm/components/db-page-header.js +1 -0
- package/dist/esm/components/db-pagination.d.ts +25 -0
- package/dist/esm/components/db-pagination.js +1 -0
- package/dist/esm/components/db-popover.d.ts +62 -0
- package/dist/esm/components/db-popover.js +1 -0
- package/dist/esm/components/db-progress-step.d.ts +28 -0
- package/dist/esm/components/db-progress-step.js +1 -0
- package/dist/esm/components/db-progress.d.ts +15 -0
- package/dist/esm/components/db-progress.js +1 -0
- package/dist/esm/components/db-progressbar.d.ts +13 -0
- package/dist/esm/components/db-progressbar.js +1 -0
- package/dist/esm/components/db-radio.d.ts +34 -0
- package/dist/esm/components/db-radio.js +1 -0
- package/dist/esm/components/db-random-gradient.d.ts +24 -0
- package/dist/esm/components/db-random-gradient.js +1 -0
- package/dist/esm/components/db-range-slider.d.ts +64 -0
- package/dist/esm/components/db-range-slider.js +1 -0
- package/dist/esm/components/db-rating.d.ts +31 -0
- package/dist/esm/components/db-rating.js +1 -0
- package/dist/esm/components/db-reorder.d.ts +38 -0
- package/dist/esm/components/db-reorder.js +1 -0
- package/dist/esm/components/db-resizable-panels.d.ts +42 -0
- package/dist/esm/components/db-resizable-panels.js +1 -0
- package/dist/esm/components/db-scroll-area.d.ts +23 -0
- package/dist/esm/components/db-scroll-area.js +1 -0
- package/dist/esm/components/db-search-bar.d.ts +53 -0
- package/dist/esm/components/db-search-bar.js +1 -0
- package/dist/esm/components/db-section-app-download.d.ts +32 -0
- package/dist/esm/components/db-section-app-download.js +1 -0
- package/dist/esm/components/db-section-contact.d.ts +22 -0
- package/dist/esm/components/db-section-contact.js +1 -0
- package/dist/esm/components/db-section-feature.d.ts +34 -0
- package/dist/esm/components/db-section-feature.js +1 -0
- package/dist/esm/components/db-section-hero.d.ts +34 -0
- package/dist/esm/components/db-section-hero.js +1 -0
- package/dist/esm/components/db-section.d.ts +44 -0
- package/dist/esm/components/db-section.js +1 -0
- package/dist/esm/components/db-segment-control.d.ts +41 -0
- package/dist/esm/components/db-segment-control.js +1 -0
- package/dist/esm/components/db-select.d.ts +66 -0
- package/dist/esm/components/db-select.js +1 -0
- package/dist/esm/components/db-share-icons.js +1 -0
- package/dist/esm/components/db-share.d.ts +48 -0
- package/dist/esm/components/db-share.js +1 -0
- package/dist/esm/components/db-sidebar.d.ts +59 -0
- package/dist/esm/components/db-sidebar.js +1 -0
- package/dist/esm/components/db-skeleton.d.ts +13 -0
- package/dist/esm/components/db-skeleton.js +1 -0
- package/dist/esm/components/db-spinner.d.ts +27 -0
- package/dist/esm/components/db-spinner.js +1 -0
- package/dist/esm/components/db-split-view.d.ts +33 -0
- package/dist/esm/components/db-split-view.js +1 -0
- package/dist/esm/components/db-stack.d.ts +13 -0
- package/dist/esm/components/db-stack.js +1 -0
- package/dist/esm/components/db-stat.d.ts +26 -0
- package/dist/esm/components/db-stat.js +1 -0
- package/dist/esm/components/db-stepper.d.ts +49 -0
- package/dist/esm/components/db-stepper.js +1 -0
- package/dist/esm/components/db-table.d.ts +39 -0
- package/dist/esm/components/db-table.js +1 -0
- package/dist/esm/components/db-tabs.d.ts +48 -0
- package/dist/esm/components/db-tabs.js +1 -0
- package/dist/esm/components/db-testimonial.d.ts +27 -0
- package/dist/esm/components/db-testimonial.js +1 -0
- package/dist/esm/components/db-textarea.d.ts +33 -0
- package/dist/esm/components/db-textarea.js +1 -0
- package/dist/esm/components/db-time-picker.d.ts +62 -0
- package/dist/esm/components/db-time-picker.js +1 -0
- package/dist/esm/components/db-timeline.d.ts +29 -0
- package/dist/esm/components/db-timeline.js +1 -0
- package/dist/esm/components/db-toast.d.ts +23 -0
- package/dist/esm/components/db-toast.js +1 -0
- package/dist/esm/components/db-toggle.d.ts +35 -0
- package/dist/esm/components/db-toggle.js +1 -0
- package/dist/esm/components/db-toolbar.d.ts +25 -0
- package/dist/esm/components/db-toolbar.js +1 -0
- package/dist/esm/components/db-tooltip.d.ts +55 -0
- package/dist/esm/components/db-tooltip.js +1 -0
- package/dist/esm/components/db-top-banner.d.ts +17 -0
- package/dist/esm/components/db-top-banner.js +1 -0
- package/dist/esm/components/db-tutorial.d.ts +54 -0
- package/dist/esm/components/db-tutorial.js +1 -0
- package/dist/esm/components/db-video-player.d.ts +67 -0
- package/dist/esm/components/db-video-player.js +1 -0
- package/dist/esm/components/db-youtube-player.d.ts +22 -0
- package/dist/esm/components/db-youtube-player.js +1 -0
- package/dist/esm/components/highlight-code.js +1 -0
- package/dist/esm/components/input-validation.js +1 -0
- package/dist/esm/components/number-scrub.js +1 -0
- package/dist/esm/components/random-gradient-palettes.js +1 -0
- package/dist/esm/helpers/confirm.d.ts +30 -0
- package/dist/esm/helpers/confirm.js +1 -0
- package/dist/esm/helpers/toast.d.ts +56 -0
- package/dist/esm/helpers/toast.js +1 -0
- package/dist/esm/index.d.ts +100 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-bash.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-clike.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-css.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-javascript.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-json.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-jsx.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-markup.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-scss.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-tsx.js +1 -0
- package/dist/esm/node_modules/prismjs/components/prism-typescript.js +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +180 -3
- package/dist/index.esm.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.ts +203 -50
- package/dist/react/index.esm.js +1 -1
- package/package.json +10 -2
- /package/dist/chunks/{lottie-f6500ba3.js → lottie-e741cdda.js} +0 -0
package/dist/react/index.d.ts
CHANGED
|
@@ -15,6 +15,8 @@ declare class DbButton extends HTMLElement {
|
|
|
15
15
|
set size(value: string);
|
|
16
16
|
get radius(): string;
|
|
17
17
|
set radius(value: string);
|
|
18
|
+
get accentStyle(): string;
|
|
19
|
+
set accentStyle(value: string);
|
|
18
20
|
get type(): string;
|
|
19
21
|
set type(value: string);
|
|
20
22
|
get loadingText(): string;
|
|
@@ -42,6 +44,8 @@ declare class DbButton extends HTMLElement {
|
|
|
42
44
|
private syncIcons;
|
|
43
45
|
private getDefaultRadiusClass;
|
|
44
46
|
private syncRadius;
|
|
47
|
+
private syncAccentStyle;
|
|
48
|
+
private syncAccentField;
|
|
45
49
|
private syncModifier;
|
|
46
50
|
private syncBooleanModifier;
|
|
47
51
|
private getSpinnerSize;
|
|
@@ -138,12 +142,16 @@ declare global {
|
|
|
138
142
|
}
|
|
139
143
|
|
|
140
144
|
declare class DbToggle extends HTMLElement {
|
|
145
|
+
static readonly formAssociated = true;
|
|
141
146
|
static get observedAttributes(): string[];
|
|
147
|
+
private readonly internals;
|
|
142
148
|
private root?;
|
|
143
149
|
private labelEl?;
|
|
144
150
|
private built;
|
|
145
151
|
get checked(): boolean;
|
|
146
152
|
set checked(value: boolean);
|
|
153
|
+
get name(): string;
|
|
154
|
+
set name(value: string);
|
|
147
155
|
get disabled(): boolean;
|
|
148
156
|
set disabled(value: boolean);
|
|
149
157
|
get readOnly(): boolean;
|
|
@@ -152,7 +160,10 @@ declare class DbToggle extends HTMLElement {
|
|
|
152
160
|
set size(value: string);
|
|
153
161
|
connectedCallback(): void;
|
|
154
162
|
attributeChangedCallback(): void;
|
|
163
|
+
formResetCallback(): void;
|
|
164
|
+
formDisabledCallback(disabled: boolean): void;
|
|
155
165
|
private get hasLabel();
|
|
166
|
+
private syncFormValue;
|
|
156
167
|
private build;
|
|
157
168
|
private handleClick;
|
|
158
169
|
private syncState;
|
|
@@ -292,6 +303,9 @@ declare class DbTabs extends HTMLElement {
|
|
|
292
303
|
get labels(): string[] | string;
|
|
293
304
|
set labels(value: string[] | string);
|
|
294
305
|
get tabItems(): TabItemConfig$1[];
|
|
306
|
+
get items(): TabItemConfig$1[];
|
|
307
|
+
set items(value: TabItemConfig$1[] | string);
|
|
308
|
+
set tabItems(value: TabItemConfig$1[] | string);
|
|
295
309
|
get activeIndex(): number;
|
|
296
310
|
set activeIndex(value: number);
|
|
297
311
|
get orientation(): string;
|
|
@@ -367,6 +381,7 @@ declare class DbModal extends HTMLElement {
|
|
|
367
381
|
private renderBodyContent;
|
|
368
382
|
private renderFooter;
|
|
369
383
|
private render;
|
|
384
|
+
private exitTimerId;
|
|
370
385
|
private syncVisibility;
|
|
371
386
|
private syncOpenState;
|
|
372
387
|
private teardown;
|
|
@@ -584,7 +599,9 @@ declare global {
|
|
|
584
599
|
}
|
|
585
600
|
|
|
586
601
|
declare class DbSelect extends HTMLElement {
|
|
602
|
+
static readonly formAssociated = true;
|
|
587
603
|
static get observedAttributes(): string[];
|
|
604
|
+
private readonly internals;
|
|
588
605
|
private labelEl?;
|
|
589
606
|
private trigger?;
|
|
590
607
|
private valueEl?;
|
|
@@ -600,12 +617,16 @@ declare class DbSelect extends HTMLElement {
|
|
|
600
617
|
private built;
|
|
601
618
|
private searchTerm;
|
|
602
619
|
private focusedIndex;
|
|
620
|
+
get name(): string;
|
|
621
|
+
set name(value: string);
|
|
603
622
|
get open(): boolean;
|
|
604
623
|
set open(value: boolean);
|
|
605
624
|
get value(): string;
|
|
606
625
|
set value(value: string);
|
|
607
626
|
connectedCallback(): void;
|
|
608
627
|
disconnectedCallback(): void;
|
|
628
|
+
formResetCallback(): void;
|
|
629
|
+
formDisabledCallback(disabled: boolean): void;
|
|
609
630
|
attributeChangedCallback(name: string): void;
|
|
610
631
|
get multiple(): boolean;
|
|
611
632
|
set multiple(value: boolean);
|
|
@@ -677,6 +698,7 @@ declare class DbRadio extends HTMLElement {
|
|
|
677
698
|
private root?;
|
|
678
699
|
private input?;
|
|
679
700
|
private visual?;
|
|
701
|
+
private dot?;
|
|
680
702
|
private labelEl?;
|
|
681
703
|
private built;
|
|
682
704
|
get checked(): boolean;
|
|
@@ -986,13 +1008,15 @@ declare class DbToast extends HTMLElement {
|
|
|
986
1008
|
static get observedAttributes(): string[];
|
|
987
1009
|
private timeoutId;
|
|
988
1010
|
private progressInterval;
|
|
1011
|
+
private closeTimerId;
|
|
989
1012
|
private closed;
|
|
990
1013
|
connectedCallback(): void;
|
|
991
1014
|
disconnectedCallback(): void;
|
|
992
1015
|
attributeChangedCallback(name: string): void;
|
|
993
1016
|
private clearTimers;
|
|
994
1017
|
private startTimers;
|
|
995
|
-
|
|
1018
|
+
/** 토스트를 닫고(애니메이션 포함) auto-remove 설정 시 DOM에서 제거합니다. */
|
|
1019
|
+
close(): void;
|
|
996
1020
|
private iconForStatus;
|
|
997
1021
|
private render;
|
|
998
1022
|
}
|
|
@@ -1380,10 +1404,22 @@ declare global {
|
|
|
1380
1404
|
}
|
|
1381
1405
|
}
|
|
1382
1406
|
|
|
1407
|
+
interface DbBottomNavigationItem {
|
|
1408
|
+
id: string;
|
|
1409
|
+
icon: string;
|
|
1410
|
+
activeIcon?: string;
|
|
1411
|
+
label: string;
|
|
1412
|
+
isActive?: boolean;
|
|
1413
|
+
disabled?: boolean;
|
|
1414
|
+
badge?: string | number;
|
|
1415
|
+
badgeColor?: 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
|
|
1416
|
+
}
|
|
1383
1417
|
declare class DbBottomNavigation extends HTMLElement {
|
|
1384
1418
|
static get observedAttributes(): string[];
|
|
1385
1419
|
connectedCallback(): void;
|
|
1386
1420
|
attributeChangedCallback(): void;
|
|
1421
|
+
get items(): DbBottomNavigationItem[];
|
|
1422
|
+
set items(value: DbBottomNavigationItem[] | string);
|
|
1387
1423
|
private parseItems;
|
|
1388
1424
|
private iconSize;
|
|
1389
1425
|
private syncHostClasses;
|
|
@@ -1395,6 +1431,24 @@ declare global {
|
|
|
1395
1431
|
}
|
|
1396
1432
|
}
|
|
1397
1433
|
|
|
1434
|
+
interface DbNavbarItem {
|
|
1435
|
+
id: string;
|
|
1436
|
+
label: string;
|
|
1437
|
+
href?: string;
|
|
1438
|
+
icon?: string;
|
|
1439
|
+
active?: boolean;
|
|
1440
|
+
disabled?: boolean;
|
|
1441
|
+
children?: DbNavbarItem[];
|
|
1442
|
+
}
|
|
1443
|
+
interface DbNavbarUserProfile {
|
|
1444
|
+
name: string;
|
|
1445
|
+
email?: string;
|
|
1446
|
+
avatar?: string;
|
|
1447
|
+
badge?: number;
|
|
1448
|
+
badgeVariant?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
1449
|
+
badgeStyle?: 'dot' | 'number' | 'text' | 'outlined';
|
|
1450
|
+
badgeText?: string;
|
|
1451
|
+
}
|
|
1398
1452
|
declare class DbNavbar extends HTMLElement {
|
|
1399
1453
|
private mobileOpen;
|
|
1400
1454
|
private userMenuOpen;
|
|
@@ -1404,6 +1458,12 @@ declare class DbNavbar extends HTMLElement {
|
|
|
1404
1458
|
connectedCallback(): void;
|
|
1405
1459
|
disconnectedCallback(): void;
|
|
1406
1460
|
attributeChangedCallback(): void;
|
|
1461
|
+
get items(): DbNavbarItem[];
|
|
1462
|
+
set items(value: DbNavbarItem[] | string);
|
|
1463
|
+
get userMenuItems(): DbNavbarItem[];
|
|
1464
|
+
set userMenuItems(value: DbNavbarItem[] | string);
|
|
1465
|
+
get userProfile(): DbNavbarUserProfile | null;
|
|
1466
|
+
set userProfile(value: DbNavbarUserProfile | string | null);
|
|
1407
1467
|
private parseItems;
|
|
1408
1468
|
private parseUserProfile;
|
|
1409
1469
|
private iconSize;
|
|
@@ -1426,6 +1486,27 @@ declare global {
|
|
|
1426
1486
|
}
|
|
1427
1487
|
}
|
|
1428
1488
|
|
|
1489
|
+
interface DbSidebarItem {
|
|
1490
|
+
id: string;
|
|
1491
|
+
label: string;
|
|
1492
|
+
href?: string;
|
|
1493
|
+
icon?: string;
|
|
1494
|
+
active?: boolean;
|
|
1495
|
+
disabled?: boolean;
|
|
1496
|
+
badge?: string | number;
|
|
1497
|
+
badgeColor?: string;
|
|
1498
|
+
children?: DbSidebarItem[];
|
|
1499
|
+
}
|
|
1500
|
+
interface DbSidebarSection {
|
|
1501
|
+
id: string;
|
|
1502
|
+
title?: string;
|
|
1503
|
+
items: DbSidebarItem[];
|
|
1504
|
+
}
|
|
1505
|
+
interface DbSidebarUserProfile {
|
|
1506
|
+
name: string;
|
|
1507
|
+
email?: string;
|
|
1508
|
+
avatar?: string;
|
|
1509
|
+
}
|
|
1429
1510
|
declare class DbSidebar extends HTMLElement {
|
|
1430
1511
|
private expandedItems;
|
|
1431
1512
|
private userMenuOpen;
|
|
@@ -1435,6 +1516,14 @@ declare class DbSidebar extends HTMLElement {
|
|
|
1435
1516
|
disconnectedCallback(): void;
|
|
1436
1517
|
attributeChangedCallback(name: string): void;
|
|
1437
1518
|
private seedExpanded;
|
|
1519
|
+
get items(): DbSidebarItem[];
|
|
1520
|
+
set items(value: DbSidebarItem[] | string);
|
|
1521
|
+
get sections(): DbSidebarSection[];
|
|
1522
|
+
set sections(value: DbSidebarSection[] | string);
|
|
1523
|
+
get userMenuItems(): DbSidebarItem[];
|
|
1524
|
+
set userMenuItems(value: DbSidebarItem[] | string);
|
|
1525
|
+
get userProfile(): DbSidebarUserProfile | null;
|
|
1526
|
+
set userProfile(value: DbSidebarUserProfile | string | null);
|
|
1438
1527
|
private parseSections;
|
|
1439
1528
|
private parseUserMenuItems;
|
|
1440
1529
|
private parseUserProfile;
|
|
@@ -1553,6 +1642,8 @@ declare class DbSegmentControl extends HTMLElement {
|
|
|
1553
1642
|
private segmentButtons;
|
|
1554
1643
|
private focusedIndex;
|
|
1555
1644
|
private boundKeyDown;
|
|
1645
|
+
private boundResize;
|
|
1646
|
+
private resizeObserver;
|
|
1556
1647
|
connectedCallback(): void;
|
|
1557
1648
|
disconnectedCallback(): void;
|
|
1558
1649
|
attributeChangedCallback(name: string): void;
|
|
@@ -1563,6 +1654,7 @@ declare class DbSegmentControl extends HTMLElement {
|
|
|
1563
1654
|
private parseOptions;
|
|
1564
1655
|
private render;
|
|
1565
1656
|
private updateSelection;
|
|
1657
|
+
private updateIndicator;
|
|
1566
1658
|
private select;
|
|
1567
1659
|
private handleKeyDown;
|
|
1568
1660
|
}
|
|
@@ -1960,6 +2052,12 @@ declare global {
|
|
|
1960
2052
|
}
|
|
1961
2053
|
}
|
|
1962
2054
|
|
|
2055
|
+
type OnboardingStep$1 = {
|
|
2056
|
+
id: string;
|
|
2057
|
+
image?: string;
|
|
2058
|
+
title?: string;
|
|
2059
|
+
description?: string;
|
|
2060
|
+
};
|
|
1963
2061
|
declare class DbOnboardingModal extends HTMLElement {
|
|
1964
2062
|
static get observedAttributes(): string[];
|
|
1965
2063
|
private root?;
|
|
@@ -1979,6 +2077,10 @@ declare class DbOnboardingModal extends HTMLElement {
|
|
|
1979
2077
|
private prevButtonEl?;
|
|
1980
2078
|
private nextButtonEl?;
|
|
1981
2079
|
private indicatorEl?;
|
|
2080
|
+
get open(): boolean;
|
|
2081
|
+
set open(value: boolean);
|
|
2082
|
+
get steps(): OnboardingStep$1[];
|
|
2083
|
+
set steps(value: OnboardingStep$1[] | string);
|
|
1982
2084
|
connectedCallback(): void;
|
|
1983
2085
|
disconnectedCallback(): void;
|
|
1984
2086
|
attributeChangedCallback(name: string): void;
|
|
@@ -2814,6 +2916,15 @@ declare global {
|
|
|
2814
2916
|
}
|
|
2815
2917
|
}
|
|
2816
2918
|
|
|
2919
|
+
interface HeroButton {
|
|
2920
|
+
text: string;
|
|
2921
|
+
href?: string;
|
|
2922
|
+
variant?: 'primary' | 'secondary' | 'tertiary' | 'outline' | 'ghost';
|
|
2923
|
+
size?: 's' | 'm' | 'l';
|
|
2924
|
+
external?: boolean;
|
|
2925
|
+
startIcon?: string;
|
|
2926
|
+
icon?: string;
|
|
2927
|
+
}
|
|
2817
2928
|
declare class DbSectionHero extends HTMLElement {
|
|
2818
2929
|
static get observedAttributes(): string[];
|
|
2819
2930
|
private built;
|
|
@@ -2826,6 +2937,8 @@ declare class DbSectionHero extends HTMLElement {
|
|
|
2826
2937
|
private buttonsEl?;
|
|
2827
2938
|
connectedCallback(): void;
|
|
2828
2939
|
attributeChangedCallback(): void;
|
|
2940
|
+
get buttons(): HeroButton[];
|
|
2941
|
+
set buttons(value: HeroButton[] | string);
|
|
2829
2942
|
private parseButtons;
|
|
2830
2943
|
private build;
|
|
2831
2944
|
private updateUI;
|
|
@@ -2836,6 +2949,12 @@ declare global {
|
|
|
2836
2949
|
}
|
|
2837
2950
|
}
|
|
2838
2951
|
|
|
2952
|
+
interface FeatureAction {
|
|
2953
|
+
label: string;
|
|
2954
|
+
variant?: string;
|
|
2955
|
+
size?: string;
|
|
2956
|
+
href?: string;
|
|
2957
|
+
}
|
|
2839
2958
|
declare class DbSectionFeature extends HTMLElement {
|
|
2840
2959
|
static get observedAttributes(): string[];
|
|
2841
2960
|
private built;
|
|
@@ -2851,6 +2970,8 @@ declare class DbSectionFeature extends HTMLElement {
|
|
|
2851
2970
|
connectedCallback(): void;
|
|
2852
2971
|
attributeChangedCallback(): void;
|
|
2853
2972
|
private parseBadge;
|
|
2973
|
+
get actions(): FeatureAction[];
|
|
2974
|
+
set actions(value: FeatureAction[] | string);
|
|
2854
2975
|
private parseActions;
|
|
2855
2976
|
private build;
|
|
2856
2977
|
private updateUI;
|
|
@@ -2901,6 +3022,14 @@ declare global {
|
|
|
2901
3022
|
}
|
|
2902
3023
|
}
|
|
2903
3024
|
|
|
3025
|
+
interface DownloadStore {
|
|
3026
|
+
store: 'app-store' | 'google-play';
|
|
3027
|
+
href?: string;
|
|
3028
|
+
label?: string;
|
|
3029
|
+
storeName?: string;
|
|
3030
|
+
size?: string;
|
|
3031
|
+
theme?: string;
|
|
3032
|
+
}
|
|
2904
3033
|
declare class DbSectionAppDownload extends HTMLElement {
|
|
2905
3034
|
static get observedAttributes(): string[];
|
|
2906
3035
|
private built;
|
|
@@ -2912,6 +3041,8 @@ declare class DbSectionAppDownload extends HTMLElement {
|
|
|
2912
3041
|
private badgesEl?;
|
|
2913
3042
|
connectedCallback(): void;
|
|
2914
3043
|
attributeChangedCallback(): void;
|
|
3044
|
+
get stores(): DownloadStore[];
|
|
3045
|
+
set stores(value: DownloadStore[] | string);
|
|
2915
3046
|
private parseStores;
|
|
2916
3047
|
private build;
|
|
2917
3048
|
private updateUI;
|
|
@@ -2955,11 +3086,17 @@ declare global {
|
|
|
2955
3086
|
}
|
|
2956
3087
|
}
|
|
2957
3088
|
|
|
3089
|
+
interface GradientColor$1 {
|
|
3090
|
+
color: string;
|
|
3091
|
+
position?: number;
|
|
3092
|
+
}
|
|
2958
3093
|
declare class DbGradient extends HTMLElement {
|
|
2959
3094
|
static get observedAttributes(): string[];
|
|
2960
3095
|
connectedCallback(): void;
|
|
2961
3096
|
attributeChangedCallback(): void;
|
|
2962
3097
|
private getBool;
|
|
3098
|
+
get colors(): GradientColor$1[];
|
|
3099
|
+
set colors(value: GradientColor$1[] | string);
|
|
2963
3100
|
private parseColors;
|
|
2964
3101
|
private directionMap;
|
|
2965
3102
|
private colorStops;
|
|
@@ -3095,6 +3232,13 @@ declare global {
|
|
|
3095
3232
|
}
|
|
3096
3233
|
}
|
|
3097
3234
|
|
|
3235
|
+
type TutorialStep$1 = {
|
|
3236
|
+
id: string;
|
|
3237
|
+
target: string;
|
|
3238
|
+
title?: string;
|
|
3239
|
+
content?: string;
|
|
3240
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'auto';
|
|
3241
|
+
};
|
|
3098
3242
|
declare class DbTutorial extends HTMLElement {
|
|
3099
3243
|
static get observedAttributes(): string[];
|
|
3100
3244
|
private root?;
|
|
@@ -3114,6 +3258,8 @@ declare class DbTutorial extends HTMLElement {
|
|
|
3114
3258
|
connectedCallback(): void;
|
|
3115
3259
|
disconnectedCallback(): void;
|
|
3116
3260
|
attributeChangedCallback(name: string): void;
|
|
3261
|
+
get steps(): TutorialStep$1[];
|
|
3262
|
+
set steps(value: TutorialStep$1[] | string);
|
|
3117
3263
|
private parseSteps;
|
|
3118
3264
|
private syncStepFromAttribute;
|
|
3119
3265
|
private isOpenRequested;
|
|
@@ -3213,6 +3359,9 @@ type WebComponentProps = Omit<react__default.HTMLAttributes<HTMLElement>, 'onCha
|
|
|
3213
3359
|
[key: string]: unknown;
|
|
3214
3360
|
};
|
|
3215
3361
|
|
|
3362
|
+
type GradientScheme = 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'purple' | 'ocean' | 'sunset';
|
|
3363
|
+
type GradientTone = 'light' | 'vivid' | 'dark';
|
|
3364
|
+
|
|
3216
3365
|
type PartProps = React.HTMLAttributes<HTMLDivElement>;
|
|
3217
3366
|
declare function ModalHeader({ className, children, ...props }: PartProps): react.DetailedReactHTMLElement<{
|
|
3218
3367
|
defaultChecked?: boolean | undefined;
|
|
@@ -3222,17 +3371,17 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
|
|
|
3222
3371
|
accessKey?: string | undefined;
|
|
3223
3372
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3224
3373
|
autoFocus?: boolean | undefined;
|
|
3225
|
-
contentEditable?: (boolean | "
|
|
3374
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
3226
3375
|
contextMenu?: string | undefined;
|
|
3227
3376
|
dir?: string | undefined;
|
|
3228
|
-
draggable?: (boolean | "
|
|
3377
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
3229
3378
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3230
3379
|
hidden?: boolean | undefined;
|
|
3231
3380
|
id?: string | undefined;
|
|
3232
3381
|
lang?: string | undefined;
|
|
3233
3382
|
nonce?: string | undefined;
|
|
3234
3383
|
slot?: string | undefined;
|
|
3235
|
-
spellCheck?: (boolean | "
|
|
3384
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3236
3385
|
style?: react.CSSProperties | undefined;
|
|
3237
3386
|
tabIndex?: number | undefined;
|
|
3238
3387
|
title?: string | undefined;
|
|
@@ -3270,11 +3419,11 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
|
|
|
3270
3419
|
exportparts?: string | undefined;
|
|
3271
3420
|
part?: string | undefined;
|
|
3272
3421
|
"aria-activedescendant"?: string | undefined;
|
|
3273
|
-
"aria-atomic"?: (boolean | "
|
|
3422
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3274
3423
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3275
3424
|
"aria-braillelabel"?: string | undefined;
|
|
3276
3425
|
"aria-brailleroledescription"?: string | undefined;
|
|
3277
|
-
"aria-busy"?: (boolean | "
|
|
3426
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3278
3427
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3279
3428
|
"aria-colcount"?: number | undefined;
|
|
3280
3429
|
"aria-colindex"?: number | undefined;
|
|
@@ -3285,37 +3434,37 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
|
|
|
3285
3434
|
"aria-describedby"?: string | undefined;
|
|
3286
3435
|
"aria-description"?: string | undefined;
|
|
3287
3436
|
"aria-details"?: string | undefined;
|
|
3288
|
-
"aria-disabled"?: (boolean | "
|
|
3437
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3289
3438
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3290
3439
|
"aria-errormessage"?: string | undefined;
|
|
3291
|
-
"aria-expanded"?: (boolean | "
|
|
3440
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3292
3441
|
"aria-flowto"?: string | undefined;
|
|
3293
|
-
"aria-grabbed"?: (boolean | "
|
|
3442
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3294
3443
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3295
|
-
"aria-hidden"?: (boolean | "
|
|
3444
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3296
3445
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3297
3446
|
"aria-keyshortcuts"?: string | undefined;
|
|
3298
3447
|
"aria-label"?: string | undefined;
|
|
3299
3448
|
"aria-labelledby"?: string | undefined;
|
|
3300
3449
|
"aria-level"?: number | undefined;
|
|
3301
3450
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3302
|
-
"aria-modal"?: (boolean | "
|
|
3303
|
-
"aria-multiline"?: (boolean | "
|
|
3304
|
-
"aria-multiselectable"?: (boolean | "
|
|
3451
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
3452
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
3453
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3305
3454
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3306
3455
|
"aria-owns"?: string | undefined;
|
|
3307
3456
|
"aria-placeholder"?: string | undefined;
|
|
3308
3457
|
"aria-posinset"?: number | undefined;
|
|
3309
3458
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3310
|
-
"aria-readonly"?: (boolean | "
|
|
3459
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3311
3460
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3312
|
-
"aria-required"?: (boolean | "
|
|
3461
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3313
3462
|
"aria-roledescription"?: string | undefined;
|
|
3314
3463
|
"aria-rowcount"?: number | undefined;
|
|
3315
3464
|
"aria-rowindex"?: number | undefined;
|
|
3316
3465
|
"aria-rowindextext"?: string | undefined;
|
|
3317
3466
|
"aria-rowspan"?: number | undefined;
|
|
3318
|
-
"aria-selected"?: (boolean | "
|
|
3467
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3319
3468
|
"aria-setsize"?: number | undefined;
|
|
3320
3469
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3321
3470
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3504,17 +3653,17 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
|
|
|
3504
3653
|
accessKey?: string | undefined;
|
|
3505
3654
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3506
3655
|
autoFocus?: boolean | undefined;
|
|
3507
|
-
contentEditable?: (boolean | "
|
|
3656
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
3508
3657
|
contextMenu?: string | undefined;
|
|
3509
3658
|
dir?: string | undefined;
|
|
3510
|
-
draggable?: (boolean | "
|
|
3659
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
3511
3660
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3512
3661
|
hidden?: boolean | undefined;
|
|
3513
3662
|
id?: string | undefined;
|
|
3514
3663
|
lang?: string | undefined;
|
|
3515
3664
|
nonce?: string | undefined;
|
|
3516
3665
|
slot?: string | undefined;
|
|
3517
|
-
spellCheck?: (boolean | "
|
|
3666
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3518
3667
|
style?: react.CSSProperties | undefined;
|
|
3519
3668
|
tabIndex?: number | undefined;
|
|
3520
3669
|
title?: string | undefined;
|
|
@@ -3552,11 +3701,11 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
|
|
|
3552
3701
|
exportparts?: string | undefined;
|
|
3553
3702
|
part?: string | undefined;
|
|
3554
3703
|
"aria-activedescendant"?: string | undefined;
|
|
3555
|
-
"aria-atomic"?: (boolean | "
|
|
3704
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3556
3705
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3557
3706
|
"aria-braillelabel"?: string | undefined;
|
|
3558
3707
|
"aria-brailleroledescription"?: string | undefined;
|
|
3559
|
-
"aria-busy"?: (boolean | "
|
|
3708
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3560
3709
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3561
3710
|
"aria-colcount"?: number | undefined;
|
|
3562
3711
|
"aria-colindex"?: number | undefined;
|
|
@@ -3567,37 +3716,37 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
|
|
|
3567
3716
|
"aria-describedby"?: string | undefined;
|
|
3568
3717
|
"aria-description"?: string | undefined;
|
|
3569
3718
|
"aria-details"?: string | undefined;
|
|
3570
|
-
"aria-disabled"?: (boolean | "
|
|
3719
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3571
3720
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3572
3721
|
"aria-errormessage"?: string | undefined;
|
|
3573
|
-
"aria-expanded"?: (boolean | "
|
|
3722
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3574
3723
|
"aria-flowto"?: string | undefined;
|
|
3575
|
-
"aria-grabbed"?: (boolean | "
|
|
3724
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3576
3725
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3577
|
-
"aria-hidden"?: (boolean | "
|
|
3726
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3578
3727
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3579
3728
|
"aria-keyshortcuts"?: string | undefined;
|
|
3580
3729
|
"aria-label"?: string | undefined;
|
|
3581
3730
|
"aria-labelledby"?: string | undefined;
|
|
3582
3731
|
"aria-level"?: number | undefined;
|
|
3583
3732
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3584
|
-
"aria-modal"?: (boolean | "
|
|
3585
|
-
"aria-multiline"?: (boolean | "
|
|
3586
|
-
"aria-multiselectable"?: (boolean | "
|
|
3733
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
3734
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
3735
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3587
3736
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3588
3737
|
"aria-owns"?: string | undefined;
|
|
3589
3738
|
"aria-placeholder"?: string | undefined;
|
|
3590
3739
|
"aria-posinset"?: number | undefined;
|
|
3591
3740
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3592
|
-
"aria-readonly"?: (boolean | "
|
|
3741
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3593
3742
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3594
|
-
"aria-required"?: (boolean | "
|
|
3743
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3595
3744
|
"aria-roledescription"?: string | undefined;
|
|
3596
3745
|
"aria-rowcount"?: number | undefined;
|
|
3597
3746
|
"aria-rowindex"?: number | undefined;
|
|
3598
3747
|
"aria-rowindextext"?: string | undefined;
|
|
3599
3748
|
"aria-rowspan"?: number | undefined;
|
|
3600
|
-
"aria-selected"?: (boolean | "
|
|
3749
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3601
3750
|
"aria-setsize"?: number | undefined;
|
|
3602
3751
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3603
3752
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3786,17 +3935,17 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
|
|
|
3786
3935
|
accessKey?: string | undefined;
|
|
3787
3936
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3788
3937
|
autoFocus?: boolean | undefined;
|
|
3789
|
-
contentEditable?: (boolean | "
|
|
3938
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
3790
3939
|
contextMenu?: string | undefined;
|
|
3791
3940
|
dir?: string | undefined;
|
|
3792
|
-
draggable?: (boolean | "
|
|
3941
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
3793
3942
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3794
3943
|
hidden?: boolean | undefined;
|
|
3795
3944
|
id?: string | undefined;
|
|
3796
3945
|
lang?: string | undefined;
|
|
3797
3946
|
nonce?: string | undefined;
|
|
3798
3947
|
slot?: string | undefined;
|
|
3799
|
-
spellCheck?: (boolean | "
|
|
3948
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3800
3949
|
style?: react.CSSProperties | undefined;
|
|
3801
3950
|
tabIndex?: number | undefined;
|
|
3802
3951
|
title?: string | undefined;
|
|
@@ -3834,11 +3983,11 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
|
|
|
3834
3983
|
exportparts?: string | undefined;
|
|
3835
3984
|
part?: string | undefined;
|
|
3836
3985
|
"aria-activedescendant"?: string | undefined;
|
|
3837
|
-
"aria-atomic"?: (boolean | "
|
|
3986
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3838
3987
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3839
3988
|
"aria-braillelabel"?: string | undefined;
|
|
3840
3989
|
"aria-brailleroledescription"?: string | undefined;
|
|
3841
|
-
"aria-busy"?: (boolean | "
|
|
3990
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3842
3991
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3843
3992
|
"aria-colcount"?: number | undefined;
|
|
3844
3993
|
"aria-colindex"?: number | undefined;
|
|
@@ -3849,37 +3998,37 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
|
|
|
3849
3998
|
"aria-describedby"?: string | undefined;
|
|
3850
3999
|
"aria-description"?: string | undefined;
|
|
3851
4000
|
"aria-details"?: string | undefined;
|
|
3852
|
-
"aria-disabled"?: (boolean | "
|
|
4001
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3853
4002
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3854
4003
|
"aria-errormessage"?: string | undefined;
|
|
3855
|
-
"aria-expanded"?: (boolean | "
|
|
4004
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3856
4005
|
"aria-flowto"?: string | undefined;
|
|
3857
|
-
"aria-grabbed"?: (boolean | "
|
|
4006
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3858
4007
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3859
|
-
"aria-hidden"?: (boolean | "
|
|
4008
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3860
4009
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3861
4010
|
"aria-keyshortcuts"?: string | undefined;
|
|
3862
4011
|
"aria-label"?: string | undefined;
|
|
3863
4012
|
"aria-labelledby"?: string | undefined;
|
|
3864
4013
|
"aria-level"?: number | undefined;
|
|
3865
4014
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3866
|
-
"aria-modal"?: (boolean | "
|
|
3867
|
-
"aria-multiline"?: (boolean | "
|
|
3868
|
-
"aria-multiselectable"?: (boolean | "
|
|
4015
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
4016
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
4017
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3869
4018
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3870
4019
|
"aria-owns"?: string | undefined;
|
|
3871
4020
|
"aria-placeholder"?: string | undefined;
|
|
3872
4021
|
"aria-posinset"?: number | undefined;
|
|
3873
4022
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3874
|
-
"aria-readonly"?: (boolean | "
|
|
4023
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3875
4024
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3876
|
-
"aria-required"?: (boolean | "
|
|
4025
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3877
4026
|
"aria-roledescription"?: string | undefined;
|
|
3878
4027
|
"aria-rowcount"?: number | undefined;
|
|
3879
4028
|
"aria-rowindex"?: number | undefined;
|
|
3880
4029
|
"aria-rowindextext"?: string | undefined;
|
|
3881
4030
|
"aria-rowspan"?: number | undefined;
|
|
3882
|
-
"aria-selected"?: (boolean | "
|
|
4031
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3883
4032
|
"aria-setsize"?: number | undefined;
|
|
3884
4033
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3885
4034
|
"aria-valuemax"?: number | undefined;
|
|
@@ -4168,6 +4317,7 @@ type SegmentControlProps = SelectionProps & {
|
|
|
4168
4317
|
value?: string;
|
|
4169
4318
|
size?: 's' | 'm' | 'l';
|
|
4170
4319
|
variant?: 'default' | 'icon-only';
|
|
4320
|
+
appearance?: 'pill' | 'rounded';
|
|
4171
4321
|
fullWidth?: boolean;
|
|
4172
4322
|
};
|
|
4173
4323
|
type StepperProps = SelectionProps & {
|
|
@@ -4177,6 +4327,7 @@ type StepperProps = SelectionProps & {
|
|
|
4177
4327
|
step?: number;
|
|
4178
4328
|
size?: 's' | 'm' | 'l';
|
|
4179
4329
|
editable?: boolean;
|
|
4330
|
+
fullWidth?: boolean;
|
|
4180
4331
|
readOnly?: boolean;
|
|
4181
4332
|
onMinReached?: DbEventHandler<{
|
|
4182
4333
|
value: number;
|
|
@@ -4578,6 +4729,7 @@ type OnboardingModalProps = WebComponentProps & {
|
|
|
4578
4729
|
steps?: OnboardingStep[];
|
|
4579
4730
|
currentStep?: number;
|
|
4580
4731
|
isOpen?: boolean;
|
|
4732
|
+
open?: boolean;
|
|
4581
4733
|
showCloseButton?: boolean;
|
|
4582
4734
|
showIndicator?: boolean;
|
|
4583
4735
|
indicatorType?: 'dots' | 'numbers';
|
|
@@ -5141,8 +5293,8 @@ type AccordionItemConfig = {
|
|
|
5141
5293
|
};
|
|
5142
5294
|
type AccordionProps = WebComponentProps & {
|
|
5143
5295
|
items?: AccordionItemConfig[] | string;
|
|
5296
|
+
/** 외형·레이아웃 (default · bordered · separated · contained) */
|
|
5144
5297
|
variant?: 'default' | 'bordered' | 'separated' | 'contained';
|
|
5145
|
-
style?: 'default' | 'bordered' | 'separated' | 'contained';
|
|
5146
5298
|
size?: 's' | 'm' | 'l';
|
|
5147
5299
|
/** @deprecated expandMode="multiple" 사용 */
|
|
5148
5300
|
allowMultiple?: boolean;
|
|
@@ -5202,8 +5354,10 @@ type BreadcrumbItemConfig = {
|
|
|
5202
5354
|
type BreadcrumbsProps = WebComponentProps & {
|
|
5203
5355
|
items?: BreadcrumbItemConfig[] | string;
|
|
5204
5356
|
size?: 's' | 'm' | 'l';
|
|
5205
|
-
|
|
5357
|
+
/** 외형·레이아웃 (canonical). @deprecated variant는 breadcrumbStyle과 동일한 레거시 별칭 */
|
|
5206
5358
|
breadcrumbStyle?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
|
|
5359
|
+
/** @deprecated breadcrumbStyle 사용 */
|
|
5360
|
+
variant?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
|
|
5207
5361
|
maxItems?: number;
|
|
5208
5362
|
onItemClick?: DbEventHandler<{
|
|
5209
5363
|
item: BreadcrumbItemConfig;
|
|
@@ -5348,7 +5502,6 @@ type SearchBarProps = WebComponentProps & {
|
|
|
5348
5502
|
defaultValue?: string;
|
|
5349
5503
|
placeholder?: string;
|
|
5350
5504
|
size?: 's' | 'm' | 'l';
|
|
5351
|
-
variant?: 'default' | 'outlined' | 'filled';
|
|
5352
5505
|
disabled?: boolean;
|
|
5353
5506
|
readOnly?: boolean;
|
|
5354
5507
|
fullWidth?: boolean;
|
|
@@ -6496,4 +6649,4 @@ declare const TimePicker: react.ForwardRefExoticComponent<Omit<TimePickerProps,
|
|
|
6496
6649
|
declare const Calendar: react.ForwardRefExoticComponent<Omit<CalendarProps, "ref"> & react.RefAttributes<HTMLElement>>;
|
|
6497
6650
|
|
|
6498
6651
|
export { Accordion, AdBanner, Alert, AnimationBackground, AnimationText, AppBadge, AudioPlayer, Avatar, Backdrop, Badge, Banner, BottomNavigation, BottomSheet, Breadcrumbs, Button, Calendar, Card, Carousel, Checkbox, Chip, CodeBlock, ColorPicker, Confirm, Container, ContextMenu, Countdown, CursorFollower, DatePicker, Divider, Drawer, Dropdown, Dropzone, EmptyState, FileUploader, FloatingActionButton, Form, Gradient, Grid, GridItem, Image, ImageList, ImagePlaceholder, Indicator, Input, Label, Lightbox, List, Logo, Lottie, MarkdownEditor, Marquee, Masonry, MenuItem, Modal, ModalBody, ModalFooter, ModalHeader, Navbar, OnboardingModal, PageHeader, Pagination, Popover, Progress, ProgressStep, Progressbar, Radio, RandomGradient, RangeSlider, Rating, Reorder, ResizablePanels, ScrollArea, SearchBar, Section, SectionAppDownload, SectionContact, SectionFeature, SectionHero, SegmentControl, Select, Share, Sidebar, Skeleton, Spinner, SplitView, Stack, Stat, Stepper, Table, Tabs, Testimonial, Textarea, TimePicker, Timeline, Toast, Toggle, Toolbar, Tooltip, TopBanner, Tutorial, VideoPlayer, YouTubePlayer, useContextMenu };
|
|
6499
|
-
export type { AccordionItemConfig, AccordionProps, AdBannerProps, AlertAction, AlertProps, AnimationBackgroundProps, AnimationTextProps, AppBadgeProps, AudioPlayerProps, AvatarProps, BackdropProps, BadgeProps, BannerAction, BannerProps, BottomNavigationItem, BottomNavigationProps, BottomSheetProps, BreadcrumbItemConfig, BreadcrumbsProps, ButtonProps, CalendarEvent, CalendarProps, CardProps, CarouselItem, CarouselProps, ChipProps, CodeBlockItem, CodeBlockProps, ColorPickerProps, ConfirmProps, ContextMenuItemConfig, ContextMenuProps, CountdownProps, CursorFollowerProps, DatePickerProps, DbEventHandler, DividerProps, DrawerProps, DropdownItemConfig, DropdownProps, DropzoneProps, EmptyStateProps, FileUploaderProps, FloatingActionButtonProps, FormFieldData, FormProps, GradientColor, GradientProps, ImageListItem, ImageListProps, ImagePlaceholderProps, ImageProps, IndicatorProps, InputProps, LabelProps, LightboxImage, LightboxProps, ListItemConfig, ListProps, LogoProps, LottieProps, MarkdownEditorProps, MarqueeProps, MasonryItem, MasonryProps, MenuItemChildConfig, MenuItemProps, ModalProps, ModalSegmentItem, ModalTabItem, NavbarItem, NavbarProps, NavbarUserProfile, OnboardingModalProps, OnboardingStep, PageHeaderProps, PageHeaderTabItem, PaginationProps, PopoverProps, ProgressProps, ProgressStepItem, ProgressStepProps, RadioProps, RandomGradientProps, RangeSliderProps, RatingProps, ReorderItem, ReorderProps, ResizablePanelsProps, ScrollAreaProps, SearchBarProps, SectionAppDownloadProps, SectionAppDownloadStore, SectionContactAction, SectionContactProps, SectionFeatureAction, SectionFeatureBadge, SectionFeatureProps, SectionHeroButton, SectionHeroProps, SectionProps, SegmentControlProps, SelectProps, SelectionProps, SharePlatform, ShareProps, SidebarItem, SidebarProps, SidebarSection, SidebarUserProfile, SkeletonProps, SpinnerProps, SplitViewProps, StatChange, StatProps, StepperProps, TabItemConfig, TableColumn, TableProps, TabsProps, TestimonialProps, TextareaProps, TimePickerProps, TimelineItem, TimelineProps, ToastProps, ToggleProps, TooltipProps, TopBannerProps, TutorialProps, TutorialStep, UseContextMenuReturn, VideoPlayerProps, WebComponentProps, YouTubePlayerProps };
|
|
6652
|
+
export type { AccordionItemConfig, AccordionProps, AdBannerProps, AlertAction, AlertProps, AnimationBackgroundProps, AnimationTextProps, AppBadgeProps, AudioPlayerProps, AvatarProps, BackdropProps, BadgeProps, BannerAction, BannerProps, BottomNavigationItem, BottomNavigationProps, BottomSheetProps, BreadcrumbItemConfig, BreadcrumbsProps, ButtonProps, CalendarEvent, CalendarProps, CardProps, CarouselItem, CarouselProps, ChipProps, CodeBlockItem, CodeBlockProps, ColorPickerProps, ConfirmProps, ContextMenuItemConfig, ContextMenuProps, CountdownProps, CursorFollowerProps, DatePickerProps, DbEventHandler, DividerProps, DrawerProps, DropdownItemConfig, DropdownProps, DropzoneProps, EmptyStateProps, FileUploaderProps, FloatingActionButtonProps, FormFieldData, FormProps, GradientColor, GradientProps, GradientScheme, GradientTone, ImageListItem, ImageListProps, ImagePlaceholderProps, ImageProps, IndicatorProps, InputProps, LabelProps, LightboxImage, LightboxProps, ListItemConfig, ListProps, LogoProps, LottieProps, MarkdownEditorProps, MarqueeProps, MasonryItem, MasonryProps, MenuItemChildConfig, MenuItemProps, ModalProps, ModalSegmentItem, ModalTabItem, NavbarItem, NavbarProps, NavbarUserProfile, OnboardingModalProps, OnboardingStep, PageHeaderProps, PageHeaderTabItem, PaginationProps, PopoverProps, ProgressProps, ProgressStepItem, ProgressStepProps, RadioProps, RandomGradientProps, RangeSliderProps, RatingProps, ReorderItem, ReorderProps, ResizablePanelsProps, ScrollAreaProps, SearchBarProps, SectionAppDownloadProps, SectionAppDownloadStore, SectionContactAction, SectionContactProps, SectionFeatureAction, SectionFeatureBadge, SectionFeatureProps, SectionHeroButton, SectionHeroProps, SectionProps, SegmentControlProps, SelectProps, SelectionProps, SharePlatform, ShareProps, SidebarItem, SidebarProps, SidebarSection, SidebarUserProfile, SkeletonProps, SpinnerProps, SplitViewProps, StatChange, StatProps, StepperProps, TabItemConfig, TableColumn, TableProps, TabsProps, TestimonialProps, TextareaProps, TimePickerProps, TimelineItem, TimelineProps, ToastProps, ToggleProps, TooltipProps, TopBannerProps, TutorialProps, TutorialStep, UseContextMenuReturn, VideoPlayerProps, WebComponentProps, YouTubePlayerProps };
|