@ni/spright-angular 9.6.0 → 9.6.2

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 (49) hide show
  1. package/fesm2022/ni-spright-angular-chat-conversation.mjs +7 -7
  2. package/fesm2022/ni-spright-angular-chat-conversation.mjs.map +1 -1
  3. package/fesm2022/ni-spright-angular-chat-input.mjs +7 -7
  4. package/fesm2022/ni-spright-angular-chat-input.mjs.map +1 -1
  5. package/fesm2022/ni-spright-angular-chat-message-inbound.mjs +7 -7
  6. package/fesm2022/ni-spright-angular-chat-message-inbound.mjs.map +1 -1
  7. package/fesm2022/ni-spright-angular-chat-message-outbound.mjs +7 -7
  8. package/fesm2022/ni-spright-angular-chat-message-outbound.mjs.map +1 -1
  9. package/fesm2022/ni-spright-angular-chat-message-system.mjs +7 -7
  10. package/fesm2022/ni-spright-angular-chat-message-system.mjs.map +1 -1
  11. package/fesm2022/ni-spright-angular-chat-message-welcome.mjs +7 -7
  12. package/fesm2022/ni-spright-angular-chat-message-welcome.mjs.map +1 -1
  13. package/fesm2022/ni-spright-angular-chat-message.mjs +7 -7
  14. package/fesm2022/ni-spright-angular-chat-message.mjs.map +1 -1
  15. package/fesm2022/ni-spright-angular-icon-base.mjs +3 -3
  16. package/fesm2022/ni-spright-angular-icon-base.mjs.map +1 -1
  17. package/fesm2022/ni-spright-angular-icons-breakpoint-conditional.mjs +3 -3
  18. package/fesm2022/ni-spright-angular-icons-breakpoint-conditional.mjs.map +1 -1
  19. package/fesm2022/ni-spright-angular-icons-breakpoint-disabled.mjs +3 -3
  20. package/fesm2022/ni-spright-angular-icons-breakpoint-disabled.mjs.map +1 -1
  21. package/fesm2022/ni-spright-angular-icons-breakpoint-enabled.mjs +3 -3
  22. package/fesm2022/ni-spright-angular-icons-breakpoint-enabled.mjs.map +1 -1
  23. package/fesm2022/ni-spright-angular-icons-breakpoint-execution-pointer.mjs +3 -3
  24. package/fesm2022/ni-spright-angular-icons-breakpoint-execution-pointer.mjs.map +1 -1
  25. package/fesm2022/ni-spright-angular-icons-breakpoint-hit-disabled.mjs +3 -3
  26. package/fesm2022/ni-spright-angular-icons-breakpoint-hit-disabled.mjs.map +1 -1
  27. package/fesm2022/ni-spright-angular-icons-breakpoint-hit.mjs +3 -3
  28. package/fesm2022/ni-spright-angular-icons-breakpoint-hit.mjs.map +1 -1
  29. package/fesm2022/ni-spright-angular-icons-breakpoint-hover.mjs +3 -3
  30. package/fesm2022/ni-spright-angular-icons-breakpoint-hover.mjs.map +1 -1
  31. package/fesm2022/ni-spright-angular-icons-nigel-chat.mjs +3 -3
  32. package/fesm2022/ni-spright-angular-icons-nigel-chat.mjs.map +1 -1
  33. package/fesm2022/ni-spright-angular-icons-work-item-calendar-week.mjs +3 -3
  34. package/fesm2022/ni-spright-angular-icons-work-item-calendar-week.mjs.map +1 -1
  35. package/fesm2022/ni-spright-angular-icons-work-item-calipers.mjs +3 -3
  36. package/fesm2022/ni-spright-angular-icons-work-item-calipers.mjs.map +1 -1
  37. package/fesm2022/ni-spright-angular-icons-work-item-forklift.mjs +3 -3
  38. package/fesm2022/ni-spright-angular-icons-work-item-forklift.mjs.map +1 -1
  39. package/fesm2022/ni-spright-angular-icons-work-item-rectangle-check-lines.mjs +3 -3
  40. package/fesm2022/ni-spright-angular-icons-work-item-rectangle-check-lines.mjs.map +1 -1
  41. package/fesm2022/ni-spright-angular-icons-work-item-square-list-cog.mjs +3 -3
  42. package/fesm2022/ni-spright-angular-icons-work-item-square-list-cog.mjs.map +1 -1
  43. package/fesm2022/ni-spright-angular-icons-work-item-user-helmet-safety.mjs +3 -3
  44. package/fesm2022/ni-spright-angular-icons-work-item-user-helmet-safety.mjs.map +1 -1
  45. package/fesm2022/ni-spright-angular-icons-work-item-wrench-hammer.mjs +3 -3
  46. package/fesm2022/ni-spright-angular-icons-work-item-wrench-hammer.mjs.map +1 -1
  47. package/fesm2022/ni-spright-angular-rectangle.mjs +7 -7
  48. package/fesm2022/ni-spright-angular-rectangle.mjs.map +1 -1
  49. 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.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 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", 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.27", ngImport: i0, type: SprightChatConversationDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", ngImpo
33
33
  }] } });
34
34
 
35
35
  class SprightChatConversationModule {
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] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatConversationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatConversationModule, declarations: [SprightChatConversationDirective], imports: [CommonModule], exports: [SprightChatConversationDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatConversationModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatConversationModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatConversationModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-conversation.mjs","sources":["../../../spright-angular/chat/conversation/spright-chat-conversation.directive.ts","../../../spright-angular/chat/conversation/spright-chat-conversation.module.ts","../../../spright-angular/chat/conversation/ni-spright-angular-chat-conversation.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { toBooleanProperty, type BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities';\nimport { type ChatConversation, chatConversationTag } from '@ni/spright-components/dist/esm/chat/conversation';\n\nexport type { ChatConversation };\nexport { chatConversationTag };\n\n/**\n * Directive to provide Angular integration for the chat conversation.\n */\n@Directive({\n selector: 'spright-chat-conversation',\n standalone: false\n})\nexport class SprightChatConversationDirective {\n public get autoScroll(): boolean {\n return this.elementRef.nativeElement.autoScroll;\n }\n\n @Input('auto-scroll') public set autoScroll(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'autoScroll', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatConversation>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatConversationDirective } from './spright-chat-conversation.directive';\n\nimport '@ni/spright-components/dist/esm/chat/conversation';\n\n@NgModule({\n declarations: [\n SprightChatConversationDirective,\n ],\n imports: [CommonModule],\n exports: [\n SprightChatConversationDirective,\n ]\n})\nexport class SprightChatConversationModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAOA;;AAEG;MAKU,gCAAgC,CAAA;AACzC,IAAA,IAAW,UAAU,GAAA;AACjB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU;IACnD;IAEA,IAAiC,UAAU,CAAC,KAA8B,EAAA;AACtE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,YAAY,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAC;IACpG;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAAwC,EAAA;QAA9E,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAiC;+GAT5G,gCAAgC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAhC,gCAAgC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,CAAA,aAAA,EAAA,YAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAhC,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAJ5C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,aAAa;;;MCJX,6BAA6B,CAAA;+GAA7B,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,EAAA,YAAA,EAAA,CAPlC,gCAAgC,CAAA,EAAA,OAAA,EAAA,CAE1B,YAAY,aAElB,gCAAgC,CAAA,EAAA,CAAA,CAAA;AAG3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,YAL5B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBATzC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV,gCAAgC;AACnC,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL,gCAAgC;AACnC;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-conversation.mjs","sources":["../../../spright-angular/chat/conversation/spright-chat-conversation.directive.ts","../../../spright-angular/chat/conversation/spright-chat-conversation.module.ts","../../../spright-angular/chat/conversation/ni-spright-angular-chat-conversation.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { toBooleanProperty, type BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities';\nimport { type ChatConversation, chatConversationTag } from '@ni/spright-components/dist/esm/chat/conversation';\n\nexport type { ChatConversation };\nexport { chatConversationTag };\n\n/**\n * Directive to provide Angular integration for the chat conversation.\n */\n@Directive({\n selector: 'spright-chat-conversation',\n standalone: false\n})\nexport class SprightChatConversationDirective {\n public get autoScroll(): boolean {\n return this.elementRef.nativeElement.autoScroll;\n }\n\n @Input('auto-scroll') public set autoScroll(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'autoScroll', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatConversation>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatConversationDirective } from './spright-chat-conversation.directive';\n\nimport '@ni/spright-components/dist/esm/chat/conversation';\n\n@NgModule({\n declarations: [\n SprightChatConversationDirective,\n ],\n imports: [CommonModule],\n exports: [\n SprightChatConversationDirective,\n ]\n})\nexport class SprightChatConversationModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAOA;;AAEG;MAKU,gCAAgC,CAAA;AACzC,IAAA,IAAW,UAAU,GAAA;AACjB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU;IACnD;IAEA,IAAiC,UAAU,CAAC,KAA8B,EAAA;AACtE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,YAAY,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAC;IACpG;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAAwC,EAAA;QAA9E,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAiC;+GAT5G,gCAAgC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAhC,gCAAgC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,CAAA,aAAA,EAAA,YAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAhC,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAJ5C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,aAAa;;;MCJX,6BAA6B,CAAA;+GAA7B,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,EAAA,YAAA,EAAA,CAPlC,gCAAgC,CAAA,EAAA,OAAA,EAAA,CAE1B,YAAY,aAElB,gCAAgC,CAAA,EAAA,CAAA,CAAA;AAG3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,YAL5B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBATzC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV,gCAAgC;AACnC,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL,gCAAgC;AACnC;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", 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.27", ngImport: i0, type: SprightChatInputDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", ngImpo
103
103
  }] } });
