@bilig/formula 0.4.2 → 0.4.4
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.
|
@@ -2,15 +2,15 @@ export declare const formulaInventorySummary: {
|
|
|
2
2
|
readonly total: 525;
|
|
3
3
|
readonly odfMandatory: 59;
|
|
4
4
|
readonly officeListed: 508;
|
|
5
|
-
readonly officeListedRegisteredInCodebase:
|
|
5
|
+
readonly officeListedRegisteredInCodebase: 508;
|
|
6
6
|
readonly overlap: 58;
|
|
7
7
|
readonly odfOnly: 1;
|
|
8
8
|
readonly officeOnly: 450;
|
|
9
|
-
readonly registeredInCodebase:
|
|
10
|
-
readonly missingInCodebase:
|
|
9
|
+
readonly registeredInCodebase: 525;
|
|
10
|
+
readonly missingInCodebase: 0;
|
|
11
11
|
readonly placeholders: 0;
|
|
12
12
|
readonly protocolBuiltins: 417;
|
|
13
|
-
readonly runtimeRegisteredMissingProtocol:
|
|
13
|
+
readonly runtimeRegisteredMissingProtocol: 89;
|
|
14
14
|
};
|
|
15
15
|
export declare const formulaInventory: readonly [{
|
|
16
16
|
readonly name: "ABS";
|
|
@@ -30,27 +30,27 @@ export declare const formulaInventory: readonly [{
|
|
|
30
30
|
readonly odfStatus: "Implemented";
|
|
31
31
|
readonly inOfficeList: true;
|
|
32
32
|
readonly deterministic: "deterministic";
|
|
33
|
-
readonly runtimeStatus: "
|
|
33
|
+
readonly runtimeStatus: "implemented";
|
|
34
34
|
readonly protocolId: undefined;
|
|
35
35
|
readonly protocolName: undefined;
|
|
36
36
|
readonly protocolSupportsWasm: false;
|
|
37
|
-
readonly jsStatus: "
|
|
37
|
+
readonly jsStatus: "implemented";
|
|
38
38
|
readonly wasmStatus: "not-started";
|
|
39
39
|
readonly placeholder: false;
|
|
40
|
-
readonly registeredInCodebase:
|
|
40
|
+
readonly registeredInCodebase: true;
|
|
41
41
|
}, {
|
|
42
42
|
readonly name: "ACCRINTM";
|
|
43
43
|
readonly odfStatus: "Implemented";
|
|
44
44
|
readonly inOfficeList: true;
|
|
45
45
|
readonly deterministic: "deterministic";
|
|
46
|
-
readonly runtimeStatus: "
|
|
46
|
+
readonly runtimeStatus: "implemented";
|
|
47
47
|
readonly protocolId: undefined;
|
|
48
48
|
readonly protocolName: undefined;
|
|
49
49
|
readonly protocolSupportsWasm: false;
|
|
50
|
-
readonly jsStatus: "
|
|
50
|
+
readonly jsStatus: "implemented";
|
|
51
51
|
readonly wasmStatus: "not-started";
|
|
52
52
|
readonly placeholder: false;
|
|
53
|
-
readonly registeredInCodebase:
|
|
53
|
+
readonly registeredInCodebase: true;
|
|
54
54
|
}, {
|
|
55
55
|
readonly name: "ACOS";
|
|
56
56
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -134,27 +134,27 @@ export declare const formulaInventory: readonly [{
|
|
|
134
134
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
135
135
|
readonly inOfficeList: true;
|
|
136
136
|
readonly deterministic: "deterministic";
|
|
137
|
-
readonly runtimeStatus: "
|
|
137
|
+
readonly runtimeStatus: "implemented";
|
|
138
138
|
readonly protocolId: undefined;
|
|
139
139
|
readonly protocolName: undefined;
|
|
140
140
|
readonly protocolSupportsWasm: false;
|
|
141
|
-
readonly jsStatus: "
|
|
141
|
+
readonly jsStatus: "implemented";
|
|
142
142
|
readonly wasmStatus: "not-started";
|
|
143
143
|
readonly placeholder: false;
|
|
144
|
-
readonly registeredInCodebase:
|
|
144
|
+
readonly registeredInCodebase: true;
|
|
145
145
|
}, {
|
|
146
146
|
readonly name: "AMORLINC";
|
|
147
147
|
readonly odfStatus: "Implemented";
|
|
148
148
|
readonly inOfficeList: true;
|
|
149
149
|
readonly deterministic: "deterministic";
|
|
150
|
-
readonly runtimeStatus: "
|
|
150
|
+
readonly runtimeStatus: "implemented";
|
|
151
151
|
readonly protocolId: undefined;
|
|
152
152
|
readonly protocolName: undefined;
|
|
153
153
|
readonly protocolSupportsWasm: false;
|
|
154
|
-
readonly jsStatus: "
|
|
154
|
+
readonly jsStatus: "implemented";
|
|
155
155
|
readonly wasmStatus: "not-started";
|
|
156
156
|
readonly placeholder: false;
|
|
157
|
-
readonly registeredInCodebase:
|
|
157
|
+
readonly registeredInCodebase: true;
|
|
158
158
|
}, {
|
|
159
159
|
readonly name: "AND";
|
|
160
160
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -173,14 +173,14 @@ export declare const formulaInventory: readonly [{
|
|
|
173
173
|
readonly odfStatus: "Implemented";
|
|
174
174
|
readonly inOfficeList: true;
|
|
175
175
|
readonly deterministic: "deterministic";
|
|
176
|
-
readonly runtimeStatus: "
|
|
176
|
+
readonly runtimeStatus: "implemented";
|
|
177
177
|
readonly protocolId: undefined;
|
|
178
178
|
readonly protocolName: undefined;
|
|
179
179
|
readonly protocolSupportsWasm: false;
|
|
180
|
-
readonly jsStatus: "
|
|
180
|
+
readonly jsStatus: "implemented";
|
|
181
181
|
readonly wasmStatus: "not-started";
|
|
182
182
|
readonly placeholder: false;
|
|
183
|
-
readonly registeredInCodebase:
|
|
183
|
+
readonly registeredInCodebase: true;
|
|
184
184
|
}, {
|
|
185
185
|
readonly name: "AREAS";
|
|
186
186
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -290,14 +290,14 @@ export declare const formulaInventory: readonly [{
|
|
|
290
290
|
readonly odfStatus: "Placeholder (blocked)";
|
|
291
291
|
readonly inOfficeList: true;
|
|
292
292
|
readonly deterministic: "deterministic";
|
|
293
|
-
readonly runtimeStatus: "
|
|
293
|
+
readonly runtimeStatus: "implemented";
|
|
294
294
|
readonly protocolId: undefined;
|
|
295
295
|
readonly protocolName: undefined;
|
|
296
296
|
readonly protocolSupportsWasm: false;
|
|
297
|
-
readonly jsStatus: "
|
|
297
|
+
readonly jsStatus: "implemented";
|
|
298
298
|
readonly wasmStatus: "not-started";
|
|
299
299
|
readonly placeholder: false;
|
|
300
|
-
readonly registeredInCodebase:
|
|
300
|
+
readonly registeredInCodebase: true;
|
|
301
301
|
}, {
|
|
302
302
|
readonly name: "AVERAGE";
|
|
303
303
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -992,14 +992,14 @@ export declare const formulaInventory: readonly [{
|
|
|
992
992
|
readonly odfStatus: "Placeholder (blocked)";
|
|
993
993
|
readonly inOfficeList: true;
|
|
994
994
|
readonly deterministic: "deterministic";
|
|
995
|
-
readonly runtimeStatus: "
|
|
995
|
+
readonly runtimeStatus: "implemented";
|
|
996
996
|
readonly protocolId: undefined;
|
|
997
997
|
readonly protocolName: undefined;
|
|
998
998
|
readonly protocolSupportsWasm: false;
|
|
999
|
-
readonly jsStatus: "
|
|
999
|
+
readonly jsStatus: "implemented";
|
|
1000
1000
|
readonly wasmStatus: "not-started";
|
|
1001
1001
|
readonly placeholder: false;
|
|
1002
|
-
readonly registeredInCodebase:
|
|
1002
|
+
readonly registeredInCodebase: true;
|
|
1003
1003
|
}, {
|
|
1004
1004
|
readonly name: "CONCAT";
|
|
1005
1005
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -1018,14 +1018,14 @@ export declare const formulaInventory: readonly [{
|
|
|
1018
1018
|
readonly odfStatus: "Placeholder (blocked)";
|
|
1019
1019
|
readonly inOfficeList: true;
|
|
1020
1020
|
readonly deterministic: "deterministic";
|
|
1021
|
-
readonly runtimeStatus: "
|
|
1021
|
+
readonly runtimeStatus: "implemented";
|
|
1022
1022
|
readonly protocolId: undefined;
|
|
1023
1023
|
readonly protocolName: undefined;
|
|
1024
1024
|
readonly protocolSupportsWasm: false;
|
|
1025
|
-
readonly jsStatus: "
|
|
1025
|
+
readonly jsStatus: "implemented";
|
|
1026
1026
|
readonly wasmStatus: "not-started";
|
|
1027
1027
|
readonly placeholder: false;
|
|
1028
|
-
readonly registeredInCodebase:
|
|
1028
|
+
readonly registeredInCodebase: true;
|
|
1029
1029
|
}, {
|
|
1030
1030
|
readonly name: "CONFIDENCE";
|
|
1031
1031
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -1746,14 +1746,14 @@ export declare const formulaInventory: readonly [{
|
|
|
1746
1746
|
readonly odfStatus: "Placeholder (blocked)";
|
|
1747
1747
|
readonly inOfficeList: true;
|
|
1748
1748
|
readonly deterministic: "deterministic";
|
|
1749
|
-
readonly runtimeStatus: "
|
|
1749
|
+
readonly runtimeStatus: "implemented";
|
|
1750
1750
|
readonly protocolId: undefined;
|
|
1751
1751
|
readonly protocolName: undefined;
|
|
1752
1752
|
readonly protocolSupportsWasm: false;
|
|
1753
|
-
readonly jsStatus: "
|
|
1753
|
+
readonly jsStatus: "implemented";
|
|
1754
1754
|
readonly wasmStatus: "not-started";
|
|
1755
1755
|
readonly placeholder: false;
|
|
1756
|
-
readonly registeredInCodebase:
|
|
1756
|
+
readonly registeredInCodebase: true;
|
|
1757
1757
|
}, {
|
|
1758
1758
|
readonly name: "DGET";
|
|
1759
1759
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -2877,14 +2877,14 @@ export declare const formulaInventory: readonly [{
|
|
|
2877
2877
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2878
2878
|
readonly inOfficeList: true;
|
|
2879
2879
|
readonly deterministic: "deterministic";
|
|
2880
|
-
readonly runtimeStatus: "
|
|
2880
|
+
readonly runtimeStatus: "implemented";
|
|
2881
2881
|
readonly protocolId: undefined;
|
|
2882
2882
|
readonly protocolName: undefined;
|
|
2883
2883
|
readonly protocolSupportsWasm: false;
|
|
2884
|
-
readonly jsStatus: "
|
|
2884
|
+
readonly jsStatus: "implemented";
|
|
2885
2885
|
readonly wasmStatus: "not-started";
|
|
2886
2886
|
readonly placeholder: false;
|
|
2887
|
-
readonly registeredInCodebase:
|
|
2887
|
+
readonly registeredInCodebase: true;
|
|
2888
2888
|
}, {
|
|
2889
2889
|
readonly name: "IMAGE";
|
|
2890
2890
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -2903,313 +2903,313 @@ export declare const formulaInventory: readonly [{
|
|
|
2903
2903
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2904
2904
|
readonly inOfficeList: true;
|
|
2905
2905
|
readonly deterministic: "deterministic";
|
|
2906
|
-
readonly runtimeStatus: "
|
|
2906
|
+
readonly runtimeStatus: "implemented";
|
|
2907
2907
|
readonly protocolId: undefined;
|
|
2908
2908
|
readonly protocolName: undefined;
|
|
2909
2909
|
readonly protocolSupportsWasm: false;
|
|
2910
|
-
readonly jsStatus: "
|
|
2910
|
+
readonly jsStatus: "implemented";
|
|
2911
2911
|
readonly wasmStatus: "not-started";
|
|
2912
2912
|
readonly placeholder: false;
|
|
2913
|
-
readonly registeredInCodebase:
|
|
2913
|
+
readonly registeredInCodebase: true;
|
|
2914
2914
|
}, {
|
|
2915
2915
|
readonly name: "IMARGUMENT";
|
|
2916
2916
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2917
2917
|
readonly inOfficeList: true;
|
|
2918
2918
|
readonly deterministic: "deterministic";
|
|
2919
|
-
readonly runtimeStatus: "
|
|
2919
|
+
readonly runtimeStatus: "implemented";
|
|
2920
2920
|
readonly protocolId: undefined;
|
|
2921
2921
|
readonly protocolName: undefined;
|
|
2922
2922
|
readonly protocolSupportsWasm: false;
|
|
2923
|
-
readonly jsStatus: "
|
|
2923
|
+
readonly jsStatus: "implemented";
|
|
2924
2924
|
readonly wasmStatus: "not-started";
|
|
2925
2925
|
readonly placeholder: false;
|
|
2926
|
-
readonly registeredInCodebase:
|
|
2926
|
+
readonly registeredInCodebase: true;
|
|
2927
2927
|
}, {
|
|
2928
2928
|
readonly name: "IMCONJUGATE";
|
|
2929
2929
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2930
2930
|
readonly inOfficeList: true;
|
|
2931
2931
|
readonly deterministic: "deterministic";
|
|
2932
|
-
readonly runtimeStatus: "
|
|
2932
|
+
readonly runtimeStatus: "implemented";
|
|
2933
2933
|
readonly protocolId: undefined;
|
|
2934
2934
|
readonly protocolName: undefined;
|
|
2935
2935
|
readonly protocolSupportsWasm: false;
|
|
2936
|
-
readonly jsStatus: "
|
|
2936
|
+
readonly jsStatus: "implemented";
|
|
2937
2937
|
readonly wasmStatus: "not-started";
|
|
2938
2938
|
readonly placeholder: false;
|
|
2939
|
-
readonly registeredInCodebase:
|
|
2939
|
+
readonly registeredInCodebase: true;
|
|
2940
2940
|
}, {
|
|
2941
2941
|
readonly name: "IMCOS";
|
|
2942
2942
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2943
2943
|
readonly inOfficeList: true;
|
|
2944
2944
|
readonly deterministic: "deterministic";
|
|
2945
|
-
readonly runtimeStatus: "
|
|
2945
|
+
readonly runtimeStatus: "implemented";
|
|
2946
2946
|
readonly protocolId: undefined;
|
|
2947
2947
|
readonly protocolName: undefined;
|
|
2948
2948
|
readonly protocolSupportsWasm: false;
|
|
2949
|
-
readonly jsStatus: "
|
|
2949
|
+
readonly jsStatus: "implemented";
|
|
2950
2950
|
readonly wasmStatus: "not-started";
|
|
2951
2951
|
readonly placeholder: false;
|
|
2952
|
-
readonly registeredInCodebase:
|
|
2952
|
+
readonly registeredInCodebase: true;
|
|
2953
2953
|
}, {
|
|
2954
2954
|
readonly name: "IMCOSH";
|
|
2955
2955
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
2956
2956
|
readonly inOfficeList: true;
|
|
2957
2957
|
readonly deterministic: "deterministic";
|
|
2958
|
-
readonly runtimeStatus: "
|
|
2958
|
+
readonly runtimeStatus: "implemented";
|
|
2959
2959
|
readonly protocolId: undefined;
|
|
2960
2960
|
readonly protocolName: undefined;
|
|
2961
2961
|
readonly protocolSupportsWasm: false;
|
|
2962
|
-
readonly jsStatus: "
|
|
2962
|
+
readonly jsStatus: "implemented";
|
|
2963
2963
|
readonly wasmStatus: "not-started";
|
|
2964
2964
|
readonly placeholder: false;
|
|
2965
|
-
readonly registeredInCodebase:
|
|
2965
|
+
readonly registeredInCodebase: true;
|
|
2966
2966
|
}, {
|
|
2967
2967
|
readonly name: "IMCOT";
|
|
2968
2968
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2969
2969
|
readonly inOfficeList: true;
|
|
2970
2970
|
readonly deterministic: "deterministic";
|
|
2971
|
-
readonly runtimeStatus: "
|
|
2971
|
+
readonly runtimeStatus: "implemented";
|
|
2972
2972
|
readonly protocolId: undefined;
|
|
2973
2973
|
readonly protocolName: undefined;
|
|
2974
2974
|
readonly protocolSupportsWasm: false;
|
|
2975
|
-
readonly jsStatus: "
|
|
2975
|
+
readonly jsStatus: "implemented";
|
|
2976
2976
|
readonly wasmStatus: "not-started";
|
|
2977
2977
|
readonly placeholder: false;
|
|
2978
|
-
readonly registeredInCodebase:
|
|
2978
|
+
readonly registeredInCodebase: true;
|
|
2979
2979
|
}, {
|
|
2980
2980
|
readonly name: "IMCSC";
|
|
2981
2981
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2982
2982
|
readonly inOfficeList: true;
|
|
2983
2983
|
readonly deterministic: "deterministic";
|
|
2984
|
-
readonly runtimeStatus: "
|
|
2984
|
+
readonly runtimeStatus: "implemented";
|
|
2985
2985
|
readonly protocolId: undefined;
|
|
2986
2986
|
readonly protocolName: undefined;
|
|
2987
2987
|
readonly protocolSupportsWasm: false;
|
|
2988
|
-
readonly jsStatus: "
|
|
2988
|
+
readonly jsStatus: "implemented";
|
|
2989
2989
|
readonly wasmStatus: "not-started";
|
|
2990
2990
|
readonly placeholder: false;
|
|
2991
|
-
readonly registeredInCodebase:
|
|
2991
|
+
readonly registeredInCodebase: true;
|
|
2992
2992
|
}, {
|
|
2993
2993
|
readonly name: "IMCSCH";
|
|
2994
2994
|
readonly odfStatus: "Placeholder (blocked)";
|
|
2995
2995
|
readonly inOfficeList: true;
|
|
2996
2996
|
readonly deterministic: "deterministic";
|
|
2997
|
-
readonly runtimeStatus: "
|
|
2997
|
+
readonly runtimeStatus: "implemented";
|
|
2998
2998
|
readonly protocolId: undefined;
|
|
2999
2999
|
readonly protocolName: undefined;
|
|
3000
3000
|
readonly protocolSupportsWasm: false;
|
|
3001
|
-
readonly jsStatus: "
|
|
3001
|
+
readonly jsStatus: "implemented";
|
|
3002
3002
|
readonly wasmStatus: "not-started";
|
|
3003
3003
|
readonly placeholder: false;
|
|
3004
|
-
readonly registeredInCodebase:
|
|
3004
|
+
readonly registeredInCodebase: true;
|
|
3005
3005
|
}, {
|
|
3006
3006
|
readonly name: "IMDIV";
|
|
3007
3007
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3008
3008
|
readonly inOfficeList: true;
|
|
3009
3009
|
readonly deterministic: "deterministic";
|
|
3010
|
-
readonly runtimeStatus: "
|
|
3010
|
+
readonly runtimeStatus: "implemented";
|
|
3011
3011
|
readonly protocolId: undefined;
|
|
3012
3012
|
readonly protocolName: undefined;
|
|
3013
3013
|
readonly protocolSupportsWasm: false;
|
|
3014
|
-
readonly jsStatus: "
|
|
3014
|
+
readonly jsStatus: "implemented";
|
|
3015
3015
|
readonly wasmStatus: "not-started";
|
|
3016
3016
|
readonly placeholder: false;
|
|
3017
|
-
readonly registeredInCodebase:
|
|
3017
|
+
readonly registeredInCodebase: true;
|
|
3018
3018
|
}, {
|
|
3019
3019
|
readonly name: "IMEXP";
|
|
3020
3020
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3021
3021
|
readonly inOfficeList: true;
|
|
3022
3022
|
readonly deterministic: "deterministic";
|
|
3023
|
-
readonly runtimeStatus: "
|
|
3023
|
+
readonly runtimeStatus: "implemented";
|
|
3024
3024
|
readonly protocolId: undefined;
|
|
3025
3025
|
readonly protocolName: undefined;
|
|
3026
3026
|
readonly protocolSupportsWasm: false;
|
|
3027
|
-
readonly jsStatus: "
|
|
3027
|
+
readonly jsStatus: "implemented";
|
|
3028
3028
|
readonly wasmStatus: "not-started";
|
|
3029
3029
|
readonly placeholder: false;
|
|
3030
|
-
readonly registeredInCodebase:
|
|
3030
|
+
readonly registeredInCodebase: true;
|
|
3031
3031
|
}, {
|
|
3032
3032
|
readonly name: "IMLN";
|
|
3033
3033
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3034
3034
|
readonly inOfficeList: true;
|
|
3035
3035
|
readonly deterministic: "deterministic";
|
|
3036
|
-
readonly runtimeStatus: "
|
|
3036
|
+
readonly runtimeStatus: "implemented";
|
|
3037
3037
|
readonly protocolId: undefined;
|
|
3038
3038
|
readonly protocolName: undefined;
|
|
3039
3039
|
readonly protocolSupportsWasm: false;
|
|
3040
|
-
readonly jsStatus: "
|
|
3040
|
+
readonly jsStatus: "implemented";
|
|
3041
3041
|
readonly wasmStatus: "not-started";
|
|
3042
3042
|
readonly placeholder: false;
|
|
3043
|
-
readonly registeredInCodebase:
|
|
3043
|
+
readonly registeredInCodebase: true;
|
|
3044
3044
|
}, {
|
|
3045
3045
|
readonly name: "IMLOG10";
|
|
3046
3046
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3047
3047
|
readonly inOfficeList: true;
|
|
3048
3048
|
readonly deterministic: "deterministic";
|
|
3049
|
-
readonly runtimeStatus: "
|
|
3049
|
+
readonly runtimeStatus: "implemented";
|
|
3050
3050
|
readonly protocolId: undefined;
|
|
3051
3051
|
readonly protocolName: undefined;
|
|
3052
3052
|
readonly protocolSupportsWasm: false;
|
|
3053
|
-
readonly jsStatus: "
|
|
3053
|
+
readonly jsStatus: "implemented";
|
|
3054
3054
|
readonly wasmStatus: "not-started";
|
|
3055
3055
|
readonly placeholder: false;
|
|
3056
|
-
readonly registeredInCodebase:
|
|
3056
|
+
readonly registeredInCodebase: true;
|
|
3057
3057
|
}, {
|
|
3058
3058
|
readonly name: "IMLOG2";
|
|
3059
3059
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3060
3060
|
readonly inOfficeList: true;
|
|
3061
3061
|
readonly deterministic: "deterministic";
|
|
3062
|
-
readonly runtimeStatus: "
|
|
3062
|
+
readonly runtimeStatus: "implemented";
|
|
3063
3063
|
readonly protocolId: undefined;
|
|
3064
3064
|
readonly protocolName: undefined;
|
|
3065
3065
|
readonly protocolSupportsWasm: false;
|
|
3066
|
-
readonly jsStatus: "
|
|
3066
|
+
readonly jsStatus: "implemented";
|
|
3067
3067
|
readonly wasmStatus: "not-started";
|
|
3068
3068
|
readonly placeholder: false;
|
|
3069
|
-
readonly registeredInCodebase:
|
|
3069
|
+
readonly registeredInCodebase: true;
|
|
3070
3070
|
}, {
|
|
3071
3071
|
readonly name: "IMPOWER";
|
|
3072
3072
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3073
3073
|
readonly inOfficeList: true;
|
|
3074
3074
|
readonly deterministic: "deterministic";
|
|
3075
|
-
readonly runtimeStatus: "
|
|
3075
|
+
readonly runtimeStatus: "implemented";
|
|
3076
3076
|
readonly protocolId: undefined;
|
|
3077
3077
|
readonly protocolName: undefined;
|
|
3078
3078
|
readonly protocolSupportsWasm: false;
|
|
3079
|
-
readonly jsStatus: "
|
|
3079
|
+
readonly jsStatus: "implemented";
|
|
3080
3080
|
readonly wasmStatus: "not-started";
|
|
3081
3081
|
readonly placeholder: false;
|
|
3082
|
-
readonly registeredInCodebase:
|
|
3082
|
+
readonly registeredInCodebase: true;
|
|
3083
3083
|
}, {
|
|
3084
3084
|
readonly name: "IMPRODUCT";
|
|
3085
3085
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3086
3086
|
readonly inOfficeList: true;
|
|
3087
3087
|
readonly deterministic: "deterministic";
|
|
3088
|
-
readonly runtimeStatus: "
|
|
3088
|
+
readonly runtimeStatus: "implemented";
|
|
3089
3089
|
readonly protocolId: undefined;
|
|
3090
3090
|
readonly protocolName: undefined;
|
|
3091
3091
|
readonly protocolSupportsWasm: false;
|
|
3092
|
-
readonly jsStatus: "
|
|
3092
|
+
readonly jsStatus: "implemented";
|
|
3093
3093
|
readonly wasmStatus: "not-started";
|
|
3094
3094
|
readonly placeholder: false;
|
|
3095
|
-
readonly registeredInCodebase:
|
|
3095
|
+
readonly registeredInCodebase: true;
|
|
3096
3096
|
}, {
|
|
3097
3097
|
readonly name: "IMREAL";
|
|
3098
3098
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3099
3099
|
readonly inOfficeList: true;
|
|
3100
3100
|
readonly deterministic: "deterministic";
|
|
3101
|
-
readonly runtimeStatus: "
|
|
3101
|
+
readonly runtimeStatus: "implemented";
|
|
3102
3102
|
readonly protocolId: undefined;
|
|
3103
3103
|
readonly protocolName: undefined;
|
|
3104
3104
|
readonly protocolSupportsWasm: false;
|
|
3105
|
-
readonly jsStatus: "
|
|
3105
|
+
readonly jsStatus: "implemented";
|
|
3106
3106
|
readonly wasmStatus: "not-started";
|
|
3107
3107
|
readonly placeholder: false;
|
|
3108
|
-
readonly registeredInCodebase:
|
|
3108
|
+
readonly registeredInCodebase: true;
|
|
3109
3109
|
}, {
|
|
3110
3110
|
readonly name: "IMSEC";
|
|
3111
3111
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3112
3112
|
readonly inOfficeList: true;
|
|
3113
3113
|
readonly deterministic: "deterministic";
|
|
3114
|
-
readonly runtimeStatus: "
|
|
3114
|
+
readonly runtimeStatus: "implemented";
|
|
3115
3115
|
readonly protocolId: undefined;
|
|
3116
3116
|
readonly protocolName: undefined;
|
|
3117
3117
|
readonly protocolSupportsWasm: false;
|
|
3118
|
-
readonly jsStatus: "
|
|
3118
|
+
readonly jsStatus: "implemented";
|
|
3119
3119
|
readonly wasmStatus: "not-started";
|
|
3120
3120
|
readonly placeholder: false;
|
|
3121
|
-
readonly registeredInCodebase:
|
|
3121
|
+
readonly registeredInCodebase: true;
|
|
3122
3122
|
}, {
|
|
3123
3123
|
readonly name: "IMSECH";
|
|
3124
3124
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3125
3125
|
readonly inOfficeList: true;
|
|
3126
3126
|
readonly deterministic: "deterministic";
|
|
3127
|
-
readonly runtimeStatus: "
|
|
3127
|
+
readonly runtimeStatus: "implemented";
|
|
3128
3128
|
readonly protocolId: undefined;
|
|
3129
3129
|
readonly protocolName: undefined;
|
|
3130
3130
|
readonly protocolSupportsWasm: false;
|
|
3131
|
-
readonly jsStatus: "
|
|
3131
|
+
readonly jsStatus: "implemented";
|
|
3132
3132
|
readonly wasmStatus: "not-started";
|
|
3133
3133
|
readonly placeholder: false;
|
|
3134
|
-
readonly registeredInCodebase:
|
|
3134
|
+
readonly registeredInCodebase: true;
|
|
3135
3135
|
}, {
|
|
3136
3136
|
readonly name: "IMSIN";
|
|
3137
3137
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3138
3138
|
readonly inOfficeList: true;
|
|
3139
3139
|
readonly deterministic: "deterministic";
|
|
3140
|
-
readonly runtimeStatus: "
|
|
3140
|
+
readonly runtimeStatus: "implemented";
|
|
3141
3141
|
readonly protocolId: undefined;
|
|
3142
3142
|
readonly protocolName: undefined;
|
|
3143
3143
|
readonly protocolSupportsWasm: false;
|
|
3144
|
-
readonly jsStatus: "
|
|
3144
|
+
readonly jsStatus: "implemented";
|
|
3145
3145
|
readonly wasmStatus: "not-started";
|
|
3146
3146
|
readonly placeholder: false;
|
|
3147
|
-
readonly registeredInCodebase:
|
|
3147
|
+
readonly registeredInCodebase: true;
|
|
3148
3148
|
}, {
|
|
3149
3149
|
readonly name: "IMSINH";
|
|
3150
3150
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
3151
3151
|
readonly inOfficeList: true;
|
|
3152
3152
|
readonly deterministic: "deterministic";
|
|
3153
|
-
readonly runtimeStatus: "
|
|
3153
|
+
readonly runtimeStatus: "implemented";
|
|
3154
3154
|
readonly protocolId: undefined;
|
|
3155
3155
|
readonly protocolName: undefined;
|
|
3156
3156
|
readonly protocolSupportsWasm: false;
|
|
3157
|
-
readonly jsStatus: "
|
|
3157
|
+
readonly jsStatus: "implemented";
|
|
3158
3158
|
readonly wasmStatus: "not-started";
|
|
3159
3159
|
readonly placeholder: false;
|
|
3160
|
-
readonly registeredInCodebase:
|
|
3160
|
+
readonly registeredInCodebase: true;
|
|
3161
3161
|
}, {
|
|
3162
3162
|
readonly name: "IMSQRT";
|
|
3163
3163
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3164
3164
|
readonly inOfficeList: true;
|
|
3165
3165
|
readonly deterministic: "deterministic";
|
|
3166
|
-
readonly runtimeStatus: "
|
|
3166
|
+
readonly runtimeStatus: "implemented";
|
|
3167
3167
|
readonly protocolId: undefined;
|
|
3168
3168
|
readonly protocolName: undefined;
|
|
3169
3169
|
readonly protocolSupportsWasm: false;
|
|
3170
|
-
readonly jsStatus: "
|
|
3170
|
+
readonly jsStatus: "implemented";
|
|
3171
3171
|
readonly wasmStatus: "not-started";
|
|
3172
3172
|
readonly placeholder: false;
|
|
3173
|
-
readonly registeredInCodebase:
|
|
3173
|
+
readonly registeredInCodebase: true;
|
|
3174
3174
|
}, {
|
|
3175
3175
|
readonly name: "IMSUB";
|
|
3176
3176
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3177
3177
|
readonly inOfficeList: true;
|
|
3178
3178
|
readonly deterministic: "deterministic";
|
|
3179
|
-
readonly runtimeStatus: "
|
|
3179
|
+
readonly runtimeStatus: "implemented";
|
|
3180
3180
|
readonly protocolId: undefined;
|
|
3181
3181
|
readonly protocolName: undefined;
|
|
3182
3182
|
readonly protocolSupportsWasm: false;
|
|
3183
|
-
readonly jsStatus: "
|
|
3183
|
+
readonly jsStatus: "implemented";
|
|
3184
3184
|
readonly wasmStatus: "not-started";
|
|
3185
3185
|
readonly placeholder: false;
|
|
3186
|
-
readonly registeredInCodebase:
|
|
3186
|
+
readonly registeredInCodebase: true;
|
|
3187
3187
|
}, {
|
|
3188
3188
|
readonly name: "IMSUM";
|
|
3189
3189
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3190
3190
|
readonly inOfficeList: true;
|
|
3191
3191
|
readonly deterministic: "deterministic";
|
|
3192
|
-
readonly runtimeStatus: "
|
|
3192
|
+
readonly runtimeStatus: "implemented";
|
|
3193
3193
|
readonly protocolId: undefined;
|
|
3194
3194
|
readonly protocolName: undefined;
|
|
3195
3195
|
readonly protocolSupportsWasm: false;
|
|
3196
|
-
readonly jsStatus: "
|
|
3196
|
+
readonly jsStatus: "implemented";
|
|
3197
3197
|
readonly wasmStatus: "not-started";
|
|
3198
3198
|
readonly placeholder: false;
|
|
3199
|
-
readonly registeredInCodebase:
|
|
3199
|
+
readonly registeredInCodebase: true;
|
|
3200
3200
|
}, {
|
|
3201
3201
|
readonly name: "IMTAN";
|
|
3202
3202
|
readonly odfStatus: "Placeholder (blocked)";
|
|
3203
3203
|
readonly inOfficeList: true;
|
|
3204
3204
|
readonly deterministic: "deterministic";
|
|
3205
|
-
readonly runtimeStatus: "
|
|
3205
|
+
readonly runtimeStatus: "implemented";
|
|
3206
3206
|
readonly protocolId: undefined;
|
|
3207
3207
|
readonly protocolName: undefined;
|
|
3208
3208
|
readonly protocolSupportsWasm: false;
|
|
3209
|
-
readonly jsStatus: "
|
|
3209
|
+
readonly jsStatus: "implemented";
|
|
3210
3210
|
readonly wasmStatus: "not-started";
|
|
3211
3211
|
readonly placeholder: false;
|
|
3212
|
-
readonly registeredInCodebase:
|
|
3212
|
+
readonly registeredInCodebase: true;
|
|
3213
3213
|
}, {
|
|
3214
3214
|
readonly name: "INDEX";
|
|
3215
3215
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -3618,27 +3618,27 @@ export declare const formulaInventory: readonly [{
|
|
|
3618
3618
|
readonly odfStatus: "Legacy not implemented";
|
|
3619
3619
|
readonly inOfficeList: false;
|
|
3620
3620
|
readonly deterministic: "deterministic";
|
|
3621
|
-
readonly runtimeStatus: "
|
|
3621
|
+
readonly runtimeStatus: "implemented";
|
|
3622
3622
|
readonly protocolId: undefined;
|
|
3623
3623
|
readonly protocolName: undefined;
|
|
3624
3624
|
readonly protocolSupportsWasm: false;
|
|
3625
|
-
readonly jsStatus: "
|
|
3625
|
+
readonly jsStatus: "implemented";
|
|
3626
3626
|
readonly wasmStatus: "not-started";
|
|
3627
3627
|
readonly placeholder: false;
|
|
3628
|
-
readonly registeredInCodebase:
|
|
3628
|
+
readonly registeredInCodebase: true;
|
|
3629
3629
|
}, {
|
|
3630
3630
|
readonly name: "LEGACY.NORMSINV";
|
|
3631
3631
|
readonly odfStatus: "Legacy not implemented";
|
|
3632
3632
|
readonly inOfficeList: false;
|
|
3633
3633
|
readonly deterministic: "deterministic";
|
|
3634
|
-
readonly runtimeStatus: "
|
|
3634
|
+
readonly runtimeStatus: "implemented";
|
|
3635
3635
|
readonly protocolId: undefined;
|
|
3636
3636
|
readonly protocolName: undefined;
|
|
3637
3637
|
readonly protocolSupportsWasm: false;
|
|
3638
|
-
readonly jsStatus: "
|
|
3638
|
+
readonly jsStatus: "implemented";
|
|
3639
3639
|
readonly wasmStatus: "not-started";
|
|
3640
3640
|
readonly placeholder: false;
|
|
3641
|
-
readonly registeredInCodebase:
|
|
3641
|
+
readonly registeredInCodebase: true;
|
|
3642
3642
|
}, {
|
|
3643
3643
|
readonly name: "LEN";
|
|
3644
3644
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -3904,14 +3904,14 @@ export declare const formulaInventory: readonly [{
|
|
|
3904
3904
|
readonly odfStatus: "Implemented";
|
|
3905
3905
|
readonly inOfficeList: true;
|
|
3906
3906
|
readonly deterministic: "deterministic";
|
|
3907
|
-
readonly runtimeStatus: "
|
|
3907
|
+
readonly runtimeStatus: "implemented";
|
|
3908
3908
|
readonly protocolId: undefined;
|
|
3909
3909
|
readonly protocolName: undefined;
|
|
3910
3910
|
readonly protocolSupportsWasm: false;
|
|
3911
|
-
readonly jsStatus: "
|
|
3911
|
+
readonly jsStatus: "implemented";
|
|
3912
3912
|
readonly wasmStatus: "not-started";
|
|
3913
3913
|
readonly placeholder: false;
|
|
3914
|
-
readonly registeredInCodebase:
|
|
3914
|
+
readonly registeredInCodebase: true;
|
|
3915
3915
|
}, {
|
|
3916
3916
|
readonly name: "MDURATION";
|
|
3917
3917
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -4021,14 +4021,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4021
4021
|
readonly odfStatus: "Implemented";
|
|
4022
4022
|
readonly inOfficeList: true;
|
|
4023
4023
|
readonly deterministic: "deterministic";
|
|
4024
|
-
readonly runtimeStatus: "
|
|
4024
|
+
readonly runtimeStatus: "implemented";
|
|
4025
4025
|
readonly protocolId: undefined;
|
|
4026
4026
|
readonly protocolName: undefined;
|
|
4027
4027
|
readonly protocolSupportsWasm: false;
|
|
4028
|
-
readonly jsStatus: "
|
|
4028
|
+
readonly jsStatus: "implemented";
|
|
4029
4029
|
readonly wasmStatus: "not-started";
|
|
4030
4030
|
readonly placeholder: false;
|
|
4031
|
-
readonly registeredInCodebase:
|
|
4031
|
+
readonly registeredInCodebase: true;
|
|
4032
4032
|
}, {
|
|
4033
4033
|
readonly name: "MIRR";
|
|
4034
4034
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -4047,14 +4047,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4047
4047
|
readonly odfStatus: "Implemented";
|
|
4048
4048
|
readonly inOfficeList: true;
|
|
4049
4049
|
readonly deterministic: "deterministic";
|
|
4050
|
-
readonly runtimeStatus: "
|
|
4050
|
+
readonly runtimeStatus: "implemented";
|
|
4051
4051
|
readonly protocolId: undefined;
|
|
4052
4052
|
readonly protocolName: undefined;
|
|
4053
4053
|
readonly protocolSupportsWasm: false;
|
|
4054
|
-
readonly jsStatus: "
|
|
4054
|
+
readonly jsStatus: "implemented";
|
|
4055
4055
|
readonly wasmStatus: "not-started";
|
|
4056
4056
|
readonly placeholder: false;
|
|
4057
|
-
readonly registeredInCodebase:
|
|
4057
|
+
readonly registeredInCodebase: true;
|
|
4058
4058
|
}, {
|
|
4059
4059
|
readonly name: "MOD";
|
|
4060
4060
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -4138,14 +4138,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4138
4138
|
readonly odfStatus: "Implemented";
|
|
4139
4139
|
readonly inOfficeList: true;
|
|
4140
4140
|
readonly deterministic: "deterministic";
|
|
4141
|
-
readonly runtimeStatus: "
|
|
4141
|
+
readonly runtimeStatus: "implemented";
|
|
4142
4142
|
readonly protocolId: undefined;
|
|
4143
4143
|
readonly protocolName: undefined;
|
|
4144
4144
|
readonly protocolSupportsWasm: false;
|
|
4145
|
-
readonly jsStatus: "
|
|
4145
|
+
readonly jsStatus: "implemented";
|
|
4146
4146
|
readonly wasmStatus: "not-started";
|
|
4147
4147
|
readonly placeholder: false;
|
|
4148
|
-
readonly registeredInCodebase:
|
|
4148
|
+
readonly registeredInCodebase: true;
|
|
4149
4149
|
}, {
|
|
4150
4150
|
readonly name: "MULTIPLE.OPERATIONS";
|
|
4151
4151
|
readonly odfStatus: "Missing";
|
|
@@ -4632,14 +4632,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4632
4632
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
4633
4633
|
readonly inOfficeList: true;
|
|
4634
4634
|
readonly deterministic: "deterministic";
|
|
4635
|
-
readonly runtimeStatus: "
|
|
4635
|
+
readonly runtimeStatus: "implemented";
|
|
4636
4636
|
readonly protocolId: undefined;
|
|
4637
4637
|
readonly protocolName: undefined;
|
|
4638
4638
|
readonly protocolSupportsWasm: false;
|
|
4639
|
-
readonly jsStatus: "
|
|
4639
|
+
readonly jsStatus: "implemented";
|
|
4640
4640
|
readonly wasmStatus: "not-started";
|
|
4641
4641
|
readonly placeholder: false;
|
|
4642
|
-
readonly registeredInCodebase:
|
|
4642
|
+
readonly registeredInCodebase: true;
|
|
4643
4643
|
}, {
|
|
4644
4644
|
readonly name: "PERCENTRANK";
|
|
4645
4645
|
readonly odfStatus: "Placeholder (blocked)";
|
|
@@ -4892,14 +4892,14 @@ export declare const formulaInventory: readonly [{
|
|
|
4892
4892
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
4893
4893
|
readonly inOfficeList: true;
|
|
4894
4894
|
readonly deterministic: "deterministic";
|
|
4895
|
-
readonly runtimeStatus: "
|
|
4895
|
+
readonly runtimeStatus: "implemented";
|
|
4896
4896
|
readonly protocolId: undefined;
|
|
4897
4897
|
readonly protocolName: undefined;
|
|
4898
4898
|
readonly protocolSupportsWasm: false;
|
|
4899
|
-
readonly jsStatus: "
|
|
4899
|
+
readonly jsStatus: "implemented";
|
|
4900
4900
|
readonly wasmStatus: "not-started";
|
|
4901
4901
|
readonly placeholder: false;
|
|
4902
|
-
readonly registeredInCodebase:
|
|
4902
|
+
readonly registeredInCodebase: true;
|
|
4903
4903
|
}, {
|
|
4904
4904
|
readonly name: "PV";
|
|
4905
4905
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5100,40 +5100,40 @@ export declare const formulaInventory: readonly [{
|
|
|
5100
5100
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5101
5101
|
readonly inOfficeList: true;
|
|
5102
5102
|
readonly deterministic: "deterministic";
|
|
5103
|
-
readonly runtimeStatus: "
|
|
5103
|
+
readonly runtimeStatus: "implemented";
|
|
5104
5104
|
readonly protocolId: undefined;
|
|
5105
5105
|
readonly protocolName: undefined;
|
|
5106
5106
|
readonly protocolSupportsWasm: false;
|
|
5107
|
-
readonly jsStatus: "
|
|
5107
|
+
readonly jsStatus: "implemented";
|
|
5108
5108
|
readonly wasmStatus: "not-started";
|
|
5109
5109
|
readonly placeholder: false;
|
|
5110
|
-
readonly registeredInCodebase:
|
|
5110
|
+
readonly registeredInCodebase: true;
|
|
5111
5111
|
}, {
|
|
5112
5112
|
readonly name: "REGEXREPLACE";
|
|
5113
5113
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5114
5114
|
readonly inOfficeList: true;
|
|
5115
5115
|
readonly deterministic: "deterministic";
|
|
5116
|
-
readonly runtimeStatus: "
|
|
5116
|
+
readonly runtimeStatus: "implemented";
|
|
5117
5117
|
readonly protocolId: undefined;
|
|
5118
5118
|
readonly protocolName: undefined;
|
|
5119
5119
|
readonly protocolSupportsWasm: false;
|
|
5120
|
-
readonly jsStatus: "
|
|
5120
|
+
readonly jsStatus: "implemented";
|
|
5121
5121
|
readonly wasmStatus: "not-started";
|
|
5122
5122
|
readonly placeholder: false;
|
|
5123
|
-
readonly registeredInCodebase:
|
|
5123
|
+
readonly registeredInCodebase: true;
|
|
5124
5124
|
}, {
|
|
5125
5125
|
readonly name: "REGEXTEST";
|
|
5126
5126
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
5127
5127
|
readonly inOfficeList: true;
|
|
5128
5128
|
readonly deterministic: "deterministic";
|
|
5129
|
-
readonly runtimeStatus: "
|
|
5129
|
+
readonly runtimeStatus: "implemented";
|
|
5130
5130
|
readonly protocolId: undefined;
|
|
5131
5131
|
readonly protocolName: undefined;
|
|
5132
5132
|
readonly protocolSupportsWasm: false;
|
|
5133
|
-
readonly jsStatus: "
|
|
5133
|
+
readonly jsStatus: "implemented";
|
|
5134
5134
|
readonly wasmStatus: "not-started";
|
|
5135
5135
|
readonly placeholder: false;
|
|
5136
|
-
readonly registeredInCodebase:
|
|
5136
|
+
readonly registeredInCodebase: true;
|
|
5137
5137
|
}, {
|
|
5138
5138
|
readonly name: "REGISTER.ID";
|
|
5139
5139
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5217,14 +5217,14 @@ export declare const formulaInventory: readonly [{
|
|
|
5217
5217
|
readonly odfStatus: "Implemented";
|
|
5218
5218
|
readonly inOfficeList: true;
|
|
5219
5219
|
readonly deterministic: "deterministic";
|
|
5220
|
-
readonly runtimeStatus: "
|
|
5220
|
+
readonly runtimeStatus: "implemented";
|
|
5221
5221
|
readonly protocolId: undefined;
|
|
5222
5222
|
readonly protocolName: undefined;
|
|
5223
5223
|
readonly protocolSupportsWasm: false;
|
|
5224
|
-
readonly jsStatus: "
|
|
5224
|
+
readonly jsStatus: "implemented";
|
|
5225
5225
|
readonly wasmStatus: "not-started";
|
|
5226
5226
|
readonly placeholder: false;
|
|
5227
|
-
readonly registeredInCodebase:
|
|
5227
|
+
readonly registeredInCodebase: true;
|
|
5228
5228
|
}, {
|
|
5229
5229
|
readonly name: "ROUND";
|
|
5230
5230
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5529,14 +5529,14 @@ export declare const formulaInventory: readonly [{
|
|
|
5529
5529
|
readonly odfStatus: "Missing";
|
|
5530
5530
|
readonly inOfficeList: false;
|
|
5531
5531
|
readonly deterministic: "deterministic";
|
|
5532
|
-
readonly runtimeStatus: "
|
|
5532
|
+
readonly runtimeStatus: "implemented";
|
|
5533
5533
|
readonly protocolId: undefined;
|
|
5534
5534
|
readonly protocolName: undefined;
|
|
5535
5535
|
readonly protocolSupportsWasm: false;
|
|
5536
|
-
readonly jsStatus: "
|
|
5536
|
+
readonly jsStatus: "implemented";
|
|
5537
5537
|
readonly wasmStatus: "not-started";
|
|
5538
5538
|
readonly placeholder: false;
|
|
5539
|
-
readonly registeredInCodebase:
|
|
5539
|
+
readonly registeredInCodebase: true;
|
|
5540
5540
|
}, {
|
|
5541
5541
|
readonly name: "SLN";
|
|
5542
5542
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|
|
@@ -5841,40 +5841,40 @@ export declare const formulaInventory: readonly [{
|
|
|
5841
5841
|
readonly odfStatus: "Implemented";
|
|
5842
5842
|
readonly inOfficeList: true;
|
|
5843
5843
|
readonly deterministic: "deterministic";
|
|
5844
|
-
readonly runtimeStatus: "
|
|
5844
|
+
readonly runtimeStatus: "implemented";
|
|
5845
5845
|
readonly protocolId: undefined;
|
|
5846
5846
|
readonly protocolName: undefined;
|
|
5847
5847
|
readonly protocolSupportsWasm: false;
|
|
5848
|
-
readonly jsStatus: "
|
|
5848
|
+
readonly jsStatus: "implemented";
|
|
5849
5849
|
readonly wasmStatus: "not-started";
|
|
5850
5850
|
readonly placeholder: false;
|
|
5851
|
-
readonly registeredInCodebase:
|
|
5851
|
+
readonly registeredInCodebase: true;
|
|
5852
5852
|
}, {
|
|
5853
5853
|
readonly name: "SUMX2PY2";
|
|
5854
5854
|
readonly odfStatus: "Implemented";
|
|
5855
5855
|
readonly inOfficeList: true;
|
|
5856
5856
|
readonly deterministic: "deterministic";
|
|
5857
|
-
readonly runtimeStatus: "
|
|
5857
|
+
readonly runtimeStatus: "implemented";
|
|
5858
5858
|
readonly protocolId: undefined;
|
|
5859
5859
|
readonly protocolName: undefined;
|
|
5860
5860
|
readonly protocolSupportsWasm: false;
|
|
5861
|
-
readonly jsStatus: "
|
|
5861
|
+
readonly jsStatus: "implemented";
|
|
5862
5862
|
readonly wasmStatus: "not-started";
|
|
5863
5863
|
readonly placeholder: false;
|
|
5864
|
-
readonly registeredInCodebase:
|
|
5864
|
+
readonly registeredInCodebase: true;
|
|
5865
5865
|
}, {
|
|
5866
5866
|
readonly name: "SUMXMY2";
|
|
5867
5867
|
readonly odfStatus: "Implemented";
|
|
5868
5868
|
readonly inOfficeList: true;
|
|
5869
5869
|
readonly deterministic: "deterministic";
|
|
5870
|
-
readonly runtimeStatus: "
|
|
5870
|
+
readonly runtimeStatus: "implemented";
|
|
5871
5871
|
readonly protocolId: undefined;
|
|
5872
5872
|
readonly protocolName: undefined;
|
|
5873
5873
|
readonly protocolSupportsWasm: false;
|
|
5874
|
-
readonly jsStatus: "
|
|
5874
|
+
readonly jsStatus: "implemented";
|
|
5875
5875
|
readonly wasmStatus: "not-started";
|
|
5876
5876
|
readonly placeholder: false;
|
|
5877
|
-
readonly registeredInCodebase:
|
|
5877
|
+
readonly registeredInCodebase: true;
|
|
5878
5878
|
}, {
|
|
5879
5879
|
readonly name: "SWITCH";
|
|
5880
5880
|
readonly odfStatus: "Not in ODF 1.4 mandatory";
|