@ni/spright-components 6.10.4 → 6.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +5 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +4998 -4998
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +59 -59
- package/dist/custom-elements.md +9 -9
- package/package.json +2 -2
|
@@ -526,12 +526,38 @@
|
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
"kind": "javascript-module",
|
|
529
|
-
"path": "src/chat/message/
|
|
529
|
+
"path": "src/chat/message/inbound/index.ts",
|
|
530
530
|
"declarations": [
|
|
531
531
|
{
|
|
532
532
|
"kind": "class",
|
|
533
|
-
"description": "A Spright component for displaying
|
|
534
|
-
"name": "
|
|
533
|
+
"description": "A Spright component for displaying a chat message",
|
|
534
|
+
"name": "ChatMessageInbound",
|
|
535
|
+
"members": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "method",
|
|
538
|
+
"name": "slottedFooterActionsElementsChanged",
|
|
539
|
+
"privacy": "public",
|
|
540
|
+
"return": {
|
|
541
|
+
"type": {
|
|
542
|
+
"text": "void"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"parameters": [
|
|
546
|
+
{
|
|
547
|
+
"name": "_prev",
|
|
548
|
+
"type": {
|
|
549
|
+
"text": "HTMLElement[] | undefined"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "next",
|
|
554
|
+
"type": {
|
|
555
|
+
"text": "HTMLElement[] | undefined"
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
]
|
|
559
|
+
}
|
|
560
|
+
],
|
|
535
561
|
"superclass": {
|
|
536
562
|
"name": "FoundationElement",
|
|
537
563
|
"package": "@ni/fast-foundation"
|
|
@@ -539,40 +565,40 @@
|
|
|
539
565
|
},
|
|
540
566
|
{
|
|
541
567
|
"kind": "variable",
|
|
542
|
-
"name": "
|
|
568
|
+
"name": "chatMessageInboundTag",
|
|
543
569
|
"type": {
|
|
544
570
|
"text": "string"
|
|
545
571
|
},
|
|
546
|
-
"default": "'spright-chat-message-
|
|
572
|
+
"default": "'spright-chat-message-inbound'"
|
|
547
573
|
}
|
|
548
574
|
],
|
|
549
575
|
"exports": [
|
|
550
576
|
{
|
|
551
577
|
"kind": "js",
|
|
552
|
-
"name": "
|
|
578
|
+
"name": "ChatMessageInbound",
|
|
553
579
|
"declaration": {
|
|
554
|
-
"name": "
|
|
555
|
-
"module": "src/chat/message/
|
|
580
|
+
"name": "ChatMessageInbound",
|
|
581
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
556
582
|
}
|
|
557
583
|
},
|
|
558
584
|
{
|
|
559
585
|
"kind": "js",
|
|
560
|
-
"name": "
|
|
586
|
+
"name": "chatMessageInboundTag",
|
|
561
587
|
"declaration": {
|
|
562
|
-
"name": "
|
|
563
|
-
"module": "src/chat/message/
|
|
588
|
+
"name": "chatMessageInboundTag",
|
|
589
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
564
590
|
}
|
|
565
591
|
}
|
|
566
592
|
]
|
|
567
593
|
},
|
|
568
594
|
{
|
|
569
595
|
"kind": "javascript-module",
|
|
570
|
-
"path": "src/chat/message/
|
|
596
|
+
"path": "src/chat/message/outbound/index.ts",
|
|
571
597
|
"declarations": [
|
|
572
598
|
{
|
|
573
599
|
"kind": "class",
|
|
574
|
-
"description": "A Spright component for displaying an
|
|
575
|
-
"name": "
|
|
600
|
+
"description": "A Spright component for displaying an outbound chat message",
|
|
601
|
+
"name": "ChatMessageOutbound",
|
|
576
602
|
"superclass": {
|
|
577
603
|
"name": "FoundationElement",
|
|
578
604
|
"package": "@ni/fast-foundation"
|
|
@@ -580,66 +606,40 @@
|
|
|
580
606
|
},
|
|
581
607
|
{
|
|
582
608
|
"kind": "variable",
|
|
583
|
-
"name": "
|
|
609
|
+
"name": "chatMessageOutboundTag",
|
|
584
610
|
"type": {
|
|
585
611
|
"text": "string"
|
|
586
612
|
},
|
|
587
|
-
"default": "'spright-chat-message-
|
|
613
|
+
"default": "'spright-chat-message-outbound'"
|
|
588
614
|
}
|
|
589
615
|
],
|
|
590
616
|
"exports": [
|
|
591
617
|
{
|
|
592
618
|
"kind": "js",
|
|
593
|
-
"name": "
|
|
619
|
+
"name": "ChatMessageOutbound",
|
|
594
620
|
"declaration": {
|
|
595
|
-
"name": "
|
|
596
|
-
"module": "src/chat/message/
|
|
621
|
+
"name": "ChatMessageOutbound",
|
|
622
|
+
"module": "src/chat/message/outbound/index.ts"
|
|
597
623
|
}
|
|
598
624
|
},
|
|
599
625
|
{
|
|
600
626
|
"kind": "js",
|
|
601
|
-
"name": "
|
|
627
|
+
"name": "chatMessageOutboundTag",
|
|
602
628
|
"declaration": {
|
|
603
|
-
"name": "
|
|
604
|
-
"module": "src/chat/message/
|
|
629
|
+
"name": "chatMessageOutboundTag",
|
|
630
|
+
"module": "src/chat/message/outbound/index.ts"
|
|
605
631
|
}
|
|
606
632
|
}
|
|
607
633
|
]
|
|
608
634
|
},
|
|
609
635
|
{
|
|
610
636
|
"kind": "javascript-module",
|
|
611
|
-
"path": "src/chat/message/
|
|
637
|
+
"path": "src/chat/message/system/index.ts",
|
|
612
638
|
"declarations": [
|
|
613
639
|
{
|
|
614
640
|
"kind": "class",
|
|
615
|
-
"description": "A Spright component for displaying
|
|
616
|
-
"name": "
|
|
617
|
-
"members": [
|
|
618
|
-
{
|
|
619
|
-
"kind": "method",
|
|
620
|
-
"name": "slottedFooterActionsElementsChanged",
|
|
621
|
-
"privacy": "public",
|
|
622
|
-
"return": {
|
|
623
|
-
"type": {
|
|
624
|
-
"text": "void"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"parameters": [
|
|
628
|
-
{
|
|
629
|
-
"name": "_prev",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "HTMLElement[] | undefined"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "next",
|
|
636
|
-
"type": {
|
|
637
|
-
"text": "HTMLElement[] | undefined"
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
]
|
|
641
|
-
}
|
|
642
|
-
],
|
|
641
|
+
"description": "A Spright component for displaying an system chat message",
|
|
642
|
+
"name": "ChatMessageSystem",
|
|
643
643
|
"superclass": {
|
|
644
644
|
"name": "FoundationElement",
|
|
645
645
|
"package": "@ni/fast-foundation"
|
|
@@ -647,28 +647,28 @@
|
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
649
|
"kind": "variable",
|
|
650
|
-
"name": "
|
|
650
|
+
"name": "chatMessageSystemTag",
|
|
651
651
|
"type": {
|
|
652
652
|
"text": "string"
|
|
653
653
|
},
|
|
654
|
-
"default": "'spright-chat-message-
|
|
654
|
+
"default": "'spright-chat-message-system'"
|
|
655
655
|
}
|
|
656
656
|
],
|
|
657
657
|
"exports": [
|
|
658
658
|
{
|
|
659
659
|
"kind": "js",
|
|
660
|
-
"name": "
|
|
660
|
+
"name": "ChatMessageSystem",
|
|
661
661
|
"declaration": {
|
|
662
|
-
"name": "
|
|
663
|
-
"module": "src/chat/message/
|
|
662
|
+
"name": "ChatMessageSystem",
|
|
663
|
+
"module": "src/chat/message/system/index.ts"
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
"kind": "js",
|
|
668
|
-
"name": "
|
|
668
|
+
"name": "chatMessageSystemTag",
|
|
669
669
|
"declaration": {
|
|
670
|
-
"name": "
|
|
671
|
-
"module": "src/chat/message/
|
|
670
|
+
"name": "chatMessageSystemTag",
|
|
671
|
+
"module": "src/chat/message/system/index.ts"
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
]
|
package/dist/custom-elements.md
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
<hr/>
|
|
101
101
|
|
|
102
|
-
## class: `
|
|
102
|
+
## class: `ChatMessageInbound`
|
|
103
103
|
|
|
104
104
|
### Superclass
|
|
105
105
|
|
|
@@ -107,9 +107,15 @@
|
|
|
107
107
|
| ------------------- | ------ | ------------------- |
|
|
108
108
|
| `FoundationElement` | | @ni/fast-foundation |
|
|
109
109
|
|
|
110
|
+
### Methods
|
|
111
|
+
|
|
112
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
113
|
+
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
114
|
+
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
115
|
+
|
|
110
116
|
<hr/>
|
|
111
117
|
|
|
112
|
-
## class: `
|
|
118
|
+
## class: `ChatMessageOutbound`
|
|
113
119
|
|
|
114
120
|
### Superclass
|
|
115
121
|
|
|
@@ -119,7 +125,7 @@
|
|
|
119
125
|
|
|
120
126
|
<hr/>
|
|
121
127
|
|
|
122
|
-
## class: `
|
|
128
|
+
## class: `ChatMessageSystem`
|
|
123
129
|
|
|
124
130
|
### Superclass
|
|
125
131
|
|
|
@@ -127,10 +133,4 @@
|
|
|
127
133
|
| ------------------- | ------ | ------------------- |
|
|
128
134
|
| `FoundationElement` | | @ni/fast-foundation |
|
|
129
135
|
|
|
130
|
-
### Methods
|
|
131
|
-
|
|
132
|
-
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
133
|
-
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
134
|
-
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
135
|
-
|
|
136
136
|
<hr/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.5",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:components && npm run build:cem",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@ni/fast-element": "^10.1.0",
|
|
43
43
|
"@ni/fast-foundation": "^10.2.1",
|
|
44
44
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
45
|
-
"@ni/nimble-components": "^35.
|
|
45
|
+
"@ni/nimble-components": "^35.4.0",
|
|
46
46
|
"tslib": "^2.2.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|