deep-chat-dev 9.0.239 → 9.0.241

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.
@@ -31169,48 +31169,6 @@
31169
31169
  }
31170
31170
  ]
31171
31171
  },
31172
- {
31173
- "kind": "javascript-module",
31174
- "path": "src/utils/svg/svgIconUtils.ts",
31175
- "declarations": [
31176
- {
31177
- "kind": "class",
31178
- "description": "",
31179
- "name": "SVGIconUtils",
31180
- "members": [
31181
- {
31182
- "kind": "method",
31183
- "name": "createSVGElement",
31184
- "privacy": "public",
31185
- "static": true,
31186
- "return": {
31187
- "type": {
31188
- "text": "SVGGraphicsElement"
31189
- }
31190
- },
31191
- "parameters": [
31192
- {
31193
- "name": "svgString",
31194
- "type": {
31195
- "text": "string"
31196
- }
31197
- }
31198
- ]
31199
- }
31200
- ]
31201
- }
31202
- ],
31203
- "exports": [
31204
- {
31205
- "kind": "js",
31206
- "name": "SVGIconUtils",
31207
- "declaration": {
31208
- "name": "SVGIconUtils",
31209
- "module": "src/utils/svg/svgIconUtils.ts"
31210
- }
31211
- }
31212
- ]
31213
- },
31214
31172
  {
31215
31173
  "kind": "javascript-module",
31216
31174
  "path": "src/utils/loading/loadingStyle.ts",
@@ -31312,6 +31270,48 @@
31312
31270
  }
31313
31271
  ]
31314
31272
  },
31273
+ {
31274
+ "kind": "javascript-module",
31275
+ "path": "src/utils/svg/svgIconUtils.ts",
31276
+ "declarations": [
31277
+ {
31278
+ "kind": "class",
31279
+ "description": "",
31280
+ "name": "SVGIconUtils",
31281
+ "members": [
31282
+ {
31283
+ "kind": "method",
31284
+ "name": "createSVGElement",
31285
+ "privacy": "public",
31286
+ "static": true,
31287
+ "return": {
31288
+ "type": {
31289
+ "text": "SVGGraphicsElement"
31290
+ }
31291
+ },
31292
+ "parameters": [
31293
+ {
31294
+ "name": "svgString",
31295
+ "type": {
31296
+ "text": "string"
31297
+ }
31298
+ }
31299
+ ]
31300
+ }
31301
+ ]
31302
+ }
31303
+ ],
31304
+ "exports": [
31305
+ {
31306
+ "kind": "js",
31307
+ "name": "SVGIconUtils",
31308
+ "declaration": {
31309
+ "name": "SVGIconUtils",
31310
+ "module": "src/utils/svg/svgIconUtils.ts"
31311
+ }
31312
+ }
31313
+ ]
31314
+ },
31315
31315
  {
31316
31316
  "kind": "javascript-module",
31317
31317
  "path": "src/utils/webComponent/googleFont.ts",
@@ -31568,6 +31568,12 @@
31568
31568
  }
31569
31569
  ]
31570
31570
  },
31571
+ {
31572
+ "kind": "javascript-module",
31573
+ "path": "src/types/webModel/webModel.ts",
31574
+ "declarations": [],
31575
+ "exports": []
31576
+ },
31571
31577
  {
31572
31578
  "kind": "javascript-module",
31573
31579
  "path": "src/views/chat/introPanel/introPanel.ts",
@@ -31673,12 +31679,6 @@
31673
31679
  }
31674
31680
  ]
31675
31681
  },
31676
- {
31677
- "kind": "javascript-module",
31678
- "path": "src/types/webModel/webModel.ts",
31679
- "declarations": [],
31680
- "exports": []
31681
- },
31682
31682
  {
31683
31683
  "kind": "javascript-module",
31684
31684
  "path": "src/views/chat/input/input.ts",
@@ -32912,11 +32912,11 @@
32912
32912
  },
