platformscode-new-react 0.0.97 → 0.0.99
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/dist/types/components/dga-accordion/dga-accordion-usage.d.ts +3 -0
- package/dist/types/components/dga-accordion/dga-accordion.d.ts +27 -0
- package/dist/types/components/dga-actions/dga-actions.d.ts +13 -0
- package/dist/types/components/dga-apex-chart/dga-apex-chart-usage.d.ts +3 -0
- package/dist/types/components/dga-apex-chart/dga-apex-chart.d.ts +47 -0
- package/dist/types/components/dga-apex-chart/index.d.ts +5 -0
- package/dist/types/components/dga-avatar/dga-avatar-group.d.ts +4 -0
- package/dist/types/components/dga-avatar/dga-avatar-usage.d.ts +4 -0
- package/dist/types/components/dga-avatar/dga-avatar.d.ts +25 -0
- package/dist/types/components/dga-breadcrumbs/dga-breadcrumbs-usage.d.ts +4 -0
- package/dist/types/components/dga-breadcrumbs/dga-breadcrumbs.d.ts +29 -0
- package/dist/types/components/dga-button/dga-button-usage.d.ts +4 -0
- package/dist/types/components/dga-button/dga-button.d.ts +35 -0
- package/dist/types/components/dga-card/dga-card-usage.d.ts +5 -0
- package/dist/types/components/dga-card/dga-card.d.ts +30 -0
- package/dist/types/components/dga-card-v2/dga-card-actions.d.ts +28 -0
- package/dist/types/components/dga-card-v2/dga-card-content.d.ts +3 -0
- package/dist/types/components/dga-card-v2/dga-card-expandable-content.d.ts +3 -0
- package/dist/types/components/dga-card-v2/dga-card-image.d.ts +25 -0
- package/dist/types/components/dga-card-v2/dga-card-text.d.ts +0 -0
- package/dist/types/components/dga-card-v2/dga-card-title.d.ts +30 -0
- package/dist/types/components/dga-card-v2/dga-card-v2-usage.d.ts +5 -0
- package/dist/types/components/dga-card-v2/dga-card-v2.d.ts +30 -0
- package/dist/types/components/dga-carousel/dga-carousel-usage.d.ts +4 -0
- package/dist/types/components/dga-carousel/dga-carousel.d.ts +29 -0
- package/dist/types/components/dga-carousel-item/dga-carousel-item.d.ts +3 -0
- package/dist/types/components/dga-chart/dga-chart-usage.d.ts +3 -0
- package/dist/types/components/dga-chart/dga-chart.d.ts +56 -0
- package/dist/types/components/dga-checkbox/dga-checkbox-usage.d.ts +4 -0
- package/dist/types/components/dga-checkbox/dga-checkbox.d.ts +25 -0
- package/dist/types/components/dga-chip/dga-chip-usage.d.ts +4 -0
- package/dist/types/components/dga-chip/dga-chip.d.ts +21 -0
- package/dist/types/components/dga-circular-progress-bar/dga-circular-progress-bar-usage.d.ts +5 -0
- package/dist/types/components/dga-circular-progress-bar/dga-circular-progress-bar.d.ts +9 -0
- package/dist/types/components/dga-codeSnippet/dga-codeSnippet-usage.d.ts +11 -0
- package/dist/types/components/dga-codeSnippet/dga-codeSnippet.d.ts +16 -0
- package/dist/types/components/dga-collapse/dga-collapse-usage.d.ts +5 -0
- package/dist/types/components/dga-collapse/dga-collapse.d.ts +14 -0
- package/dist/types/components/dga-content-switcher/dga-content-switcher-item.d.ts +5 -0
- package/dist/types/components/dga-content-switcher/dga-content-switcher-panel.d.ts +5 -0
- package/dist/types/components/dga-content-switcher/dga-content-switcher-usage.d.ts +4 -0
- package/dist/types/components/dga-content-switcher/dga-content-switcher.d.ts +13 -0
- package/dist/types/components/dga-data-table/dga-data-table-updated.d.ts +43 -0
- package/dist/types/components/dga-data-table/dga-data-table.d.ts +30 -0
- package/dist/types/components/dga-data-table/dga-table-header-cell.d.ts +0 -0
- package/dist/types/components/dga-data-table/dga-table-header.d.ts +0 -0
- package/dist/types/components/dga-data-table/dga-table-row-cell.d.ts +0 -0
- package/dist/types/components/dga-data-table/dga-table-row.d.ts +0 -0
- package/dist/types/components/dga-data-table/dga-table-usage.d.ts +3 -0
- package/dist/types/components/dga-data-table/dga-table.body.d.ts +27 -0
- package/dist/types/components/dga-data-table/dga-table.d.ts +27 -0
- package/dist/types/components/dga-date-field/dga-date-field-usage.d.ts +4 -0
- package/dist/types/components/dga-date-field/dga-date-field.d.ts +40 -0
- package/dist/types/components/dga-datepicker/DateCell.d.ts +14 -0
- package/dist/types/components/dga-datepicker/MonthNavigator.d.ts +8 -0
- package/dist/types/components/dga-datepicker/dateUtils.d.ts +14 -0
- package/dist/types/components/dga-datepicker/dga-datepicker-usage.d.ts +3 -0
- package/dist/types/components/dga-datepicker/dga-datepicker.d.ts +39 -0
- package/dist/types/components/dga-digitalSignature/dga-digitalSignature-usage.d.ts +3 -0
- package/dist/types/components/dga-digitalSignature/dga-digitalSignature.d.ts +23 -0
- package/dist/types/components/dga-divider/dga-divider-usage.d.ts +3 -0
- package/dist/types/components/dga-divider/dga-divider.d.ts +5 -0
- package/dist/types/components/dga-drawer/DrawerMenu.d.ts +5 -0
- package/dist/types/components/dga-drawer/dga-drawer-usage.d.ts +5 -0
- package/dist/types/components/dga-drawer/dga-drawer.d.ts +20 -0
- package/dist/types/components/dga-drawer/submenu-component.d.ts +9 -0
- package/dist/types/components/dga-drawer/tab-component.d.ts +8 -0
- package/dist/types/components/dga-drawer/tab-link.d.ts +19 -0
- package/dist/types/components/dga-dropdown/dga-dropdown-usage.d.ts +4 -0
- package/dist/types/components/dga-dropdown/dga-dropdown.d.ts +37 -0
- package/dist/types/components/dga-featured-icon/dga-featured-icon-usage.d.ts +4 -0
- package/dist/types/components/dga-featured-icon/dga-featured-icon.d.ts +21 -0
- package/dist/types/components/dga-feedback-icon/dga-feedback-icon-usage.d.ts +4 -0
- package/dist/types/components/dga-feedback-icon/dga-feedback-icon.d.ts +17 -0
- package/dist/types/components/dga-file-upload/dga-file-upload-usage.d.ts +3 -0
- package/dist/types/components/dga-file-upload/dga-file-upload.d.ts +52 -0
- package/dist/types/components/dga-filteration/dga-filteration-usage.d.ts +15 -0
- package/dist/types/components/dga-filteration/dga-filteration.d.ts +83 -0
- package/dist/types/components/dga-flex/dga-flex.d.ts +13 -0
- package/dist/types/components/dga-floatingButton/dga-floatingButton-usage.d.ts +3 -0
- package/dist/types/components/dga-floatingButton/dga-floatingButton.d.ts +18 -0
- package/dist/types/components/dga-footer/dga-footer-usage.d.ts +3 -0
- package/dist/types/components/dga-footer/dga-footer.d.ts +78 -0
- package/dist/types/components/dga-header/dga-header-action-btn.d.ts +9 -0
- package/dist/types/components/dga-header/dga-header-usage.d.ts +3 -0
- package/dist/types/components/dga-header/dga-header.d.ts +33 -0
- package/dist/types/components/dga-header/dga-nav-header-actions.d.ts +3 -0
- package/dist/types/components/dga-header/dga-nav-header-link.d.ts +17 -0
- package/dist/types/components/dga-header/dga-nav-header-logos.d.ts +9 -0
- package/dist/types/components/dga-header/dga-nav-header-main.d.ts +7 -0
- package/dist/types/components/dga-header/dga-nav-header-menu.d.ts +3 -0
- package/dist/types/components/dga-header/dga-nav-header-sub-menu-column.d.ts +3 -0
- package/dist/types/components/dga-header/dga-nav-header-sub-menu-link.d.ts +9 -0
- package/dist/types/components/dga-header/dga-nav-header-sub-menu.d.ts +10 -0
- package/dist/types/components/dga-header/dga-nav-header.d.ts +6 -0
- package/dist/types/components/dga-icon/dga-icon-v2.d.ts +11 -0
- package/dist/types/components/dga-icon/dga-icon.d.ts +11 -0
- package/dist/types/components/dga-icon/dga-local-icon.d.ts +6 -0
- package/dist/types/components/dga-inline-alert/dga-inline-alert-usage.d.ts +4 -0
- package/dist/types/components/dga-inline-alert/dga-inline-alert.d.ts +18 -0
- package/dist/types/components/dga-linear-progress-bar/dga-linear-progress-bar-usage.d.ts +5 -0
- package/dist/types/components/dga-linear-progress-bar/dga-linear-progress-bar.d.ts +13 -0
- package/dist/types/components/dga-link/dga-link-usage.d.ts +4 -0
- package/dist/types/components/dga-link/dga-link.d.ts +20 -0
- package/dist/types/components/dga-list/dga-list-item.d.ts +32 -0
- package/dist/types/components/dga-list/dga-list-usage.d.ts +3 -0
- package/dist/types/components/dga-list/dga-list-v2.d.ts +25 -0
- package/dist/types/components/dga-list/dga-list.d.ts +13 -0
- package/dist/types/components/dga-loading/dga-loading-usage.d.ts +4 -0
- package/dist/types/components/dga-loading/dga-loading.d.ts +8 -0
- package/dist/types/components/dga-menu/dga-menu-group.d.ts +4 -0
- package/dist/types/components/dga-menu/dga-menu-item.d.ts +11 -0
- package/dist/types/components/dga-menu/dga-menu-updated.d.ts +0 -0
- package/dist/types/components/dga-menu/dga-menu-usage.d.ts +11 -0
- package/dist/types/components/dga-menu/dga-menu-v2.d.ts +20 -0
- package/dist/types/components/dga-menu/dga-menu.d.ts +10 -0
- package/dist/types/components/dga-menu/dga-meu-list.d.ts +3 -0
- package/dist/types/components/dga-metric/dga-metric-chart-v2.d.ts +27 -0
- package/dist/types/components/dga-metric/dga-metric-chart.d.ts +19 -0
- package/dist/types/components/dga-metric/dga-metric-usage.d.ts +3 -0
- package/dist/types/components/dga-metric/dga-metric.d.ts +43 -0
- package/dist/types/components/dga-metric-v2/dga-metric-v2.d.ts +43 -0
- package/dist/types/components/dga-modal/dga-modal-usage.d.ts +4 -0
- package/dist/types/components/dga-modal/dga-modal.d.ts +29 -0
- package/dist/types/components/dga-modal/util.d.ts +2 -0
- package/dist/types/components/dga-modal-v2/dga-modal-actions.d.ts +28 -0
- package/dist/types/components/dga-modal-v2/dga-modal-body.d.ts +3 -0
- package/dist/types/components/dga-modal-v2/dga-modal-header.d.ts +30 -0
- package/dist/types/components/dga-modal-v2/dga-modal-title.d.ts +3 -0
- package/dist/types/components/dga-modal-v2/dga-modal-v2-usage.d.ts +4 -0
- package/dist/types/components/dga-modal-v2/dga-modal-v2.d.ts +31 -0
- package/dist/types/components/dga-modal-v2/util.d.ts +2 -0
- package/dist/types/components/dga-notification/dga-notification-usage.d.ts +4 -0
- package/dist/types/components/dga-notification/dga-notification.d.ts +14 -0
- package/dist/types/components/dga-notification-toast/dga-notification-toast-usage.d.ts +5 -0
- package/dist/types/components/dga-notification-toast/dga-notification-toast.d.ts +22 -0
- package/dist/types/components/dga-number-input/dga-number-input-usage.d.ts +4 -0
- package/dist/types/components/dga-number-input/dga-number-input.d.ts +25 -0
- package/dist/types/components/dga-pagination/dga-pagination-usage.d.ts +4 -0
- package/dist/types/components/dga-pagination/dga-pagination.d.ts +12 -0
- package/dist/types/components/dga-progress-indicator/dga-progress-indicator-step.d.ts +33 -0
- package/dist/types/components/dga-progress-indicator/dga-progress-indicator-usage.d.ts +4 -0
- package/dist/types/components/dga-progress-indicator/dga-progress-indicator-v2.d.ts +9 -0
- package/dist/types/components/dga-progress-indicator/dga-progress-indicator.d.ts +13 -0
- package/dist/types/components/dga-quote/dga-quote-usage.d.ts +4 -0
- package/dist/types/components/dga-quote/dga-quote.d.ts +13 -0
- package/dist/types/components/dga-radial-stepper/dga-radial-stepper-usage.d.ts +7 -0
- package/dist/types/components/dga-radial-stepper/dga-radial-stepper.d.ts +23 -0
- package/dist/types/components/dga-radio-button/dga-radio-button-usage.d.ts +4 -0
- package/dist/types/components/dga-radio-button/dga-radio-button.d.ts +25 -0
- package/dist/types/components/dga-rating/dga-rating-usage.d.ts +5 -0
- package/dist/types/components/dga-rating/dga-rating.d.ts +22 -0
- package/dist/types/components/dga-search-box/dga-search-box-usage.d.ts +4 -0
- package/dist/types/components/dga-search-box/dga-search-box.d.ts +33 -0
- package/dist/types/components/dga-second-nav-header/dga-second-nav-header-actions.d.ts +3 -0
- package/dist/types/components/dga-second-nav-header/dga-second-nav-header-content.d.ts +3 -0
- package/dist/types/components/dga-second-nav-header/dga-second-nav-header-item.d.ts +6 -0
- package/dist/types/components/dga-second-nav-header/dga-second-nav-header-usage.d.ts +4 -0
- package/dist/types/components/dga-second-nav-header/dga-second-nav-header.d.ts +9 -0
- package/dist/types/components/dga-second-nav-header/index.d.ts +5 -0
- package/dist/types/components/dga-skeleton/dga-circle-skeleton.d.ts +5 -0
- package/dist/types/components/dga-skeleton/dga-line-skeleton.d.ts +5 -0
- package/dist/types/components/dga-skeleton/dga-rectangle-skeleton.d.ts +6 -0
- package/dist/types/components/dga-skeleton/dga-skeleton-component.d.ts +8 -0
- package/dist/types/components/dga-skeleton/dga-skeleton-usage.d.ts +3 -0
- package/dist/types/components/dga-skeleton/dga-skeleton.d.ts +0 -0
- package/dist/types/components/dga-skeleton/dga-square-skeleton.d.ts +6 -0
- package/dist/types/components/dga-slideout-menu/dga-slideout-menu-actions.d.ts +3 -0
- package/dist/types/components/dga-slideout-menu/dga-slideout-menu-header.d.ts +7 -0
- package/dist/types/components/dga-slideout-menu/dga-slideout-menu-items.d.ts +5 -0
- package/dist/types/components/dga-slideout-menu/dga-slideout-menu-usage.d.ts +5 -0
- package/dist/types/components/dga-slideout-menu/dga-slideout-menu.d.ts +11 -0
- package/dist/types/components/dga-slider/dga-slider-usage.d.ts +6 -0
- package/dist/types/components/dga-slider/dga-slider.d.ts +35 -0
- package/dist/types/components/dga-structured-list/dga-structured-list-usage.d.ts +3 -0
- package/dist/types/components/dga-structured-list/dga-structured-list.d.ts +33 -0
- package/dist/types/components/dga-switch/dga-switch-usage.d.ts +3 -0
- package/dist/types/components/dga-switch/dga-switch.d.ts +42 -0
- package/dist/types/components/dga-table-of-content/dga-table-of-content-usage.d.ts +3 -0
- package/dist/types/components/dga-table-of-content/dga-table-of-content.d.ts +22 -0
- package/dist/types/components/dga-tabs/dga-tabs-usage.d.ts +3 -0
- package/dist/types/components/dga-tabs/dga-tabs.d.ts +42 -0
- package/dist/types/components/dga-tag/dga-status-tag.d.ts +8 -0
- package/dist/types/components/dga-tag/dga-tag-usage.d.ts +3 -0
- package/dist/types/components/dga-tag/dga-tag.d.ts +12 -0
- package/dist/types/components/dga-text-input/dga-helper-text.d.ts +7 -0
- package/dist/types/components/dga-text-input/dga-label.d.ts +8 -0
- package/dist/types/components/dga-text-input/dga-prefix.d.ts +20 -0
- package/dist/types/components/dga-text-input/dga-suffix.d.ts +19 -0
- package/dist/types/components/dga-text-input/dga-text-input-usage.d.ts +4 -0
- package/dist/types/components/dga-text-input/dga-text-input.d.ts +27 -0
- package/dist/types/components/dga-textarea/dga-textarea-usage.d.ts +3 -0
- package/dist/types/components/dga-textarea/dga-textarea.d.ts +23 -0
- package/dist/types/components/dga-tooltip/dga-tooltip-usage.d.ts +4 -0
- package/dist/types/components/dga-tooltip/dga-tooltip.d.ts +25 -0
- package/dist/types/components.d.ts +4831 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/shared/index.d.ts +1 -0
- package/dist/types/shared/types/custom-attribute.types.d.ts +4 -0
- package/dist/types/shared/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/package.json +1 -2
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export interface ITrend {
|
|
2
|
+
slope: 'negative' | 'positive';
|
|
3
|
+
description: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IChartProps {
|
|
7
|
+
type?: 'realistic' | 'wavy' | 'straight' | 'layers';
|
|
8
|
+
trend: 'positive' | 'negative';
|
|
9
|
+
showMarker: boolean;
|
|
10
|
+
data: number[];
|
|
11
|
+
}
|
|
12
|
+
export declare class DgaMetric {
|
|
13
|
+
label: string;
|
|
14
|
+
Style?: 'small-chart' | 'large-chart';
|
|
15
|
+
percentage: string;
|
|
16
|
+
showFeaturedIcon?: boolean;
|
|
17
|
+
featuredIcon?: HTMLElement | any;
|
|
18
|
+
showChart?: boolean;
|
|
19
|
+
showInfo?: boolean;
|
|
20
|
+
showActions?: boolean;
|
|
21
|
+
showSecondaryAction?: boolean;
|
|
22
|
+
showMoreButton?: boolean;
|
|
23
|
+
changeProps?: {
|
|
24
|
+
type: '01' | '02';
|
|
25
|
+
trend: 'positive' | 'negative';
|
|
26
|
+
};
|
|
27
|
+
chartProps?: IChartProps;
|
|
28
|
+
trend: ITrend;
|
|
29
|
+
onPrimaryAction?: () => void;
|
|
30
|
+
onSecondaryAction?: () => void;
|
|
31
|
+
onExpandAction?: () => void;
|
|
32
|
+
changeIcons: {
|
|
33
|
+
'01': {
|
|
34
|
+
positive: string;
|
|
35
|
+
negative: string;
|
|
36
|
+
};
|
|
37
|
+
'02': {
|
|
38
|
+
positive: string;
|
|
39
|
+
negative: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
render(): any;
|
|
43
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare class DgaModal {
|
|
2
|
+
modalTitle?: string;
|
|
3
|
+
closeButton?: boolean;
|
|
4
|
+
onClose?: (event: any) => void;
|
|
5
|
+
featuredIconColor?: 'brand' | 'gray' | 'error' | 'warning' | 'success' | 'info';
|
|
6
|
+
featuredIconStyle?: "light" | "outlined" | "dark";
|
|
7
|
+
featuredIconType?: 'InformationCircle' | 'AlertCircle';
|
|
8
|
+
featuredIconCircle?: boolean;
|
|
9
|
+
featuredIconSize?: 'xl' | 'lg' | 'md' | 'sm';
|
|
10
|
+
alignmentCenter?: boolean;
|
|
11
|
+
actionFillContainer?: boolean;
|
|
12
|
+
actionStack?: boolean;
|
|
13
|
+
secondBtnPosition?: 'left' | 'right';
|
|
14
|
+
position?: 'start' | 'end' | 'center';
|
|
15
|
+
name: string;
|
|
16
|
+
open?: boolean;
|
|
17
|
+
staticModal?: boolean;
|
|
18
|
+
buttonsList?: Array<{
|
|
19
|
+
id?: string;
|
|
20
|
+
label: string;
|
|
21
|
+
onClick: (event?: any) => void;
|
|
22
|
+
extraClass?: string;
|
|
23
|
+
title?: string;
|
|
24
|
+
}>;
|
|
25
|
+
dialogRef: HTMLDialogElement;
|
|
26
|
+
containergRef: HTMLDivElement;
|
|
27
|
+
private handleClickOutside;
|
|
28
|
+
render(): any;
|
|
29
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class DgaModal {
|
|
2
|
+
modalTitle?: string;
|
|
3
|
+
closeButton?: boolean;
|
|
4
|
+
onClose?: (event: any) => void;
|
|
5
|
+
featuredIconColor?: 'brand' | 'gray' | 'error' | 'warning' | 'success' | 'info';
|
|
6
|
+
featuredIconStyle?: "light" | "outlined" | "dark";
|
|
7
|
+
featuredIconType?: 'InformationCircle' | 'AlertCircle';
|
|
8
|
+
featuredIconCircle?: boolean;
|
|
9
|
+
featuredIconSize?: 'xl' | 'lg' | 'md' | 'sm';
|
|
10
|
+
alignmentCenter?: boolean;
|
|
11
|
+
actionFillContainer?: boolean;
|
|
12
|
+
actionStack?: boolean;
|
|
13
|
+
secondBtnPosition?: 'left' | 'right';
|
|
14
|
+
position?: 'start' | 'end' | 'center';
|
|
15
|
+
name: string;
|
|
16
|
+
open?: boolean;
|
|
17
|
+
staticModal?: boolean;
|
|
18
|
+
buttonsList?: Array<{
|
|
19
|
+
id?: string;
|
|
20
|
+
label: string;
|
|
21
|
+
onClick: (event?: any) => void;
|
|
22
|
+
extraClass?: string;
|
|
23
|
+
title?: string;
|
|
24
|
+
}>;
|
|
25
|
+
dialogRef: HTMLDialogElement;
|
|
26
|
+
containergRef: HTMLDivElement;
|
|
27
|
+
render(): any;
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare class DgaModal {
|
|
2
|
+
modalTitle?: string;
|
|
3
|
+
showCloseButton?: boolean;
|
|
4
|
+
onClose?: (event: any) => void;
|
|
5
|
+
featuredIconColor?: 'brand' | 'gray' | 'error' | 'warning' | 'success' | 'info';
|
|
6
|
+
featuredIconStyle?: 'light' | 'outlined' | 'dark';
|
|
7
|
+
featuredIconType?: 'InformationCircle' | 'AlertCircle';
|
|
8
|
+
featuredIconCircle?: boolean;
|
|
9
|
+
featuredIconSize?: 'xl' | 'lg' | 'md' | 'sm';
|
|
10
|
+
alignmentCenter?: boolean;
|
|
11
|
+
actionFillContainer?: boolean;
|
|
12
|
+
actionStack?: boolean;
|
|
13
|
+
secondBtnPosition?: 'left' | 'right';
|
|
14
|
+
position?: 'start' | 'end' | 'center';
|
|
15
|
+
name: string;
|
|
16
|
+
open?: boolean;
|
|
17
|
+
staticModal?: boolean;
|
|
18
|
+
buttonsList?: Array<{
|
|
19
|
+
id?: string;
|
|
20
|
+
label: string;
|
|
21
|
+
onClick: (event?: any) => void;
|
|
22
|
+
extraClass?: string;
|
|
23
|
+
title?: string;
|
|
24
|
+
}>;
|
|
25
|
+
el: HTMLElement;
|
|
26
|
+
dialogRef: HTMLDialogElement;
|
|
27
|
+
containergRef: HTMLDivElement;
|
|
28
|
+
componentWillLoad(): void;
|
|
29
|
+
render(): any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare class DgaModal {
|
|
2
|
+
modalTitle?: string;
|
|
3
|
+
showCloseButton?: boolean;
|
|
4
|
+
onClose?: (event: any) => void;
|
|
5
|
+
featuredIconColor?: 'brand' | 'gray' | 'error' | 'warning' | 'success' | 'info';
|
|
6
|
+
featuredIconStyle?: 'light' | 'outlined' | 'dark';
|
|
7
|
+
featuredIconType?: 'InformationCircle' | 'AlertCircle';
|
|
8
|
+
featuredIconCircle?: boolean;
|
|
9
|
+
featuredIconSize?: 'xl' | 'lg' | 'md' | 'sm';
|
|
10
|
+
alignmentCenter?: boolean;
|
|
11
|
+
actionFillContainer?: boolean;
|
|
12
|
+
actionStack?: boolean;
|
|
13
|
+
secondBtnPosition?: 'left' | 'right';
|
|
14
|
+
position?: 'start' | 'end' | 'center';
|
|
15
|
+
name: string;
|
|
16
|
+
open?: boolean;
|
|
17
|
+
staticModal?: boolean;
|
|
18
|
+
buttonsList?: Array<{
|
|
19
|
+
id?: string;
|
|
20
|
+
label: string;
|
|
21
|
+
onClick: (event?: any) => void;
|
|
22
|
+
extraClass?: string;
|
|
23
|
+
title?: string;
|
|
24
|
+
}>;
|
|
25
|
+
el: HTMLElement;
|
|
26
|
+
dialogRef: HTMLDialogElement;
|
|
27
|
+
containergRef: HTMLDivElement;
|
|
28
|
+
private handleClickOutside;
|
|
29
|
+
componentWillLoad(): void;
|
|
30
|
+
render(): any;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class DgaNotification {
|
|
2
|
+
icon?: boolean;
|
|
3
|
+
leadText: string;
|
|
4
|
+
content: string;
|
|
5
|
+
variant: 'critical' | 'warning' | 'success' | 'info' | 'neutral';
|
|
6
|
+
link?: boolean;
|
|
7
|
+
textLink?: string;
|
|
8
|
+
dismissable?: boolean;
|
|
9
|
+
setNavigateTo?: string;
|
|
10
|
+
navigateTo?: (link?: string) => void;
|
|
11
|
+
dismmissed?: () => void;
|
|
12
|
+
private icons;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { CustomAttribute } from '../../shared';
|
|
2
|
+
export declare class DgaNotificationToast {
|
|
3
|
+
type?: 'error' | 'warning' | 'success' | 'info' | 'neutral';
|
|
4
|
+
leadText?: string;
|
|
5
|
+
hasHelperText?: boolean;
|
|
6
|
+
helperText?: string;
|
|
7
|
+
action?: boolean;
|
|
8
|
+
closeButton?: boolean;
|
|
9
|
+
vPostion?: 'top' | 'bottom';
|
|
10
|
+
hPostion?: 'left' | 'right';
|
|
11
|
+
onClose?: (event: any) => void;
|
|
12
|
+
buttonsList?: {
|
|
13
|
+
id?: string;
|
|
14
|
+
label: string;
|
|
15
|
+
onClick: (event?: any) => void;
|
|
16
|
+
extraClasses?: string;
|
|
17
|
+
title?: string;
|
|
18
|
+
customAttribute?: CustomAttribute;
|
|
19
|
+
}[];
|
|
20
|
+
open?: boolean;
|
|
21
|
+
render(): any;
|
|
22
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaNumberInput {
|
|
3
|
+
label?: string;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
size: 'md' | 'lg';
|
|
6
|
+
variant: 'default' | 'lighter' | 'darker';
|
|
7
|
+
error: boolean;
|
|
8
|
+
helperTextIcon?: Icon;
|
|
9
|
+
helperText?: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
readonly: boolean;
|
|
12
|
+
required: boolean;
|
|
13
|
+
fullwidth: boolean;
|
|
14
|
+
name: string;
|
|
15
|
+
value: number;
|
|
16
|
+
onChange?: (event?: any) => void;
|
|
17
|
+
onInput?: (event?: any) => void;
|
|
18
|
+
onBlur?: (event?: any) => void;
|
|
19
|
+
isActive: boolean;
|
|
20
|
+
isFocused: boolean;
|
|
21
|
+
inputContainerRef: HTMLDivElement;
|
|
22
|
+
handleIncrement: () => void;
|
|
23
|
+
handleDecrement: () => void;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class DgaPagination {
|
|
2
|
+
size?: 'small' | 'medium' | 'large';
|
|
3
|
+
totalPageCount: number;
|
|
4
|
+
siblingCount?: number;
|
|
5
|
+
onChange?: (value: number) => void;
|
|
6
|
+
currentPage: number;
|
|
7
|
+
get paginationRange(): (number | string)[];
|
|
8
|
+
private onNext;
|
|
9
|
+
private onPrevious;
|
|
10
|
+
private handelPageChange;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export interface StepProps {
|
|
2
|
+
index?: number;
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
activeStep?: number;
|
|
6
|
+
nextStep?: boolean;
|
|
7
|
+
showStepName?: boolean;
|
|
8
|
+
showStepDescription?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class DgaProgressIndicatorStep {
|
|
11
|
+
el: HTMLElement;
|
|
12
|
+
currentStep: number;
|
|
13
|
+
title: string;
|
|
14
|
+
description: string;
|
|
15
|
+
activeStep: number;
|
|
16
|
+
nextStep: boolean;
|
|
17
|
+
showStepName: boolean;
|
|
18
|
+
showStepDescription: boolean;
|
|
19
|
+
internalActiveStep: number;
|
|
20
|
+
isActive: boolean;
|
|
21
|
+
labelState: 'current' | 'completed' | 'upcoming';
|
|
22
|
+
labelStyle: 'dot' | 'circle';
|
|
23
|
+
private stepContentRef;
|
|
24
|
+
componentWillLoad(): void;
|
|
25
|
+
disconnectedCallback(): void;
|
|
26
|
+
stepChangeHandler(event: CustomEvent<number>): void;
|
|
27
|
+
private updateState;
|
|
28
|
+
private handleFocus;
|
|
29
|
+
private handleFocusOut;
|
|
30
|
+
private handleEscape;
|
|
31
|
+
private labelChildren;
|
|
32
|
+
render(): any;
|
|
33
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class DgaProgressIndicator {
|
|
3
|
+
activeStep?: number;
|
|
4
|
+
alignment?: 'horizontal' | 'vertical';
|
|
5
|
+
internalActiveStep: number;
|
|
6
|
+
el: HTMLElement;
|
|
7
|
+
stepChange: EventEmitter<number>;
|
|
8
|
+
private updateSlottedElements;
|
|
9
|
+
updateInternalActiveStep(): void;
|
|
10
|
+
componentDidLoad(): void;
|
|
11
|
+
componentWillLoad(): void;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class DgaQuote {
|
|
2
|
+
size?: 'sm' | 'lg';
|
|
3
|
+
whiteBackground?: boolean;
|
|
4
|
+
showQuoteTitle?: boolean;
|
|
5
|
+
quoteTitle?: string;
|
|
6
|
+
showQuoteDescription?: boolean;
|
|
7
|
+
quoteDescription?: string;
|
|
8
|
+
showAuthorDetails?: boolean;
|
|
9
|
+
authorName?: string;
|
|
10
|
+
authorDescription?: string;
|
|
11
|
+
showAvatar?: boolean;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface Step {
|
|
2
|
+
text?: string;
|
|
3
|
+
stepName: string;
|
|
4
|
+
stepDescription: string;
|
|
5
|
+
showPreStep: boolean;
|
|
6
|
+
showNextStep: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class DgaRadialStepper {
|
|
9
|
+
RTL: boolean;
|
|
10
|
+
size: '120px' | '80px' | '64px' | '48px' | '40px';
|
|
11
|
+
showText: boolean;
|
|
12
|
+
steps: Step[];
|
|
13
|
+
activeStep: number;
|
|
14
|
+
variant?: 'primary' | 'neutral' | 'on-color';
|
|
15
|
+
showStepName: boolean;
|
|
16
|
+
showStepDescription: boolean;
|
|
17
|
+
internalPercentage: number;
|
|
18
|
+
internalActiveStep: number;
|
|
19
|
+
updateInternalPercentage(): void;
|
|
20
|
+
componentDidLoad(): void;
|
|
21
|
+
private sizes;
|
|
22
|
+
render(): any;
|
|
23
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class RadioButton {
|
|
2
|
+
color: 'neutral' | 'brand';
|
|
3
|
+
label?: string;
|
|
4
|
+
hasHelperText?: boolean;
|
|
5
|
+
helperText?: string;
|
|
6
|
+
alertMessage?: boolean;
|
|
7
|
+
alertText?: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
|
+
value: string;
|
|
12
|
+
checked?: boolean;
|
|
13
|
+
onChange?: (event: any) => void;
|
|
14
|
+
onInput?: (event: any) => void;
|
|
15
|
+
el: HTMLElement;
|
|
16
|
+
radioLabelRef: HTMLLabelElement;
|
|
17
|
+
handleActive: () => void;
|
|
18
|
+
handleRemoveActive: () => void;
|
|
19
|
+
handleFocus: () => void;
|
|
20
|
+
handleFocusOut: () => void;
|
|
21
|
+
handleEscape: (event: KeyboardEvent) => void;
|
|
22
|
+
componentDidLoad(): void;
|
|
23
|
+
disconnectedCallback(): void;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class DgaRating {
|
|
3
|
+
size?: 'sm' | 'md' | 'lg';
|
|
4
|
+
value?: number;
|
|
5
|
+
onChange?: (value: number) => void;
|
|
6
|
+
readOnly?: boolean;
|
|
7
|
+
max?: number;
|
|
8
|
+
variant?: 'default' | 'brand';
|
|
9
|
+
rating: number;
|
|
10
|
+
hover: number;
|
|
11
|
+
focus: number;
|
|
12
|
+
pressed: number;
|
|
13
|
+
ratingChange: EventEmitter<number>;
|
|
14
|
+
private rootRef;
|
|
15
|
+
private handleMouseMove;
|
|
16
|
+
private handleChange;
|
|
17
|
+
private handleClear;
|
|
18
|
+
componentWillLoad(): void;
|
|
19
|
+
watchRating(newRating: number, oldRating: number): void;
|
|
20
|
+
watchValue(newValue: number, oldValue: number): void;
|
|
21
|
+
render(): any;
|
|
22
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class DgaSearchBox {
|
|
3
|
+
label?: string;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
size: 'md' | 'lg';
|
|
6
|
+
variant: 'default' | 'lighter' | 'darker';
|
|
7
|
+
error: boolean;
|
|
8
|
+
showTrailingIcon: boolean;
|
|
9
|
+
icon?: boolean;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
readonly: boolean;
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
onInput?: (event?: Event) => void;
|
|
15
|
+
speechLang: 'en' | 'ar';
|
|
16
|
+
onChange: EventEmitter<any>;
|
|
17
|
+
onBlur: EventEmitter<any>;
|
|
18
|
+
isActive: boolean;
|
|
19
|
+
isFocused: boolean;
|
|
20
|
+
inputContainerRef: HTMLDivElement;
|
|
21
|
+
isListening: boolean;
|
|
22
|
+
recognition: any;
|
|
23
|
+
silenceTimeout: any;
|
|
24
|
+
SILENCE_TIMEOUT_DURATION: number;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
|
+
startListening(): void;
|
|
27
|
+
stopListening(): void;
|
|
28
|
+
resetSilenceTimer(): void;
|
|
29
|
+
clearSilenceTimer(): void;
|
|
30
|
+
handleInputChange(event: any): void;
|
|
31
|
+
handleResetInput: () => void;
|
|
32
|
+
render(): any;
|
|
33
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DgaSecondNavHeader } from "./dga-second-nav-header";
|
|
2
|
+
import { DgaSecondNavHeaderActions } from "./dga-second-nav-header-actions";
|
|
3
|
+
import { DgaSecondNavHeaderContent } from "./dga-second-nav-header-content";
|
|
4
|
+
import { DgaSecondNavHeaderItem } from "./dga-second-nav-header-item";
|
|
5
|
+
export { DgaSecondNavHeader, DgaSecondNavHeaderActions, DgaSecondNavHeaderContent, DgaSecondNavHeaderItem };
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class DgaSlideoutMenu {
|
|
2
|
+
backgroundColor?: 'gray' | 'white';
|
|
3
|
+
anchor?: 'left' | 'right';
|
|
4
|
+
open?: boolean;
|
|
5
|
+
scrollbar?: boolean;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
el: HTMLElement;
|
|
8
|
+
componentWillLoad(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|