104
104
 
105
105
  class SprightChatInputModule {
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] }); }
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
107
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatInputModule, declarations: [SprightChatInputDirective], imports: [CommonModule], exports: [SprightChatInputDirective] }); }
108
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatInputModule, imports: [CommonModule] }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatInputModule, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatInputModule, decorators: [{
111
111
  type: NgModule,
112
112
  args: [{
113
113
  declarations: [SprightChatInputDirective],
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-input.mjs","sources":["../../../spright-angular/chat/input/spright-chat-input.directive.ts","../../../spright-angular/chat/input/spright-chat-input.module.ts","../../../spright-angular/chat/input/ni-spright-angular-chat-input.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities';\nimport { type ChatInput, chatInputTag } from '@ni/spright-components/dist/esm/chat/input';\nimport type { ChatInputSendEventDetail } from '@ni/spright-components/dist/esm/chat/input/types';\nimport { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';\n\nexport type { ChatInput };\nexport type { ChatInputSendEventDetail };\nexport { chatInputTag };\n\n/**\n * Directive to provide Angular integration for the chat input.\n */\n@Directive({\n selector: 'spright-chat-input',\n standalone: false\n})\nexport class SprightChatInputDirective {\n public get placeholder(): string | undefined {\n return this.elementRef.nativeElement.placeholder;\n }\n\n @Input() public set placeholder(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);\n }\n\n public get sendButtonLabel(): string | undefined {\n return this.elementRef.nativeElement.sendButtonLabel;\n }\n\n @Input('send-button-label') public set sendButtonLabel(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'sendButtonLabel', value);\n }\n\n public get stopButtonLabel(): string | undefined {\n return this.elementRef.nativeElement.stopButtonLabel;\n }\n\n @Input('stop-button-label') public set stopButtonLabel(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'stopButtonLabel', value);\n }\n\n public get processing(): boolean | undefined {\n return this.elementRef.nativeElement.processing;\n }\n\n @Input('processing') public set processing(value: boolean | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'processing', value);\n }\n\n public get sendDisabled(): boolean | undefined {\n return this.elementRef.nativeElement.sendDisabled;\n }\n\n @Input('send-disabled') public set sendDisabled(value: boolean | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'sendDisabled', value);\n }\n\n public get maxLength(): number | undefined {\n return this.elementRef.nativeElement.maxLength;\n }\n\n @Input('maxlength') public set maxLength(value: number | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'maxLength', value);\n }\n\n public get value(): string | undefined {\n return this.elementRef.nativeElement.value;\n }\n\n @Input() public set value(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'value', value);\n }\n\n public get errorText(): string | undefined {\n return this.elementRef.nativeElement.errorText;\n }\n\n @Input('error-text') public set errorText(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'errorText', value);\n }\n\n public get errorVisible(): boolean {\n return this.elementRef.nativeElement.errorVisible;\n }\n\n @Input('error-visible') public set errorVisible(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'errorVisible', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatInput>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatInputDirective } from './spright-chat-input.directive';\n\nimport '@ni/spright-components/dist/esm/chat/input';\n\n@NgModule({\n declarations: [SprightChatInputDirective],\n imports: [CommonModule],\n exports: [SprightChatInputDirective]\n})\nexport class SprightChatInputModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ni-spright-angular-chat-input.mjs","sources":["../../../spright-angular/chat/input/spright-chat-input.directive.ts","../../../spright-angular/chat/input/spright-chat-input.module.ts","../../../spright-angular/chat/input/ni-spright-angular-chat-input.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities';\nimport { type ChatInput, chatInputTag } from '@ni/spright-components/dist/esm/chat/input';\nimport type { ChatInputSendEventDetail } from '@ni/spright-components/dist/esm/chat/input/types';\nimport { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';\n\nexport type { ChatInput };\nexport type { ChatInputSendEventDetail };\nexport { chatInputTag };\n\n/**\n * Directive to provide Angular integration for the chat input.\n */\n@Directive({\n selector: 'spright-chat-input',\n standalone: false\n})\nexport class SprightChatInputDirective {\n public get placeholder(): string | undefined {\n return this.elementRef.nativeElement.placeholder;\n }\n\n @Input() public set placeholder(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);\n }\n\n public get sendButtonLabel(): string | undefined {\n return this.elementRef.nativeElement.sendButtonLabel;\n }\n\n @Input('send-button-label') public set sendButtonLabel(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'sendButtonLabel', value);\n }\n\n public get stopButtonLabel(): string | undefined {\n return this.elementRef.nativeElement.stopButtonLabel;\n }\n\n @Input('stop-button-label') public set stopButtonLabel(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'stopButtonLabel', value);\n }\n\n public get processing(): boolean | undefined {\n return this.elementRef.nativeElement.processing;\n }\n\n @Input('processing') public set processing(value: boolean | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'processing', value);\n }\n\n public get sendDisabled(): boolean | undefined {\n return this.elementRef.nativeElement.sendDisabled;\n }\n\n @Input('send-disabled') public set sendDisabled(value: boolean | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'sendDisabled', value);\n }\n\n public get maxLength(): number | undefined {\n return this.elementRef.nativeElement.maxLength;\n }\n\n @Input('maxlength') public set maxLength(value: number | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'maxLength', value);\n }\n\n public get value(): string | undefined {\n return this.elementRef.nativeElement.value;\n }\n\n @Input() public set value(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'value', value);\n }\n\n public get errorText(): string | undefined {\n return this.elementRef.nativeElement.errorText;\n }\n\n @Input('error-text') public set errorText(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'errorText', value);\n }\n\n public get errorVisible(): boolean {\n return this.elementRef.nativeElement.errorVisible;\n }\n\n @Input('error-visible') public set errorVisible(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'errorVisible', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatInput>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatInputDirective } from './spright-chat-input.directive';\n\nimport '@ni/spright-components/dist/esm/chat/input';\n\n@NgModule({\n declarations: [SprightChatInputDirective],\n imports: [CommonModule],\n exports: [SprightChatInputDirective]\n})\nexport class SprightChatInputModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -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.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 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", type: SprightChatMessageInboundDirective, isStandalone: false, selector: "spright-chat-message-inbound", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", 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.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] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageInboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageInboundModule, declarations: [SprightChatMessageInboundDirective], imports: [CommonModule], exports: [SprightChatMessageInboundDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageInboundModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageInboundModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageInboundModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-message-inbound.mjs","sources":["../../../spright-angular/chat/message/inbound/spright-chat-message-inbound.directive.ts","../../../spright-angular/chat/message/inbound/spright-chat-message-inbound.module.ts","../../../spright-angular/chat/message/inbound/ni-spright-angular-chat-message-inbound.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageInbound, chatMessageInboundTag } from '@ni/spright-components/dist/esm/chat/message/inbound';\n\nexport type { ChatMessageInbound };\nexport { chatMessageInboundTag };\n\n/**\n * Directive to provide Angular integration for the chat inbound message.\n */\n@Directive({\n selector: 'spright-chat-message-inbound',\n standalone: false\n})\nexport class SprightChatMessageInboundDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageInbound>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageInboundDirective } from './spright-chat-message-inbound.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/inbound';\n\n@NgModule({\n declarations: [\n SprightChatMessageInboundDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageInboundDirective\n ]\n})\nexport class SprightChatMessageInboundModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,kCAAkC,CAAA;IAC3C,WAAA,CAAoC,QAAmB,EAAmB,UAA0C,EAAA;QAAhF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAmC;+GAD9G,kCAAkC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlC,kCAAkC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAlC,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBAJ9C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,+BAA+B,CAAA;+GAA/B,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,EAAA,YAAA,EAAA,CAPpC,kCAAkC,CAAA,EAAA,OAAA,EAAA,CAE5B,YAAY,aAElB,kCAAkC,CAAA,EAAA,CAAA,CAAA;AAG7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,YAL9B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAT3C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-message-inbound.mjs","sources":["../../../spright-angular/chat/message/inbound/spright-chat-message-inbound.directive.ts","../../../spright-angular/chat/message/inbound/spright-chat-message-inbound.module.ts","../../../spright-angular/chat/message/inbound/ni-spright-angular-chat-message-inbound.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageInbound, chatMessageInboundTag } from '@ni/spright-components/dist/esm/chat/message/inbound';\n\nexport type { ChatMessageInbound };\nexport { chatMessageInboundTag };\n\n/**\n * Directive to provide Angular integration for the chat inbound message.\n */\n@Directive({\n selector: 'spright-chat-message-inbound',\n standalone: false\n})\nexport class SprightChatMessageInboundDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageInbound>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageInboundDirective } from './spright-chat-message-inbound.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/inbound';\n\n@NgModule({\n declarations: [\n SprightChatMessageInboundDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageInboundDirective\n ]\n})\nexport class SprightChatMessageInboundModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,kCAAkC,CAAA;IAC3C,WAAA,CAAoC,QAAmB,EAAmB,UAA0C,EAAA;QAAhF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAmC;+GAD9G,kCAAkC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlC,kCAAkC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAlC,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBAJ9C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,+BAA+B,CAAA;+GAA/B,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,EAAA,YAAA,EAAA,CAPpC,kCAAkC,CAAA,EAAA,OAAA,EAAA,CAE5B,YAAY,aAElB,kCAAkC,CAAA,EAAA,CAAA,CAAA;AAG7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,YAL9B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAT3C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", type: SprightChatMessageOutboundDirective, isStandalone: false, selector: "spright-chat-message-outbound", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", 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.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] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageOutboundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageOutboundModule, declarations: [SprightChatMessageOutboundDirective], imports: [CommonModule], exports: [SprightChatMessageOutboundDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageOutboundModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageOutboundModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageOutboundModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-message-outbound.mjs","sources":["../../../spright-angular/chat/message/outbound/spright-chat-message-outbound.directive.ts","../../../spright-angular/chat/message/outbound/spright-chat-message-outbound.module.ts","../../../spright-angular/chat/message/outbound/ni-spright-angular-chat-message-outbound.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageOutbound, chatMessageOutboundTag } from '@ni/spright-components/dist/esm/chat/message/outbound';\n\nexport type { ChatMessageOutbound };\nexport { chatMessageOutboundTag };\n\n/**\n * Directive to provide Angular integration for the chat outbound message.\n */\n@Directive({\n selector: 'spright-chat-message-outbound',\n standalone: false\n})\nexport class SprightChatMessageOutboundDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageOutbound>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageOutboundDirective } from './spright-chat-message-outbound.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/outbound';\n\n@NgModule({\n declarations: [\n SprightChatMessageOutboundDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageOutboundDirective\n ]\n})\nexport class SprightChatMessageOutboundModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,mCAAmC,CAAA;IAC5C,WAAA,CAAoC,QAAmB,EAAmB,UAA2C,EAAA;QAAjF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAoC;+GAD/G,mCAAmC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAnC,mCAAmC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,+BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAnC,mCAAmC,EAAA,UAAA,EAAA,CAAA;kBAJ/C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,+BAA+B;AACzC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,gCAAgC,CAAA;+GAAhC,gCAAgC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAhC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gCAAgC,EAAA,YAAA,EAAA,CAPrC,mCAAmC,CAAA,EAAA,OAAA,EAAA,CAE7B,YAAY,aAElB,mCAAmC,CAAA,EAAA,CAAA,CAAA;AAG9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gCAAgC,YAL/B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAT5C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-message-outbound.mjs","sources":["../../../spright-angular/chat/message/outbound/spright-chat-message-outbound.directive.ts","../../../spright-angular/chat/message/outbound/spright-chat-message-outbound.module.ts","../../../spright-angular/chat/message/outbound/ni-spright-angular-chat-message-outbound.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageOutbound, chatMessageOutboundTag } from '@ni/spright-components/dist/esm/chat/message/outbound';\n\nexport type { ChatMessageOutbound };\nexport { chatMessageOutboundTag };\n\n/**\n * Directive to provide Angular integration for the chat outbound message.\n */\n@Directive({\n selector: 'spright-chat-message-outbound',\n standalone: false\n})\nexport class SprightChatMessageOutboundDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageOutbound>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageOutboundDirective } from './spright-chat-message-outbound.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/outbound';\n\n@NgModule({\n declarations: [\n SprightChatMessageOutboundDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageOutboundDirective\n ]\n})\nexport class SprightChatMessageOutboundModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,mCAAmC,CAAA;IAC5C,WAAA,CAAoC,QAAmB,EAAmB,UAA2C,EAAA;QAAjF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAoC;+GAD/G,mCAAmC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAnC,mCAAmC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,+BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAnC,mCAAmC,EAAA,UAAA,EAAA,CAAA;kBAJ/C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,+BAA+B;AACzC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,gCAAgC,CAAA;+GAAhC,gCAAgC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAhC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gCAAgC,EAAA,YAAA,EAAA,CAPrC,mCAAmC,CAAA,EAAA,OAAA,EAAA,CAE7B,YAAY,aAElB,mCAAmC,CAAA,EAAA,CAAA,CAAA;AAG9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gCAAgC,YAL/B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAT5C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", type: SprightChatMessageSystemDirective, isStandalone: false, selector: "spright-chat-message-system", ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", 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.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] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageSystemModule, declarations: [SprightChatMessageSystemDirective], imports: [CommonModule], exports: [SprightChatMessageSystemDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageSystemModule, imports: [CommonModule] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageSystemModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageSystemModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-message-system.mjs","sources":["../../../spright-angular/chat/message/system/spright-chat-message-system.directive.ts","../../../spright-angular/chat/message/system/spright-chat-message-system.module.ts","../../../spright-angular/chat/message/system/ni-spright-angular-chat-message-system.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageSystem, chatMessageSystemTag } from '@ni/spright-components/dist/esm/chat/message/system';\n\nexport type { ChatMessageSystem };\nexport { chatMessageSystemTag };\n\n/**\n * Directive to provide Angular integration for the chat system message.\n */\n@Directive({\n selector: 'spright-chat-message-system',\n standalone: false\n})\nexport class SprightChatMessageSystemDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageSystem>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageSystemDirective } from './spright-chat-message-system.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/system';\n\n@NgModule({\n declarations: [\n SprightChatMessageSystemDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageSystemDirective\n ]\n})\nexport class SprightChatMessageSystemModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,iCAAiC,CAAA;IAC1C,WAAA,CAAoC,QAAmB,EAAmB,UAAyC,EAAA;QAA/E,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAkC;+GAD7G,iCAAiC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAjC,iCAAiC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAJ7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,6BAA6B;AACvC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,8BAA8B,CAAA;+GAA9B,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,EAAA,YAAA,EAAA,CAPnC,iCAAiC,CAAA,EAAA,OAAA,EAAA,CAE3B,YAAY,aAElB,iCAAiC,CAAA,EAAA,CAAA,CAAA;AAG5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,YAL7B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAT1C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-message-system.mjs","sources":["../../../spright-angular/chat/message/system/spright-chat-message-system.directive.ts","../../../spright-angular/chat/message/system/spright-chat-message-system.module.ts","../../../spright-angular/chat/message/system/ni-spright-angular-chat-message-system.ts"],"sourcesContent":["import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport { type ChatMessageSystem, chatMessageSystemTag } from '@ni/spright-components/dist/esm/chat/message/system';\n\nexport type { ChatMessageSystem };\nexport { chatMessageSystemTag };\n\n/**\n * Directive to provide Angular integration for the chat system message.\n */\n@Directive({\n selector: 'spright-chat-message-system',\n standalone: false\n})\nexport class SprightChatMessageSystemDirective {\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageSystem>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageSystemDirective } from './spright-chat-message-system.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/system';\n\n@NgModule({\n declarations: [\n SprightChatMessageSystemDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageSystemDirective\n ]\n})\nexport class SprightChatMessageSystemModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,iCAAiC,CAAA;IAC1C,WAAA,CAAoC,QAAmB,EAAmB,UAAyC,EAAA;QAA/E,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAkC;+GAD7G,iCAAiC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAjC,iCAAiC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAJ7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,6BAA6B;AACvC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCGY,8BAA8B,CAAA;+GAA9B,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,EAAA,YAAA,EAAA,CAPnC,iCAAiC,CAAA,EAAA,OAAA,EAAA,CAE3B,YAAY,aAElB,iCAAiC,CAAA,EAAA,CAAA,CAAA;AAG5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,YAL7B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAT1C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", 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.27", ngImport: i0, type: SprightChatMessageWelcomeDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", ngImpo
40
40
  }] } });
