@breadstone/mosaik-elements-foundation 0.1.3 → 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 +10 -2
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.js +12 -2
- 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 +59 -41
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.d.ts +1 -0
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.js +6 -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 +13 -5
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Media/Chat/Themes/ChatElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Joy.js +1 -0
- package/Controls/Components/Media/Chat/Themes/ChatElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatElement.Memphis.js +1 -0
- package/Controls/Components/Media/Chat/Themes/ChatElement.Memphis.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 +116 -15
- 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 +116 -15
- 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 +116 -15
- 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 +8 -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 +12 -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 +8 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.js.map +1 -1
- package/Controls/Components/Media/Emoji/Themes/EmojiElement.Joy.js +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 +965 -269
- 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
|
},
|
|
@@ -115367,6 +115787,14 @@
|
|
|
115367
115787
|
}
|
|
115368
115788
|
],
|
|
115369
115789
|
"slots": [
|
|
115790
|
+
{
|
|
115791
|
+
"description": "The actions slot.",
|
|
115792
|
+
"name": "actions"
|
|
115793
|
+
},
|
|
115794
|
+
{
|
|
115795
|
+
"description": "Slot for content displayed after the message bubble.",
|
|
115796
|
+
"name": "after"
|
|
115797
|
+
},
|
|
115370
115798
|
{
|
|
115371
115799
|
"description": "The slot for timestamp elements.",
|
|
115372
115800
|
"name": "at"
|
|
@@ -115630,6 +116058,10 @@
|
|
|
115630
116058
|
}
|
|
115631
116059
|
],
|
|
115632
116060
|
"cssParts": [
|
|
116061
|
+
{
|
|
116062
|
+
"name": "actions",
|
|
116063
|
+
"description": "The actions part containing action buttons."
|
|
116064
|
+
},
|
|
115633
116065
|
{
|
|
115634
116066
|
"name": "at",
|
|
115635
116067
|
"description": "The at part."
|
|
@@ -115642,14 +116074,14 @@
|
|
|
115642
116074
|
"name": "busy",
|
|
115643
116075
|
"description": "The busy part."
|
|
115644
116076
|
},
|
|
115645
|
-
{
|
|
115646
|
-
"name": "content",
|
|
115647
|
-
"description": "The content part."
|
|
115648
|
-
},
|
|
115649
116077
|
{
|
|
115650
116078
|
"name": "dot",
|
|
115651
116079
|
"description": "The dot part."
|
|
115652
116080
|
},
|
|
116081
|
+
{
|
|
116082
|
+
"name": "footer",
|
|
116083
|
+
"description": "The footer part containing actions and reactions."
|
|
116084
|
+
},
|
|
115653
116085
|
{
|
|
115654
116086
|
"name": "header",
|
|
115655
116087
|
"description": "The header part."
|
|
@@ -115658,9 +116090,29 @@
|
|
|
115658
116090
|
"name": "message",
|
|
115659
116091
|
"description": "The message part."
|
|
115660
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
|
+
},
|
|
115661
116113
|
{
|
|
115662
116114
|
"name": "reactions",
|
|
115663
|
-
"description": "The reactions part."
|
|
116115
|
+
"description": "The reactions part containing reaction elements."
|
|
115664
116116
|
},
|
|
115665
116117
|
{
|
|
115666
116118
|
"name": "root",
|
|
@@ -116113,6 +116565,10 @@
|
|
|
116113
116565
|
}
|
|
116114
116566
|
],
|
|
116115
116567
|
"cssParts": [
|
|
116568
|
+
{
|
|
116569
|
+
"name": "button",
|
|
116570
|
+
"description": "The button part."
|
|
116571
|
+
},
|
|
116116
116572
|
{
|
|
116117
116573
|
"name": "count",
|
|
116118
116574
|
"description": "The count part."
|
|
@@ -117849,12 +118305,12 @@
|
|
|
117849
118305
|
"kind": "method",
|
|
117850
118306
|
"name": "registerOnChange",
|
|
117851
118307
|
"privacy": "public",
|
|
117852
|
-
"type": "(fn:
|
|
118308
|
+
"type": "(fn: unknown): void",
|
|
117853
118309
|
"description": "Registers a function called when the element value changes.",
|
|
117854
118310
|
"parameters": [
|
|
117855
118311
|
{
|
|
117856
118312
|
"name": "fn",
|
|
117857
|
-
"type": "
|
|
118313
|
+
"type": "unknown"
|
|
117858
118314
|
}
|
|
117859
118315
|
],
|
|
117860
118316
|
"return": {
|
|
@@ -117869,12 +118325,12 @@
|
|
|
117869
118325
|
"kind": "method",
|
|
117870
118326
|
"name": "registerOnTouched",
|
|
117871
118327
|
"privacy": "public",
|
|
117872
|
-
"type": "(fn:
|
|
118328
|
+
"type": "(fn: unknown): void",
|
|
117873
118329
|
"description": "Registers a function called when the element is touched.",
|
|
117874
118330
|
"parameters": [
|
|
117875
118331
|
{
|
|
117876
118332
|
"name": "fn",
|
|
117877
|
-
"type": "
|
|
118333
|
+
"type": "unknown"
|
|
117878
118334
|
}
|
|
117879
118335
|
],
|
|
117880
118336
|
"return": {
|
|
@@ -117889,12 +118345,12 @@
|
|
|
117889
118345
|
"kind": "method",
|
|
117890
118346
|
"name": "registerOnReset",
|
|
117891
118347
|
"privacy": "public",
|
|
117892
|
-
"type": "(fn:
|
|
118348
|
+
"type": "(fn: unknown): void",
|
|
117893
118349
|
"description": "Registers a function called when the element is reset.",
|
|
117894
118350
|
"parameters": [
|
|
117895
118351
|
{
|
|
117896
118352
|
"name": "fn",
|
|
117897
|
-
"type": "
|
|
118353
|
+
"type": "unknown"
|
|
117898
118354
|
}
|
|
117899
118355
|
],
|
|
117900
118356
|
"return": {
|
|
@@ -117924,6 +118380,21 @@
|
|
|
117924
118380
|
"name": "ElementValueAccessorBase",
|
|
117925
118381
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
117926
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
|
+
}
|
|
117927
118398
|
}
|
|
117928
118399
|
]
|
|
117929
118400
|
},
|
|
@@ -120198,12 +120669,12 @@
|
|
|
120198
120669
|
"kind": "method",
|
|
120199
120670
|
"name": "registerOnChange",
|
|
120200
120671
|
"privacy": "public",
|
|
120201
|
-
"type": "(fn:
|
|
120672
|
+
"type": "(fn: unknown): void",
|
|
120202
120673
|
"description": "Registers a function called when the element value changes.",
|
|
120203
120674
|
"parameters": [
|
|
120204
120675
|
{
|
|
120205
120676
|
"name": "fn",
|
|
120206
|
-
"type": "
|
|
120677
|
+
"type": "unknown"
|
|
120207
120678
|
}
|
|
120208
120679
|
],
|
|
120209
120680
|
"return": {
|
|
@@ -120218,12 +120689,12 @@
|
|
|
120218
120689
|
"kind": "method",
|
|
120219
120690
|
"name": "registerOnTouched",
|
|
120220
120691
|
"privacy": "public",
|
|
120221
|
-
"type": "(fn:
|
|
120692
|
+
"type": "(fn: unknown): void",
|
|
120222
120693
|
"description": "Registers a function called when the element is touched.",
|
|
120223
120694
|
"parameters": [
|
|
120224
120695
|
{
|
|
120225
120696
|
"name": "fn",
|
|
120226
|
-
"type": "
|
|
120697
|
+
"type": "unknown"
|
|
120227
120698
|
}
|
|
120228
120699
|
],
|
|
120229
120700
|
"return": {
|
|
@@ -120238,12 +120709,12 @@
|
|
|
120238
120709
|
"kind": "method",
|
|
120239
120710
|
"name": "registerOnReset",
|
|
120240
120711
|
"privacy": "public",
|
|
120241
|
-
"type": "(fn:
|
|
120712
|
+
"type": "(fn: unknown): void",
|
|
120242
120713
|
"description": "Registers a function called when the element is reset.",
|
|
120243
120714
|
"parameters": [
|
|
120244
120715
|
{
|
|
120245
120716
|
"name": "fn",
|
|
120246
|
-
"type": "
|
|
120717
|
+
"type": "unknown"
|
|
120247
120718
|
}
|
|
120248
120719
|
],
|
|
120249
120720
|
"return": {
|
|
@@ -120273,6 +120744,21 @@
|
|
|
120273
120744
|
"name": "ElementValueAccessorBase",
|
|
120274
120745
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120275
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
|
+
}
|
|
120276
120762
|
}
|
|
120277
120763
|
]
|
|
120278
120764
|
},
|
|
@@ -120339,12 +120825,12 @@
|
|
|
120339
120825
|
"kind": "method",
|
|
120340
120826
|
"name": "registerOnChange",
|
|
120341
120827
|
"privacy": "public",
|
|
120342
|
-
"type": "(fn:
|
|
120828
|
+
"type": "(fn: unknown): void",
|
|
120343
120829
|
"description": "Registers a function called when the element value changes.",
|
|
120344
120830
|
"parameters": [
|
|
120345
120831
|
{
|
|
120346
120832
|
"name": "fn",
|
|
120347
|
-
"type": "
|
|
120833
|
+
"type": "unknown"
|
|
120348
120834
|
}
|
|
120349
120835
|
],
|
|
120350
120836
|
"return": {
|
|
@@ -120359,12 +120845,12 @@
|
|
|
120359
120845
|
"kind": "method",
|
|
120360
120846
|
"name": "registerOnTouched",
|
|
120361
120847
|
"privacy": "public",
|
|
120362
|
-
"type": "(fn:
|
|
120848
|
+
"type": "(fn: unknown): void",
|
|
120363
120849
|
"description": "Registers a function called when the element is touched.",
|
|
120364
120850
|
"parameters": [
|
|
120365
120851
|
{
|
|
120366
120852
|
"name": "fn",
|
|
120367
|
-
"type": "
|
|
120853
|
+
"type": "unknown"
|
|
120368
120854
|
}
|
|
120369
120855
|
],
|
|
120370
120856
|
"return": {
|
|
@@ -120379,12 +120865,12 @@
|
|
|
120379
120865
|
"kind": "method",
|
|
120380
120866
|
"name": "registerOnReset",
|
|
120381
120867
|
"privacy": "public",
|
|
120382
|
-
"type": "(fn:
|
|
120868
|
+
"type": "(fn: unknown): void",
|
|
120383
120869
|
"description": "Registers a function called when the element is reset.",
|
|
120384
120870
|
"parameters": [
|
|
120385
120871
|
{
|
|
120386
120872
|
"name": "fn",
|
|
120387
|
-
"type": "
|
|
120873
|
+
"type": "unknown"
|
|
120388
120874
|
}
|
|
120389
120875
|
],
|
|
120390
120876
|
"return": {
|
|
@@ -120414,6 +120900,21 @@
|
|
|
120414
120900
|
"name": "ElementValueAccessorBase",
|
|
120415
120901
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120416
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
|
+
}
|
|
120417
120918
|
}
|
|
120418
120919
|
]
|
|
120419
120920
|
},
|
|
@@ -120480,12 +120981,12 @@
|
|
|
120480
120981
|
"kind": "method",
|
|
120481
120982
|
"name": "registerOnChange",
|
|
120482
120983
|
"privacy": "public",
|
|
120483
|
-
"type": "(fn:
|
|
120984
|
+
"type": "(fn: unknown): void",
|
|
120484
120985
|
"description": "Registers a function called when the element value changes.",
|
|
120485
120986
|
"parameters": [
|
|
120486
120987
|
{
|
|
120487
120988
|
"name": "fn",
|
|
120488
|
-
"type": "
|
|
120989
|
+
"type": "unknown"
|
|
120489
120990
|
}
|
|
120490
120991
|
],
|
|
120491
120992
|
"return": {
|
|
@@ -120500,12 +121001,12 @@
|
|
|
120500
121001
|
"kind": "method",
|
|
120501
121002
|
"name": "registerOnTouched",
|
|
120502
121003
|
"privacy": "public",
|
|
120503
|
-
"type": "(fn:
|
|
121004
|
+
"type": "(fn: unknown): void",
|
|
120504
121005
|
"description": "Registers a function called when the element is touched.",
|
|
120505
121006
|
"parameters": [
|
|
120506
121007
|
{
|
|
120507
121008
|
"name": "fn",
|
|
120508
|
-
"type": "
|
|
121009
|
+
"type": "unknown"
|
|
120509
121010
|
}
|
|
120510
121011
|
],
|
|
120511
121012
|
"return": {
|
|
@@ -120520,12 +121021,12 @@
|
|
|
120520
121021
|
"kind": "method",
|
|
120521
121022
|
"name": "registerOnReset",
|
|
120522
121023
|
"privacy": "public",
|
|
120523
|
-
"type": "(fn:
|
|
121024
|
+
"type": "(fn: unknown): void",
|
|
120524
121025
|
"description": "Registers a function called when the element is reset.",
|
|
120525
121026
|
"parameters": [
|
|
120526
121027
|
{
|
|
120527
121028
|
"name": "fn",
|
|
120528
|
-
"type": "
|
|
121029
|
+
"type": "unknown"
|
|
120529
121030
|
}
|
|
120530
121031
|
],
|
|
120531
121032
|
"return": {
|
|
@@ -120555,6 +121056,21 @@
|
|
|
120555
121056
|
"name": "ElementValueAccessorBase",
|
|
120556
121057
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120557
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
|
+
}
|
|
120558
121074
|
}
|
|
120559
121075
|
]
|
|
120560
121076
|
},
|
|
@@ -120621,12 +121137,12 @@
|
|
|
120621
121137
|
"kind": "method",
|
|
120622
121138
|
"name": "registerOnChange",
|
|
120623
121139
|
"privacy": "public",
|
|
120624
|
-
"type": "(fn:
|
|
121140
|
+
"type": "(fn: unknown): void",
|
|
120625
121141
|
"description": "Registers a function called when the element value changes.",
|
|
120626
121142
|
"parameters": [
|
|
120627
121143
|
{
|
|
120628
121144
|
"name": "fn",
|
|
120629
|
-
"type": "
|
|
121145
|
+
"type": "unknown"
|
|
120630
121146
|
}
|
|
120631
121147
|
],
|
|
120632
121148
|
"return": {
|
|
@@ -120641,12 +121157,12 @@
|
|
|
120641
121157
|
"kind": "method",
|
|
120642
121158
|
"name": "registerOnTouched",
|
|
120643
121159
|
"privacy": "public",
|
|
120644
|
-
"type": "(fn:
|
|
121160
|
+
"type": "(fn: unknown): void",
|
|
120645
121161
|
"description": "Registers a function called when the element is touched.",
|
|
120646
121162
|
"parameters": [
|
|
120647
121163
|
{
|
|
120648
121164
|
"name": "fn",
|
|
120649
|
-
"type": "
|
|
121165
|
+
"type": "unknown"
|
|
120650
121166
|
}
|
|
120651
121167
|
],
|
|
120652
121168
|
"return": {
|
|
@@ -120661,12 +121177,12 @@
|
|
|
120661
121177
|
"kind": "method",
|
|
120662
121178
|
"name": "registerOnReset",
|
|
120663
121179
|
"privacy": "public",
|
|
120664
|
-
"type": "(fn:
|
|
121180
|
+
"type": "(fn: unknown): void",
|
|
120665
121181
|
"description": "Registers a function called when the element is reset.",
|
|
120666
121182
|
"parameters": [
|
|
120667
121183
|
{
|
|
120668
121184
|
"name": "fn",
|
|
120669
|
-
"type": "
|
|
121185
|
+
"type": "unknown"
|
|
120670
121186
|
}
|
|
120671
121187
|
],
|
|
120672
121188
|
"return": {
|
|
@@ -120696,6 +121212,21 @@
|
|
|
120696
121212
|
"name": "ElementValueAccessorBase",
|
|
120697
121213
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120698
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
|
+
}
|
|
120699
121230
|
}
|
|
120700
121231
|
]
|
|
120701
121232
|
},
|
|
@@ -120762,12 +121293,12 @@
|
|
|
120762
121293
|
"kind": "method",
|
|
120763
121294
|
"name": "registerOnChange",
|
|
120764
121295
|
"privacy": "public",
|
|
120765
|
-
"type": "(fn:
|
|
121296
|
+
"type": "(fn: unknown): void",
|
|
120766
121297
|
"description": "Registers a function called when the element value changes.",
|
|
120767
121298
|
"parameters": [
|
|
120768
121299
|
{
|
|
120769
121300
|
"name": "fn",
|
|
120770
|
-
"type": "
|
|
121301
|
+
"type": "unknown"
|
|
120771
121302
|
}
|
|
120772
121303
|
],
|
|
120773
121304
|
"return": {
|
|
@@ -120782,12 +121313,12 @@
|
|
|
120782
121313
|
"kind": "method",
|
|
120783
121314
|
"name": "registerOnTouched",
|
|
120784
121315
|
"privacy": "public",
|
|
120785
|
-
"type": "(fn:
|
|
121316
|
+
"type": "(fn: unknown): void",
|
|
120786
121317
|
"description": "Registers a function called when the element is touched.",
|
|
120787
121318
|
"parameters": [
|
|
120788
121319
|
{
|
|
120789
121320
|
"name": "fn",
|
|
120790
|
-
"type": "
|
|
121321
|
+
"type": "unknown"
|
|
120791
121322
|
}
|
|
120792
121323
|
],
|
|
120793
121324
|
"return": {
|
|
@@ -120802,12 +121333,12 @@
|
|
|
120802
121333
|
"kind": "method",
|
|
120803
121334
|
"name": "registerOnReset",
|
|
120804
121335
|
"privacy": "public",
|
|
120805
|
-
"type": "(fn:
|
|
121336
|
+
"type": "(fn: unknown): void",
|
|
120806
121337
|
"description": "Registers a function called when the element is reset.",
|
|
120807
121338
|
"parameters": [
|
|
120808
121339
|
{
|
|
120809
121340
|
"name": "fn",
|
|
120810
|
-
"type": "
|
|
121341
|
+
"type": "unknown"
|
|
120811
121342
|
}
|
|
120812
121343
|
],
|
|
120813
121344
|
"return": {
|
|
@@ -120837,6 +121368,21 @@
|
|
|
120837
121368
|
"name": "ElementValueAccessorBase",
|
|
120838
121369
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120839
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
|
+
}
|
|
120840
121386
|
}
|
|
120841
121387
|
]
|
|
120842
121388
|
},
|
|
@@ -120903,12 +121449,12 @@
|
|
|
120903
121449
|
"kind": "method",
|
|
120904
121450
|
"name": "registerOnChange",
|
|
120905
121451
|
"privacy": "public",
|
|
120906
|
-
"type": "(fn:
|
|
121452
|
+
"type": "(fn: unknown): void",
|
|
120907
121453
|
"description": "Registers a function called when the element value changes.",
|
|
120908
121454
|
"parameters": [
|
|
120909
121455
|
{
|
|
120910
121456
|
"name": "fn",
|
|
120911
|
-
"type": "
|
|
121457
|
+
"type": "unknown"
|
|
120912
121458
|
}
|
|
120913
121459
|
],
|
|
120914
121460
|
"return": {
|
|
@@ -120923,12 +121469,12 @@
|
|
|
120923
121469
|
"kind": "method",
|
|
120924
121470
|
"name": "registerOnTouched",
|
|
120925
121471
|
"privacy": "public",
|
|
120926
|
-
"type": "(fn:
|
|
121472
|
+
"type": "(fn: unknown): void",
|
|
120927
121473
|
"description": "Registers a function called when the element is touched.",
|
|
120928
121474
|
"parameters": [
|
|
120929
121475
|
{
|
|
120930
121476
|
"name": "fn",
|
|
120931
|
-
"type": "
|
|
121477
|
+
"type": "unknown"
|
|
120932
121478
|
}
|
|
120933
121479
|
],
|
|
120934
121480
|
"return": {
|
|
@@ -120943,12 +121489,12 @@
|
|
|
120943
121489
|
"kind": "method",
|
|
120944
121490
|
"name": "registerOnReset",
|
|
120945
121491
|
"privacy": "public",
|
|
120946
|
-
"type": "(fn:
|
|
121492
|
+
"type": "(fn: unknown): void",
|
|
120947
121493
|
"description": "Registers a function called when the element is reset.",
|
|
120948
121494
|
"parameters": [
|
|
120949
121495
|
{
|
|
120950
121496
|
"name": "fn",
|
|
120951
|
-
"type": "
|
|
121497
|
+
"type": "unknown"
|
|
120952
121498
|
}
|
|
120953
121499
|
],
|
|
120954
121500
|
"return": {
|
|
@@ -120978,6 +121524,21 @@
|
|
|
120978
121524
|
"name": "ElementValueAccessorBase",
|
|
120979
121525
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120980
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
|
+
}
|
|
120981
121542
|
}
|
|
120982
121543
|
]
|
|
120983
121544
|
},
|
|
@@ -121044,12 +121605,12 @@
|
|
|
121044
121605
|
"kind": "method",
|
|
121045
121606
|
"name": "registerOnChange",
|
|
121046
121607
|
"privacy": "public",
|
|
121047
|
-
"type": "(fn:
|
|
121608
|
+
"type": "(fn: unknown): void",
|
|
121048
121609
|
"description": "Registers a function called when the element value changes.",
|
|
121049
121610
|
"parameters": [
|
|
121050
121611
|
{
|
|
121051
121612
|
"name": "fn",
|
|
121052
|
-
"type": "
|
|
121613
|
+
"type": "unknown"
|
|
121053
121614
|
}
|
|
121054
121615
|
],
|
|
121055
121616
|
"return": {
|
|
@@ -121064,12 +121625,12 @@
|
|
|
121064
121625
|
"kind": "method",
|
|
121065
121626
|
"name": "registerOnTouched",
|
|
121066
121627
|
"privacy": "public",
|
|
121067
|
-
"type": "(fn:
|
|
121628
|
+
"type": "(fn: unknown): void",
|
|
121068
121629
|
"description": "Registers a function called when the element is touched.",
|
|
121069
121630
|
"parameters": [
|
|
121070
121631
|
{
|
|
121071
121632
|
"name": "fn",
|
|
121072
|
-
"type": "
|
|
121633
|
+
"type": "unknown"
|
|
121073
121634
|
}
|
|
121074
121635
|
],
|
|
121075
121636
|
"return": {
|
|
@@ -121084,12 +121645,12 @@
|
|
|
121084
121645
|
"kind": "method",
|
|
121085
121646
|
"name": "registerOnReset",
|
|
121086
121647
|
"privacy": "public",
|
|
121087
|
-
"type": "(fn:
|
|
121648
|
+
"type": "(fn: unknown): void",
|
|
121088
121649
|
"description": "Registers a function called when the element is reset.",
|
|
121089
121650
|
"parameters": [
|
|
121090
121651
|
{
|
|
121091
121652
|
"name": "fn",
|
|
121092
|
-
"type": "
|
|
121653
|
+
"type": "unknown"
|
|
121093
121654
|
}
|
|
121094
121655
|
],
|
|
121095
121656
|
"return": {
|
|
@@ -121119,6 +121680,21 @@
|
|
|
121119
121680
|
"name": "ElementValueAccessorBase",
|
|
121120
121681
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121121
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
|
+
}
|
|
121122
121698
|
}
|
|
121123
121699
|
]
|
|
121124
121700
|
},
|
|
@@ -121185,12 +121761,12 @@
|
|
|
121185
121761
|
"kind": "method",
|
|
121186
121762
|
"name": "registerOnChange",
|
|
121187
121763
|
"privacy": "public",
|
|
121188
|
-
"type": "(fn:
|
|
121764
|
+
"type": "(fn: unknown): void",
|
|
121189
121765
|
"description": "Registers a function called when the element value changes.",
|
|
121190
121766
|
"parameters": [
|
|
121191
121767
|
{
|
|
121192
121768
|
"name": "fn",
|
|
121193
|
-
"type": "
|
|
121769
|
+
"type": "unknown"
|
|
121194
121770
|
}
|
|
121195
121771
|
],
|
|
121196
121772
|
"return": {
|
|
@@ -121205,12 +121781,12 @@
|
|
|
121205
121781
|
"kind": "method",
|
|
121206
121782
|
"name": "registerOnTouched",
|
|
121207
121783
|
"privacy": "public",
|
|
121208
|
-
"type": "(fn:
|
|
121784
|
+
"type": "(fn: unknown): void",
|
|
121209
121785
|
"description": "Registers a function called when the element is touched.",
|
|
121210
121786
|
"parameters": [
|
|
121211
121787
|
{
|
|
121212
121788
|
"name": "fn",
|
|
121213
|
-
"type": "
|
|
121789
|
+
"type": "unknown"
|
|
121214
121790
|
}
|
|
121215
121791
|
],
|
|
121216
121792
|
"return": {
|
|
@@ -121225,12 +121801,12 @@
|
|
|
121225
121801
|
"kind": "method",
|
|
121226
121802
|
"name": "registerOnReset",
|
|
121227
121803
|
"privacy": "public",
|
|
121228
|
-
"type": "(fn:
|
|
121804
|
+
"type": "(fn: unknown): void",
|
|
121229
121805
|
"description": "Registers a function called when the element is reset.",
|
|
121230
121806
|
"parameters": [
|
|
121231
121807
|
{
|
|
121232
121808
|
"name": "fn",
|
|
121233
|
-
"type": "
|
|
121809
|
+
"type": "unknown"
|
|
121234
121810
|
}
|
|
121235
121811
|
],
|
|
121236
121812
|
"return": {
|
|
@@ -121260,6 +121836,21 @@
|
|
|
121260
121836
|
"name": "ElementValueAccessorBase",
|
|
121261
121837
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121262
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
|
+
}
|
|
121263
121854
|
}
|
|
121264
121855
|
]
|
|
121265
121856
|
},
|
|
@@ -197251,12 +197842,12 @@
|
|
|
197251
197842
|
"kind": "method",
|
|
197252
197843
|
"name": "registerOnChange",
|
|
197253
197844
|
"privacy": "public",
|
|
197254
|
-
"type": "(fn:
|
|
197845
|
+
"type": "(fn: unknown): void",
|
|
197255
197846
|
"description": "Registers a function called when the element value changes.",
|
|
197256
197847
|
"parameters": [
|
|
197257
197848
|
{
|
|
197258
197849
|
"name": "fn",
|
|
197259
|
-
"type": "
|
|
197850
|
+
"type": "unknown"
|
|
197260
197851
|
}
|
|
197261
197852
|
],
|
|
197262
197853
|
"return": {
|
|
@@ -197271,12 +197862,12 @@
|
|
|
197271
197862
|
"kind": "method",
|
|
197272
197863
|
"name": "registerOnTouched",
|
|
197273
197864
|
"privacy": "public",
|
|
197274
|
-
"type": "(fn:
|
|
197865
|
+
"type": "(fn: unknown): void",
|
|
197275
197866
|
"description": "Registers a function called when the element is touched.",
|
|
197276
197867
|
"parameters": [
|
|
197277
197868
|
{
|
|
197278
197869
|
"name": "fn",
|
|
197279
|
-
"type": "
|
|
197870
|
+
"type": "unknown"
|
|
197280
197871
|
}
|
|
197281
197872
|
],
|
|
197282
197873
|
"return": {
|
|
@@ -197291,12 +197882,12 @@
|
|
|
197291
197882
|
"kind": "method",
|
|
197292
197883
|
"name": "registerOnReset",
|
|
197293
197884
|
"privacy": "public",
|
|
197294
|
-
"type": "(fn:
|
|
197885
|
+
"type": "(fn: unknown): void",
|
|
197295
197886
|
"description": "Registers a function called when the element is reset.",
|
|
197296
197887
|
"parameters": [
|
|
197297
197888
|
{
|
|
197298
197889
|
"name": "fn",
|
|
197299
|
-
"type": "
|
|
197890
|
+
"type": "unknown"
|
|
197300
197891
|
}
|
|
197301
197892
|
],
|
|
197302
197893
|
"return": {
|
|
@@ -197326,6 +197917,21 @@
|
|
|
197326
197917
|
"name": "ElementValueAccessorBase",
|
|
197327
197918
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
197328
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
|
+
}
|
|
197329
197935
|
}
|
|
197330
197936
|
]
|
|
197331
197937
|
},
|
|
@@ -198366,12 +198972,12 @@
|
|
|
198366
198972
|
"kind": "method",
|
|
198367
198973
|
"name": "registerOnChange",
|
|
198368
198974
|
"privacy": "public",
|
|
198369
|
-
"type": "(fn:
|
|
198975
|
+
"type": "(fn: unknown): void",
|
|
198370
198976
|
"description": "Registers a function called when the element value changes.",
|
|
198371
198977
|
"parameters": [
|
|
198372
198978
|
{
|
|
198373
198979
|
"name": "fn",
|
|
198374
|
-
"type": "
|
|
198980
|
+
"type": "unknown"
|
|
198375
198981
|
}
|
|
198376
198982
|
],
|
|
198377
198983
|
"return": {
|
|
@@ -198386,12 +198992,12 @@
|
|
|
198386
198992
|
"kind": "method",
|
|
198387
198993
|
"name": "registerOnTouched",
|
|
198388
198994
|
"privacy": "public",
|
|
198389
|
-
"type": "(fn:
|
|
198995
|
+
"type": "(fn: unknown): void",
|
|
198390
198996
|
"description": "Registers a function called when the element is touched.",
|
|
198391
198997
|
"parameters": [
|
|
198392
198998
|
{
|
|
198393
198999
|
"name": "fn",
|
|
198394
|
-
"type": "
|
|
199000
|
+
"type": "unknown"
|
|
198395
199001
|
}
|
|
198396
199002
|
],
|
|
198397
199003
|
"return": {
|
|
@@ -198406,12 +199012,12 @@
|
|
|
198406
199012
|
"kind": "method",
|
|
198407
199013
|
"name": "registerOnReset",
|
|
198408
199014
|
"privacy": "public",
|
|
198409
|
-
"type": "(fn:
|
|
199015
|
+
"type": "(fn: unknown): void",
|
|
198410
199016
|
"description": "Registers a function called when the element is reset.",
|
|
198411
199017
|
"parameters": [
|
|
198412
199018
|
{
|
|
198413
199019
|
"name": "fn",
|
|
198414
|
-
"type": "
|
|
199020
|
+
"type": "unknown"
|
|
198415
199021
|
}
|
|
198416
199022
|
],
|
|
198417
199023
|
"return": {
|
|
@@ -198441,6 +199047,21 @@
|
|
|
198441
199047
|
"name": "ElementValueAccessorBase",
|
|
198442
199048
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
198443
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
|
+
}
|
|
198444
199065
|
}
|
|
198445
199066
|
]
|
|
198446
199067
|
},
|
|
@@ -205202,12 +205823,12 @@
|
|
|
205202
205823
|
"kind": "method",
|
|
205203
205824
|
"name": "registerOnChange",
|
|
205204
205825
|
"privacy": "public",
|
|
205205
|
-
"type": "(fn:
|
|
205826
|
+
"type": "(fn: unknown): void",
|
|
205206
205827
|
"description": "Registers a function called when the element value changes.",
|
|
205207
205828
|
"parameters": [
|
|
205208
205829
|
{
|
|
205209
205830
|
"name": "fn",
|
|
205210
|
-
"type": "
|
|
205831
|
+
"type": "unknown"
|
|
205211
205832
|
}
|
|
205212
205833
|
],
|
|
205213
205834
|
"return": {
|
|
@@ -205222,12 +205843,12 @@
|
|
|
205222
205843
|
"kind": "method",
|
|
205223
205844
|
"name": "registerOnTouched",
|
|
205224
205845
|
"privacy": "public",
|
|
205225
|
-
"type": "(fn:
|
|
205846
|
+
"type": "(fn: unknown): void",
|
|
205226
205847
|
"description": "Registers a function called when the element is touched.",
|
|
205227
205848
|
"parameters": [
|
|
205228
205849
|
{
|
|
205229
205850
|
"name": "fn",
|
|
205230
|
-
"type": "
|
|
205851
|
+
"type": "unknown"
|
|
205231
205852
|
}
|
|
205232
205853
|
],
|
|
205233
205854
|
"return": {
|
|
@@ -205242,12 +205863,12 @@
|
|
|
205242
205863
|
"kind": "method",
|
|
205243
205864
|
"name": "registerOnReset",
|
|
205244
205865
|
"privacy": "public",
|
|
205245
|
-
"type": "(fn:
|
|
205866
|
+
"type": "(fn: unknown): void",
|
|
205246
205867
|
"description": "Registers a function called when the element is reset.",
|
|
205247
205868
|
"parameters": [
|
|
205248
205869
|
{
|
|
205249
205870
|
"name": "fn",
|
|
205250
|
-
"type": "
|
|
205871
|
+
"type": "unknown"
|
|
205251
205872
|
}
|
|
205252
205873
|
],
|
|
205253
205874
|
"return": {
|
|
@@ -205277,6 +205898,21 @@
|
|
|
205277
205898
|
"name": "ElementValueAccessorBase",
|
|
205278
205899
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
205279
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
|
+
}
|
|
205280
205916
|
}
|
|
205281
205917
|
]
|
|
205282
205918
|
},
|
|
@@ -207477,12 +208113,12 @@
|
|
|
207477
208113
|
"kind": "method",
|
|
207478
208114
|
"name": "registerOnChange",
|
|
207479
208115
|
"privacy": "public",
|
|
207480
|
-
"type": "(fn:
|
|
208116
|
+
"type": "(fn: unknown): void",
|
|
207481
208117
|
"description": "Registers a function called when the element value changes.",
|
|
207482
208118
|
"parameters": [
|
|
207483
208119
|
{
|
|
207484
208120
|
"name": "fn",
|
|
207485
|
-
"type": "
|
|
208121
|
+
"type": "unknown"
|
|
207486
208122
|
}
|
|
207487
208123
|
],
|
|
207488
208124
|
"return": {
|
|
@@ -207497,12 +208133,12 @@
|
|
|
207497
208133
|
"kind": "method",
|
|
207498
208134
|
"name": "registerOnTouched",
|
|
207499
208135
|
"privacy": "public",
|
|
207500
|
-
"type": "(fn:
|
|
208136
|
+
"type": "(fn: unknown): void",
|
|
207501
208137
|
"description": "Registers a function called when the element is touched.",
|
|
207502
208138
|
"parameters": [
|
|
207503
208139
|
{
|
|
207504
208140
|
"name": "fn",
|
|
207505
|
-
"type": "
|
|
208141
|
+
"type": "unknown"
|
|
207506
208142
|
}
|
|
207507
208143
|
],
|
|
207508
208144
|
"return": {
|
|
@@ -207517,12 +208153,12 @@
|
|
|
207517
208153
|
"kind": "method",
|
|
207518
208154
|
"name": "registerOnReset",
|
|
207519
208155
|
"privacy": "public",
|
|
207520
|
-
"type": "(fn:
|
|
208156
|
+
"type": "(fn: unknown): void",
|
|
207521
208157
|
"description": "Registers a function called when the element is reset.",
|
|
207522
208158
|
"parameters": [
|
|
207523
208159
|
{
|
|
207524
208160
|
"name": "fn",
|
|
207525
|
-
"type": "
|
|
208161
|
+
"type": "unknown"
|
|
207526
208162
|
}
|
|
207527
208163
|
],
|
|
207528
208164
|
"return": {
|
|
@@ -207552,6 +208188,21 @@
|
|
|
207552
208188
|
"name": "ElementValueAccessorBase",
|
|
207553
208189
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
207554
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
|
+
}
|
|
207555
208206
|
}
|
|
207556
208207
|
]
|
|
207557
208208
|
},
|
|
@@ -208071,12 +208722,12 @@
|
|
|
208071
208722
|
"kind": "method",
|
|
208072
208723
|
"name": "registerOnChange",
|
|
208073
208724
|
"privacy": "public",
|
|
208074
|
-
"type": "(fn:
|
|
208725
|
+
"type": "(fn: unknown): void",
|
|
208075
208726
|
"description": "Registers a function called when the element value changes.",
|
|
208076
208727
|
"parameters": [
|
|
208077
208728
|
{
|
|
208078
208729
|
"name": "fn",
|
|
208079
|
-
"type": "
|
|
208730
|
+
"type": "unknown"
|
|
208080
208731
|
}
|
|
208081
208732
|
],
|
|
208082
208733
|
"return": {
|
|
@@ -208091,12 +208742,12 @@
|
|
|
208091
208742
|
"kind": "method",
|
|
208092
208743
|
"name": "registerOnTouched",
|
|
208093
208744
|
"privacy": "public",
|
|
208094
|
-
"type": "(fn:
|
|
208745
|
+
"type": "(fn: unknown): void",
|
|
208095
208746
|
"description": "Registers a function called when the element is touched.",
|
|
208096
208747
|
"parameters": [
|
|
208097
208748
|
{
|
|
208098
208749
|
"name": "fn",
|
|
208099
|
-
"type": "
|
|
208750
|
+
"type": "unknown"
|
|
208100
208751
|
}
|
|
208101
208752
|
],
|
|
208102
208753
|
"return": {
|
|
@@ -208111,12 +208762,12 @@
|
|
|
208111
208762
|
"kind": "method",
|
|
208112
208763
|
"name": "registerOnReset",
|
|
208113
208764
|
"privacy": "public",
|
|
208114
|
-
"type": "(fn:
|
|
208765
|
+
"type": "(fn: unknown): void",
|
|
208115
208766
|
"description": "Registers a function called when the element is reset.",
|
|
208116
208767
|
"parameters": [
|
|
208117
208768
|
{
|
|
208118
208769
|
"name": "fn",
|
|
208119
|
-
"type": "
|
|
208770
|
+
"type": "unknown"
|
|
208120
208771
|
}
|
|
208121
208772
|
],
|
|
208122
208773
|
"return": {
|
|
@@ -208146,6 +208797,21 @@
|
|
|
208146
208797
|
"name": "ElementValueAccessorBase",
|
|
208147
208798
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208148
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
|
+
}
|
|
208149
208815
|
}
|
|
208150
208816
|
]
|
|
208151
208817
|
},
|
|
@@ -212829,12 +213495,12 @@
|
|
|
212829
213495
|
"kind": "method",
|
|
212830
213496
|
"name": "registerOnChange",
|
|
212831
213497
|
"privacy": "public",
|
|
212832
|
-
"type": "(fn:
|
|
213498
|
+
"type": "(fn: unknown): void",
|
|
212833
213499
|
"description": "Registers a function called when the element value changes.",
|
|
212834
213500
|
"parameters": [
|
|
212835
213501
|
{
|
|
212836
213502
|
"name": "fn",
|
|
212837
|
-
"type": "
|
|
213503
|
+
"type": "unknown"
|
|
212838
213504
|
}
|
|
212839
213505
|
],
|
|
212840
213506
|
"return": {
|
|
@@ -212849,12 +213515,12 @@
|
|
|
212849
213515
|
"kind": "method",
|
|
212850
213516
|
"name": "registerOnTouched",
|
|
212851
213517
|
"privacy": "public",
|
|
212852
|
-
"type": "(fn:
|
|
213518
|
+
"type": "(fn: unknown): void",
|
|
212853
213519
|
"description": "Registers a function called when the element is touched.",
|
|
212854
213520
|
"parameters": [
|
|
212855
213521
|
{
|
|
212856
213522
|
"name": "fn",
|
|
212857
|
-
"type": "
|
|
213523
|
+
"type": "unknown"
|
|
212858
213524
|
}
|
|
212859
213525
|
],
|
|
212860
213526
|
"return": {
|
|
@@ -212869,12 +213535,12 @@
|
|
|
212869
213535
|
"kind": "method",
|
|
212870
213536
|
"name": "registerOnReset",
|
|
212871
213537
|
"privacy": "public",
|
|
212872
|
-
"type": "(fn:
|
|
213538
|
+
"type": "(fn: unknown): void",
|
|
212873
213539
|
"description": "Registers a function called when the element is reset.",
|
|
212874
213540
|
"parameters": [
|
|
212875
213541
|
{
|
|
212876
213542
|
"name": "fn",
|
|
212877
|
-
"type": "
|
|
213543
|
+
"type": "unknown"
|
|
212878
213544
|
}
|
|
212879
213545
|
],
|
|
212880
213546
|
"return": {
|
|
@@ -212904,6 +213570,21 @@
|
|
|
212904
213570
|
"name": "ElementValueAccessorBase",
|
|
212905
213571
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
212906
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
|
+
}
|
|
212907
213588
|
}
|
|
212908
213589
|
]
|
|
212909
213590
|
},
|
|
@@ -231308,12 +231989,12 @@
|
|
|
231308
231989
|
"kind": "method",
|
|
231309
231990
|
"name": "registerOnChange",
|
|
231310
231991
|
"privacy": "public",
|
|
231311
|
-
"type": "(fn:
|
|
231992
|
+
"type": "(fn: unknown): void",
|
|
231312
231993
|
"description": "Registers a function called when the element value changes.",
|
|
231313
231994
|
"parameters": [
|
|
231314
231995
|
{
|
|
231315
231996
|
"name": "fn",
|
|
231316
|
-
"type": "
|
|
231997
|
+
"type": "unknown"
|
|
231317
231998
|
}
|
|
231318
231999
|
],
|
|
231319
232000
|
"return": {
|
|
@@ -231328,12 +232009,12 @@
|
|
|
231328
232009
|
"kind": "method",
|
|
231329
232010
|
"name": "registerOnTouched",
|
|
231330
232011
|
"privacy": "public",
|
|
231331
|
-
"type": "(fn:
|
|
232012
|
+
"type": "(fn: unknown): void",
|
|
231332
232013
|
"description": "Registers a function called when the element is touched.",
|
|
231333
232014
|
"parameters": [
|
|
231334
232015
|
{
|
|
231335
232016
|
"name": "fn",
|
|
231336
|
-
"type": "
|
|
232017
|
+
"type": "unknown"
|
|
231337
232018
|
}
|
|
231338
232019
|
],
|
|
231339
232020
|
"return": {
|
|
@@ -231348,12 +232029,12 @@
|
|
|
231348
232029
|
"kind": "method",
|
|
231349
232030
|
"name": "registerOnReset",
|
|
231350
232031
|
"privacy": "public",
|
|
231351
|
-
"type": "(fn:
|
|
232032
|
+
"type": "(fn: unknown): void",
|
|
231352
232033
|
"description": "Registers a function called when the element is reset.",
|
|
231353
232034
|
"parameters": [
|
|
231354
232035
|
{
|
|
231355
232036
|
"name": "fn",
|
|
231356
|
-
"type": "
|
|
232037
|
+
"type": "unknown"
|
|
231357
232038
|
}
|
|
231358
232039
|
],
|
|
231359
232040
|
"return": {
|
|
@@ -231383,6 +232064,21 @@
|
|
|
231383
232064
|
"name": "ElementValueAccessorBase",
|
|
231384
232065
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
231385
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
|
+
}
|
|
231386
232082
|
}
|
|
231387
232083
|
]
|
|
231388
232084
|
},
|