32913
32913
  {
32914
32914
  "kind": "field",
32915
- "name": "_introPanel",
32915
+ "name": "avatars",
32916
32916
  "type": {
32917
- "text": "IntroPanel | undefined"
32917
+ "text": "Avatars | undefined"
32918
32918
  },
32919
- "privacy": "protected",
32919
+ "readonly": true,
32920
32920
  "inheritedFrom": {
32921
32921
  "name": "MessagesBase",
32922
32922
  "module": "src/views/chat/messages/messagesBase.ts"
@@ -32924,11 +32924,11 @@
32924
32924
  },
32925
32925
  {
32926
32926
  "kind": "field",
32927
- "name": "_remarkable",
32927
+ "name": "names",
32928
32928
  "type": {
32929
- "text": "Remarkable"
32929
+ "text": "Names | undefined"
32930
32930
  },
32931
- "privacy": "private",
32931
+ "readonly": true,
32932
32932
  "inheritedFrom": {
32933
32933
  "name": "MessagesBase",
32934
32934
  "module": "src/views/chat/messages/messagesBase.ts"
@@ -32936,12 +32936,11 @@
32936
32936
  },
32937
32937
  {
32938
32938
  "kind": "field",
32939
- "name": "_avatars",
32939
+ "name": "_introPanel",
32940
32940
  "type": {
32941
- "text": "Avatars | undefined"
32941
+ "text": "IntroPanel | undefined"
32942
32942
  },
32943
32943
  "privacy": "protected",
32944
- "readonly": true,
32945
32944
  "inheritedFrom": {
32946
32945
  "name": "MessagesBase",
32947
32946
  "module": "src/views/chat/messages/messagesBase.ts"
@@ -32949,12 +32948,11 @@
32949
32948
  },
32950
32949
  {
32951
32950
  "kind": "field",
32952
- "name": "_names",
32951
+ "name": "_remarkable",
32953
32952
  "type": {
32954
- "text": "Names | undefined"
32953
+ "text": "Remarkable"
32955
32954
  },
32956
- "privacy": "protected",
32957
- "readonly": true,
32955
+ "privacy": "private",
32958
32956
  "inheritedFrom": {
32959
32957
  "name": "MessagesBase",
32960
32958
  "module": "src/views/chat/messages/messagesBase.ts"
@@ -33701,37 +33699,35 @@
33701
33699
  },
33702
33700
  {
33703
33701
  "kind": "field",
33704
- "name": "_introPanel",
33702
+ "name": "avatars",
33705
33703
  "type": {
33706
- "text": "IntroPanel | undefined"
33704
+ "text": "Avatars | undefined"
33707
33705
  },
33708
- "privacy": "protected"
33706
+ "readonly": true
33709
33707
  },
33710
33708
  {
33711
33709
  "kind": "field",
33712
- "name": "_remarkable",
33710
+ "name": "names",
33713
33711
  "type": {
33714
- "text": "Remarkable"
33712
+ "text": "Names | undefined"
33715
33713
  },
33716
- "privacy": "private"
33714
+ "readonly": true
33717
33715
  },
33718
33716
  {
33719
33717
  "kind": "field",
33720
- "name": "_avatars",
33718
+ "name": "_introPanel",
33721
33719
  "type": {
33722
- "text": "Avatars | undefined"
33720
+ "text": "IntroPanel | undefined"
33723
33721
  },
33724
- "privacy": "protected",
33725
- "readonly": true
33722
+ "privacy": "protected"
33726
33723
  },
33727
33724
  {
33728
33725
  "kind": "field",
33729
- "name": "_names",
33726
+ "name": "_remarkable",
33730
33727
  "type": {
33731
- "text": "Names | undefined"
33728
+ "text": "Remarkable"
33732
33729
  },
33733
- "privacy": "protected",
33734
- "readonly": true
33730
+ "privacy": "private"
33735
33731
  },
33736
33732
  {
33737
33733
  "kind": "field",
@@ -34590,56 +34586,35 @@
34590
34586
  },
34591
34587
  {
34592
34588
  "kind": "javascript-module",
34593
- "path": "src/services/gemini/utils/geminiUtils.ts",
34589
+ "path": "src/services/azure/utils/azureOpenAIUtils.ts",
34594
34590
  "declarations": [
34595
34591
  {
34596
34592
  "kind": "class",
34597
34593
  "description": "",
34598
- "name": "GeminiUtils",
34594
+ "name": "AzureOpenAIUtils",
34599
34595
  "members": [
34600
34596
  {
34601
- "kind": "method",
34602
- "name": "buildHeaders",
34597
+ "kind": "field",
34598
+ "name": "URL_DETAILS_ERROR_MESSAGE",
34599
+ "type": {
34600
+ "text": "string"
34601
+ },
34603
34602
  "privacy": "public",
34604
34603
  "static": true,
34605
- "parameters": [
34606
- {
34607
- "name": "key",
34608
- "type": {
34609
- "text": "string"
34610
- }
34611
- }
34612
- ]
34604
+ "readonly": true,
34605
+ "default": "'Please define the Azure URL Details. [More Information](https://deepchat.dev/docs/directConnection/Azure)'"
34613
34606
  },
34614
34607
  {
34615
34608
  "kind": "method",
34616
- "name": "handleVerificationResult",
34617
- "privacy": "private",
34609
+ "name": "buildHeaders",
34610
+ "privacy": "public",
34618
34611
  "static": true,
34619
34612
  "parameters": [
34620
34613
  {
34621
- "name": "result",
34622
- "type": {
34623
- "text": "object"
34624
- }
34625
- },
34626
- {
34627
- "name": "key",
34614
+ "name": "apiKey",
34628
34615
  "type": {
34629
34616
  "text": "string"
34630
34617
  }
34631
- },
34632
- {
34633
- "name": "onSuccess",
34634
- "type": {
34635
- "text": "(key: string) => void"
34636
- }
34637
- },
34638
- {
34639
- "name": "onFail",
34640
- "type": {
34641
- "text": "(message: string) => void"
34642
- }
34643
34618
  }
34644
34619
  ]
34645
34620
  },
@@ -34652,35 +34627,27 @@
34652
34627
  "type": {
34653
34628
  "text": "KeyVerificationDetails"
34654
34629
  }
34655
- }
34630
+ },
34631
+ "parameters": [
34632
+ {
34633
+ "name": "urlDetails",
34634
+ "type": {
34635
+ "text": "AzureOpenAI['urlDetails']"
34636
+ }
34637
+ }
34638
+ ]
34656
34639
  },
34657
34640
  {
34658
34641
  "kind": "method",
34659
- "name": "directFetch",
34642
+ "name": "validateURLDetails",
34660
34643
  "privacy": "public",
34661
34644
  "static": true,
34662
34645
  "parameters": [
34663
34646
  {
34664
- "name": "serviceIO",
34665
- "type": {
34666
- "text": "ServiceIO"
34667
- }
34668
- },
34669
- {
34670
- "name": "body",
34671
- "type": {
34672
- "text": "any"
34673
- }
34674
- },
34675
- {
34676
- "name": "method",
34647
+ "name": "urlDetails",
34677
34648
  "type": {
34678
- "text": "'POST' | 'GET'"
34649
+ "text": "AzureOpenAI['urlDetails']"
34679
34650
  }
34680
- },
34681
- {
34682
- "name": "stringify",
34683
- "default": "true"
34684
34651
  }
34685
34652
  ]
34686
34653
  }
@@ -34690,29 +34657,35 @@
34690
34657
  "exports": [
34691
34658
  {
34692
34659
  "kind": "js",
34693
- "name": "GeminiUtils",
34660
+ "name": "AzureOpenAIUtils",
34694
34661
  "declaration": {
34695
- "name": "GeminiUtils",
34696
- "module": "src/services/gemini/utils/geminiUtils.ts"
34662
+ "name": "AzureOpenAIUtils",
34663
+ "module": "src/services/azure/utils/azureOpenAIUtils.ts"
34697
34664
  }
34698
34665
  }
34699
34666
  ]
34700
34667
  },
34701
34668
  {
34702
34669
  "kind": "javascript-module",
34703
- "path": "src/services/cohere/utils/cohereUtils.ts",
34670
+ "path": "src/services/azure/utils/azureUtils.ts",
34704
34671
  "declarations": [
34705
34672
  {
34706
34673
  "kind": "class",
34707
34674
  "description": "",
34708
- "name": "CohereUtils",
34675
+ "name": "AzureUtils",
34709
34676
  "members": [
34710
34677
  {
34711
34678
  "kind": "method",
34712
- "name": "buildHeaders",
34679
+ "name": "buildTextToSpeechHeaders",
34713
34680
  "privacy": "public",
34714
34681
  "static": true,
34715
34682
  "parameters": [
34683
+ {
34684
+ "name": "outputFormat",
34685
+ "type": {
34686
+ "text": "string"
34687
+ }
34688
+ },
34716
34689
  {
34717
34690
  "name": "key",
34718
34691
  "type": {
@@ -34723,7 +34696,21 @@
34723
34696
  },
34724
34697
  {
34725
34698
  "kind": "method",
34726
- "name": "handleVerificationResult",
34699
+ "name": "buildSpeechToTextHeaders",
34700
+ "privacy": "public",
34701
+ "static": true,
34702
+ "parameters": [
34703
+ {
34704
+ "name": "key",
34705
+ "type": {
34706
+ "text": "string"
34707
+ }
34708
+ }
34709
+ ]
34710
+ },
34711
+ {
34712
+ "kind": "method",
34713
+ "name": "handleSpeechVerificationResult",
34727
34714
  "privacy": "private",
34728
34715
  "static": true,
34729
34716
  "parameters": [
@@ -34755,57 +34742,17 @@
34755
34742
  },
34756
34743
  {
34757
34744
  "kind": "method",
34758
- "name": "buildKeyVerificationDetails",
34745
+ "name": "buildSpeechKeyVerificationDetails",
34759
34746
  "privacy": "public",
34760
34747
  "static": true,
34761
34748
  "return": {
34762
34749
  "type": {
34763
34750
  "text": "KeyVerificationDetails"
34764
34751
  }
34765
- }
34766
- }
34767
- ]
34768
- }
34769
- ],
34770
- "exports": [
34771
- {
34772
- "kind": "js",
34773
- "name": "CohereUtils",
34774
- "declaration": {
34775
- "name": "CohereUtils",
34776
- "module": "src/services/cohere/utils/cohereUtils.ts"
34777
- }
34778
- }
34779
- ]
34780
- },
34781
- {
34782
- "kind": "javascript-module",
34783
- "path": "src/services/azure/utils/azureOpenAIUtils.ts",
34784
- "declarations": [
34785
- {
34786
- "kind": "class",
34787
- "description": "",
34788
- "name": "AzureOpenAIUtils",
34789
- "members": [
34790
- {
34791
- "kind": "field",
34792
- "name": "URL_DETAILS_ERROR_MESSAGE",
34793
- "type": {
34794
- "text": "string"
34795
34752
  },
34796
- "privacy": "public",
34797
- "static": true,
34798
- "readonly": true,
34799
- "default": "'Please define the Azure URL Details. [More Information](https://deepchat.dev/docs/directConnection/Azure)'"
34800
- },
34801
- {
34802
- "kind": "method",
34803
- "name": "buildHeaders",
34804
- "privacy": "public",
34805
- "static": true,
34806
34753
  "parameters": [
34807
34754
  {
34808
- "name": "apiKey",
34755
+ "name": "region",
34809
34756
  "type": {
34810
34757
  "text": "string"
34811
34758
  }
@@ -34814,88 +34761,63 @@
34814
34761
  },
34815
34762
  {
34816
34763
  "kind": "method",
34817
- "name": "buildKeyVerificationDetails",
34764
+ "name": "buildSummarizationHeader",
34818
34765
  "privacy": "public",
34819
34766
  "static": true,
34820
- "return": {
34821
- "type": {
34822
- "text": "KeyVerificationDetails"
34823
- }
34824
- },
34825
34767
  "parameters": [
34826
34768
  {
34827
- "name": "urlDetails",
34769
+ "name": "key",
34828
34770
  "type": {
34829
- "text": "AzureOpenAI['urlDetails']"
34771
+ "text": "string"
34830
34772
  }
34831
34773
  }
34832
34774
  ]
34833
34775
  },
34834
34776
  {
34835
34777
  "kind": "method",
34836
- "name": "validateURLDetails",
34837
- "privacy": "public",
34778
+ "name": "handleLanguageVerificationResult",
34779
+ "privacy": "private",
34838
34780
  "static": true,
34839
34781
  "parameters": [
34840
34782
  {
34841
- "name": "urlDetails",
34783
+ "name": "result",
34842
34784
  "type": {
34843
- "text": "AzureOpenAI['urlDetails']"
34785
+ "text": "object"
34844
34786
  }
34845
- }
34846
- ]
34847
- }
34848
- ]
34849
- }
34850
- ],
34851
- "exports": [
34852
- {
34853
- "kind": "js",
34854
- "name": "AzureOpenAIUtils",
34855
- "declaration": {
34856
- "name": "AzureOpenAIUtils",
34857
- "module": "src/services/azure/utils/azureOpenAIUtils.ts"
34858
- }
34859
- }
34860
- ]
34861
- },
34862
- {
34863
- "kind": "javascript-module",
34864
- "path": "src/services/azure/utils/azureUtils.ts",
34865
- "declarations": [
34866
- {
34867
- "kind": "class",
34868
- "description": "",
34869
- "name": "AzureUtils",
34870
- "members": [
34871
- {
34872
- "kind": "method",
34873
- "name": "buildTextToSpeechHeaders",
34874
- "privacy": "public",
34875
- "static": true,
34876
- "parameters": [
34787
+ },
34877
34788
  {
34878
- "name": "outputFormat",
34789
+ "name": "key",
34879
34790
  "type": {
34880
34791
  "text": "string"
34881
34792
  }
34882
34793
  },
34883
34794
  {
34884
- "name": "key",
34795
+ "name": "onSuccess",
34885
34796
  "type": {
34886
- "text": "string"
34797
+ "text": "(key: string) => void"
34798
+ }
34799
+ },
34800
+ {
34801
+ "name": "onFail",
34802
+ "type": {
34803
+ "text": "(message: string) => void"
34887
34804
  }
34888
34805
  }
34889
34806
  ]
34890
34807
  },
34891
34808
  {
34892
34809
  "kind": "method",
34893
- "name": "buildSpeechToTextHeaders",
34810
+ "name": "buildLanguageKeyVerificationDetails",
34894
34811
  "privacy": "public",
34895
34812
  "static": true,
34813
+ "return": {
34814
+ "type": {
34815
+ "text": "KeyVerificationDetails"
34816
+ }
34817
+ },
34896
34818
  "parameters": [
34897
34819
  {
34898
- "name": "key",
34820
+ "name": "endpoint",
34899
34821
  "type": {
34900
34822
  "text": "string"
34901
34823
  }
@@ -34904,7 +34826,7 @@
34904
34826
  },
34905
34827
  {
34906
34828
  "kind": "method",
34907
- "name": "handleSpeechVerificationResult",
34829
+ "name": "handleTranslationVerificationResult",
34908
34830
  "privacy": "private",
34909
34831
  "static": true,
34910
34832
  "parameters": [
@@ -34936,7 +34858,7 @@
34936
34858
  },
34937
34859
  {
34938
34860
  "kind": "method",
34939
- "name": "buildSpeechKeyVerificationDetails",
34861
+ "name": "buildTranslationKeyVerificationDetails",
34940
34862
  "privacy": "public",
34941
34863
  "static": true,
34942
34864
  "return": {
@@ -34947,6 +34869,7 @@
34947
34869
  "parameters": [
34948
34870
  {
34949
34871
  "name": "region",
34872
+ "optional": true,
34950
34873
  "type": {
34951
34874
  "text": "string"
34952
34875
  }
@@ -34955,7 +34878,50 @@
34955
34878
  },
34956
34879
  {
34957
34880
  "kind": "method",
34958
- "name": "buildSummarizationHeader",
34881
+ "name": "buildTranslationHeaders",
34882
+ "privacy": "public",
34883
+ "static": true,
34884
+ "parameters": [
34885
+ {
34886
+ "name": "region",
34887
+ "type": {
34888
+ "text": "string | undefined"
34889
+ }
34890
+ },
34891
+ {
34892
+ "name": "key",
34893
+ "type": {
34894
+ "text": "string"
34895
+ }
34896
+ }
34897
+ ]
34898
+ }
34899
+ ]
34900
+ }
34901
+ ],
34902
+ "exports": [
34903
+ {
34904
+ "kind": "js",
34905
+ "name": "AzureUtils",
34906
+ "declaration": {
34907
+ "name": "AzureUtils",
34908
+ "module": "src/services/azure/utils/azureUtils.ts"
34909
+ }
34910
+ }
34911
+ ]
34912
+ },
34913
+ {
34914
+ "kind": "javascript-module",
34915
+ "path": "src/services/cohere/utils/cohereUtils.ts",
34916
+ "declarations": [
34917
+ {
34918
+ "kind": "class",
34919
+ "description": "",
34920
+ "name": "CohereUtils",
34921
+ "members": [
34922
+ {
34923
+ "kind": "method",
34924
+ "name": "buildHeaders",
34959
34925
  "privacy": "public",
34960
34926
  "static": true,
34961
34927
  "parameters": [
@@ -34969,7 +34935,7 @@
34969
34935
  },
34970
34936
  {
34971
34937
  "kind": "method",
34972
- "name": "handleLanguageVerificationResult",
34938
+ "name": "handleVerificationResult",
34973
34939
  "privacy": "private",
34974
34940
  "static": true,
34975
34941
  "parameters": [
@@ -35001,17 +34967,46 @@
35001
34967
  },
35002
34968
  {
35003
34969
  "kind": "method",
35004
- "name": "buildLanguageKeyVerificationDetails",
34970
+ "name": "buildKeyVerificationDetails",
35005
34971
  "privacy": "public",
35006
34972
  "static": true,
35007
34973
  "return": {
35008
34974
  "type": {
35009
34975
  "text": "KeyVerificationDetails"
35010
34976
  }
35011
- },
34977
+ }
34978
+ }
34979
+ ]
34980
+ }
34981
+ ],
34982
+ "exports": [
34983
+ {
34984
+ "kind": "js",
34985
+ "name": "CohereUtils",
34986
+ "declaration": {
34987
+ "name": "CohereUtils",
34988
+ "module": "src/services/cohere/utils/cohereUtils.ts"
34989
+ }
34990
+ }
34991
+ ]
34992
+ },
34993
+ {
34994
+ "kind": "javascript-module",
34995
+ "path": "src/services/mistral/utils/mistralUtils.ts",
34996
+ "declarations": [
34997
+ {
34998
+ "kind": "class",
34999
+ "description": "",
35000
+ "name": "MistralUtils",
35001
+ "members": [
35002
+ {
35003
+ "kind": "method",
35004
+ "name": "buildHeaders",
35005
+ "privacy": "public",
35006
+ "static": true,
35012
35007
  "parameters": [
35013
35008
  {
35014
- "name": "endpoint",
35009
+ "name": "key",
35015
35010
  "type": {
35016
35011
  "text": "string"
35017
35012
  }
@@ -35020,7 +35015,7 @@
35020
35015
  },
35021
35016
  {
35022
35017
  "kind": "method",
35023
- "name": "handleTranslationVerificationResult",
35018
+ "name": "handleVerificationResult",
35024
35019
  "privacy": "private",
35025
35020
  "static": true,
35026
35021
  "parameters": [
@@ -35052,43 +35047,14 @@
35052
35047
  },
35053
35048
  {
35054
35049
  "kind": "method",
35055
- "name": "buildTranslationKeyVerificationDetails",
35050
+ "name": "buildKeyVerificationDetails",
35056
35051
  "privacy": "public",
35057
35052
  "static": true,
35058
35053
  "return": {
35059
35054
  "type": {
35060
35055
  "text": "KeyVerificationDetails"
35061
35056
  }
35062
- },
35063
- "parameters": [
35064
- {
35065
- "name": "region",
35066
- "optional": true,
35067
- "type": {
35068
- "text": "string"
35069
- }
35070
- }
35071
- ]
35072
- },
35073
- {
35074
- "kind": "method",
35075
- "name": "buildTranslationHeaders",
35076
- "privacy": "public",
35077
- "static": true,
35078
- "parameters": [
35079
- {
35080
- "name": "region",
35081
- "type": {
35082
- "text": "string | undefined"
35083
- }
35084
- },
35085
- {
35086
- "name": "key",
35087
- "type": {
35088
- "text": "string"
35089
- }
35090
- }
35091
- ]
35057
+ }
35092
35058
  }
35093
35059
  ]
35094
35060
  }
@@ -35096,10 +35062,10 @@
35096
35062
  "exports": [
35097
35063
  {
35098
35064
  "kind": "js",
35099
- "name": "AzureUtils",
35065
+ "name": "MistralUtils",
35100
35066
  "declaration": {
35101
- "name": "AzureUtils",
35102
- "module": "src/services/azure/utils/azureUtils.ts"
35067
+ "name": "MistralUtils",
35068
+ "module": "src/services/mistral/utils/mistralUtils.ts"
35103
35069
  }
35104
35070
  }
35105
35071
  ]
@@ -35186,12 +35152,12 @@
35186
35152
  },
35187
35153
  {
35188
35154
  "kind": "javascript-module",
35189
- "path": "src/services/mistral/utils/mistralUtils.ts",
35155
+ "path": "src/services/gemini/utils/geminiUtils.ts",
35190
35156
  "declarations": [
35191
35157
  {
35192
35158
  "kind": "class",
35193
35159
  "description": "",
35194
- "name": "MistralUtils",
35160
+ "name": "GeminiUtils",
35195
35161
  "members": [
35196
35162
  {
35197
35163
  "kind": "method",
@@ -35249,17 +35215,47 @@
35249
35215
  "text": "KeyVerificationDetails"
35250
35216
  }
35251
35217
  }
35252
- }
35253
- ]
35254
- }
35255
- ],
35256
- "exports": [
35257
- {
35258
- "kind": "js",
35259
- "name": "MistralUtils",
35260
- "declaration": {
35261
- "name": "MistralUtils",
35262
- "module": "src/services/mistral/utils/mistralUtils.ts"
35218
+ },
35219
+ {
35220
+ "kind": "method",
35221
+ "name": "directFetch",
35222
+ "privacy": "public",
35223
+ "static": true,
35224
+ "parameters": [
35225
+ {
35226
+ "name": "serviceIO",
35227
+ "type": {
35228
+ "text": "ServiceIO"
35229
+ }
35230
+ },
35231
+ {
35232
+ "name": "body",
35233
+ "type": {
35234
+ "text": "any"
35235
+ }
35236
+ },
35237
+ {
35238
+ "name": "method",
35239
+ "type": {
35240
+ "text": "'POST' | 'GET'"
35241
+ }
35242
+ },
35243
+ {
35244
+ "name": "stringify",
35245
+ "default": "true"
35246
+ }
35247
+ ]
35248
+ }
35249
+ ]
35250
+ }
35251
+ ],
35252
+ "exports": [
35253
+ {
35254
+ "kind": "js",
35255
+ "name": "GeminiUtils",
35256
+ "declaration": {
35257
+ "name": "GeminiUtils",
35258
+ "module": "src/services/gemini/utils/geminiUtils.ts"
35263
35259
  }
35264
35260
  }
35265
35261
  ]
@@ -39653,405 +39649,168 @@
39653
39649
  },
39654
39650
  {
39655
39651
  "kind": "javascript-module",
39656
- "path": "src/views/chat/input/buttons/buttonAccessility.ts",
39652
+ "path": "src/views/chat/input/dropup/dropup.ts",
39657
39653
  "declarations": [
39658
39654
  {
39659
39655
  "kind": "class",
39660
39656
  "description": "",
39661
- "name": "ButtonAccessibility",
39657
+ "name": "Dropup",
39662
39658
  "members": [
39663
39659
  {
39664
- "kind": "method",
39665
- "name": "addAttributes",
39666
- "privacy": "public",
39667
- "static": true,
39668
- "parameters": [
39669
- {
39670
- "name": "button",
39671
- "type": {
39672
- "text": "HTMLElement"
39673
- }
39674
- }
39675
- ]
39660
+ "kind": "field",
39661
+ "name": "_menu",
39662
+ "type": {
39663
+ "text": "DropupMenu"
39664
+ },
39665
+ "privacy": "private",
39666
+ "readonly": true,
39667
+ "default": "new DropupMenu(containerElement, styles?.menu)"
39676
39668
  },
39677
39669
  {
39678
- "kind": "method",
39679
- "name": "addAriaBusy",
39670
+ "kind": "field",
39671
+ "name": "BUTTON_ICON_CLASS",
39672
+ "type": {
39673
+ "text": "string"
39674
+ },
39680
39675
  "privacy": "public",
39681
39676
  "static": true,
39682
- "parameters": [
39683
- {
39684
- "name": "button",
39685
- "type": {
39686
- "text": "HTMLElement"
39687
- }
39688
- }
39689
- ]
39677
+ "default": "'dropup-icon'"
39690
39678
  },
39691
39679
  {
39692
- "kind": "method",
39693
- "name": "removeAriaBusy",
39694
- "privacy": "public",
39695
- "static": true,
39696
- "parameters": [
39697
- {
39698
- "name": "button",
39699
- "type": {
39700
- "text": "HTMLElement"
39701
- }
39702
- }
39703
- ]
39680
+ "kind": "field",
39681
+ "name": "buttonContainer",
39682
+ "type": {
39683
+ "text": "HTMLElement"
39684
+ },
39685
+ "readonly": true
39704
39686
  },
39705
39687
  {
39706
39688
  "kind": "method",
39707
- "name": "addAriaDisabled",
39708
- "privacy": "public",
39709
- "static": true,
39710
- "parameters": [
39711
- {
39712
- "name": "button",
39713
- "type": {
39714
- "text": "HTMLElement"
39715
- }
39716
- }
39717
- ]
39689
+ "name": "createButtonElement",
39690
+ "privacy": "private",
39691
+ "static": true
39718
39692
  },
39719
39693
  {
39720
39694
  "kind": "method",
39721
- "name": "removeAriaDisabled",
39722
- "privacy": "public",
39723
- "static": true,
39695
+ "name": "createInnerElements",
39696
+ "privacy": "private",
39724
39697
  "parameters": [
39725
39698
  {
39726
- "name": "button",
39699
+ "name": "customStyles",
39700
+ "optional": true,
39727
39701
  "type": {
39728
- "text": "HTMLElement"
39702
+ "text": "Styles"
39729
39703
  }
39730
39704
  }
39731
39705
  ]
39732
39706
  },
39733
39707
  {
39734
39708
  "kind": "method",
39735
- "name": "removeAriaAttributes",
39736
- "privacy": "public",
39737
- "static": true,
39709
+ "name": "createInnerElement",
39710
+ "privacy": "private",
39738
39711
  "parameters": [
39739
39712
  {
39740
- "name": "button",
39713
+ "name": "baseButton",
39741
39714
  "type": {
39742
- "text": "HTMLElement"
39715
+ "text": "SVGGraphicsElement"
39743
39716
  }
39744
- }
39745
- ]
39746
- }
39747
- ]
39748
- }
39749
- ],
39750
- "exports": [
39751
- {
39752
- "kind": "js",
39753
- "name": "ButtonAccessibility",
39754
- "declaration": {
39755
- "name": "ButtonAccessibility",
39756
- "module": "src/views/chat/input/buttons/buttonAccessility.ts"
39757
- }
39758
- }
39759
- ]
39760
- },
39761
- {
39762
- "kind": "javascript-module",
39763
- "path": "src/views/chat/input/buttons/buttonCSS.ts",
39764
- "declarations": [
39765
- {
39766
- "kind": "class",
39767
- "description": "",
39768
- "name": "ButtonCSS",
39769
- "members": [
39770
- {
39771
- "kind": "method",
39772
- "name": "unsetAllCSS",
39773
- "privacy": "public",
39774
- "static": true,
39775
- "parameters": [
39717
+ },
39776
39718
  {
39777
- "name": "button",
39719
+ "name": "state",
39778
39720
  "type": {
39779
- "text": "HTMLElement"
39721
+ "text": "'styles'"
39780
39722
  }
39781
39723
  },
39782
39724
  {
39783
- "name": "styles",
39725
+ "name": "customStyles",
39726
+ "optional": true,
39784
39727
  "type": {
39785
- "text": "ButtonStyles"
39728
+ "text": "Styles"
39786
39729
  }
39787
39730
  }
39788
39731
  ]
39789
39732
  },
39790
39733
  {
39791
39734
  "kind": "method",
39792
- "name": "unsetActionCSS",
39793
- "privacy": "public",
39794
- "static": true,
39735
+ "name": "createSVGIconElement",
39736
+ "privacy": "private",
39737
+ "static": true
39738
+ },
39739
+ {
39740
+ "kind": "method",
39741
+ "name": "addClickEvent",
39742
+ "privacy": "private"
39743
+ },
39744
+ {
39745
+ "kind": "method",
39746
+ "name": "createButtonContainer",
39747
+ "privacy": "private",
39748
+ "static": true
39749
+ },
39750
+ {
39751
+ "kind": "method",
39752
+ "name": "addItem",
39795
39753
  "parameters": [
39796
39754
  {
39797
- "name": "button",
39798
- "type": {
39799
- "text": "HTMLElement"
39800
- }
39801
- },
39802
- {
39803
- "name": "styles",
39755
+ "name": "buttonProps",
39804
39756
  "type": {
39805
- "text": "ButtonStyles"
39757
+ "text": "InputButton"
39806
39758
  }
39807
39759
  }
39808
39760
  ]
39809
39761
  },
39810
39762
  {
39811
39763
  "kind": "method",
39812
- "name": "setElementsCSS",
39813
- "privacy": "public",
39814
- "static": true,
39764
+ "name": "addContainerEvents",
39765
+ "privacy": "private",
39815
39766
  "parameters": [
39816
39767
  {
39817
- "name": "button",
39768
+ "name": "containerElement",
39818
39769
  "type": {
39819
39770
  "text": "HTMLElement"
39820
39771
  }
39821
- },
39822
- {
39823
- "name": "styles",
39824
- "type": {
39825
- "text": "ButtonStyles"
39826
- }
39827
- },
39828
- {
39829
- "name": "style",
39830
- "type": {
39831
- "text": "keyof StatefulStyles"
39832
- }
39833
39772
  }
39834
39773
  ]
39835
39774
  },
39836
39775
  {
39837
39776
  "kind": "method",
39838
- "name": "setElementCssUpToState",
39839
- "privacy": "public",
39777
+ "name": "getPosition",
39840
39778
  "static": true,
39841
39779
  "parameters": [
39842
39780
  {
39843
- "name": "button",
39844
- "type": {
39845
- "text": "HTMLElement"
39846
- }
39847
- },
39848
- {
39849
- "name": "styles",
39781
+ "name": "pToBs",
39850
39782
  "type": {
39851
- "text": "ButtonStyles"
39783
+ "text": "PositionToButtons"
39852
39784
  }
39853
39785
  },
39854
39786
  {
39855
- "name": "style",
39787
+ "name": "dropupStyles",
39788
+ "optional": true,
39856
39789
  "type": {
39857
- "text": "keyof StatefulStyles"
39858
- }
39859
- }
39860
- ]
39861
- }
39862
- ]
39863
- }
39864
- ],
39865
- "exports": [
39866
- {
39867
- "kind": "js",
39868
- "name": "ButtonCSS",
39869
- "declaration": {
39870
- "name": "ButtonCSS",
39871
- "module": "src/views/chat/input/buttons/buttonCSS.ts"
39872
- }
39873
- }
39874
- ]
39875
- },
39876
- {
39877
- "kind": "javascript-module",
39878
- "path": "src/views/chat/input/buttons/buttonInnerElements.ts",
39879
- "declarations": [
39880
- {
39881
- "kind": "class",
39882
- "description": "",
39883
- "name": "ButtonInnerElements",
39884
- "members": [
39885
- {
39886
- "kind": "method",
39887
- "name": "createTextElement",
39888
- "privacy": "private",
39889
- "static": true,
39890
- "parameters": [
39891
- {
39892
- "name": "text",
39893
- "type": {
39894
- "text": "string"
39895
- }
39896
- }
39897
- ]
39898
- },
39899
- {
39900
- "kind": "method",
39901
- "name": "createElement",
39902
- "privacy": "private",
39903
- "static": true,
39904
- "parameters": [
39905
- {
39906
- "name": "string",
39907
- "type": {
39908
- "text": "string"
39909
- }
39910
- },
39911
- {
39912
- "name": "isText",
39913
- "type": {
39914
- "text": "boolean"
39915
- }
39916
- }
39917
- ]
39918
- },
39919
- {
39920
- "kind": "method",
39921
- "name": "createCustomElement",
39922
- "privacy": "public",
39923
- "static": true,
39924
- "parameters": [
39925
- {
39926
- "name": "state",
39927
- "type": {
39928
- "text": "keyof T"
39929
- }
39930
- },
39931
- {
39932
- "name": "customStyles",
39933
- "optional": true,
39934
- "type": {
39935
- "text": "ButtonStateStyles<T>"
39936
- }
39937
- }
39938
- ]
39939
- },
39940
- {
39941
- "kind": "method",
39942
- "name": "processElement",
39943
- "privacy": "private",
39944
- "static": true,
39945
- "parameters": [
39946
- {
39947
- "name": "parentEl",
39948
- "type": {
39949
- "text": "HTMLElement"
39950
- }
39951
- },
39952
- {
39953
- "name": "element",
39954
- "optional": true,
39955
- "type": {
39956
- "text": "Element"
39790
+ "text": "DropupStyles"
39957
39791
  }
39958
39792
  }
39959
39793
  ]
39960
39794
  },
39961
39795
  {
39962
- "kind": "method",
39963
- "name": "createSpecificStateElement",
39964
- "privacy": "public",
39965
- "static": true,
39966
- "parameters": [
39967
- {
39968
- "name": "parentEl",
39969
- "type": {
39970
- "text": "HTMLElement"
39971
- }
39972
- },
39973
- {
39974
- "name": "state",
39975
- "type": {
39976
- "text": "keyof T"
39977
- }
39978
- },
39979
- {
39980
- "name": "customStyles",
39981
- "optional": true,
39982
- "type": {
39983
- "text": "ButtonStateStyles<T>"
39984
- }
39985
- }
39986
- ]
39796
+ "kind": "field",
39797
+ "name": "id",
39798
+ "type": {
39799
+ "text": "string"
39800
+ },
39801
+ "default": "'dropup-icon'"
39987
39802
  },
39988
- {
39989
- "kind": "method",
39990
- "name": "createInnerElement",
39991
- "privacy": "public",
39992
- "static": true,
39993
- "parameters": [
39994
- {
39995
- "name": "parentEl",
39996
- "type": {
39997
- "text": "HTMLElement"
39998
- }
39999
- },
40000
- {
40001
- "name": "baseButton",
40002
- "type": {
40003
- "text": "SVGGraphicsElement"
40004
- }
40005
- },
40006
- {
40007
- "name": "state",
40008
- "type": {
40009
- "text": "keyof T"
40010
- }
40011
- },
40012
- {
40013
- "name": "customStyles",
40014
- "optional": true,
40015
- "type": {
40016
- "text": "ButtonStateStyles<T>"
40017
- }
40018
- },
40019
- {
40020
- "name": "isDropup",
40021
- "default": "false"
40022
- }
40023
- ]
40024
- }
40025
- ]
40026
- }
40027
- ],
40028
- "exports": [
40029
- {
40030
- "kind": "js",
40031
- "name": "ButtonInnerElements",
40032
- "declaration": {
40033
- "name": "ButtonInnerElements",
40034
- "module": "src/views/chat/input/buttons/buttonInnerElements.ts"
40035
- }
40036
- }
40037
- ]
40038
- },
40039
- {
40040
- "kind": "javascript-module",
40041
- "path": "src/views/chat/input/buttons/inputButton.ts",
40042
- "declarations": [
40043
- {
40044
- "kind": "class",
40045
- "description": "",
40046
- "name": "InputButton",
40047
- "members": [
40048
39803
  {
40049
39804
  "kind": "field",
40050
39805
  "name": "elementRef",
40051
39806
  "type": {
40052
39807
  "text": "HTMLElement"
40053
39808
  },
40054
- "default": "buttonElement"
39809
+ "default": "buttonElement",
39810
+ "inheritedFrom": {
39811
+ "name": "InputButton",
39812
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39813
+ }
40055
39814
  },
40056
39815
  {
40057
39816
  "kind": "field",
@@ -40061,7 +39820,11 @@
40061
39820
  },
40062
39821
  "privacy": "protected",
40063
39822
  "readonly": true,
40064
- "default": "{state: 'default'}"
39823
+ "default": "{state: 'default'}",
39824
+ "inheritedFrom": {
39825
+ "name": "InputButton",
39826
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39827
+ }
40065
39828
  },
40066
39829
  {
40067
39830
  "kind": "field",
@@ -40071,7 +39834,11 @@
40071
39834
  },
40072
39835
  "privacy": "protected",
40073
39836
  "readonly": true,
40074
- "default": "customStyles"
39837
+ "default": "customStyles",
39838
+ "inheritedFrom": {
39839
+ "name": "InputButton",
39840
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39841
+ }
40075
39842
  },
40076
39843
  {
40077
39844
  "kind": "field",
@@ -40080,7 +39847,11 @@
40080
39847
  "text": "ButtonPositionT | undefined"
40081
39848
  },
40082
39849
  "readonly": true,
40083
- "default": "position"
39850
+ "default": "position",
39851
+ "inheritedFrom": {
39852
+ "name": "InputButton",
39853
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39854
+ }
40084
39855
  },
40085
39856
  {
40086
39857
  "kind": "field",
@@ -40089,7 +39860,11 @@
40089
39860
  "text": "string | undefined"
40090
39861
  },
40091
39862
  "readonly": true,
40092
- "default": "dropupText"
39863
+ "default": "dropupText",
39864
+ "inheritedFrom": {
39865
+ "name": "InputButton",
39866
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39867
+ }
40093
39868
  },
40094
39869
  {
40095
39870
  "kind": "method",
@@ -40103,7 +39878,11 @@
40103
39878
  "text": "ButtonStyles"
40104
39879
  }
40105
39880
  }
40106
- ]
39881
+ ],
39882
+ "inheritedFrom": {
39883
+ "name": "InputButton",
39884
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39885
+ }
40107
39886
  },
40108
39887
  {
40109
39888
  "kind": "method",
@@ -40117,7 +39896,11 @@
40117
39896
  "text": "ButtonStyles"
40118
39897
  }
40119
39898
  }
40120
- ]
39899
+ ],
39900
+ "inheritedFrom": {
39901
+ "name": "InputButton",
39902
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39903
+ }
40121
39904
  },
40122
39905
  {
40123
39906
  "kind": "method",
@@ -40131,7 +39914,11 @@
40131
39914
  "text": "ButtonStyles"
40132
39915
  }
40133
39916
  }
40134
- ]
39917
+ ],
39918
+ "inheritedFrom": {
39919
+ "name": "InputButton",
39920
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39921
+ }
40135
39922
  },
40136
39923
  {
40137
39924
  "kind": "method",
@@ -40145,7 +39932,11 @@
40145
39932
  "text": "ButtonStyles"
40146
39933
  }
40147
39934
  }
40148
- ]
39935
+ ],
39936
+ "inheritedFrom": {
39937
+ "name": "InputButton",
39938
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39939
+ }
40149
39940
  },
