@rebilly/revel 12.34.4 → 12.34.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.34.4](https://github.com/Rebilly/rebilly/compare/revel-v12.34.3...revel-v12.34.4) (2026-05-27)
1
+ ## [12.34.5](https://github.com/Rebilly/rebilly/compare/revel-v12.34.4...revel-v12.34.5) (2026-05-27)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **revel:** Datepicker hours/minutes options invisible in the dark mode ([#21752](https://github.com/Rebilly/rebilly/issues/21752)) ([8d6f105](https://github.com/Rebilly/rebilly/commit/8d6f10504a6833874c631867c3e4a07622043785))
6
+ * **recomm:** Add Revel tab indicator style for Recomm grids ([#21939](https://github.com/Rebilly/rebilly/issues/21939)) ([37c07db](https://github.com/Rebilly/rebilly/commit/37c07db6213496f48ef7e6e97b6fbe8451e827e7))
@@ -85,6 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
85
85
  } | undefined;
86
86
  goingToSameRoute(to?: Tab["to"]): boolean;
87
87
  addItemToTabsList(tab: Tab): void;
88
+ removeItemFromTabsList(tabId: string): void;
88
89
  bootstrap(): void;
89
90
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "tab-selected"[], "tab-selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
90
91
  /**
@@ -144,6 +145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
144
145
  tooltip: import("vue").Directive<import("../../directives/r-tooltip/r-tooltip.ts").ToolTipTarget>;
145
146
  }, string, () => {
146
147
  addItemToTabsList: (tab: Tab) => void;
148
+ removeItemFromTabsList: (tabId: string) => void;
147
149
  visibleTabs: import("vue").ComputedRef<{
148
150
  tabId: string;
149
151
  tabPanelId: string;