41
41
 
42
42
  class SprightChatMessageWelcomeModule {
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] }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageWelcomeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
44
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageWelcomeModule, declarations: [SprightChatMessageWelcomeDirective], imports: [CommonModule], exports: [SprightChatMessageWelcomeDirective] }); }
45
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageWelcomeModule, imports: [CommonModule] }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageWelcomeModule, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageWelcomeModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-message-welcome.mjs","sources":["../../../spright-angular/chat/message/welcome/spright-chat-message-welcome.directive.ts","../../../spright-angular/chat/message/welcome/spright-chat-message-welcome.module.ts","../../../spright-angular/chat/message/welcome/ni-spright-angular-chat-message-welcome.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { type ChatMessageWelcome, chatMessageWelcomeTag } from '@ni/spright-components/dist/esm/chat/message/welcome';\n\nexport type { ChatMessageWelcome };\nexport { chatMessageWelcomeTag };\n\n/**\n * Directive to provide Angular integration for the chat welcome message.\n */\n@Directive({\n selector: 'spright-chat-message-welcome',\n standalone: false\n})\nexport class SprightChatMessageWelcomeDirective {\n public get welcomeTitle(): string | undefined {\n return this.elementRef.nativeElement.welcomeTitle;\n }\n\n @Input('welcome-title') public set welcomeTitle(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'welcomeTitle', value);\n }\n\n public get subtitle(): string | undefined {\n return this.elementRef.nativeElement.subtitle;\n }\n\n @Input() public set subtitle(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'subtitle', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageWelcome>) {}\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageWelcomeDirective } from './spright-chat-message-welcome.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/welcome';\n\n@NgModule({\n declarations: [\n SprightChatMessageWelcomeDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageWelcomeDirective\n ]\n})\nexport class SprightChatMessageWelcomeModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,kCAAkC,CAAA;AAC3C,IAAA,IAAW,YAAY,GAAA;AACnB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY;IACrD;IAEA,IAAmC,YAAY,CAAC,KAAyB,EAAA;AACrE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE,KAAK,CAAC;IACnF;AAEA,IAAA,IAAW,QAAQ,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,QAAQ;IACjD;IAEA,IAAoB,QAAQ,CAAC,KAAyB,EAAA;AAClD,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,UAAU,EAAE,KAAK,CAAC;IAC/E;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAA0C,EAAA;QAAhF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAmC;+GAjB9G,kCAAkC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlC,kCAAkC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,CAAA,eAAA,EAAA,cAAA,CAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAlC,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBAJ9C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,eAAe;;sBAQrB;;;MCXQ,+BAA+B,CAAA;+GAA/B,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,EAAA,YAAA,EAAA,CAPpC,kCAAkC,CAAA,EAAA,OAAA,EAAA,CAE5B,YAAY,aAElB,kCAAkC,CAAA,EAAA,CAAA,CAAA;AAG7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,YAL9B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAT3C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-message-welcome.mjs","sources":["../../../spright-angular/chat/message/welcome/spright-chat-message-welcome.directive.ts","../../../spright-angular/chat/message/welcome/spright-chat-message-welcome.module.ts","../../../spright-angular/chat/message/welcome/ni-spright-angular-chat-message-welcome.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { type ChatMessageWelcome, chatMessageWelcomeTag } from '@ni/spright-components/dist/esm/chat/message/welcome';\n\nexport type { ChatMessageWelcome };\nexport { chatMessageWelcomeTag };\n\n/**\n * Directive to provide Angular integration for the chat welcome message.\n */\n@Directive({\n selector: 'spright-chat-message-welcome',\n standalone: false\n})\nexport class SprightChatMessageWelcomeDirective {\n public get welcomeTitle(): string | undefined {\n return this.elementRef.nativeElement.welcomeTitle;\n }\n\n @Input('welcome-title') public set welcomeTitle(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'welcomeTitle', value);\n }\n\n public get subtitle(): string | undefined {\n return this.elementRef.nativeElement.subtitle;\n }\n\n @Input() public set subtitle(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'subtitle', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessageWelcome>) {}\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageWelcomeDirective } from './spright-chat-message-welcome.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message/welcome';\n\n@NgModule({\n declarations: [\n SprightChatMessageWelcomeDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageWelcomeDirective\n ]\n})\nexport class SprightChatMessageWelcomeModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,kCAAkC,CAAA;AAC3C,IAAA,IAAW,YAAY,GAAA;AACnB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY;IACrD;IAEA,IAAmC,YAAY,CAAC,KAAyB,EAAA;AACrE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE,KAAK,CAAC;IACnF;AAEA,IAAA,IAAW,QAAQ,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,QAAQ;IACjD;IAEA,IAAoB,QAAQ,CAAC,KAAyB,EAAA;AAClD,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,UAAU,EAAE,KAAK,CAAC;IAC/E;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAA0C,EAAA;QAAhF,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAmC;+GAjB9G,kCAAkC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlC,kCAAkC,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,CAAA,eAAA,EAAA,cAAA,CAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAlC,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBAJ9C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,eAAe;;sBAQrB;;;MCXQ,+BAA+B,CAAA;+GAA/B,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,EAAA,YAAA,EAAA,CAPpC,kCAAkC,CAAA,EAAA,OAAA,EAAA,CAE5B,YAAY,aAElB,kCAAkC,CAAA,EAAA,CAAA,CAAA;AAG7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,YAL9B,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAT3C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", 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.27", ngImport: i0, type: SprightChatMessageDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", ngImpo
34
34
  }] } });