40150
39941
  {
40151
39942
  "kind": "method",
@@ -40159,7 +39950,11 @@
40159
39950
  "text": "ButtonStyles"
40160
39951
  }
40161
39952
  }
40162
- ]
39953
+ ],
39954
+ "inheritedFrom": {
39955
+ "name": "InputButton",
39956
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39957
+ }
40163
39958
  },
40164
39959
  {
40165
39960
  "kind": "method",
@@ -40172,7 +39967,11 @@
40172
39967
  "text": "(keyof T)[]"
40173
39968
  }
40174
39969
  }
40175
- ]
39970
+ ],
39971
+ "inheritedFrom": {
39972
+ "name": "InputButton",
39973
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39974
+ }
40176
39975
  },
40177
39976
  {
40178
39977
  "kind": "method",
@@ -40192,439 +39991,575 @@
40192
39991
  "text": "(keyof T)[]"
40193
39992
  }
40194
39993
  }
40195
- ]
39994
+ ],
39995
+ "inheritedFrom": {
39996
+ "name": "InputButton",
39997
+ "module": "src/views/chat/input/buttons/inputButton.ts"
39998
+ }
40196
39999
  }
40197
- ]
40000
+ ],
40001
+ "superclass": {
40002
+ "name": "InputButton",
40003
+ "module": "/src/views/chat/input/buttons/inputButton"
40004
+ }
40198
40005
  }
