@corp-products/ui-components 3.7.7 → 3.7.9
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
|
@@ -349,6 +349,7 @@ interface InputsMapData {
|
|
|
349
349
|
dateRange?: DateRangeInterface;
|
|
350
350
|
isTimeOnly?: boolean;
|
|
351
351
|
showIcon?: boolean;
|
|
352
|
+
withoutTime?: boolean;
|
|
352
353
|
selectButtonOptions?: LabelValue<any>[];
|
|
353
354
|
inputType?: InputType;
|
|
354
355
|
contentType?: InputContentType;
|
|
@@ -646,6 +647,7 @@ interface DynamicSidebarV2Config<T = any> {
|
|
|
646
647
|
styleClass?: string;
|
|
647
648
|
viewContainerRef?: ViewContainerRef;
|
|
648
649
|
actions?: SidebarV2Actions;
|
|
650
|
+
hideActions?: boolean;
|
|
649
651
|
}
|
|
650
652
|
interface SidebarActionV2Config {
|
|
651
653
|
title?: string;
|