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,27 @@
|
|
|
1
|
+
export interface AccordionItem {
|
|
2
|
+
title: string;
|
|
3
|
+
content: string;
|
|
4
|
+
size?: 'lg' | 'md' | 'sm';
|
|
5
|
+
iconAlignment?: 'Leading' | 'Trailing';
|
|
6
|
+
flush?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
extraClass?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class DgaAccordion {
|
|
11
|
+
el: HTMLElement;
|
|
12
|
+
title: string;
|
|
13
|
+
content: string;
|
|
14
|
+
size: 'lg' | 'md' | 'sm';
|
|
15
|
+
iconAlignment: 'Leading' | 'Trailing';
|
|
16
|
+
flush: boolean;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
defaultExpanded: boolean;
|
|
19
|
+
extraClass: string;
|
|
20
|
+
isOpen: boolean;
|
|
21
|
+
private bodyElement;
|
|
22
|
+
private handleAccordionClick;
|
|
23
|
+
private openAccordion;
|
|
24
|
+
private collapseAccordion;
|
|
25
|
+
componentDidRender(): void;
|
|
26
|
+
render(): any;
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class DgaActions {
|
|
2
|
+
/** Direction of stack items: 'row' (horizontal) or 'column' (vertical) */
|
|
3
|
+
direction: 'row' | 'column';
|
|
4
|
+
/** Spacing between stack items */
|
|
5
|
+
spacing: number;
|
|
6
|
+
/** Horizontal alignment of stack items */
|
|
7
|
+
align: 'start' | 'center' | 'end' | 'stretch';
|
|
8
|
+
/** Vertical alignment of stack items */
|
|
9
|
+
justify: 'start' | 'center' | 'end' | 'between';
|
|
10
|
+
/** Controls if items should wrap */
|
|
11
|
+
wrap: boolean;
|
|
12
|
+
render(): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import ApexCharts from 'apexcharts';
|
|
2
|
+
import { ApexOptions } from 'apexcharts';
|
|
3
|
+
import { ApexChartType, ApexChartHeight, ApexChartWidth, ApexOptionsSeries } from '.';
|
|
4
|
+
export declare class chart {
|
|
5
|
+
chartRef: HTMLElement;
|
|
6
|
+
/**
|
|
7
|
+
* Internal ApexCharts instance
|
|
8
|
+
*/
|
|
9
|
+
chartObj: ApexCharts;
|
|
10
|
+
/**
|
|
11
|
+
* (optional) Type
|
|
12
|
+
* @see https://apexcharts.com/docs/options/chart/type/
|
|
13
|
+
*/
|
|
14
|
+
type?: ApexChartType;
|
|
15
|
+
/**
|
|
16
|
+
* (optional) Width
|
|
17
|
+
* @see https://apexcharts.com/docs/options/chart/width/
|
|
18
|
+
*/
|
|
19
|
+
width?: ApexChartWidth;
|
|
20
|
+
/**
|
|
21
|
+
* (optional) Height
|
|
22
|
+
* @see https://apexcharts.com/docs/options/chart/height/
|
|
23
|
+
*/
|
|
24
|
+
height?: ApexChartHeight;
|
|
25
|
+
/**
|
|
26
|
+
* (optional) Options
|
|
27
|
+
* @see https://apexcharts.com/docs/options/
|
|
28
|
+
*/
|
|
29
|
+
options?: ApexOptions;
|
|
30
|
+
optionsChanged(options: ApexOptions): Promise<void>;
|
|
31
|
+
/**
|
|
32
|
+
* (optional) Series
|
|
33
|
+
* @see https://apexcharts.com/docs/options/series/
|
|
34
|
+
*/
|
|
35
|
+
series?: ApexOptionsSeries;
|
|
36
|
+
seriesChanged(series: ApexOptionsSeries): void;
|
|
37
|
+
/**
|
|
38
|
+
* Updates the configuration object. The new config object is merged with the existing config object preserving the existing configuration.
|
|
39
|
+
* @param newOptions The configuration object to merge on the existing one
|
|
40
|
+
* @param redrawPaths When the chart is re-rendered, should it draw from the existing paths or completely redraw the chart paths from the beginning. By default, the chart is re-rendered from the existing paths
|
|
41
|
+
* @param animate Should the chart animate on re-rendering
|
|
42
|
+
*/
|
|
43
|
+
updateOptions(newOptions: ApexOptions, redrawPaths?: boolean, animate?: boolean): Promise<void>;
|
|
44
|
+
componentDidLoad(): Promise<void>;
|
|
45
|
+
disconnectedCallback(): void;
|
|
46
|
+
render(): any;
|
|
47
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export type AvatarType = 'initials' | 'image' | 'icon';
|
|
2
|
+
export type AvatarSize = 120 | 80 | 68 | 48 | 40 | 32 | 24;
|
|
3
|
+
export interface Icon {
|
|
4
|
+
name: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
color?: string;
|
|
7
|
+
variant?: 'stroke' | 'solid' | 'duotone' | 'twotone' | 'bulk';
|
|
8
|
+
type?: 'rounded' | 'sharp' | 'standard';
|
|
9
|
+
}
|
|
10
|
+
export interface CustomAttribute {
|
|
11
|
+
key: string;
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class DgaAvatar {
|
|
15
|
+
type?: AvatarType;
|
|
16
|
+
size?: AvatarSize;
|
|
17
|
+
square?: boolean;
|
|
18
|
+
border?: boolean;
|
|
19
|
+
text?: string;
|
|
20
|
+
imgUrl?: string;
|
|
21
|
+
alt?: string;
|
|
22
|
+
icon?: Icon;
|
|
23
|
+
private renderChildComponent;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export interface IBreadcrumbsItem {
|
|
3
|
+
label: string;
|
|
4
|
+
path: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
[type: string]: any;
|
|
7
|
+
}
|
|
8
|
+
export interface IEllipsisItem {
|
|
9
|
+
ellipsis: true;
|
|
10
|
+
items: IBreadcrumbsItem[];
|
|
11
|
+
}
|
|
12
|
+
export declare class DgaBreadcrumbs {
|
|
13
|
+
items: IBreadcrumbsItem[];
|
|
14
|
+
max: number;
|
|
15
|
+
breadcrumbClick: EventEmitter<any>;
|
|
16
|
+
private breadcrumbItems;
|
|
17
|
+
isMenuOpen: boolean;
|
|
18
|
+
host: HTMLElement;
|
|
19
|
+
toggleMenu: () => void;
|
|
20
|
+
closeMenu: () => void;
|
|
21
|
+
handleOutsideClick: (event: Event) => void;
|
|
22
|
+
componentWillLoad(): void;
|
|
23
|
+
disconnectedCallback(): void;
|
|
24
|
+
handleItemsChange(newValue: IBreadcrumbsItem[]): void;
|
|
25
|
+
private isEllipsisItem;
|
|
26
|
+
private renderItems;
|
|
27
|
+
private handleClick;
|
|
28
|
+
render(): any;
|
|
29
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export type ButtonStyle = 'primary-neutral' | 'primary-brand' | 'secondary' | 'secondary-outline' | 'subtle' | 'transparent' | 'des-primary' | 'des-secondary' | 'des-secondary-outline' | 'des-subtle' | 'des-transparent';
|
|
3
|
+
export type ButtonSize = 'lg' | 'md' | 'sm';
|
|
4
|
+
export interface CustomAttribute {
|
|
5
|
+
key: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class DgaButton {
|
|
9
|
+
variant?: ButtonStyle;
|
|
10
|
+
size?: ButtonSize;
|
|
11
|
+
label?: string;
|
|
12
|
+
iconOnly?: boolean;
|
|
13
|
+
iconType?: string;
|
|
14
|
+
iconProps?: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
leadIcon?: boolean;
|
|
18
|
+
leadIconType?: string;
|
|
19
|
+
leadIconProps?: {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
trailIcon?: boolean;
|
|
23
|
+
trailIconType?: string;
|
|
24
|
+
trailIconProps?: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
btnId?: string;
|
|
29
|
+
type?: 'button' | 'submit' | 'reset';
|
|
30
|
+
onColor?: boolean;
|
|
31
|
+
onClick?: EventEmitter<MouseEvent>;
|
|
32
|
+
private handleClick;
|
|
33
|
+
private renderIcon;
|
|
34
|
+
render(): any;
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaCard {
|
|
3
|
+
type?: 'default' | 'expanded' | 'selectable';
|
|
4
|
+
showTitle?: boolean;
|
|
5
|
+
showDescription?: boolean;
|
|
6
|
+
showFeaturedIcon?: boolean;
|
|
7
|
+
image?: string;
|
|
8
|
+
showRating?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
effect?: 'with-shadow' | 'no-shadow' | 'stroke';
|
|
11
|
+
cardTitle?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
customComponent?: JSX.Element;
|
|
14
|
+
featuredIcon?: Icon;
|
|
15
|
+
showPrimaryAction?: boolean;
|
|
16
|
+
primaryActionLabel?: string;
|
|
17
|
+
showSecondaryAction?: boolean;
|
|
18
|
+
isSelected?: boolean;
|
|
19
|
+
secondaryActionLabel?: string;
|
|
20
|
+
onCheckboxChange?: () => void;
|
|
21
|
+
onPrimaryAction?: () => void;
|
|
22
|
+
onSecondaryAction?: () => void;
|
|
23
|
+
onExpandAction?: () => void;
|
|
24
|
+
isFocused: boolean;
|
|
25
|
+
expanded: boolean;
|
|
26
|
+
toggleExpand(): void;
|
|
27
|
+
private onMouseEnterHandler;
|
|
28
|
+
private onMouseLeaveHandler;
|
|
29
|
+
render(): any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaCardActions {
|
|
3
|
+
type?: 'default' | 'expanded' | 'selectable';
|
|
4
|
+
showTitle?: boolean;
|
|
5
|
+
showDescription?: boolean;
|
|
6
|
+
showFeaturedIcon?: boolean;
|
|
7
|
+
image?: string;
|
|
8
|
+
showRating?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
effect?: 'with-shadow' | 'no-shadow' | 'stroke';
|
|
11
|
+
cardTitle?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
customComponent?: JSX.Element;
|
|
14
|
+
featuredIcon?: Icon;
|
|
15
|
+
showPrimaryAction?: boolean;
|
|
16
|
+
primaryActionLabel?: string;
|
|
17
|
+
showSecondaryAction?: boolean;
|
|
18
|
+
isSelected?: boolean;
|
|
19
|
+
secondaryActionLabel?: string;
|
|
20
|
+
onCheckboxChange?: () => void;
|
|
21
|
+
onPrimaryAction?: () => void;
|
|
22
|
+
onSecondaryAction?: () => void;
|
|
23
|
+
onExpandAction?: () => void;
|
|
24
|
+
isFocused: boolean;
|
|
25
|
+
expanded: boolean;
|
|
26
|
+
toggleExpand(): void;
|
|
27
|
+
render(): any;
|
|
28
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaCardV2 {
|
|
3
|
+
type?: 'default' | 'expanded' | 'selectable';
|
|
4
|
+
showTitle?: boolean;
|
|
5
|
+
showDescription?: boolean;
|
|
6
|
+
showFeaturedIcon?: boolean;
|
|
7
|
+
src: string;
|
|
8
|
+
alt: string;
|
|
9
|
+
featuredIcon?: Icon;
|
|
10
|
+
showPrimaryAction?: boolean;
|
|
11
|
+
primaryActionLabel?: string;
|
|
12
|
+
showSecondaryAction?: boolean;
|
|
13
|
+
isSelected?: boolean;
|
|
14
|
+
secondaryActionLabel?: string;
|
|
15
|
+
onCheckboxChange?: () => void;
|
|
16
|
+
onPrimaryAction?: () => void;
|
|
17
|
+
onSecondaryAction?: () => void;
|
|
18
|
+
onExpandAction?: () => void;
|
|
19
|
+
isFocused: boolean;
|
|
20
|
+
expanded: boolean;
|
|
21
|
+
el: HTMLElement;
|
|
22
|
+
toggleExpand(): void;
|
|
23
|
+
componentWillLoad(): void;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaCardV2 {
|
|
3
|
+
type?: 'default' | 'expanded' | 'selectable';
|
|
4
|
+
showTitle?: boolean;
|
|
5
|
+
showDescription?: boolean;
|
|
6
|
+
showFeaturedIcon?: boolean;
|
|
7
|
+
image?: string;
|
|
8
|
+
showRating?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
effect?: 'with-shadow' | 'no-shadow' | 'stroke';
|
|
11
|
+
cardTitle?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
customComponent?: JSX.Element;
|
|
14
|
+
featuredIcon?: Icon;
|
|
15
|
+
showPrimaryAction?: boolean;
|
|
16
|
+
primaryActionLabel?: string;
|
|
17
|
+
showSecondaryAction?: boolean;
|
|
18
|
+
isSelected?: boolean;
|
|
19
|
+
secondaryActionLabel?: string;
|
|
20
|
+
onCheckboxChange?: () => void;
|
|
21
|
+
onPrimaryAction?: () => void;
|
|
22
|
+
onSecondaryAction?: () => void;
|
|
23
|
+
onExpandAction?: () => void;
|
|
24
|
+
isFocused: boolean;
|
|
25
|
+
expanded: boolean;
|
|
26
|
+
el: HTMLElement;
|
|
27
|
+
toggleExpand(): void;
|
|
28
|
+
componentWillLoad(): void;
|
|
29
|
+
render(): any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Icon } from '../dga-featured-icon/dga-featured-icon';
|
|
2
|
+
export declare class DgaCardV2 {
|
|
3
|
+
type?: 'default' | 'expanded' | 'selectable';
|
|
4
|
+
showTitle?: boolean;
|
|
5
|
+
showDescription?: boolean;
|
|
6
|
+
showFeaturedIcon?: boolean;
|
|
7
|
+
image?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
effect?: 'with-shadow' | 'no-shadow' | 'stroke';
|
|
10
|
+
cardTitle?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
featuredIcon?: Icon;
|
|
13
|
+
showSecondaryAction?: boolean;
|
|
14
|
+
isSelected?: boolean;
|
|
15
|
+
secondaryActionLabel?: string;
|
|
16
|
+
onCheckboxChange?: () => void;
|
|
17
|
+
onExpandAction?: () => void;
|
|
18
|
+
width?: string;
|
|
19
|
+
maxWidth?: string;
|
|
20
|
+
minWidth?: string;
|
|
21
|
+
isFocused: boolean;
|
|
22
|
+
expanded: boolean;
|
|
23
|
+
el: HTMLElement;
|
|
24
|
+
toggleExpand(): void;
|
|
25
|
+
private onMouseEnterHandler;
|
|
26
|
+
private onMouseLeaveHandler;
|
|
27
|
+
componentWillLoad(): void;
|
|
28
|
+
private cardStyles;
|
|
29
|
+
render(): any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare class DgaCarousel {
|
|
2
|
+
private DIRECTION;
|
|
3
|
+
private slidesContainer?;
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
variant: 'arrows' | 'dots' | 'dots-only';
|
|
6
|
+
showDots: boolean;
|
|
7
|
+
steps: number;
|
|
8
|
+
transitionDuration: number;
|
|
9
|
+
Dir: 'rtl' | 'ltr';
|
|
10
|
+
size: 'sm' | 'md' | 'lg';
|
|
11
|
+
arrowsVariant: 'primary' | 'subtle';
|
|
12
|
+
arrows: {
|
|
13
|
+
variant: 'primary' | 'subtle';
|
|
14
|
+
size: 'sm' | 'md' | 'lg';
|
|
15
|
+
};
|
|
16
|
+
childWidth: number;
|
|
17
|
+
childrenLength: number;
|
|
18
|
+
currentSlideIndex: number;
|
|
19
|
+
private isRTL;
|
|
20
|
+
changeSlide(direction: any): void;
|
|
21
|
+
updateSlidePosition(): void;
|
|
22
|
+
showLeftArrow(): boolean;
|
|
23
|
+
showRightArrow(): boolean;
|
|
24
|
+
isHighlighted(index: number): boolean;
|
|
25
|
+
componentDidLoad(): void;
|
|
26
|
+
calculateChildWidth(): void;
|
|
27
|
+
updateChildrenLength(): void;
|
|
28
|
+
render(): any;
|
|
29
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import ApexCharts, { ApexOptions } from "apexcharts";
|
|
2
|
+
export type ApexChartType = ApexChart['type'];
|
|
3
|
+
export type ApexChartWidth = ApexChart['width'];
|
|
4
|
+
export type ApexChartHeight = ApexChart['height'];
|
|
5
|
+
export type ApexOptionsSeries = ApexOptions['series'];
|
|
6
|
+
export type ApexOptionsLabels = ApexOptions['labels'];
|
|
7
|
+
export type ApexOptionsXaxis = ApexOptions['xaxis'];
|
|
8
|
+
export type ApexOptionsYaxis = ApexOptions['yaxis'];
|
|
9
|
+
export declare class DgaChart {
|
|
10
|
+
chartRef: HTMLElement;
|
|
11
|
+
/**
|
|
12
|
+
* Internal ApexCharts instance
|
|
13
|
+
*/
|
|
14
|
+
chartObj: ApexCharts;
|
|
15
|
+
/**
|
|
16
|
+
* (optional) Type
|
|
17
|
+
* @see https://apexcharts.com/docs/options/chart/type/
|
|
18
|
+
*/
|
|
19
|
+
type?: ApexChartType;
|
|
20
|
+
/**
|
|
21
|
+
* (optional) Width
|
|
22
|
+
* @see https://apexcharts.com/docs/options/chart/width/
|
|
23
|
+
*/
|
|
24
|
+
width?: ApexChartWidth;
|
|
25
|
+
/**
|
|
26
|
+
* (optional) Height
|
|
27
|
+
* @see https://apexcharts.com/docs/options/chart/height/
|
|
28
|
+
*/
|
|
29
|
+
height?: ApexChartHeight;
|
|
30
|
+
/**
|
|
31
|
+
* (optional) Options
|
|
32
|
+
* @see https://apexcharts.com/docs/options/
|
|
33
|
+
*/
|
|
34
|
+
options?: ApexOptions;
|
|
35
|
+
optionsChanged(options: ApexOptions): Promise<void>;
|
|
36
|
+
/**
|
|
37
|
+
* (optional) Series
|
|
38
|
+
* @see https://apexcharts.com/docs/options/series/
|
|
39
|
+
*/
|
|
40
|
+
series?: ApexOptionsSeries;
|
|
41
|
+
labels?: ApexOptionsLabels;
|
|
42
|
+
xaxis?: ApexOptions['xaxis'];
|
|
43
|
+
yaxis?: ApexOptions['yaxis'];
|
|
44
|
+
colors?: ApexOptions['colors'];
|
|
45
|
+
seriesChanged(series: ApexOptionsSeries): void;
|
|
46
|
+
/**
|
|
47
|
+
* Updates the configuration object. The new config object is merged with the existing config object preserving the existing configuration.
|
|
48
|
+
* @param newOptions The configuration object to merge on the existing one
|
|
49
|
+
* @param redrawPaths When the chart is re-rendered, should it draw from the existing paths or completely redraw the chart paths from the beginning. By default, the chart is re-rendered from the existing paths
|
|
50
|
+
* @param animate Should the chart animate on re-rendering
|
|
51
|
+
*/
|
|
52
|
+
updateOptions(newOptions: ApexOptions, redrawPaths?: boolean, animate?: boolean): Promise<void>;
|
|
53
|
+
componentDidLoad(): Promise<void>;
|
|
54
|
+
disconnectedCallback(): void;
|
|
55
|
+
render(): any;
|
|
56
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class DgaCheckbox {
|
|
2
|
+
color?: 'brand' | 'neutral';
|
|
3
|
+
size?: 'lg' | 'md' | 'sm';
|
|
4
|
+
label?: string;
|
|
5
|
+
helperText?: string;
|
|
6
|
+
alertMessage?: boolean;
|
|
7
|
+
alertText?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
name?: string;
|
|
10
|
+
value?: string;
|
|
11
|
+
showBorderOnFocusAndFocusOute?: boolean;
|
|
12
|
+
onChange?: (event?: any) => void;
|
|
13
|
+
onInput?: (event?: any) => void;
|
|
14
|
+
checked?: boolean;
|
|
15
|
+
isChecked: boolean;
|
|
16
|
+
Indeterminate?: boolean;
|
|
17
|
+
labelRef: HTMLLabelElement;
|
|
18
|
+
private handleFocus;
|
|
19
|
+
private handleFocusOut;
|
|
20
|
+
private handleEscape;
|
|
21
|
+
componentWillLoad(): void;
|
|
22
|
+
componentDidLoad(): void;
|
|
23
|
+
watchMaxValue(newValue: any): void;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class DgaChip {
|
|
2
|
+
label?: string;
|
|
3
|
+
variant: 'success' | 'neutral' | 'on-color';
|
|
4
|
+
size: 'lg' | 'md' | 'sm';
|
|
5
|
+
leadIcon?: any;
|
|
6
|
+
leadIconProps?: {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
};
|
|
9
|
+
trailIcon?: any;
|
|
10
|
+
trailIconProps?: {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
rounded?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
isSelected?: boolean;
|
|
16
|
+
onChange?: (isSelected: boolean) => void;
|
|
17
|
+
pressed: boolean;
|
|
18
|
+
isSelectedState: boolean;
|
|
19
|
+
private renderIcon;
|
|
20
|
+
render(): any;
|
|
21
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CodeSnippet {
|
|
2
|
+
snippets: {
|
|
3
|
+
[key: string]: string;
|
|
4
|
+
};
|
|
5
|
+
showButton: boolean;
|
|
6
|
+
type: 'multi-line' | 'single';
|
|
7
|
+
showSidebar: boolean;
|
|
8
|
+
showTabList: boolean;
|
|
9
|
+
showMore: boolean;
|
|
10
|
+
activeTab: string;
|
|
11
|
+
componentDidLoad(): void;
|
|
12
|
+
private handleTabClick;
|
|
13
|
+
private handleCopy;
|
|
14
|
+
private renderWithLineNumbers;
|
|
15
|
+
render(): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class DgaCollapse {
|
|
2
|
+
private containerRef;
|
|
3
|
+
open: boolean;
|
|
4
|
+
customStyle?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
transitionDuration: string;
|
|
8
|
+
transitionType: string;
|
|
9
|
+
height: number | string;
|
|
10
|
+
componentDidLoad(): void;
|
|
11
|
+
watchOpen(newValue: boolean, oldValue: boolean): void;
|
|
12
|
+
private setHeight;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|