40199
40006
  ],
40200
40007
  "exports": [
40201
40008
  {
40202
40009
  "kind": "js",
40203
- "name": "InputButton",
40010
+ "name": "Dropup",
40204
40011
  "declaration": {
40205
- "name": "InputButton",
40206
- "module": "src/views/chat/input/buttons/inputButton.ts"
40012
+ "name": "Dropup",
40013
+ "module": "src/views/chat/input/dropup/dropup.ts"
40207
40014
  }
40208
40015
  }
40209
40016
  ]
40210
40017
  },
40211
40018
  {
40212
40019
  "kind": "javascript-module",
40213
- "path": "src/views/chat/input/dropup/dropup.ts",
40020
+ "path": "src/views/chat/input/dropup/dropupItem.ts",
40214
40021
  "declarations": [
40215
40022
  {
40216
40023
  "kind": "class",
40217
40024
  "description": "",
40218
- "name": "Dropup",
40025
+ "name": "DropupItem",
40219
40026
  "members": [
40220
40027
  {
40221
40028
  "kind": "field",
40222
- "name": "_menu",
40029
+ "name": "MENU_ITEM_CLASS",
40223
40030
  "type": {
40224
- "text": "DropupMenu"
40031
+ "text": "string"
40225
40032
  },
40226
- "privacy": "private",
40227
- "readonly": true,
40228
- "default": "new DropupMenu(containerElement, styles?.menu)"
40033
+ "privacy": "public",
40034
+ "static": true,
40035
+ "default": "'dropup-menu-item'"
40229
40036
  },
40230
40037
  {
40231
40038
  "kind": "field",
40232
- "name": "BUTTON_ICON_CLASS",
40039
+ "name": "DISABLED_ITEM_CLASS",
40233
40040
  "type": {
40234
40041
  "text": "string"
40235
40042
  },
40236
40043
  "privacy": "public",
40237
40044
  "static": true,
40238
- "default": "'dropup-icon'"
40045
+ "default": "'dropup-menu-item-disabled'"
40239
40046
  },
40240
40047
  {
40241
- "kind": "field",
40242
- "name": "buttonContainer",
40243
- "type": {
40244
- "text": "HTMLElement"
40245
- },
40246
- "readonly": true
40048
+ "kind": "method",
40049
+ "name": "addItemEvents",
40050
+ "privacy": "private",
40051
+ "static": true,
40052
+ "parameters": [
40053
+ {
40054
+ "name": "menu",
40055
+ "type": {
40056
+ "text": "DropupMenu"
40057
+ }
40058
+ },
40059
+ {
40060
+ "name": "item",
40061
+ "type": {
40062
+ "text": "HTMLElement"
40063
+ }
40064
+ },
40065
+ {
40066
+ "name": "inputButton",
40067
+ "type": {
40068
+ "text": "HTMLElement"
40069
+ }
40070
+ },
40071
+ {
40072
+ "name": "styles",
40073
+ "type": {
40074
+ "text": "StatefulStyles"
40075
+ }
40076
+ }
40077
+ ]
40247
40078
  },
40248
40079
  {
40249
40080
  "kind": "method",
40250
- "name": "createButtonElement",
40081
+ "name": "createItemText",
40251
40082
  "privacy": "private",
40252
- "static": true
40083
+ "static": true,
40084
+ "parameters": [
40085
+ {
40086
+ "name": "dropupText",
40087
+ "optional": true,
40088
+ "type": {
40089
+ "text": "string"
40090
+ }
40091
+ },
40092
+ {
40093
+ "name": "textStyle",
40094
+ "optional": true,
40095
+ "type": {
40096
+ "text": "CustomStyle"
40097
+ }
40098
+ }
40099
+ ]
40253
40100
  },
40254
40101
  {
40255
40102
  "kind": "method",
40256
- "name": "createInnerElements",
40103
+ "name": "createItemIcon",
40257
40104
  "privacy": "private",
40105
+ "static": true,
40258
40106
  "parameters": [
40259
40107
  {
40260
- "name": "customStyles",
40108
+ "name": "inputButtonElement",
40109
+ "type": {
40110
+ "text": "HTMLElement"
40111
+ }
40112
+ },
40113
+ {
40114
+ "name": "iconContainerStyle",
40261
40115
  "optional": true,
40262
40116
  "type": {
40263
- "text": "Styles"
40117
+ "text": "CustomStyle"
40264
40118
  }
40265
40119
  }
40266
40120
  ]
40267
40121
  },
40268
40122
  {
40269
40123
  "kind": "method",
40270
- "name": "createInnerElement",
40124
+ "name": "populateItem",
40271
40125
  "privacy": "private",
40126
+ "static": true,
40272
40127
  "parameters": [
40273
40128
  {
40274
- "name": "baseButton",
40129
+ "name": "elementRef",
40275
40130
  "type": {
40276
- "text": "SVGGraphicsElement"
40131
+ "text": "HTMLElement"
40277
40132
  }
40278
40133
  },
40279
40134
  {
40280
- "name": "state",
40135
+ "name": "item",
40281
40136
  "type": {
40282
- "text": "'styles'"
40137
+ "text": "HTMLElement"
40283
40138
  }
40284
40139
  },
40285
40140
  {
40286
- "name": "customStyles",
40141
+ "name": "dropupText",
40287
40142
  "optional": true,
40288
40143
  "type": {
40289
- "text": "Styles"
40144
+ "text": "string"
40145
+ }
40146
+ },
40147
+ {
40148
+ "name": "styles",
40149
+ "optional": true,
40150
+ "type": {
40151
+ "text": "DropupMenuStyles"
40290
40152
  }
40291
40153
  }
40292
40154
  ]
40293
40155
  },
40294
40156
  {
40295
40157
  "kind": "method",
40296
- "name": "createSVGIconElement",
40297
- "privacy": "private",
40298
- "static": true
40299
- },
40300
- {
40301
- "kind": "method",
40302
- "name": "addClickEvent",
40303
- "privacy": "private"
40304
- },
40305
- {
40306
- "kind": "method",
40307
- "name": "createButtonContainer",
40308
- "privacy": "private",
40309
- "static": true
40310
- },
40311
- {
40312
- "kind": "method",
40313
- "name": "addItem",
40158
+ "name": "createItem",
40159
+ "privacy": "public",
40160
+ "static": true,
40314
40161
  "parameters": [
40315
40162
  {
40316
- "name": "buttonProps",
40163
+ "name": "menu",
40164
+ "type": {
40165
+ "text": "DropupMenu"
40166
+ }
40167
+ },
40168
+ {
40169
+ "name": "inputButton",
40317
40170
  "type": {
40318
40171
  "text": "InputButton"
40319
40172
  }
40173
+ },
40174
+ {
40175
+ "name": "styles",
40176
+ "optional": true,
40177
+ "type": {
40178
+ "text": "DropupMenuStyles"
40179
+ }
40320
40180
  }
40321
40181
  ]
40322
- },
40182
+ }
40183
+ ]
40184
+ }
40185
+ ],
40186
+ "exports": [
40187
+ {
40188
+ "kind": "js",
40189
+ "name": "DropupItem",
40190
+ "declaration": {
40191
+ "name": "DropupItem",
40192
+ "module": "src/views/chat/input/dropup/dropupItem.ts"
40193
+ }
40194
+ }
40195
+ ]
40196
+ },
40197
+ {
40198
+ "kind": "javascript-module",
40199
+ "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
40200
+ "declarations": [
40201
+ {
40202
+ "kind": "class",
40203
+ "description": "",
40204
+ "name": "DropupItemNavigation",
40205
+ "members": [
40323
40206
  {
40324
40207
  "kind": "method",
40325
- "name": "addContainerEvents",
40208
+ "name": "focusItemWhenOnEdge",
40326
40209
  "privacy": "private",
40210
+ "static": true,
40327
40211
  "parameters": [
40328
40212
  {
40329
- "name": "containerElement",
40213
+ "name": "dropupElement",
40330
40214
  "type": {
40331
40215
  "text": "HTMLElement"
40332
40216
  }
40217
+ },
40218
+ {
40219
+ "name": "isNext",
40220
+ "type": {
40221
+ "text": "boolean"
40222
+ }
40333
40223
  }
40334
40224
  ]
40335
40225
  },
40336
40226
  {
40337
40227
  "kind": "method",
40338
- "name": "getPosition",
40228
+ "name": "focusSiblingItem",
40229
+ "privacy": "public",
40339
40230
  "static": true,
40231
+ "return": {
40232
+ "type": {
40233
+ "text": "void"
40234
+ }
40235
+ },
40340
40236
  "parameters": [
40341
40237
  {
40342
- "name": "pToBs",
40238
+ "name": "focusedItem",
40343
40239
  "type": {
40344
- "text": "PositionToButtons"
40240
+ "text": "HTMLElement"
40345
40241
  }
40346
40242
  },
40347
40243
  {
40348
- "name": "dropupStyles",
40349
- "optional": true,
40244
+ "name": "dropupElement",
40350
40245
  "type": {
40351
- "text": "DropupStyles"
40246
+ "text": "HTMLElement"
40247
+ }
40248
+ },
40249
+ {
40250
+ "name": "isNext",
40251
+ "type": {
40252
+ "text": "boolean"
40352
40253
  }
40254
+ },
40255
+ {
40256
+ "name": "isEdgeItem",
40257
+ "default": "false"
40353
40258
  }
40354
40259
  ]
40355
- },
40260
+ }
40261
+ ]
40262
+ }
40263
+ ],
40264
+ "exports": [
40265
+ {
40266
+ "kind": "js",
40267
+ "name": "DropupItemNavigation",
40268
+ "declaration": {
40269
+ "name": "DropupItemNavigation",
40270
+ "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
40271
+ }
40272
+ }
40273
+ ]
40274
+ },
40275
+ {
40276
+ "kind": "javascript-module",
40277
+ "path": "src/views/chat/input/dropup/dropupMenu.ts",
40278
+ "declarations": [
40279
+ {
40280
+ "kind": "class",
40281
+ "description": "",
40282
+ "name": "DropupMenu",
40283
+ "members": [
40356
40284
  {
40357
40285
  "kind": "field",
40358
- "name": "id",
40286
+ "name": "elementRef",
40359
40287
  "type": {
40360
- "text": "string"
40288
+ "text": "HTMLElement"
40361
40289
  },
40362
- "default": "'dropup-icon'"
40290
+ "readonly": true
40363
40291
  },
40364
40292
  {
40365
40293
  "kind": "field",
40366
- "name": "elementRef",
40294
+ "name": "_isOpen",
40367
40295
  "type": {
40368
- "text": "HTMLElement"
40296
+ "text": "boolean"
40369
40297
  },
40370
- "default": "buttonElement",
40371
- "inheritedFrom": {
40372
- "name": "InputButton",
40373
- "module": "src/views/chat/input/buttons/inputButton.ts"
40374
- }
40298
+ "privacy": "private",
40299
+ "default": "true"
40375
40300
  },
40376
40301
  {
40377
40302
  "kind": "field",
40378
- "name": "_mouseState",
40303
+ "name": "highlightedItem",
40379
40304
  "type": {
40380
- "text": "MouseState"
40381
- },
40382
- "privacy": "protected",
40383
- "readonly": true,
40384
- "default": "{state: 'default'}",
40385
- "inheritedFrom": {
40386
- "name": "InputButton",
40387
- "module": "src/views/chat/input/buttons/inputButton.ts"
40305
+ "text": "HTMLElement | undefined"
40388
40306
  }
40389
40307
  },
40390
40308
  {
40391
40309
  "kind": "field",
40392
- "name": "_customStyles",
40310
+ "name": "_styles",
40393
40311
  "type": {
40394
- "text": "T | undefined"
40312
+ "text": "DropupMenuStyles | undefined"
40395
40313
  },
40396
- "privacy": "protected",
40314
+ "privacy": "private",
40397
40315
  "readonly": true,
40398
- "default": "customStyles",
40399
- "inheritedFrom": {
40400
- "name": "InputButton",
40401
- "module": "src/views/chat/input/buttons/inputButton.ts"
40402
- }
40316
+ "default": "styles"
40403
40317
  },
40404
40318
  {
40405
40319
  "kind": "field",
40406
- "name": "position",
40320
+ "name": "clickEvent",
40407
40321
  "type": {
40408
- "text": "ButtonPositionT | undefined"
40322
+ "text": "(event: MouseEvent) => void | undefined"
40409
40323
  },
40410
- "readonly": true,
40411
- "default": "position",
40412
- "inheritedFrom": {
40413
- "name": "InputButton",
40414
- "module": "src/views/chat/input/buttons/inputButton.ts"
40415
- }
40324
+ "privacy": "private"
40416
40325
  },
40417
40326
  {
40418
40327
  "kind": "field",
40419
- "name": "dropupText",
40328
+ "name": "keyDownEvent",
40420
40329
  "type": {
40421
- "text": "string | undefined"
40330
+ "text": "(event: KeyboardEvent) => void | undefined"
40422
40331
  },
40423
- "readonly": true,
40424
- "default": "dropupText",
40425
- "inheritedFrom": {
40426
- "name": "InputButton",
40427
- "module": "src/views/chat/input/buttons/inputButton.ts"
40428
- }
40332
+ "privacy": "private"
40429
40333
  },
40430
40334
  {
40431
40335
  "kind": "method",
40432
- "name": "buttonMouseLeave",
40336
+ "name": "createElement",
40433
40337
  "privacy": "private",
40338
+ "static": true,
40434
40339
  "parameters": [
40435
40340
  {
40436
- "name": "customStyles",
40341
+ "name": "containerStyle",
40437
40342
  "optional": true,
40438
40343
  "type": {
40439
- "text": "ButtonStyles"
40344
+ "text": "CustomStyle"
40440
40345
  }
40441
40346
  }
40442
- ],
40443
- "inheritedFrom": {
40444
- "name": "InputButton",
40445
- "module": "src/views/chat/input/buttons/inputButton.ts"
40446
- }
40347
+ ]
40447
40348
  },
40448
40349
  {
40449
40350
  "kind": "method",
40450
- "name": "buttonMouseEnter",
40451
- "privacy": "private",
40351
+ "name": "open",
40352
+ "privacy": "private"
40353
+ },
40354
+ {
40355
+ "kind": "method",
40356
+ "name": "close"
40357
+ },
40358
+ {
40359
+ "kind": "method",
40360
+ "name": "toggle"
40361
+ },
40362
+ {
40363
+ "kind": "method",
40364
+ "name": "addItem",
40452
40365
  "parameters": [
40453
40366
  {
40454
- "name": "customStyles",
40455
- "optional": true,
40367
+ "name": "inputButton",
40456
40368
  "type": {
40457
- "text": "ButtonStyles"
40369
+ "text": "InputButton"
40458
40370
  }
40459
40371
  }
40460
- ],
40461
- "inheritedFrom": {
40462
- "name": "InputButton",
40463
- "module": "src/views/chat/input/buttons/inputButton.ts"
40464
- }
40372
+ ]
40465
40373
  },
40466
40374
  {
40467
40375
  "kind": "method",
40468
- "name": "buttonMouseUp",
40376
+ "name": "addWindowEvents",
40469
40377
  "privacy": "private",
40470
40378
  "parameters": [
40471
40379
  {
40472
- "name": "customStyles",
40473
- "optional": true,
40380
+ "name": "containerElement",
40474
40381
  "type": {
40475
- "text": "ButtonStyles"
40382
+ "text": "HTMLElement"
40476
40383
  }
40477
40384
  }
40478
- ],
40479
- "inheritedFrom": {
40480
- "name": "InputButton",
40481
- "module": "src/views/chat/input/buttons/inputButton.ts"
40482
- }
40385
+ ]
40483
40386
  },
40484
40387
  {
40485
40388
  "kind": "method",
40486
- "name": "buttonMouseDown",
40389
+ "name": "windowClick",
40487
40390
  "privacy": "private",
40488
40391
  "parameters": [
40489
40392
  {
40490
- "name": "customStyles",
40491
- "optional": true,
40393
+ "name": "containerElement",
40492
40394
  "type": {
40493
- "text": "ButtonStyles"
40395
+ "text": "HTMLElement"
40396
+ }
40397
+ },
40398
+ {
40399
+ "name": "event",
40400
+ "type": {
40401
+ "text": "MouseEvent"
40494
40402
  }
40495
40403
  }
40496
- ],
40497
- "inheritedFrom": {
40498
- "name": "InputButton",
40499
- "module": "src/views/chat/input/buttons/inputButton.ts"
40500
- }
40404
+ ]
40501
40405
  },
