@ni/spright-angular 9.5.7 → 9.5.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.
Files changed (25) hide show
  1. package/fesm2022/ni-spright-angular-chat-conversation.mjs +7 -7
  2. package/fesm2022/ni-spright-angular-chat-input.mjs +7 -7
  3. package/fesm2022/ni-spright-angular-chat-message-inbound.mjs +7 -7
  4. package/fesm2022/ni-spright-angular-chat-message-outbound.mjs +7 -7
  5. package/fesm2022/ni-spright-angular-chat-message-system.mjs +7 -7
  6. package/fesm2022/ni-spright-angular-chat-message-welcome.mjs +7 -7
  7. package/fesm2022/ni-spright-angular-chat-message.mjs +7 -7
  8. package/fesm2022/ni-spright-angular-icon-base.mjs +3 -3
  9. package/fesm2022/ni-spright-angular-icons-breakpoint-conditional.mjs +3 -3
  10. package/fesm2022/ni-spright-angular-icons-breakpoint-disabled.mjs +3 -3
  11. package/fesm2022/ni-spright-angular-icons-breakpoint-enabled.mjs +3 -3
  12. package/fesm2022/ni-spright-angular-icons-breakpoint-execution-pointer.mjs +3 -3
  13. package/fesm2022/ni-spright-angular-icons-breakpoint-hit-disabled.mjs +3 -3
  14. package/fesm2022/ni-spright-angular-icons-breakpoint-hit.mjs +3 -3
  15. package/fesm2022/ni-spright-angular-icons-breakpoint-hover.mjs +3 -3
  16. package/fesm2022/ni-spright-angular-icons-nigel-chat.mjs +3 -3
  17. package/fesm2022/ni-spright-angular-icons-work-item-calendar-week.mjs +3 -3
  18. package/fesm2022/ni-spright-angular-icons-work-item-calipers.mjs +3 -3
  19. package/fesm2022/ni-spright-angular-icons-work-item-forklift.mjs +3 -3
  20. package/fesm2022/ni-spright-angular-icons-work-item-rectangle-check-lines.mjs +3 -3
  21. package/fesm2022/ni-spright-angular-icons-work-item-square-list-cog.mjs +3 -3
  22. package/fesm2022/ni-spright-angular-icons-work-item-user-helmet-safety.mjs +3 -3
  23. package/fesm2022/ni-spright-angular-icons-work-item-wrench-hammer.mjs +3 -3
  24. package/fesm2022/ni-spright-angular-rectangle.mjs +7 -7
  25. package/package.json +2 -2
@@ -18,10 +18,10 @@ class SprightChatConversationDirective {
18
18
  this.renderer = renderer;
19
19
  this.elementRef = elementRef;
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatConversationDirective, isStandalone: false, selector: "spright-chat-conversation", inputs: { autoScroll: ["auto-scroll", "autoScroll"] }, ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatConversationDirective, isStandalone: false, selector: "spright-chat-conversation", inputs: { autoScroll: ["auto-scroll", "autoScroll"] }, ngImport: i0 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: 'spright-chat-conversation',
@@ -33,11 +33,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
33
33
  }] } });
34
34
 
