@breadstone/mosaik-elements-foundation 0.1.4 → 0.1.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/Controls/Components/Media/Chat/ChatMessageElement.d.ts +9 -3
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.js +11 -3
- package/Controls/Components/Media/Chat/ChatMessageElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.js +56 -45
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.js +5 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.js +5 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Cosmopolitan.js +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.js +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.js +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.js +8 -4
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.js.map +1 -1
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.d.ts +16 -5
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.d.ts.map +1 -1
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.js +18 -4
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.js.map +1 -1
- package/Forms/Accessors/Interfaces/IElementValueAccessor.d.ts +10 -4
- package/Forms/Accessors/Interfaces/IElementValueAccessor.d.ts.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +954 -270
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -10754,12 +10754,12 @@
|
|
|
10754
10754
|
"kind": "method",
|
|
10755
10755
|
"name": "registerOnChange",
|
|
10756
10756
|
"privacy": "public",
|
|
10757
|
-
"type": "(fn:
|
|
10757
|
+
"type": "(fn: unknown): void",
|
|
10758
10758
|
"description": "Registers a function called when the element value changes.",
|
|
10759
10759
|
"parameters": [
|
|
10760
10760
|
{
|
|
10761
10761
|
"name": "fn",
|
|
10762
|
-
"type": "
|
|
10762
|
+
"type": "unknown"
|
|
10763
10763
|
}
|
|
10764
10764
|
],
|
|
10765
10765
|
"return": {
|
|
@@ -10774,12 +10774,12 @@
|
|
|
10774
10774
|
"kind": "method",
|
|
10775
10775
|
"name": "registerOnTouched",
|
|
10776
10776
|
"privacy": "public",
|
|
10777
|
-
"type": "(fn:
|
|
10777
|
+
"type": "(fn: unknown): void",
|
|
10778
10778
|
"description": "Registers a function called when the element is touched.",
|
|
10779
10779
|
"parameters": [
|
|
10780
10780
|
{
|
|
10781
10781
|
"name": "fn",
|
|
10782
|
-
"type": "
|
|
10782
|
+
"type": "unknown"
|
|
10783
10783
|
}
|
|
10784
10784
|
],
|
|
10785
10785
|
"return": {
|
|
@@ -10794,12 +10794,12 @@
|
|
|
10794
10794
|
"kind": "method",
|
|
10795
10795
|
"name": "registerOnReset",
|
|
10796
10796
|
"privacy": "public",
|
|
10797
|
-
"type": "(fn:
|
|
10797
|
+
"type": "(fn: unknown): void",
|
|
10798
10798
|
"description": "Registers a function called when the element is reset.",
|
|
10799
10799
|
"parameters": [
|
|
10800
10800
|
{
|
|
10801
10801
|
"name": "fn",
|
|
10802
|
-
"type": "
|
|
10802
|
+
"type": "unknown"
|
|
10803
10803
|
}
|
|
10804
10804
|
],
|
|
10805
10805
|
"return": {
|
|
@@ -10829,6 +10829,21 @@
|
|
|
10829
10829
|
"name": "ElementValueAccessorBase",
|
|
10830
10830
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
10831
10831
|
}
|
|
10832
|
+
},
|
|
10833
|
+
{
|
|
10834
|
+
"kind": "method",
|
|
10835
|
+
"name": "releaseCallbacks",
|
|
10836
|
+
"privacy": "public",
|
|
10837
|
+
"type": "(): void",
|
|
10838
|
+
"description": "Releases registered framework callbacks.",
|
|
10839
|
+
"parameters": [],
|
|
10840
|
+
"return": {
|
|
10841
|
+
"type": "void"
|
|
10842
|
+
},
|
|
10843
|
+
"inheritedFrom": {
|
|
10844
|
+
"name": "ElementValueAccessorBase",
|
|
10845
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
10846
|
+
}
|
|
10832
10847
|
}
|
|
10833
10848
|
]
|
|
10834
10849
|
},
|
|
@@ -10891,12 +10906,12 @@
|
|
|
10891
10906
|
"kind": "method",
|
|
10892
10907
|
"name": "registerOnChange",
|
|
10893
10908
|
"privacy": "public",
|
|
10894
|
-
"type": "(fn:
|
|
10909
|
+
"type": "(fn: unknown): void",
|
|
10895
10910
|
"description": "Registers a function called when the element value changes.",
|
|
10896
10911
|
"parameters": [
|
|
10897
10912
|
{
|
|
10898
10913
|
"name": "fn",
|
|
10899
|
-
"type": "
|
|
10914
|
+
"type": "unknown"
|
|
10900
10915
|
}
|
|
10901
10916
|
],
|
|
10902
10917
|
"return": {
|
|
@@ -10911,12 +10926,12 @@
|
|
|
10911
10926
|
"kind": "method",
|
|
10912
10927
|
"name": "registerOnTouched",
|
|
10913
10928
|
"privacy": "public",
|
|
10914
|
-
"type": "(fn:
|
|
10929
|
+
"type": "(fn: unknown): void",
|
|
10915
10930
|
"description": "Registers a function called when the element is touched.",
|
|
10916
10931
|
"parameters": [
|
|
10917
10932
|
{
|
|
10918
10933
|
"name": "fn",
|
|
10919
|
-
"type": "
|
|
10934
|
+
"type": "unknown"
|
|
10920
10935
|
}
|
|
10921
10936
|
],
|
|
10922
10937
|
"return": {
|
|
@@ -10931,12 +10946,12 @@
|
|
|
10931
10946
|
"kind": "method",
|
|
10932
10947
|
"name": "registerOnReset",
|
|
10933
10948
|
"privacy": "public",
|
|
10934
|
-
"type": "(fn:
|
|
10949
|
+
"type": "(fn: unknown): void",
|
|
10935
10950
|
"description": "Registers a function called when the element is reset.",
|
|
10936
10951
|
"parameters": [
|
|
10937
10952
|
{
|
|
10938
10953
|
"name": "fn",
|
|
10939
|
-
"type": "
|
|
10954
|
+
"type": "unknown"
|
|
10940
10955
|
}
|
|
10941
10956
|
],
|
|
10942
10957
|
"return": {
|
|
@@ -10966,6 +10981,21 @@
|
|
|
10966
10981
|
"name": "ElementValueAccessorBase",
|
|
10967
10982
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
10968
10983
|
}
|
|
10984
|
+
},
|
|
10985
|
+
{
|
|
10986
|
+
"kind": "method",
|
|
10987
|
+
"name": "releaseCallbacks",
|
|
10988
|
+
"privacy": "public",
|
|
10989
|
+
"type": "(): void",
|
|
10990
|
+
"description": "Releases registered framework callbacks.",
|
|
10991
|
+
"parameters": [],
|
|
10992
|
+
"return": {
|
|
10993
|
+
"type": "void"
|
|
10994
|
+
},
|
|
10995
|
+
"inheritedFrom": {
|
|
10996
|
+
"name": "ElementValueAccessorBase",
|
|
10997
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
10998
|
+
}
|
|
10969
10999
|
}
|
|
10970
11000
|
]
|
|
10971
11001
|
},
|
|
@@ -36647,12 +36677,12 @@
|
|
|
36647
36677
|
"kind": "method",
|
|
36648
36678
|
"name": "registerOnChange",
|
|
36649
36679
|
"privacy": "public",
|
|
36650
|
-
"type": "(fn:
|
|
36680
|
+
"type": "(fn: unknown): void",
|
|
36651
36681
|
"description": "Registers a function called when the element value changes.",
|
|
36652
36682
|
"parameters": [
|
|
36653
36683
|
{
|
|
36654
36684
|
"name": "fn",
|
|
36655
|
-
"type": "
|
|
36685
|
+
"type": "unknown"
|
|
36656
36686
|
}
|
|
36657
36687
|
],
|
|
36658
36688
|
"return": {
|
|
@@ -36667,12 +36697,12 @@
|
|
|
36667
36697
|
"kind": "method",
|
|
36668
36698
|
"name": "registerOnTouched",
|
|
36669
36699
|
"privacy": "public",
|
|
36670
|
-
"type": "(fn:
|
|
36700
|
+
"type": "(fn: unknown): void",
|
|
36671
36701
|
"description": "Registers a function called when the element is touched.",
|
|
36672
36702
|
"parameters": [
|
|
36673
36703
|
{
|
|
36674
36704
|
"name": "fn",
|
|
36675
|
-
"type": "
|
|
36705
|
+
"type": "unknown"
|
|
36676
36706
|
}
|
|
36677
36707
|
],
|
|
36678
36708
|
"return": {
|
|
@@ -36687,12 +36717,12 @@
|
|
|
36687
36717
|
"kind": "method",
|
|
36688
36718
|
"name": "registerOnReset",
|
|
36689
36719
|
"privacy": "public",
|
|
36690
|
-
"type": "(fn:
|
|
36720
|
+
"type": "(fn: unknown): void",
|
|
36691
36721
|
"description": "Registers a function called when the element is reset.",
|
|
36692
36722
|
"parameters": [
|
|
36693
36723
|
{
|
|
36694
36724
|
"name": "fn",
|
|
36695
|
-
"type": "
|
|
36725
|
+
"type": "unknown"
|
|
36696
36726
|
}
|
|
36697
36727
|
],
|
|
36698
36728
|
"return": {
|
|
@@ -36722,6 +36752,21 @@
|
|
|
36722
36752
|
"name": "ElementValueAccessorBase",
|
|
36723
36753
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
36724
36754
|
}
|
|
36755
|
+
},
|
|
36756
|
+
{
|
|
36757
|
+
"kind": "method",
|
|
36758
|
+
"name": "releaseCallbacks",
|
|
36759
|
+
"privacy": "public",
|
|
36760
|
+
"type": "(): void",
|
|
36761
|
+
"description": "Releases registered framework callbacks.",
|
|
36762
|
+
"parameters": [],
|
|
36763
|
+
"return": {
|
|
36764
|
+
"type": "void"
|
|
36765
|
+
},
|
|
36766
|
+
"inheritedFrom": {
|
|
36767
|
+
"name": "ElementValueAccessorBase",
|
|
36768
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
36769
|
+
}
|
|
36725
36770
|
}
|
|
36726
36771
|
]
|
|
36727
36772
|
},
|
|
@@ -38694,12 +38739,12 @@
|
|
|
38694
38739
|
"kind": "method",
|
|
38695
38740
|
"name": "registerOnChange",
|
|
38696
38741
|
"privacy": "public",
|
|
38697
|
-
"type": "(fn:
|
|
38742
|
+
"type": "(fn: unknown): void",
|
|
38698
38743
|
"description": "Registers a function called when the element value changes.",
|
|
38699
38744
|
"parameters": [
|
|
38700
38745
|
{
|
|
38701
38746
|
"name": "fn",
|
|
38702
|
-
"type": "
|
|
38747
|
+
"type": "unknown"
|
|
38703
38748
|
}
|
|
38704
38749
|
],
|
|
38705
38750
|
"return": {
|
|
@@ -38714,12 +38759,12 @@
|
|
|
38714
38759
|
"kind": "method",
|
|
38715
38760
|
"name": "registerOnTouched",
|
|
38716
38761
|
"privacy": "public",
|
|
38717
|
-
"type": "(fn:
|
|
38762
|
+
"type": "(fn: unknown): void",
|
|
38718
38763
|
"description": "Registers a function called when the element is touched.",
|
|
38719
38764
|
"parameters": [
|
|
38720
38765
|
{
|
|
38721
38766
|
"name": "fn",
|
|
38722
|
-
"type": "
|
|
38767
|
+
"type": "unknown"
|
|
38723
38768
|
}
|
|
38724
38769
|
],
|
|
38725
38770
|
"return": {
|
|
@@ -38734,12 +38779,12 @@
|
|
|
38734
38779
|
"kind": "method",
|
|
38735
38780
|
"name": "registerOnReset",
|
|
38736
38781
|
"privacy": "public",
|
|
38737
|
-
"type": "(fn:
|
|
38782
|
+
"type": "(fn: unknown): void",
|
|
38738
38783
|
"description": "Registers a function called when the element is reset.",
|
|
38739
38784
|
"parameters": [
|
|
38740
38785
|
{
|
|
38741
38786
|
"name": "fn",
|
|
38742
|
-
"type": "
|
|
38787
|
+
"type": "unknown"
|
|
38743
38788
|
}
|
|
38744
38789
|
],
|
|
38745
38790
|
"return": {
|
|
@@ -38769,6 +38814,21 @@
|
|
|
38769
38814
|
"name": "ElementValueAccessorBase",
|
|
38770
38815
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
38771
38816
|
}
|
|
38817
|
+
},
|
|
38818
|
+
{
|
|
38819
|
+
"kind": "method",
|
|
38820
|
+
"name": "releaseCallbacks",
|
|
38821
|
+
"privacy": "public",
|
|
38822
|
+
"type": "(): void",
|
|
38823
|
+
"description": "Releases registered framework callbacks.",
|
|
38824
|
+
"parameters": [],
|
|
38825
|
+
"return": {
|
|
38826
|
+
"type": "void"
|
|
38827
|
+
},
|
|
38828
|
+
"inheritedFrom": {
|
|
38829
|
+
"name": "ElementValueAccessorBase",
|
|
38830
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
38831
|
+
}
|
|
38772
38832
|
}
|
|
38773
38833
|
]
|
|
38774
38834
|
},
|
|
@@ -44782,12 +44842,12 @@
|
|
|
44782
44842
|
"kind": "method",
|
|
44783
44843
|
"name": "registerOnChange",
|
|
44784
44844
|
"privacy": "public",
|
|
44785
|
-
"type": "(fn:
|
|
44845
|
+
"type": "(fn: unknown): void",
|
|
44786
44846
|
"description": "Registers a function called when the element value changes.",
|
|
44787
44847
|
"parameters": [
|
|
44788
44848
|
{
|
|
44789
44849
|
"name": "fn",
|
|
44790
|
-
"type": "
|
|
44850
|
+
"type": "unknown"
|
|
44791
44851
|
}
|
|
44792
44852
|
],
|
|
44793
44853
|
"return": {
|
|
@@ -44802,12 +44862,12 @@
|
|
|
44802
44862
|
"kind": "method",
|
|
44803
44863
|
"name": "registerOnTouched",
|
|
44804
44864
|
"privacy": "public",
|
|
44805
|
-
"type": "(fn:
|
|
44865
|
+
"type": "(fn: unknown): void",
|
|
44806
44866
|
"description": "Registers a function called when the element is touched.",
|
|
44807
44867
|
"parameters": [
|
|
44808
44868
|
{
|
|
44809
44869
|
"name": "fn",
|
|
44810
|
-
"type": "
|
|
44870
|
+
"type": "unknown"
|
|
44811
44871
|
}
|
|
44812
44872
|
],
|
|
44813
44873
|
"return": {
|
|
@@ -44822,12 +44882,12 @@
|
|
|
44822
44882
|
"kind": "method",
|
|
44823
44883
|
"name": "registerOnReset",
|
|
44824
44884
|
"privacy": "public",
|
|
44825
|
-
"type": "(fn:
|
|
44885
|
+
"type": "(fn: unknown): void",
|
|
44826
44886
|
"description": "Registers a function called when the element is reset.",
|
|
44827
44887
|
"parameters": [
|
|
44828
44888
|
{
|
|
44829
44889
|
"name": "fn",
|
|
44830
|
-
"type": "
|
|
44890
|
+
"type": "unknown"
|
|
44831
44891
|
}
|
|
44832
44892
|
],
|
|
44833
44893
|
"return": {
|
|
@@ -44857,6 +44917,21 @@
|
|
|
44857
44917
|
"name": "ElementValueAccessorBase",
|
|
44858
44918
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
44859
44919
|
}
|
|
44920
|
+
},
|
|
44921
|
+
{
|
|
44922
|
+
"kind": "method",
|
|
44923
|
+
"name": "releaseCallbacks",
|
|
44924
|
+
"privacy": "public",
|
|
44925
|
+
"type": "(): void",
|
|
44926
|
+
"description": "Releases registered framework callbacks.",
|
|
44927
|
+
"parameters": [],
|
|
44928
|
+
"return": {
|
|
44929
|
+
"type": "void"
|
|
44930
|
+
},
|
|
44931
|
+
"inheritedFrom": {
|
|
44932
|
+
"name": "ElementValueAccessorBase",
|
|
44933
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
44934
|
+
}
|
|
44860
44935
|
}
|
|
44861
44936
|
]
|
|
44862
44937
|
},
|
|
@@ -44919,12 +44994,12 @@
|
|
|
44919
44994
|
"kind": "method",
|
|
44920
44995
|
"name": "registerOnChange",
|
|
44921
44996
|
"privacy": "public",
|
|
44922
|
-
"type": "(fn:
|
|
44997
|
+
"type": "(fn: unknown): void",
|
|
44923
44998
|
"description": "Registers a function called when the element value changes.",
|
|
44924
44999
|
"parameters": [
|
|
44925
45000
|
{
|
|
44926
45001
|
"name": "fn",
|
|
44927
|
-
"type": "
|
|
45002
|
+
"type": "unknown"
|
|
44928
45003
|
}
|
|
44929
45004
|
],
|
|
44930
45005
|
"return": {
|
|
@@ -44939,12 +45014,12 @@
|
|
|
44939
45014
|
"kind": "method",
|
|
44940
45015
|
"name": "registerOnTouched",
|
|
44941
45016
|
"privacy": "public",
|
|
44942
|
-
"type": "(fn:
|
|
45017
|
+
"type": "(fn: unknown): void",
|
|
44943
45018
|
"description": "Registers a function called when the element is touched.",
|
|
44944
45019
|
"parameters": [
|
|
44945
45020
|
{
|
|
44946
45021
|
"name": "fn",
|
|
44947
|
-
"type": "
|
|
45022
|
+
"type": "unknown"
|
|
44948
45023
|
}
|
|
44949
45024
|
],
|
|
44950
45025
|
"return": {
|
|
@@ -44959,12 +45034,12 @@
|
|
|
44959
45034
|
"kind": "method",
|
|
44960
45035
|
"name": "registerOnReset",
|
|
44961
45036
|
"privacy": "public",
|
|
44962
|
-
"type": "(fn:
|
|
45037
|
+
"type": "(fn: unknown): void",
|
|
44963
45038
|
"description": "Registers a function called when the element is reset.",
|
|
44964
45039
|
"parameters": [
|
|
44965
45040
|
{
|
|
44966
45041
|
"name": "fn",
|
|
44967
|
-
"type": "
|
|
45042
|
+
"type": "unknown"
|
|
44968
45043
|
}
|
|
44969
45044
|
],
|
|
44970
45045
|
"return": {
|
|
@@ -44994,6 +45069,21 @@
|
|
|
44994
45069
|
"name": "ElementValueAccessorBase",
|
|
44995
45070
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
44996
45071
|
}
|
|
45072
|
+
},
|
|
45073
|
+
{
|
|
45074
|
+
"kind": "method",
|
|
45075
|
+
"name": "releaseCallbacks",
|
|
45076
|
+
"privacy": "public",
|
|
45077
|
+
"type": "(): void",
|
|
45078
|
+
"description": "Releases registered framework callbacks.",
|
|
45079
|
+
"parameters": [],
|
|
45080
|
+
"return": {
|
|
45081
|
+
"type": "void"
|
|
45082
|
+
},
|
|
45083
|
+
"inheritedFrom": {
|
|
45084
|
+
"name": "ElementValueAccessorBase",
|
|
45085
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
45086
|
+
}
|
|
44997
45087
|
}
|
|
44998
45088
|
]
|
|
44999
45089
|
},
|
|
@@ -46685,12 +46775,12 @@
|
|
|
46685
46775
|
"kind": "method",
|
|
46686
46776
|
"name": "registerOnChange",
|
|
46687
46777
|
"privacy": "public",
|
|
46688
|
-
"type": "(fn:
|
|
46778
|
+
"type": "(fn: unknown): void",
|
|
46689
46779
|
"description": "Registers a function called when the element value changes.",
|
|
46690
46780
|
"parameters": [
|
|
46691
46781
|
{
|
|
46692
46782
|
"name": "fn",
|
|
46693
|
-
"type": "
|
|
46783
|
+
"type": "unknown"
|
|
46694
46784
|
}
|
|
46695
46785
|
],
|
|
46696
46786
|
"return": {
|
|
@@ -46705,12 +46795,12 @@
|
|
|
46705
46795
|
"kind": "method",
|
|
46706
46796
|
"name": "registerOnTouched",
|
|
46707
46797
|
"privacy": "public",
|
|
46708
|
-
"type": "(fn:
|
|
46798
|
+
"type": "(fn: unknown): void",
|
|
46709
46799
|
"description": "Registers a function called when the element is touched.",
|
|
46710
46800
|
"parameters": [
|
|
46711
46801
|
{
|
|
46712
46802
|
"name": "fn",
|
|
46713
|
-
"type": "
|
|
46803
|
+
"type": "unknown"
|
|
46714
46804
|
}
|
|
46715
46805
|
],
|
|
46716
46806
|
"return": {
|
|
@@ -46725,12 +46815,12 @@
|
|
|
46725
46815
|
"kind": "method",
|
|
46726
46816
|
"name": "registerOnReset",
|
|
46727
46817
|
"privacy": "public",
|
|
46728
|
-
"type": "(fn:
|
|
46818
|
+
"type": "(fn: unknown): void",
|
|
46729
46819
|
"description": "Registers a function called when the element is reset.",
|
|
46730
46820
|
"parameters": [
|
|
46731
46821
|
{
|
|
46732
46822
|
"name": "fn",
|
|
46733
|
-
"type": "
|
|
46823
|
+
"type": "unknown"
|
|
46734
46824
|
}
|
|
46735
46825
|
],
|
|
46736
46826
|
"return": {
|
|
@@ -46760,6 +46850,21 @@
|
|
|
46760
46850
|
"name": "ElementValueAccessorBase",
|
|
46761
46851
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
46762
46852
|
}
|
|
46853
|
+
},
|
|
46854
|
+
{
|
|
46855
|
+
"kind": "method",
|
|
46856
|
+
"name": "releaseCallbacks",
|
|
46857
|
+
"privacy": "public",
|
|
46858
|
+
"type": "(): void",
|
|
46859
|
+
"description": "Releases registered framework callbacks.",
|
|
46860
|
+
"parameters": [],
|
|
46861
|
+
"return": {
|
|
46862
|
+
"type": "void"
|
|
46863
|
+
},
|
|
46864
|
+
"inheritedFrom": {
|
|
46865
|
+
"name": "ElementValueAccessorBase",
|
|
46866
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
46867
|
+
}
|
|
46763
46868
|
}
|
|
46764
46869
|
]
|
|
46765
46870
|
},
|
|
@@ -48032,12 +48137,12 @@
|
|
|
48032
48137
|
"kind": "method",
|
|
48033
48138
|
"name": "registerOnChange",
|
|
48034
48139
|
"privacy": "public",
|
|
48035
|
-
"type": "(fn:
|
|
48140
|
+
"type": "(fn: unknown): void",
|
|
48036
48141
|
"description": "Registers a function called when the element value changes.",
|
|
48037
48142
|
"parameters": [
|
|
48038
48143
|
{
|
|
48039
48144
|
"name": "fn",
|
|
48040
|
-
"type": "
|
|
48145
|
+
"type": "unknown"
|
|
48041
48146
|
}
|
|
48042
48147
|
],
|
|
48043
48148
|
"return": {
|
|
@@ -48052,12 +48157,12 @@
|
|
|
48052
48157
|
"kind": "method",
|
|
48053
48158
|
"name": "registerOnTouched",
|
|
48054
48159
|
"privacy": "public",
|
|
48055
|
-
"type": "(fn:
|
|
48160
|
+
"type": "(fn: unknown): void",
|
|
48056
48161
|
"description": "Registers a function called when the element is touched.",
|
|
48057
48162
|
"parameters": [
|
|
48058
48163
|
{
|
|
48059
48164
|
"name": "fn",
|
|
48060
|
-
"type": "
|
|
48165
|
+
"type": "unknown"
|
|
48061
48166
|
}
|
|
48062
48167
|
],
|
|
48063
48168
|
"return": {
|
|
@@ -48072,12 +48177,12 @@
|
|
|
48072
48177
|
"kind": "method",
|
|
48073
48178
|
"name": "registerOnReset",
|
|
48074
48179
|
"privacy": "public",
|
|
48075
|
-
"type": "(fn:
|
|
48180
|
+
"type": "(fn: unknown): void",
|
|
48076
48181
|
"description": "Registers a function called when the element is reset.",
|
|
48077
48182
|
"parameters": [
|
|
48078
48183
|
{
|
|
48079
48184
|
"name": "fn",
|
|
48080
|
-
"type": "
|
|
48185
|
+
"type": "unknown"
|
|
48081
48186
|
}
|
|
48082
48187
|
],
|
|
48083
48188
|
"return": {
|
|
@@ -48107,6 +48212,21 @@
|
|
|
48107
48212
|
"name": "ElementValueAccessorBase",
|
|
48108
48213
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
48109
48214
|
}
|
|
48215
|
+
},
|
|
48216
|
+
{
|
|
48217
|
+
"kind": "method",
|
|
48218
|
+
"name": "releaseCallbacks",
|
|
48219
|
+
"privacy": "public",
|
|
48220
|
+
"type": "(): void",
|
|
48221
|
+
"description": "Releases registered framework callbacks.",
|
|
48222
|
+
"parameters": [],
|
|
48223
|
+
"return": {
|
|
48224
|
+
"type": "void"
|
|
48225
|
+
},
|
|
48226
|
+
"inheritedFrom": {
|
|
48227
|
+
"name": "ElementValueAccessorBase",
|
|
48228
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
48229
|
+
}
|
|
48110
48230
|
}
|
|
48111
48231
|
]
|
|
48112
48232
|
},
|
|
@@ -48170,12 +48290,12 @@
|
|
|
48170
48290
|
"kind": "method",
|
|
48171
48291
|
"name": "registerOnChange",
|
|
48172
48292
|
"privacy": "public",
|
|
48173
|
-
"type": "(fn:
|
|
48293
|
+
"type": "(fn: unknown): void",
|
|
48174
48294
|
"description": "Registers a function called when the element value changes.",
|
|
48175
48295
|
"parameters": [
|
|
48176
48296
|
{
|
|
48177
48297
|
"name": "fn",
|
|
48178
|
-
"type": "
|
|
48298
|
+
"type": "unknown"
|
|
48179
48299
|
}
|
|
48180
48300
|
],
|
|
48181
48301
|
"return": {
|
|
@@ -48190,12 +48310,12 @@
|
|
|
48190
48310
|
"kind": "method",
|
|
48191
48311
|
"name": "registerOnTouched",
|
|
48192
48312
|
"privacy": "public",
|
|
48193
|
-
"type": "(fn:
|
|
48313
|
+
"type": "(fn: unknown): void",
|
|
48194
48314
|
"description": "Registers a function called when the element is touched.",
|
|
48195
48315
|
"parameters": [
|
|
48196
48316
|
{
|
|
48197
48317
|
"name": "fn",
|
|
48198
|
-
"type": "
|
|
48318
|
+
"type": "unknown"
|
|
48199
48319
|
}
|
|
48200
48320
|
],
|
|
48201
48321
|
"return": {
|
|
@@ -48210,12 +48330,12 @@
|
|
|
48210
48330
|
"kind": "method",
|
|
48211
48331
|
"name": "registerOnReset",
|
|
48212
48332
|
"privacy": "public",
|
|
48213
|
-
"type": "(fn:
|
|
48333
|
+
"type": "(fn: unknown): void",
|
|
48214
48334
|
"description": "Registers a function called when the element is reset.",
|
|
48215
48335
|
"parameters": [
|
|
48216
48336
|
{
|
|
48217
48337
|
"name": "fn",
|
|
48218
|
-
"type": "
|
|
48338
|
+
"type": "unknown"
|
|
48219
48339
|
}
|
|
48220
48340
|
],
|
|
48221
48341
|
"return": {
|
|
@@ -48245,6 +48365,21 @@
|
|
|
48245
48365
|
"name": "ElementValueAccessorBase",
|
|
48246
48366
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
48247
48367
|
}
|
|
48368
|
+
},
|
|
48369
|
+
{
|
|
48370
|
+
"kind": "method",
|
|
48371
|
+
"name": "releaseCallbacks",
|
|
48372
|
+
"privacy": "public",
|
|
48373
|
+
"type": "(): void",
|
|
48374
|
+
"description": "Releases registered framework callbacks.",
|
|
48375
|
+
"parameters": [],
|
|
48376
|
+
"return": {
|
|
48377
|
+
"type": "void"
|
|
48378
|
+
},
|
|
48379
|
+
"inheritedFrom": {
|
|
48380
|
+
"name": "ElementValueAccessorBase",
|
|
48381
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
48382
|
+
}
|
|
48248
48383
|
}
|
|
48249
48384
|
]
|
|
48250
48385
|
},
|
|
@@ -50445,12 +50580,12 @@
|
|
|
50445
50580
|
"kind": "method",
|
|
50446
50581
|
"name": "registerOnChange",
|
|
50447
50582
|
"privacy": "public",
|
|
50448
|
-
"type": "(fn:
|
|
50583
|
+
"type": "(fn: unknown): void",
|
|
50449
50584
|
"description": "Registers a function called when the element value changes.",
|
|
50450
50585
|
"parameters": [
|
|
50451
50586
|
{
|
|
50452
50587
|
"name": "fn",
|
|
50453
|
-
"type": "
|
|
50588
|
+
"type": "unknown"
|
|
50454
50589
|
}
|
|
50455
50590
|
],
|
|
50456
50591
|
"return": {
|
|
@@ -50465,12 +50600,12 @@
|
|
|
50465
50600
|
"kind": "method",
|
|
50466
50601
|
"name": "registerOnTouched",
|
|
50467
50602
|
"privacy": "public",
|
|
50468
|
-
"type": "(fn:
|
|
50603
|
+
"type": "(fn: unknown): void",
|
|
50469
50604
|
"description": "Registers a function called when the element is touched.",
|
|
50470
50605
|
"parameters": [
|
|
50471
50606
|
{
|
|
50472
50607
|
"name": "fn",
|
|
50473
|
-
"type": "
|
|
50608
|
+
"type": "unknown"
|
|
50474
50609
|
}
|
|
50475
50610
|
],
|
|
50476
50611
|
"return": {
|
|
@@ -50485,12 +50620,12 @@
|
|
|
50485
50620
|
"kind": "method",
|
|
50486
50621
|
"name": "registerOnReset",
|
|
50487
50622
|
"privacy": "public",
|
|
50488
|
-
"type": "(fn:
|
|
50623
|
+
"type": "(fn: unknown): void",
|
|
50489
50624
|
"description": "Registers a function called when the element is reset.",
|
|
50490
50625
|
"parameters": [
|
|
50491
50626
|
{
|
|
50492
50627
|
"name": "fn",
|
|
50493
|
-
"type": "
|
|
50628
|
+
"type": "unknown"
|
|
50494
50629
|
}
|
|
50495
50630
|
],
|
|
50496
50631
|
"return": {
|
|
@@ -50520,6 +50655,21 @@
|
|
|
50520
50655
|
"name": "ElementValueAccessorBase",
|
|
50521
50656
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
50522
50657
|
}
|
|
50658
|
+
},
|
|
50659
|
+
{
|
|
50660
|
+
"kind": "method",
|
|
50661
|
+
"name": "releaseCallbacks",
|
|
50662
|
+
"privacy": "public",
|
|
50663
|
+
"type": "(): void",
|
|
50664
|
+
"description": "Releases registered framework callbacks.",
|
|
50665
|
+
"parameters": [],
|
|
50666
|
+
"return": {
|
|
50667
|
+
"type": "void"
|
|
50668
|
+
},
|
|
50669
|
+
"inheritedFrom": {
|
|
50670
|
+
"name": "ElementValueAccessorBase",
|
|
50671
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
50672
|
+
}
|
|
50523
50673
|
}
|
|
50524
50674
|
]
|
|
50525
50675
|
},
|
|
@@ -52159,12 +52309,12 @@
|
|
|
52159
52309
|
"kind": "method",
|
|
52160
52310
|
"name": "registerOnChange",
|
|
52161
52311
|
"privacy": "public",
|
|
52162
|
-
"type": "(fn:
|
|
52312
|
+
"type": "(fn: unknown): void",
|
|
52163
52313
|
"description": "Registers a function called when the element value changes.",
|
|
52164
52314
|
"parameters": [
|
|
52165
52315
|
{
|
|
52166
52316
|
"name": "fn",
|
|
52167
|
-
"type": "
|
|
52317
|
+
"type": "unknown"
|
|
52168
52318
|
}
|
|
52169
52319
|
],
|
|
52170
52320
|
"return": {
|
|
@@ -52179,12 +52329,12 @@
|
|
|
52179
52329
|
"kind": "method",
|
|
52180
52330
|
"name": "registerOnTouched",
|
|
52181
52331
|
"privacy": "public",
|
|
52182
|
-
"type": "(fn:
|
|
52332
|
+
"type": "(fn: unknown): void",
|
|
52183
52333
|
"description": "Registers a function called when the element is touched.",
|
|
52184
52334
|
"parameters": [
|
|
52185
52335
|
{
|
|
52186
52336
|
"name": "fn",
|
|
52187
|
-
"type": "
|
|
52337
|
+
"type": "unknown"
|
|
52188
52338
|
}
|
|
52189
52339
|
],
|
|
52190
52340
|
"return": {
|
|
@@ -52199,12 +52349,12 @@
|
|
|
52199
52349
|
"kind": "method",
|
|
52200
52350
|
"name": "registerOnReset",
|
|
52201
52351
|
"privacy": "public",
|
|
52202
|
-
"type": "(fn:
|
|
52352
|
+
"type": "(fn: unknown): void",
|
|
52203
52353
|
"description": "Registers a function called when the element is reset.",
|
|
52204
52354
|
"parameters": [
|
|
52205
52355
|
{
|
|
52206
52356
|
"name": "fn",
|
|
52207
|
-
"type": "
|
|
52357
|
+
"type": "unknown"
|
|
52208
52358
|
}
|
|
52209
52359
|
],
|
|
52210
52360
|
"return": {
|
|
@@ -52234,6 +52384,21 @@
|
|
|
52234
52384
|
"name": "ElementValueAccessorBase",
|
|
52235
52385
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
52236
52386
|
}
|
|
52387
|
+
},
|
|
52388
|
+
{
|
|
52389
|
+
"kind": "method",
|
|
52390
|
+
"name": "releaseCallbacks",
|
|
52391
|
+
"privacy": "public",
|
|
52392
|
+
"type": "(): void",
|
|
52393
|
+
"description": "Releases registered framework callbacks.",
|
|
52394
|
+
"parameters": [],
|
|
52395
|
+
"return": {
|
|
52396
|
+
"type": "void"
|
|
52397
|
+
},
|
|
52398
|
+
"inheritedFrom": {
|
|
52399
|
+
"name": "ElementValueAccessorBase",
|
|
52400
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
52401
|
+
}
|
|
52237
52402
|
}
|
|
52238
52403
|
]
|
|
52239
52404
|
},
|
|
@@ -53842,12 +54007,12 @@
|
|
|
53842
54007
|
"kind": "method",
|
|
53843
54008
|
"name": "registerOnChange",
|
|
53844
54009
|
"privacy": "public",
|
|
53845
|
-
"type": "(fn:
|
|
54010
|
+
"type": "(fn: unknown): void",
|
|
53846
54011
|
"description": "Registers a function called when the element value changes.",
|
|
53847
54012
|
"parameters": [
|
|
53848
54013
|
{
|
|
53849
54014
|
"name": "fn",
|
|
53850
|
-
"type": "
|
|
54015
|
+
"type": "unknown"
|
|
53851
54016
|
}
|
|
53852
54017
|
],
|
|
53853
54018
|
"return": {
|
|
@@ -53862,12 +54027,12 @@
|
|
|
53862
54027
|
"kind": "method",
|
|
53863
54028
|
"name": "registerOnTouched",
|
|
53864
54029
|
"privacy": "public",
|
|
53865
|
-
"type": "(fn:
|
|
54030
|
+
"type": "(fn: unknown): void",
|
|
53866
54031
|
"description": "Registers a function called when the element is touched.",
|
|
53867
54032
|
"parameters": [
|
|
53868
54033
|
{
|
|
53869
54034
|
"name": "fn",
|
|
53870
|
-
"type": "
|
|
54035
|
+
"type": "unknown"
|
|
53871
54036
|
}
|
|
53872
54037
|
],
|
|
53873
54038
|
"return": {
|
|
@@ -53882,12 +54047,12 @@
|
|
|
53882
54047
|
"kind": "method",
|
|
53883
54048
|
"name": "registerOnReset",
|
|
53884
54049
|
"privacy": "public",
|
|
53885
|
-
"type": "(fn:
|
|
54050
|
+
"type": "(fn: unknown): void",
|
|
53886
54051
|
"description": "Registers a function called when the element is reset.",
|
|
53887
54052
|
"parameters": [
|
|
53888
54053
|
{
|
|
53889
54054
|
"name": "fn",
|
|
53890
|
-
"type": "
|
|
54055
|
+
"type": "unknown"
|
|
53891
54056
|
}
|
|
53892
54057
|
],
|
|
53893
54058
|
"return": {
|
|
@@ -53917,6 +54082,21 @@
|
|
|
53917
54082
|
"name": "ElementValueAccessorBase",
|
|
53918
54083
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
53919
54084
|
}
|
|
54085
|
+
},
|
|
54086
|
+
{
|
|
54087
|
+
"kind": "method",
|
|
54088
|
+
"name": "releaseCallbacks",
|
|
54089
|
+
"privacy": "public",
|
|
54090
|
+
"type": "(): void",
|
|
54091
|
+
"description": "Releases registered framework callbacks.",
|
|
54092
|
+
"parameters": [],
|
|
54093
|
+
"return": {
|
|
54094
|
+
"type": "void"
|
|
54095
|
+
},
|
|
54096
|
+
"inheritedFrom": {
|
|
54097
|
+
"name": "ElementValueAccessorBase",
|
|
54098
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
54099
|
+
}
|
|
53920
54100
|
}
|
|
53921
54101
|
]
|
|
53922
54102
|
},
|
|
@@ -55639,12 +55819,12 @@
|
|
|
55639
55819
|
"kind": "method",
|
|
55640
55820
|
"name": "registerOnChange",
|
|
55641
55821
|
"privacy": "public",
|
|
55642
|
-
"type": "(fn:
|
|
55822
|
+
"type": "(fn: unknown): void",
|
|
55643
55823
|
"description": "Registers a function called when the element value changes.",
|
|
55644
55824
|
"parameters": [
|
|
55645
55825
|
{
|
|
55646
55826
|
"name": "fn",
|
|
55647
|
-
"type": "
|
|
55827
|
+
"type": "unknown"
|
|
55648
55828
|
}
|
|
55649
55829
|
],
|
|
55650
55830
|
"return": {
|
|
@@ -55659,12 +55839,12 @@
|
|
|
55659
55839
|
"kind": "method",
|
|
55660
55840
|
"name": "registerOnTouched",
|
|
55661
55841
|
"privacy": "public",
|
|
55662
|
-
"type": "(fn:
|
|
55842
|
+
"type": "(fn: unknown): void",
|
|
55663
55843
|
"description": "Registers a function called when the element is touched.",
|
|
55664
55844
|
"parameters": [
|
|
55665
55845
|
{
|
|
55666
55846
|
"name": "fn",
|
|
55667
|
-
"type": "
|
|
55847
|
+
"type": "unknown"
|
|
55668
55848
|
}
|
|
55669
55849
|
],
|
|
55670
55850
|
"return": {
|
|
@@ -55679,12 +55859,12 @@
|
|
|
55679
55859
|
"kind": "method",
|
|
55680
55860
|
"name": "registerOnReset",
|
|
55681
55861
|
"privacy": "public",
|
|
55682
|
-
"type": "(fn:
|
|
55862
|
+
"type": "(fn: unknown): void",
|
|
55683
55863
|
"description": "Registers a function called when the element is reset.",
|
|
55684
55864
|
"parameters": [
|
|
55685
55865
|
{
|
|
55686
55866
|
"name": "fn",
|
|
55687
|
-
"type": "
|
|
55867
|
+
"type": "unknown"
|
|
55688
55868
|
}
|
|
55689
55869
|
],
|
|
55690
55870
|
"return": {
|
|
@@ -55714,6 +55894,21 @@
|
|
|
55714
55894
|
"name": "ElementValueAccessorBase",
|
|
55715
55895
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
55716
55896
|
}
|
|
55897
|
+
},
|
|
55898
|
+
{
|
|
55899
|
+
"kind": "method",
|
|
55900
|
+
"name": "releaseCallbacks",
|
|
55901
|
+
"privacy": "public",
|
|
55902
|
+
"type": "(): void",
|
|
55903
|
+
"description": "Releases registered framework callbacks.",
|
|
55904
|
+
"parameters": [],
|
|
55905
|
+
"return": {
|
|
55906
|
+
"type": "void"
|
|
55907
|
+
},
|
|
55908
|
+
"inheritedFrom": {
|
|
55909
|
+
"name": "ElementValueAccessorBase",
|
|
55910
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
55911
|
+
}
|
|
55717
55912
|
}
|
|
55718
55913
|
]
|
|
55719
55914
|
},
|
|
@@ -56824,12 +57019,12 @@
|
|
|
56824
57019
|
"kind": "method",
|
|
56825
57020
|
"name": "registerOnChange",
|
|
56826
57021
|
"privacy": "public",
|
|
56827
|
-
"type": "(fn:
|
|
57022
|
+
"type": "(fn: unknown): void",
|
|
56828
57023
|
"description": "Registers a function called when the element value changes.",
|
|
56829
57024
|
"parameters": [
|
|
56830
57025
|
{
|
|
56831
57026
|
"name": "fn",
|
|
56832
|
-
"type": "
|
|
57027
|
+
"type": "unknown"
|
|
56833
57028
|
}
|
|
56834
57029
|
],
|
|
56835
57030
|
"return": {
|
|
@@ -56844,12 +57039,12 @@
|
|
|
56844
57039
|
"kind": "method",
|
|
56845
57040
|
"name": "registerOnTouched",
|
|
56846
57041
|
"privacy": "public",
|
|
56847
|
-
"type": "(fn:
|
|
57042
|
+
"type": "(fn: unknown): void",
|
|
56848
57043
|
"description": "Registers a function called when the element is touched.",
|
|
56849
57044
|
"parameters": [
|
|
56850
57045
|
{
|
|
56851
57046
|
"name": "fn",
|
|
56852
|
-
"type": "
|
|
57047
|
+
"type": "unknown"
|
|
56853
57048
|
}
|
|
56854
57049
|
],
|
|
56855
57050
|
"return": {
|
|
@@ -56864,12 +57059,12 @@
|
|
|
56864
57059
|
"kind": "method",
|
|
56865
57060
|
"name": "registerOnReset",
|
|
56866
57061
|
"privacy": "public",
|
|
56867
|
-
"type": "(fn:
|
|
57062
|
+
"type": "(fn: unknown): void",
|
|
56868
57063
|
"description": "Registers a function called when the element is reset.",
|
|
56869
57064
|
"parameters": [
|
|
56870
57065
|
{
|
|
56871
57066
|
"name": "fn",
|
|
56872
|
-
"type": "
|
|
57067
|
+
"type": "unknown"
|
|
56873
57068
|
}
|
|
56874
57069
|
],
|
|
56875
57070
|
"return": {
|
|
@@ -56899,6 +57094,21 @@
|
|
|
56899
57094
|
"name": "ElementValueAccessorBase",
|
|
56900
57095
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
56901
57096
|
}
|
|
57097
|
+
},
|
|
57098
|
+
{
|
|
57099
|
+
"kind": "method",
|
|
57100
|
+
"name": "releaseCallbacks",
|
|
57101
|
+
"privacy": "public",
|
|
57102
|
+
"type": "(): void",
|
|
57103
|
+
"description": "Releases registered framework callbacks.",
|
|
57104
|
+
"parameters": [],
|
|
57105
|
+
"return": {
|
|
57106
|
+
"type": "void"
|
|
57107
|
+
},
|
|
57108
|
+
"inheritedFrom": {
|
|
57109
|
+
"name": "ElementValueAccessorBase",
|
|
57110
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57111
|
+
}
|
|
56902
57112
|
}
|
|
56903
57113
|
]
|
|
56904
57114
|
},
|
|
@@ -58067,12 +58277,12 @@
|
|
|
58067
58277
|
"kind": "method",
|
|
58068
58278
|
"name": "registerOnChange",
|
|
58069
58279
|
"privacy": "public",
|
|
58070
|
-
"type": "(fn:
|
|
58280
|
+
"type": "(fn: unknown): void",
|
|
58071
58281
|
"description": "Registers a function called when the element value changes.",
|
|
58072
58282
|
"parameters": [
|
|
58073
58283
|
{
|
|
58074
58284
|
"name": "fn",
|
|
58075
|
-
"type": "
|
|
58285
|
+
"type": "unknown"
|
|
58076
58286
|
}
|
|
58077
58287
|
],
|
|
58078
58288
|
"return": {
|
|
@@ -58087,12 +58297,12 @@
|
|
|
58087
58297
|
"kind": "method",
|
|
58088
58298
|
"name": "registerOnTouched",
|
|
58089
58299
|
"privacy": "public",
|
|
58090
|
-
"type": "(fn:
|
|
58300
|
+
"type": "(fn: unknown): void",
|
|
58091
58301
|
"description": "Registers a function called when the element is touched.",
|
|
58092
58302
|
"parameters": [
|
|
58093
58303
|
{
|
|
58094
58304
|
"name": "fn",
|
|
58095
|
-
"type": "
|
|
58305
|
+
"type": "unknown"
|
|
58096
58306
|
}
|
|
58097
58307
|
],
|
|
58098
58308
|
"return": {
|
|
@@ -58107,12 +58317,12 @@
|
|
|
58107
58317
|
"kind": "method",
|
|
58108
58318
|
"name": "registerOnReset",
|
|
58109
58319
|
"privacy": "public",
|
|
58110
|
-
"type": "(fn:
|
|
58320
|
+
"type": "(fn: unknown): void",
|
|
58111
58321
|
"description": "Registers a function called when the element is reset.",
|
|
58112
58322
|
"parameters": [
|
|
58113
58323
|
{
|
|
58114
58324
|
"name": "fn",
|
|
58115
|
-
"type": "
|
|
58325
|
+
"type": "unknown"
|
|
58116
58326
|
}
|
|
58117
58327
|
],
|
|
58118
58328
|
"return": {
|
|
@@ -58142,6 +58352,21 @@
|
|
|
58142
58352
|
"name": "ElementValueAccessorBase",
|
|
58143
58353
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
58144
58354
|
}
|
|
58355
|
+
},
|
|
58356
|
+
{
|
|
58357
|
+
"kind": "method",
|
|
58358
|
+
"name": "releaseCallbacks",
|
|
58359
|
+
"privacy": "public",
|
|
58360
|
+
"type": "(): void",
|
|
58361
|
+
"description": "Releases registered framework callbacks.",
|
|
58362
|
+
"parameters": [],
|
|
58363
|
+
"return": {
|
|
58364
|
+
"type": "void"
|
|
58365
|
+
},
|
|
58366
|
+
"inheritedFrom": {
|
|
58367
|
+
"name": "ElementValueAccessorBase",
|
|
58368
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
58369
|
+
}
|
|
58145
58370
|
}
|
|
58146
58371
|
]
|
|
58147
58372
|
},
|
|
@@ -60223,12 +60448,12 @@
|
|
|
60223
60448
|
"kind": "method",
|
|
60224
60449
|
"name": "registerOnChange",
|
|
60225
60450
|
"privacy": "public",
|
|
60226
|
-
"type": "(fn:
|
|
60451
|
+
"type": "(fn: unknown): void",
|
|
60227
60452
|
"description": "Registers a function called when the element value changes.",
|
|
60228
60453
|
"parameters": [
|
|
60229
60454
|
{
|
|
60230
60455
|
"name": "fn",
|
|
60231
|
-
"type": "
|
|
60456
|
+
"type": "unknown"
|
|
60232
60457
|
}
|
|
60233
60458
|
],
|
|
60234
60459
|
"return": {
|
|
@@ -60243,12 +60468,12 @@
|
|
|
60243
60468
|
"kind": "method",
|
|
60244
60469
|
"name": "registerOnTouched",
|
|
60245
60470
|
"privacy": "public",
|
|
60246
|
-
"type": "(fn:
|
|
60471
|
+
"type": "(fn: unknown): void",
|
|
60247
60472
|
"description": "Registers a function called when the element is touched.",
|
|
60248
60473
|
"parameters": [
|
|
60249
60474
|
{
|
|
60250
60475
|
"name": "fn",
|
|
60251
|
-
"type": "
|
|
60476
|
+
"type": "unknown"
|
|
60252
60477
|
}
|
|
60253
60478
|
],
|
|
60254
60479
|
"return": {
|
|
@@ -60263,12 +60488,12 @@
|
|
|
60263
60488
|
"kind": "method",
|
|
60264
60489
|
"name": "registerOnReset",
|
|
60265
60490
|
"privacy": "public",
|
|
60266
|
-
"type": "(fn:
|
|
60491
|
+
"type": "(fn: unknown): void",
|
|
60267
60492
|
"description": "Registers a function called when the element is reset.",
|
|
60268
60493
|
"parameters": [
|
|
60269
60494
|
{
|
|
60270
60495
|
"name": "fn",
|
|
60271
|
-
"type": "
|
|
60496
|
+
"type": "unknown"
|
|
60272
60497
|
}
|
|
60273
60498
|
],
|
|
60274
60499
|
"return": {
|
|
@@ -60298,6 +60523,21 @@
|
|
|
60298
60523
|
"name": "ElementValueAccessorBase",
|
|
60299
60524
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
60300
60525
|
}
|
|
60526
|
+
},
|
|
60527
|
+
{
|
|
60528
|
+
"kind": "method",
|
|
60529
|
+
"name": "releaseCallbacks",
|
|
60530
|
+
"privacy": "public",
|
|
60531
|
+
"type": "(): void",
|
|
60532
|
+
"description": "Releases registered framework callbacks.",
|
|
60533
|
+
"parameters": [],
|
|
60534
|
+
"return": {
|
|
60535
|
+
"type": "void"
|
|
60536
|
+
},
|
|
60537
|
+
"inheritedFrom": {
|
|
60538
|
+
"name": "ElementValueAccessorBase",
|
|
60539
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
60540
|
+
}
|
|
60301
60541
|
}
|
|
60302
60542
|
]
|
|
60303
60543
|
},
|
|
@@ -61609,12 +61849,12 @@
|
|
|
61609
61849
|
"kind": "method",
|
|
61610
61850
|
"name": "registerOnChange",
|
|
61611
61851
|
"privacy": "public",
|
|
61612
|
-
"type": "(fn:
|
|
61852
|
+
"type": "(fn: unknown): void",
|
|
61613
61853
|
"description": "Registers a function called when the element value changes.",
|
|
61614
61854
|
"parameters": [
|
|
61615
61855
|
{
|
|
61616
61856
|
"name": "fn",
|
|
61617
|
-
"type": "
|
|
61857
|
+
"type": "unknown"
|
|
61618
61858
|
}
|
|
61619
61859
|
],
|
|
61620
61860
|
"return": {
|
|
@@ -61629,12 +61869,12 @@
|
|
|
61629
61869
|
"kind": "method",
|
|
61630
61870
|
"name": "registerOnTouched",
|
|
61631
61871
|
"privacy": "public",
|
|
61632
|
-
"type": "(fn:
|
|
61872
|
+
"type": "(fn: unknown): void",
|
|
61633
61873
|
"description": "Registers a function called when the element is touched.",
|
|
61634
61874
|
"parameters": [
|
|
61635
61875
|
{
|
|
61636
61876
|
"name": "fn",
|
|
61637
|
-
"type": "
|
|
61877
|
+
"type": "unknown"
|
|
61638
61878
|
}
|
|
61639
61879
|
],
|
|
61640
61880
|
"return": {
|
|
@@ -61649,12 +61889,12 @@
|
|
|
61649
61889
|
"kind": "method",
|
|
61650
61890
|
"name": "registerOnReset",
|
|
61651
61891
|
"privacy": "public",
|
|
61652
|
-
"type": "(fn:
|
|
61892
|
+
"type": "(fn: unknown): void",
|
|
61653
61893
|
"description": "Registers a function called when the element is reset.",
|
|
61654
61894
|
"parameters": [
|
|
61655
61895
|
{
|
|
61656
61896
|
"name": "fn",
|
|
61657
|
-
"type": "
|
|
61897
|
+
"type": "unknown"
|
|
61658
61898
|
}
|
|
61659
61899
|
],
|
|
61660
61900
|
"return": {
|
|
@@ -61684,6 +61924,21 @@
|
|
|
61684
61924
|
"name": "ElementValueAccessorBase",
|
|
61685
61925
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
61686
61926
|
}
|
|
61927
|
+
},
|
|
61928
|
+
{
|
|
61929
|
+
"kind": "method",
|
|
61930
|
+
"name": "releaseCallbacks",
|
|
61931
|
+
"privacy": "public",
|
|
61932
|
+
"type": "(): void",
|
|
61933
|
+
"description": "Releases registered framework callbacks.",
|
|
61934
|
+
"parameters": [],
|
|
61935
|
+
"return": {
|
|
61936
|
+
"type": "void"
|
|
61937
|
+
},
|
|
61938
|
+
"inheritedFrom": {
|
|
61939
|
+
"name": "ElementValueAccessorBase",
|
|
61940
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
61941
|
+
}
|
|
61687
61942
|
}
|
|
61688
61943
|
]
|
|
61689
61944
|
},
|
|
@@ -62887,12 +63142,12 @@
|
|
|
62887
63142
|
"kind": "method",
|
|
62888
63143
|
"name": "registerOnChange",
|
|
62889
63144
|
"privacy": "public",
|
|
62890
|
-
"type": "(fn:
|
|
63145
|
+
"type": "(fn: unknown): void",
|
|
62891
63146
|
"description": "Registers a function called when the element value changes.",
|
|
62892
63147
|
"parameters": [
|
|
62893
63148
|
{
|
|
62894
63149
|
"name": "fn",
|
|
62895
|
-
"type": "
|
|
63150
|
+
"type": "unknown"
|
|
62896
63151
|
}
|
|
62897
63152
|
],
|
|
62898
63153
|
"return": {
|
|
@@ -62907,12 +63162,12 @@
|
|
|
62907
63162
|
"kind": "method",
|
|
62908
63163
|
"name": "registerOnTouched",
|
|
62909
63164
|
"privacy": "public",
|
|
62910
|
-
"type": "(fn:
|
|
63165
|
+
"type": "(fn: unknown): void",
|
|
62911
63166
|
"description": "Registers a function called when the element is touched.",
|
|
62912
63167
|
"parameters": [
|
|
62913
63168
|
{
|
|
62914
63169
|
"name": "fn",
|
|
62915
|
-
"type": "
|
|
63170
|
+
"type": "unknown"
|
|
62916
63171
|
}
|
|
62917
63172
|
],
|
|
62918
63173
|
"return": {
|
|
@@ -62927,12 +63182,12 @@
|
|
|
62927
63182
|
"kind": "method",
|
|
62928
63183
|
"name": "registerOnReset",
|
|
62929
63184
|
"privacy": "public",
|
|
62930
|
-
"type": "(fn:
|
|
63185
|
+
"type": "(fn: unknown): void",
|
|
62931
63186
|
"description": "Registers a function called when the element is reset.",
|
|
62932
63187
|
"parameters": [
|
|
62933
63188
|
{
|
|
62934
63189
|
"name": "fn",
|
|
62935
|
-
"type": "
|
|
63190
|
+
"type": "unknown"
|
|
62936
63191
|
}
|
|
62937
63192
|
],
|
|
62938
63193
|
"return": {
|
|
@@ -62962,6 +63217,21 @@
|
|
|
62962
63217
|
"name": "ElementValueAccessorBase",
|
|
62963
63218
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
62964
63219
|
}
|
|
63220
|
+
},
|
|
63221
|
+
{
|
|
63222
|
+
"kind": "method",
|
|
63223
|
+
"name": "releaseCallbacks",
|
|
63224
|
+
"privacy": "public",
|
|
63225
|
+
"type": "(): void",
|
|
63226
|
+
"description": "Releases registered framework callbacks.",
|
|
63227
|
+
"parameters": [],
|
|
63228
|
+
"return": {
|
|
63229
|
+
"type": "void"
|
|
63230
|
+
},
|
|
63231
|
+
"inheritedFrom": {
|
|
63232
|
+
"name": "ElementValueAccessorBase",
|
|
63233
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
63234
|
+
}
|
|
62965
63235
|
}
|
|
62966
63236
|
]
|
|
62967
63237
|
},
|
|
@@ -63898,12 +64168,12 @@
|
|
|
63898
64168
|
"kind": "method",
|
|
63899
64169
|
"name": "registerOnChange",
|
|
63900
64170
|
"privacy": "public",
|
|
63901
|
-
"type": "(fn:
|
|
64171
|
+
"type": "(fn: unknown): void",
|
|
63902
64172
|
"description": "Registers a function called when the element value changes.",
|
|
63903
64173
|
"parameters": [
|
|
63904
64174
|
{
|
|
63905
64175
|
"name": "fn",
|
|
63906
|
-
"type": "
|
|
64176
|
+
"type": "unknown"
|
|
63907
64177
|
}
|
|
63908
64178
|
],
|
|
63909
64179
|
"return": {
|
|
@@ -63918,12 +64188,12 @@
|
|
|
63918
64188
|
"kind": "method",
|
|
63919
64189
|
"name": "registerOnTouched",
|
|
63920
64190
|
"privacy": "public",
|
|
63921
|
-
"type": "(fn:
|
|
64191
|
+
"type": "(fn: unknown): void",
|
|
63922
64192
|
"description": "Registers a function called when the element is touched.",
|
|
63923
64193
|
"parameters": [
|
|
63924
64194
|
{
|
|
63925
64195
|
"name": "fn",
|
|
63926
|
-
"type": "
|
|
64196
|
+
"type": "unknown"
|
|
63927
64197
|
}
|
|
63928
64198
|
],
|
|
63929
64199
|
"return": {
|
|
@@ -63938,12 +64208,12 @@
|
|
|
63938
64208
|
"kind": "method",
|
|
63939
64209
|
"name": "registerOnReset",
|
|
63940
64210
|
"privacy": "public",
|
|
63941
|
-
"type": "(fn:
|
|
64211
|
+
"type": "(fn: unknown): void",
|
|
63942
64212
|
"description": "Registers a function called when the element is reset.",
|
|
63943
64213
|
"parameters": [
|
|
63944
64214
|
{
|
|
63945
64215
|
"name": "fn",
|
|
63946
|
-
"type": "
|
|
64216
|
+
"type": "unknown"
|
|
63947
64217
|
}
|
|
63948
64218
|
],
|
|
63949
64219
|
"return": {
|
|
@@ -63973,6 +64243,21 @@
|
|
|
63973
64243
|
"name": "ElementValueAccessorBase",
|
|
63974
64244
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
63975
64245
|
}
|
|
64246
|
+
},
|
|
64247
|
+
{
|
|
64248
|
+
"kind": "method",
|
|
64249
|
+
"name": "releaseCallbacks",
|
|
64250
|
+
"privacy": "public",
|
|
64251
|
+
"type": "(): void",
|
|
64252
|
+
"description": "Releases registered framework callbacks.",
|
|
64253
|
+
"parameters": [],
|
|
64254
|
+
"return": {
|
|
64255
|
+
"type": "void"
|
|
64256
|
+
},
|
|
64257
|
+
"inheritedFrom": {
|
|
64258
|
+
"name": "ElementValueAccessorBase",
|
|
64259
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
64260
|
+
}
|
|
63976
64261
|
}
|
|
63977
64262
|
]
|
|
63978
64263
|
},
|
|
@@ -64035,12 +64320,12 @@
|
|
|
64035
64320
|
"kind": "method",
|
|
64036
64321
|
"name": "registerOnChange",
|
|
64037
64322
|
"privacy": "public",
|
|
64038
|
-
"type": "(fn:
|
|
64323
|
+
"type": "(fn: unknown): void",
|
|
64039
64324
|
"description": "Registers a function called when the element value changes.",
|
|
64040
64325
|
"parameters": [
|
|
64041
64326
|
{
|
|
64042
64327
|
"name": "fn",
|
|
64043
|
-
"type": "
|
|
64328
|
+
"type": "unknown"
|
|
64044
64329
|
}
|
|
64045
64330
|
],
|
|
64046
64331
|
"return": {
|
|
@@ -64055,12 +64340,12 @@
|
|
|
64055
64340
|
"kind": "method",
|
|
64056
64341
|
"name": "registerOnTouched",
|
|
64057
64342
|
"privacy": "public",
|
|
64058
|
-
"type": "(fn:
|
|
64343
|
+
"type": "(fn: unknown): void",
|
|
64059
64344
|
"description": "Registers a function called when the element is touched.",
|
|
64060
64345
|
"parameters": [
|
|
64061
64346
|
{
|
|
64062
64347
|
"name": "fn",
|
|
64063
|
-
"type": "
|
|
64348
|
+
"type": "unknown"
|
|
64064
64349
|
}
|
|
64065
64350
|
],
|
|
64066
64351
|
"return": {
|
|
@@ -64075,12 +64360,12 @@
|
|
|
64075
64360
|
"kind": "method",
|
|
64076
64361
|
"name": "registerOnReset",
|
|
64077
64362
|
"privacy": "public",
|
|
64078
|
-
"type": "(fn:
|
|
64363
|
+
"type": "(fn: unknown): void",
|
|
64079
64364
|
"description": "Registers a function called when the element is reset.",
|
|
64080
64365
|
"parameters": [
|
|
64081
64366
|
{
|
|
64082
64367
|
"name": "fn",
|
|
64083
|
-
"type": "
|
|
64368
|
+
"type": "unknown"
|
|
64084
64369
|
}
|
|
64085
64370
|
],
|
|
64086
64371
|
"return": {
|
|
@@ -64110,6 +64395,21 @@
|
|
|
64110
64395
|
"name": "ElementValueAccessorBase",
|
|
64111
64396
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
64112
64397
|
}
|
|
64398
|
+
},
|
|
64399
|
+
{
|
|
64400
|
+
"kind": "method",
|
|
64401
|
+
"name": "releaseCallbacks",
|
|
64402
|
+
"privacy": "public",
|
|
64403
|
+
"type": "(): void",
|
|
64404
|
+
"description": "Releases registered framework callbacks.",
|
|
64405
|
+
"parameters": [],
|
|
64406
|
+
"return": {
|
|
64407
|
+
"type": "void"
|
|
64408
|
+
},
|
|
64409
|
+
"inheritedFrom": {
|
|
64410
|
+
"name": "ElementValueAccessorBase",
|
|
64411
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
64412
|
+
}
|
|
64113
64413
|
}
|
|
64114
64414
|
]
|
|
64115
64415
|
},
|
|
@@ -66521,12 +66821,12 @@
|
|
|
66521
66821
|
"kind": "method",
|
|
66522
66822
|
"name": "registerOnChange",
|
|
66523
66823
|
"privacy": "public",
|
|
66524
|
-
"type": "(fn:
|
|
66824
|
+
"type": "(fn: unknown): void",
|
|
66525
66825
|
"description": "Registers a function called when the element value changes.",
|
|
66526
66826
|
"parameters": [
|
|
66527
66827
|
{
|
|
66528
66828
|
"name": "fn",
|
|
66529
|
-
"type": "
|
|
66829
|
+
"type": "unknown"
|
|
66530
66830
|
}
|
|
66531
66831
|
],
|
|
66532
66832
|
"return": {
|
|
@@ -66541,12 +66841,12 @@
|
|
|
66541
66841
|
"kind": "method",
|
|
66542
66842
|
"name": "registerOnTouched",
|
|
66543
66843
|
"privacy": "public",
|
|
66544
|
-
"type": "(fn:
|
|
66844
|
+
"type": "(fn: unknown): void",
|
|
66545
66845
|
"description": "Registers a function called when the element is touched.",
|
|
66546
66846
|
"parameters": [
|
|
66547
66847
|
{
|
|
66548
66848
|
"name": "fn",
|
|
66549
|
-
"type": "
|
|
66849
|
+
"type": "unknown"
|
|
66550
66850
|
}
|
|
66551
66851
|
],
|
|
66552
66852
|
"return": {
|
|
@@ -66561,12 +66861,12 @@
|
|
|
66561
66861
|
"kind": "method",
|
|
66562
66862
|
"name": "registerOnReset",
|
|
66563
66863
|
"privacy": "public",
|
|
66564
|
-
"type": "(fn:
|
|
66864
|
+
"type": "(fn: unknown): void",
|
|
66565
66865
|
"description": "Registers a function called when the element is reset.",
|
|
66566
66866
|
"parameters": [
|
|
66567
66867
|
{
|
|
66568
66868
|
"name": "fn",
|
|
66569
|
-
"type": "
|
|
66869
|
+
"type": "unknown"
|
|
66570
66870
|
}
|
|
66571
66871
|
],
|
|
66572
66872
|
"return": {
|
|
@@ -66596,6 +66896,21 @@
|
|
|
66596
66896
|
"name": "ElementValueAccessorBase",
|
|
66597
66897
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
66598
66898
|
}
|
|
66899
|
+
},
|
|
66900
|
+
{
|
|
66901
|
+
"kind": "method",
|
|
66902
|
+
"name": "releaseCallbacks",
|
|
66903
|
+
"privacy": "public",
|
|
66904
|
+
"type": "(): void",
|
|
66905
|
+
"description": "Releases registered framework callbacks.",
|
|
66906
|
+
"parameters": [],
|
|
66907
|
+
"return": {
|
|
66908
|
+
"type": "void"
|
|
66909
|
+
},
|
|
66910
|
+
"inheritedFrom": {
|
|
66911
|
+
"name": "ElementValueAccessorBase",
|
|
66912
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
66913
|
+
}
|
|
66599
66914
|
}
|
|
66600
66915
|
]
|
|
66601
66916
|
},
|
|
@@ -77051,12 +77366,12 @@
|
|
|
77051
77366
|
"kind": "method",
|
|
77052
77367
|
"name": "registerOnChange",
|
|
77053
77368
|
"privacy": "public",
|
|
77054
|
-
"type": "(fn:
|
|
77369
|
+
"type": "(fn: unknown): void",
|
|
77055
77370
|
"description": "Registers a function called when the element value changes.",
|
|
77056
77371
|
"parameters": [
|
|
77057
77372
|
{
|
|
77058
77373
|
"name": "fn",
|
|
77059
|
-
"type": "
|
|
77374
|
+
"type": "unknown"
|
|
77060
77375
|
}
|
|
77061
77376
|
],
|
|
77062
77377
|
"return": {
|
|
@@ -77071,12 +77386,12 @@
|
|
|
77071
77386
|
"kind": "method",
|
|
77072
77387
|
"name": "registerOnTouched",
|
|
77073
77388
|
"privacy": "public",
|
|
77074
|
-
"type": "(fn:
|
|
77389
|
+
"type": "(fn: unknown): void",
|
|
77075
77390
|
"description": "Registers a function called when the element is touched.",
|
|
77076
77391
|
"parameters": [
|
|
77077
77392
|
{
|
|
77078
77393
|
"name": "fn",
|
|
77079
|
-
"type": "
|
|
77394
|
+
"type": "unknown"
|
|
77080
77395
|
}
|
|
77081
77396
|
],
|
|
77082
77397
|
"return": {
|
|
@@ -77091,12 +77406,12 @@
|
|
|
77091
77406
|
"kind": "method",
|
|
77092
77407
|
"name": "registerOnReset",
|
|
77093
77408
|
"privacy": "public",
|
|
77094
|
-
"type": "(fn:
|
|
77409
|
+
"type": "(fn: unknown): void",
|
|
77095
77410
|
"description": "Registers a function called when the element is reset.",
|
|
77096
77411
|
"parameters": [
|
|
77097
77412
|
{
|
|
77098
77413
|
"name": "fn",
|
|
77099
|
-
"type": "
|
|
77414
|
+
"type": "unknown"
|
|
77100
77415
|
}
|
|
77101
77416
|
],
|
|
77102
77417
|
"return": {
|
|
@@ -77126,6 +77441,21 @@
|
|
|
77126
77441
|
"name": "ElementValueAccessorBase",
|
|
77127
77442
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
77128
77443
|
}
|
|
77444
|
+
},
|
|
77445
|
+
{
|
|
77446
|
+
"kind": "method",
|
|
77447
|
+
"name": "releaseCallbacks",
|
|
77448
|
+
"privacy": "public",
|
|
77449
|
+
"type": "(): void",
|
|
77450
|
+
"description": "Releases registered framework callbacks.",
|
|
77451
|
+
"parameters": [],
|
|
77452
|
+
"return": {
|
|
77453
|
+
"type": "void"
|
|
77454
|
+
},
|
|
77455
|
+
"inheritedFrom": {
|
|
77456
|
+
"name": "ElementValueAccessorBase",
|
|
77457
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
77458
|
+
}
|
|
77129
77459
|
}
|
|
77130
77460
|
]
|
|
77131
77461
|
},
|
|
@@ -78327,12 +78657,12 @@
|
|
|
78327
78657
|
"kind": "method",
|
|
78328
78658
|
"name": "registerOnChange",
|
|
78329
78659
|
"privacy": "public",
|
|
78330
|
-
"type": "(fn:
|
|
78660
|
+
"type": "(fn: unknown): void",
|
|
78331
78661
|
"description": "Registers a function called when the element value changes.",
|
|
78332
78662
|
"parameters": [
|
|
78333
78663
|
{
|
|
78334
78664
|
"name": "fn",
|
|
78335
|
-
"type": "
|
|
78665
|
+
"type": "unknown"
|
|
78336
78666
|
}
|
|
78337
78667
|
],
|
|
78338
78668
|
"return": {
|
|
@@ -78347,12 +78677,12 @@
|
|
|
78347
78677
|
"kind": "method",
|
|
78348
78678
|
"name": "registerOnTouched",
|
|
78349
78679
|
"privacy": "public",
|
|
78350
|
-
"type": "(fn:
|
|
78680
|
+
"type": "(fn: unknown): void",
|
|
78351
78681
|
"description": "Registers a function called when the element is touched.",
|
|
78352
78682
|
"parameters": [
|
|
78353
78683
|
{
|
|
78354
78684
|
"name": "fn",
|
|
78355
|
-
"type": "
|
|
78685
|
+
"type": "unknown"
|
|
78356
78686
|
}
|
|
78357
78687
|
],
|
|
78358
78688
|
"return": {
|
|
@@ -78367,12 +78697,12 @@
|
|
|
78367
78697
|
"kind": "method",
|
|
78368
78698
|
"name": "registerOnReset",
|
|
78369
78699
|
"privacy": "public",
|
|
78370
|
-
"type": "(fn:
|
|
78700
|
+
"type": "(fn: unknown): void",
|
|
78371
78701
|
"description": "Registers a function called when the element is reset.",
|
|
78372
78702
|
"parameters": [
|
|
78373
78703
|
{
|
|
78374
78704
|
"name": "fn",
|
|
78375
|
-
"type": "
|
|
78705
|
+
"type": "unknown"
|
|
78376
78706
|
}
|
|
78377
78707
|
],
|
|
78378
78708
|
"return": {
|
|
@@ -78402,6 +78732,21 @@
|
|
|
78402
78732
|
"name": "ElementValueAccessorBase",
|
|
78403
78733
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
78404
78734
|
}
|
|
78735
|
+
},
|
|
78736
|
+
{
|
|
78737
|
+
"kind": "method",
|
|
78738
|
+
"name": "releaseCallbacks",
|
|
78739
|
+
"privacy": "public",
|
|
78740
|
+
"type": "(): void",
|
|
78741
|
+
"description": "Releases registered framework callbacks.",
|
|
78742
|
+
"parameters": [],
|
|
78743
|
+
"return": {
|
|
78744
|
+
"type": "void"
|
|
78745
|
+
},
|
|
78746
|
+
"inheritedFrom": {
|
|
78747
|
+
"name": "ElementValueAccessorBase",
|
|
78748
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
78749
|
+
}
|
|
78405
78750
|
}
|
|
78406
78751
|
]
|
|
78407
78752
|
},
|
|
@@ -81222,12 +81567,12 @@
|
|
|
81222
81567
|
"kind": "method",
|
|
81223
81568
|
"name": "registerOnChange",
|
|
81224
81569
|
"privacy": "public",
|
|
81225
|
-
"type": "(fn:
|
|
81570
|
+
"type": "(fn: unknown): void",
|
|
81226
81571
|
"description": "Registers a function called when the element value changes.",
|
|
81227
81572
|
"parameters": [
|
|
81228
81573
|
{
|
|
81229
81574
|
"name": "fn",
|
|
81230
|
-
"type": "
|
|
81575
|
+
"type": "unknown"
|
|
81231
81576
|
}
|
|
81232
81577
|
],
|
|
81233
81578
|
"return": {
|
|
@@ -81242,12 +81587,12 @@
|
|
|
81242
81587
|
"kind": "method",
|
|
81243
81588
|
"name": "registerOnTouched",
|
|
81244
81589
|
"privacy": "public",
|
|
81245
|
-
"type": "(fn:
|
|
81590
|
+
"type": "(fn: unknown): void",
|
|
81246
81591
|
"description": "Registers a function called when the element is touched.",
|
|
81247
81592
|
"parameters": [
|
|
81248
81593
|
{
|
|
81249
81594
|
"name": "fn",
|
|
81250
|
-
"type": "
|
|
81595
|
+
"type": "unknown"
|
|
81251
81596
|
}
|
|
81252
81597
|
],
|
|
81253
81598
|
"return": {
|
|
@@ -81262,12 +81607,12 @@
|
|
|
81262
81607
|
"kind": "method",
|
|
81263
81608
|
"name": "registerOnReset",
|
|
81264
81609
|
"privacy": "public",
|
|
81265
|
-
"type": "(fn:
|
|
81610
|
+
"type": "(fn: unknown): void",
|
|
81266
81611
|
"description": "Registers a function called when the element is reset.",
|
|
81267
81612
|
"parameters": [
|
|
81268
81613
|
{
|
|
81269
81614
|
"name": "fn",
|
|
81270
|
-
"type": "
|
|
81615
|
+
"type": "unknown"
|
|
81271
81616
|
}
|
|
81272
81617
|
],
|
|
81273
81618
|
"return": {
|
|
@@ -81297,6 +81642,21 @@
|
|
|
81297
81642
|
"name": "ElementValueAccessorBase",
|
|
81298
81643
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81299
81644
|
}
|
|
81645
|
+
},
|
|
81646
|
+
{
|
|
81647
|
+
"kind": "method",
|
|
81648
|
+
"name": "releaseCallbacks",
|
|
81649
|
+
"privacy": "public",
|
|
81650
|
+
"type": "(): void",
|
|
81651
|
+
"description": "Releases registered framework callbacks.",
|
|
81652
|
+
"parameters": [],
|
|
81653
|
+
"return": {
|
|
81654
|
+
"type": "void"
|
|
81655
|
+
},
|
|
81656
|
+
"inheritedFrom": {
|
|
81657
|
+
"name": "ElementValueAccessorBase",
|
|
81658
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81659
|
+
}
|
|
81300
81660
|
}
|
|
81301
81661
|
]
|
|
81302
81662
|
},
|
|
@@ -82441,12 +82801,12 @@
|
|
|
82441
82801
|
"kind": "method",
|
|
82442
82802
|
"name": "registerOnChange",
|
|
82443
82803
|
"privacy": "public",
|
|
82444
|
-
"type": "(fn:
|
|
82804
|
+
"type": "(fn: unknown): void",
|
|
82445
82805
|
"description": "Registers a function called when the element value changes.",
|
|
82446
82806
|
"parameters": [
|
|
82447
82807
|
{
|
|
82448
82808
|
"name": "fn",
|
|
82449
|
-
"type": "
|
|
82809
|
+
"type": "unknown"
|
|
82450
82810
|
}
|
|
82451
82811
|
],
|
|
82452
82812
|
"return": {
|
|
@@ -82461,12 +82821,12 @@
|
|
|
82461
82821
|
"kind": "method",
|
|
82462
82822
|
"name": "registerOnTouched",
|
|
82463
82823
|
"privacy": "public",
|
|
82464
|
-
"type": "(fn:
|
|
82824
|
+
"type": "(fn: unknown): void",
|
|
82465
82825
|
"description": "Registers a function called when the element is touched.",
|
|
82466
82826
|
"parameters": [
|
|
82467
82827
|
{
|
|
82468
82828
|
"name": "fn",
|
|
82469
|
-
"type": "
|
|
82829
|
+
"type": "unknown"
|
|
82470
82830
|
}
|
|
82471
82831
|
],
|
|
82472
82832
|
"return": {
|
|
@@ -82481,12 +82841,12 @@
|
|
|
82481
82841
|
"kind": "method",
|
|
82482
82842
|
"name": "registerOnReset",
|
|
82483
82843
|
"privacy": "public",
|
|
82484
|
-
"type": "(fn:
|
|
82844
|
+
"type": "(fn: unknown): void",
|
|
82485
82845
|
"description": "Registers a function called when the element is reset.",
|
|
82486
82846
|
"parameters": [
|
|
82487
82847
|
{
|
|
82488
82848
|
"name": "fn",
|
|
82489
|
-
"type": "
|
|
82849
|
+
"type": "unknown"
|
|
82490
82850
|
}
|
|
82491
82851
|
],
|
|
82492
82852
|
"return": {
|
|
@@ -82516,6 +82876,21 @@
|
|
|
82516
82876
|
"name": "ElementValueAccessorBase",
|
|
82517
82877
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82518
82878
|
}
|
|
82879
|
+
},
|
|
82880
|
+
{
|
|
82881
|
+
"kind": "method",
|
|
82882
|
+
"name": "releaseCallbacks",
|
|
82883
|
+
"privacy": "public",
|
|
82884
|
+
"type": "(): void",
|
|
82885
|
+
"description": "Releases registered framework callbacks.",
|
|
82886
|
+
"parameters": [],
|
|
82887
|
+
"return": {
|
|
82888
|
+
"type": "void"
|
|
82889
|
+
},
|
|
82890
|
+
"inheritedFrom": {
|
|
82891
|
+
"name": "ElementValueAccessorBase",
|
|
82892
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82893
|
+
}
|
|
82519
82894
|
}
|
|
82520
82895
|
]
|
|
82521
82896
|
},
|
|
@@ -83831,12 +84206,12 @@
|
|
|
83831
84206
|
"kind": "method",
|
|
83832
84207
|
"name": "registerOnChange",
|
|
83833
84208
|
"privacy": "public",
|
|
83834
|
-
"type": "(fn:
|
|
84209
|
+
"type": "(fn: unknown): void",
|
|
83835
84210
|
"description": "Registers a function called when the element value changes.",
|
|
83836
84211
|
"parameters": [
|
|
83837
84212
|
{
|
|
83838
84213
|
"name": "fn",
|
|
83839
|
-
"type": "
|
|
84214
|
+
"type": "unknown"
|
|
83840
84215
|
}
|
|
83841
84216
|
],
|
|
83842
84217
|
"return": {
|
|
@@ -83851,12 +84226,12 @@
|
|
|
83851
84226
|
"kind": "method",
|
|
83852
84227
|
"name": "registerOnTouched",
|
|
83853
84228
|
"privacy": "public",
|
|
83854
|
-
"type": "(fn:
|
|
84229
|
+
"type": "(fn: unknown): void",
|
|
83855
84230
|
"description": "Registers a function called when the element is touched.",
|
|
83856
84231
|
"parameters": [
|
|
83857
84232
|
{
|
|
83858
84233
|
"name": "fn",
|
|
83859
|
-
"type": "
|
|
84234
|
+
"type": "unknown"
|
|
83860
84235
|
}
|
|
83861
84236
|
],
|
|
83862
84237
|
"return": {
|
|
@@ -83871,12 +84246,12 @@
|
|
|
83871
84246
|
"kind": "method",
|
|
83872
84247
|
"name": "registerOnReset",
|
|
83873
84248
|
"privacy": "public",
|
|
83874
|
-
"type": "(fn:
|
|
84249
|
+
"type": "(fn: unknown): void",
|
|
83875
84250
|
"description": "Registers a function called when the element is reset.",
|
|
83876
84251
|
"parameters": [
|
|
83877
84252
|
{
|
|
83878
84253
|
"name": "fn",
|
|
83879
|
-
"type": "
|
|
84254
|
+
"type": "unknown"
|
|
83880
84255
|
}
|
|
83881
84256
|
],
|
|
83882
84257
|
"return": {
|
|
@@ -83906,6 +84281,21 @@
|
|
|
83906
84281
|
"name": "ElementValueAccessorBase",
|
|
83907
84282
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
83908
84283
|
}
|
|
84284
|
+
},
|
|
84285
|
+
{
|
|
84286
|
+
"kind": "method",
|
|
84287
|
+
"name": "releaseCallbacks",
|
|
84288
|
+
"privacy": "public",
|
|
84289
|
+
"type": "(): void",
|
|
84290
|
+
"description": "Releases registered framework callbacks.",
|
|
84291
|
+
"parameters": [],
|
|
84292
|
+
"return": {
|
|
84293
|
+
"type": "void"
|
|
84294
|
+
},
|
|
84295
|
+
"inheritedFrom": {
|
|
84296
|
+
"name": "ElementValueAccessorBase",
|
|
84297
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
84298
|
+
}
|
|
83909
84299
|
}
|
|
83910
84300
|
]
|
|
83911
84301
|
},
|
|
@@ -85460,12 +85850,12 @@
|
|
|
85460
85850
|
"kind": "method",
|
|
85461
85851
|
"name": "registerOnChange",
|
|
85462
85852
|
"privacy": "public",
|
|
85463
|
-
"type": "(fn:
|
|
85853
|
+
"type": "(fn: unknown): void",
|
|
85464
85854
|
"description": "Registers a function called when the element value changes.",
|
|
85465
85855
|
"parameters": [
|
|
85466
85856
|
{
|
|
85467
85857
|
"name": "fn",
|
|
85468
|
-
"type": "
|
|
85858
|
+
"type": "unknown"
|
|
85469
85859
|
}
|
|
85470
85860
|
],
|
|
85471
85861
|
"return": {
|
|
@@ -85480,12 +85870,12 @@
|
|
|
85480
85870
|
"kind": "method",
|
|
85481
85871
|
"name": "registerOnTouched",
|
|
85482
85872
|
"privacy": "public",
|
|
85483
|
-
"type": "(fn:
|
|
85873
|
+
"type": "(fn: unknown): void",
|
|
85484
85874
|
"description": "Registers a function called when the element is touched.",
|
|
85485
85875
|
"parameters": [
|
|
85486
85876
|
{
|
|
85487
85877
|
"name": "fn",
|
|
85488
|
-
"type": "
|
|
85878
|
+
"type": "unknown"
|
|
85489
85879
|
}
|
|
85490
85880
|
],
|
|
85491
85881
|
"return": {
|
|
@@ -85500,12 +85890,12 @@
|
|
|
85500
85890
|
"kind": "method",
|
|
85501
85891
|
"name": "registerOnReset",
|
|
85502
85892
|
"privacy": "public",
|
|
85503
|
-
"type": "(fn:
|
|
85893
|
+
"type": "(fn: unknown): void",
|
|
85504
85894
|
"description": "Registers a function called when the element is reset.",
|
|
85505
85895
|
"parameters": [
|
|
85506
85896
|
{
|
|
85507
85897
|
"name": "fn",
|
|
85508
|
-
"type": "
|
|
85898
|
+
"type": "unknown"
|
|
85509
85899
|
}
|
|
85510
85900
|
],
|
|
85511
85901
|
"return": {
|
|
@@ -85535,6 +85925,21 @@
|
|
|
85535
85925
|
"name": "ElementValueAccessorBase",
|
|
85536
85926
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
85537
85927
|
}
|
|
85928
|
+
},
|
|
85929
|
+
{
|
|
85930
|
+
"kind": "method",
|
|
85931
|
+
"name": "releaseCallbacks",
|
|
85932
|
+
"privacy": "public",
|
|
85933
|
+
"type": "(): void",
|
|
85934
|
+
"description": "Releases registered framework callbacks.",
|
|
85935
|
+
"parameters": [],
|
|
85936
|
+
"return": {
|
|
85937
|
+
"type": "void"
|
|
85938
|
+
},
|
|
85939
|
+
"inheritedFrom": {
|
|
85940
|
+
"name": "ElementValueAccessorBase",
|
|
85941
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
85942
|
+
}
|
|
85538
85943
|
}
|
|
85539
85944
|
]
|
|
85540
85945
|
},
|
|
@@ -107970,12 +108375,12 @@
|
|
|
107970
108375
|
"kind": "method",
|
|
107971
108376
|
"name": "registerOnChange",
|
|
107972
108377
|
"privacy": "public",
|
|
107973
|
-
"type": "(fn:
|
|
108378
|
+
"type": "(fn: unknown): void",
|
|
107974
108379
|
"description": "Registers a function called when the element value changes.",
|
|
107975
108380
|
"parameters": [
|
|
107976
108381
|
{
|
|
107977
108382
|
"name": "fn",
|
|
107978
|
-
"type": "
|
|
108383
|
+
"type": "unknown"
|
|
107979
108384
|
}
|
|
107980
108385
|
],
|
|
107981
108386
|
"return": {
|
|
@@ -107990,12 +108395,12 @@
|
|
|
107990
108395
|
"kind": "method",
|
|
107991
108396
|
"name": "registerOnTouched",
|
|
107992
108397
|
"privacy": "public",
|
|
107993
|
-
"type": "(fn:
|
|
108398
|
+
"type": "(fn: unknown): void",
|
|
107994
108399
|
"description": "Registers a function called when the element is touched.",
|
|
107995
108400
|
"parameters": [
|
|
107996
108401
|
{
|
|
107997
108402
|
"name": "fn",
|
|
107998
|
-
"type": "
|
|
108403
|
+
"type": "unknown"
|
|
107999
108404
|
}
|
|
108000
108405
|
],
|
|
108001
108406
|
"return": {
|
|
@@ -108010,12 +108415,12 @@
|
|
|
108010
108415
|
"kind": "method",
|
|
108011
108416
|
"name": "registerOnReset",
|
|
108012
108417
|
"privacy": "public",
|
|
108013
|
-
"type": "(fn:
|
|
108418
|
+
"type": "(fn: unknown): void",
|
|
108014
108419
|
"description": "Registers a function called when the element is reset.",
|
|
108015
108420
|
"parameters": [
|
|
108016
108421
|
{
|
|
108017
108422
|
"name": "fn",
|
|
108018
|
-
"type": "
|
|
108423
|
+
"type": "unknown"
|
|
108019
108424
|
}
|
|
108020
108425
|
],
|
|
108021
108426
|
"return": {
|
|
@@ -108045,6 +108450,21 @@
|
|
|
108045
108450
|
"name": "ElementValueAccessorBase",
|
|
108046
108451
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
108047
108452
|
}
|
|
108453
|
+
},
|
|
108454
|
+
{
|
|
108455
|
+
"kind": "method",
|
|
108456
|
+
"name": "releaseCallbacks",
|
|
108457
|
+
"privacy": "public",
|
|
108458
|
+
"type": "(): void",
|
|
108459
|
+
"description": "Releases registered framework callbacks.",
|
|
108460
|
+
"parameters": [],
|
|
108461
|
+
"return": {
|
|
108462
|
+
"type": "void"
|
|
108463
|
+
},
|
|
108464
|
+
"inheritedFrom": {
|
|
108465
|
+
"name": "ElementValueAccessorBase",
|
|
108466
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
108467
|
+
}
|
|
108048
108468
|
}
|
|
108049
108469
|
]
|
|
108050
108470
|
},
|
|
@@ -115371,6 +115791,10 @@
|
|
|
115371
115791
|
"description": "The actions slot.",
|
|
115372
115792
|
"name": "actions"
|
|
115373
115793
|
},
|
|
115794
|
+
{
|
|
115795
|
+
"description": "Slot for content displayed after the message bubble.",
|
|
115796
|
+
"name": "after"
|
|
115797
|
+
},
|
|
115374
115798
|
{
|
|
115375
115799
|
"description": "The slot for timestamp elements.",
|
|
115376
115800
|
"name": "at"
|
|
@@ -115636,7 +116060,7 @@
|
|
|
115636
116060
|
"cssParts": [
|
|
115637
116061
|
{
|
|
115638
116062
|
"name": "actions",
|
|
115639
|
-
"description": "The actions part."
|
|
116063
|
+
"description": "The actions part containing action buttons."
|
|
115640
116064
|
},
|
|
115641
116065
|
{
|
|
115642
116066
|
"name": "at",
|
|
@@ -115650,14 +116074,14 @@
|
|
|
115650
116074
|
"name": "busy",
|
|
115651
116075
|
"description": "The busy part."
|
|
115652
116076
|
},
|
|
115653
|
-
{
|
|
115654
|
-
"name": "content",
|
|
115655
|
-
"description": "The content part."
|
|
115656
|
-
},
|
|
115657
116077
|
{
|
|
115658
116078
|
"name": "dot",
|
|
115659
116079
|
"description": "The dot part."
|
|
115660
116080
|
},
|
|
116081
|
+
{
|
|
116082
|
+
"name": "footer",
|
|
116083
|
+
"description": "The footer part containing actions and reactions."
|
|
116084
|
+
},
|
|
115661
116085
|
{
|
|
115662
116086
|
"name": "header",
|
|
115663
116087
|
"description": "The header part."
|
|
@@ -115666,9 +116090,29 @@
|
|
|
115666
116090
|
"name": "message",
|
|
115667
116091
|
"description": "The message part."
|
|
115668
116092
|
},
|
|
116093
|
+
{
|
|
116094
|
+
"name": "message-after",
|
|
116095
|
+
"description": "The container for content displayed after the message bubble."
|
|
116096
|
+
},
|
|
116097
|
+
{
|
|
116098
|
+
"name": "message-area",
|
|
116099
|
+
"description": "The message area part containing the message stack and attachments."
|
|
116100
|
+
},
|
|
116101
|
+
{
|
|
116102
|
+
"name": "message-body",
|
|
116103
|
+
"description": "The message body part containing text or busy state."
|
|
116104
|
+
},
|
|
116105
|
+
{
|
|
116106
|
+
"name": "message-line",
|
|
116107
|
+
"description": "The line containing the message bubble and after slot."
|
|
116108
|
+
},
|
|
116109
|
+
{
|
|
116110
|
+
"name": "message-stack",
|
|
116111
|
+
"description": "The stack containing the message line and footer."
|
|
116112
|
+
},
|
|
115669
116113
|
{
|
|
115670
116114
|
"name": "reactions",
|
|
115671
|
-
"description": "The reactions part."
|
|
116115
|
+
"description": "The reactions part containing reaction elements."
|
|
115672
116116
|
},
|
|
115673
116117
|
{
|
|
115674
116118
|
"name": "root",
|
|
@@ -117861,12 +118305,12 @@
|
|
|
117861
118305
|
"kind": "method",
|
|
117862
118306
|
"name": "registerOnChange",
|
|
117863
118307
|
"privacy": "public",
|
|
117864
|
-
"type": "(fn:
|
|
118308
|
+
"type": "(fn: unknown): void",
|
|
117865
118309
|
"description": "Registers a function called when the element value changes.",
|
|
117866
118310
|
"parameters": [
|
|
117867
118311
|
{
|
|
117868
118312
|
"name": "fn",
|
|
117869
|
-
"type": "
|
|
118313
|
+
"type": "unknown"
|
|
117870
118314
|
}
|
|
117871
118315
|
],
|
|
117872
118316
|
"return": {
|
|
@@ -117881,12 +118325,12 @@
|
|
|
117881
118325
|
"kind": "method",
|
|
117882
118326
|
"name": "registerOnTouched",
|
|
117883
118327
|
"privacy": "public",
|
|
117884
|
-
"type": "(fn:
|
|
118328
|
+
"type": "(fn: unknown): void",
|
|
117885
118329
|
"description": "Registers a function called when the element is touched.",
|
|
117886
118330
|
"parameters": [
|
|
117887
118331
|
{
|
|
117888
118332
|
"name": "fn",
|
|
117889
|
-
"type": "
|
|
118333
|
+
"type": "unknown"
|
|
117890
118334
|
}
|
|
117891
118335
|
],
|
|
117892
118336
|
"return": {
|
|
@@ -117901,12 +118345,12 @@
|
|
|
117901
118345
|
"kind": "method",
|
|
117902
118346
|
"name": "registerOnReset",
|
|
117903
118347
|
"privacy": "public",
|
|
117904
|
-
"type": "(fn:
|
|
118348
|
+
"type": "(fn: unknown): void",
|
|
117905
118349
|
"description": "Registers a function called when the element is reset.",
|
|
117906
118350
|
"parameters": [
|
|
117907
118351
|
{
|
|
117908
118352
|
"name": "fn",
|
|
117909
|
-
"type": "
|
|
118353
|
+
"type": "unknown"
|
|
117910
118354
|
}
|
|
117911
118355
|
],
|
|
117912
118356
|
"return": {
|
|
@@ -117936,6 +118380,21 @@
|
|
|
117936
118380
|
"name": "ElementValueAccessorBase",
|
|
117937
118381
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
117938
118382
|
}
|
|
118383
|
+
},
|
|
118384
|
+
{
|
|
118385
|
+
"kind": "method",
|
|
118386
|
+
"name": "releaseCallbacks",
|
|
118387
|
+
"privacy": "public",
|
|
118388
|
+
"type": "(): void",
|
|
118389
|
+
"description": "Releases registered framework callbacks.",
|
|
118390
|
+
"parameters": [],
|
|
118391
|
+
"return": {
|
|
118392
|
+
"type": "void"
|
|
118393
|
+
},
|
|
118394
|
+
"inheritedFrom": {
|
|
118395
|
+
"name": "ElementValueAccessorBase",
|
|
118396
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
118397
|
+
}
|
|
117939
118398
|
}
|
|
117940
118399
|
]
|
|
117941
118400
|
},
|
|
@@ -120210,12 +120669,12 @@
|
|
|
120210
120669
|
"kind": "method",
|
|
120211
120670
|
"name": "registerOnChange",
|
|
120212
120671
|
"privacy": "public",
|
|
120213
|
-
"type": "(fn:
|
|
120672
|
+
"type": "(fn: unknown): void",
|
|
120214
120673
|
"description": "Registers a function called when the element value changes.",
|
|
120215
120674
|
"parameters": [
|
|
120216
120675
|
{
|
|
120217
120676
|
"name": "fn",
|
|
120218
|
-
"type": "
|
|
120677
|
+
"type": "unknown"
|
|
120219
120678
|
}
|
|
120220
120679
|
],
|
|
120221
120680
|
"return": {
|
|
@@ -120230,12 +120689,12 @@
|
|
|
120230
120689
|
"kind": "method",
|
|
120231
120690
|
"name": "registerOnTouched",
|
|
120232
120691
|
"privacy": "public",
|
|
120233
|
-
"type": "(fn:
|
|
120692
|
+
"type": "(fn: unknown): void",
|
|
120234
120693
|
"description": "Registers a function called when the element is touched.",
|
|
120235
120694
|
"parameters": [
|
|
120236
120695
|
{
|
|
120237
120696
|
"name": "fn",
|
|
120238
|
-
"type": "
|
|
120697
|
+
"type": "unknown"
|
|
120239
120698
|
}
|
|
120240
120699
|
],
|
|
120241
120700
|
"return": {
|
|
@@ -120250,12 +120709,12 @@
|
|
|
120250
120709
|
"kind": "method",
|
|
120251
120710
|
"name": "registerOnReset",
|
|
120252
120711
|
"privacy": "public",
|
|
120253
|
-
"type": "(fn:
|
|
120712
|
+
"type": "(fn: unknown): void",
|
|
120254
120713
|
"description": "Registers a function called when the element is reset.",
|
|
120255
120714
|
"parameters": [
|
|
120256
120715
|
{
|
|
120257
120716
|
"name": "fn",
|
|
120258
|
-
"type": "
|
|
120717
|
+
"type": "unknown"
|
|
120259
120718
|
}
|
|
120260
120719
|
],
|
|
120261
120720
|
"return": {
|
|
@@ -120285,6 +120744,21 @@
|
|
|
120285
120744
|
"name": "ElementValueAccessorBase",
|
|
120286
120745
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120287
120746
|
}
|
|
120747
|
+
},
|
|
120748
|
+
{
|
|
120749
|
+
"kind": "method",
|
|
120750
|
+
"name": "releaseCallbacks",
|
|
120751
|
+
"privacy": "public",
|
|
120752
|
+
"type": "(): void",
|
|
120753
|
+
"description": "Releases registered framework callbacks.",
|
|
120754
|
+
"parameters": [],
|
|
120755
|
+
"return": {
|
|
120756
|
+
"type": "void"
|
|
120757
|
+
},
|
|
120758
|
+
"inheritedFrom": {
|
|
120759
|
+
"name": "ElementValueAccessorBase",
|
|
120760
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120761
|
+
}
|
|
120288
120762
|
}
|
|
120289
120763
|
]
|
|
120290
120764
|
},
|
|
@@ -120351,12 +120825,12 @@
|
|
|
120351
120825
|
"kind": "method",
|
|
120352
120826
|
"name": "registerOnChange",
|
|
120353
120827
|
"privacy": "public",
|
|
120354
|
-
"type": "(fn:
|
|
120828
|
+
"type": "(fn: unknown): void",
|
|
120355
120829
|
"description": "Registers a function called when the element value changes.",
|
|
120356
120830
|
"parameters": [
|
|
120357
120831
|
{
|
|
120358
120832
|
"name": "fn",
|
|
120359
|
-
"type": "
|
|
120833
|
+
"type": "unknown"
|
|
120360
120834
|
}
|
|
120361
120835
|
],
|
|
120362
120836
|
"return": {
|
|
@@ -120371,12 +120845,12 @@
|
|
|
120371
120845
|
"kind": "method",
|
|
120372
120846
|
"name": "registerOnTouched",
|
|
120373
120847
|
"privacy": "public",
|
|
120374
|
-
"type": "(fn:
|
|
120848
|
+
"type": "(fn: unknown): void",
|
|
120375
120849
|
"description": "Registers a function called when the element is touched.",
|
|
120376
120850
|
"parameters": [
|
|
120377
120851
|
{
|
|
120378
120852
|
"name": "fn",
|
|
120379
|
-
"type": "
|
|
120853
|
+
"type": "unknown"
|
|
120380
120854
|
}
|
|
120381
120855
|
],
|
|
120382
120856
|
"return": {
|
|
@@ -120391,12 +120865,12 @@
|
|
|
120391
120865
|
"kind": "method",
|
|
120392
120866
|
"name": "registerOnReset",
|
|
120393
120867
|
"privacy": "public",
|
|
120394
|
-
"type": "(fn:
|
|
120868
|
+
"type": "(fn: unknown): void",
|
|
120395
120869
|
"description": "Registers a function called when the element is reset.",
|
|
120396
120870
|
"parameters": [
|
|
120397
120871
|
{
|
|
120398
120872
|
"name": "fn",
|
|
120399
|
-
"type": "
|
|
120873
|
+
"type": "unknown"
|
|
120400
120874
|
}
|
|
120401
120875
|
],
|
|
120402
120876
|
"return": {
|
|
@@ -120426,6 +120900,21 @@
|
|
|
120426
120900
|
"name": "ElementValueAccessorBase",
|
|
120427
120901
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120428
120902
|
}
|
|
120903
|
+
},
|
|
120904
|
+
{
|
|
120905
|
+
"kind": "method",
|
|
120906
|
+
"name": "releaseCallbacks",
|
|
120907
|
+
"privacy": "public",
|
|
120908
|
+
"type": "(): void",
|
|
120909
|
+
"description": "Releases registered framework callbacks.",
|
|
120910
|
+
"parameters": [],
|
|
120911
|
+
"return": {
|
|
120912
|
+
"type": "void"
|
|
120913
|
+
},
|
|
120914
|
+
"inheritedFrom": {
|
|
120915
|
+
"name": "ElementValueAccessorBase",
|
|
120916
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120917
|
+
}
|
|
120429
120918
|
}
|
|
120430
120919
|
]
|
|
120431
120920
|
},
|
|
@@ -120492,12 +120981,12 @@
|
|
|
120492
120981
|
"kind": "method",
|
|
120493
120982
|
"name": "registerOnChange",
|
|
120494
120983
|
"privacy": "public",
|
|
120495
|
-
"type": "(fn:
|
|
120984
|
+
"type": "(fn: unknown): void",
|
|
120496
120985
|
"description": "Registers a function called when the element value changes.",
|
|
120497
120986
|
"parameters": [
|
|
120498
120987
|
{
|
|
120499
120988
|
"name": "fn",
|
|
120500
|
-
"type": "
|
|
120989
|
+
"type": "unknown"
|
|
120501
120990
|
}
|
|
120502
120991
|
],
|
|
120503
120992
|
"return": {
|
|
@@ -120512,12 +121001,12 @@
|
|
|
120512
121001
|
"kind": "method",
|
|
120513
121002
|
"name": "registerOnTouched",
|
|
120514
121003
|
"privacy": "public",
|
|
120515
|
-
"type": "(fn:
|
|
121004
|
+
"type": "(fn: unknown): void",
|
|
120516
121005
|
"description": "Registers a function called when the element is touched.",
|
|
120517
121006
|
"parameters": [
|
|
120518
121007
|
{
|
|
120519
121008
|
"name": "fn",
|
|
120520
|
-
"type": "
|
|
121009
|
+
"type": "unknown"
|
|
120521
121010
|
}
|
|
120522
121011
|
],
|
|
120523
121012
|
"return": {
|
|
@@ -120532,12 +121021,12 @@
|
|
|
120532
121021
|
"kind": "method",
|
|
120533
121022
|
"name": "registerOnReset",
|
|
120534
121023
|
"privacy": "public",
|
|
120535
|
-
"type": "(fn:
|
|
121024
|
+
"type": "(fn: unknown): void",
|
|
120536
121025
|
"description": "Registers a function called when the element is reset.",
|
|
120537
121026
|
"parameters": [
|
|
120538
121027
|
{
|
|
120539
121028
|
"name": "fn",
|
|
120540
|
-
"type": "
|
|
121029
|
+
"type": "unknown"
|
|
120541
121030
|
}
|
|
120542
121031
|
],
|
|
120543
121032
|
"return": {
|
|
@@ -120567,6 +121056,21 @@
|
|
|
120567
121056
|
"name": "ElementValueAccessorBase",
|
|
120568
121057
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120569
121058
|
}
|
|
121059
|
+
},
|
|
121060
|
+
{
|
|
121061
|
+
"kind": "method",
|
|
121062
|
+
"name": "releaseCallbacks",
|
|
121063
|
+
"privacy": "public",
|
|
121064
|
+
"type": "(): void",
|
|
121065
|
+
"description": "Releases registered framework callbacks.",
|
|
121066
|
+
"parameters": [],
|
|
121067
|
+
"return": {
|
|
121068
|
+
"type": "void"
|
|
121069
|
+
},
|
|
121070
|
+
"inheritedFrom": {
|
|
121071
|
+
"name": "ElementValueAccessorBase",
|
|
121072
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121073
|
+
}
|
|
120570
121074
|
}
|
|
120571
121075
|
]
|
|
120572
121076
|
},
|
|
@@ -120633,12 +121137,12 @@
|
|
|
120633
121137
|
"kind": "method",
|
|
120634
121138
|
"name": "registerOnChange",
|
|
120635
121139
|
"privacy": "public",
|
|
120636
|
-
"type": "(fn:
|
|
121140
|
+
"type": "(fn: unknown): void",
|
|
120637
121141
|
"description": "Registers a function called when the element value changes.",
|
|
120638
121142
|
"parameters": [
|
|
120639
121143
|
{
|
|
120640
121144
|
"name": "fn",
|
|
120641
|
-
"type": "
|
|
121145
|
+
"type": "unknown"
|
|
120642
121146
|
}
|
|
120643
121147
|
],
|
|
120644
121148
|
"return": {
|
|
@@ -120653,12 +121157,12 @@
|
|
|
120653
121157
|
"kind": "method",
|
|
120654
121158
|
"name": "registerOnTouched",
|
|
120655
121159
|
"privacy": "public",
|
|
120656
|
-
"type": "(fn:
|
|
121160
|
+
"type": "(fn: unknown): void",
|
|
120657
121161
|
"description": "Registers a function called when the element is touched.",
|
|
120658
121162
|
"parameters": [
|
|
120659
121163
|
{
|
|
120660
121164
|
"name": "fn",
|
|
120661
|
-
"type": "
|
|
121165
|
+
"type": "unknown"
|
|
120662
121166
|
}
|
|
120663
121167
|
],
|
|
120664
121168
|
"return": {
|
|
@@ -120673,12 +121177,12 @@
|
|
|
120673
121177
|
"kind": "method",
|
|
120674
121178
|
"name": "registerOnReset",
|
|
120675
121179
|
"privacy": "public",
|
|
120676
|
-
"type": "(fn:
|
|
121180
|
+
"type": "(fn: unknown): void",
|
|
120677
121181
|
"description": "Registers a function called when the element is reset.",
|
|
120678
121182
|
"parameters": [
|
|
120679
121183
|
{
|
|
120680
121184
|
"name": "fn",
|
|
120681
|
-
"type": "
|
|
121185
|
+
"type": "unknown"
|
|
120682
121186
|
}
|
|
120683
121187
|
],
|
|
120684
121188
|
"return": {
|
|
@@ -120708,6 +121212,21 @@
|
|
|
120708
121212
|
"name": "ElementValueAccessorBase",
|
|
120709
121213
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120710
121214
|
}
|
|
121215
|
+
},
|
|
121216
|
+
{
|
|
121217
|
+
"kind": "method",
|
|
121218
|
+
"name": "releaseCallbacks",
|
|
121219
|
+
"privacy": "public",
|
|
121220
|
+
"type": "(): void",
|
|
121221
|
+
"description": "Releases registered framework callbacks.",
|
|
121222
|
+
"parameters": [],
|
|
121223
|
+
"return": {
|
|
121224
|
+
"type": "void"
|
|
121225
|
+
},
|
|
121226
|
+
"inheritedFrom": {
|
|
121227
|
+
"name": "ElementValueAccessorBase",
|
|
121228
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121229
|
+
}
|
|
120711
121230
|
}
|
|
120712
121231
|
]
|
|
120713
121232
|
},
|
|
@@ -120774,12 +121293,12 @@
|
|
|
120774
121293
|
"kind": "method",
|
|
120775
121294
|
"name": "registerOnChange",
|
|
120776
121295
|
"privacy": "public",
|
|
120777
|
-
"type": "(fn:
|
|
121296
|
+
"type": "(fn: unknown): void",
|
|
120778
121297
|
"description": "Registers a function called when the element value changes.",
|
|
120779
121298
|
"parameters": [
|
|
120780
121299
|
{
|
|
120781
121300
|
"name": "fn",
|
|
120782
|
-
"type": "
|
|
121301
|
+
"type": "unknown"
|
|
120783
121302
|
}
|
|
120784
121303
|
],
|
|
120785
121304
|
"return": {
|
|
@@ -120794,12 +121313,12 @@
|
|
|
120794
121313
|
"kind": "method",
|
|
120795
121314
|
"name": "registerOnTouched",
|
|
120796
121315
|
"privacy": "public",
|
|
120797
|
-
"type": "(fn:
|
|
121316
|
+
"type": "(fn: unknown): void",
|
|
120798
121317
|
"description": "Registers a function called when the element is touched.",
|
|
120799
121318
|
"parameters": [
|
|
120800
121319
|
{
|
|
120801
121320
|
"name": "fn",
|
|
120802
|
-
"type": "
|
|
121321
|
+
"type": "unknown"
|
|
120803
121322
|
}
|
|
120804
121323
|
],
|
|
120805
121324
|
"return": {
|
|
@@ -120814,12 +121333,12 @@
|
|
|
120814
121333
|
"kind": "method",
|
|
120815
121334
|
"name": "registerOnReset",
|
|
120816
121335
|
"privacy": "public",
|
|
120817
|
-
"type": "(fn:
|
|
121336
|
+
"type": "(fn: unknown): void",
|
|
120818
121337
|
"description": "Registers a function called when the element is reset.",
|
|
120819
121338
|
"parameters": [
|
|
120820
121339
|
{
|
|
120821
121340
|
"name": "fn",
|
|
120822
|
-
"type": "
|
|
121341
|
+
"type": "unknown"
|
|
120823
121342
|
}
|
|
120824
121343
|
],
|
|
120825
121344
|
"return": {
|
|
@@ -120849,6 +121368,21 @@
|
|
|
120849
121368
|
"name": "ElementValueAccessorBase",
|
|
120850
121369
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120851
121370
|
}
|
|
121371
|
+
},
|
|
121372
|
+
{
|
|
121373
|
+
"kind": "method",
|
|
121374
|
+
"name": "releaseCallbacks",
|
|
121375
|
+
"privacy": "public",
|
|
121376
|
+
"type": "(): void",
|
|
121377
|
+
"description": "Releases registered framework callbacks.",
|
|
121378
|
+
"parameters": [],
|
|
121379
|
+
"return": {
|
|
121380
|
+
"type": "void"
|
|
121381
|
+
},
|
|
121382
|
+
"inheritedFrom": {
|
|
121383
|
+
"name": "ElementValueAccessorBase",
|
|
121384
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121385
|
+
}
|
|
120852
121386
|
}
|
|
120853
121387
|
]
|
|
120854
121388
|
},
|
|
@@ -120915,12 +121449,12 @@
|
|
|
120915
121449
|
"kind": "method",
|
|
120916
121450
|
"name": "registerOnChange",
|
|
120917
121451
|
"privacy": "public",
|
|
120918
|
-
"type": "(fn:
|
|
121452
|
+
"type": "(fn: unknown): void",
|
|
120919
121453
|
"description": "Registers a function called when the element value changes.",
|
|
120920
121454
|
"parameters": [
|
|
120921
121455
|
{
|
|
120922
121456
|
"name": "fn",
|
|
120923
|
-
"type": "
|
|
121457
|
+
"type": "unknown"
|
|
120924
121458
|
}
|
|
120925
121459
|
],
|
|
120926
121460
|
"return": {
|
|
@@ -120935,12 +121469,12 @@
|
|
|
120935
121469
|
"kind": "method",
|
|
120936
121470
|
"name": "registerOnTouched",
|
|
120937
121471
|
"privacy": "public",
|
|
120938
|
-
"type": "(fn:
|
|
121472
|
+
"type": "(fn: unknown): void",
|
|
120939
121473
|
"description": "Registers a function called when the element is touched.",
|
|
120940
121474
|
"parameters": [
|
|
120941
121475
|
{
|
|
120942
121476
|
"name": "fn",
|
|
120943
|
-
"type": "
|
|
121477
|
+
"type": "unknown"
|
|
120944
121478
|
}
|
|
120945
121479
|
],
|
|
120946
121480
|
"return": {
|
|
@@ -120955,12 +121489,12 @@
|
|
|
120955
121489
|
"kind": "method",
|
|
120956
121490
|
"name": "registerOnReset",
|
|
120957
121491
|
"privacy": "public",
|
|
120958
|
-
"type": "(fn:
|
|
121492
|
+
"type": "(fn: unknown): void",
|
|
120959
121493
|
"description": "Registers a function called when the element is reset.",
|
|
120960
121494
|
"parameters": [
|
|
120961
121495
|
{
|
|
120962
121496
|
"name": "fn",
|
|
120963
|
-
"type": "
|
|
121497
|
+
"type": "unknown"
|
|
120964
121498
|
}
|
|
120965
121499
|
],
|
|
120966
121500
|
"return": {
|
|
@@ -120990,6 +121524,21 @@
|
|
|
120990
121524
|
"name": "ElementValueAccessorBase",
|
|
120991
121525
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120992
121526
|
}
|
|
121527
|
+
},
|
|
121528
|
+
{
|
|
121529
|
+
"kind": "method",
|
|
121530
|
+
"name": "releaseCallbacks",
|
|
121531
|
+
"privacy": "public",
|
|
121532
|
+
"type": "(): void",
|
|
121533
|
+
"description": "Releases registered framework callbacks.",
|
|
121534
|
+
"parameters": [],
|
|
121535
|
+
"return": {
|
|
121536
|
+
"type": "void"
|
|
121537
|
+
},
|
|
121538
|
+
"inheritedFrom": {
|
|
121539
|
+
"name": "ElementValueAccessorBase",
|
|
121540
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121541
|
+
}
|
|
120993
121542
|
}
|
|
120994
121543
|
]
|
|
120995
121544
|
},
|
|
@@ -121056,12 +121605,12 @@
|
|
|
121056
121605
|
"kind": "method",
|
|
121057
121606
|
"name": "registerOnChange",
|
|
121058
121607
|
"privacy": "public",
|
|
121059
|
-
"type": "(fn:
|
|
121608
|
+
"type": "(fn: unknown): void",
|
|
121060
121609
|
"description": "Registers a function called when the element value changes.",
|
|
121061
121610
|
"parameters": [
|
|
121062
121611
|
{
|
|
121063
121612
|
"name": "fn",
|
|
121064
|
-
"type": "
|
|
121613
|
+
"type": "unknown"
|
|
121065
121614
|
}
|
|
121066
121615
|
],
|
|
121067
121616
|
"return": {
|
|
@@ -121076,12 +121625,12 @@
|
|
|
121076
121625
|
"kind": "method",
|
|
121077
121626
|
"name": "registerOnTouched",
|
|
121078
121627
|
"privacy": "public",
|
|
121079
|
-
"type": "(fn:
|
|
121628
|
+
"type": "(fn: unknown): void",
|
|
121080
121629
|
"description": "Registers a function called when the element is touched.",
|
|
121081
121630
|
"parameters": [
|
|
121082
121631
|
{
|
|
121083
121632
|
"name": "fn",
|
|
121084
|
-
"type": "
|
|
121633
|
+
"type": "unknown"
|
|
121085
121634
|
}
|
|
121086
121635
|
],
|
|
121087
121636
|
"return": {
|
|
@@ -121096,12 +121645,12 @@
|
|
|
121096
121645
|
"kind": "method",
|
|
121097
121646
|
"name": "registerOnReset",
|
|
121098
121647
|
"privacy": "public",
|
|
121099
|
-
"type": "(fn:
|
|
121648
|
+
"type": "(fn: unknown): void",
|
|
121100
121649
|
"description": "Registers a function called when the element is reset.",
|
|
121101
121650
|
"parameters": [
|
|
121102
121651
|
{
|
|
121103
121652
|
"name": "fn",
|
|
121104
|
-
"type": "
|
|
121653
|
+
"type": "unknown"
|
|
121105
121654
|
}
|
|
121106
121655
|
],
|
|
121107
121656
|
"return": {
|
|
@@ -121131,6 +121680,21 @@
|
|
|
121131
121680
|
"name": "ElementValueAccessorBase",
|
|
121132
121681
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121133
121682
|
}
|
|
121683
|
+
},
|
|
121684
|
+
{
|
|
121685
|
+
"kind": "method",
|
|
121686
|
+
"name": "releaseCallbacks",
|
|
121687
|
+
"privacy": "public",
|
|
121688
|
+
"type": "(): void",
|
|
121689
|
+
"description": "Releases registered framework callbacks.",
|
|
121690
|
+
"parameters": [],
|
|
121691
|
+
"return": {
|
|
121692
|
+
"type": "void"
|
|
121693
|
+
},
|
|
121694
|
+
"inheritedFrom": {
|
|
121695
|
+
"name": "ElementValueAccessorBase",
|
|
121696
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121697
|
+
}
|
|
121134
121698
|
}
|
|
121135
121699
|
]
|
|
121136
121700
|
},
|
|
@@ -121197,12 +121761,12 @@
|
|
|
121197
121761
|
"kind": "method",
|
|
121198
121762
|
"name": "registerOnChange",
|
|
121199
121763
|
"privacy": "public",
|
|
121200
|
-
"type": "(fn:
|
|
121764
|
+
"type": "(fn: unknown): void",
|
|
121201
121765
|
"description": "Registers a function called when the element value changes.",
|
|
121202
121766
|
"parameters": [
|
|
121203
121767
|
{
|
|
121204
121768
|
"name": "fn",
|
|
121205
|
-
"type": "
|
|
121769
|
+
"type": "unknown"
|
|
121206
121770
|
}
|
|
121207
121771
|
],
|
|
121208
121772
|
"return": {
|
|
@@ -121217,12 +121781,12 @@
|
|
|
121217
121781
|
"kind": "method",
|
|
121218
121782
|
"name": "registerOnTouched",
|
|
121219
121783
|
"privacy": "public",
|
|
121220
|
-
"type": "(fn:
|
|
121784
|
+
"type": "(fn: unknown): void",
|
|
121221
121785
|
"description": "Registers a function called when the element is touched.",
|
|
121222
121786
|
"parameters": [
|
|
121223
121787
|
{
|
|
121224
121788
|
"name": "fn",
|
|
121225
|
-
"type": "
|
|
121789
|
+
"type": "unknown"
|
|
121226
121790
|
}
|
|
121227
121791
|
],
|
|
121228
121792
|
"return": {
|
|
@@ -121237,12 +121801,12 @@
|
|
|
121237
121801
|
"kind": "method",
|
|
121238
121802
|
"name": "registerOnReset",
|
|
121239
121803
|
"privacy": "public",
|
|
121240
|
-
"type": "(fn:
|
|
121804
|
+
"type": "(fn: unknown): void",
|
|
121241
121805
|
"description": "Registers a function called when the element is reset.",
|
|
121242
121806
|
"parameters": [
|
|
121243
121807
|
{
|
|
121244
121808
|
"name": "fn",
|
|
121245
|
-
"type": "
|
|
121809
|
+
"type": "unknown"
|
|
121246
121810
|
}
|
|
121247
121811
|
],
|
|
121248
121812
|
"return": {
|
|
@@ -121272,6 +121836,21 @@
|
|
|
121272
121836
|
"name": "ElementValueAccessorBase",
|
|
121273
121837
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121274
121838
|
}
|
|
121839
|
+
},
|
|
121840
|
+
{
|
|
121841
|
+
"kind": "method",
|
|
121842
|
+
"name": "releaseCallbacks",
|
|
121843
|
+
"privacy": "public",
|
|
121844
|
+
"type": "(): void",
|
|
121845
|
+
"description": "Releases registered framework callbacks.",
|
|
121846
|
+
"parameters": [],
|
|
121847
|
+
"return": {
|
|
121848
|
+
"type": "void"
|
|
121849
|
+
},
|
|
121850
|
+
"inheritedFrom": {
|
|
121851
|
+
"name": "ElementValueAccessorBase",
|
|
121852
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121853
|
+
}
|
|
121275
121854
|
}
|
|
121276
121855
|
]
|
|
121277
121856
|
},
|
|
@@ -197263,12 +197842,12 @@
|
|
|
197263
197842
|
"kind": "method",
|
|
197264
197843
|
"name": "registerOnChange",
|
|
197265
197844
|
"privacy": "public",
|
|
197266
|
-
"type": "(fn:
|
|
197845
|
+
"type": "(fn: unknown): void",
|
|
197267
197846
|
"description": "Registers a function called when the element value changes.",
|
|
197268
197847
|
"parameters": [
|
|
197269
197848
|
{
|
|
197270
197849
|
"name": "fn",
|
|
197271
|
-
"type": "
|
|
197850
|
+
"type": "unknown"
|
|
197272
197851
|
}
|
|
197273
197852
|
],
|
|
197274
197853
|
"return": {
|
|
@@ -197283,12 +197862,12 @@
|
|
|
197283
197862
|
"kind": "method",
|
|
197284
197863
|
"name": "registerOnTouched",
|
|
197285
197864
|
"privacy": "public",
|
|
197286
|
-
"type": "(fn:
|
|
197865
|
+
"type": "(fn: unknown): void",
|
|
197287
197866
|
"description": "Registers a function called when the element is touched.",
|
|
197288
197867
|
"parameters": [
|
|
197289
197868
|
{
|
|
197290
197869
|
"name": "fn",
|
|
197291
|
-
"type": "
|
|
197870
|
+
"type": "unknown"
|
|
197292
197871
|
}
|
|
197293
197872
|
],
|
|
197294
197873
|
"return": {
|
|
@@ -197303,12 +197882,12 @@
|
|
|
197303
197882
|
"kind": "method",
|
|
197304
197883
|
"name": "registerOnReset",
|
|
197305
197884
|
"privacy": "public",
|
|
197306
|
-
"type": "(fn:
|
|
197885
|
+
"type": "(fn: unknown): void",
|
|
197307
197886
|
"description": "Registers a function called when the element is reset.",
|
|
197308
197887
|
"parameters": [
|
|
197309
197888
|
{
|
|
197310
197889
|
"name": "fn",
|
|
197311
|
-
"type": "
|
|
197890
|
+
"type": "unknown"
|
|
197312
197891
|
}
|
|
197313
197892
|
],
|
|
197314
197893
|
"return": {
|
|
@@ -197338,6 +197917,21 @@
|
|
|
197338
197917
|
"name": "ElementValueAccessorBase",
|
|
197339
197918
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
197340
197919
|
}
|
|
197920
|
+
},
|
|
197921
|
+
{
|
|
197922
|
+
"kind": "method",
|
|
197923
|
+
"name": "releaseCallbacks",
|
|
197924
|
+
"privacy": "public",
|
|
197925
|
+
"type": "(): void",
|
|
197926
|
+
"description": "Releases registered framework callbacks.",
|
|
197927
|
+
"parameters": [],
|
|
197928
|
+
"return": {
|
|
197929
|
+
"type": "void"
|
|
197930
|
+
},
|
|
197931
|
+
"inheritedFrom": {
|
|
197932
|
+
"name": "ElementValueAccessorBase",
|
|
197933
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
197934
|
+
}
|
|
197341
197935
|
}
|
|
197342
197936
|
]
|
|
197343
197937
|
},
|
|
@@ -198378,12 +198972,12 @@
|
|
|
198378
198972
|
"kind": "method",
|
|
198379
198973
|
"name": "registerOnChange",
|
|
198380
198974
|
"privacy": "public",
|
|
198381
|
-
"type": "(fn:
|
|
198975
|
+
"type": "(fn: unknown): void",
|
|
198382
198976
|
"description": "Registers a function called when the element value changes.",
|
|
198383
198977
|
"parameters": [
|
|
198384
198978
|
{
|
|
198385
198979
|
"name": "fn",
|
|
198386
|
-
"type": "
|
|
198980
|
+
"type": "unknown"
|
|
198387
198981
|
}
|
|
198388
198982
|
],
|
|
198389
198983
|
"return": {
|
|
@@ -198398,12 +198992,12 @@
|
|
|
198398
198992
|
"kind": "method",
|
|
198399
198993
|
"name": "registerOnTouched",
|
|
198400
198994
|
"privacy": "public",
|
|
198401
|
-
"type": "(fn:
|
|
198995
|
+
"type": "(fn: unknown): void",
|
|
198402
198996
|
"description": "Registers a function called when the element is touched.",
|
|
198403
198997
|
"parameters": [
|
|
198404
198998
|
{
|
|
198405
198999
|
"name": "fn",
|
|
198406
|
-
"type": "
|
|
199000
|
+
"type": "unknown"
|
|
198407
199001
|
}
|
|
198408
199002
|
],
|
|
198409
199003
|
"return": {
|
|
@@ -198418,12 +199012,12 @@
|
|
|
198418
199012
|
"kind": "method",
|
|
198419
199013
|
"name": "registerOnReset",
|
|
198420
199014
|
"privacy": "public",
|
|
198421
|
-
"type": "(fn:
|
|
199015
|
+
"type": "(fn: unknown): void",
|
|
198422
199016
|
"description": "Registers a function called when the element is reset.",
|
|
198423
199017
|
"parameters": [
|
|
198424
199018
|
{
|
|
198425
199019
|
"name": "fn",
|
|
198426
|
-
"type": "
|
|
199020
|
+
"type": "unknown"
|
|
198427
199021
|
}
|
|
198428
199022
|
],
|
|
198429
199023
|
"return": {
|
|
@@ -198453,6 +199047,21 @@
|
|
|
198453
199047
|
"name": "ElementValueAccessorBase",
|
|
198454
199048
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
198455
199049
|
}
|
|
199050
|
+
},
|
|
199051
|
+
{
|
|
199052
|
+
"kind": "method",
|
|
199053
|
+
"name": "releaseCallbacks",
|
|
199054
|
+
"privacy": "public",
|
|
199055
|
+
"type": "(): void",
|
|
199056
|
+
"description": "Releases registered framework callbacks.",
|
|
199057
|
+
"parameters": [],
|
|
199058
|
+
"return": {
|
|
199059
|
+
"type": "void"
|
|
199060
|
+
},
|
|
199061
|
+
"inheritedFrom": {
|
|
199062
|
+
"name": "ElementValueAccessorBase",
|
|
199063
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
199064
|
+
}
|
|
198456
199065
|
}
|
|
198457
199066
|
]
|
|
198458
199067
|
},
|
|
@@ -205214,12 +205823,12 @@
|
|
|
205214
205823
|
"kind": "method",
|
|
205215
205824
|
"name": "registerOnChange",
|
|
205216
205825
|
"privacy": "public",
|
|
205217
|
-
"type": "(fn:
|
|
205826
|
+
"type": "(fn: unknown): void",
|
|
205218
205827
|
"description": "Registers a function called when the element value changes.",
|
|
205219
205828
|
"parameters": [
|
|
205220
205829
|
{
|
|
205221
205830
|
"name": "fn",
|
|
205222
|
-
"type": "
|
|
205831
|
+
"type": "unknown"
|
|
205223
205832
|
}
|
|
205224
205833
|
],
|
|
205225
205834
|
"return": {
|
|
@@ -205234,12 +205843,12 @@
|
|
|
205234
205843
|
"kind": "method",
|
|
205235
205844
|
"name": "registerOnTouched",
|
|
205236
205845
|
"privacy": "public",
|
|
205237
|
-
"type": "(fn:
|
|
205846
|
+
"type": "(fn: unknown): void",
|
|
205238
205847
|
"description": "Registers a function called when the element is touched.",
|
|
205239
205848
|
"parameters": [
|
|
205240
205849
|
{
|
|
205241
205850
|
"name": "fn",
|
|
205242
|
-
"type": "
|
|
205851
|
+
"type": "unknown"
|
|
205243
205852
|
}
|
|
205244
205853
|
],
|
|
205245
205854
|
"return": {
|
|
@@ -205254,12 +205863,12 @@
|
|
|
205254
205863
|
"kind": "method",
|
|
205255
205864
|
"name": "registerOnReset",
|
|
205256
205865
|
"privacy": "public",
|
|
205257
|
-
"type": "(fn:
|
|
205866
|
+
"type": "(fn: unknown): void",
|
|
205258
205867
|
"description": "Registers a function called when the element is reset.",
|
|
205259
205868
|
"parameters": [
|
|
205260
205869
|
{
|
|
205261
205870
|
"name": "fn",
|
|
205262
|
-
"type": "
|
|
205871
|
+
"type": "unknown"
|
|
205263
205872
|
}
|
|
205264
205873
|
],
|
|
205265
205874
|
"return": {
|
|
@@ -205289,6 +205898,21 @@
|
|
|
205289
205898
|
"name": "ElementValueAccessorBase",
|
|
205290
205899
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
205291
205900
|
}
|
|
205901
|
+
},
|
|
205902
|
+
{
|
|
205903
|
+
"kind": "method",
|
|
205904
|
+
"name": "releaseCallbacks",
|
|
205905
|
+
"privacy": "public",
|
|
205906
|
+
"type": "(): void",
|
|
205907
|
+
"description": "Releases registered framework callbacks.",
|
|
205908
|
+
"parameters": [],
|
|
205909
|
+
"return": {
|
|
205910
|
+
"type": "void"
|
|
205911
|
+
},
|
|
205912
|
+
"inheritedFrom": {
|
|
205913
|
+
"name": "ElementValueAccessorBase",
|
|
205914
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
205915
|
+
}
|
|
205292
205916
|
}
|
|
205293
205917
|
]
|
|
205294
205918
|
},
|
|
@@ -207489,12 +208113,12 @@
|
|
|
207489
208113
|
"kind": "method",
|
|
207490
208114
|
"name": "registerOnChange",
|
|
207491
208115
|
"privacy": "public",
|
|
207492
|
-
"type": "(fn:
|
|
208116
|
+
"type": "(fn: unknown): void",
|
|
207493
208117
|
"description": "Registers a function called when the element value changes.",
|
|
207494
208118
|
"parameters": [
|
|
207495
208119
|
{
|
|
207496
208120
|
"name": "fn",
|
|
207497
|
-
"type": "
|
|
208121
|
+
"type": "unknown"
|
|
207498
208122
|
}
|
|
207499
208123
|
],
|
|
207500
208124
|
"return": {
|
|
@@ -207509,12 +208133,12 @@
|
|
|
207509
208133
|
"kind": "method",
|
|
207510
208134
|
"name": "registerOnTouched",
|
|
207511
208135
|
"privacy": "public",
|
|
207512
|
-
"type": "(fn:
|
|
208136
|
+
"type": "(fn: unknown): void",
|
|
207513
208137
|
"description": "Registers a function called when the element is touched.",
|
|
207514
208138
|
"parameters": [
|
|
207515
208139
|
{
|
|
207516
208140
|
"name": "fn",
|
|
207517
|
-
"type": "
|
|
208141
|
+
"type": "unknown"
|
|
207518
208142
|
}
|
|
207519
208143
|
],
|
|
207520
208144
|
"return": {
|
|
@@ -207529,12 +208153,12 @@
|
|
|
207529
208153
|
"kind": "method",
|
|
207530
208154
|
"name": "registerOnReset",
|
|
207531
208155
|
"privacy": "public",
|
|
207532
|
-
"type": "(fn:
|
|
208156
|
+
"type": "(fn: unknown): void",
|
|
207533
208157
|
"description": "Registers a function called when the element is reset.",
|
|
207534
208158
|
"parameters": [
|
|
207535
208159
|
{
|
|
207536
208160
|
"name": "fn",
|
|
207537
|
-
"type": "
|
|
208161
|
+
"type": "unknown"
|
|
207538
208162
|
}
|
|
207539
208163
|
],
|
|
207540
208164
|
"return": {
|
|
@@ -207564,6 +208188,21 @@
|
|
|
207564
208188
|
"name": "ElementValueAccessorBase",
|
|
207565
208189
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
207566
208190
|
}
|
|
208191
|
+
},
|
|
208192
|
+
{
|
|
208193
|
+
"kind": "method",
|
|
208194
|
+
"name": "releaseCallbacks",
|
|
208195
|
+
"privacy": "public",
|
|
208196
|
+
"type": "(): void",
|
|
208197
|
+
"description": "Releases registered framework callbacks.",
|
|
208198
|
+
"parameters": [],
|
|
208199
|
+
"return": {
|
|
208200
|
+
"type": "void"
|
|
208201
|
+
},
|
|
208202
|
+
"inheritedFrom": {
|
|
208203
|
+
"name": "ElementValueAccessorBase",
|
|
208204
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208205
|
+
}
|
|
207567
208206
|
}
|
|
207568
208207
|
]
|
|
207569
208208
|
},
|
|
@@ -208083,12 +208722,12 @@
|
|
|
208083
208722
|
"kind": "method",
|
|
208084
208723
|
"name": "registerOnChange",
|
|
208085
208724
|
"privacy": "public",
|
|
208086
|
-
"type": "(fn:
|
|
208725
|
+
"type": "(fn: unknown): void",
|
|
208087
208726
|
"description": "Registers a function called when the element value changes.",
|
|
208088
208727
|
"parameters": [
|
|
208089
208728
|
{
|
|
208090
208729
|
"name": "fn",
|
|
208091
|
-
"type": "
|
|
208730
|
+
"type": "unknown"
|
|
208092
208731
|
}
|
|
208093
208732
|
],
|
|
208094
208733
|
"return": {
|
|
@@ -208103,12 +208742,12 @@
|
|
|
208103
208742
|
"kind": "method",
|
|
208104
208743
|
"name": "registerOnTouched",
|
|
208105
208744
|
"privacy": "public",
|
|
208106
|
-
"type": "(fn:
|
|
208745
|
+
"type": "(fn: unknown): void",
|
|
208107
208746
|
"description": "Registers a function called when the element is touched.",
|
|
208108
208747
|
"parameters": [
|
|
208109
208748
|
{
|
|
208110
208749
|
"name": "fn",
|
|
208111
|
-
"type": "
|
|
208750
|
+
"type": "unknown"
|
|
208112
208751
|
}
|
|
208113
208752
|
],
|
|
208114
208753
|
"return": {
|
|
@@ -208123,12 +208762,12 @@
|
|
|
208123
208762
|
"kind": "method",
|
|
208124
208763
|
"name": "registerOnReset",
|
|
208125
208764
|
"privacy": "public",
|
|
208126
|
-
"type": "(fn:
|
|
208765
|
+
"type": "(fn: unknown): void",
|
|
208127
208766
|
"description": "Registers a function called when the element is reset.",
|
|
208128
208767
|
"parameters": [
|
|
208129
208768
|
{
|
|
208130
208769
|
"name": "fn",
|
|
208131
|
-
"type": "
|
|
208770
|
+
"type": "unknown"
|
|
208132
208771
|
}
|
|
208133
208772
|
],
|
|
208134
208773
|
"return": {
|
|
@@ -208158,6 +208797,21 @@
|
|
|
208158
208797
|
"name": "ElementValueAccessorBase",
|
|
208159
208798
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208160
208799
|
}
|
|
208800
|
+
},
|
|
208801
|
+
{
|
|
208802
|
+
"kind": "method",
|
|
208803
|
+
"name": "releaseCallbacks",
|
|
208804
|
+
"privacy": "public",
|
|
208805
|
+
"type": "(): void",
|
|
208806
|
+
"description": "Releases registered framework callbacks.",
|
|
208807
|
+
"parameters": [],
|
|
208808
|
+
"return": {
|
|
208809
|
+
"type": "void"
|
|
208810
|
+
},
|
|
208811
|
+
"inheritedFrom": {
|
|
208812
|
+
"name": "ElementValueAccessorBase",
|
|
208813
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208814
|
+
}
|
|
208161
208815
|
}
|
|
208162
208816
|
]
|
|
208163
208817
|
},
|
|
@@ -212841,12 +213495,12 @@
|
|
|
212841
213495
|
"kind": "method",
|
|
212842
213496
|
"name": "registerOnChange",
|
|
212843
213497
|
"privacy": "public",
|
|
212844
|
-
"type": "(fn:
|
|
213498
|
+
"type": "(fn: unknown): void",
|
|
212845
213499
|
"description": "Registers a function called when the element value changes.",
|
|
212846
213500
|
"parameters": [
|
|
212847
213501
|
{
|
|
212848
213502
|
"name": "fn",
|
|
212849
|
-
"type": "
|
|
213503
|
+
"type": "unknown"
|
|
212850
213504
|
}
|
|
212851
213505
|
],
|
|
212852
213506
|
"return": {
|
|
@@ -212861,12 +213515,12 @@
|
|
|
212861
213515
|
"kind": "method",
|
|
212862
213516
|
"name": "registerOnTouched",
|
|
212863
213517
|
"privacy": "public",
|
|
212864
|
-
"type": "(fn:
|
|
213518
|
+
"type": "(fn: unknown): void",
|
|
212865
213519
|
"description": "Registers a function called when the element is touched.",
|
|
212866
213520
|
"parameters": [
|
|
212867
213521
|
{
|
|
212868
213522
|
"name": "fn",
|
|
212869
|
-
"type": "
|
|
213523
|
+
"type": "unknown"
|
|
212870
213524
|
}
|
|
212871
213525
|
],
|
|
212872
213526
|
"return": {
|
|
@@ -212881,12 +213535,12 @@
|
|
|
212881
213535
|
"kind": "method",
|
|
212882
213536
|
"name": "registerOnReset",
|
|
212883
213537
|
"privacy": "public",
|
|
212884
|
-
"type": "(fn:
|
|
213538
|
+
"type": "(fn: unknown): void",
|
|
212885
213539
|
"description": "Registers a function called when the element is reset.",
|
|
212886
213540
|
"parameters": [
|
|
212887
213541
|
{
|
|
212888
213542
|
"name": "fn",
|
|
212889
|
-
"type": "
|
|
213543
|
+
"type": "unknown"
|
|
212890
213544
|
}
|
|
212891
213545
|
],
|
|
212892
213546
|
"return": {
|
|
@@ -212916,6 +213570,21 @@
|
|
|
212916
213570
|
"name": "ElementValueAccessorBase",
|
|
212917
213571
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
212918
213572
|
}
|
|
213573
|
+
},
|
|
213574
|
+
{
|
|
213575
|
+
"kind": "method",
|
|
213576
|
+
"name": "releaseCallbacks",
|
|
213577
|
+
"privacy": "public",
|
|
213578
|
+
"type": "(): void",
|
|
213579
|
+
"description": "Releases registered framework callbacks.",
|
|
213580
|
+
"parameters": [],
|
|
213581
|
+
"return": {
|
|
213582
|
+
"type": "void"
|
|
213583
|
+
},
|
|
213584
|
+
"inheritedFrom": {
|
|
213585
|
+
"name": "ElementValueAccessorBase",
|
|
213586
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
213587
|
+
}
|
|
212919
213588
|
}
|
|
212920
213589
|
]
|
|
212921
213590
|
},
|
|
@@ -231320,12 +231989,12 @@
|
|
|
231320
231989
|
"kind": "method",
|
|
231321
231990
|
"name": "registerOnChange",
|
|
231322
231991
|
"privacy": "public",
|
|
231323
|
-
"type": "(fn:
|
|
231992
|
+
"type": "(fn: unknown): void",
|
|
231324
231993
|
"description": "Registers a function called when the element value changes.",
|
|
231325
231994
|
"parameters": [
|
|
231326
231995
|
{
|
|
231327
231996
|
"name": "fn",
|
|
231328
|
-
"type": "
|
|
231997
|
+
"type": "unknown"
|
|
231329
231998
|
}
|
|
231330
231999
|
],
|
|
231331
232000
|
"return": {
|
|
@@ -231340,12 +232009,12 @@
|
|
|
231340
232009
|
"kind": "method",
|
|
231341
232010
|
"name": "registerOnTouched",
|
|
231342
232011
|
"privacy": "public",
|
|
231343
|
-
"type": "(fn:
|
|
232012
|
+
"type": "(fn: unknown): void",
|
|
231344
232013
|
"description": "Registers a function called when the element is touched.",
|
|
231345
232014
|
"parameters": [
|
|
231346
232015
|
{
|
|
231347
232016
|
"name": "fn",
|
|
231348
|
-
"type": "
|
|
232017
|
+
"type": "unknown"
|
|
231349
232018
|
}
|
|
231350
232019
|
],
|
|
231351
232020
|
"return": {
|
|
@@ -231360,12 +232029,12 @@
|
|
|
231360
232029
|
"kind": "method",
|
|
231361
232030
|
"name": "registerOnReset",
|
|
231362
232031
|
"privacy": "public",
|
|
231363
|
-
"type": "(fn:
|
|
232032
|
+
"type": "(fn: unknown): void",
|
|
231364
232033
|
"description": "Registers a function called when the element is reset.",
|
|
231365
232034
|
"parameters": [
|
|
231366
232035
|
{
|
|
231367
232036
|
"name": "fn",
|
|
231368
|
-
"type": "
|
|
232037
|
+
"type": "unknown"
|
|
231369
232038
|
}
|
|
231370
232039
|
],
|
|
231371
232040
|
"return": {
|
|
@@ -231395,6 +232064,21 @@
|
|
|
231395
232064
|
"name": "ElementValueAccessorBase",
|
|
231396
232065
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
231397
232066
|
}
|
|
232067
|
+
},
|
|
232068
|
+
{
|
|
232069
|
+
"kind": "method",
|
|
232070
|
+
"name": "releaseCallbacks",
|
|
232071
|
+
"privacy": "public",
|
|
232072
|
+
"type": "(): void",
|
|
232073
|
+
"description": "Releases registered framework callbacks.",
|
|
232074
|
+
"parameters": [],
|
|
232075
|
+
"return": {
|
|
232076
|
+
"type": "void"
|
|
232077
|
+
},
|
|
232078
|
+
"inheritedFrom": {
|
|
232079
|
+
"name": "ElementValueAccessorBase",
|
|
232080
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
232081
|
+
}
|
|
231398
232082
|
}
|
|
231399
232083
|
]
|
|
231400
232084
|
},
|