40502
40406
  {
40503
40407
  "kind": "method",
40504
- "name": "setEvents",
40408
+ "name": "windowKeyDown",
40505
40409
  "privacy": "private",
40506
40410
  "parameters": [
40507
40411
  {
40508
- "name": "customStyles",
40509
- "optional": true,
40412
+ "name": "containerElement",
40413
+ "type": {
40414
+ "text": "HTMLElement"
40415
+ }
40416
+ },
40417
+ {
40418
+ "name": "event",
40419
+ "type": {
40420
+ "text": "KeyboardEvent"
40421
+ }
40422
+ }
40423
+ ]
40424
+ }
40425
+ ]
40426
+ }
40427
+ ],
40428
+ "exports": [
40429
+ {
40430
+ "kind": "js",
40431
+ "name": "DropupMenu",
40432
+ "declaration": {
40433
+ "name": "DropupMenu",
40434
+ "module": "src/views/chat/input/dropup/dropupMenu.ts"
40435
+ }
40436
+ }
40437
+ ]
40438
+ },
40439
+ {
40440
+ "kind": "javascript-module",
40441
+ "path": "src/views/chat/input/buttons/buttonAccessility.ts",
40442
+ "declarations": [
40443
+ {
40444
+ "kind": "class",
40445
+ "description": "",
40446
+ "name": "ButtonAccessibility",
40447
+ "members": [
40448
+ {
40449
+ "kind": "method",
40450
+ "name": "addAttributes",
40451
+ "privacy": "public",
40452
+ "static": true,
40453
+ "parameters": [
40454
+ {
40455
+ "name": "button",
40456
+ "type": {
40457
+ "text": "HTMLElement"
40458
+ }
40459
+ }
40460
+ ]
40461
+ },
40462
+ {
40463
+ "kind": "method",
40464
+ "name": "addAriaBusy",
40465
+ "privacy": "public",
40466
+ "static": true,
40467
+ "parameters": [
40468
+ {
40469
+ "name": "button",
40470
+ "type": {
40471
+ "text": "HTMLElement"
40472
+ }
40473
+ }
40474
+ ]
40475
+ },
40476
+ {
40477
+ "kind": "method",
40478
+ "name": "removeAriaBusy",
40479
+ "privacy": "public",
40480
+ "static": true,
40481
+ "parameters": [
40482
+ {
40483
+ "name": "button",
40510
40484
  "type": {
40511
- "text": "ButtonStyles"
40485
+ "text": "HTMLElement"
40512
40486
  }
40513
40487
  }
40514
- ],
40515
- "inheritedFrom": {
40516
- "name": "InputButton",
40517
- "module": "src/views/chat/input/buttons/inputButton.ts"
40518
- }
40488
+ ]
40519
40489
  },
40520
40490
  {
40521
40491
  "kind": "method",
40522
- "name": "unsetCustomStateStyles",
40492
+ "name": "addAriaDisabled",
40523
40493
  "privacy": "public",
40494
+ "static": true,
40524
40495
  "parameters": [
40525
40496
  {
40526
- "name": "unsetTypes",
40497
+ "name": "button",
40527
40498
  "type": {
40528
- "text": "(keyof T)[]"
40499
+ "text": "HTMLElement"
40529
40500
  }
40530
40501
  }
40531
- ],
40532
- "inheritedFrom": {
40533
- "name": "InputButton",
40534
- "module": "src/views/chat/input/buttons/inputButton.ts"
40535
- }
40502
+ ]
40536
40503
  },
40537
40504
  {
40538
40505
  "kind": "method",
40539
- "name": "reapplyStateStyle",
40506
+ "name": "removeAriaDisabled",
40540
40507
  "privacy": "public",
40508
+ "static": true,
40541
40509
  "parameters": [
40542
40510
  {
40543
- "name": "setType",
40511
+ "name": "button",
40544
40512
  "type": {
40545
- "text": "keyof T"
40513
+ "text": "HTMLElement"
40546
40514
  }
40547
- },
40515
+ }
40516
+ ]
40517
+ },
40518
+ {
40519
+ "kind": "method",
40520
+ "name": "removeAriaAttributes",
40521
+ "privacy": "public",
40522
+ "static": true,
40523
+ "parameters": [
40548
40524
  {
40549
- "name": "unsetTypes",
40550
- "optional": true,
40525
+ "name": "button",
40551
40526
  "type": {
40552
- "text": "(keyof T)[]"
40527
+ "text": "HTMLElement"
40553
40528
  }
40554
40529
  }
40555
- ],
40556
- "inheritedFrom": {
40557
- "name": "InputButton",
40558
- "module": "src/views/chat/input/buttons/inputButton.ts"
40559
- }
40530
+ ]
40560
40531
  }
