@ganpatiinfo/gids-core-web 10.3.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/index.css +374 -107
- package/dist/css/index.css.map +1 -1
- package/dist/gids-action-bar.js +1 -1
- package/dist/gids-activity-gauge.js +1 -1
- package/dist/gids-bar-chart.js +1 -1
- package/dist/gids-calendar-header-panel.js +1 -1
- package/dist/gids-calendar-month-list.js +1 -1
- package/dist/gids-calendar-year-list.js +1 -1
- package/dist/gids-calendar.js +1 -1
- package/dist/gids-chart-legend-item.js +1 -1
- package/dist/gids-chart-legend.js +1 -1
- package/dist/gids-chart.js +1 -1
- package/dist/gids-chevron-button.js +1 -1
- package/dist/gids-dot.js +1 -1
- package/dist/gids-dropdown-field.js +1 -1
- package/dist/gids-dropdown-picker.js +1 -1
- package/dist/gids-dropdown.js +1 -1
- package/dist/gids-expansion-body-list-item.js +1 -1
- package/dist/gids-expansion-body-list.js +1 -1
- package/dist/gids-expansion-group.js +1 -1
- package/dist/gids-expansion.js +1 -1
- package/dist/gids-field.js +1 -1
- package/dist/gids-filter.js +1 -1
- package/dist/gids-icon.js +1 -1
- package/dist/gids-input.js +1 -1
- package/dist/gids-line-chart.js +1 -1
- package/dist/gids-md-table.d.ts +11 -0
- package/dist/gids-md-table.js +1 -0
- package/dist/gids-overflow-container.js +1 -1
- package/dist/gids-overlay-provider.js +1 -1
- package/dist/gids-password-field.js +1 -1
- package/dist/gids-pie-chart.js +1 -1
- package/dist/gids-popover.js +1 -1
- package/dist/gids-scrim.js +1 -1
- package/dist/gids-tab-item.js +1 -1
- package/dist/gids-tab.js +1 -1
- package/dist/gids-text-field.js +1 -1
- package/dist/gids-toggle-button.js +1 -1
- package/dist/gids-tooltip.js +1 -1
- package/dist/p-4lN1OdcA.js +1 -0
- package/dist/{p-CD_BHkBE.js → p-6APCjBEI.js} +1 -1
- package/dist/p-BCVFQSjK.js +1 -0
- package/dist/{p-DfrYaprq.js → p-BSbOhfLZ.js} +1 -1
- package/dist/{p-DA_atCAU.js → p-BVAtja26.js} +1 -1
- package/dist/{p-BeP2XcqY.js → p-C2O_pGky.js} +1 -1
- package/dist/p-C2POfZhu.js +1 -0
- package/dist/{p-3Ni1-UuQ.js → p-C3We7Q8Q.js} +1 -1
- package/dist/{p-C4yEV6pT.js → p-C3w3wdCt.js} +1 -1
- package/dist/{p-BQCMjWpK.js → p-C3xv7tfs.js} +1 -1
- package/dist/{p-Ditd1zV7.js → p-C56G7JRy.js} +1 -1
- package/dist/p-CI-sN9Lr.js +1 -0
- package/dist/{p-WHI6NO_h.js → p-COHuQEfZ.js} +1 -1
- package/dist/{p-CkydANOS.js → p-Chqeexny.js} +1 -1
- package/dist/{p-C2PfO9h9.js → p-DO0MyFf4.js} +1 -1
- package/dist/p-DUojHltk.js +1 -0
- package/dist/p-_SIWct9h.js +1 -0
- package/dist/{p-qIkbfIF3.js → p-pSb81aE0.js} +1 -1
- package/dist/{p-BE2G21MT.js → p-ub0GuVHb.js} +1 -1
- package/dist/types/components/html/GidsBasicTableBody/GidsBasicTableBody.d.ts +7 -0
- package/dist/types/components/html/GidsBasicTableCell/GidsBasicTableCell.d.ts +5 -0
- package/dist/types/components/html/GidsBasicTableHead/GidsBasicTableHead.d.ts +11 -0
- package/dist/types/components/html/GidsBasicTableHeader/GidsBasicTableHeader.d.ts +5 -0
- package/dist/types/components/html/GidsBasicTableRow/GidsBasicTableRow.d.ts +5 -0
- package/dist/types/components/html/GidsBsTable/GidsBsTable.d.ts +12 -0
- package/dist/types/components/webComponents/GidsActionBar/GidsActionBar.d.ts +15 -2
- package/dist/types/components/webComponents/GidsExpansionBodyList/GidsExpansionBodyList.d.ts +5 -4
- package/dist/types/components/webComponents/GidsFilter/GidsFilter.d.ts +5 -0
- package/dist/types/components/webComponents/GidsMdTable/GidsMdTable.d.ts +42 -0
- package/dist/types/components.d.ts +199 -12
- package/dist-bundled/es/gids-action-bar.js +168 -126
- package/dist-bundled/es/gids-activity-gauge.js +4 -4
- package/dist-bundled/es/gids-bar-chart.js +1 -1
- package/dist-bundled/es/gids-calendar-header-panel.js +4 -4
- package/dist-bundled/es/gids-calendar-month-list.js +1 -1
- package/dist-bundled/es/gids-calendar-year-list.js +4 -4
- package/dist-bundled/es/gids-calendar.js +7 -7
- package/dist-bundled/es/gids-chart-legend-item.js +4 -4
- package/dist-bundled/es/gids-chart-legend.js +4 -4
- package/dist-bundled/es/gids-chart.js +18 -18
- package/dist-bundled/es/gids-chevron-button.js +2 -2
- package/dist-bundled/es/gids-dot.js +1 -1
- package/dist-bundled/es/gids-dropdown-field.js +5 -5
- package/dist-bundled/es/gids-dropdown-picker.js +2 -2
- package/dist-bundled/es/gids-dropdown.js +4 -4
- package/dist-bundled/es/gids-expansion-body-list-item.js +3 -3
- package/dist-bundled/es/gids-expansion-body-list.js +35 -35
- package/dist-bundled/es/gids-expansion-group.js +5 -5
- package/dist-bundled/es/gids-expansion.js +4 -4
- package/dist-bundled/es/gids-field.js +1 -1
- package/dist-bundled/es/gids-filter.js +2 -2
- package/dist-bundled/es/gids-icon.js +4 -4
- package/dist-bundled/es/gids-input.js +1 -1
- package/dist-bundled/es/gids-line-chart.js +4 -4
- package/dist-bundled/es/gids-md-table.js +170 -0
- package/dist-bundled/es/gids-overflow-container.js +1 -1
- package/dist-bundled/es/gids-overlay-provider.js +2 -2
- package/dist-bundled/es/gids-password-field.js +24 -24
- package/dist-bundled/es/gids-pie-chart.js +1 -1
- package/dist-bundled/es/gids-popover.js +1 -1
- package/dist-bundled/es/gids-scrim.js +6 -6
- package/dist-bundled/es/gids-tab-item.js +6 -6
- package/dist-bundled/es/gids-tab.js +4 -4
- package/dist-bundled/es/gids-text-field.js +16 -16
- package/dist-bundled/es/gids-toggle-button.js +1 -1
- package/dist-bundled/es/gids-tooltip.js +4 -4
- package/dist-bundled/es/{p-DlI2raNo-5V-p1A9Z.js → p-4lN1OdcA-xYP8gbDc.js} +17 -34
- package/dist-bundled/es/{p-CD_BHkBE-DX2546yK.js → p-6APCjBEI-BREg63Xr.js} +5 -5
- package/dist-bundled/es/{p-Cn-t3SGc-CwvvOdlK.js → p-BCVFQSjK-CKrYrI4b.js} +15 -15
- package/dist-bundled/es/{p-DfrYaprq-CeZqb0rn.js → p-BSbOhfLZ-BdEHhmFM.js} +3 -3
- package/dist-bundled/es/{p-DA_atCAU-KdxJYYDE.js → p-BVAtja26-C16IjShX.js} +8 -8
- package/dist-bundled/es/{p-BeP2XcqY-DMXmX4Mc.js → p-C2O_pGky-CP4PN55D.js} +10 -10
- package/dist-bundled/es/p-C2POfZhu-DzG_JxV6.js +24 -0
- package/dist-bundled/es/{p-3Ni1-UuQ-CPn15cat.js → p-C3We7Q8Q-2EoDLj5m.js} +2 -2
- package/dist-bundled/es/{p-C4yEV6pT-8IjLINXB.js → p-C3w3wdCt-BTH-jYlI.js} +6 -6
- package/dist-bundled/es/{p-BQCMjWpK-CLxPNItn.js → p-C3xv7tfs-DHsjc3Ns.js} +4 -4
- package/dist-bundled/es/{p-Ditd1zV7-DdQjXthS.js → p-C56G7JRy-BCGZG2-3.js} +2 -2
- package/dist-bundled/es/{p-DVVJrKxO-Bdl0HX_u.js → p-CI-sN9Lr-BvWzRJw-.js} +20 -19
- package/dist-bundled/es/{p-WHI6NO_h-DHNy0JzV.js → p-COHuQEfZ-DcUxD9TI.js} +11 -11
- package/dist-bundled/es/{p-CkydANOS-CzTX9wng.js → p-Chqeexny-BuJ-PhNi.js} +6 -6
- package/dist-bundled/es/{p-D4Pimu_8-DfEGRQGf.js → p-D4Pimu_8-ARSuGBs4.js} +0 -1
- package/dist-bundled/es/{p-D6lxqcxP-DWrZi1Xi.js → p-D6lxqcxP-C6BOC0kV.js} +1 -1
- package/dist-bundled/es/{p-C2PfO9h9-H_toZwKo.js → p-DO0MyFf4-Ddg5sVMx.js} +5 -5
- package/dist-bundled/es/p-DUojHltk-BQ0ryfLD.js +172 -0
- package/dist-bundled/es/{p-UxDcM-C5-Dr5d_WpJ.js → p-UxDcM-C5-BJO4X0jM.js} +1 -1
- package/dist-bundled/es/{p-KaaOtnwV-D7HTbhvI.js → p-_SIWct9h-jMYFZ-VO.js} +12 -12
- package/dist-bundled/es/{p-qIkbfIF3-B7NovGEi.js → p-pSb81aE0-WzAszFOQ.js} +2 -2
- package/dist-bundled/es/{p-BE2G21MT-WGW-ehxu.js → p-ub0GuVHb-C9vrhXyF.js} +2 -2
- package/dist-bundled/umd/gids-action-bar.umd.js +3 -3
- package/dist-bundled/umd/gids-activity-gauge.umd.js +1 -1
- package/dist-bundled/umd/gids-bar-chart.umd.js +1 -1
- package/dist-bundled/umd/gids-calendar-header-panel.umd.js +1 -1
- package/dist-bundled/umd/gids-calendar-month-list.umd.js +1 -1
- package/dist-bundled/umd/gids-calendar-year-list.umd.js +1 -1
- package/dist-bundled/umd/gids-calendar.umd.js +1 -1
- package/dist-bundled/umd/gids-chart-legend-item.umd.js +1 -1
- package/dist-bundled/umd/gids-chart-legend.umd.js +1 -1
- package/dist-bundled/umd/gids-chart.umd.js +1 -1
- package/dist-bundled/umd/gids-chevron-button.umd.js +1 -1
- package/dist-bundled/umd/gids-dot.umd.js +1 -1
- package/dist-bundled/umd/gids-dropdown-field.umd.js +2 -2
- package/dist-bundled/umd/gids-dropdown-picker.umd.js +1 -1
- package/dist-bundled/umd/gids-dropdown.umd.js +2 -2
- package/dist-bundled/umd/gids-expansion-body-list-item.umd.js +1 -1
- package/dist-bundled/umd/gids-expansion-body-list.umd.js +2 -2
- package/dist-bundled/umd/gids-expansion-group.umd.js +1 -1
- package/dist-bundled/umd/gids-expansion.umd.js +1 -1
- package/dist-bundled/umd/gids-field.umd.js +1 -1
- package/dist-bundled/umd/gids-filter.umd.js +3 -3
- package/dist-bundled/umd/gids-icon.umd.js +1 -1
- package/dist-bundled/umd/gids-input.umd.js +1 -1
- package/dist-bundled/umd/gids-line-chart.umd.js +2 -2
- package/dist-bundled/umd/gids-md-table.umd.js +5 -0
- package/dist-bundled/umd/gids-overflow-container.umd.js +1 -1
- package/dist-bundled/umd/gids-overlay-provider.umd.js +1 -1
- package/dist-bundled/umd/gids-password-field.umd.js +2 -2
- package/dist-bundled/umd/gids-pie-chart.umd.js +1 -1
- package/dist-bundled/umd/gids-popover.umd.js +1 -1
- package/dist-bundled/umd/gids-scrim.umd.js +1 -1
- package/dist-bundled/umd/gids-tab-item.umd.js +2 -2
- package/dist-bundled/umd/gids-tab.umd.js +1 -1
- package/dist-bundled/umd/gids-text-field.umd.js +1 -1
- package/dist-bundled/umd/gids-toggle-button.umd.js +2 -2
- package/dist-bundled/umd/gids-tooltip.umd.js +1 -1
- package/dist-bundled/umd-complete/gids-core-web.umd.js +8 -8
- package/package.json +17 -9
- package/dist/p-2wB6zkno.js +0 -1
- package/dist/p-Cn-t3SGc.js +0 -1
- package/dist/p-DVVJrKxO.js +0 -1
- package/dist/p-DlI2raNo.js +0 -1
- package/dist/p-KaaOtnwV.js +0 -1
- package/dist-bundled/es/p-2wB6zkno-57WAxATm.js +0 -152
|
@@ -5,20 +5,22 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { GidsActionBarAllFilters, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail,
|
|
8
|
+
import { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
|
|
9
9
|
import { NativeInputForwardedProps } from "./components/webComponents/GidsDropdown/GidsDropdown";
|
|
10
|
-
import { GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
|
|
10
|
+
import { GidsBasicTableCellTypographyStyle, GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
|
|
11
11
|
import { NativeInputForwardedProps as NativeInputForwardedProps1 } from "./components/webComponents/GidsDropdownField/GidsDropdownField";
|
|
12
12
|
import { IconAppearance, IconName } from "@ganpatiinfo/gids-web-theme-interface";
|
|
13
13
|
import { JSXBase } from "./stencil-public-runtime";
|
|
14
|
+
import { GidsTableCellAppearanceSharedType, GidsTableCellBorderRadiusSideSharedType, GidsTableCellTextAlignmentSharedType, GidsTableWidthSharedType } from "@ganpatiinfo/gids-core-shared/dist/shared/GidsTableSharedTypes";
|
|
14
15
|
import { GidsPieChartSize } from "./components/webComponents/GidsPieChart/GidsPieChart";
|
|
15
16
|
import { GidsProgressCircleShape, GidsProgressCircleSize } from "./components/webComponents/GidsProgressCircle/GidsProgressCircle";
|
|
16
|
-
export { GidsActionBarAllFilters, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail,
|
|
17
|
+
export { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
|
|
17
18
|
export { NativeInputForwardedProps } from "./components/webComponents/GidsDropdown/GidsDropdown";
|
|
18
|
-
export { GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
|
|
19
|
+
export { GidsBasicTableCellTypographyStyle, GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
|
|
19
20
|
export { NativeInputForwardedProps as NativeInputForwardedProps1 } from "./components/webComponents/GidsDropdownField/GidsDropdownField";
|
|
20
21
|
export { IconAppearance, IconName } from "@ganpatiinfo/gids-web-theme-interface";
|
|
21
22
|
export { JSXBase } from "./stencil-public-runtime";
|
|
23
|
+
export { GidsTableCellAppearanceSharedType, GidsTableCellBorderRadiusSideSharedType, GidsTableCellTextAlignmentSharedType, GidsTableWidthSharedType } from "@ganpatiinfo/gids-core-shared/dist/shared/GidsTableSharedTypes";
|
|
22
24
|
export { GidsPieChartSize } from "./components/webComponents/GidsPieChart/GidsPieChart";
|
|
23
25
|
export { GidsProgressCircleShape, GidsProgressCircleSize } from "./components/webComponents/GidsProgressCircle/GidsProgressCircle";
|
|
24
26
|
export namespace Components {
|
|
@@ -45,6 +47,10 @@ export namespace Components {
|
|
|
45
47
|
*/
|
|
46
48
|
"disabled"?: boolean;
|
|
47
49
|
"dropdownDividerVisible"?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* @default true
|
|
52
|
+
*/
|
|
53
|
+
"filterAllIsDefaultSelected"?: boolean;
|
|
48
54
|
/**
|
|
49
55
|
* @default 'xs'
|
|
50
56
|
*/
|
|
@@ -54,7 +60,9 @@ export namespace Components {
|
|
|
54
60
|
* @default false
|
|
55
61
|
*/
|
|
56
62
|
"moreFiltersTabVisible"?: boolean;
|
|
57
|
-
"onClearAllFiltersButton"?: (
|
|
63
|
+
"onClearAllFiltersButton"?: (
|
|
64
|
+
detail: GidsActionBarClearFiltersEventDetail,
|
|
65
|
+
) => void;
|
|
58
66
|
"onDropdownSelectionActionBarFilterChange"?: (
|
|
59
67
|
detail: GidsActionBarFilterSelectEventDetail,
|
|
60
68
|
) => void;
|
|
@@ -437,9 +445,9 @@ export namespace Components {
|
|
|
437
445
|
/**
|
|
438
446
|
* @default []
|
|
439
447
|
*/
|
|
440
|
-
"expansionBodyListItems"?:
|
|
441
|
-
"onExpansionBodyListSubtitlePress"?:
|
|
442
|
-
"onExpansionBodyListSupportingTextPress"?:
|
|
448
|
+
"expansionBodyListItems"?: GidsExpansionBodyListItems[];
|
|
449
|
+
"onExpansionBodyListSubtitlePress"?: GidsExpansionBodyListEvent;
|
|
450
|
+
"onExpansionBodyListSupportingTextPress"?: GidsExpansionBodyListEvent;
|
|
443
451
|
}
|
|
444
452
|
interface GidsExpansionBodyListItem {
|
|
445
453
|
/**
|
|
@@ -614,6 +622,80 @@ export namespace Components {
|
|
|
614
622
|
*/
|
|
615
623
|
"yAxisVisible"?: boolean;
|
|
616
624
|
}
|
|
625
|
+
interface GidsMdTable {
|
|
626
|
+
/**
|
|
627
|
+
* @default false
|
|
628
|
+
*/
|
|
629
|
+
"isSideHeaderVisible"?: boolean;
|
|
630
|
+
/**
|
|
631
|
+
* @default false
|
|
632
|
+
*/
|
|
633
|
+
"isTopHeaderVisible"?: boolean;
|
|
634
|
+
/**
|
|
635
|
+
* @default 'none'
|
|
636
|
+
*/
|
|
637
|
+
"rowAppearance"?: GidsTableCellAppearanceSharedType;
|
|
638
|
+
/**
|
|
639
|
+
* @default 'label-small'
|
|
640
|
+
*/
|
|
641
|
+
"rowLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
642
|
+
/**
|
|
643
|
+
* @default 'left'
|
|
644
|
+
*/
|
|
645
|
+
"rowTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
646
|
+
/**
|
|
647
|
+
* @default 'none'
|
|
648
|
+
*/
|
|
649
|
+
"sideHeaderAppearance"?: GidsTableCellAppearanceSharedType;
|
|
650
|
+
/**
|
|
651
|
+
* @default 'label-small'
|
|
652
|
+
*/
|
|
653
|
+
"sideHeaderLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
654
|
+
/**
|
|
655
|
+
* @default 'left'
|
|
656
|
+
*/
|
|
657
|
+
"sideHeaderTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
658
|
+
/**
|
|
659
|
+
* @default []
|
|
660
|
+
*/
|
|
661
|
+
"tableBody"?: GidsMdTableBody<
|
|
662
|
+
GidsBasicTableCellTypographyStyle,
|
|
663
|
+
IconName,
|
|
664
|
+
IconAppearance
|
|
665
|
+
>[];
|
|
666
|
+
/**
|
|
667
|
+
* @default []
|
|
668
|
+
*/
|
|
669
|
+
"tableBorderRadius"?: GidsTableCellBorderRadiusSideSharedType[];
|
|
670
|
+
/**
|
|
671
|
+
* @default 'none'
|
|
672
|
+
*/
|
|
673
|
+
"tableBorders"?: GidsTableBordersWithNoneSharedType;
|
|
674
|
+
/**
|
|
675
|
+
* @default 'none'
|
|
676
|
+
*/
|
|
677
|
+
"topHeaderAppearance"?: GidsTableCellAppearanceSharedType;
|
|
678
|
+
/**
|
|
679
|
+
* @default []
|
|
680
|
+
*/
|
|
681
|
+
"topHeaderCells"?: GidsBasicTableHeaderCellItem<
|
|
682
|
+
GidsBasicTableCellTypographyStyle,
|
|
683
|
+
IconName,
|
|
684
|
+
IconAppearance
|
|
685
|
+
>[];
|
|
686
|
+
/**
|
|
687
|
+
* @default 'eyebrow-small'
|
|
688
|
+
*/
|
|
689
|
+
"topHeaderLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
690
|
+
/**
|
|
691
|
+
* @default 'left'
|
|
692
|
+
*/
|
|
693
|
+
"topHeaderTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
694
|
+
/**
|
|
695
|
+
* @default 'full'
|
|
696
|
+
*/
|
|
697
|
+
"width"?: GidsTableWidthSharedType;
|
|
698
|
+
}
|
|
617
699
|
interface GidsNotification {
|
|
618
700
|
/**
|
|
619
701
|
* @default 'default'
|
|
@@ -1061,6 +1143,12 @@ declare global {
|
|
|
1061
1143
|
prototype: HTMLGidsLineChartElement;
|
|
1062
1144
|
new (): HTMLGidsLineChartElement;
|
|
1063
1145
|
};
|
|
1146
|
+
interface HTMLGidsMdTableElement extends Components.GidsMdTable, HTMLStencilElement {
|
|
1147
|
+
}
|
|
1148
|
+
var HTMLGidsMdTableElement: {
|
|
1149
|
+
prototype: HTMLGidsMdTableElement;
|
|
1150
|
+
new (): HTMLGidsMdTableElement;
|
|
1151
|
+
};
|
|
1064
1152
|
interface HTMLGidsNotificationElement extends Components.GidsNotification, HTMLStencilElement {
|
|
1065
1153
|
}
|
|
1066
1154
|
var HTMLGidsNotificationElement: {
|
|
@@ -1205,6 +1293,7 @@ declare global {
|
|
|
1205
1293
|
"gids-input": HTMLGidsInputElement;
|
|
1206
1294
|
"gids-level-gauge": HTMLGidsLevelGaugeElement;
|
|
1207
1295
|
"gids-line-chart": HTMLGidsLineChartElement;
|
|
1296
|
+
"gids-md-table": HTMLGidsMdTableElement;
|
|
1208
1297
|
"gids-notification": HTMLGidsNotificationElement;
|
|
1209
1298
|
"gids-overflow-container": HTMLGidsOverflowContainerElement;
|
|
1210
1299
|
"gids-overlay-provider": HTMLGidsOverlayProviderElement;
|
|
@@ -1247,6 +1336,10 @@ declare namespace LocalJSX {
|
|
|
1247
1336
|
*/
|
|
1248
1337
|
"disabled"?: boolean;
|
|
1249
1338
|
"dropdownDividerVisible"?: boolean;
|
|
1339
|
+
/**
|
|
1340
|
+
* @default true
|
|
1341
|
+
*/
|
|
1342
|
+
"filterAllIsDefaultSelected"?: boolean;
|
|
1250
1343
|
/**
|
|
1251
1344
|
* @default 'xs'
|
|
1252
1345
|
*/
|
|
@@ -1256,7 +1349,9 @@ declare namespace LocalJSX {
|
|
|
1256
1349
|
* @default false
|
|
1257
1350
|
*/
|
|
1258
1351
|
"moreFiltersTabVisible"?: boolean;
|
|
1259
|
-
"onClearAllFiltersButton"?: (
|
|
1352
|
+
"onClearAllFiltersButton"?: (
|
|
1353
|
+
detail: GidsActionBarClearFiltersEventDetail,
|
|
1354
|
+
) => void;
|
|
1260
1355
|
"onDropdownSelectionActionBarFilterChange"?: (
|
|
1261
1356
|
detail: GidsActionBarFilterSelectEventDetail,
|
|
1262
1357
|
) => void;
|
|
@@ -1638,9 +1733,9 @@ declare namespace LocalJSX {
|
|
|
1638
1733
|
/**
|
|
1639
1734
|
* @default []
|
|
1640
1735
|
*/
|
|
1641
|
-
"expansionBodyListItems"?:
|
|
1642
|
-
"onExpansionBodyListSubtitlePress"?:
|
|
1643
|
-
"onExpansionBodyListSupportingTextPress"?:
|
|
1736
|
+
"expansionBodyListItems"?: GidsExpansionBodyListItems[];
|
|
1737
|
+
"onExpansionBodyListSubtitlePress"?: GidsExpansionBodyListEvent;
|
|
1738
|
+
"onExpansionBodyListSupportingTextPress"?: GidsExpansionBodyListEvent;
|
|
1644
1739
|
}
|
|
1645
1740
|
interface GidsExpansionBodyListItem {
|
|
1646
1741
|
/**
|
|
@@ -1814,6 +1909,80 @@ declare namespace LocalJSX {
|
|
|
1814
1909
|
*/
|
|
1815
1910
|
"yAxisVisible"?: boolean;
|
|
1816
1911
|
}
|
|
1912
|
+
interface GidsMdTable {
|
|
1913
|
+
/**
|
|
1914
|
+
* @default false
|
|
1915
|
+
*/
|
|
1916
|
+
"isSideHeaderVisible"?: boolean;
|
|
1917
|
+
/**
|
|
1918
|
+
* @default false
|
|
1919
|
+
*/
|
|
1920
|
+
"isTopHeaderVisible"?: boolean;
|
|
1921
|
+
/**
|
|
1922
|
+
* @default 'none'
|
|
1923
|
+
*/
|
|
1924
|
+
"rowAppearance"?: GidsTableCellAppearanceSharedType;
|
|
1925
|
+
/**
|
|
1926
|
+
* @default 'label-small'
|
|
1927
|
+
*/
|
|
1928
|
+
"rowLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
1929
|
+
/**
|
|
1930
|
+
* @default 'left'
|
|
1931
|
+
*/
|
|
1932
|
+
"rowTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
1933
|
+
/**
|
|
1934
|
+
* @default 'none'
|
|
1935
|
+
*/
|
|
1936
|
+
"sideHeaderAppearance"?: GidsTableCellAppearanceSharedType;
|
|
1937
|
+
/**
|
|
1938
|
+
* @default 'label-small'
|
|
1939
|
+
*/
|
|
1940
|
+
"sideHeaderLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
1941
|
+
/**
|
|
1942
|
+
* @default 'left'
|
|
1943
|
+
*/
|
|
1944
|
+
"sideHeaderTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
1945
|
+
/**
|
|
1946
|
+
* @default []
|
|
1947
|
+
*/
|
|
1948
|
+
"tableBody"?: GidsMdTableBody<
|
|
1949
|
+
GidsBasicTableCellTypographyStyle,
|
|
1950
|
+
IconName,
|
|
1951
|
+
IconAppearance
|
|
1952
|
+
>[];
|
|
1953
|
+
/**
|
|
1954
|
+
* @default []
|
|
1955
|
+
*/
|
|
1956
|
+
"tableBorderRadius"?: GidsTableCellBorderRadiusSideSharedType[];
|
|
1957
|
+
/**
|
|
1958
|
+
* @default 'none'
|
|
1959
|
+
*/
|
|
1960
|
+
"tableBorders"?: GidsTableBordersWithNoneSharedType;
|
|
1961
|
+
/**
|
|
1962
|
+
* @default 'none'
|
|
1963
|
+
*/
|
|
1964
|
+
"topHeaderAppearance"?: GidsTableCellAppearanceSharedType;
|
|
1965
|
+
/**
|
|
1966
|
+
* @default []
|
|
1967
|
+
*/
|
|
1968
|
+
"topHeaderCells"?: GidsBasicTableHeaderCellItem<
|
|
1969
|
+
GidsBasicTableCellTypographyStyle,
|
|
1970
|
+
IconName,
|
|
1971
|
+
IconAppearance
|
|
1972
|
+
>[];
|
|
1973
|
+
/**
|
|
1974
|
+
* @default 'eyebrow-small'
|
|
1975
|
+
*/
|
|
1976
|
+
"topHeaderLabelTypography"?: GidsBasicTableCellTypographyStyle;
|
|
1977
|
+
/**
|
|
1978
|
+
* @default 'left'
|
|
1979
|
+
*/
|
|
1980
|
+
"topHeaderTextAlignment"?: GidsTableCellTextAlignmentSharedType;
|
|
1981
|
+
/**
|
|
1982
|
+
* @default 'full'
|
|
1983
|
+
*/
|
|
1984
|
+
"width"?: GidsTableWidthSharedType;
|
|
1985
|
+
}
|
|
1817
1986
|
interface GidsNotification {
|
|
1818
1987
|
/**
|
|
1819
1988
|
* @default 'default'
|
|
@@ -2091,6 +2260,7 @@ declare namespace LocalJSX {
|
|
|
2091
2260
|
"allFiltersTabVisible": boolean;
|
|
2092
2261
|
"moreFiltersTabVisible": boolean;
|
|
2093
2262
|
"clearAllFiltersVisible": boolean;
|
|
2263
|
+
"filterAllIsDefaultSelected": boolean;
|
|
2094
2264
|
"clearAllFiltersButtonAppearance": GidsButtonAppearance;
|
|
2095
2265
|
"filterSize": GidsButtonSize;
|
|
2096
2266
|
"dropdownDividerVisible": boolean;
|
|
@@ -2301,6 +2471,21 @@ declare namespace LocalJSX {
|
|
|
2301
2471
|
"chartLoadingTitle": string;
|
|
2302
2472
|
"chartLoadingSupportingText": string;
|
|
2303
2473
|
}
|
|
2474
|
+
interface GidsMdTableAttributes {
|
|
2475
|
+
"isTopHeaderVisible": boolean;
|
|
2476
|
+
"isSideHeaderVisible": boolean;
|
|
2477
|
+
"width": GidsTableWidthSharedType;
|
|
2478
|
+
"topHeaderAppearance": GidsTableCellAppearanceSharedType;
|
|
2479
|
+
"sideHeaderAppearance": GidsTableCellAppearanceSharedType;
|
|
2480
|
+
"rowAppearance": GidsTableCellAppearanceSharedType;
|
|
2481
|
+
"tableBorders": GidsTableBordersWithNoneSharedType;
|
|
2482
|
+
"topHeaderLabelTypography": GidsBasicTableCellTypographyStyle;
|
|
2483
|
+
"sideHeaderLabelTypography": GidsBasicTableCellTypographyStyle;
|
|
2484
|
+
"rowLabelTypography": GidsBasicTableCellTypographyStyle;
|
|
2485
|
+
"topHeaderTextAlignment": GidsTableCellTextAlignmentSharedType;
|
|
2486
|
+
"sideHeaderTextAlignment": GidsTableCellTextAlignmentSharedType;
|
|
2487
|
+
"rowTextAlignment": GidsTableCellTextAlignmentSharedType;
|
|
2488
|
+
}
|
|
2304
2489
|
interface GidsNotificationAttributes {
|
|
2305
2490
|
"notificationTitle": string;
|
|
2306
2491
|
"message": string;
|
|
@@ -2450,6 +2635,7 @@ declare namespace LocalJSX {
|
|
|
2450
2635
|
"gids-input": Omit<GidsInput, keyof GidsInputAttributes> & { [K in keyof GidsInput & keyof GidsInputAttributes]?: GidsInput[K] } & { [K in keyof GidsInput & keyof GidsInputAttributes as `attr:${K}`]?: GidsInputAttributes[K] } & { [K in keyof GidsInput & keyof GidsInputAttributes as `prop:${K}`]?: GidsInput[K] };
|
|
2451
2636
|
"gids-level-gauge": Omit<GidsLevelGauge, keyof GidsLevelGaugeAttributes> & { [K in keyof GidsLevelGauge & keyof GidsLevelGaugeAttributes]?: GidsLevelGauge[K] } & { [K in keyof GidsLevelGauge & keyof GidsLevelGaugeAttributes as `attr:${K}`]?: GidsLevelGaugeAttributes[K] } & { [K in keyof GidsLevelGauge & keyof GidsLevelGaugeAttributes as `prop:${K}`]?: GidsLevelGauge[K] };
|
|
2452
2637
|
"gids-line-chart": Omit<GidsLineChart, keyof GidsLineChartAttributes> & { [K in keyof GidsLineChart & keyof GidsLineChartAttributes]?: GidsLineChart[K] } & { [K in keyof GidsLineChart & keyof GidsLineChartAttributes as `attr:${K}`]?: GidsLineChartAttributes[K] } & { [K in keyof GidsLineChart & keyof GidsLineChartAttributes as `prop:${K}`]?: GidsLineChart[K] };
|
|
2638
|
+
"gids-md-table": Omit<GidsMdTable, keyof GidsMdTableAttributes> & { [K in keyof GidsMdTable & keyof GidsMdTableAttributes]?: GidsMdTable[K] } & { [K in keyof GidsMdTable & keyof GidsMdTableAttributes as `attr:${K}`]?: GidsMdTableAttributes[K] } & { [K in keyof GidsMdTable & keyof GidsMdTableAttributes as `prop:${K}`]?: GidsMdTable[K] };
|
|
2453
2639
|
"gids-notification": Omit<GidsNotification, keyof GidsNotificationAttributes> & { [K in keyof GidsNotification & keyof GidsNotificationAttributes]?: GidsNotification[K] } & { [K in keyof GidsNotification & keyof GidsNotificationAttributes as `attr:${K}`]?: GidsNotificationAttributes[K] } & { [K in keyof GidsNotification & keyof GidsNotificationAttributes as `prop:${K}`]?: GidsNotification[K] };
|
|
2454
2640
|
"gids-overflow-container": Omit<GidsOverflowContainer, keyof GidsOverflowContainerAttributes> & { [K in keyof GidsOverflowContainer & keyof GidsOverflowContainerAttributes]?: GidsOverflowContainer[K] } & { [K in keyof GidsOverflowContainer & keyof GidsOverflowContainerAttributes as `attr:${K}`]?: GidsOverflowContainerAttributes[K] } & { [K in keyof GidsOverflowContainer & keyof GidsOverflowContainerAttributes as `prop:${K}`]?: GidsOverflowContainer[K] };
|
|
2455
2641
|
"gids-overlay-provider": GidsOverlayProvider;
|
|
@@ -2495,6 +2681,7 @@ declare module "@stencil/core" {
|
|
|
2495
2681
|
"gids-input": LocalJSX.IntrinsicElements["gids-input"] & JSXBase.HTMLAttributes<HTMLGidsInputElement>;
|
|
2496
2682
|
"gids-level-gauge": LocalJSX.IntrinsicElements["gids-level-gauge"] & JSXBase.HTMLAttributes<HTMLGidsLevelGaugeElement>;
|
|
2497
2683
|
"gids-line-chart": LocalJSX.IntrinsicElements["gids-line-chart"] & JSXBase.HTMLAttributes<HTMLGidsLineChartElement>;
|
|
2684
|
+
"gids-md-table": LocalJSX.IntrinsicElements["gids-md-table"] & JSXBase.HTMLAttributes<HTMLGidsMdTableElement>;
|
|
2498
2685
|
"gids-notification": LocalJSX.IntrinsicElements["gids-notification"] & JSXBase.HTMLAttributes<HTMLGidsNotificationElement>;
|
|
2499
2686
|
"gids-overflow-container": LocalJSX.IntrinsicElements["gids-overflow-container"] & JSXBase.HTMLAttributes<HTMLGidsOverflowContainerElement>;
|
|
2500
2687
|
"gids-overlay-provider": LocalJSX.IntrinsicElements["gids-overlay-provider"] & JSXBase.HTMLAttributes<HTMLGidsOverlayProviderElement>;
|