@ni/spright-components 6.18.1 → 6.18.3
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 +24 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +14 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +67 -67
- package/dist/custom-elements.md +16 -16
- package/package.json +2 -2
|
@@ -654,6 +654,73 @@
|
|
|
654
654
|
}
|
|
655
655
|
]
|
|
656
656
|
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "javascript-module",
|
|
659
|
+
"path": "src/chat/message/inbound/index.ts",
|
|
660
|
+
"declarations": [
|
|
661
|
+
{
|
|
662
|
+
"kind": "class",
|
|
663
|
+
"description": "A Spright component for displaying a chat message",
|
|
664
|
+
"name": "ChatMessageInbound",
|
|
665
|
+
"members": [
|
|
666
|
+
{
|
|
667
|
+
"kind": "method",
|
|
668
|
+
"name": "slottedFooterActionsElementsChanged",
|
|
669
|
+
"privacy": "public",
|
|
670
|
+
"return": {
|
|
671
|
+
"type": {
|
|
672
|
+
"text": "void"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"parameters": [
|
|
676
|
+
{
|
|
677
|
+
"name": "_prev",
|
|
678
|
+
"type": {
|
|
679
|
+
"text": "HTMLElement[] | undefined"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "next",
|
|
684
|
+
"type": {
|
|
685
|
+
"text": "HTMLElement[] | undefined"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
]
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"superclass": {
|
|
692
|
+
"name": "FoundationElement",
|
|
693
|
+
"package": "@ni/fast-foundation"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"kind": "variable",
|
|
698
|
+
"name": "chatMessageInboundTag",
|
|
699
|
+
"type": {
|
|
700
|
+
"text": "string"
|
|
701
|
+
},
|
|
702
|
+
"default": "'spright-chat-message-inbound'"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"exports": [
|
|
706
|
+
{
|
|
707
|
+
"kind": "js",
|
|
708
|
+
"name": "ChatMessageInbound",
|
|
709
|
+
"declaration": {
|
|
710
|
+
"name": "ChatMessageInbound",
|
|
711
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"kind": "js",
|
|
716
|
+
"name": "chatMessageInboundTag",
|
|
717
|
+
"declaration": {
|
|
718
|
+
"name": "chatMessageInboundTag",
|
|
719
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
]
|
|
723
|
+
},
|
|
657
724
|
{
|
|
658
725
|
"kind": "javascript-module",
|
|
659
726
|
"path": "src/chat/message/outbound/index.ts",
|
|
@@ -810,73 +877,6 @@
|
|
|
810
877
|
}
|
|
811
878
|
}
|
|
812
879
|
]
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"kind": "javascript-module",
|
|
816
|
-
"path": "src/chat/message/inbound/index.ts",
|
|
817
|
-
"declarations": [
|
|
818
|
-
{
|
|
819
|
-
"kind": "class",
|
|
820
|
-
"description": "A Spright component for displaying a chat message",
|
|
821
|
-
"name": "ChatMessageInbound",
|
|
822
|
-
"members": [
|
|
823
|
-
{
|
|
824
|
-
"kind": "method",
|
|
825
|
-
"name": "slottedFooterActionsElementsChanged",
|
|
826
|
-
"privacy": "public",
|
|
827
|
-
"return": {
|
|
828
|
-
"type": {
|
|
829
|
-
"text": "void"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
"parameters": [
|
|
833
|
-
{
|
|
834
|
-
"name": "_prev",
|
|
835
|
-
"type": {
|
|
836
|
-
"text": "HTMLElement[] | undefined"
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "next",
|
|
841
|
-
"type": {
|
|
842
|
-
"text": "HTMLElement[] | undefined"
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
]
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"superclass": {
|
|
849
|
-
"name": "FoundationElement",
|
|
850
|
-
"package": "@ni/fast-foundation"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "variable",
|
|
855
|
-
"name": "chatMessageInboundTag",
|
|
856
|
-
"type": {
|
|
857
|
-
"text": "string"
|
|
858
|
-
},
|
|
859
|
-
"default": "'spright-chat-message-inbound'"
|
|
860
|
-
}
|
|
861
|
-
],
|
|
862
|
-
"exports": [
|
|
863
|
-
{
|
|
864
|
-
"kind": "js",
|
|
865
|
-
"name": "ChatMessageInbound",
|
|
866
|
-
"declaration": {
|
|
867
|
-
"name": "ChatMessageInbound",
|
|
868
|
-
"module": "src/chat/message/inbound/index.ts"
|
|
869
|
-
}
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"kind": "js",
|
|
873
|
-
"name": "chatMessageInboundTag",
|
|
874
|
-
"declaration": {
|
|
875
|
-
"name": "chatMessageInboundTag",
|
|
876
|
-
"module": "src/chat/message/inbound/index.ts"
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
]
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
882
|
}
|
package/dist/custom-elements.md
CHANGED
|
@@ -110,6 +110,22 @@
|
|
|
110
110
|
|
|
111
111
|
<hr/>
|
|
112
112
|
|
|
113
|
+
## class: `ChatMessageInbound`
|
|
114
|
+
|
|
115
|
+
### Superclass
|
|
116
|
+
|
|
117
|
+
| Name | Module | Package |
|
|
118
|
+
| ------------------- | ------ | ------------------- |
|
|
119
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
120
|
+
|
|
121
|
+
### Methods
|
|
122
|
+
|
|
123
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
124
|
+
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
125
|
+
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
126
|
+
|
|
127
|
+
<hr/>
|
|
128
|
+
|
|
113
129
|
## class: `ChatMessageOutbound`
|
|
114
130
|
|
|
115
131
|
### Superclass
|
|
@@ -153,19 +169,3 @@
|
|
|
153
169
|
| `subtitle` | subtitle | |
|
|
154
170
|
|
|
155
171
|
<hr/>
|
|
156
|
-
|
|
157
|
-
## class: `ChatMessageInbound`
|
|
158
|
-
|
|
159
|
-
### Superclass
|
|
160
|
-
|
|
161
|
-
| Name | Module | Package |
|
|
162
|
-
| ------------------- | ------ | ------------------- |
|
|
163
|
-
| `FoundationElement` | | @ni/fast-foundation |
|
|
164
|
-
|
|
165
|
-
### Methods
|
|
166
|
-
|
|
167
|
-
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
168
|
-
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
169
|
-
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
170
|
-
|
|
171
|
-
<hr/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.18.
|
|
3
|
+
"version": "6.18.3",
|
|
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.1",
|
|
43
43
|
"@ni/fast-foundation": "^10.2.3",
|
|
44
44
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
45
|
-
"@ni/nimble-components": "^35.
|
|
45
|
+
"@ni/nimble-components": "^35.9.1",
|
|
46
46
|
"@ni/nimble-tokens": "^8.18.0",
|
|
47
47
|
"tslib": "^2.2.0"
|
|
48
48
|
},
|