35
35
 
36
36
  class SprightChatMessageModule {
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] }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageModule, declarations: [SprightChatMessageDirective], imports: [CommonModule], exports: [SprightChatMessageDirective] }); }
39
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageModule, imports: [CommonModule] }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightChatMessageModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightChatMessageModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-chat-message.mjs","sources":["../../../spright-angular/chat/message/spright-chat-message.directive.ts","../../../spright-angular/chat/message/spright-chat-message.module.ts","../../../spright-angular/chat/message/ni-spright-angular-chat-message.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { type ChatMessage, chatMessageTag } from '@ni/spright-components/dist/esm/chat/message';\nimport { ChatMessageType } from '@ni/spright-components/dist/esm/chat/message/types';\n\nexport type { ChatMessage };\nexport { ChatMessageType };\nexport { chatMessageTag };\n\n/**\n * Directive to provide Angular integration for the chat message.\n * @deprecated Use specific message component types instead\n */\n@Directive({\n selector: 'spright-chat-message',\n standalone: false\n})\nexport class SprightChatMessageDirective {\n public get messageType(): ChatMessageType {\n return this.elementRef.nativeElement.messageType;\n }\n\n @Input('message-type') public set messageType(value: ChatMessageType) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'messageType', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessage>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageDirective } from './spright-chat-message.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message';\n\n@NgModule({\n declarations: [\n SprightChatMessageDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageDirective\n ]\n})\nexport class SprightChatMessageModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQA;;;AAGG;MAKU,2BAA2B,CAAA;AACpC,IAAA,IAAW,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW;IACpD;IAEA,IAAkC,WAAW,CAAC,KAAsB,EAAA;AAChE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,CAAC;IAClF;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAAmC,EAAA;QAAzE,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAA4B;+GATvG,2BAA2B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA3B,2BAA2B,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,CAAA,cAAA,EAAA,aAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA3B,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAJvC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,cAAc;;;MCNZ,wBAAwB,CAAA;+GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,EAAA,YAAA,EAAA,CAP7B,2BAA2B,CAAA,EAAA,OAAA,EAAA,CAErB,YAAY,aAElB,2BAA2B,CAAA,EAAA,CAAA,CAAA;AAGtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YALvB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBATpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-chat-message.mjs","sources":["../../../spright-angular/chat/message/spright-chat-message.directive.ts","../../../spright-angular/chat/message/spright-chat-message.module.ts","../../../spright-angular/chat/message/ni-spright-angular-chat-message.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { type ChatMessage, chatMessageTag } from '@ni/spright-components/dist/esm/chat/message';\nimport { ChatMessageType } from '@ni/spright-components/dist/esm/chat/message/types';\n\nexport type { ChatMessage };\nexport { ChatMessageType };\nexport { chatMessageTag };\n\n/**\n * Directive to provide Angular integration for the chat message.\n * @deprecated Use specific message component types instead\n */\n@Directive({\n selector: 'spright-chat-message',\n standalone: false\n})\nexport class SprightChatMessageDirective {\n public get messageType(): ChatMessageType {\n return this.elementRef.nativeElement.messageType;\n }\n\n @Input('message-type') public set messageType(value: ChatMessageType) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'messageType', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ChatMessage>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightChatMessageDirective } from './spright-chat-message.directive';\n\nimport '@ni/spright-components/dist/esm/chat/message';\n\n@NgModule({\n declarations: [\n SprightChatMessageDirective\n ],\n imports: [CommonModule],\n exports: [\n SprightChatMessageDirective\n ]\n})\nexport class SprightChatMessageModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQA;;;AAGG;MAKU,2BAA2B,CAAA;AACpC,IAAA,IAAW,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW;IACpD;IAEA,IAAkC,WAAW,CAAC,KAAsB,EAAA;AAChE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,CAAC;IAClF;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAAmC,EAAA;QAAzE,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAA4B;+GATvG,2BAA2B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA3B,2BAA2B,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,CAAA,cAAA,EAAA,aAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA3B,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAJvC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI,KAAK;uBAAC,cAAc;;;MCNZ,wBAAwB,CAAA;+GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,EAAA,YAAA,EAAA,CAP7B,2BAA2B,CAAA,EAAA,OAAA,EAAA,CAErB,YAAY,aAElB,2BAA2B,CAAA,EAAA,CAAA,CAAA;AAGtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YALvB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAKb,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBATpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV;AACH,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACL;AACH;AACJ,iBAAA;;;ACdD;;AAEG;;"}
@@ -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.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 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", type: SprightIconBaseDirective, isStandalone: true, inputs: { severity: "severity" }, ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightIconBaseDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBaseDirective, decorators: [{
24
24
  type: Directive
