@brickclay-org/ui 0.0.45 → 0.0.47
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/fesm2022/brickclay-org-ui.mjs +258 -258
- package/fesm2022/brickclay-org-ui.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -646,7 +646,7 @@ declare class BkSelect implements ControlValueAccessor {
|
|
|
646
646
|
disabled: i0.ModelSignal<boolean>;
|
|
647
647
|
loading: i0.InputSignal<boolean>;
|
|
648
648
|
closeOnSelect: i0.InputSignal<boolean>;
|
|
649
|
-
dropdownPosition: i0.InputSignal<"
|
|
649
|
+
dropdownPosition: i0.InputSignal<"top" | "bottom">;
|
|
650
650
|
hasError: boolean;
|
|
651
651
|
errorMessage: string;
|
|
652
652
|
appendToBody: i0.InputSignal<boolean>;
|
|
@@ -1517,7 +1517,7 @@ declare function getDialogBackdropAnimation(enterDuration: number, leaveDuration
|
|
|
1517
1517
|
leave: AnimationKeyframes;
|
|
1518
1518
|
};
|
|
1519
1519
|
|
|
1520
|
-
declare class
|
|
1520
|
+
declare class BKTooltipDirective implements OnInit, OnChanges, OnDestroy {
|
|
1521
1521
|
private el;
|
|
1522
1522
|
private renderer;
|
|
1523
1523
|
tooltipContent: string | string[];
|
|
@@ -1538,9 +1538,9 @@ declare class TooltipDirective implements OnInit, OnChanges, OnDestroy {
|
|
|
1538
1538
|
private setTriangleStyles;
|
|
1539
1539
|
private removeTooltip;
|
|
1540
1540
|
private setStyle;
|
|
1541
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1542
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
1541
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BKTooltipDirective, never>;
|
|
1542
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BKTooltipDirective, "[bkTooltip]", never, { "tooltipContent": { "alias": "bkTooltip"; "required": false; }; "tooltipPosition": { "alias": "bkTooltipPosition"; "required": false; }; }, {}, never, never, true, never>;
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
|
-
export { BkBadge, BkButton, BkButtonGroup, BkCheckbox, BkCustomCalendar, BkDialogActions, BkDialogClose, BkDialogContent, BkDialogModule, BkDialogTitle, BkGrid, BkIconButton, BkInput, BkInputChips, BkPill, BkRadioButton, BkScheduledDatePicker, BkSelect, BkSpinner, BkTabs, BkTextarea, BkTimePicker, BkToggle, BrickclayIcons, BrickclayLib, CalendarManagerService, CalendarModule, DEFAULT_DIALOG_CONFIG, DIALOG_DATA, DIALOG_GLOBAL_CONFIG, DialogRef, DialogService,
|
|
1545
|
+
export { BKTooltipDirective, BkBadge, BkButton, BkButtonGroup, BkCheckbox, BkCustomCalendar, BkDialogActions, BkDialogClose, BkDialogContent, BkDialogModule, BkDialogTitle, BkGrid, BkIconButton, BkInput, BkInputChips, BkPill, BkRadioButton, BkScheduledDatePicker, BkSelect, BkSpinner, BkTabs, BkTextarea, BkTimePicker, BkToggle, BrickclayIcons, BrickclayLib, CalendarManagerService, CalendarModule, DEFAULT_DIALOG_CONFIG, DIALOG_DATA, DIALOG_GLOBAL_CONFIG, DialogRef, DialogService, getDialogBackdropAnimation, getDialogPanelAnimation };
|
|
1546
1546
|
export type { AnimationKeyframes, BadgeColor, BadgeSize, BadgeVariant, BkInputAutoCapitalize, BkInputAutoComplete, BkInputMode, BkInputType, BkTextAreaAutoCapitalize, BkTextAreaAutoComplete, BkTextAreaInputMode, ButtonSize, ButtonVariant, CalendarRange, CalendarSelection, CountryOption, DialogAnimation, DialogConfig, DialogPosition, GroupItem, GroupMode, IconButtonSize, IconButtonVariant, IconOrientation, PillColor, PillSize, PillVariant, ScheduledDateSelection, SortDirection, SpinnerSize, TabItem, TableAction, TableColumn, TimeConfiguration };
|