@indigina/ui-kit 1.1.290 → 1.1.291
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/index.d.ts
CHANGED
|
@@ -3899,6 +3899,7 @@ declare class KitGridExportComponent<T> {
|
|
|
3899
3899
|
readonly kitButtonType: typeof KitButtonType;
|
|
3900
3900
|
readonly kitButtonKind: typeof KitButtonKind;
|
|
3901
3901
|
readonly kitRadioButtonType: typeof KitRadioButtonType;
|
|
3902
|
+
readonly kitTooltipPosition: typeof KitTooltipPosition;
|
|
3902
3903
|
gridExportOptions: KitRadioButton<GridExportOptions>[];
|
|
3903
3904
|
isGridExporting: WritableSignal<boolean>;
|
|
3904
3905
|
get exportedColumns(): KitGridColumnConfig[];
|
|
@@ -3971,6 +3972,7 @@ declare class KitGridColumnManagerComponent {
|
|
|
3971
3972
|
readonly kitButtonIconPosition: typeof KitButtonIconPosition;
|
|
3972
3973
|
readonly kitSvgIcon: typeof KitSvgIcon;
|
|
3973
3974
|
readonly hasUnsavedChanges: WritableSignal<boolean>;
|
|
3975
|
+
readonly kitTooltipPosition: typeof KitTooltipPosition;
|
|
3974
3976
|
openColumnsDialog(): void;
|
|
3975
3977
|
onColumnVisibilityChange(event: boolean, column: KitGridColumnConfig): void;
|
|
3976
3978
|
applyChanges(): void;
|
|
@@ -4021,6 +4023,7 @@ declare class KitEntityGridComponent<T> {
|
|
|
4021
4023
|
readonly pageSizes: InputSignal<boolean | number[] | undefined>;
|
|
4022
4024
|
readonly gridViewChanged: OutputEmitterRef<void>;
|
|
4023
4025
|
readonly rowClassFn: InputSignal<((context: KitGridRowClassArgs) => Record<string, boolean>) | undefined>;
|
|
4026
|
+
readonly kitTooltipPosition: typeof KitTooltipPosition;
|
|
4024
4027
|
readonly searchIsOpen: WritableSignal<boolean>;
|
|
4025
4028
|
readonly kitGridComponent: Signal<KitGridComponent<T> | undefined>;
|
|
4026
4029
|
readonly gridExportComponent: Signal<KitGridExportComponent<T> | undefined>;
|