40561
- ],
40562
- "superclass": {
40563
- "name": "InputButton",
40564
- "module": "/src/views/chat/input/buttons/inputButton"
40565
- }
40532
+ ]
40566
40533
  }
40567
40534
  ],
40568
40535
  "exports": [
40569
40536
  {
40570
40537
  "kind": "js",
40571
- "name": "Dropup",
40538
+ "name": "ButtonAccessibility",
40572
40539
  "declaration": {
40573
- "name": "Dropup",
40574
- "module": "src/views/chat/input/dropup/dropup.ts"
40540
+ "name": "ButtonAccessibility",
40541
+ "module": "src/views/chat/input/buttons/buttonAccessility.ts"
40575
40542
  }
40576
40543
  }
40577
40544
  ]
40578
40545
  },
40579
40546
  {
40580
40547
  "kind": "javascript-module",
40581
- "path": "src/views/chat/input/dropup/dropupItem.ts",
40548
+ "path": "src/views/chat/input/buttons/buttonCSS.ts",
40582
40549
  "declarations": [
40583
40550
  {
40584
40551
  "kind": "class",
40585
40552
  "description": "",
40586
- "name": "DropupItem",
40553
+ "name": "ButtonCSS",
40587
40554
  "members": [
40588
- {
40589
- "kind": "field",
40590
- "name": "MENU_ITEM_CLASS",
40591
- "type": {
40592
- "text": "string"
40593
- },
40594
- "privacy": "public",
40595
- "static": true,
40596
- "default": "'dropup-menu-item'"
40597
- },
40598
- {
40599
- "kind": "field",
40600
- "name": "DISABLED_ITEM_CLASS",
40601
- "type": {
40602
- "text": "string"
40603
- },
40604
- "privacy": "public",
40605
- "static": true,
40606
- "default": "'dropup-menu-item-disabled'"
40607
- },
40608
40555
  {
40609
40556
  "kind": "method",
40610
- "name": "addItemEvents",
40611
- "privacy": "private",
40557
+ "name": "unsetAllCSS",
40558
+ "privacy": "public",
40612
40559
  "static": true,
40613
40560
  "parameters": [
40614
40561
  {
40615
- "name": "menu",
40616
- "type": {
40617
- "text": "DropupMenu"
40618
- }
40619
- },
40620
- {
40621
- "name": "item",
40622
- "type": {
40623
- "text": "HTMLElement"
40624
- }
40625
- },
40626
- {
40627
- "name": "inputButton",
40562
+ "name": "button",
40628
40563
  "type": {
40629
40564
  "text": "HTMLElement"
40630
40565
  }
@@ -40632,111 +40567,79 @@
40632
40567
  {
40633
40568
  "name": "styles",
40634
40569
  "type": {
40635
- "text": "StatefulStyles"
40636
- }
40637
- }
40638
- ]
40639
- },
40640
- {
40641
- "kind": "method",
40642
- "name": "createItemText",
40643
- "privacy": "private",
40644
- "static": true,
40645
- "parameters": [
40646
- {
40647
- "name": "dropupText",
40648
- "optional": true,
40649
- "type": {
40650
- "text": "string"
40651
- }
40652
- },
40653
- {
40654
- "name": "textStyle",
40655
- "optional": true,
40656
- "type": {
40657
- "text": "CustomStyle"
40570
+ "text": "ButtonStyles"
40658
40571
  }
40659
40572
  }
40660
40573
  ]
40661
40574
  },
40662
40575
  {
40663
40576
  "kind": "method",
40664
- "name": "createItemIcon",
40665
- "privacy": "private",
40577
+ "name": "unsetActionCSS",
40578
+ "privacy": "public",
40666
40579
  "static": true,
40667
40580
  "parameters": [
40668
40581
  {
40669
- "name": "inputButtonElement",
40582
+ "name": "button",
40670
40583
  "type": {
40671
40584
  "text": "HTMLElement"
40672
40585
  }
40673
40586
  },
40674
40587
  {
40675
- "name": "iconContainerStyle",
40676
- "optional": true,
40588
+ "name": "styles",
40677
40589
  "type": {
40678
- "text": "CustomStyle"
40590
+ "text": "ButtonStyles"
40679
40591
  }
40680
40592
  }
40681
40593
  ]
40682
40594
  },
40683
40595
  {
40684
40596
  "kind": "method",
40685
- "name": "populateItem",
40686
- "privacy": "private",
40597
+ "name": "setElementsCSS",
40598
+ "privacy": "public",
40687
40599
  "static": true,
40688
40600
  "parameters": [
40689
40601
  {
40690
- "name": "elementRef",
40691
- "type": {
40692
- "text": "HTMLElement"
40693
- }
40694
- },
40695
- {
40696
- "name": "item",
40602
+ "name": "button",
40697
40603
  "type": {
40698
40604
  "text": "HTMLElement"
40699
40605
  }
40700
40606
  },
40701
40607
  {
40702
- "name": "dropupText",
40703
- "optional": true,
40608
+ "name": "styles",
40704
40609
  "type": {
40705
- "text": "string"
40610
+ "text": "ButtonStyles"
40706
40611
  }
40707
40612
  },
40708
40613
  {
40709
- "name": "styles",
40710
- "optional": true,
40614
+ "name": "style",
40711
40615
  "type": {
40712
- "text": "DropupMenuStyles"
40616
+ "text": "keyof StatefulStyles"
40713
40617
  }
40714
40618
  }
40715
40619
  ]
40716
40620
  },
40717
40621
  {
40718
40622
  "kind": "method",
40719
- "name": "createItem",
40623
+ "name": "setElementCssUpToState",
40720
40624
  "privacy": "public",
40721
40625
  "static": true,
40722
40626
  "parameters": [
40723
40627
  {
40724
- "name": "menu",
40628
+ "name": "button",
40725
40629
  "type": {
40726
- "text": "DropupMenu"
40630
+ "text": "HTMLElement"
40727
40631
  }
40728
40632
  },
40729
40633
  {
40730
- "name": "inputButton",
40634
+ "name": "styles",
40731
40635
  "type": {
40732
- "text": "InputButton"
40636
+ "text": "ButtonStyles"
40733
40637
  }
40734
40638
  },
40735
40639
  {
40736
- "name": "styles",
40737
- "optional": true,
40640
+ "name": "style",
40738
40641
  "type": {
40739
- "text": "DropupMenuStyles"
40642
+ "text": "keyof StatefulStyles"
40740
40643
  }
40741
40644
  }
40742
40645
  ]
@@ -40747,74 +40650,159 @@
40747
40650
  "exports": [
40748
40651
  {
40749
40652
  "kind": "js",
40750
- "name": "DropupItem",
40653
+ "name": "ButtonCSS",
40751
40654
  "declaration": {
40752
- "name": "DropupItem",
40753
- "module": "src/views/chat/input/dropup/dropupItem.ts"
40655
+ "name": "ButtonCSS",
40656
+ "module": "src/views/chat/input/buttons/buttonCSS.ts"
40754
40657
  }
40755
40658
  }
40756
40659
  ]
40757
40660
  },
40758
40661
  {
40759
40662
  "kind": "javascript-module",
40760
- "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
40663
+ "path": "src/views/chat/input/buttons/buttonInnerElements.ts",
40761
40664
  "declarations": [
40762
40665
  {
40763
40666
  "kind": "class",
40764
40667
  "description": "",
40765
- "name": "DropupItemNavigation",
40668
+ "name": "ButtonInnerElements",
40766
40669
  "members": [
40767
40670
  {
40768
40671
  "kind": "method",
40769
- "name": "focusItemWhenOnEdge",
40770
- "privacy": "private",
40672
+ "name": "createTextElement",
40673
+ "privacy": "private",
40674
+ "static": true,
40675
+ "parameters": [
40676
+ {
40677
+ "name": "text",
40678
+ "type": {
40679
+ "text": "string"
40680
+ }
40681
+ }
40682
+ ]
40683
+ },
40684
+ {
40685
+ "kind": "method",
40686
+ "name": "createElement",
40687
+ "privacy": "private",
40688
+ "static": true,
40689
+ "parameters": [
40690
+ {
40691
+ "name": "string",
40692
+ "type": {
40693
+ "text": "string"
40694
+ }
40695
+ },
40696
+ {
40697
+ "name": "isText",
40698
+ "type": {
40699
+ "text": "boolean"
40700
+ }
40701
+ }
40702
+ ]
40703
+ },
40704
+ {
40705
+ "kind": "method",
40706
+ "name": "createCustomElement",
40707
+ "privacy": "public",
40708
+ "static": true,
40709
+ "parameters": [
40710
+ {
40711
+ "name": "state",
40712
+ "type": {
40713
+ "text": "keyof T"
40714
+ }
40715
+ },
40716
+ {
40717
+ "name": "customStyles",
40718
+ "optional": true,
40719
+ "type": {
40720
+ "text": "ButtonStateStyles<T>"
40721
+ }
40722
+ }
40723
+ ]
40724
+ },
40725
+ {
40726
+ "kind": "method",
40727
+ "name": "processElement",
40728
+ "privacy": "private",
40729
+ "static": true,
40730
+ "parameters": [
40731
+ {
40732
+ "name": "parentEl",
40733
+ "type": {
40734
+ "text": "HTMLElement"
40735
+ }
40736
+ },
40737
+ {
40738
+ "name": "element",
40739
+ "optional": true,
40740
+ "type": {
40741
+ "text": "Element"
40742
+ }
40743
+ }
40744
+ ]
40745
+ },
40746
+ {
40747
+ "kind": "method",
40748
+ "name": "createSpecificStateElement",
40749
+ "privacy": "public",
40771
40750
  "static": true,
40772
40751
  "parameters": [
40773
40752
  {
40774
- "name": "dropupElement",
40753
+ "name": "parentEl",
40775
40754
  "type": {
40776
40755
  "text": "HTMLElement"
40777
40756
  }
40778
40757
  },
40779
40758
  {
40780
- "name": "isNext",
40759
+ "name": "state",
40781
40760
  "type": {
40782
- "text": "boolean"
40761
+ "text": "keyof T"
40762
+ }
40763
+ },
40764
+ {
40765
+ "name": "customStyles",
40766
+ "optional": true,
40767
+ "type": {
40768
+ "text": "ButtonStateStyles<T>"
40783
40769
  }
40784
40770
  }
40785
40771
  ]
40786
40772
  },
40787
40773
  {
40788
40774
  "kind": "method",
40789
- "name": "focusSiblingItem",
40775
+ "name": "createInnerElement",
40790
40776
  "privacy": "public",
40791
40777
  "static": true,
40792
- "return": {
40793
- "type": {
40794
- "text": "void"
40795
- }
40796
- },
40797
40778
  "parameters": [
40798
40779
  {
40799
- "name": "focusedItem",
40780
+ "name": "parentEl",
40800
40781
  "type": {
40801
40782
  "text": "HTMLElement"
40802
40783
  }
40803
40784
  },
40804
40785
  {
40805
- "name": "dropupElement",
40786
+ "name": "baseButton",
40806
40787
  "type": {
40807
- "text": "HTMLElement"
40788
+ "text": "SVGGraphicsElement"
40808
40789
  }
40809
40790
  },
40810
40791
  {
40811
- "name": "isNext",
40792
+ "name": "state",
40812
40793
  "type": {
40813
- "text": "boolean"
40794
+ "text": "keyof T"
40814
40795
  }
40815
40796
  },
40816
40797
  {
40817
- "name": "isEdgeItem",
40798
+ "name": "customStyles",
40799
+ "optional": true,
40800
+ "type": {
40801
+ "text": "ButtonStateStyles<T>"
40802
+ }
40803
+ },
40804
+ {
40805
+ "name": "isDropup",
40818
40806
  "default": "false"
40819
40807
  }
40820
40808
  ]
@@ -40825,22 +40813,22 @@
40825
40813
  "exports": [
40826
40814
  {
40827
40815
  "kind": "js",
40828
- "name": "DropupItemNavigation",
40816
+ "name": "ButtonInnerElements",
40829
40817
  "declaration": {
40830
- "name": "DropupItemNavigation",
40831
- "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
40818
+ "name": "ButtonInnerElements",
40819
+ "module": "src/views/chat/input/buttons/buttonInnerElements.ts"
40832
40820
  }
40833
40821
  }
40834
40822
  ]
40835
40823
  },
40836
40824
  {
40837
40825
  "kind": "javascript-module",
40838
- "path": "src/views/chat/input/dropup/dropupMenu.ts",
40826
+ "path": "src/views/chat/input/buttons/inputButton.ts",
40839
40827
  "declarations": [
40840
40828
  {
40841
40829
  "kind": "class",
40842
40830
  "description": "",
40843
- "name": "DropupMenu",
40831
+ "name": "InputButton",
40844
40832
  "members": [
40845
40833
  {
40846
40834
  "kind": "field",
@@ -40848,137 +40836,145 @@
40848
40836
  "type": {
40849
40837
  "text": "HTMLElement"
40850
40838
  },
40851
- "readonly": true
40839
+ "default": "buttonElement"
40852
40840
  },
40853
40841
  {
40854
40842
  "kind": "field",
40855
- "name": "_isOpen",
40843
+ "name": "_mouseState",
40856
40844
  "type": {
40857
- "text": "boolean"
40845
+ "text": "MouseState"
40858
40846
  },
40859
- "privacy": "private",
40860
- "default": "true"
40861
- },
40862
- {
40863
- "kind": "field",
40864
- "name": "highlightedItem",
40865
- "type": {
40866
- "text": "HTMLElement | undefined"
40867
- }
40847
+ "privacy": "protected",
40848
+ "readonly": true,
40849
+ "default": "{state: 'default'}"
40868
40850
  },
40869
40851
  {
40870
40852
  "kind": "field",
40871
- "name": "_styles",
40853
+ "name": "_customStyles",
40872
40854
  "type": {
40873
- "text": "DropupMenuStyles | undefined"
40855
+ "text": "T | undefined"
40874
40856
  },
40875
- "privacy": "private",
40857
+ "privacy": "protected",
40876
40858
  "readonly": true,
40877
- "default": "styles"
40859
+ "default": "customStyles"
40878
40860
  },
40879
40861
  {
40880
40862
  "kind": "field",
40881
- "name": "clickEvent",
40863
+ "name": "position",
40882
40864
  "type": {
40883
- "text": "(event: MouseEvent) => void | undefined"
40865
+ "text": "ButtonPositionT | undefined"
40884
40866
  },
40885
- "privacy": "private"
40867
+ "readonly": true,
40868
+ "default": "position"
40886
40869
  },
40887
40870
  {
40888
40871
  "kind": "field",
40889
- "name": "keyDownEvent",
40872
+ "name": "dropupText",
40890
40873
  "type": {
40891
- "text": "(event: KeyboardEvent) => void | undefined"
40874
+ "text": "string | undefined"
40892
40875
  },
40893
- "privacy": "private"
40876
+ "readonly": true,
40877
+ "default": "dropupText"
40894
40878
  },
40895
40879
  {
40896
40880
  "kind": "method",
40897
- "name": "createElement",
40881
+ "name": "buttonMouseLeave",
40898
40882
  "privacy": "private",
40899
- "static": true,
40900
40883
  "parameters": [
40901
40884
  {
40902
- "name": "containerStyle",
40885
+ "name": "customStyles",
40903
40886
  "optional": true,
40904
40887
  "type": {
40905
- "text": "CustomStyle"
40888
+ "text": "ButtonStyles"
40906
40889
  }
40907
40890
  }
40908
40891
  ]
40909
40892
  },
40910
40893
  {
40911
40894
  "kind": "method",
40912
- "name": "open",
40913
- "privacy": "private"
40914
- },
40915
- {
40916
- "kind": "method",
40917
- "name": "close"
40918
- },
40919
- {
40920
- "kind": "method",
40921
- "name": "toggle"
40895
+ "name": "buttonMouseEnter",
40896
+ "privacy": "private",
40897
+ "parameters": [
40898
+ {
40899
+ "name": "customStyles",
40900
+ "optional": true,
40901
+ "type": {
40902
+ "text": "ButtonStyles"
40903
+ }
40904
+ }
40905
+ ]
40922
40906
  },
40923
40907
  {
40924
40908
  "kind": "method",
40925
- "name": "addItem",
40909
+ "name": "buttonMouseUp",
40910
+ "privacy": "private",
40926
40911
  "parameters": [
40927
40912
  {
40928
- "name": "inputButton",
40913
+ "name": "customStyles",
40914
+ "optional": true,
40929
40915
  "type": {
40930
- "text": "InputButton"
40916
+ "text": "ButtonStyles"
40931
40917
  }
40932
40918
  }
40933
40919
  ]
40934
40920
  },
40935
40921
  {
40936
40922
  "kind": "method",
40937
- "name": "addWindowEvents",
40923
+ "name": "buttonMouseDown",
40938
40924
  "privacy": "private",
40939
40925
  "parameters": [
40940
40926
  {
40941
- "name": "containerElement",
40927
+ "name": "customStyles",
40928
+ "optional": true,
40942
40929
  "type": {
40943
- "text": "HTMLElement"
40930
+ "text": "ButtonStyles"
40944
40931
  }
40945
40932
  }
40946
40933
  ]
40947
40934
  },
40948
40935
  {
40949
40936
  "kind": "method",
40950
- "name": "windowClick",
40937
+ "name": "setEvents",
40951
40938
  "privacy": "private",
40952
40939
  "parameters": [
40953
40940
  {
40954
- "name": "containerElement",
40941
+ "name": "customStyles",
40942
+ "optional": true,
40955
40943
  "type": {
40956
- "text": "HTMLElement"
40944
+ "text": "ButtonStyles"
40957
40945
  }
40958
- },
40946
+ }
40947
+ ]
40948
+ },
40949
+ {
40950
+ "kind": "method",
40951
+ "name": "unsetCustomStateStyles",
40952
+ "privacy": "public",
40953
+ "parameters": [
40959
40954
  {
40960
- "name": "event",
40955
+ "name": "unsetTypes",
40961
40956
  "type": {
40962
- "text": "MouseEvent"
40957
+ "text": "(keyof T)[]"
40963
40958
  }
40964
40959
  }
40965
40960
  ]
40966
40961
  },
40967
40962
  {
40968
40963
  "kind": "method",
40969
- "name": "windowKeyDown",
40970
- "privacy": "private",
40964
+ "name": "reapplyStateStyle",
40965
+ "privacy": "public",
40971
40966
  "parameters": [
40972
40967
  {
40973
- "name": "containerElement",
40968
+ "name": "setType",
40974
40969
  "type": {
40975
- "text": "HTMLElement"
40970
+ "text": "keyof T"
40976
40971
  }
40977
40972
  },
40978
40973
  {
40979
- "name": "event",
40974
+ "name": "unsetTypes",
40975
+ "optional": true,
40980
40976
  "type": {
40981
- "text": "KeyboardEvent"
40977
+ "text": "(keyof T)[]"
40982
40978
  }
40983
40979
  }
40984
40980
  ]
@@ -40989,10 +40985,10 @@
40989
40985
  "exports": [
40990
40986
  {
40991
40987
  "kind": "js",
40992
- "name": "DropupMenu",
40988
+ "name": "InputButton",
40993
40989
  "declaration": {
40994
- "name": "DropupMenu",
40995
- "module": "src/views/chat/input/dropup/dropupMenu.ts"
40990
+ "name": "InputButton",
40991
+ "module": "src/views/chat/input/buttons/inputButton.ts"
40996
40992
  }
40997
40993
  }
40998
40994
  ]
@@ -43655,6 +43651,28 @@
43655
43651
  "readonly": true,
43656
43652
  "default": "'user'"
43657
43653
  },
43654
+ {
43655
+ "kind": "field",
43656
+ "name": "ERROR_MESSAGE_TEXT_CLASS",
43657
+ "type": {
43658
+ "text": "string"
43659
+ },
43660
+ "privacy": "public",
43661
+ "static": true,
43662
+ "readonly": true,
43663
+ "default": "'error-message-text'"
43664
+ },
43665
+ {
43666
+ "kind": "field",
43667
+ "name": "OUTER_CONTAINER_CLASS_ROLE_PREFIX",
43668
+ "type": {
43669
+ "text": "string"
43670
+ },
43671
+ "privacy": "public",
43672
+ "static": true,
43673
+ "readonly": true,
43674
+ "default": "'deep-chat-outer-container-role-'"
43675
+ },
43658
43676
  {
43659
43677
  "kind": "field",
43660
43678
  "name": "EMPTY_MESSAGE_CLASS",
@@ -43940,9 +43958,9 @@
43940
43958
  "static": true,
43941
43959
  "parameters": [
43942
43960
  {
43943
- "name": "messageElementRefs",
43961
+ "name": "innerContainer",
43944
43962
  "type": {
43945
- "text": "MessageElements[]"
43963
+ "text": "HTMLElement"
43946
43964
  }
43947
43965
  },
43948
43966
  {
@@ -43975,14 +43993,14 @@
43975
43993
  "name": "avatars",
43976
43994
  "optional": true,
43977
43995
  "type": {
43978
- "text": "Avatars"
43996
+ "text": "boolean"
43979
43997
  }
43980
43998
  },
43981
43999
  {
43982
44000
  "name": "names",
43983
44001
  "optional": true,
43984
44002
  "type": {
43985
- "text": "Names"
44003
+ "text": "boolean"
43986
44004
  }
43987
44005
  }
43988
44006
  ]
@@ -44015,7 +44033,7 @@
44015
44033
  },
44016
44034
  {
44017
44035
  "kind": "method",
44018
- "name": "buildRoleContainerClass",
44036
+ "name": "buildRoleOuterContainerClass",
44019
44037
  "privacy": "public",
44020
44038
  "static": true,
44021
44039
  "parameters": [
@@ -44143,21 +44161,69 @@
44143
44161
  },
44144
44162
  {
44145
44163
  "kind": "method",
44146
- "name": "classifyMessages",
44164
+ "name": "classifyRoleMessages",
44147
44165
  "privacy": "public",
44148
44166
  "static": true,
44149
44167
  "parameters": [
44168
+ {
44169
+ "name": "messageElementRefs",
44170
+ "type": {
44171
+ "text": "MessageElements[]"
44172
+ }
44173
+ },
44150
44174
  {
44151
44175
  "name": "role",
44176
+ "optional": true,
44177
+ "type": {
44178
+ "text": "string"
44179
+ }
44180
+ }
44181
+ ]
44182
+ },
44183
+ {
44184
+ "kind": "method",
44185
+ "name": "areOuterContainerClassRolesSame",
44186
+ "privacy": "public",
44187
+ "static": true,
44188
+ "parameters": [
44189
+ {
44190
+ "name": "comparedRole",
44152
44191
  "type": {
44153
44192
  "text": "string"
44154
44193
  }
44155
44194
  },
44195
+ {
44196
+ "name": "message",
44197
+ "optional": true,
44198
+ "type": {
44199
+ "text": "MessageElements"
44200
+ }
44201
+ }
44202
+ ]
44203
+ },
44204
+ {
44205
+ "kind": "method",
44206
+ "name": "resetAllRoleElements",
44207
+ "privacy": "public",
44208
+ "static": true,
44209
+ "parameters": [
44156
44210
  {
44157
44211
  "name": "messageElementRefs",
44158
44212
  "type": {
44159
44213
  "text": "MessageElements[]"
44160
44214
  }
44215
+ },
44216
+ {
44217
+ "name": "avatars",
44218
+ "type": {
44219
+ "text": "boolean"
44220
+ }
44221
+ },
44222
+ {
44223
+ "name": "names",
44224
+ "type": {
44225
+ "text": "boolean"
44226
+ }
44161
44227
  }
44162
44228
  ]
44163
44229
  }