25
25
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { severity: [{
26
26
  type: Input
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icon-base.mjs","sources":["../../../spright-angular/icon-base/spright-icon-base.directive.ts","../../../spright-angular/icon-base/ni-spright-angular-icon-base.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { Icon } from '@ni/nimble-components/dist/esm/icon-base';\nimport { IconSeverity } from '@ni/nimble-components/dist/esm/icon-base/types';\n\nexport { Icon, IconSeverity };\n\n/**\n * Base class for the spright icon directives\n */\n@Directive()\nexport class SprightIconBaseDirective {\n public get severity(): IconSeverity {\n return this.elementRef.nativeElement.severity;\n }\n\n @Input() public set severity(value: IconSeverity) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'severity', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Icon>) {}\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAEU,wBAAwB,CAAA;AACjC,IAAA,IAAW,QAAQ,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,QAAQ;IACjD;IAEA,IAAoB,QAAQ,CAAC,KAAmB,EAAA;AAC5C,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,UAAU,EAAE,KAAK,CAAC;IAC/E;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAA4B,EAAA;QAAlE,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAqB;+GAThG,wBAAwB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBADpC;;sBAMI;;;ACfL;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icon-base.mjs","sources":["../../../spright-angular/icon-base/spright-icon-base.directive.ts","../../../spright-angular/icon-base/ni-spright-angular-icon-base.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport { Icon } from '@ni/nimble-components/dist/esm/icon-base';\nimport { IconSeverity } from '@ni/nimble-components/dist/esm/icon-base/types';\n\nexport { Icon, IconSeverity };\n\n/**\n * Base class for the spright icon directives\n */\n@Directive()\nexport class SprightIconBaseDirective {\n public get severity(): IconSeverity {\n return this.elementRef.nativeElement.severity;\n }\n\n @Input() public set severity(value: IconSeverity) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'severity', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Icon>) {}\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAEU,wBAAwB,CAAA;AACjC,IAAA,IAAW,QAAQ,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,QAAQ;IACjD;IAEA,IAAoB,QAAQ,CAAC,KAAmB,EAAA;AAC5C,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,UAAU,EAAE,KAAK,CAAC;IAC/E;IAEA,WAAA,CAAoC,QAAmB,EAAmB,UAA4B,EAAA;QAAlE,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAA8B,IAAA,CAAA,UAAU,GAAV,UAAU;IAAqB;+GAThG,wBAAwB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBADpC;;sBAMI;;;ACfL;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointConditionalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointConditionalDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointConditionalDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-conditional',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-conditional.mjs","sources":["../../../spright-angular/icons/breakpoint-conditional/spright-icon-breakpoint-conditional.directive.ts","../../../spright-angular/icons/breakpoint-conditional/ni-spright-angular-icons-breakpoint-conditional.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointConditional, iconBreakpointConditionalTag } from '@ni/spright-components/dist/esm/icons/breakpoint-conditional';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-conditional';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointConditional, iconBreakpointConditionalTag };\n\n/**\n * Spright breakpoint conditional icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-conditional',\n standalone: true\n})\nexport class SprightIconBreakpointConditionalDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-conditional.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,qCAAqC;AAC/C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-conditional.mjs","sources":["../../../spright-angular/icons/breakpoint-conditional/spright-icon-breakpoint-conditional.directive.ts","../../../spright-angular/icons/breakpoint-conditional/ni-spright-angular-icons-breakpoint-conditional.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointConditional, iconBreakpointConditionalTag } from '@ni/spright-components/dist/esm/icons/breakpoint-conditional';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-conditional';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointConditional, iconBreakpointConditionalTag };\n\n/**\n * Spright breakpoint conditional icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-conditional',\n standalone: true\n})\nexport class SprightIconBreakpointConditionalDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-conditional.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,qCAAqC;AAC/C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointDisabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointDisabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-disabled',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-disabled.mjs","sources":["../../../spright-angular/icons/breakpoint-disabled/spright-icon-breakpoint-disabled.directive.ts","../../../spright-angular/icons/breakpoint-disabled/ni-spright-angular-icons-breakpoint-disabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointDisabled, iconBreakpointDisabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-disabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-disabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointDisabled, iconBreakpointDisabledTag };\n\n/**\n * Spright breakpoint disabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-disabled',\n standalone: true\n})\nexport class SprightIconBreakpointDisabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-disabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,sCAAuC,SAAQ,wBAAwB,CAAA;+GAAvE,sCAAsC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAtC,sCAAsC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAtC,sCAAsC,EAAA,UAAA,EAAA,CAAA;kBAJlD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kCAAkC;AAC5C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-disabled.mjs","sources":["../../../spright-angular/icons/breakpoint-disabled/spright-icon-breakpoint-disabled.directive.ts","../../../spright-angular/icons/breakpoint-disabled/ni-spright-angular-icons-breakpoint-disabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointDisabled, iconBreakpointDisabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-disabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-disabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointDisabled, iconBreakpointDisabledTag };\n\n/**\n * Spright breakpoint disabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-disabled',\n standalone: true\n})\nexport class SprightIconBreakpointDisabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-disabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,sCAAuC,SAAQ,wBAAwB,CAAA;+GAAvE,sCAAsC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAtC,sCAAsC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAtC,sCAAsC,EAAA,UAAA,EAAA,CAAA;kBAJlD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kCAAkC;AAC5C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointEnabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointEnabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointEnabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-enabled',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-enabled.mjs","sources":["../../../spright-angular/icons/breakpoint-enabled/spright-icon-breakpoint-enabled.directive.ts","../../../spright-angular/icons/breakpoint-enabled/ni-spright-angular-icons-breakpoint-enabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointEnabled, iconBreakpointEnabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-enabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-enabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointEnabled, iconBreakpointEnabledTag };\n\n/**\n * Spright breakpoint enabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-enabled',\n standalone: true\n})\nexport class SprightIconBreakpointEnabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-enabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,qCAAsC,SAAQ,wBAAwB,CAAA;+GAAtE,qCAAqC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAArC,qCAAqC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAArC,qCAAqC,EAAA,UAAA,EAAA,CAAA;kBAJjD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-enabled.mjs","sources":["../../../spright-angular/icons/breakpoint-enabled/spright-icon-breakpoint-enabled.directive.ts","../../../spright-angular/icons/breakpoint-enabled/ni-spright-angular-icons-breakpoint-enabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointEnabled, iconBreakpointEnabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-enabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-enabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointEnabled, iconBreakpointEnabledTag };\n\n/**\n * Spright breakpoint enabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-enabled',\n standalone: true\n})\nexport class SprightIconBreakpointEnabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-enabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,qCAAsC,SAAQ,wBAAwB,CAAA;+GAAtE,qCAAqC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAArC,qCAAqC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAArC,qCAAqC,EAAA,UAAA,EAAA,CAAA;kBAJjD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointExecutionPointerDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-execution-pointer',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-execution-pointer.mjs","sources":["../../../spright-angular/icons/breakpoint-execution-pointer/spright-icon-breakpoint-execution-pointer.directive.ts","../../../spright-angular/icons/breakpoint-execution-pointer/ni-spright-angular-icons-breakpoint-execution-pointer.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointExecutionPointer, iconBreakpointExecutionPointerTag } from '@ni/spright-components/dist/esm/icons/breakpoint-execution-pointer';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-execution-pointer';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointExecutionPointer, iconBreakpointExecutionPointerTag };\n\n/**\n * Spright breakpoint execution pointer icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-execution-pointer',\n standalone: true\n})\nexport class SprightIconBreakpointExecutionPointerDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-execution-pointer.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,8CAA+C,SAAQ,wBAAwB,CAAA;+GAA/E,8CAA8C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA9C,8CAA8C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA9C,8CAA8C,EAAA,UAAA,EAAA,CAAA;kBAJ1D,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2CAA2C;AACrD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-execution-pointer.mjs","sources":["../../../spright-angular/icons/breakpoint-execution-pointer/spright-icon-breakpoint-execution-pointer.directive.ts","../../../spright-angular/icons/breakpoint-execution-pointer/ni-spright-angular-icons-breakpoint-execution-pointer.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointExecutionPointer, iconBreakpointExecutionPointerTag } from '@ni/spright-components/dist/esm/icons/breakpoint-execution-pointer';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-execution-pointer';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointExecutionPointer, iconBreakpointExecutionPointerTag };\n\n/**\n * Spright breakpoint execution pointer icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-execution-pointer',\n standalone: true\n})\nexport class SprightIconBreakpointExecutionPointerDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-execution-pointer.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,8CAA+C,SAAQ,wBAAwB,CAAA;+GAA/E,8CAA8C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA9C,8CAA8C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA9C,8CAA8C,EAAA,UAAA,EAAA,CAAA;kBAJ1D,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2CAA2C;AACrD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHitDisabledDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hit-disabled',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-hit-disabled.mjs","sources":["../../../spright-angular/icons/breakpoint-hit-disabled/spright-icon-breakpoint-hit-disabled.directive.ts","../../../spright-angular/icons/breakpoint-hit-disabled/ni-spright-angular-icons-breakpoint-hit-disabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHitDisabled, iconBreakpointHitDisabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hit-disabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hit-disabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHitDisabled, iconBreakpointHitDisabledTag };\n\n/**\n * Spright breakpoint hit disabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hit-disabled',\n standalone: true\n})\nexport class SprightIconBreakpointHitDisabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hit-disabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-hit-disabled.mjs","sources":["../../../spright-angular/icons/breakpoint-hit-disabled/spright-icon-breakpoint-hit-disabled.directive.ts","../../../spright-angular/icons/breakpoint-hit-disabled/ni-spright-angular-icons-breakpoint-hit-disabled.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHitDisabled, iconBreakpointHitDisabledTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hit-disabled';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hit-disabled';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHitDisabled, iconBreakpointHitDisabledTag };\n\n/**\n * Spright breakpoint hit disabled icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hit-disabled',\n standalone: true\n})\nexport class SprightIconBreakpointHitDisabledDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hit-disabled.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHitDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointHitDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHitDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hit',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-hit.mjs","sources":["../../../spright-angular/icons/breakpoint-hit/spright-icon-breakpoint-hit.directive.ts","../../../spright-angular/icons/breakpoint-hit/ni-spright-angular-icons-breakpoint-hit.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHit, iconBreakpointHitTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hit';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hit';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHit, iconBreakpointHitTag };\n\n/**\n * Spright breakpoint hit icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hit',\n standalone: true\n})\nexport class SprightIconBreakpointHitDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hit.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,iCAAkC,SAAQ,wBAAwB,CAAA;+GAAlE,iCAAiC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAjC,iCAAiC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAJ7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,6BAA6B;AACvC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-hit.mjs","sources":["../../../spright-angular/icons/breakpoint-hit/spright-icon-breakpoint-hit.directive.ts","../../../spright-angular/icons/breakpoint-hit/ni-spright-angular-icons-breakpoint-hit.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHit, iconBreakpointHitTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hit';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hit';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHit, iconBreakpointHitTag };\n\n/**\n * Spright breakpoint hit icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hit',\n standalone: true\n})\nexport class SprightIconBreakpointHitDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hit.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,iCAAkC,SAAQ,wBAAwB,CAAA;+GAAlE,iCAAiC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAjC,iCAAiC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAJ7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,6BAA6B;AACvC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHoverDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconBreakpointHoverDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconBreakpointHoverDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-breakpoint-hover',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-breakpoint-hover.mjs","sources":["../../../spright-angular/icons/breakpoint-hover/spright-icon-breakpoint-hover.directive.ts","../../../spright-angular/icons/breakpoint-hover/ni-spright-angular-icons-breakpoint-hover.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHover, iconBreakpointHoverTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hover';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hover';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHover, iconBreakpointHoverTag };\n\n/**\n * Spright breakpoint hover icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hover',\n standalone: true\n})\nexport class SprightIconBreakpointHoverDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hover.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,mCAAoC,SAAQ,wBAAwB,CAAA;+GAApE,mCAAmC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAnC,mCAAmC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,+BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAnC,mCAAmC,EAAA,UAAA,EAAA,CAAA;kBAJ/C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,+BAA+B;AACzC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-breakpoint-hover.mjs","sources":["../../../spright-angular/icons/breakpoint-hover/spright-icon-breakpoint-hover.directive.ts","../../../spright-angular/icons/breakpoint-hover/ni-spright-angular-icons-breakpoint-hover.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconBreakpointHover, iconBreakpointHoverTag } from '@ni/spright-components/dist/esm/icons/breakpoint-hover';\nimport '@ni/spright-components/dist/esm/icons/breakpoint-hover';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconBreakpointHover, iconBreakpointHoverTag };\n\n/**\n * Spright breakpoint hover icon directive\n */\n@Directive({\n selector: 'spright-icon-breakpoint-hover',\n standalone: true\n})\nexport class SprightIconBreakpointHoverDirective extends SprightIconBaseDirective {\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-breakpoint-hover.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,mCAAoC,SAAQ,wBAAwB,CAAA;+GAApE,mCAAmC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAnC,mCAAmC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,+BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAnC,mCAAmC,EAAA,UAAA,EAAA,CAAA;kBAJ/C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,+BAA+B;AACzC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconNigelChatDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconNigelChatDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconNigelChatDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-nigel-chat',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-nigel-chat.mjs","sources":["../../../spright-angular/icons/nigel-chat/spright-icon-nigel-chat.directive.ts","../../../spright-angular/icons/nigel-chat/ni-spright-angular-icons-nigel-chat.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconNigelChat, iconNigelChatTag } from '@ni/spright-components/dist/esm/icons/nigel-chat';\nimport '@ni/spright-components/dist/esm/icons/nigel-chat';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconNigelChat, iconNigelChatTag };\n\n/**\n * Spright Nigel chat brand icon directive\n */\n@Directive({\n selector: 'spright-icon-nigel-chat',\n standalone: true\n})\nexport class SprightIconNigelChatDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-nigel-chat.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,6BAA8B,SAAQ,wBAAwB,CAAA;+GAA9D,6BAA6B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA7B,6BAA6B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA7B,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAJzC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-nigel-chat.mjs","sources":["../../../spright-angular/icons/nigel-chat/spright-icon-nigel-chat.directive.ts","../../../spright-angular/icons/nigel-chat/ni-spright-angular-icons-nigel-chat.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconNigelChat, iconNigelChatTag } from '@ni/spright-components/dist/esm/icons/nigel-chat';\nimport '@ni/spright-components/dist/esm/icons/nigel-chat';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconNigelChat, iconNigelChatTag };\n\n/**\n * Spright Nigel chat brand icon directive\n */\n@Directive({\n selector: 'spright-icon-nigel-chat',\n standalone: true\n})\nexport class SprightIconNigelChatDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-nigel-chat.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,6BAA8B,SAAQ,wBAAwB,CAAA;+GAA9D,6BAA6B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA7B,6BAA6B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA7B,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAJzC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemCalendarWeekDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-calendar-week',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-calendar-week.mjs","sources":["../../../spright-angular/icons/work-item-calendar-week/spright-icon-work-item-calendar-week.directive.ts","../../../spright-angular/icons/work-item-calendar-week/ni-spright-angular-icons-work-item-calendar-week.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemCalendarWeek, iconWorkItemCalendarWeekTag } from '@ni/spright-components/dist/esm/icons/work-item-calendar-week';\nimport '@ni/spright-components/dist/esm/icons/work-item-calendar-week';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemCalendarWeek, iconWorkItemCalendarWeekTag };\n\n/**\n * Spright calendar week icon directive for reservation work items\n */\n@Directive({\n selector: 'spright-icon-work-item-calendar-week',\n standalone: true\n})\nexport class SprightIconWorkItemCalendarWeekDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-calendar-week.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,wCAAyC,SAAQ,wBAAwB,CAAA;+GAAzE,wCAAwC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxC,wCAAwC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxC,wCAAwC,EAAA,UAAA,EAAA,CAAA;kBAJpD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-calendar-week.mjs","sources":["../../../spright-angular/icons/work-item-calendar-week/spright-icon-work-item-calendar-week.directive.ts","../../../spright-angular/icons/work-item-calendar-week/ni-spright-angular-icons-work-item-calendar-week.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemCalendarWeek, iconWorkItemCalendarWeekTag } from '@ni/spright-components/dist/esm/icons/work-item-calendar-week';\nimport '@ni/spright-components/dist/esm/icons/work-item-calendar-week';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemCalendarWeek, iconWorkItemCalendarWeekTag };\n\n/**\n * Spright calendar week icon directive for reservation work items\n */\n@Directive({\n selector: 'spright-icon-work-item-calendar-week',\n standalone: true\n})\nexport class SprightIconWorkItemCalendarWeekDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-calendar-week.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,wCAAyC,SAAQ,wBAAwB,CAAA;+GAAzE,wCAAwC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxC,wCAAwC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxC,wCAAwC,EAAA,UAAA,EAAA,CAAA;kBAJpD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemCalipersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemCalipersDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemCalipersDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-calipers',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-calipers.mjs","sources":["../../../spright-angular/icons/work-item-calipers/spright-icon-work-item-calipers.directive.ts","../../../spright-angular/icons/work-item-calipers/ni-spright-angular-icons-work-item-calipers.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemCalipers, iconWorkItemCalipersTag } from '@ni/spright-components/dist/esm/icons/work-item-calipers';\nimport '@ni/spright-components/dist/esm/icons/work-item-calipers';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemCalipers, iconWorkItemCalipersTag };\n\n/**\n * Spright calipers icon directive for calibration work items\n */\n@Directive({\n selector: 'spright-icon-work-item-calipers',\n standalone: true\n})\nexport class SprightIconWorkItemCalipersDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-calipers.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,oCAAqC,SAAQ,wBAAwB,CAAA;+GAArE,oCAAoC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAApC,oCAAoC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAApC,oCAAoC,EAAA,UAAA,EAAA,CAAA;kBAJhD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-calipers.mjs","sources":["../../../spright-angular/icons/work-item-calipers/spright-icon-work-item-calipers.directive.ts","../../../spright-angular/icons/work-item-calipers/ni-spright-angular-icons-work-item-calipers.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemCalipers, iconWorkItemCalipersTag } from '@ni/spright-components/dist/esm/icons/work-item-calipers';\nimport '@ni/spright-components/dist/esm/icons/work-item-calipers';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemCalipers, iconWorkItemCalipersTag };\n\n/**\n * Spright calipers icon directive for calibration work items\n */\n@Directive({\n selector: 'spright-icon-work-item-calipers',\n standalone: true\n})\nexport class SprightIconWorkItemCalipersDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-calipers.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,oCAAqC,SAAQ,wBAAwB,CAAA;+GAArE,oCAAoC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAApC,oCAAoC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAApC,oCAAoC,EAAA,UAAA,EAAA,CAAA;kBAJhD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemForkliftDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemForkliftDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemForkliftDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-forklift',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-forklift.mjs","sources":["../../../spright-angular/icons/work-item-forklift/spright-icon-work-item-forklift.directive.ts","../../../spright-angular/icons/work-item-forklift/ni-spright-angular-icons-work-item-forklift.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemForklift, iconWorkItemForkliftTag } from '@ni/spright-components/dist/esm/icons/work-item-forklift';\nimport '@ni/spright-components/dist/esm/icons/work-item-forklift';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemForklift, iconWorkItemForkliftTag };\n\n/**\n * Spright forklift icon directive for transport work items\n */\n@Directive({\n selector: 'spright-icon-work-item-forklift',\n standalone: true\n})\nexport class SprightIconWorkItemForkliftDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-forklift.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,oCAAqC,SAAQ,wBAAwB,CAAA;+GAArE,oCAAoC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAApC,oCAAoC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAApC,oCAAoC,EAAA,UAAA,EAAA,CAAA;kBAJhD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-forklift.mjs","sources":["../../../spright-angular/icons/work-item-forklift/spright-icon-work-item-forklift.directive.ts","../../../spright-angular/icons/work-item-forklift/ni-spright-angular-icons-work-item-forklift.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemForklift, iconWorkItemForkliftTag } from '@ni/spright-components/dist/esm/icons/work-item-forklift';\nimport '@ni/spright-components/dist/esm/icons/work-item-forklift';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemForklift, iconWorkItemForkliftTag };\n\n/**\n * Spright forklift icon directive for transport work items\n */\n@Directive({\n selector: 'spright-icon-work-item-forklift',\n standalone: true\n})\nexport class SprightIconWorkItemForkliftDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-forklift.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,oCAAqC,SAAQ,wBAAwB,CAAA;+GAArE,oCAAoC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAApC,oCAAoC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAApC,oCAAoC,EAAA,UAAA,EAAA,CAAA;kBAJhD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iCAAiC;AAC3C,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemRectangleCheckLinesDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-rectangle-check-lines',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-rectangle-check-lines.mjs","sources":["../../../spright-angular/icons/work-item-rectangle-check-lines/spright-icon-work-item-rectangle-check-lines.directive.ts","../../../spright-angular/icons/work-item-rectangle-check-lines/ni-spright-angular-icons-work-item-rectangle-check-lines.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemRectangleCheckLines, iconWorkItemRectangleCheckLinesTag } from '@ni/spright-components/dist/esm/icons/work-item-rectangle-check-lines';\nimport '@ni/spright-components/dist/esm/icons/work-item-rectangle-check-lines';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemRectangleCheckLines, iconWorkItemRectangleCheckLinesTag };\n\n/**\n * Spright rectangle check lines icon directive for test plan work items\n */\n@Directive({\n selector: 'spright-icon-work-item-rectangle-check-lines',\n standalone: true\n})\nexport class SprightIconWorkItemRectangleCheckLinesDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-rectangle-check-lines.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,+CAAgD,SAAQ,wBAAwB,CAAA;+GAAhF,+CAA+C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA/C,+CAA+C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA/C,+CAA+C,EAAA,UAAA,EAAA,CAAA;kBAJ3D,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8CAA8C;AACxD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-rectangle-check-lines.mjs","sources":["../../../spright-angular/icons/work-item-rectangle-check-lines/spright-icon-work-item-rectangle-check-lines.directive.ts","../../../spright-angular/icons/work-item-rectangle-check-lines/ni-spright-angular-icons-work-item-rectangle-check-lines.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemRectangleCheckLines, iconWorkItemRectangleCheckLinesTag } from '@ni/spright-components/dist/esm/icons/work-item-rectangle-check-lines';\nimport '@ni/spright-components/dist/esm/icons/work-item-rectangle-check-lines';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemRectangleCheckLines, iconWorkItemRectangleCheckLinesTag };\n\n/**\n * Spright rectangle check lines icon directive for test plan work items\n */\n@Directive({\n selector: 'spright-icon-work-item-rectangle-check-lines',\n standalone: true\n})\nexport class SprightIconWorkItemRectangleCheckLinesDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-rectangle-check-lines.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,+CAAgD,SAAQ,wBAAwB,CAAA;+GAAhF,+CAA+C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA/C,+CAA+C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA/C,+CAA+C,EAAA,UAAA,EAAA,CAAA;kBAJ3D,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8CAA8C;AACxD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemSquareListCogDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-square-list-cog',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-square-list-cog.mjs","sources":["../../../spright-angular/icons/work-item-square-list-cog/spright-icon-work-item-square-list-cog.directive.ts","../../../spright-angular/icons/work-item-square-list-cog/ni-spright-angular-icons-work-item-square-list-cog.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag } from '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag };\n\n/**\n * Spright square list cog icon directive for work order items\n */\n@Directive({\n selector: 'spright-icon-work-item-square-list-cog',\n standalone: true\n})\nexport class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-square-list-cog.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wCAAwC;AAClD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-square-list-cog.mjs","sources":["../../../spright-angular/icons/work-item-square-list-cog/spright-icon-work-item-square-list-cog.directive.ts","../../../spright-angular/icons/work-item-square-list-cog/ni-spright-angular-icons-work-item-square-list-cog.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag } from '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport '@ni/spright-components/dist/esm/icons/work-item-square-list-cog';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemSquareListCog, iconWorkItemSquareListCogTag };\n\n/**\n * Spright square list cog icon directive for work order items\n */\n@Directive({\n selector: 'spright-icon-work-item-square-list-cog',\n standalone: true\n})\nexport class SprightIconWorkItemSquareListCogDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-square-list-cog.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,yCAA0C,SAAQ,wBAAwB,CAAA;+GAA1E,yCAAyC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzC,yCAAyC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzC,yCAAyC,EAAA,UAAA,EAAA,CAAA;kBAJrD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wCAAwC;AAClD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemUserHelmetSafetyDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-user-helmet-safety',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-user-helmet-safety.mjs","sources":["../../../spright-angular/icons/work-item-user-helmet-safety/spright-icon-work-item-user-helmet-safety.directive.ts","../../../spright-angular/icons/work-item-user-helmet-safety/ni-spright-angular-icons-work-item-user-helmet-safety.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemUserHelmetSafety, iconWorkItemUserHelmetSafetyTag } from '@ni/spright-components/dist/esm/icons/work-item-user-helmet-safety';\nimport '@ni/spright-components/dist/esm/icons/work-item-user-helmet-safety';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemUserHelmetSafety, iconWorkItemUserHelmetSafetyTag };\n\n/**\n * Spright user helmet safety icon directive for work items\n */\n@Directive({\n selector: 'spright-icon-work-item-user-helmet-safety',\n standalone: true\n})\nexport class SprightIconWorkItemUserHelmetSafetyDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-user-helmet-safety.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,4CAA6C,SAAQ,wBAAwB,CAAA;+GAA7E,4CAA4C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA5C,4CAA4C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA5C,4CAA4C,EAAA,UAAA,EAAA,CAAA;kBAJxD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2CAA2C;AACrD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-user-helmet-safety.mjs","sources":["../../../spright-angular/icons/work-item-user-helmet-safety/spright-icon-work-item-user-helmet-safety.directive.ts","../../../spright-angular/icons/work-item-user-helmet-safety/ni-spright-angular-icons-work-item-user-helmet-safety.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemUserHelmetSafety, iconWorkItemUserHelmetSafetyTag } from '@ni/spright-components/dist/esm/icons/work-item-user-helmet-safety';\nimport '@ni/spright-components/dist/esm/icons/work-item-user-helmet-safety';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemUserHelmetSafety, iconWorkItemUserHelmetSafetyTag };\n\n/**\n * Spright user helmet safety icon directive for work items\n */\n@Directive({\n selector: 'spright-icon-work-item-user-helmet-safety',\n standalone: true\n})\nexport class SprightIconWorkItemUserHelmetSafetyDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-user-helmet-safety.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,4CAA6C,SAAQ,wBAAwB,CAAA;+GAA7E,4CAA4C,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA5C,4CAA4C,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA5C,4CAA4C,EAAA,UAAA,EAAA,CAAA;kBAJxD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2CAA2C;AACrD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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.27", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightIconWorkItemWrenchHammerDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'spright-icon-work-item-wrench-hammer',
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-icons-work-item-wrench-hammer.mjs","sources":["../../../spright-angular/icons/work-item-wrench-hammer/spright-icon-work-item-wrench-hammer.directive.ts","../../../spright-angular/icons/work-item-wrench-hammer/ni-spright-angular-icons-work-item-wrench-hammer.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemWrenchHammer, iconWorkItemWrenchHammerTag } from '@ni/spright-components/dist/esm/icons/work-item-wrench-hammer';\nimport '@ni/spright-components/dist/esm/icons/work-item-wrench-hammer';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemWrenchHammer, iconWorkItemWrenchHammerTag };\n\n/**\n * Spright wrench hammer icon directive for maintenance work items\n */\n@Directive({\n selector: 'spright-icon-work-item-wrench-hammer',\n standalone: true\n})\nexport class SprightIconWorkItemWrenchHammerDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-wrench-hammer.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,wCAAyC,SAAQ,wBAAwB,CAAA;+GAAzE,wCAAwC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxC,wCAAwC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxC,wCAAwC,EAAA,UAAA,EAAA,CAAA;kBAJpD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-icons-work-item-wrench-hammer.mjs","sources":["../../../spright-angular/icons/work-item-wrench-hammer/spright-icon-work-item-wrench-hammer.directive.ts","../../../spright-angular/icons/work-item-wrench-hammer/ni-spright-angular-icons-work-item-wrench-hammer.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type IconWorkItemWrenchHammer, iconWorkItemWrenchHammerTag } from '@ni/spright-components/dist/esm/icons/work-item-wrench-hammer';\nimport '@ni/spright-components/dist/esm/icons/work-item-wrench-hammer';\nimport { SprightIconBaseDirective } from '@ni/spright-angular/icon-base';\n\nexport { type IconWorkItemWrenchHammer, iconWorkItemWrenchHammerTag };\n\n/**\n * Spright wrench hammer icon directive for maintenance work items\n */\n@Directive({\n selector: 'spright-icon-work-item-wrench-hammer',\n standalone: true\n})\nexport class SprightIconWorkItemWrenchHammerDirective extends SprightIconBaseDirective {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './spright-icon-work-item-wrench-hammer.directive';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;AAKG,MAAO,wCAAyC,SAAQ,wBAAwB,CAAA;+GAAzE,wCAAwC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAxC,wCAAwC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAxC,wCAAwC,EAAA,UAAA,EAAA,CAAA;kBAJpD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sCAAsC;AAChD,oBAAA,UAAU,EAAE;AACf,iBAAA;;;ACbD;;AAEG;;"}
@@ -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.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 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightRectangleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: SprightRectangleDirective, isStandalone: false, selector: "spright-rectangle", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", 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.27", ngImpo
19
19
  }] });
