@ascentgl/ads-ui 0.0.85 → 0.0.86

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.
Files changed (55) hide show
  1. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +7 -7
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +7 -7
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +7 -7
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +7 -7
  16. package/fesm2022/ascentgl-ads-ui.mjs +942 -452
  17. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  18. package/index.d.ts +7 -0
  19. package/lib/components/header/org-display-text/index.d.ts +1 -0
  20. package/lib/components/header/org-display-text/org-display-text.component.d.ts +13 -0
  21. package/lib/components/header/org-display-text/org-display-text.module.d.ts +8 -0
  22. package/lib/components/header/org-display-text/public-api.d.ts +2 -0
  23. package/lib/components/nav-bar/main-menu/index.d.ts +1 -0
  24. package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +15 -0
  25. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +11 -0
  26. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +10 -0
  27. package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +57 -0
  28. package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +15 -0
  29. package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +9 -0
  30. package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +7 -0
  31. package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +15 -0
  32. package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +10 -0
  33. package/lib/components/nav-bar/main-menu/public-api.d.ts +4 -0
  34. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +1 -0
  35. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +31 -0
  36. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +8 -0
  37. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +2 -0
  38. package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +1 -0
  39. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +13 -0
  40. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +7 -0
  41. package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +2 -0
  42. package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +1 -0
  43. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +48 -0
  44. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +11 -0
  45. package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +2 -0
  46. package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +1 -0
  47. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +5 -0
  48. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +7 -0
  49. package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +2 -0
  50. package/lib/components/shell-layout/navigation/index.d.ts +1 -0
  51. package/lib/components/shell-layout/navigation/navigation.component.d.ts +13 -0
  52. package/lib/components/shell-layout/navigation/navigation.module.d.ts +7 -0
  53. package/lib/components/shell-layout/navigation/public-api.d.ts +2 -0
  54. package/lib/components/table/table.component.d.ts +1 -194
  55. package/package.json +1 -1
