@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 +2 -2
- package/dist/components/r-tabs/r-tabs.vue.d.ts +2 -0
- package/dist/revel.mjs +774 -754
- package/dist/revel.umd.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.34.
|
|
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
|
-
* **
|
|
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;
|