@spartan-ng/brain 0.0.1-alpha.493 → 0.0.1-alpha.494
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/accordion/index.d.ts +8 -8
- package/accordion/lib/{brn-accordion-content.component.d.ts → brn-accordion-content.d.ts} +3 -3
- package/accordion/lib/{brn-accordion.directive.d.ts → brn-accordion.d.ts} +11 -11
- package/alert-dialog/index.d.ts +20 -20
- package/alert-dialog/lib/brn-alert-dialog-content.d.ts +6 -0
- package/alert-dialog/lib/brn-alert-dialog-description.d.ts +6 -0
- package/alert-dialog/lib/brn-alert-dialog-overlay.d.ts +6 -0
- package/alert-dialog/lib/brn-alert-dialog-title.d.ts +6 -0
- package/alert-dialog/lib/brn-alert-dialog-trigger.d.ts +9 -0
- package/alert-dialog/lib/brn-alert-dialog.d.ts +7 -0
- package/avatar/index.d.ts +9 -9
- package/avatar/lib/brn-avatar.d.ts +7 -0
- package/avatar/lib/fallback/brn-avatar-fallback.d.ts +9 -0
- package/avatar/lib/fallback/index.d.ts +1 -1
- package/avatar/lib/image/brn-avatar-image.d.ts +9 -0
- package/avatar/lib/image/index.d.ts +1 -1
- package/calendar/index.d.ts +32 -32
- package/calendar/lib/{brn-calendar-cell-button.directive.d.ts → brn-calendar-cell-button.d.ts} +4 -4
- package/calendar/lib/brn-calendar-cell.d.ts +5 -0
- package/calendar/lib/brn-calendar-grid.d.ts +7 -0
- package/calendar/lib/brn-calendar-header.d.ts +7 -0
- package/calendar/lib/{brn-calendar-next-button.directive.d.ts → brn-calendar-next-button.d.ts} +3 -3
- package/calendar/lib/{brn-calendar-previous-button.directive.d.ts → brn-calendar-previous-button.d.ts} +3 -3
- package/calendar/lib/{brn-calendar-week.directive.d.ts → brn-calendar-week.d.ts} +4 -4
- package/calendar/lib/{brn-calendar-weekday.directive.d.ts → brn-calendar-weekday.d.ts} +4 -4
- package/calendar/lib/{brn-calendar.directive.d.ts → brn-calendar.d.ts} +8 -8
- package/calendar/lib/brn-calendar.token.d.ts +6 -6
- package/calendar/lib/mode/{brn-calendar-multiple.directive.d.ts → brn-calendar-multiple.d.ts} +9 -9
- package/checkbox/index.d.ts +5 -5
- package/checkbox/lib/{brn-checkbox.component.d.ts → brn-checkbox.d.ts} +3 -3
- package/collapsible/index.d.ts +11 -11
- package/collapsible/lib/{brn-collapsible-content.component.d.ts → brn-collapsible-content.d.ts} +5 -5
- package/collapsible/lib/brn-collapsible-trigger.d.ts +9 -0
- package/collapsible/lib/{brn-collapsible.component.d.ts → brn-collapsible.d.ts} +3 -3
- package/command/index.d.ts +20 -20
- package/command/lib/brn-command-empty.d.ts +11 -0
- package/command/lib/{brn-command-group.directive.d.ts → brn-command-group.d.ts} +3 -3
- package/command/lib/{brn-command-item.directive.d.ts → brn-command-item.d.ts} +3 -3
- package/command/lib/brn-command-item.token.d.ts +3 -3
- package/command/lib/brn-command-list.d.ts +8 -0
- package/command/lib/{brn-command-search-input.directive.d.ts → brn-command-search-input.d.ts} +3 -3
- package/command/lib/brn-command-search-input.token.d.ts +3 -3
- package/command/lib/{brn-command.directive.d.ts → brn-command.d.ts} +5 -5
- package/command/lib/brn-command.token.d.ts +4 -4
- package/dialog/index.d.ts +23 -23
- package/dialog/lib/brn-dialog-close.d.ts +8 -0
- package/dialog/lib/brn-dialog-content.d.ts +12 -0
- package/dialog/lib/{brn-dialog-description.directive.d.ts → brn-dialog-description.d.ts} +3 -3
- package/dialog/lib/brn-dialog-overlay.d.ts +9 -0
- package/dialog/lib/brn-dialog-title.d.ts +8 -0
- package/dialog/lib/brn-dialog-trigger.d.ts +18 -0
- package/dialog/lib/{brn-dialog.component.d.ts → brn-dialog.d.ts} +3 -3
- package/fesm2022/spartan-ng-brain-accordion.mjs +25 -36
- package/fesm2022/spartan-ng-brain-accordion.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-alert-dialog.mjs +79 -79
- package/fesm2022/spartan-ng-brain-alert-dialog.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-avatar.mjs +16 -16
- package/fesm2022/spartan-ng-brain-avatar.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-calendar.mjs +239 -239
- package/fesm2022/spartan-ng-brain-calendar.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-checkbox.mjs +8 -8
- package/fesm2022/spartan-ng-brain-checkbox.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-collapsible.mjs +17 -25
- package/fesm2022/spartan-ng-brain-collapsible.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-command.mjs +195 -195
- package/fesm2022/spartan-ng-brain-command.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-dialog.mjs +98 -98
- package/fesm2022/spartan-ng-brain-dialog.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-form-field.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-forms.mjs +3 -2
- package/fesm2022/spartan-ng-brain-forms.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-hover-card.mjs +21 -29
- package/fesm2022/spartan-ng-brain-hover-card.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-input-otp.mjs +44 -44
- package/fesm2022/spartan-ng-brain-input-otp.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-label.mjs +8 -8
- package/fesm2022/spartan-ng-brain-label.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-menu.mjs +102 -131
- package/fesm2022/spartan-ng-brain-menu.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-popover.mjs +75 -86
- package/fesm2022/spartan-ng-brain-popover.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-progress.mjs +28 -28
- package/fesm2022/spartan-ng-brain-progress.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-radio-group.mjs +17 -17
- package/fesm2022/spartan-ng-brain-radio-group.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-select.mjs +277 -277
- package/fesm2022/spartan-ng-brain-select.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-separator.mjs +8 -8
- package/fesm2022/spartan-ng-brain-separator.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-sheet.mjs +69 -69
- package/fesm2022/spartan-ng-brain-sheet.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-slider.mjs +136 -142
- package/fesm2022/spartan-ng-brain-slider.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-switch.mjs +26 -26
- package/fesm2022/spartan-ng-brain-switch.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-tabs.mjs +28 -39
- package/fesm2022/spartan-ng-brain-tabs.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-toggle-group.mjs +18 -18
- package/fesm2022/spartan-ng-brain-toggle-group.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-toggle.mjs +9 -9
- package/fesm2022/spartan-ng-brain-toggle.mjs.map +1 -1
- package/fesm2022/spartan-ng-brain-tooltip.mjs +31 -42
- package/fesm2022/spartan-ng-brain-tooltip.mjs.map +1 -1
- package/form-field/lib/brn-form-field-control.d.ts +2 -2
- package/forms/lib/error-options.d.ts +1 -1
- package/hover-card/index.d.ts +6 -6
- package/hover-card/lib/brn-hover-card-content.service.d.ts +9 -9
- package/hover-card/lib/brn-hover-card.d.ts +9 -0
- package/input-otp/index.d.ts +8 -8
- package/input-otp/lib/{brn-input-otp-slot.component.d.ts → brn-input-otp-slot.d.ts} +4 -4
- package/input-otp/lib/{brn-input-otp.component.d.ts → brn-input-otp.d.ts} +3 -3
- package/input-otp/lib/brn-input-otp.token.d.ts +4 -4
- package/label/index.d.ts +3 -3
- package/label/lib/{brn-label.directive.d.ts → brn-label.d.ts} +3 -3
- package/menu/index.d.ts +32 -32
- package/menu/lib/{brn-context-menu-trigger.directive.d.ts → brn-context-menu-trigger.d.ts} +3 -3
- package/menu/lib/brn-menu-bar.d.ts +6 -0
- package/menu/lib/brn-menu-group.d.ts +6 -0
- package/menu/lib/brn-menu-item-checkbox.d.ts +11 -0
- package/menu/lib/brn-menu-item-radio.d.ts +11 -0
- package/menu/lib/brn-menu-item.d.ts +10 -0
- package/menu/lib/brn-menu-trigger.d.ts +10 -0
- package/menu/lib/{brn-menu.directive.d.ts → brn-menu.d.ts} +3 -3
- package/package.json +1 -1
- package/popover/index.d.ts +14 -14
- package/popover/lib/brn-popover-close.d.ts +6 -0
- package/popover/lib/brn-popover-content.d.ts +6 -0
- package/popover/lib/brn-popover-trigger.d.ts +10 -0
- package/popover/lib/brn-popover.d.ts +12 -0
- package/progress/index.d.ts +8 -8
- package/progress/lib/{brn-progress-indicator.component.d.ts → brn-progress-indicator.d.ts} +4 -4
- package/progress/lib/{brn-progress.component.d.ts → brn-progress.d.ts} +3 -3
- package/progress/lib/brn-progress.token.d.ts +3 -3
- package/radio-group/index.d.ts +8 -8
- package/radio-group/lib/{brn-radio-group.directive.d.ts → brn-radio-group.d.ts} +6 -6
- package/radio-group/lib/brn-radio-group.token.d.ts +3 -3
- package/radio-group/lib/{brn-radio.component.d.ts → brn-radio.d.ts} +6 -6
- package/select/index.d.ts +29 -29
- package/select/lib/{brn-select-content.component.d.ts → brn-select-content.d.ts} +15 -15
- package/select/lib/brn-select-content.token.d.ts +3 -3
- package/select/lib/brn-select-group.d.ts +6 -0
- package/select/lib/brn-select-label.d.ts +9 -0
- package/select/lib/{brn-select-option.directive.d.ts → brn-select-option.d.ts} +5 -5
- package/select/lib/{brn-select-placeholder.directive.d.ts → brn-select-placeholder.d.ts} +3 -3
- package/select/lib/{brn-select-trigger.directive.d.ts → brn-select-trigger.d.ts} +4 -4
- package/select/lib/brn-select-value-template.d.ts +11 -0
- package/select/lib/{brn-select-value.component.d.ts → brn-select-value.d.ts} +8 -8
- package/select/lib/{brn-select.component.d.ts → brn-select.d.ts} +12 -12
- package/select/lib/brn-select.token.d.ts +3 -3
- package/separator/index.d.ts +3 -3
- package/separator/lib/{brn-separator.component.d.ts → brn-separator.d.ts} +3 -3
- package/sheet/index.d.ts +23 -23
- package/sheet/lib/brn-sheet-close.d.ts +6 -0
- package/sheet/lib/brn-sheet-content.d.ts +8 -0
- package/sheet/lib/brn-sheet-description.d.ts +6 -0
- package/sheet/lib/brn-sheet-overlay.d.ts +6 -0
- package/sheet/lib/brn-sheet-title.d.ts +6 -0
- package/sheet/lib/brn-sheet-trigger.d.ts +9 -0
- package/sheet/lib/brn-sheet.d.ts +10 -0
- package/slider/index.d.ts +11 -11
- package/slider/lib/brn-slider-range.d.ts +7 -0
- package/slider/lib/{brn-slider-thumb.directive.d.ts → brn-slider-thumb.d.ts} +4 -4
- package/slider/lib/brn-slider-tick.d.ts +12 -0
- package/slider/lib/{brn-slider-track.directive.d.ts → brn-slider-track.d.ts} +4 -4
- package/slider/lib/brn-slider-track.token.d.ts +4 -4
- package/slider/lib/{brn-slider.directive.d.ts → brn-slider.d.ts} +5 -5
- package/slider/lib/brn-slider.token.d.ts +3 -3
- package/switch/index.d.ts +8 -8
- package/switch/lib/brn-switch-thumb.d.ts +5 -0
- package/switch/lib/{brn-switch.component.d.ts → brn-switch.d.ts} +3 -3
- package/tabs/index.d.ts +15 -15
- package/tabs/lib/{brn-tabs-content.directive.d.ts → brn-tabs-content.d.ts} +3 -3
- package/tabs/lib/{brn-tabs-list.directive.d.ts → brn-tabs-list.d.ts} +6 -6
- package/tabs/lib/{brn-tabs-paginated-list.directive.d.ts → brn-tabs-paginated-list.d.ts} +3 -3
- package/tabs/lib/{brn-tabs-trigger.directive.d.ts → brn-tabs-trigger.d.ts} +4 -4
- package/tabs/lib/{brn-tabs.directive.d.ts → brn-tabs.d.ts} +9 -9
- package/toggle/index.d.ts +3 -3
- package/toggle/lib/{brn-toggle.directive.d.ts → brn-toggle.d.ts} +3 -3
- package/toggle-group/index.d.ts +6 -6
- package/toggle-group/lib/{brn-toggle-group.component.d.ts → brn-toggle-group.d.ts} +8 -8
- package/toggle-group/lib/brn-toggle-group.token.d.ts +3 -3
- package/toggle-group/lib/{brn-toggle-item.directive.d.ts → brn-toggle-item.d.ts} +4 -4
- package/tooltip/index.d.ts +14 -14
- package/tooltip/lib/brn-tooltip-content-template.d.ts +8 -0
- package/tooltip/lib/{brn-tooltip-content.component.d.ts → brn-tooltip-content.d.ts} +3 -3
- package/tooltip/lib/{brn-tooltip-trigger.directive.d.ts → brn-tooltip-trigger.d.ts} +3 -3
- package/tooltip/lib/brn-tooltip.d.ts +7 -0
- package/tooltip/lib/brn-tooltip.token.d.ts +1 -1
- package/alert-dialog/lib/brn-alert-dialog-content.directive.d.ts +0 -6
- package/alert-dialog/lib/brn-alert-dialog-description.directive.d.ts +0 -6
- package/alert-dialog/lib/brn-alert-dialog-overlay.component.d.ts +0 -6
- package/alert-dialog/lib/brn-alert-dialog-title.directive.d.ts +0 -6
- package/alert-dialog/lib/brn-alert-dialog-trigger.directive.d.ts +0 -9
- package/alert-dialog/lib/brn-alert-dialog.component.d.ts +0 -7
- package/avatar/lib/brn-avatar.component.d.ts +0 -7
- package/avatar/lib/fallback/brn-avatar-fallback.directive.d.ts +0 -9
- package/avatar/lib/image/brn-avatar-image.directive.d.ts +0 -9
- package/calendar/lib/brn-calendar-cell.directive.d.ts +0 -5
- package/calendar/lib/brn-calendar-grid.directive.d.ts +0 -7
- package/calendar/lib/brn-calendar-header.directive.d.ts +0 -7
- package/collapsible/lib/brn-collapsible-trigger.directive.d.ts +0 -9
- package/command/lib/brn-command-empty.directive.d.ts +0 -11
- package/command/lib/brn-command-list.directive.d.ts +0 -8
- package/dialog/lib/brn-dialog-close.directive.d.ts +0 -8
- package/dialog/lib/brn-dialog-content.directive.d.ts +0 -12
- package/dialog/lib/brn-dialog-overlay.component.d.ts +0 -9
- package/dialog/lib/brn-dialog-title.directive.d.ts +0 -8
- package/dialog/lib/brn-dialog-trigger.directive.d.ts +0 -18
- package/hover-card/lib/brn-hover-card.component.d.ts +0 -9
- package/menu/lib/brn-menu-bar.directive.d.ts +0 -6
- package/menu/lib/brn-menu-group.directive.d.ts +0 -6
- package/menu/lib/brn-menu-item-checkbox.directive.d.ts +0 -11
- package/menu/lib/brn-menu-item-radio.directive.d.ts +0 -11
- package/menu/lib/brn-menu-item.directive.d.ts +0 -10
- package/menu/lib/brn-menu-trigger.directive.d.ts +0 -10
- package/popover/lib/brn-popover-close.directive.d.ts +0 -6
- package/popover/lib/brn-popover-content.directive.d.ts +0 -6
- package/popover/lib/brn-popover-trigger.directive.d.ts +0 -10
- package/popover/lib/brn-popover.component.d.ts +0 -12
- package/select/lib/brn-select-group.directive.d.ts +0 -6
- package/select/lib/brn-select-label.directive.d.ts +0 -9
- package/select/lib/brn-select-value.directive.d.ts +0 -11
- package/sheet/lib/brn-sheet-close.directive.d.ts +0 -6
- package/sheet/lib/brn-sheet-content.directive.d.ts +0 -8
- package/sheet/lib/brn-sheet-description.directive.d.ts +0 -6
- package/sheet/lib/brn-sheet-overlay.component.d.ts +0 -6
- package/sheet/lib/brn-sheet-title.directive.d.ts +0 -6
- package/sheet/lib/brn-sheet-trigger.directive.d.ts +0 -9
- package/sheet/lib/brn-sheet.component.d.ts +0 -10
- package/slider/lib/brn-slider-range.directive.d.ts +0 -7
- package/slider/lib/brn-slider-tick.directive.d.ts +0 -12
- package/switch/lib/brn-switch-thumb.component.d.ts +0 -5
- package/tooltip/lib/brn-tooltip-content.directive.d.ts +0 -8
- package/tooltip/lib/brn-tooltip.directive.d.ts +0 -7
package/checkbox/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BrnCheckbox } from './lib/brn-checkbox';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./lib/brn-checkbox
|
|
4
|
-
export * from './lib/brn-checkbox
|
|
5
|
-
export declare const BrnCheckboxImports: readonly [typeof
|
|
3
|
+
import * as i1 from "./lib/brn-checkbox";
|
|
4
|
+
export * from './lib/brn-checkbox';
|
|
5
|
+
export declare const BrnCheckboxImports: readonly [typeof BrnCheckbox];
|
|
6
6
|
export declare class BrnCheckboxModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCheckboxModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCheckboxModule, never, [typeof i1.BrnCheckbox], [typeof i1.BrnCheckbox]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<BrnCheckboxModule>;
|
|
10
10
|
}
|
|
@@ -8,7 +8,7 @@ export declare const BRN_CHECKBOX_VALUE_ACCESSOR: {
|
|
|
8
8
|
useExisting: import("@angular/core").Type<any>;
|
|
9
9
|
multi: boolean;
|
|
10
10
|
};
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class BrnCheckbox implements ControlValueAccessor, AfterContentInit, OnDestroy {
|
|
12
12
|
private readonly _destroyRef;
|
|
13
13
|
private readonly _renderer;
|
|
14
14
|
private readonly _elementRef;
|
|
@@ -149,8 +149,8 @@ export declare class BrnCheckboxComponent implements ControlValueAccessor, After
|
|
|
149
149
|
* @param isDisabled - Whether checkbox should be disabled
|
|
150
150
|
*/
|
|
151
151
|
setDisabledState(isDisabled: boolean): void;
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
153
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
152
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCheckbox, never>;
|
|
153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrnCheckbox, "brn-checkbox", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "changed": "changed"; "touched": "touched"; }, never, ["*"], true, never>;
|
|
154
154
|
}
|
|
155
155
|
type BrnCheckboxValue = boolean | 'indeterminate';
|
|
156
156
|
export {};
|
package/collapsible/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { BrnCollapsible } from './lib/brn-collapsible';
|
|
2
|
+
import { BrnCollapsibleContent } from './lib/brn-collapsible-content';
|
|
3
|
+
import { BrnCollapsibleTrigger } from './lib/brn-collapsible-trigger';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "./lib/brn-collapsible
|
|
6
|
-
import * as i2 from "./lib/brn-collapsible-trigger
|
|
7
|
-
import * as i3 from "./lib/brn-collapsible-content
|
|
8
|
-
export * from './lib/brn-collapsible
|
|
9
|
-
export * from './lib/brn-collapsible-
|
|
10
|
-
export * from './lib/brn-collapsible
|
|
11
|
-
export declare const BrnCollapsibleImports: readonly [typeof
|
|
5
|
+
import * as i1 from "./lib/brn-collapsible";
|
|
6
|
+
import * as i2 from "./lib/brn-collapsible-trigger";
|
|
7
|
+
import * as i3 from "./lib/brn-collapsible-content";
|
|
8
|
+
export * from './lib/brn-collapsible';
|
|
9
|
+
export * from './lib/brn-collapsible-content';
|
|
10
|
+
export * from './lib/brn-collapsible-trigger';
|
|
11
|
+
export declare const BrnCollapsibleImports: readonly [typeof BrnCollapsible, typeof BrnCollapsibleTrigger, typeof BrnCollapsibleContent];
|
|
12
12
|
export declare class BrnCollapsibleModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCollapsibleModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCollapsibleModule, never, [typeof i1.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCollapsibleModule, never, [typeof i1.BrnCollapsible, typeof i2.BrnCollapsibleTrigger, typeof i3.BrnCollapsibleContent], [typeof i1.BrnCollapsible, typeof i2.BrnCollapsibleTrigger, typeof i3.BrnCollapsibleContent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BrnCollapsibleModule>;
|
|
16
16
|
}
|
package/collapsible/lib/{brn-collapsible-content.component.d.ts → brn-collapsible-content.d.ts}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { BrnCollapsible } from './brn-collapsible';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
5
|
-
protected readonly _collapsible:
|
|
4
|
+
export declare class BrnCollapsibleContent implements OnInit {
|
|
5
|
+
protected readonly _collapsible: BrnCollapsible | null;
|
|
6
6
|
private readonly _elementRef;
|
|
7
7
|
private readonly _platformId;
|
|
8
8
|
/**
|
|
@@ -13,6 +13,6 @@ export declare class BrnCollapsibleContentComponent implements OnInit {
|
|
|
13
13
|
protected readonly _height: import("@angular/core").WritableSignal<number | null>;
|
|
14
14
|
constructor();
|
|
15
15
|
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCollapsibleContent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrnCollapsibleContent, "brn-collapsible-content", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
18
18
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BrnCollapsible } from './brn-collapsible';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BrnCollapsibleTrigger {
|
|
4
|
+
protected readonly _collapsible: BrnCollapsible | null;
|
|
5
|
+
constructor();
|
|
6
|
+
toggle(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCollapsibleTrigger, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCollapsibleTrigger, "button[brnCollapsibleTrigger]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export type BrnCollapsibleState = 'open' | 'closed';
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class BrnCollapsible {
|
|
5
5
|
readonly contentId: import("@angular/core").WritableSignal<string>;
|
|
6
6
|
/**
|
|
7
7
|
* The expanded or collapsed state of the collapsible component.
|
|
@@ -15,6 +15,6 @@ export declare class BrnCollapsibleComponent {
|
|
|
15
15
|
* Toggles the expanded state of the collapsible component.
|
|
16
16
|
*/
|
|
17
17
|
toggle(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCollapsible, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrnCollapsible, "brn-collapsible", never, { "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; }, never, ["*"], true, never>;
|
|
20
20
|
}
|
package/command/index.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { BrnCommand } from './lib/brn-command';
|
|
2
|
+
import { BrnCommandEmpty } from './lib/brn-command-empty';
|
|
3
|
+
import { BrnCommandGroup } from './lib/brn-command-group';
|
|
4
|
+
import { BrnCommandItem } from './lib/brn-command-item';
|
|
5
|
+
import { BrnCommandList } from './lib/brn-command-list';
|
|
6
|
+
import { BrnCommandSearchInput } from './lib/brn-command-search-input';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "./lib/brn-command-empty
|
|
9
|
-
import * as i2 from "./lib/brn-command-group
|
|
10
|
-
import * as i3 from "./lib/brn-command-item
|
|
11
|
-
import * as i4 from "./lib/brn-command-list
|
|
12
|
-
import * as i5 from "./lib/brn-command-search-input
|
|
13
|
-
import * as i6 from "./lib/brn-command
|
|
14
|
-
export * from './lib/brn-command
|
|
15
|
-
export * from './lib/brn-command-
|
|
16
|
-
export * from './lib/brn-command-
|
|
8
|
+
import * as i1 from "./lib/brn-command-empty";
|
|
9
|
+
import * as i2 from "./lib/brn-command-group";
|
|
10
|
+
import * as i3 from "./lib/brn-command-item";
|
|
11
|
+
import * as i4 from "./lib/brn-command-list";
|
|
12
|
+
import * as i5 from "./lib/brn-command-search-input";
|
|
13
|
+
import * as i6 from "./lib/brn-command";
|
|
14
|
+
export * from './lib/brn-command';
|
|
15
|
+
export * from './lib/brn-command-empty';
|
|
16
|
+
export * from './lib/brn-command-group';
|
|
17
|
+
export * from './lib/brn-command-item';
|
|
17
18
|
export * from './lib/brn-command-item.token';
|
|
18
|
-
export * from './lib/brn-command-list
|
|
19
|
-
export * from './lib/brn-command-search-input
|
|
19
|
+
export * from './lib/brn-command-list';
|
|
20
|
+
export * from './lib/brn-command-search-input';
|
|
20
21
|
export * from './lib/brn-command-search-input.token';
|
|
21
|
-
export * from './lib/brn-command.directive';
|
|
22
22
|
export * from './lib/brn-command.token';
|
|
23
|
-
export declare const BrnCommandImports: readonly [typeof
|
|
23
|
+
export declare const BrnCommandImports: readonly [typeof BrnCommandEmpty, typeof BrnCommandGroup, typeof BrnCommandItem, typeof BrnCommandList, typeof BrnCommandSearchInput, typeof BrnCommand];
|
|
24
24
|
export declare class BrnCommandModule {
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCommandModule, never, [typeof i1.
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnCommandModule, never, [typeof i1.BrnCommandEmpty, typeof i2.BrnCommandGroup, typeof i3.BrnCommandItem, typeof i4.BrnCommandList, typeof i5.BrnCommandSearchInput, typeof i6.BrnCommand], [typeof i1.BrnCommandEmpty, typeof i2.BrnCommandGroup, typeof i3.BrnCommandItem, typeof i4.BrnCommandList, typeof i5.BrnCommandSearchInput, typeof i6.BrnCommand]>;
|
|
27
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<BrnCommandModule>;
|
|
28
28
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnCommandEmpty {
|
|
3
|
+
private readonly _templateRef;
|
|
4
|
+
private readonly _viewContainerRef;
|
|
5
|
+
private readonly _command;
|
|
6
|
+
/** Determine if the command has any visible items */
|
|
7
|
+
private readonly _visible;
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandEmpty, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommandEmpty, "[brnCommandEmpty]", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class BrnCommandGroup {
|
|
3
3
|
private static _id;
|
|
4
4
|
/** The id of the command list */
|
|
5
5
|
readonly id: import("@angular/core").InputSignal<string>;
|
|
@@ -7,6 +7,6 @@ export declare class BrnCommandGroupDirective {
|
|
|
7
7
|
private readonly _items;
|
|
8
8
|
/** Determine if there are any visible items in the group */
|
|
9
9
|
protected readonly _visible: import("@angular/core").Signal<boolean>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandGroup, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommandGroup, "[brnCommandGroup]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, ["_items"], never, true, never>;
|
|
12
12
|
}
|
|
@@ -2,7 +2,7 @@ import { Highlightable } from '@angular/cdk/a11y';
|
|
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class BrnCommandItem implements Highlightable, OnInit {
|
|
6
6
|
private static _id;
|
|
7
7
|
private readonly _platform;
|
|
8
8
|
private readonly _elementRef;
|
|
@@ -36,6 +36,6 @@ export declare class BrnCommandItemDirective implements Highlightable, OnInit {
|
|
|
36
36
|
setInactiveStyles(): void;
|
|
37
37
|
protected onClick(): void;
|
|
38
38
|
ngOnInit(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandItem, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommandItem, "button[brnCommandItem]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "_disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
41
41
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExistingProvider, InjectionToken, Type } from '@angular/core';
|
|
2
|
-
import type {
|
|
3
|
-
export declare const BrnCommandItemToken: InjectionToken<
|
|
4
|
-
export declare function provideBrnCommandItem(command: Type<
|
|
2
|
+
import type { BrnCommandItem } from './brn-command-item';
|
|
3
|
+
export declare const BrnCommandItemToken: InjectionToken<BrnCommandItem>;
|
|
4
|
+
export declare function provideBrnCommandItem(command: Type<BrnCommandItem>): ExistingProvider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnCommandList {
|
|
3
|
+
private static _id;
|
|
4
|
+
/** The id of the command list */
|
|
5
|
+
readonly id: import("@angular/core").InputSignal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandList, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommandList, "[brnCommandList]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
package/command/lib/{brn-command-search-input.directive.d.ts → brn-command-search-input.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
2
|
import { DefaultValueAccessor } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class BrnCommandSearchInput extends DefaultValueAccessor {
|
|
5
5
|
private readonly elementRef;
|
|
6
6
|
private readonly _command;
|
|
7
7
|
/** The initial value of the search input */
|
|
@@ -19,6 +19,6 @@ export declare class BrnCommandSearchInputDirective extends DefaultValueAccessor
|
|
|
19
19
|
protected onKeyDown(event: KeyboardEvent): void;
|
|
20
20
|
/** CONROL VALUE ACCESSOR */
|
|
21
21
|
writeValue(value: string | null): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommandSearchInput, [null, null, { optional: true; }]>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommandSearchInput, "input[brnCommandSearchInput]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExistingProvider, InjectionToken, Type } from '@angular/core';
|
|
2
|
-
import type {
|
|
3
|
-
export declare const BrnCommandSearchInputToken: InjectionToken<
|
|
4
|
-
export declare function provideBrnCommandSearchInput(command: Type<
|
|
2
|
+
import type { BrnCommandSearchInput } from './brn-command-search-input';
|
|
3
|
+
export declare const BrnCommandSearchInputToken: InjectionToken<BrnCommandSearchInput>;
|
|
4
|
+
export declare function provideBrnCommandSearchInput(command: Type<BrnCommandSearchInput>): ExistingProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
2
2
|
import { AfterViewInit } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class BrnCommand implements AfterViewInit {
|
|
5
5
|
private static _id;
|
|
6
6
|
private readonly _platform;
|
|
7
7
|
private readonly _injector;
|
|
@@ -18,13 +18,13 @@ export declare class BrnCommandDirective implements AfterViewInit {
|
|
|
18
18
|
/** Access the search input if present */
|
|
19
19
|
private readonly _searchInput;
|
|
20
20
|
/** @internal Access all the items within the commmand */
|
|
21
|
-
readonly items: import("@angular/core").Signal<readonly import("@spartan-ng/brain/command").
|
|
21
|
+
readonly items: import("@angular/core").Signal<readonly import("@spartan-ng/brain/command").BrnCommandItem[]>;
|
|
22
22
|
/** @internal The key manager for managing active descendant */
|
|
23
|
-
readonly keyManager: ActiveDescendantKeyManager<import("@spartan-ng/brain/command").
|
|
23
|
+
readonly keyManager: ActiveDescendantKeyManager<import("@spartan-ng/brain/command").BrnCommandItem>;
|
|
24
24
|
constructor();
|
|
25
25
|
ngAfterViewInit(): void;
|
|
26
26
|
protected selectActiveItem(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnCommand, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnCommand, "[brnCommand]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, ["_searchInput", "items"], never, true, never>;
|
|
29
29
|
}
|
|
30
30
|
export type CommandFilter = (value: string, search: string) => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExistingProvider, InjectionToken, Type } from '@angular/core';
|
|
2
|
-
import type {
|
|
3
|
-
export declare const BrnCommandToken: InjectionToken<
|
|
4
|
-
export declare function provideBrnCommand(command: Type<
|
|
5
|
-
export declare function injectBrnCommand():
|
|
2
|
+
import type { BrnCommand } from './brn-command';
|
|
3
|
+
export declare const BrnCommandToken: InjectionToken<BrnCommand>;
|
|
4
|
+
export declare function provideBrnCommand(command: Type<BrnCommand>): ExistingProvider;
|
|
5
|
+
export declare function injectBrnCommand(): BrnCommand;
|
package/dialog/index.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import { BrnDialog } from './lib/brn-dialog';
|
|
2
|
+
import { BrnDialogClose } from './lib/brn-dialog-close';
|
|
3
|
+
import { BrnDialogContent } from './lib/brn-dialog-content';
|
|
4
|
+
import { BrnDialogDescription } from './lib/brn-dialog-description';
|
|
5
|
+
import { BrnDialogOverlay } from './lib/brn-dialog-overlay';
|
|
6
|
+
import { BrnDialogTitle } from './lib/brn-dialog-title';
|
|
7
|
+
import { BrnDialogTrigger } from './lib/brn-dialog-trigger';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "./lib/brn-dialog
|
|
10
|
-
import * as i2 from "./lib/brn-dialog-overlay
|
|
11
|
-
import * as i3 from "./lib/brn-dialog-trigger
|
|
12
|
-
import * as i4 from "./lib/brn-dialog-close
|
|
13
|
-
import * as i5 from "./lib/brn-dialog-content
|
|
14
|
-
import * as i6 from "./lib/brn-dialog-title
|
|
15
|
-
import * as i7 from "./lib/brn-dialog-description
|
|
16
|
-
export * from './lib/brn-dialog
|
|
17
|
-
export * from './lib/brn-dialog-
|
|
18
|
-
export * from './lib/brn-dialog-
|
|
9
|
+
import * as i1 from "./lib/brn-dialog";
|
|
10
|
+
import * as i2 from "./lib/brn-dialog-overlay";
|
|
11
|
+
import * as i3 from "./lib/brn-dialog-trigger";
|
|
12
|
+
import * as i4 from "./lib/brn-dialog-close";
|
|
13
|
+
import * as i5 from "./lib/brn-dialog-content";
|
|
14
|
+
import * as i6 from "./lib/brn-dialog-title";
|
|
15
|
+
import * as i7 from "./lib/brn-dialog-description";
|
|
16
|
+
export * from './lib/brn-dialog';
|
|
17
|
+
export * from './lib/brn-dialog-close';
|
|
18
|
+
export * from './lib/brn-dialog-content';
|
|
19
|
+
export * from './lib/brn-dialog-description';
|
|
19
20
|
export * from './lib/brn-dialog-options';
|
|
20
|
-
export * from './lib/brn-dialog-overlay
|
|
21
|
+
export * from './lib/brn-dialog-overlay';
|
|
21
22
|
export * from './lib/brn-dialog-ref';
|
|
22
23
|
export * from './lib/brn-dialog-state';
|
|
23
|
-
export * from './lib/brn-dialog-title
|
|
24
|
+
export * from './lib/brn-dialog-title';
|
|
24
25
|
export * from './lib/brn-dialog-token';
|
|
25
|
-
export * from './lib/brn-dialog-trigger
|
|
26
|
+
export * from './lib/brn-dialog-trigger';
|
|
26
27
|
export * from './lib/brn-dialog-utils';
|
|
27
|
-
export * from './lib/brn-dialog.component';
|
|
28
28
|
export * from './lib/brn-dialog.service';
|
|
29
|
-
export declare const BrnDialogImports: readonly [typeof
|
|
29
|
+
export declare const BrnDialogImports: readonly [typeof BrnDialog, typeof BrnDialogOverlay, typeof BrnDialogTrigger, typeof BrnDialogClose, typeof BrnDialogContent, typeof BrnDialogTitle, typeof BrnDialogDescription];
|
|
30
30
|
export declare class BrnDialogModule {
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnDialogModule, never, [typeof i1.
|
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BrnDialogModule, never, [typeof i1.BrnDialog, typeof i2.BrnDialogOverlay, typeof i3.BrnDialogTrigger, typeof i4.BrnDialogClose, typeof i5.BrnDialogContent, typeof i6.BrnDialogTitle, typeof i7.BrnDialogDescription], [typeof i1.BrnDialog, typeof i2.BrnDialogOverlay, typeof i3.BrnDialogTrigger, typeof i4.BrnDialogClose, typeof i5.BrnDialogContent, typeof i6.BrnDialogTitle, typeof i7.BrnDialogDescription]>;
|
|
33
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<BrnDialogModule>;
|
|
34
34
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnDialogClose {
|
|
3
|
+
private readonly _brnDialogRef;
|
|
4
|
+
readonly delay: import("@angular/core").InputSignalWithTransform<number | undefined, number>;
|
|
5
|
+
close(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogClose, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnDialogClose, "button[brnDialogClose]", never, { "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnDialogContent<T> {
|
|
3
|
+
private readonly _brnDialog;
|
|
4
|
+
private readonly _brnDialogRef;
|
|
5
|
+
private readonly _template;
|
|
6
|
+
readonly state: import("@angular/core").Signal<import("@spartan-ng/brain/dialog").BrnDialogState>;
|
|
7
|
+
readonly className: import("@angular/core").InputSignal<string | null | undefined>;
|
|
8
|
+
readonly context: import("@angular/core").InputSignal<T | undefined>;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogContent<any>, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnDialogContent<any>, "[brnDialogContent]", never, { "className": { "alias": "class"; "required": false; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class BrnDialogDescription {
|
|
3
3
|
private readonly _brnDialogRef;
|
|
4
4
|
protected readonly _id: import("@angular/core").WritableSignal<string>;
|
|
5
5
|
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogDescription, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnDialogDescription, "[brnDialogDescription]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnDialogOverlay {
|
|
3
|
+
private readonly _brnDialog;
|
|
4
|
+
readonly className: import("@angular/core").InputSignal<string | null | undefined>;
|
|
5
|
+
setClassToCustomElement(newClass: string): void;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogOverlay, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrnDialogOverlay, "brn-dialog-overlay", never, { "className": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BrnDialogTitle {
|
|
3
|
+
private readonly _brnDialogRef;
|
|
4
|
+
protected readonly _id: import("@angular/core").WritableSignal<string>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogTitle, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnDialogTitle, "[brnDialogTitle]", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BrnDialog } from './brn-dialog';
|
|
2
|
+
import { BrnDialogRef } from './brn-dialog-ref';
|
|
3
|
+
import type { BrnDialogState } from './brn-dialog-state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BrnDialogTrigger {
|
|
6
|
+
protected _brnDialog: BrnDialog | null;
|
|
7
|
+
protected readonly _brnDialogRef: BrnDialogRef<any> | null;
|
|
8
|
+
readonly id: import("@angular/core").InputSignal<string>;
|
|
9
|
+
readonly state: import("@angular/core").Signal<BrnDialogState>;
|
|
10
|
+
readonly dialogId: string;
|
|
11
|
+
readonly brnDialogTriggerFor: import("@angular/core").InputSignal<BrnDialog | undefined>;
|
|
12
|
+
readonly mutableBrnDialogTriggerFor: import("@angular/core").Signal<import("@angular/core").WritableSignal<BrnDialog | undefined>>;
|
|
13
|
+
readonly brnDialogTriggerForState: import("@angular/core").Signal<BrnDialog | undefined>;
|
|
14
|
+
constructor();
|
|
15
|
+
open(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialogTrigger, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BrnDialogTrigger, "button[brnDialogTrigger],button[brnDialogTriggerFor]", ["brnDialogTrigger"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "brnDialogTriggerFor": { "alias": "brnDialogTriggerFor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -3,7 +3,7 @@ import { type TemplateRef } from '@angular/core';
|
|
|
3
3
|
import { type BrnDialogOptions } from './brn-dialog-options';
|
|
4
4
|
import type { BrnDialogState } from './brn-dialog-state';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class BrnDialog {
|
|
7
7
|
private readonly _dialogService;
|
|
8
8
|
private readonly _vcr;
|
|
9
9
|
readonly positionBuilder: OverlayPositionBuilder;
|
|
@@ -64,6 +64,6 @@ export declare class BrnDialogComponent {
|
|
|
64
64
|
setAriaLabelledBy(ariaLabelledBy: string | null | undefined): void;
|
|
65
65
|
setAriaLabel(ariaLabel: string | null | undefined): void;
|
|
66
66
|
setAriaModal(ariaModal: boolean): void;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BrnDialog, never>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrnDialog, "brn-dialog", ["brnDialog"], { "state": { "alias": "state"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "positionStrategy": { "alias": "positionStrategy"; "required": false; "isSignal": true; }; "scrollStrategy": { "alias": "scrollStrategy"; "required": false; "isSignal": true; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; "isSignal": true; }; "closeOnOutsidePointerEvents": { "alias": "closeOnOutsidePointerEvents"; "required": false; "isSignal": true; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; "isSignal": true; }; "attachTo": { "alias": "attachTo"; "required": false; "isSignal": true; }; "attachPositions": { "alias": "attachPositions"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "disableClose": { "alias": "disableClose"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaModal": { "alias": "aria-modal"; "required": false; "isSignal": true; }; }, { "closed": "closed"; "stateChanged": "stateChanged"; }, never, ["*"], true, never>;
|
|
69
69
|
}
|