@@ -61,200 +61,7 @@ export declare class AdsTableComponent implements AfterViewInit, OnDestroy {
61
61
  private getFallbackColumnDefs;
62
62
  /** @ignore */
63
63
  ngOnDestroy(): void;
64
- protected readonly themeQuartz: import("ag-grid-community").Theme<{
65
- accentColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
66
- advancedFilterBuilderButtonBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
67
- advancedFilterBuilderColumnPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
68
- advancedFilterBuilderIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
69
- advancedFilterBuilderJoinPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
70
- advancedFilterBuilderOptionPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
71
- advancedFilterBuilderValuePillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
72
- backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
73
- borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
74
- borderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
75
- browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
76
- cellHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
77
- cellHorizontalPaddingScale: number;
78
- cellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
79
- cellWidgetSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
80
- chartMenuLabelColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
81
- chartMenuPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
82
- chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
83
- columnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
84
- columnDropCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
85
- columnDropCellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
86
- columnDropCellDragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
87
- columnDropCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
88
- columnHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
89
- columnSelectIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
90
- dialogBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
91
- dialogShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
92
- cellEditingBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
93
- cellEditingShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
94
- dragAndDropImageBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
95
- dragAndDropImageBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
96
- dragAndDropImageShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
97
- dragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
98
- dropdownShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
99
- filterToolPanelGroupIndent: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
100
- focusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
101
- fontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
102
- fontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
103
- dataFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
104
- footerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
105
- foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
106
- spacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
107
- headerBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
108
- headerCellBackgroundTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
109
- headerCellHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
110
- headerCellMovingBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
111
- headerColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
112
- headerColumnBorderHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
113
- headerColumnResizeHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
114
- headerColumnResizeHandleHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
115
- headerColumnResizeHandleWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
116
- headerFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
117
- cellFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
118
- headerFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
119
- headerFontWeight: import("ag-grid-community/dist/types/src/theming/theme-types").FontWeightValue;
120
- headerHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
121
- headerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
122
- headerTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
123
- headerVerticalPaddingScale: number;
124
- iconButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
125
- iconButtonHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
126
- iconSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
127
- invalidColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
128
- listItemHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
129
- menuBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
130
- menuBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
131
- menuSeparatorColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
132
- menuShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
133
- menuTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
134
- modalOverlayBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
135
- oddRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
136
- panelBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
137
- panelTitleBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
138
- panelTitleBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
139
- pinnedColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
140
- pinnedRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
141
- popupShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
142
- cardShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
143
- rangeSelectionBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
144
- rangeSelectionBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
145
- rangeSelectionBorderStyle: import("ag-grid-community/dist/types/src/theming/theme-types").BorderStyleValue;
146
- rangeSelectionChartBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
147
- rangeSelectionChartCategoryBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
148
- rangeSelectionHighlightColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
149
- rowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
150
- rowGroupIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
151
- rowHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
152
- rowHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
153
- rowLoadingSkeletonEffectColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
154
- rowVerticalPaddingScale: number;
155
- selectCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
156
- selectCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
157
- selectedRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
158
- setFilterIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
159
- sideBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
160
- sideButtonBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
161
- sideBarPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
162
- sidePanelBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
163
- sideButtonBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
164
- sideButtonSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
165
- sideButtonSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
166
- sideButtonSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
167
- sideButtonBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
168
- sideButtonTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
169
- sideButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
170
- sideButtonHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
171
- sideButtonSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
172
- sideButtonSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
173
- sideButtonSelectedBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
174
- sideButtonLeftPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
175
- sideButtonRightPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
176
- sideButtonVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
177
- subtleTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
178
- textColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
179
- toggleButtonWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
180
- toggleButtonHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
181
- toggleButtonOffBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
182
- toggleButtonOnBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
183
- toggleButtonSwitchBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
184
- toggleButtonSwitchInset: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
185
- toolPanelSeparatorBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
186
- tooltipBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
187
- tooltipBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
188
- tooltipTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
189
- valueChangeDeltaDownColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
190
- valueChangeDeltaUpColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
191
- valueChangeValueHighlightBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
192
- widgetContainerHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
193
- widgetContainerVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
194
- widgetHorizontalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
195
- widgetVerticalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
196
- wrapperBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
197
- wrapperBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
198
- } & {
199
- checkboxBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
200
- checkboxBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
201
- checkboxCheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
202
- checkboxCheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
203
- checkboxCheckedShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
204
- checkboxCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
205
- checkboxIndeterminateBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
206
- checkboxIndeterminateBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
207
- checkboxIndeterminateShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
208
- checkboxIndeterminateShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
209
- checkboxUncheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
210
- checkboxUncheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
211
- radioCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
212
- } & {
213
- readonly backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
214
- readonly foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
215
- readonly borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
216
- readonly chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
217
- readonly browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
218
- } & {
219
- tabBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
220
- tabBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
221
- tabTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
222
- tabSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
223
- tabHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
224
- tabSelectedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
225
- tabSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
226
- tabBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
227
- tabBarHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
228
- tabBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
229
- tabBottomPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
230
- tabHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
231
- tabHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
232
- tabSelectedBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
233
- tabSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
234
- tabSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
235
- tabSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
236
- tabSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
237
- tabTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
238
- } & {
239
- inputBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
240
- inputBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
241
- inputBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
242
- inputPaddingStart: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
243
- inputFocusBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
244
- inputFocusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
245
- inputDisabledBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
246
- inputDisabledTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
247
- inputInvalidBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
248
- inputDisabledBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
249
- inputFocusBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
250
- inputFocusTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
251
- inputHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
252
- inputInvalidBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
253
- inputInvalidTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
254
- inputTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
255
- inputPlaceholderTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
256
- inputIconColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
257
- }>;
64
+ protected readonly themeQuartz: import("ag-grid-community").Theme<import("ag-grid-community").ThemeDefaultParams>;
258
65
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
259
66
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
260
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",