@spartan-ng/brain 0.0.1-alpha.424 → 0.0.1-alpha.426
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/spartan-ng-brain-accordion.mjs +1 -1
- package/fesm2022/spartan-ng-brain-alert-dialog.mjs +1 -1
- package/fesm2022/spartan-ng-brain-avatar.mjs +1 -1
- package/fesm2022/spartan-ng-brain-checkbox.mjs +1 -1
- package/fesm2022/spartan-ng-brain-collapsible.mjs +1 -1
- package/fesm2022/spartan-ng-brain-dialog.mjs +1 -1
- package/fesm2022/spartan-ng-brain-popover.mjs +1 -1
- package/fesm2022/spartan-ng-brain-radio-group.mjs +1 -1
- package/fesm2022/spartan-ng-brain-select.mjs +1 -1
- package/fesm2022/spartan-ng-brain-sheet.mjs +1 -1
- package/fesm2022/spartan-ng-brain-switch.mjs +1 -1
- package/fesm2022/spartan-ng-brain-table.mjs +2 -2
- package/fesm2022/spartan-ng-brain-tooltip.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, input, computed, effect, untracked, Directive, ElementRef, HostListener, signal, contentChildren,
|
|
2
|
+
import { inject, input, computed, effect, untracked, Directive, ElementRef, HostListener, signal, contentChildren, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
3
3
|
import { FocusMonitor, FocusKeyManager } from '@angular/cdk/a11y';
|
|
4
4
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
5
5
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive,
|
|
2
|
+
import { Directive, ViewEncapsulation, ChangeDetectionStrategy, Component, input, effect, untracked, forwardRef, NgModule } from '@angular/core';
|
|
3
3
|
import { provideExposesStateProviderExisting, provideCustomClassSettableExisting } from '@spartan-ng/brain/core';
|
|
4
4
|
import { BrnDialogContentDirective, BrnDialogDescriptionDirective, BrnDialogOverlayComponent, BrnDialogTitleDirective, BrnDialogTriggerDirective, BrnDialogComponent, provideBrnDialogDefaultOptions } from '@spartan-ng/brain/dialog';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { signal, computed,
|
|
2
|
+
import { signal, computed, HostListener, Directive, contentChild, ViewEncapsulation, ChangeDetectionStrategy, Component, inject, ElementRef, input, booleanAttribute, Pipe, NgModule } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
class BrnAvatarImageDirective {
|
|
5
5
|
_loaded = signal(false);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { forwardRef, booleanAttribute, inject, Renderer2, ElementRef, PLATFORM_ID, signal, model, computed, input, viewChild, output, effect,
|
|
2
|
+
import { forwardRef, booleanAttribute, inject, Renderer2, ElementRef, PLATFORM_ID, signal, model, computed, input, viewChild, output, effect, HostListener, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
3
3
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
4
4
|
import { isPlatformBrowser, NgStyle } from '@angular/common';
|
|
5
5
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { signal, input, booleanAttribute, computed,
|
|
2
|
+
import { signal, input, booleanAttribute, computed, ViewEncapsulation, ChangeDetectionStrategy, Component, inject, ElementRef, effect, untracked, Directive, NgModule } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
let collapsibleContentIdSequence = 0;
|
|
5
5
|
class BrnCollapsibleComponent {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, input, Directive, InjectionToken, RendererFactory2, Injector, signal, computed, runInInjectionContext, effect, Injectable, ViewContainerRef, output, booleanAttribute, untracked, numberAttribute,
|
|
2
|
+
import { inject, input, Directive, InjectionToken, RendererFactory2, Injector, signal, computed, runInInjectionContext, effect, Injectable, ViewContainerRef, output, booleanAttribute, untracked, numberAttribute, ViewEncapsulation, ChangeDetectionStrategy, Component, TemplateRef, NgModule } from '@angular/core';
|
|
3
3
|
import { coerceNumberProperty } from '@angular/cdk/coercion';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { take, takeUntil, filter } from 'rxjs/operators';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive, inject, ElementRef, input, effect, untracked, numberAttribute, forwardRef,
|
|
2
|
+
import { Directive, inject, ElementRef, input, effect, untracked, numberAttribute, forwardRef, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
3
3
|
import { BrnDialogCloseDirective, BrnDialogContentDirective, BrnDialogTriggerDirective, BrnDialogComponent, provideBrnDialogDefaultOptions } from '@spartan-ng/brain/dialog';
|
|
4
4
|
import { provideExposesStateProviderExisting } from '@spartan-ng/brain/core';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, ElementRef, input, booleanAttribute, computed, output, viewChild,
|
|
2
|
+
import { InjectionToken, inject, ElementRef, input, booleanAttribute, computed, output, viewChild, ChangeDetectionStrategy, ViewEncapsulation, Component, forwardRef, model, signal, contentChildren, Directive, NgModule } from '@angular/core';
|
|
3
3
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
4
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, ElementRef, input, booleanAttribute, computed, signal, Directive, DestroyRef, Injector, viewChild, contentChild, contentChildren, effect, afterNextRender, untracked,
|
|
2
|
+
import { InjectionToken, inject, ElementRef, input, booleanAttribute, computed, signal, Directive, DestroyRef, Injector, viewChild, contentChild, contentChildren, effect, afterNextRender, untracked, ChangeDetectionStrategy, Component, TemplateRef, PLATFORM_ID, numberAttribute, model, NgModule } from '@angular/core';
|
|
3
3
|
import { NgTemplateOutlet, isPlatformBrowser } from '@angular/common';
|
|
4
4
|
import { takeUntilDestroyed, toSignal, toObservable } from '@angular/core/rxjs-interop';
|
|
5
5
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive, input, computed, signal, effect, untracked, forwardRef,
|
|
2
|
+
import { Directive, input, computed, signal, effect, untracked, forwardRef, ViewEncapsulation, ChangeDetectionStrategy, Component, inject, NgModule } from '@angular/core';
|
|
3
3
|
import { BrnDialogCloseDirective, BrnDialogComponent, BrnDialogContentDirective, BrnDialogDescriptionDirective, BrnDialogOverlayComponent, BrnDialogTitleDirective, BrnDialogTriggerDirective } from '@spartan-ng/brain/dialog';
|
|
4
4
|
import { provideExposesStateProviderExisting, provideExposedSideProviderExisting, provideCustomClassSettableExisting } from '@spartan-ng/brain/core';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, forwardRef, inject, DestroyRef, Renderer2, PLATFORM_ID, ElementRef, ChangeDetectorRef, signal, model, input, booleanAttribute, viewChild, output, computed, effect,
|
|
2
|
+
import { Component, forwardRef, inject, DestroyRef, Renderer2, PLATFORM_ID, ElementRef, ChangeDetectorRef, signal, model, input, booleanAttribute, viewChild, output, computed, effect, HostListener, ViewEncapsulation, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
3
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
4
4
|
import { isPlatformBrowser, NgStyle } from '@angular/common';
|
|
5
5
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, TemplateRef, Directive, input,
|
|
2
|
+
import { inject, TemplateRef, Directive, input, ContentChild, ViewChild, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, ViewContainerRef, signal, computed, effect, untracked, numberAttribute, EventEmitter, booleanAttribute, ContentChildren, Output, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/cdk/table';
|
|
4
|
-
import { CdkCellDef, CdkFooterCellDef, CdkHeaderCellDef, CdkColumnDef,
|
|
4
|
+
import { CdkCellDef, CdkFooterCellDef, CdkHeaderCellDef, CdkTableModule, CdkColumnDef, CdkTable, CdkRowDef } from '@angular/cdk/table';
|
|
5
5
|
import { provideTableClassesSettableExisting } from '@spartan-ng/brain/core';
|
|
6
6
|
|
|
7
7
|
class BrnCellDefDirective extends CdkCellDef {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, ChangeDetectorRef, PLATFORM_ID, Renderer2, signal, viewChild, ElementRef,
|
|
2
|
+
import { inject, ChangeDetectorRef, PLATFORM_ID, Renderer2, signal, viewChild, ElementRef, ChangeDetectionStrategy, ViewEncapsulation, Component, Directive, TemplateRef, InjectionToken, untracked, computed, ViewContainerRef, NgZone, input, booleanAttribute, numberAttribute, effect, isDevMode, NgModule } from '@angular/core';
|
|
3
3
|
import { isPlatformBrowser, NgTemplateOutlet, DOCUMENT } from '@angular/common';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { AriaDescriber, FocusMonitor } from '@angular/cdk/a11y';
|