angular-tailwind-components 1.8.0 → 1.8.2
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/package.json
CHANGED
|
@@ -101,6 +101,7 @@ declare class TailwindSortHeaderDirective {
|
|
|
101
101
|
readonly sortKey: _angular_core.InputSignal<string>;
|
|
102
102
|
private readonly host;
|
|
103
103
|
private readonly renderer;
|
|
104
|
+
private labelWrapper?;
|
|
104
105
|
private readonly appRef;
|
|
105
106
|
private readonly environmentInjector;
|
|
106
107
|
private readonly injector;
|
|
@@ -113,6 +114,8 @@ declare class TailwindSortHeaderDirective {
|
|
|
113
114
|
* for one frame; retry with `requestAnimationFrame` until `closest` succeeds.
|
|
114
115
|
*/
|
|
115
116
|
private resolveTableAndAttach;
|
|
117
|
+
/** Keep `th` as `display: table-cell`; flex only on an inner wrapper (label + icon). */
|
|
118
|
+
private ensureLabelWrapper;
|
|
116
119
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TailwindSortHeaderDirective, never>;
|
|
117
120
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TailwindSortHeaderDirective, "[tailwindSortHeader]", never, { "sortKey": { "alias": "sortKey"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
118
121
|
}
|