35
35
  class SprightChatConversationModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationModule, declarations: [SprightChatConversationDirective], imports: [CommonModule], exports: [SprightChatConversationDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationModule, imports: [CommonModule] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationModule, declarations: [SprightChatConversationDirective], imports: [CommonModule], exports: [SprightChatConversationDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatConversationModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  declarations: [
@@ -66,10 +66,10 @@ class SprightChatInputDirective {
66
66
  this.renderer = renderer;
67
67
  this.elementRef = elementRef;
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
70
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatInputDirective, isStandalone: false, selector: "spright-chat-input", inputs: { placeholder: "placeholder", sendButtonLabel: ["send-button-label", "sendButtonLabel"], stopButtonLabel: ["stop-button-label", "stopButtonLabel"], processing: "processing", sendDisabled: ["send-disabled", "sendDisabled"], maxLength: ["maxlength", "maxLength"], value: "value", errorText: ["error-text", "errorText"], errorVisible: ["error-visible", "errorVisible"] }, ngImport: i0 }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
70
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatInputDirective, isStandalone: false, selector: "spright-chat-input", inputs: { placeholder: "placeholder", sendButtonLabel: ["send-button-label", "sendButtonLabel"], stopButtonLabel: ["stop-button-label", "stopButtonLabel"], processing: "processing", sendDisabled: ["send-disabled", "sendDisabled"], maxLength: ["maxlength", "maxLength"], value: "value", errorText: ["error-text", "errorText"], errorVisible: ["error-visible", "errorVisible"] }, ngImport: i0 }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputDirective, decorators: [{
73
73
  type: Directive,
74
74
  args: [{
75
75
  selector: 'spright-chat-input',
@@ -103,11 +103,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
103
103
  }] } });
104
104
 
105
105
  class SprightChatInputModule {
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
107
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputModule, declarations: [SprightChatInputDirective], imports: [CommonModule], exports: [SprightChatInputDirective] }); }
108
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputModule, imports: [CommonModule] }); }
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
107
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputModule, declarations: [SprightChatInputDirective], imports: [CommonModule], exports: [SprightChatInputDirective] }); }
108
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputModule, imports: [CommonModule] }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatInputModule, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputModule, decorators: [{
111
111
  type: NgModule,
112
112
  args: [{
113
113
  declarations: [SprightChatInputDirective],
@@ -11,10 +11,10 @@ class SprightChatMessageInboundDirective {
11
11
  this.renderer = renderer;
12
12
  this.elementRef = elementRef;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatMessageInboundDirective, isStandalone: false, selector: "spright-chat-message-inbound", ngImport: i0 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatMessageInboundDirective, isStandalone: false, selector: "spright-chat-message-inbound", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: 'spright-chat-message-inbound',
@@ -23,11 +23,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
23
23
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
24
24
 
25
25
  class SprightChatMessageInboundModule {
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundModule, declarations: [SprightChatMessageInboundDirective], imports: [CommonModule], exports: [SprightChatMessageInboundDirective] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundModule, imports: [CommonModule] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundModule, declarations: [SprightChatMessageInboundDirective], imports: [CommonModule], exports: [SprightChatMessageInboundDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageInboundModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -11,10 +11,10 @@ class SprightChatMessageOutboundDirective {
11
11
  this.renderer = renderer;
12
12
  this.elementRef = elementRef;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatMessageOutboundDirective, isStandalone: false, selector: "spright-chat-message-outbound", ngImport: i0 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatMessageOutboundDirective, isStandalone: false, selector: "spright-chat-message-outbound", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: 'spright-chat-message-outbound',
@@ -23,11 +23,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
23
23
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
24
24
 
25
25
  class SprightChatMessageOutboundModule {
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundModule, declarations: [SprightChatMessageOutboundDirective], imports: [CommonModule], exports: [SprightChatMessageOutboundDirective] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundModule, imports: [CommonModule] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundModule, declarations: [SprightChatMessageOutboundDirective], imports: [CommonModule], exports: [SprightChatMessageOutboundDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageOutboundModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -11,10 +11,10 @@ class SprightChatMessageSystemDirective {
11
11
  this.renderer = renderer;
12
12
  this.elementRef = elementRef;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatMessageSystemDirective, isStandalone: false, selector: "spright-chat-message-system", ngImport: i0 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
15
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatMessageSystemDirective, isStandalone: false, selector: "spright-chat-message-system", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: 'spright-chat-message-system',
@@ -23,11 +23,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
23
23
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
24
24
 
25
25
  class SprightChatMessageSystemModule {
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemModule, declarations: [SprightChatMessageSystemDirective], imports: [CommonModule], exports: [SprightChatMessageSystemDirective] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemModule, imports: [CommonModule] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemModule, declarations: [SprightChatMessageSystemDirective], imports: [CommonModule], exports: [SprightChatMessageSystemDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageSystemModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -23,10 +23,10 @@ class SprightChatMessageWelcomeDirective {
23
23
  this.renderer = renderer;
24
24
  this.elementRef = elementRef;
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
27
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatMessageWelcomeDirective, isStandalone: false, selector: "spright-chat-message-welcome", inputs: { welcomeTitle: ["welcome-title", "welcomeTitle"], subtitle: "subtitle" }, ngImport: i0 }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
27
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatMessageWelcomeDirective, isStandalone: false, selector: "spright-chat-message-welcome", inputs: { welcomeTitle: ["welcome-title", "welcomeTitle"], subtitle: "subtitle" }, ngImport: i0 }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: 'spright-chat-message-welcome',
@@ -40,11 +40,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
40
40
  }] } });
41
41
 
42
42
  class SprightChatMessageWelcomeModule {
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
44
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeModule, declarations: [SprightChatMessageWelcomeDirective], imports: [CommonModule], exports: [SprightChatMessageWelcomeDirective] }); }
45
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeModule, imports: [CommonModule] }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
44
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeModule, declarations: [SprightChatMessageWelcomeDirective], imports: [CommonModule], exports: [SprightChatMessageWelcomeDirective] }); }
45
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeModule, imports: [CommonModule] }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageWelcomeModule, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [
@@ -19,10 +19,10 @@ class SprightChatMessageDirective {
19
19
  this.renderer = renderer;
20
20
  this.elementRef = elementRef;
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightChatMessageDirective, isStandalone: false, selector: "spright-chat-message", inputs: { messageType: ["message-type", "messageType"] }, ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightChatMessageDirective, isStandalone: false, selector: "spright-chat-message", inputs: { messageType: ["message-type", "messageType"] }, ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: 'spright-chat-message',
@@ -34,11 +34,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
34
34
  }] } });