20
20
 
21
21
  class SprightRectangleModule {
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] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: SprightRectangleModule, declarations: [SprightRectangleDirective], imports: [CommonModule], exports: [SprightRectangleDirective] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightRectangleModule, imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SprightRectangleModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: SprightRectangleModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [SprightRectangleDirective],
@@ -1 +1 @@
1
- {"version":3,"file":"ni-spright-angular-rectangle.mjs","sources":["../../../spright-angular/rectangle/spright-rectangle.directive.ts","../../../spright-angular/rectangle/spright-rectangle.module.ts","../../../spright-angular/rectangle/ni-spright-angular-rectangle.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type Rectangle, rectangleTag } from '@ni/spright-components/dist/esm/rectangle';\n\nexport type { Rectangle };\nexport { rectangleTag };\n\n/**\n * Directive to provide Angular integration for the rectangle.\n */\n@Directive({\n selector: 'spright-rectangle',\n standalone: false\n})\nexport class SprightRectangleDirective { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightRectangleDirective } from './spright-rectangle.directive';\n\nimport '@ni/spright-components/dist/esm/rectangle';\n\n@NgModule({\n declarations: [SprightRectangleDirective],\n imports: [CommonModule],\n exports: [SprightRectangleDirective]\n})\nexport class SprightRectangleModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,yBAAyB,CAAA;+GAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzB,yBAAyB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCDY,sBAAsB,CAAA;+GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,CAJhB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAC9B,YAAY,aACZ,yBAAyB,CAAA,EAAA,CAAA,CAAA;AAE1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAHrB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGb,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,yBAAyB;AACtC,iBAAA;;;ACVD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-spright-angular-rectangle.mjs","sources":["../../../spright-angular/rectangle/spright-rectangle.directive.ts","../../../spright-angular/rectangle/spright-rectangle.module.ts","../../../spright-angular/rectangle/ni-spright-angular-rectangle.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { type Rectangle, rectangleTag } from '@ni/spright-components/dist/esm/rectangle';\n\nexport type { Rectangle };\nexport { rectangleTag };\n\n/**\n * Directive to provide Angular integration for the rectangle.\n */\n@Directive({\n selector: 'spright-rectangle',\n standalone: false\n})\nexport class SprightRectangleDirective { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SprightRectangleDirective } from './spright-rectangle.directive';\n\nimport '@ni/spright-components/dist/esm/rectangle';\n\n@NgModule({\n declarations: [SprightRectangleDirective],\n imports: [CommonModule],\n exports: [SprightRectangleDirective]\n})\nexport class SprightRectangleModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAMA;;AAEG;MAKU,yBAAyB,CAAA;+GAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAzB,yBAAyB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,UAAU,EAAE;AACf,iBAAA;;;MCDY,sBAAsB,CAAA;+GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,CAJhB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAC9B,YAAY,aACZ,yBAAyB,CAAA,EAAA,CAAA,CAAA;AAE1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAHrB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGb,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,yBAAyB;AACtC,iBAAA;;;ACVD;;AAEG;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-angular",
3
- "version": "9.6.0",
3
+ "version": "9.6.2",
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.22.0"
28
+ "@ni/spright-components": "^6.22.1"
29
29
  },
30
30
  "module": "fesm2022/ni-spright-angular.mjs",
31
31
  "typings": "index.d.ts",