@breadstone/mosaik-elements-foundation 0.1.4 → 0.1.6
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/ChatElement.d.ts +2 -0
- package/Controls/Components/Media/Chat/ChatElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatElement.js +2 -0
- package/Controls/Components/Media/Chat/ChatElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatElementTemplate.js +12 -9
- package/Controls/Components/Media/Chat/ChatElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElement.d.ts +16 -0
- package/Controls/Components/Media/Chat/ChatInputElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElement.js +42 -0
- package/Controls/Components/Media/Chat/ChatInputElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js +2 -0
- package/Controls/Components/Media/Chat/ChatInputElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts +9 -3
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.js +11 -3
- package/Controls/Components/Media/Chat/ChatMessageElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.js +56 -45
- package/Controls/Components/Media/Chat/ChatMessageElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.js +5 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.js +5 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionElementTemplate.js.map +1 -1
- package/Controls/Components/Media/Chat/IChatInputElementProps.d.ts +2 -0
- package/Controls/Components/Media/Chat/IChatInputElementProps.d.ts.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 +4 -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 +4 -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 +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatElement.Memphis.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Joy.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.Memphis.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageDividerElement.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 +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.js +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.js +106 -32
- package/Controls/Components/Media/Chat/Themes/ChatMessageElement.Memphis.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.js +8 -4
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Joy.js.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.js +4 -0
- package/Controls/Components/Media/Chat/Themes/ChatMessageReactionElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElement.d.ts +2 -4
- package/Controls/Components/Primitives/Divider/DividerElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElement.js +2 -4
- package/Controls/Components/Primitives/Divider/DividerElement.js.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/DividerElementTemplate.js +4 -2
- package/Controls/Components/Primitives/Divider/DividerElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Cosmopolitan.js +2 -3
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Joy.js +2 -3
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Memphis.js +2 -3
- package/Controls/Components/Primitives/Divider/Themes/DividerElement.Memphis.js.map +1 -1
- package/Controls/Components/Selectors/List/ListItemGroupElementTemplate.js +2 -2
- package/Controls/Components/Selectors/List/ListItemGroupElementTemplate.js.map +1 -1
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.d.ts +16 -5
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.d.ts.map +1 -1
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.js +18 -4
- package/Forms/Accessors/Abstracts/ElementValueAccessorBase.js.map +1 -1
- package/Forms/Accessors/Interfaces/IElementValueAccessor.d.ts +10 -4
- package/Forms/Accessors/Interfaces/IElementValueAccessor.d.ts.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +1110 -412
- 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
|
},
|
|
@@ -111317,6 +111737,10 @@
|
|
|
111317
111737
|
{
|
|
111318
111738
|
"name": "messagesWrapper",
|
|
111319
111739
|
"description": "The messagesWrapper part."
|
|
111740
|
+
},
|
|
111741
|
+
{
|
|
111742
|
+
"name": "scroll",
|
|
111743
|
+
"description": "The scroll part."
|
|
111320
111744
|
}
|
|
111321
111745
|
]
|
|
111322
111746
|
}
|
|
@@ -112597,6 +113021,28 @@
|
|
|
112597
113021
|
"module": "./../src/Controls/Components/Media/Chat/IChatInputElementProps.ts"
|
|
112598
113022
|
}
|
|
112599
113023
|
},
|
|
113024
|
+
{
|
|
113025
|
+
"kind": "field",
|
|
113026
|
+
"name": "minRows",
|
|
113027
|
+
"privacy": "public",
|
|
113028
|
+
"description": "Gets or sets the `minRows` property.",
|
|
113029
|
+
"type": "number",
|
|
113030
|
+
"inheritedFrom": {
|
|
113031
|
+
"name": "IChatInputElementProps",
|
|
113032
|
+
"module": "./../src/Controls/Components/Media/Chat/IChatInputElementProps.ts"
|
|
113033
|
+
}
|
|
113034
|
+
},
|
|
113035
|
+
{
|
|
113036
|
+
"kind": "field",
|
|
113037
|
+
"name": "maxRows",
|
|
113038
|
+
"privacy": "public",
|
|
113039
|
+
"description": "Gets or sets the `maxRows` property.",
|
|
113040
|
+
"type": "number",
|
|
113041
|
+
"inheritedFrom": {
|
|
113042
|
+
"name": "IChatInputElementProps",
|
|
113043
|
+
"module": "./../src/Controls/Components/Media/Chat/IChatInputElementProps.ts"
|
|
113044
|
+
}
|
|
113045
|
+
},
|
|
112600
113046
|
{
|
|
112601
113047
|
"kind": "field",
|
|
112602
113048
|
"name": "themeName",
|
|
@@ -115371,6 +115817,10 @@
|
|
|
115371
115817
|
"description": "The actions slot.",
|
|
115372
115818
|
"name": "actions"
|
|
115373
115819
|
},
|
|
115820
|
+
{
|
|
115821
|
+
"description": "Slot for content displayed after the message bubble.",
|
|
115822
|
+
"name": "after"
|
|
115823
|
+
},
|
|
115374
115824
|
{
|
|
115375
115825
|
"description": "The slot for timestamp elements.",
|
|
115376
115826
|
"name": "at"
|
|
@@ -115636,7 +116086,7 @@
|
|
|
115636
116086
|
"cssParts": [
|
|
115637
116087
|
{
|
|
115638
116088
|
"name": "actions",
|
|
115639
|
-
"description": "The actions part."
|
|
116089
|
+
"description": "The actions part containing action buttons."
|
|
115640
116090
|
},
|
|
115641
116091
|
{
|
|
115642
116092
|
"name": "at",
|
|
@@ -115650,14 +116100,14 @@
|
|
|
115650
116100
|
"name": "busy",
|
|
115651
116101
|
"description": "The busy part."
|
|
115652
116102
|
},
|
|
115653
|
-
{
|
|
115654
|
-
"name": "content",
|
|
115655
|
-
"description": "The content part."
|
|
115656
|
-
},
|
|
115657
116103
|
{
|
|
115658
116104
|
"name": "dot",
|
|
115659
116105
|
"description": "The dot part."
|
|
115660
116106
|
},
|
|
116107
|
+
{
|
|
116108
|
+
"name": "footer",
|
|
116109
|
+
"description": "The footer part containing actions and reactions."
|
|
116110
|
+
},
|
|
115661
116111
|
{
|
|
115662
116112
|
"name": "header",
|
|
115663
116113
|
"description": "The header part."
|
|
@@ -115666,9 +116116,29 @@
|
|
|
115666
116116
|
"name": "message",
|
|
115667
116117
|
"description": "The message part."
|
|
115668
116118
|
},
|
|
116119
|
+
{
|
|
116120
|
+
"name": "message-after",
|
|
116121
|
+
"description": "The container for content displayed after the message bubble."
|
|
116122
|
+
},
|
|
116123
|
+
{
|
|
116124
|
+
"name": "message-area",
|
|
116125
|
+
"description": "The message area part containing the message stack and attachments."
|
|
116126
|
+
},
|
|
116127
|
+
{
|
|
116128
|
+
"name": "message-body",
|
|
116129
|
+
"description": "The message body part containing text or busy state."
|
|
116130
|
+
},
|
|
116131
|
+
{
|
|
116132
|
+
"name": "message-line",
|
|
116133
|
+
"description": "The line containing the message bubble and after slot."
|
|
116134
|
+
},
|
|
116135
|
+
{
|
|
116136
|
+
"name": "message-stack",
|
|
116137
|
+
"description": "The stack containing the message line and footer."
|
|
116138
|
+
},
|
|
115669
116139
|
{
|
|
115670
116140
|
"name": "reactions",
|
|
115671
|
-
"description": "The reactions part."
|
|
116141
|
+
"description": "The reactions part containing reaction elements."
|
|
115672
116142
|
},
|
|
115673
116143
|
{
|
|
115674
116144
|
"name": "root",
|
|
@@ -117861,12 +118331,12 @@
|
|
|
117861
118331
|
"kind": "method",
|
|
117862
118332
|
"name": "registerOnChange",
|
|
117863
118333
|
"privacy": "public",
|
|
117864
|
-
"type": "(fn:
|
|
118334
|
+
"type": "(fn: unknown): void",
|
|
117865
118335
|
"description": "Registers a function called when the element value changes.",
|
|
117866
118336
|
"parameters": [
|
|
117867
118337
|
{
|
|
117868
118338
|
"name": "fn",
|
|
117869
|
-
"type": "
|
|
118339
|
+
"type": "unknown"
|
|
117870
118340
|
}
|
|
117871
118341
|
],
|
|
117872
118342
|
"return": {
|
|
@@ -117881,12 +118351,12 @@
|
|
|
117881
118351
|
"kind": "method",
|
|
117882
118352
|
"name": "registerOnTouched",
|
|
117883
118353
|
"privacy": "public",
|
|
117884
|
-
"type": "(fn:
|
|
118354
|
+
"type": "(fn: unknown): void",
|
|
117885
118355
|
"description": "Registers a function called when the element is touched.",
|
|
117886
118356
|
"parameters": [
|
|
117887
118357
|
{
|
|
117888
118358
|
"name": "fn",
|
|
117889
|
-
"type": "
|
|
118359
|
+
"type": "unknown"
|
|
117890
118360
|
}
|
|
117891
118361
|
],
|
|
117892
118362
|
"return": {
|
|
@@ -117901,12 +118371,12 @@
|
|
|
117901
118371
|
"kind": "method",
|
|
117902
118372
|
"name": "registerOnReset",
|
|
117903
118373
|
"privacy": "public",
|
|
117904
|
-
"type": "(fn:
|
|
118374
|
+
"type": "(fn: unknown): void",
|
|
117905
118375
|
"description": "Registers a function called when the element is reset.",
|
|
117906
118376
|
"parameters": [
|
|
117907
118377
|
{
|
|
117908
118378
|
"name": "fn",
|
|
117909
|
-
"type": "
|
|
118379
|
+
"type": "unknown"
|
|
117910
118380
|
}
|
|
117911
118381
|
],
|
|
117912
118382
|
"return": {
|
|
@@ -117936,6 +118406,21 @@
|
|
|
117936
118406
|
"name": "ElementValueAccessorBase",
|
|
117937
118407
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
117938
118408
|
}
|
|
118409
|
+
},
|
|
118410
|
+
{
|
|
118411
|
+
"kind": "method",
|
|
118412
|
+
"name": "releaseCallbacks",
|
|
118413
|
+
"privacy": "public",
|
|
118414
|
+
"type": "(): void",
|
|
118415
|
+
"description": "Releases registered framework callbacks.",
|
|
118416
|
+
"parameters": [],
|
|
118417
|
+
"return": {
|
|
118418
|
+
"type": "void"
|
|
118419
|
+
},
|
|
118420
|
+
"inheritedFrom": {
|
|
118421
|
+
"name": "ElementValueAccessorBase",
|
|
118422
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
118423
|
+
}
|
|
117939
118424
|
}
|
|
117940
118425
|
]
|
|
117941
118426
|
},
|
|
@@ -120210,12 +120695,12 @@
|
|
|
120210
120695
|
"kind": "method",
|
|
120211
120696
|
"name": "registerOnChange",
|
|
120212
120697
|
"privacy": "public",
|
|
120213
|
-
"type": "(fn:
|
|
120698
|
+
"type": "(fn: unknown): void",
|
|
120214
120699
|
"description": "Registers a function called when the element value changes.",
|
|
120215
120700
|
"parameters": [
|
|
120216
120701
|
{
|
|
120217
120702
|
"name": "fn",
|
|
120218
|
-
"type": "
|
|
120703
|
+
"type": "unknown"
|
|
120219
120704
|
}
|
|
120220
120705
|
],
|
|
120221
120706
|
"return": {
|
|
@@ -120230,12 +120715,12 @@
|
|
|
120230
120715
|
"kind": "method",
|
|
120231
120716
|
"name": "registerOnTouched",
|
|
120232
120717
|
"privacy": "public",
|
|
120233
|
-
"type": "(fn:
|
|
120718
|
+
"type": "(fn: unknown): void",
|
|
120234
120719
|
"description": "Registers a function called when the element is touched.",
|
|
120235
120720
|
"parameters": [
|
|
120236
120721
|
{
|
|
120237
120722
|
"name": "fn",
|
|
120238
|
-
"type": "
|
|
120723
|
+
"type": "unknown"
|
|
120239
120724
|
}
|
|
120240
120725
|
],
|
|
120241
120726
|
"return": {
|
|
@@ -120250,12 +120735,12 @@
|
|
|
120250
120735
|
"kind": "method",
|
|
120251
120736
|
"name": "registerOnReset",
|
|
120252
120737
|
"privacy": "public",
|
|
120253
|
-
"type": "(fn:
|
|
120738
|
+
"type": "(fn: unknown): void",
|
|
120254
120739
|
"description": "Registers a function called when the element is reset.",
|
|
120255
120740
|
"parameters": [
|
|
120256
120741
|
{
|
|
120257
120742
|
"name": "fn",
|
|
120258
|
-
"type": "
|
|
120743
|
+
"type": "unknown"
|
|
120259
120744
|
}
|
|
120260
120745
|
],
|
|
120261
120746
|
"return": {
|
|
@@ -120285,6 +120770,21 @@
|
|
|
120285
120770
|
"name": "ElementValueAccessorBase",
|
|
120286
120771
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120287
120772
|
}
|
|
120773
|
+
},
|
|
120774
|
+
{
|
|
120775
|
+
"kind": "method",
|
|
120776
|
+
"name": "releaseCallbacks",
|
|
120777
|
+
"privacy": "public",
|
|
120778
|
+
"type": "(): void",
|
|
120779
|
+
"description": "Releases registered framework callbacks.",
|
|
120780
|
+
"parameters": [],
|
|
120781
|
+
"return": {
|
|
120782
|
+
"type": "void"
|
|
120783
|
+
},
|
|
120784
|
+
"inheritedFrom": {
|
|
120785
|
+
"name": "ElementValueAccessorBase",
|
|
120786
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120787
|
+
}
|
|
120288
120788
|
}
|
|
120289
120789
|
]
|
|
120290
120790
|
},
|
|
@@ -120351,12 +120851,12 @@
|
|
|
120351
120851
|
"kind": "method",
|
|
120352
120852
|
"name": "registerOnChange",
|
|
120353
120853
|
"privacy": "public",
|
|
120354
|
-
"type": "(fn:
|
|
120854
|
+
"type": "(fn: unknown): void",
|
|
120355
120855
|
"description": "Registers a function called when the element value changes.",
|
|
120356
120856
|
"parameters": [
|
|
120357
120857
|
{
|
|
120358
120858
|
"name": "fn",
|
|
120359
|
-
"type": "
|
|
120859
|
+
"type": "unknown"
|
|
120360
120860
|
}
|
|
120361
120861
|
],
|
|
120362
120862
|
"return": {
|
|
@@ -120371,12 +120871,12 @@
|
|
|
120371
120871
|
"kind": "method",
|
|
120372
120872
|
"name": "registerOnTouched",
|
|
120373
120873
|
"privacy": "public",
|
|
120374
|
-
"type": "(fn:
|
|
120874
|
+
"type": "(fn: unknown): void",
|
|
120375
120875
|
"description": "Registers a function called when the element is touched.",
|
|
120376
120876
|
"parameters": [
|
|
120377
120877
|
{
|
|
120378
120878
|
"name": "fn",
|
|
120379
|
-
"type": "
|
|
120879
|
+
"type": "unknown"
|
|
120380
120880
|
}
|
|
120381
120881
|
],
|
|
120382
120882
|
"return": {
|
|
@@ -120391,12 +120891,12 @@
|
|
|
120391
120891
|
"kind": "method",
|
|
120392
120892
|
"name": "registerOnReset",
|
|
120393
120893
|
"privacy": "public",
|
|
120394
|
-
"type": "(fn:
|
|
120894
|
+
"type": "(fn: unknown): void",
|
|
120395
120895
|
"description": "Registers a function called when the element is reset.",
|
|
120396
120896
|
"parameters": [
|
|
120397
120897
|
{
|
|
120398
120898
|
"name": "fn",
|
|
120399
|
-
"type": "
|
|
120899
|
+
"type": "unknown"
|
|
120400
120900
|
}
|
|
120401
120901
|
],
|
|
120402
120902
|
"return": {
|
|
@@ -120426,6 +120926,21 @@
|
|
|
120426
120926
|
"name": "ElementValueAccessorBase",
|
|
120427
120927
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120428
120928
|
}
|
|
120929
|
+
},
|
|
120930
|
+
{
|
|
120931
|
+
"kind": "method",
|
|
120932
|
+
"name": "releaseCallbacks",
|
|
120933
|
+
"privacy": "public",
|
|
120934
|
+
"type": "(): void",
|
|
120935
|
+
"description": "Releases registered framework callbacks.",
|
|
120936
|
+
"parameters": [],
|
|
120937
|
+
"return": {
|
|
120938
|
+
"type": "void"
|
|
120939
|
+
},
|
|
120940
|
+
"inheritedFrom": {
|
|
120941
|
+
"name": "ElementValueAccessorBase",
|
|
120942
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120943
|
+
}
|
|
120429
120944
|
}
|
|
120430
120945
|
]
|
|
120431
120946
|
},
|
|
@@ -120492,12 +121007,12 @@
|
|
|
120492
121007
|
"kind": "method",
|
|
120493
121008
|
"name": "registerOnChange",
|
|
120494
121009
|
"privacy": "public",
|
|
120495
|
-
"type": "(fn:
|
|
121010
|
+
"type": "(fn: unknown): void",
|
|
120496
121011
|
"description": "Registers a function called when the element value changes.",
|
|
120497
121012
|
"parameters": [
|
|
120498
121013
|
{
|
|
120499
121014
|
"name": "fn",
|
|
120500
|
-
"type": "
|
|
121015
|
+
"type": "unknown"
|
|
120501
121016
|
}
|
|
120502
121017
|
],
|
|
120503
121018
|
"return": {
|
|
@@ -120512,12 +121027,12 @@
|
|
|
120512
121027
|
"kind": "method",
|
|
120513
121028
|
"name": "registerOnTouched",
|
|
120514
121029
|
"privacy": "public",
|
|
120515
|
-
"type": "(fn:
|
|
121030
|
+
"type": "(fn: unknown): void",
|
|
120516
121031
|
"description": "Registers a function called when the element is touched.",
|
|
120517
121032
|
"parameters": [
|
|
120518
121033
|
{
|
|
120519
121034
|
"name": "fn",
|
|
120520
|
-
"type": "
|
|
121035
|
+
"type": "unknown"
|
|
120521
121036
|
}
|
|
120522
121037
|
],
|
|
120523
121038
|
"return": {
|
|
@@ -120532,12 +121047,12 @@
|
|
|
120532
121047
|
"kind": "method",
|
|
120533
121048
|
"name": "registerOnReset",
|
|
120534
121049
|
"privacy": "public",
|
|
120535
|
-
"type": "(fn:
|
|
121050
|
+
"type": "(fn: unknown): void",
|
|
120536
121051
|
"description": "Registers a function called when the element is reset.",
|
|
120537
121052
|
"parameters": [
|
|
120538
121053
|
{
|
|
120539
121054
|
"name": "fn",
|
|
120540
|
-
"type": "
|
|
121055
|
+
"type": "unknown"
|
|
120541
121056
|
}
|
|
120542
121057
|
],
|
|
120543
121058
|
"return": {
|
|
@@ -120567,6 +121082,21 @@
|
|
|
120567
121082
|
"name": "ElementValueAccessorBase",
|
|
120568
121083
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120569
121084
|
}
|
|
121085
|
+
},
|
|
121086
|
+
{
|
|
121087
|
+
"kind": "method",
|
|
121088
|
+
"name": "releaseCallbacks",
|
|
121089
|
+
"privacy": "public",
|
|
121090
|
+
"type": "(): void",
|
|
121091
|
+
"description": "Releases registered framework callbacks.",
|
|
121092
|
+
"parameters": [],
|
|
121093
|
+
"return": {
|
|
121094
|
+
"type": "void"
|
|
121095
|
+
},
|
|
121096
|
+
"inheritedFrom": {
|
|
121097
|
+
"name": "ElementValueAccessorBase",
|
|
121098
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121099
|
+
}
|
|
120570
121100
|
}
|
|
120571
121101
|
]
|
|
120572
121102
|
},
|
|
@@ -120633,12 +121163,12 @@
|
|
|
120633
121163
|
"kind": "method",
|
|
120634
121164
|
"name": "registerOnChange",
|
|
120635
121165
|
"privacy": "public",
|
|
120636
|
-
"type": "(fn:
|
|
121166
|
+
"type": "(fn: unknown): void",
|
|
120637
121167
|
"description": "Registers a function called when the element value changes.",
|
|
120638
121168
|
"parameters": [
|
|
120639
121169
|
{
|
|
120640
121170
|
"name": "fn",
|
|
120641
|
-
"type": "
|
|
121171
|
+
"type": "unknown"
|
|
120642
121172
|
}
|
|
120643
121173
|
],
|
|
120644
121174
|
"return": {
|
|
@@ -120653,12 +121183,12 @@
|
|
|
120653
121183
|
"kind": "method",
|
|
120654
121184
|
"name": "registerOnTouched",
|
|
120655
121185
|
"privacy": "public",
|
|
120656
|
-
"type": "(fn:
|
|
121186
|
+
"type": "(fn: unknown): void",
|
|
120657
121187
|
"description": "Registers a function called when the element is touched.",
|
|
120658
121188
|
"parameters": [
|
|
120659
121189
|
{
|
|
120660
121190
|
"name": "fn",
|
|
120661
|
-
"type": "
|
|
121191
|
+
"type": "unknown"
|
|
120662
121192
|
}
|
|
120663
121193
|
],
|
|
120664
121194
|
"return": {
|
|
@@ -120673,12 +121203,12 @@
|
|
|
120673
121203
|
"kind": "method",
|
|
120674
121204
|
"name": "registerOnReset",
|
|
120675
121205
|
"privacy": "public",
|
|
120676
|
-
"type": "(fn:
|
|
121206
|
+
"type": "(fn: unknown): void",
|
|
120677
121207
|
"description": "Registers a function called when the element is reset.",
|
|
120678
121208
|
"parameters": [
|
|
120679
121209
|
{
|
|
120680
121210
|
"name": "fn",
|
|
120681
|
-
"type": "
|
|
121211
|
+
"type": "unknown"
|
|
120682
121212
|
}
|
|
120683
121213
|
],
|
|
120684
121214
|
"return": {
|
|
@@ -120708,6 +121238,21 @@
|
|
|
120708
121238
|
"name": "ElementValueAccessorBase",
|
|
120709
121239
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120710
121240
|
}
|
|
121241
|
+
},
|
|
121242
|
+
{
|
|
121243
|
+
"kind": "method",
|
|
121244
|
+
"name": "releaseCallbacks",
|
|
121245
|
+
"privacy": "public",
|
|
121246
|
+
"type": "(): void",
|
|
121247
|
+
"description": "Releases registered framework callbacks.",
|
|
121248
|
+
"parameters": [],
|
|
121249
|
+
"return": {
|
|
121250
|
+
"type": "void"
|
|
121251
|
+
},
|
|
121252
|
+
"inheritedFrom": {
|
|
121253
|
+
"name": "ElementValueAccessorBase",
|
|
121254
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121255
|
+
}
|
|
120711
121256
|
}
|
|
120712
121257
|
]
|
|
120713
121258
|
},
|
|
@@ -120774,12 +121319,12 @@
|
|
|
120774
121319
|
"kind": "method",
|
|
120775
121320
|
"name": "registerOnChange",
|
|
120776
121321
|
"privacy": "public",
|
|
120777
|
-
"type": "(fn:
|
|
121322
|
+
"type": "(fn: unknown): void",
|
|
120778
121323
|
"description": "Registers a function called when the element value changes.",
|
|
120779
121324
|
"parameters": [
|
|
120780
121325
|
{
|
|
120781
121326
|
"name": "fn",
|
|
120782
|
-
"type": "
|
|
121327
|
+
"type": "unknown"
|
|
120783
121328
|
}
|
|
120784
121329
|
],
|
|
120785
121330
|
"return": {
|
|
@@ -120794,12 +121339,12 @@
|
|
|
120794
121339
|
"kind": "method",
|
|
120795
121340
|
"name": "registerOnTouched",
|
|
120796
121341
|
"privacy": "public",
|
|
120797
|
-
"type": "(fn:
|
|
121342
|
+
"type": "(fn: unknown): void",
|
|
120798
121343
|
"description": "Registers a function called when the element is touched.",
|
|
120799
121344
|
"parameters": [
|
|
120800
121345
|
{
|
|
120801
121346
|
"name": "fn",
|
|
120802
|
-
"type": "
|
|
121347
|
+
"type": "unknown"
|
|
120803
121348
|
}
|
|
120804
121349
|
],
|
|
120805
121350
|
"return": {
|
|
@@ -120814,12 +121359,12 @@
|
|
|
120814
121359
|
"kind": "method",
|
|
120815
121360
|
"name": "registerOnReset",
|
|
120816
121361
|
"privacy": "public",
|
|
120817
|
-
"type": "(fn:
|
|
121362
|
+
"type": "(fn: unknown): void",
|
|
120818
121363
|
"description": "Registers a function called when the element is reset.",
|
|
120819
121364
|
"parameters": [
|
|
120820
121365
|
{
|
|
120821
121366
|
"name": "fn",
|
|
120822
|
-
"type": "
|
|
121367
|
+
"type": "unknown"
|
|
120823
121368
|
}
|
|
120824
121369
|
],
|
|
120825
121370
|
"return": {
|
|
@@ -120849,6 +121394,21 @@
|
|
|
120849
121394
|
"name": "ElementValueAccessorBase",
|
|
120850
121395
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120851
121396
|
}
|
|
121397
|
+
},
|
|
121398
|
+
{
|
|
121399
|
+
"kind": "method",
|
|
121400
|
+
"name": "releaseCallbacks",
|
|
121401
|
+
"privacy": "public",
|
|
121402
|
+
"type": "(): void",
|
|
121403
|
+
"description": "Releases registered framework callbacks.",
|
|
121404
|
+
"parameters": [],
|
|
121405
|
+
"return": {
|
|
121406
|
+
"type": "void"
|
|
121407
|
+
},
|
|
121408
|
+
"inheritedFrom": {
|
|
121409
|
+
"name": "ElementValueAccessorBase",
|
|
121410
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121411
|
+
}
|
|
120852
121412
|
}
|
|
120853
121413
|
]
|
|
120854
121414
|
},
|
|
@@ -120915,12 +121475,12 @@
|
|
|
120915
121475
|
"kind": "method",
|
|
120916
121476
|
"name": "registerOnChange",
|
|
120917
121477
|
"privacy": "public",
|
|
120918
|
-
"type": "(fn:
|
|
121478
|
+
"type": "(fn: unknown): void",
|
|
120919
121479
|
"description": "Registers a function called when the element value changes.",
|
|
120920
121480
|
"parameters": [
|
|
120921
121481
|
{
|
|
120922
121482
|
"name": "fn",
|
|
120923
|
-
"type": "
|
|
121483
|
+
"type": "unknown"
|
|
120924
121484
|
}
|
|
120925
121485
|
],
|
|
120926
121486
|
"return": {
|
|
@@ -120935,12 +121495,12 @@
|
|
|
120935
121495
|
"kind": "method",
|
|
120936
121496
|
"name": "registerOnTouched",
|
|
120937
121497
|
"privacy": "public",
|
|
120938
|
-
"type": "(fn:
|
|
121498
|
+
"type": "(fn: unknown): void",
|
|
120939
121499
|
"description": "Registers a function called when the element is touched.",
|
|
120940
121500
|
"parameters": [
|
|
120941
121501
|
{
|
|
120942
121502
|
"name": "fn",
|
|
120943
|
-
"type": "
|
|
121503
|
+
"type": "unknown"
|
|
120944
121504
|
}
|
|
120945
121505
|
],
|
|
120946
121506
|
"return": {
|
|
@@ -120955,12 +121515,12 @@
|
|
|
120955
121515
|
"kind": "method",
|
|
120956
121516
|
"name": "registerOnReset",
|
|
120957
121517
|
"privacy": "public",
|
|
120958
|
-
"type": "(fn:
|
|
121518
|
+
"type": "(fn: unknown): void",
|
|
120959
121519
|
"description": "Registers a function called when the element is reset.",
|
|
120960
121520
|
"parameters": [
|
|
120961
121521
|
{
|
|
120962
121522
|
"name": "fn",
|
|
120963
|
-
"type": "
|
|
121523
|
+
"type": "unknown"
|
|
120964
121524
|
}
|
|
120965
121525
|
],
|
|
120966
121526
|
"return": {
|
|
@@ -120990,6 +121550,21 @@
|
|
|
120990
121550
|
"name": "ElementValueAccessorBase",
|
|
120991
121551
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
120992
121552
|
}
|
|
121553
|
+
},
|
|
121554
|
+
{
|
|
121555
|
+
"kind": "method",
|
|
121556
|
+
"name": "releaseCallbacks",
|
|
121557
|
+
"privacy": "public",
|
|
121558
|
+
"type": "(): void",
|
|
121559
|
+
"description": "Releases registered framework callbacks.",
|
|
121560
|
+
"parameters": [],
|
|
121561
|
+
"return": {
|
|
121562
|
+
"type": "void"
|
|
121563
|
+
},
|
|
121564
|
+
"inheritedFrom": {
|
|
121565
|
+
"name": "ElementValueAccessorBase",
|
|
121566
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121567
|
+
}
|
|
120993
121568
|
}
|
|
120994
121569
|
]
|
|
120995
121570
|
},
|
|
@@ -121056,12 +121631,12 @@
|
|
|
121056
121631
|
"kind": "method",
|
|
121057
121632
|
"name": "registerOnChange",
|
|
121058
121633
|
"privacy": "public",
|
|
121059
|
-
"type": "(fn:
|
|
121634
|
+
"type": "(fn: unknown): void",
|
|
121060
121635
|
"description": "Registers a function called when the element value changes.",
|
|
121061
121636
|
"parameters": [
|
|
121062
121637
|
{
|
|
121063
121638
|
"name": "fn",
|
|
121064
|
-
"type": "
|
|
121639
|
+
"type": "unknown"
|
|
121065
121640
|
}
|
|
121066
121641
|
],
|
|
121067
121642
|
"return": {
|
|
@@ -121076,12 +121651,12 @@
|
|
|
121076
121651
|
"kind": "method",
|
|
121077
121652
|
"name": "registerOnTouched",
|
|
121078
121653
|
"privacy": "public",
|
|
121079
|
-
"type": "(fn:
|
|
121654
|
+
"type": "(fn: unknown): void",
|
|
121080
121655
|
"description": "Registers a function called when the element is touched.",
|
|
121081
121656
|
"parameters": [
|
|
121082
121657
|
{
|
|
121083
121658
|
"name": "fn",
|
|
121084
|
-
"type": "
|
|
121659
|
+
"type": "unknown"
|
|
121085
121660
|
}
|
|
121086
121661
|
],
|
|
121087
121662
|
"return": {
|
|
@@ -121096,12 +121671,168 @@
|
|
|
121096
121671
|
"kind": "method",
|
|
121097
121672
|
"name": "registerOnReset",
|
|
121098
121673
|
"privacy": "public",
|
|
121099
|
-
"type": "(fn:
|
|
121674
|
+
"type": "(fn: unknown): void",
|
|
121100
121675
|
"description": "Registers a function called when the element is reset.",
|
|
121101
121676
|
"parameters": [
|
|
121102
121677
|
{
|
|
121103
121678
|
"name": "fn",
|
|
121104
|
-
"type": "
|
|
121679
|
+
"type": "unknown"
|
|
121680
|
+
}
|
|
121681
|
+
],
|
|
121682
|
+
"return": {
|
|
121683
|
+
"type": "void"
|
|
121684
|
+
},
|
|
121685
|
+
"inheritedFrom": {
|
|
121686
|
+
"name": "ElementValueAccessorBase",
|
|
121687
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121688
|
+
}
|
|
121689
|
+
},
|
|
121690
|
+
{
|
|
121691
|
+
"kind": "method",
|
|
121692
|
+
"name": "setDisabled",
|
|
121693
|
+
"privacy": "public",
|
|
121694
|
+
"type": "(isDisabled: boolean): void",
|
|
121695
|
+
"description": "Sets the \"disabled\" property on the range input element.",
|
|
121696
|
+
"parameters": [
|
|
121697
|
+
{
|
|
121698
|
+
"name": "isDisabled",
|
|
121699
|
+
"type": "boolean"
|
|
121700
|
+
}
|
|
121701
|
+
],
|
|
121702
|
+
"return": {
|
|
121703
|
+
"type": "void"
|
|
121704
|
+
},
|
|
121705
|
+
"inheritedFrom": {
|
|
121706
|
+
"name": "ElementValueAccessorBase",
|
|
121707
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121708
|
+
}
|
|
121709
|
+
},
|
|
121710
|
+
{
|
|
121711
|
+
"kind": "method",
|
|
121712
|
+
"name": "releaseCallbacks",
|
|
121713
|
+
"privacy": "public",
|
|
121714
|
+
"type": "(): void",
|
|
121715
|
+
"description": "Releases registered framework callbacks.",
|
|
121716
|
+
"parameters": [],
|
|
121717
|
+
"return": {
|
|
121718
|
+
"type": "void"
|
|
121719
|
+
},
|
|
121720
|
+
"inheritedFrom": {
|
|
121721
|
+
"name": "ElementValueAccessorBase",
|
|
121722
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121723
|
+
}
|
|
121724
|
+
}
|
|
121725
|
+
]
|
|
121726
|
+
},
|
|
121727
|
+
{
|
|
121728
|
+
"kind": "variable",
|
|
121729
|
+
"name": "colorEditorShadeSliderElementValueAccessor",
|
|
121730
|
+
"description": "Factory function to create a `ColorEditorShadeSliderElementValueAccessor` instance.",
|
|
121731
|
+
"type": "ElementValueAccessorFn<ColorEditorShadeSliderElement>"
|
|
121732
|
+
}
|
|
121733
|
+
]
|
|
121734
|
+
},
|
|
121735
|
+
{
|
|
121736
|
+
"path": "./../src/Controls/Components/Media/ColorEditor/Accessors/ColorEditorSwatchElementValueAccessor.ts",
|
|
121737
|
+
"exports": [
|
|
121738
|
+
{
|
|
121739
|
+
"kind": "class",
|
|
121740
|
+
"superclass": {
|
|
121741
|
+
"name": "ElementValueAccessorBase",
|
|
121742
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121743
|
+
},
|
|
121744
|
+
"description": "The `ColorEditorSwatchElementValueAccessor` class provides form value accessor\nfunctionality for the `ColorEditorSwatchElement`, enabling two-way binding\nbetween the color swatch and form controls.",
|
|
121745
|
+
"name": "ColorEditorSwatchElementValueAccessor",
|
|
121746
|
+
"members": [
|
|
121747
|
+
{
|
|
121748
|
+
"kind": "method",
|
|
121749
|
+
"name": "hostConnected",
|
|
121750
|
+
"privacy": "public",
|
|
121751
|
+
"type": "(): void",
|
|
121752
|
+
"description": "Called when the host element is connected to the DOM.\nSets up event listeners for color changes.",
|
|
121753
|
+
"parameters": [],
|
|
121754
|
+
"return": {
|
|
121755
|
+
"type": "void"
|
|
121756
|
+
}
|
|
121757
|
+
},
|
|
121758
|
+
{
|
|
121759
|
+
"kind": "method",
|
|
121760
|
+
"name": "writeValue",
|
|
121761
|
+
"privacy": "public",
|
|
121762
|
+
"type": "(value: string | null): void",
|
|
121763
|
+
"description": "Writes a value to the host element.",
|
|
121764
|
+
"parameters": [
|
|
121765
|
+
{
|
|
121766
|
+
"name": "value",
|
|
121767
|
+
"type": "string | null",
|
|
121768
|
+
"description": "The color value to write."
|
|
121769
|
+
}
|
|
121770
|
+
],
|
|
121771
|
+
"return": {
|
|
121772
|
+
"type": "void"
|
|
121773
|
+
}
|
|
121774
|
+
},
|
|
121775
|
+
{
|
|
121776
|
+
"kind": "method",
|
|
121777
|
+
"name": "resetValue",
|
|
121778
|
+
"privacy": "public",
|
|
121779
|
+
"type": "(): void",
|
|
121780
|
+
"description": "Resets the host element to its default value.",
|
|
121781
|
+
"parameters": [],
|
|
121782
|
+
"return": {
|
|
121783
|
+
"type": "void"
|
|
121784
|
+
}
|
|
121785
|
+
},
|
|
121786
|
+
{
|
|
121787
|
+
"kind": "method",
|
|
121788
|
+
"name": "registerOnChange",
|
|
121789
|
+
"privacy": "public",
|
|
121790
|
+
"type": "(fn: unknown): void",
|
|
121791
|
+
"description": "Registers a function called when the element value changes.",
|
|
121792
|
+
"parameters": [
|
|
121793
|
+
{
|
|
121794
|
+
"name": "fn",
|
|
121795
|
+
"type": "unknown"
|
|
121796
|
+
}
|
|
121797
|
+
],
|
|
121798
|
+
"return": {
|
|
121799
|
+
"type": "void"
|
|
121800
|
+
},
|
|
121801
|
+
"inheritedFrom": {
|
|
121802
|
+
"name": "ElementValueAccessorBase",
|
|
121803
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121804
|
+
}
|
|
121805
|
+
},
|
|
121806
|
+
{
|
|
121807
|
+
"kind": "method",
|
|
121808
|
+
"name": "registerOnTouched",
|
|
121809
|
+
"privacy": "public",
|
|
121810
|
+
"type": "(fn: unknown): void",
|
|
121811
|
+
"description": "Registers a function called when the element is touched.",
|
|
121812
|
+
"parameters": [
|
|
121813
|
+
{
|
|
121814
|
+
"name": "fn",
|
|
121815
|
+
"type": "unknown"
|
|
121816
|
+
}
|
|
121817
|
+
],
|
|
121818
|
+
"return": {
|
|
121819
|
+
"type": "void"
|
|
121820
|
+
},
|
|
121821
|
+
"inheritedFrom": {
|
|
121822
|
+
"name": "ElementValueAccessorBase",
|
|
121823
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121824
|
+
}
|
|
121825
|
+
},
|
|
121826
|
+
{
|
|
121827
|
+
"kind": "method",
|
|
121828
|
+
"name": "registerOnReset",
|
|
121829
|
+
"privacy": "public",
|
|
121830
|
+
"type": "(fn: unknown): void",
|
|
121831
|
+
"description": "Registers a function called when the element is reset.",
|
|
121832
|
+
"parameters": [
|
|
121833
|
+
{
|
|
121834
|
+
"name": "fn",
|
|
121835
|
+
"type": "unknown"
|
|
121105
121836
|
}
|
|
121106
121837
|
],
|
|
121107
121838
|
"return": {
|
|
@@ -121131,140 +121862,14 @@
|
|
|
121131
121862
|
"name": "ElementValueAccessorBase",
|
|
121132
121863
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121133
121864
|
}
|
|
121134
|
-
}
|
|
121135
|
-
]
|
|
121136
|
-
},
|
|
121137
|
-
{
|
|
121138
|
-
"kind": "variable",
|
|
121139
|
-
"name": "colorEditorShadeSliderElementValueAccessor",
|
|
121140
|
-
"description": "Factory function to create a `ColorEditorShadeSliderElementValueAccessor` instance.",
|
|
121141
|
-
"type": "ElementValueAccessorFn<ColorEditorShadeSliderElement>"
|
|
121142
|
-
}
|
|
121143
|
-
]
|
|
121144
|
-
},
|
|
121145
|
-
{
|
|
121146
|
-
"path": "./../src/Controls/Components/Media/ColorEditor/Accessors/ColorEditorSwatchElementValueAccessor.ts",
|
|
121147
|
-
"exports": [
|
|
121148
|
-
{
|
|
121149
|
-
"kind": "class",
|
|
121150
|
-
"superclass": {
|
|
121151
|
-
"name": "ElementValueAccessorBase",
|
|
121152
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121153
|
-
},
|
|
121154
|
-
"description": "The `ColorEditorSwatchElementValueAccessor` class provides form value accessor\nfunctionality for the `ColorEditorSwatchElement`, enabling two-way binding\nbetween the color swatch and form controls.",
|
|
121155
|
-
"name": "ColorEditorSwatchElementValueAccessor",
|
|
121156
|
-
"members": [
|
|
121157
|
-
{
|
|
121158
|
-
"kind": "method",
|
|
121159
|
-
"name": "hostConnected",
|
|
121160
|
-
"privacy": "public",
|
|
121161
|
-
"type": "(): void",
|
|
121162
|
-
"description": "Called when the host element is connected to the DOM.\nSets up event listeners for color changes.",
|
|
121163
|
-
"parameters": [],
|
|
121164
|
-
"return": {
|
|
121165
|
-
"type": "void"
|
|
121166
|
-
}
|
|
121167
121865
|
},
|
|
121168
121866
|
{
|
|
121169
121867
|
"kind": "method",
|
|
121170
|
-
"name": "
|
|
121171
|
-
"privacy": "public",
|
|
121172
|
-
"type": "(value: string | null): void",
|
|
121173
|
-
"description": "Writes a value to the host element.",
|
|
121174
|
-
"parameters": [
|
|
121175
|
-
{
|
|
121176
|
-
"name": "value",
|
|
121177
|
-
"type": "string | null",
|
|
121178
|
-
"description": "The color value to write."
|
|
121179
|
-
}
|
|
121180
|
-
],
|
|
121181
|
-
"return": {
|
|
121182
|
-
"type": "void"
|
|
121183
|
-
}
|
|
121184
|
-
},
|
|
121185
|
-
{
|
|
121186
|
-
"kind": "method",
|
|
121187
|
-
"name": "resetValue",
|
|
121868
|
+
"name": "releaseCallbacks",
|
|
121188
121869
|
"privacy": "public",
|
|
121189
121870
|
"type": "(): void",
|
|
121190
|
-
"description": "
|
|
121871
|
+
"description": "Releases registered framework callbacks.",
|
|
121191
121872
|
"parameters": [],
|
|
121192
|
-
"return": {
|
|
121193
|
-
"type": "void"
|
|
121194
|
-
}
|
|
121195
|
-
},
|
|
121196
|
-
{
|
|
121197
|
-
"kind": "method",
|
|
121198
|
-
"name": "registerOnChange",
|
|
121199
|
-
"privacy": "public",
|
|
121200
|
-
"type": "(fn: (_: any): void) => void",
|
|
121201
|
-
"description": "Registers a function called when the element value changes.",
|
|
121202
|
-
"parameters": [
|
|
121203
|
-
{
|
|
121204
|
-
"name": "fn",
|
|
121205
|
-
"type": "(_: any) => void"
|
|
121206
|
-
}
|
|
121207
|
-
],
|
|
121208
|
-
"return": {
|
|
121209
|
-
"type": "void"
|
|
121210
|
-
},
|
|
121211
|
-
"inheritedFrom": {
|
|
121212
|
-
"name": "ElementValueAccessorBase",
|
|
121213
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121214
|
-
}
|
|
121215
|
-
},
|
|
121216
|
-
{
|
|
121217
|
-
"kind": "method",
|
|
121218
|
-
"name": "registerOnTouched",
|
|
121219
|
-
"privacy": "public",
|
|
121220
|
-
"type": "(fn: (): void) => void",
|
|
121221
|
-
"description": "Registers a function called when the element is touched.",
|
|
121222
|
-
"parameters": [
|
|
121223
|
-
{
|
|
121224
|
-
"name": "fn",
|
|
121225
|
-
"type": "() => void"
|
|
121226
|
-
}
|
|
121227
|
-
],
|
|
121228
|
-
"return": {
|
|
121229
|
-
"type": "void"
|
|
121230
|
-
},
|
|
121231
|
-
"inheritedFrom": {
|
|
121232
|
-
"name": "ElementValueAccessorBase",
|
|
121233
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121234
|
-
}
|
|
121235
|
-
},
|
|
121236
|
-
{
|
|
121237
|
-
"kind": "method",
|
|
121238
|
-
"name": "registerOnReset",
|
|
121239
|
-
"privacy": "public",
|
|
121240
|
-
"type": "(fn: (): void) => void",
|
|
121241
|
-
"description": "Registers a function called when the element is reset.",
|
|
121242
|
-
"parameters": [
|
|
121243
|
-
{
|
|
121244
|
-
"name": "fn",
|
|
121245
|
-
"type": "() => void"
|
|
121246
|
-
}
|
|
121247
|
-
],
|
|
121248
|
-
"return": {
|
|
121249
|
-
"type": "void"
|
|
121250
|
-
},
|
|
121251
|
-
"inheritedFrom": {
|
|
121252
|
-
"name": "ElementValueAccessorBase",
|
|
121253
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
121254
|
-
}
|
|
121255
|
-
},
|
|
121256
|
-
{
|
|
121257
|
-
"kind": "method",
|
|
121258
|
-
"name": "setDisabled",
|
|
121259
|
-
"privacy": "public",
|
|
121260
|
-
"type": "(isDisabled: boolean): void",
|
|
121261
|
-
"description": "Sets the \"disabled\" property on the range input element.",
|
|
121262
|
-
"parameters": [
|
|
121263
|
-
{
|
|
121264
|
-
"name": "isDisabled",
|
|
121265
|
-
"type": "boolean"
|
|
121266
|
-
}
|
|
121267
|
-
],
|
|
121268
121873
|
"return": {
|
|
121269
121874
|
"type": "void"
|
|
121270
121875
|
},
|
|
@@ -162991,26 +163596,6 @@
|
|
|
162991
163596
|
"description": "The background color of the divider line",
|
|
162992
163597
|
"type": "String"
|
|
162993
163598
|
},
|
|
162994
|
-
{
|
|
162995
|
-
"name": "--divider-border-color",
|
|
162996
|
-
"description": "The border color CSS custom property.",
|
|
162997
|
-
"type": "String"
|
|
162998
|
-
},
|
|
162999
|
-
{
|
|
163000
|
-
"name": "--divider-border-radius",
|
|
163001
|
-
"description": "The border radius CSS custom property.",
|
|
163002
|
-
"type": "String"
|
|
163003
|
-
},
|
|
163004
|
-
{
|
|
163005
|
-
"name": "--divider-border-style",
|
|
163006
|
-
"description": "The border style CSS custom property.",
|
|
163007
|
-
"type": "String"
|
|
163008
|
-
},
|
|
163009
|
-
{
|
|
163010
|
-
"name": "--divider-border-width",
|
|
163011
|
-
"description": "The border width CSS custom property.",
|
|
163012
|
-
"type": "String"
|
|
163013
|
-
},
|
|
163014
163599
|
{
|
|
163015
163600
|
"name": "--divider-font-family",
|
|
163016
163601
|
"description": "The font family for divider labels (when applicable)",
|
|
@@ -163133,9 +163718,17 @@
|
|
|
163133
163718
|
}
|
|
163134
163719
|
],
|
|
163135
163720
|
"cssParts": [
|
|
163721
|
+
{
|
|
163722
|
+
"name": "line",
|
|
163723
|
+
"description": "The line part."
|
|
163724
|
+
},
|
|
163136
163725
|
{
|
|
163137
163726
|
"name": "root",
|
|
163138
163727
|
"description": "The root container for the divider SVG element"
|
|
163728
|
+
},
|
|
163729
|
+
{
|
|
163730
|
+
"name": "svg",
|
|
163731
|
+
"description": "The svg part."
|
|
163139
163732
|
}
|
|
163140
163733
|
]
|
|
163141
163734
|
}
|
|
@@ -197263,12 +197856,12 @@
|
|
|
197263
197856
|
"kind": "method",
|
|
197264
197857
|
"name": "registerOnChange",
|
|
197265
197858
|
"privacy": "public",
|
|
197266
|
-
"type": "(fn:
|
|
197859
|
+
"type": "(fn: unknown): void",
|
|
197267
197860
|
"description": "Registers a function called when the element value changes.",
|
|
197268
197861
|
"parameters": [
|
|
197269
197862
|
{
|
|
197270
197863
|
"name": "fn",
|
|
197271
|
-
"type": "
|
|
197864
|
+
"type": "unknown"
|
|
197272
197865
|
}
|
|
197273
197866
|
],
|
|
197274
197867
|
"return": {
|
|
@@ -197283,12 +197876,12 @@
|
|
|
197283
197876
|
"kind": "method",
|
|
197284
197877
|
"name": "registerOnTouched",
|
|
197285
197878
|
"privacy": "public",
|
|
197286
|
-
"type": "(fn:
|
|
197879
|
+
"type": "(fn: unknown): void",
|
|
197287
197880
|
"description": "Registers a function called when the element is touched.",
|
|
197288
197881
|
"parameters": [
|
|
197289
197882
|
{
|
|
197290
197883
|
"name": "fn",
|
|
197291
|
-
"type": "
|
|
197884
|
+
"type": "unknown"
|
|
197292
197885
|
}
|
|
197293
197886
|
],
|
|
197294
197887
|
"return": {
|
|
@@ -197303,12 +197896,12 @@
|
|
|
197303
197896
|
"kind": "method",
|
|
197304
197897
|
"name": "registerOnReset",
|
|
197305
197898
|
"privacy": "public",
|
|
197306
|
-
"type": "(fn:
|
|
197899
|
+
"type": "(fn: unknown): void",
|
|
197307
197900
|
"description": "Registers a function called when the element is reset.",
|
|
197308
197901
|
"parameters": [
|
|
197309
197902
|
{
|
|
197310
197903
|
"name": "fn",
|
|
197311
|
-
"type": "
|
|
197904
|
+
"type": "unknown"
|
|
197312
197905
|
}
|
|
197313
197906
|
],
|
|
197314
197907
|
"return": {
|
|
@@ -197338,6 +197931,21 @@
|
|
|
197338
197931
|
"name": "ElementValueAccessorBase",
|
|
197339
197932
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
197340
197933
|
}
|
|
197934
|
+
},
|
|
197935
|
+
{
|
|
197936
|
+
"kind": "method",
|
|
197937
|
+
"name": "releaseCallbacks",
|
|
197938
|
+
"privacy": "public",
|
|
197939
|
+
"type": "(): void",
|
|
197940
|
+
"description": "Releases registered framework callbacks.",
|
|
197941
|
+
"parameters": [],
|
|
197942
|
+
"return": {
|
|
197943
|
+
"type": "void"
|
|
197944
|
+
},
|
|
197945
|
+
"inheritedFrom": {
|
|
197946
|
+
"name": "ElementValueAccessorBase",
|
|
197947
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
197948
|
+
}
|
|
197341
197949
|
}
|
|
197342
197950
|
]
|
|
197343
197951
|
},
|
|
@@ -198378,12 +198986,12 @@
|
|
|
198378
198986
|
"kind": "method",
|
|
198379
198987
|
"name": "registerOnChange",
|
|
198380
198988
|
"privacy": "public",
|
|
198381
|
-
"type": "(fn:
|
|
198989
|
+
"type": "(fn: unknown): void",
|
|
198382
198990
|
"description": "Registers a function called when the element value changes.",
|
|
198383
198991
|
"parameters": [
|
|
198384
198992
|
{
|
|
198385
198993
|
"name": "fn",
|
|
198386
|
-
"type": "
|
|
198994
|
+
"type": "unknown"
|
|
198387
198995
|
}
|
|
198388
198996
|
],
|
|
198389
198997
|
"return": {
|
|
@@ -198398,12 +199006,12 @@
|
|
|
198398
199006
|
"kind": "method",
|
|
198399
199007
|
"name": "registerOnTouched",
|
|
198400
199008
|
"privacy": "public",
|
|
198401
|
-
"type": "(fn:
|
|
199009
|
+
"type": "(fn: unknown): void",
|
|
198402
199010
|
"description": "Registers a function called when the element is touched.",
|
|
198403
199011
|
"parameters": [
|
|
198404
199012
|
{
|
|
198405
199013
|
"name": "fn",
|
|
198406
|
-
"type": "
|
|
199014
|
+
"type": "unknown"
|
|
198407
199015
|
}
|
|
198408
199016
|
],
|
|
198409
199017
|
"return": {
|
|
@@ -198418,12 +199026,12 @@
|
|
|
198418
199026
|
"kind": "method",
|
|
198419
199027
|
"name": "registerOnReset",
|
|
198420
199028
|
"privacy": "public",
|
|
198421
|
-
"type": "(fn:
|
|
199029
|
+
"type": "(fn: unknown): void",
|
|
198422
199030
|
"description": "Registers a function called when the element is reset.",
|
|
198423
199031
|
"parameters": [
|
|
198424
199032
|
{
|
|
198425
199033
|
"name": "fn",
|
|
198426
|
-
"type": "
|
|
199034
|
+
"type": "unknown"
|
|
198427
199035
|
}
|
|
198428
199036
|
],
|
|
198429
199037
|
"return": {
|
|
@@ -198453,6 +199061,21 @@
|
|
|
198453
199061
|
"name": "ElementValueAccessorBase",
|
|
198454
199062
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
198455
199063
|
}
|
|
199064
|
+
},
|
|
199065
|
+
{
|
|
199066
|
+
"kind": "method",
|
|
199067
|
+
"name": "releaseCallbacks",
|
|
199068
|
+
"privacy": "public",
|
|
199069
|
+
"type": "(): void",
|
|
199070
|
+
"description": "Releases registered framework callbacks.",
|
|
199071
|
+
"parameters": [],
|
|
199072
|
+
"return": {
|
|
199073
|
+
"type": "void"
|
|
199074
|
+
},
|
|
199075
|
+
"inheritedFrom": {
|
|
199076
|
+
"name": "ElementValueAccessorBase",
|
|
199077
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
199078
|
+
}
|
|
198456
199079
|
}
|
|
198457
199080
|
]
|
|
198458
199081
|
},
|
|
@@ -205214,12 +205837,12 @@
|
|
|
205214
205837
|
"kind": "method",
|
|
205215
205838
|
"name": "registerOnChange",
|
|
205216
205839
|
"privacy": "public",
|
|
205217
|
-
"type": "(fn:
|
|
205840
|
+
"type": "(fn: unknown): void",
|
|
205218
205841
|
"description": "Registers a function called when the element value changes.",
|
|
205219
205842
|
"parameters": [
|
|
205220
205843
|
{
|
|
205221
205844
|
"name": "fn",
|
|
205222
|
-
"type": "
|
|
205845
|
+
"type": "unknown"
|
|
205223
205846
|
}
|
|
205224
205847
|
],
|
|
205225
205848
|
"return": {
|
|
@@ -205234,12 +205857,12 @@
|
|
|
205234
205857
|
"kind": "method",
|
|
205235
205858
|
"name": "registerOnTouched",
|
|
205236
205859
|
"privacy": "public",
|
|
205237
|
-
"type": "(fn:
|
|
205860
|
+
"type": "(fn: unknown): void",
|
|
205238
205861
|
"description": "Registers a function called when the element is touched.",
|
|
205239
205862
|
"parameters": [
|
|
205240
205863
|
{
|
|
205241
205864
|
"name": "fn",
|
|
205242
|
-
"type": "
|
|
205865
|
+
"type": "unknown"
|
|
205243
205866
|
}
|
|
205244
205867
|
],
|
|
205245
205868
|
"return": {
|
|
@@ -205254,12 +205877,12 @@
|
|
|
205254
205877
|
"kind": "method",
|
|
205255
205878
|
"name": "registerOnReset",
|
|
205256
205879
|
"privacy": "public",
|
|
205257
|
-
"type": "(fn:
|
|
205880
|
+
"type": "(fn: unknown): void",
|
|
205258
205881
|
"description": "Registers a function called when the element is reset.",
|
|
205259
205882
|
"parameters": [
|
|
205260
205883
|
{
|
|
205261
205884
|
"name": "fn",
|
|
205262
|
-
"type": "
|
|
205885
|
+
"type": "unknown"
|
|
205263
205886
|
}
|
|
205264
205887
|
],
|
|
205265
205888
|
"return": {
|
|
@@ -205289,6 +205912,21 @@
|
|
|
205289
205912
|
"name": "ElementValueAccessorBase",
|
|
205290
205913
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
205291
205914
|
}
|
|
205915
|
+
},
|
|
205916
|
+
{
|
|
205917
|
+
"kind": "method",
|
|
205918
|
+
"name": "releaseCallbacks",
|
|
205919
|
+
"privacy": "public",
|
|
205920
|
+
"type": "(): void",
|
|
205921
|
+
"description": "Releases registered framework callbacks.",
|
|
205922
|
+
"parameters": [],
|
|
205923
|
+
"return": {
|
|
205924
|
+
"type": "void"
|
|
205925
|
+
},
|
|
205926
|
+
"inheritedFrom": {
|
|
205927
|
+
"name": "ElementValueAccessorBase",
|
|
205928
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
205929
|
+
}
|
|
205292
205930
|
}
|
|
205293
205931
|
]
|
|
205294
205932
|
},
|
|
@@ -207489,12 +208127,12 @@
|
|
|
207489
208127
|
"kind": "method",
|
|
207490
208128
|
"name": "registerOnChange",
|
|
207491
208129
|
"privacy": "public",
|
|
207492
|
-
"type": "(fn:
|
|
208130
|
+
"type": "(fn: unknown): void",
|
|
207493
208131
|
"description": "Registers a function called when the element value changes.",
|
|
207494
208132
|
"parameters": [
|
|
207495
208133
|
{
|
|
207496
208134
|
"name": "fn",
|
|
207497
|
-
"type": "
|
|
208135
|
+
"type": "unknown"
|
|
207498
208136
|
}
|
|
207499
208137
|
],
|
|
207500
208138
|
"return": {
|
|
@@ -207509,12 +208147,12 @@
|
|
|
207509
208147
|
"kind": "method",
|
|
207510
208148
|
"name": "registerOnTouched",
|
|
207511
208149
|
"privacy": "public",
|
|
207512
|
-
"type": "(fn:
|
|
208150
|
+
"type": "(fn: unknown): void",
|
|
207513
208151
|
"description": "Registers a function called when the element is touched.",
|
|
207514
208152
|
"parameters": [
|
|
207515
208153
|
{
|
|
207516
208154
|
"name": "fn",
|
|
207517
|
-
"type": "
|
|
208155
|
+
"type": "unknown"
|
|
207518
208156
|
}
|
|
207519
208157
|
],
|
|
207520
208158
|
"return": {
|
|
@@ -207529,12 +208167,12 @@
|
|
|
207529
208167
|
"kind": "method",
|
|
207530
208168
|
"name": "registerOnReset",
|
|
207531
208169
|
"privacy": "public",
|
|
207532
|
-
"type": "(fn:
|
|
208170
|
+
"type": "(fn: unknown): void",
|
|
207533
208171
|
"description": "Registers a function called when the element is reset.",
|
|
207534
208172
|
"parameters": [
|
|
207535
208173
|
{
|
|
207536
208174
|
"name": "fn",
|
|
207537
|
-
"type": "
|
|
208175
|
+
"type": "unknown"
|
|
207538
208176
|
}
|
|
207539
208177
|
],
|
|
207540
208178
|
"return": {
|
|
@@ -207564,6 +208202,21 @@
|
|
|
207564
208202
|
"name": "ElementValueAccessorBase",
|
|
207565
208203
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
207566
208204
|
}
|
|
208205
|
+
},
|
|
208206
|
+
{
|
|
208207
|
+
"kind": "method",
|
|
208208
|
+
"name": "releaseCallbacks",
|
|
208209
|
+
"privacy": "public",
|
|
208210
|
+
"type": "(): void",
|
|
208211
|
+
"description": "Releases registered framework callbacks.",
|
|
208212
|
+
"parameters": [],
|
|
208213
|
+
"return": {
|
|
208214
|
+
"type": "void"
|
|
208215
|
+
},
|
|
208216
|
+
"inheritedFrom": {
|
|
208217
|
+
"name": "ElementValueAccessorBase",
|
|
208218
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208219
|
+
}
|
|
207567
208220
|
}
|
|
207568
208221
|
]
|
|
207569
208222
|
},
|
|
@@ -208083,12 +208736,12 @@
|
|
|
208083
208736
|
"kind": "method",
|
|
208084
208737
|
"name": "registerOnChange",
|
|
208085
208738
|
"privacy": "public",
|
|
208086
|
-
"type": "(fn:
|
|
208739
|
+
"type": "(fn: unknown): void",
|
|
208087
208740
|
"description": "Registers a function called when the element value changes.",
|
|
208088
208741
|
"parameters": [
|
|
208089
208742
|
{
|
|
208090
208743
|
"name": "fn",
|
|
208091
|
-
"type": "
|
|
208744
|
+
"type": "unknown"
|
|
208092
208745
|
}
|
|
208093
208746
|
],
|
|
208094
208747
|
"return": {
|
|
@@ -208103,12 +208756,12 @@
|
|
|
208103
208756
|
"kind": "method",
|
|
208104
208757
|
"name": "registerOnTouched",
|
|
208105
208758
|
"privacy": "public",
|
|
208106
|
-
"type": "(fn:
|
|
208759
|
+
"type": "(fn: unknown): void",
|
|
208107
208760
|
"description": "Registers a function called when the element is touched.",
|
|
208108
208761
|
"parameters": [
|
|
208109
208762
|
{
|
|
208110
208763
|
"name": "fn",
|
|
208111
|
-
"type": "
|
|
208764
|
+
"type": "unknown"
|
|
208112
208765
|
}
|
|
208113
208766
|
],
|
|
208114
208767
|
"return": {
|
|
@@ -208123,12 +208776,12 @@
|
|
|
208123
208776
|
"kind": "method",
|
|
208124
208777
|
"name": "registerOnReset",
|
|
208125
208778
|
"privacy": "public",
|
|
208126
|
-
"type": "(fn:
|
|
208779
|
+
"type": "(fn: unknown): void",
|
|
208127
208780
|
"description": "Registers a function called when the element is reset.",
|
|
208128
208781
|
"parameters": [
|
|
208129
208782
|
{
|
|
208130
208783
|
"name": "fn",
|
|
208131
|
-
"type": "
|
|
208784
|
+
"type": "unknown"
|
|
208132
208785
|
}
|
|
208133
208786
|
],
|
|
208134
208787
|
"return": {
|
|
@@ -208158,6 +208811,21 @@
|
|
|
208158
208811
|
"name": "ElementValueAccessorBase",
|
|
208159
208812
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208160
208813
|
}
|
|
208814
|
+
},
|
|
208815
|
+
{
|
|
208816
|
+
"kind": "method",
|
|
208817
|
+
"name": "releaseCallbacks",
|
|
208818
|
+
"privacy": "public",
|
|
208819
|
+
"type": "(): void",
|
|
208820
|
+
"description": "Releases registered framework callbacks.",
|
|
208821
|
+
"parameters": [],
|
|
208822
|
+
"return": {
|
|
208823
|
+
"type": "void"
|
|
208824
|
+
},
|
|
208825
|
+
"inheritedFrom": {
|
|
208826
|
+
"name": "ElementValueAccessorBase",
|
|
208827
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
208828
|
+
}
|
|
208161
208829
|
}
|
|
208162
208830
|
]
|
|
208163
208831
|
},
|
|
@@ -212841,12 +213509,12 @@
|
|
|
212841
213509
|
"kind": "method",
|
|
212842
213510
|
"name": "registerOnChange",
|
|
212843
213511
|
"privacy": "public",
|
|
212844
|
-
"type": "(fn:
|
|
213512
|
+
"type": "(fn: unknown): void",
|
|
212845
213513
|
"description": "Registers a function called when the element value changes.",
|
|
212846
213514
|
"parameters": [
|
|
212847
213515
|
{
|
|
212848
213516
|
"name": "fn",
|
|
212849
|
-
"type": "
|
|
213517
|
+
"type": "unknown"
|
|
212850
213518
|
}
|
|
212851
213519
|
],
|
|
212852
213520
|
"return": {
|
|
@@ -212861,12 +213529,12 @@
|
|
|
212861
213529
|
"kind": "method",
|
|
212862
213530
|
"name": "registerOnTouched",
|
|
212863
213531
|
"privacy": "public",
|
|
212864
|
-
"type": "(fn:
|
|
213532
|
+
"type": "(fn: unknown): void",
|
|
212865
213533
|
"description": "Registers a function called when the element is touched.",
|
|
212866
213534
|
"parameters": [
|
|
212867
213535
|
{
|
|
212868
213536
|
"name": "fn",
|
|
212869
|
-
"type": "
|
|
213537
|
+
"type": "unknown"
|
|
212870
213538
|
}
|
|
212871
213539
|
],
|
|
212872
213540
|
"return": {
|
|
@@ -212881,12 +213549,12 @@
|
|
|
212881
213549
|
"kind": "method",
|
|
212882
213550
|
"name": "registerOnReset",
|
|
212883
213551
|
"privacy": "public",
|
|
212884
|
-
"type": "(fn:
|
|
213552
|
+
"type": "(fn: unknown): void",
|
|
212885
213553
|
"description": "Registers a function called when the element is reset.",
|
|
212886
213554
|
"parameters": [
|
|
212887
213555
|
{
|
|
212888
213556
|
"name": "fn",
|
|
212889
|
-
"type": "
|
|
213557
|
+
"type": "unknown"
|
|
212890
213558
|
}
|
|
212891
213559
|
],
|
|
212892
213560
|
"return": {
|
|
@@ -212916,6 +213584,21 @@
|
|
|
212916
213584
|
"name": "ElementValueAccessorBase",
|
|
212917
213585
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
212918
213586
|
}
|
|
213587
|
+
},
|
|
213588
|
+
{
|
|
213589
|
+
"kind": "method",
|
|
213590
|
+
"name": "releaseCallbacks",
|
|
213591
|
+
"privacy": "public",
|
|
213592
|
+
"type": "(): void",
|
|
213593
|
+
"description": "Releases registered framework callbacks.",
|
|
213594
|
+
"parameters": [],
|
|
213595
|
+
"return": {
|
|
213596
|
+
"type": "void"
|
|
213597
|
+
},
|
|
213598
|
+
"inheritedFrom": {
|
|
213599
|
+
"name": "ElementValueAccessorBase",
|
|
213600
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
213601
|
+
}
|
|
212919
213602
|
}
|
|
212920
213603
|
]
|
|
212921
213604
|
},
|
|
@@ -231320,12 +232003,12 @@
|
|
|
231320
232003
|
"kind": "method",
|
|
231321
232004
|
"name": "registerOnChange",
|
|
231322
232005
|
"privacy": "public",
|
|
231323
|
-
"type": "(fn:
|
|
232006
|
+
"type": "(fn: unknown): void",
|
|
231324
232007
|
"description": "Registers a function called when the element value changes.",
|
|
231325
232008
|
"parameters": [
|
|
231326
232009
|
{
|
|
231327
232010
|
"name": "fn",
|
|
231328
|
-
"type": "
|
|
232011
|
+
"type": "unknown"
|
|
231329
232012
|
}
|
|
231330
232013
|
],
|
|
231331
232014
|
"return": {
|
|
@@ -231340,12 +232023,12 @@
|
|
|
231340
232023
|
"kind": "method",
|
|
231341
232024
|
"name": "registerOnTouched",
|
|
231342
232025
|
"privacy": "public",
|
|
231343
|
-
"type": "(fn:
|
|
232026
|
+
"type": "(fn: unknown): void",
|
|
231344
232027
|
"description": "Registers a function called when the element is touched.",
|
|
231345
232028
|
"parameters": [
|
|
231346
232029
|
{
|
|
231347
232030
|
"name": "fn",
|
|
231348
|
-
"type": "
|
|
232031
|
+
"type": "unknown"
|
|
231349
232032
|
}
|
|
231350
232033
|
],
|
|
231351
232034
|
"return": {
|
|
@@ -231360,12 +232043,12 @@
|
|
|
231360
232043
|
"kind": "method",
|
|
231361
232044
|
"name": "registerOnReset",
|
|
231362
232045
|
"privacy": "public",
|
|
231363
|
-
"type": "(fn:
|
|
232046
|
+
"type": "(fn: unknown): void",
|
|
231364
232047
|
"description": "Registers a function called when the element is reset.",
|
|
231365
232048
|
"parameters": [
|
|
231366
232049
|
{
|
|
231367
232050
|
"name": "fn",
|
|
231368
|
-
"type": "
|
|
232051
|
+
"type": "unknown"
|
|
231369
232052
|
}
|
|
231370
232053
|
],
|
|
231371
232054
|
"return": {
|
|
@@ -231395,6 +232078,21 @@
|
|
|
231395
232078
|
"name": "ElementValueAccessorBase",
|
|
231396
232079
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
231397
232080
|
}
|
|
232081
|
+
},
|
|
232082
|
+
{
|
|
232083
|
+
"kind": "method",
|
|
232084
|
+
"name": "releaseCallbacks",
|
|
232085
|
+
"privacy": "public",
|
|
232086
|
+
"type": "(): void",
|
|
232087
|
+
"description": "Releases registered framework callbacks.",
|
|
232088
|
+
"parameters": [],
|
|
232089
|
+
"return": {
|
|
232090
|
+
"type": "void"
|
|
232091
|
+
},
|
|
232092
|
+
"inheritedFrom": {
|
|
232093
|
+
"name": "ElementValueAccessorBase",
|
|
232094
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
232095
|
+
}
|
|
231398
232096
|
}
|
|
231399
232097
|
]
|
|
231400
232098
|
},
|