35
35
 
36
36
  class SprightChatMessageModule {
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageModule, declarations: [SprightChatMessageDirective], imports: [CommonModule], exports: [SprightChatMessageDirective] }); }
39
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageModule, imports: [CommonModule] }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageModule, declarations: [SprightChatMessageDirective], imports: [CommonModule], exports: [SprightChatMessageDirective] }); }
39
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageModule, imports: [CommonModule] }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightChatMessageModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [
@@ -17,10 +17,10 @@ class SprightIconBaseDirective {
17
17
  this.renderer = renderer;
18
18
  this.elementRef = elementRef;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBaseDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBaseDirective, isStandalone: true, inputs: { severity: "severity" }, ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBaseDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBaseDirective, isStandalone: true, inputs: { severity: "severity" }, ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBaseDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBaseDirective, decorators: [{
24
24
  type: Directive
25
25
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { severity: [{
26
26
  type: Input
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint conditional icon directive
8
8
  */
9
9
  class SprightIconBreakpointConditionalDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointConditionalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointConditionalDirective, isStandalone: true, selector: "spright-icon-breakpoint-conditional", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointConditionalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointConditionalDirective, isStandalone: true, selector: "spright-icon-breakpoint-conditional", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointConditionalDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointConditionalDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-conditional',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint disabled icon directive
8
8
  */
9
9
  class SprightIconBreakpointDisabledDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointDisabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-disabled", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointDisabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-disabled", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointDisabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointDisabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-disabled',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint enabled icon directive
8
8
  */
9
9
  class SprightIconBreakpointEnabledDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointEnabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointEnabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-enabled", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointEnabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointEnabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-enabled", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointEnabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointEnabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-enabled',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint execution pointer icon directive
8
8
  */
9
9
  class SprightIconBreakpointExecutionPointerDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointExecutionPointerDirective, isStandalone: true, selector: "spright-icon-breakpoint-execution-pointer", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointExecutionPointerDirective, isStandalone: true, selector: "spright-icon-breakpoint-execution-pointer", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-execution-pointer',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint hit disabled icon directive
8
8
  */
9
9
  class SprightIconBreakpointHitDisabledDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointHitDisabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-hit-disabled", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointHitDisabledDirective, isStandalone: true, selector: "spright-icon-breakpoint-hit-disabled", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hit-disabled',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint hit icon directive
8
8
  */
9
9
  class SprightIconBreakpointHitDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHitDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointHitDirective, isStandalone: true, selector: "spright-icon-breakpoint-hit", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHitDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointHitDirective, isStandalone: true, selector: "spright-icon-breakpoint-hit", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHitDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHitDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hit',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright breakpoint hover icon directive
8
8
  */
9
9
  class SprightIconBreakpointHoverDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHoverDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconBreakpointHoverDirective, isStandalone: true, selector: "spright-icon-breakpoint-hover", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHoverDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconBreakpointHoverDirective, isStandalone: true, selector: "spright-icon-breakpoint-hover", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconBreakpointHoverDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBreakpointHoverDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hover',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright Nigel chat brand icon directive
8
8
  */
9
9
  class SprightIconNigelChatDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconNigelChatDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconNigelChatDirective, isStandalone: true, selector: "spright-icon-nigel-chat", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconNigelChatDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconNigelChatDirective, isStandalone: true, selector: "spright-icon-nigel-chat", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconNigelChatDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconNigelChatDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-nigel-chat',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright calendar week icon directive for reservation work items
8
8
  */
9
9
  class SprightIconWorkItemCalendarWeekDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemCalendarWeekDirective, isStandalone: true, selector: "spright-icon-work-item-calendar-week", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemCalendarWeekDirective, isStandalone: true, selector: "spright-icon-work-item-calendar-week", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-calendar-week',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright calipers icon directive for calibration work items
8
8
  */
9
9
  class SprightIconWorkItemCalipersDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemCalipersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemCalipersDirective, isStandalone: true, selector: "spright-icon-work-item-calipers", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemCalipersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemCalipersDirective, isStandalone: true, selector: "spright-icon-work-item-calipers", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemCalipersDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemCalipersDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-calipers',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright forklift icon directive for transport work items
8
8
  */
9
9
  class SprightIconWorkItemForkliftDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemForkliftDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemForkliftDirective, isStandalone: true, selector: "spright-icon-work-item-forklift", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemForkliftDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemForkliftDirective, isStandalone: true, selector: "spright-icon-work-item-forklift", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemForkliftDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemForkliftDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-forklift',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright rectangle check lines icon directive for test plan work items
8
8
  */
9
9
  class SprightIconWorkItemRectangleCheckLinesDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemRectangleCheckLinesDirective, isStandalone: true, selector: "spright-icon-work-item-rectangle-check-lines", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemRectangleCheckLinesDirective, isStandalone: true, selector: "spright-icon-work-item-rectangle-check-lines", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-rectangle-check-lines',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright square list cog icon directive for work order items
8
8
  */
9
9
  class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemSquareListCogDirective, isStandalone: true, selector: "spright-icon-work-item-square-list-cog", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemSquareListCogDirective, isStandalone: true, selector: "spright-icon-work-item-square-list-cog", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-square-list-cog',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright user helmet safety icon directive for work items
8
8
  */
9
9
  class SprightIconWorkItemUserHelmetSafetyDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemUserHelmetSafetyDirective, isStandalone: true, selector: "spright-icon-work-item-user-helmet-safety", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemUserHelmetSafetyDirective, isStandalone: true, selector: "spright-icon-work-item-user-helmet-safety", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-user-helmet-safety',
@@ -7,10 +7,10 @@ import { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';
7
7
  * Spright wrench hammer icon directive for maintenance work items
8
8
  */
9
9
  class SprightIconWorkItemWrenchHammerDirective extends SprightIconBaseDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightIconWorkItemWrenchHammerDirective, isStandalone: true, selector: "spright-icon-work-item-wrench-hammer", usesInheritance: true, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightIconWorkItemWrenchHammerDirective, isStandalone: true, selector: "spright-icon-work-item-wrench-hammer", usesInheritance: true, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-wrench-hammer',
@@ -7,10 +7,10 @@ import { CommonModule } from '@angular/common';
7
7
  * Directive to provide Angular integration for the rectangle.
8
8
  */
9
9
  class SprightRectangleDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SprightRectangleDirective, isStandalone: false, selector: "spright-rectangle", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: SprightRectangleDirective, isStandalone: false, selector: "spright-rectangle", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-rectangle',
@@ -19,11 +19,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
19
19
  }] });
20
20
 
21
21
  class SprightRectangleModule {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleModule, declarations: [SprightRectangleDirective], imports: [CommonModule], exports: [SprightRectangleDirective] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleModule, imports: [CommonModule] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleModule, declarations: [SprightRectangleDirective], imports: [CommonModule], exports: [SprightRectangleDirective] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleModule, imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SprightRectangleModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [SprightRectangleDirective],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-angular",
3
- "version": "9.5.7",
3
+ "version": "9.5.9",
4
4
  "description": "Angular components for NI Spright",
5
5
  "type": "module",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@angular/common": "^20.3.19",
26
26
  "@angular/core": "^20.3.19",
27
27
  "@angular/localize": "^20.3.19",
28
- "@ni/spright-components": "^6.21.7"
28
+ "@ni/spright-components": "^6.21.9"
29
29
  },
30
30
  "module": "fesm2022/ni-spright-angular.mjs",
31
31
  "typings": "index.d.ts",