@citolab/qti-components 7.6.0 → 7.9.0
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/cdn/index.global.js +1 -1
- package/cdn/index.js +173 -133
- package/custom-elements.json +20023 -19863
- package/dist/chunks/{chunk-GG4NR5OR.js → chunk-4QSZJYSB.js} +2 -2
- package/dist/chunks/{chunk-G7ZPPP7O.js → chunk-7YO5JFT3.js} +86 -34
- package/dist/chunks/chunk-7YO5JFT3.js.map +1 -0
- package/dist/chunks/{chunk-LSEB52SP.js → chunk-PT5ASWGQ.js} +49 -29
- package/dist/chunks/chunk-PT5ASWGQ.js.map +1 -0
- package/dist/chunks/{chunk-2WTHXWS3.js → chunk-YD7FVKDP.js} +43 -19
- package/dist/chunks/chunk-YD7FVKDP.js.map +1 -0
- package/dist/chunks/{chunk-FQWMCONA.js → chunk-ZZ7XZ5GG.js} +11 -6
- package/dist/chunks/{chunk-FQWMCONA.js.map → chunk-ZZ7XZ5GG.js.map} +1 -1
- package/dist/index.js +212 -10
- package/dist/index.js.map +1 -1
- package/dist/item.css +48 -28
- package/dist/qti-components/index.d.ts +2 -0
- package/dist/qti-components/index.js +2 -2
- package/dist/qti-components-jsx.d.ts +244 -225
- package/dist/qti-item/index.js +2 -2
- package/dist/qti-test/index.js +3 -3
- package/dist/vscode.html-custom-data.json +1 -1
- package/package.json +2 -2
- package/dist/chunks/chunk-2WTHXWS3.js.map +0 -1
- package/dist/chunks/chunk-G7ZPPP7O.js.map +0 -1
- package/dist/chunks/chunk-LSEB52SP.js.map +0 -1
- /package/dist/chunks/{chunk-GG4NR5OR.js.map → chunk-4QSZJYSB.js.map} +0 -0
|
@@ -133,12 +133,12 @@ import type { QtiTestVariables, QtiTestVariablesExpression } from "src/lib/qti-t
|
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* This type can be used to create scoped tags for your components.
|
|
136
|
-
*
|
|
136
|
+
*
|
|
137
137
|
* Usage:
|
|
138
|
-
*
|
|
138
|
+
*
|
|
139
139
|
* ```ts
|
|
140
140
|
* import type { ScopedElements } from "path/to/library/jsx-integration";
|
|
141
|
-
*
|
|
141
|
+
*
|
|
142
142
|
* declare module "my-library" {
|
|
143
143
|
* namespace JSX {
|
|
144
144
|
* interface IntrinsicElements
|
|
@@ -146,7 +146,7 @@ import type { QtiTestVariables, QtiTestVariablesExpression } from "src/lib/qti-t
|
|
|
146
146
|
* }
|
|
147
147
|
* }
|
|
148
148
|
* ```
|
|
149
|
-
*
|
|
149
|
+
*
|
|
150
150
|
* @deprecated Runtime scoped elements result in duplicate types and can confusing for developers. It is recommended to use the `prefix` and `suffix` options to generate new types instead.
|
|
151
151
|
*/
|
|
152
152
|
export type ScopedElements<
|
|
@@ -1815,7 +1815,8 @@ When set to `true`, the available objects and properties (i.e.: stampContext) is
|
|
|
1815
1815
|
/** */
|
|
1816
1816
|
"myTemplate"?: TestStamp['myTemplate'];
|
|
1817
1817
|
|
|
1818
|
-
|
|
1818
|
+
/** */
|
|
1819
|
+
"onqti-stamp-context-updated"?: (e: CustomEvent<CustomEvent>) => void;
|
|
1819
1820
|
}
|
|
1820
1821
|
|
|
1821
1822
|
|
|
@@ -1868,7 +1869,7 @@ export type QtiTestVariablesProps = {
|
|
|
1868
1869
|
/**
|
|
1869
1870
|
*
|
|
1870
1871
|
*
|
|
1871
|
-
*
|
|
1872
|
+
* ## Attributes & Properties
|
|
1872
1873
|
*
|
|
1873
1874
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
1874
1875
|
*
|
|
@@ -1879,7 +1880,7 @@ export type QtiTestVariablesProps = {
|
|
|
1879
1880
|
* - `noCorrectResponseText`: undefined
|
|
1880
1881
|
* - `computedContext`: undefined (property only)
|
|
1881
1882
|
*
|
|
1882
|
-
*
|
|
1883
|
+
* ## Events
|
|
1883
1884
|
*
|
|
1884
1885
|
* Events that will be emitted by the component.
|
|
1885
1886
|
*
|
|
@@ -1891,7 +1892,7 @@ export type QtiTestVariablesProps = {
|
|
|
1891
1892
|
/**
|
|
1892
1893
|
*
|
|
1893
1894
|
*
|
|
1894
|
-
*
|
|
1895
|
+
* ## Methods
|
|
1895
1896
|
*
|
|
1896
1897
|
* Methods that can be called to access component functionality.
|
|
1897
1898
|
*
|
|
@@ -1903,7 +1904,7 @@ export type QtiTestVariablesProps = {
|
|
|
1903
1904
|
/**
|
|
1904
1905
|
*
|
|
1905
1906
|
*
|
|
1906
|
-
*
|
|
1907
|
+
* ## Methods
|
|
1907
1908
|
*
|
|
1908
1909
|
* Methods that can be called to access component functionality.
|
|
1909
1910
|
*
|
|
@@ -1917,20 +1918,20 @@ export type QtiTestVariablesProps = {
|
|
|
1917
1918
|
* by looking up the value of the associated expression in the lookupTable associated
|
|
1918
1919
|
* with the outcome's declaration.
|
|
1919
1920
|
*
|
|
1920
|
-
*
|
|
1921
|
+
* ## Attributes & Properties
|
|
1921
1922
|
*
|
|
1922
1923
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
1923
1924
|
*
|
|
1924
1925
|
* - `identifier`: undefined
|
|
1925
1926
|
* - `childExpression`: undefined (property only) (readonly)
|
|
1926
1927
|
*
|
|
1927
|
-
*
|
|
1928
|
+
* ## Events
|
|
1928
1929
|
*
|
|
1929
1930
|
* Events that will be emitted by the component.
|
|
1930
1931
|
*
|
|
1931
1932
|
* - `qti-set-outcome-value`: undefined
|
|
1932
1933
|
*
|
|
1933
|
-
*
|
|
1934
|
+
* ## Methods
|
|
1934
1935
|
*
|
|
1935
1936
|
* Methods that can be called to access component functionality.
|
|
1936
1937
|
*
|
|
@@ -1942,7 +1943,7 @@ export type QtiTestVariablesProps = {
|
|
|
1942
1943
|
/**
|
|
1943
1944
|
*
|
|
1944
1945
|
*
|
|
1945
|
-
*
|
|
1946
|
+
* ## Methods
|
|
1946
1947
|
*
|
|
1947
1948
|
* Methods that can be called to access component functionality.
|
|
1948
1949
|
*
|
|
@@ -1954,13 +1955,13 @@ export type QtiTestVariablesProps = {
|
|
|
1954
1955
|
/**
|
|
1955
1956
|
* Web component that processes `setOutcomeValue` in QTI.
|
|
1956
1957
|
*
|
|
1957
|
-
*
|
|
1958
|
+
* ## Events
|
|
1958
1959
|
*
|
|
1959
1960
|
* Events that will be emitted by the component.
|
|
1960
1961
|
*
|
|
1961
1962
|
* - `qti-set-outcome-value`: undefined
|
|
1962
1963
|
*
|
|
1963
|
-
*
|
|
1964
|
+
* ## Methods
|
|
1964
1965
|
*
|
|
1965
1966
|
* Methods that can be called to access component functionality.
|
|
1966
1967
|
*
|
|
@@ -1972,7 +1973,7 @@ export type QtiTestVariablesProps = {
|
|
|
1972
1973
|
/**
|
|
1973
1974
|
*
|
|
1974
1975
|
*
|
|
1975
|
-
*
|
|
1976
|
+
* ## Methods
|
|
1976
1977
|
*
|
|
1977
1978
|
* Methods that can be called to access component functionality.
|
|
1978
1979
|
*
|
|
@@ -1986,7 +1987,7 @@ export type QtiTestVariablesProps = {
|
|
|
1986
1987
|
/**
|
|
1987
1988
|
*
|
|
1988
1989
|
*
|
|
1989
|
-
*
|
|
1990
|
+
* ## Methods
|
|
1990
1991
|
*
|
|
1991
1992
|
* Methods that can be called to access component functionality.
|
|
1992
1993
|
*
|
|
@@ -2000,7 +2001,7 @@ export type QtiTestVariablesProps = {
|
|
|
2000
2001
|
/**
|
|
2001
2002
|
*
|
|
2002
2003
|
*
|
|
2003
|
-
*
|
|
2004
|
+
* ## Methods
|
|
2004
2005
|
*
|
|
2005
2006
|
* Methods that can be called to access component functionality.
|
|
2006
2007
|
*
|
|
@@ -2014,7 +2015,7 @@ export type QtiTestVariablesProps = {
|
|
|
2014
2015
|
/**
|
|
2015
2016
|
*
|
|
2016
2017
|
*
|
|
2017
|
-
*
|
|
2018
|
+
* ## Methods
|
|
2018
2019
|
*
|
|
2019
2020
|
* Methods that can be called to access component functionality.
|
|
2020
2021
|
*
|
|
@@ -2027,13 +2028,13 @@ export type QtiTestVariablesProps = {
|
|
|
2027
2028
|
/**
|
|
2028
2029
|
*
|
|
2029
2030
|
*
|
|
2030
|
-
*
|
|
2031
|
+
* ## Attributes & Properties
|
|
2031
2032
|
*
|
|
2032
2033
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2033
2034
|
*
|
|
2034
2035
|
* - `base-type`/`baseType`: undefined
|
|
2035
2036
|
*
|
|
2036
|
-
*
|
|
2037
|
+
* ## Methods
|
|
2037
2038
|
*
|
|
2038
2039
|
* Methods that can be called to access component functionality.
|
|
2039
2040
|
*
|
|
@@ -2045,7 +2046,7 @@ export type QtiTestVariablesProps = {
|
|
|
2045
2046
|
/**
|
|
2046
2047
|
*
|
|
2047
2048
|
*
|
|
2048
|
-
*
|
|
2049
|
+
* ## Methods
|
|
2049
2050
|
*
|
|
2050
2051
|
* Methods that can be called to access component functionality.
|
|
2051
2052
|
*
|
|
@@ -2057,7 +2058,7 @@ export type QtiTestVariablesProps = {
|
|
|
2057
2058
|
/**
|
|
2058
2059
|
*
|
|
2059
2060
|
*
|
|
2060
|
-
*
|
|
2061
|
+
* ## Methods
|
|
2061
2062
|
*
|
|
2062
2063
|
* Methods that can be called to access component functionality.
|
|
2063
2064
|
*
|
|
@@ -2069,13 +2070,13 @@ export type QtiTestVariablesProps = {
|
|
|
2069
2070
|
/**
|
|
2070
2071
|
*
|
|
2071
2072
|
*
|
|
2072
|
-
*
|
|
2073
|
+
* ## Attributes & Properties
|
|
2073
2074
|
*
|
|
2074
2075
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2075
2076
|
*
|
|
2076
2077
|
* - `interpretation`: undefined (property only) (readonly)
|
|
2077
2078
|
*
|
|
2078
|
-
*
|
|
2079
|
+
* ## Methods
|
|
2079
2080
|
*
|
|
2080
2081
|
* Methods that can be called to access component functionality.
|
|
2081
2082
|
*
|
|
@@ -2087,13 +2088,13 @@ export type QtiTestVariablesProps = {
|
|
|
2087
2088
|
/**
|
|
2088
2089
|
*
|
|
2089
2090
|
*
|
|
2090
|
-
*
|
|
2091
|
+
* ## Attributes & Properties
|
|
2091
2092
|
*
|
|
2092
2093
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2093
2094
|
*
|
|
2094
2095
|
* - `identifier`: undefined
|
|
2095
2096
|
*
|
|
2096
|
-
*
|
|
2097
|
+
* ## Methods
|
|
2097
2098
|
*
|
|
2098
2099
|
* Methods that can be called to access component functionality.
|
|
2099
2100
|
*
|
|
@@ -2105,14 +2106,14 @@ export type QtiTestVariablesProps = {
|
|
|
2105
2106
|
/**
|
|
2106
2107
|
*
|
|
2107
2108
|
*
|
|
2108
|
-
*
|
|
2109
|
+
* ## Attributes & Properties
|
|
2109
2110
|
*
|
|
2110
2111
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2111
2112
|
*
|
|
2112
2113
|
* - `roundingMode`: undefined
|
|
2113
2114
|
* - `figures`: undefined (property only) (readonly)
|
|
2114
2115
|
*
|
|
2115
|
-
*
|
|
2116
|
+
* ## Methods
|
|
2116
2117
|
*
|
|
2117
2118
|
* Methods that can be called to access component functionality.
|
|
2118
2119
|
*
|
|
@@ -2124,7 +2125,7 @@ export type QtiTestVariablesProps = {
|
|
|
2124
2125
|
/**
|
|
2125
2126
|
*
|
|
2126
2127
|
*
|
|
2127
|
-
*
|
|
2128
|
+
* ## Methods
|
|
2128
2129
|
*
|
|
2129
2130
|
* Methods that can be called to access component functionality.
|
|
2130
2131
|
*
|
|
@@ -2136,14 +2137,14 @@ export type QtiTestVariablesProps = {
|
|
|
2136
2137
|
/**
|
|
2137
2138
|
*
|
|
2138
2139
|
*
|
|
2139
|
-
*
|
|
2140
|
+
* ## Attributes & Properties
|
|
2140
2141
|
*
|
|
2141
2142
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2142
2143
|
*
|
|
2143
2144
|
* - `rounding-mode`/`roundingMode`: undefined
|
|
2144
2145
|
* - `figures`: undefined
|
|
2145
2146
|
*
|
|
2146
|
-
*
|
|
2147
|
+
* ## Methods
|
|
2147
2148
|
*
|
|
2148
2149
|
* Methods that can be called to access component functionality.
|
|
2149
2150
|
*
|
|
@@ -2155,13 +2156,13 @@ export type QtiTestVariablesProps = {
|
|
|
2155
2156
|
/**
|
|
2156
2157
|
*
|
|
2157
2158
|
*
|
|
2158
|
-
*
|
|
2159
|
+
* ## Attributes & Properties
|
|
2159
2160
|
*
|
|
2160
2161
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2161
2162
|
*
|
|
2162
2163
|
* - `toleranceMode`: undefined
|
|
2163
2164
|
*
|
|
2164
|
-
*
|
|
2165
|
+
* ## Methods
|
|
2165
2166
|
*
|
|
2166
2167
|
* Methods that can be called to access component functionality.
|
|
2167
2168
|
*
|
|
@@ -2173,7 +2174,7 @@ export type QtiTestVariablesProps = {
|
|
|
2173
2174
|
/**
|
|
2174
2175
|
*
|
|
2175
2176
|
*
|
|
2176
|
-
*
|
|
2177
|
+
* ## Methods
|
|
2177
2178
|
*
|
|
2178
2179
|
* Methods that can be called to access component functionality.
|
|
2179
2180
|
*
|
|
@@ -2185,7 +2186,7 @@ export type QtiTestVariablesProps = {
|
|
|
2185
2186
|
/**
|
|
2186
2187
|
*
|
|
2187
2188
|
*
|
|
2188
|
-
*
|
|
2189
|
+
* ## Methods
|
|
2189
2190
|
*
|
|
2190
2191
|
* Methods that can be called to access component functionality.
|
|
2191
2192
|
*
|
|
@@ -2197,7 +2198,7 @@ export type QtiTestVariablesProps = {
|
|
|
2197
2198
|
/**
|
|
2198
2199
|
*
|
|
2199
2200
|
*
|
|
2200
|
-
*
|
|
2201
|
+
* ## Methods
|
|
2201
2202
|
*
|
|
2202
2203
|
* Methods that can be called to access component functionality.
|
|
2203
2204
|
*
|
|
@@ -2209,7 +2210,7 @@ export type QtiTestVariablesProps = {
|
|
|
2209
2210
|
/**
|
|
2210
2211
|
*
|
|
2211
2212
|
*
|
|
2212
|
-
*
|
|
2213
|
+
* ## Methods
|
|
2213
2214
|
*
|
|
2214
2215
|
* Methods that can be called to access component functionality.
|
|
2215
2216
|
*
|
|
@@ -2221,7 +2222,7 @@ export type QtiTestVariablesProps = {
|
|
|
2221
2222
|
/**
|
|
2222
2223
|
*
|
|
2223
2224
|
*
|
|
2224
|
-
*
|
|
2225
|
+
* ## Methods
|
|
2225
2226
|
*
|
|
2226
2227
|
* Methods that can be called to access component functionality.
|
|
2227
2228
|
*
|
|
@@ -2233,7 +2234,7 @@ export type QtiTestVariablesProps = {
|
|
|
2233
2234
|
/**
|
|
2234
2235
|
*
|
|
2235
2236
|
*
|
|
2236
|
-
*
|
|
2237
|
+
* ## Methods
|
|
2237
2238
|
*
|
|
2238
2239
|
* Methods that can be called to access component functionality.
|
|
2239
2240
|
*
|
|
@@ -2245,7 +2246,7 @@ export type QtiTestVariablesProps = {
|
|
|
2245
2246
|
/**
|
|
2246
2247
|
*
|
|
2247
2248
|
*
|
|
2248
|
-
*
|
|
2249
|
+
* ## Methods
|
|
2249
2250
|
*
|
|
2250
2251
|
* Methods that can be called to access component functionality.
|
|
2251
2252
|
*
|
|
@@ -2257,7 +2258,7 @@ export type QtiTestVariablesProps = {
|
|
|
2257
2258
|
/**
|
|
2258
2259
|
*
|
|
2259
2260
|
*
|
|
2260
|
-
*
|
|
2261
|
+
* ## Methods
|
|
2261
2262
|
*
|
|
2262
2263
|
* Methods that can be called to access component functionality.
|
|
2263
2264
|
*
|
|
@@ -2269,13 +2270,13 @@ export type QtiTestVariablesProps = {
|
|
|
2269
2270
|
/**
|
|
2270
2271
|
*
|
|
2271
2272
|
*
|
|
2272
|
-
*
|
|
2273
|
+
* ## Attributes & Properties
|
|
2273
2274
|
*
|
|
2274
2275
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2275
2276
|
*
|
|
2276
2277
|
* - `identifier`: undefined
|
|
2277
2278
|
*
|
|
2278
|
-
*
|
|
2279
|
+
* ## Methods
|
|
2279
2280
|
*
|
|
2280
2281
|
* Methods that can be called to access component functionality.
|
|
2281
2282
|
*
|
|
@@ -2287,13 +2288,13 @@ export type QtiTestVariablesProps = {
|
|
|
2287
2288
|
/**
|
|
2288
2289
|
*
|
|
2289
2290
|
*
|
|
2290
|
-
*
|
|
2291
|
+
* ## Attributes & Properties
|
|
2291
2292
|
*
|
|
2292
2293
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2293
2294
|
*
|
|
2294
2295
|
* - `identifier`: undefined
|
|
2295
2296
|
*
|
|
2296
|
-
*
|
|
2297
|
+
* ## Methods
|
|
2297
2298
|
*
|
|
2298
2299
|
* Methods that can be called to access component functionality.
|
|
2299
2300
|
*
|
|
@@ -2305,13 +2306,13 @@ export type QtiTestVariablesProps = {
|
|
|
2305
2306
|
/**
|
|
2306
2307
|
*
|
|
2307
2308
|
*
|
|
2308
|
-
*
|
|
2309
|
+
* ## Attributes & Properties
|
|
2309
2310
|
*
|
|
2310
2311
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2311
2312
|
*
|
|
2312
2313
|
* - `name`: undefined
|
|
2313
2314
|
*
|
|
2314
|
-
*
|
|
2315
|
+
* ## Methods
|
|
2315
2316
|
*
|
|
2316
2317
|
* Methods that can be called to access component functionality.
|
|
2317
2318
|
*
|
|
@@ -2323,7 +2324,7 @@ export type QtiTestVariablesProps = {
|
|
|
2323
2324
|
/**
|
|
2324
2325
|
*
|
|
2325
2326
|
*
|
|
2326
|
-
*
|
|
2327
|
+
* ## Methods
|
|
2327
2328
|
*
|
|
2328
2329
|
* Methods that can be called to access component functionality.
|
|
2329
2330
|
*
|
|
@@ -2336,7 +2337,7 @@ export type QtiTestVariablesProps = {
|
|
|
2336
2337
|
/**
|
|
2337
2338
|
*
|
|
2338
2339
|
*
|
|
2339
|
-
*
|
|
2340
|
+
* ## Methods
|
|
2340
2341
|
*
|
|
2341
2342
|
* Methods that can be called to access component functionality.
|
|
2342
2343
|
*
|
|
@@ -2348,7 +2349,7 @@ export type QtiTestVariablesProps = {
|
|
|
2348
2349
|
/**
|
|
2349
2350
|
*
|
|
2350
2351
|
*
|
|
2351
|
-
*
|
|
2352
|
+
* ## Methods
|
|
2352
2353
|
*
|
|
2353
2354
|
* Methods that can be called to access component functionality.
|
|
2354
2355
|
*
|
|
@@ -2360,7 +2361,7 @@ export type QtiTestVariablesProps = {
|
|
|
2360
2361
|
/**
|
|
2361
2362
|
*
|
|
2362
2363
|
*
|
|
2363
|
-
*
|
|
2364
|
+
* ## Methods
|
|
2364
2365
|
*
|
|
2365
2366
|
* Methods that can be called to access component functionality.
|
|
2366
2367
|
*
|
|
@@ -2372,7 +2373,7 @@ export type QtiTestVariablesProps = {
|
|
|
2372
2373
|
/**
|
|
2373
2374
|
*
|
|
2374
2375
|
*
|
|
2375
|
-
*
|
|
2376
|
+
* ## Methods
|
|
2376
2377
|
*
|
|
2377
2378
|
* Methods that can be called to access component functionality.
|
|
2378
2379
|
*
|
|
@@ -2384,7 +2385,7 @@ export type QtiTestVariablesProps = {
|
|
|
2384
2385
|
/**
|
|
2385
2386
|
*
|
|
2386
2387
|
*
|
|
2387
|
-
*
|
|
2388
|
+
* ## Methods
|
|
2388
2389
|
*
|
|
2389
2390
|
* Methods that can be called to access component functionality.
|
|
2390
2391
|
*
|
|
@@ -2396,7 +2397,7 @@ export type QtiTestVariablesProps = {
|
|
|
2396
2397
|
/**
|
|
2397
2398
|
*
|
|
2398
2399
|
*
|
|
2399
|
-
*
|
|
2400
|
+
* ## Methods
|
|
2400
2401
|
*
|
|
2401
2402
|
* Methods that can be called to access component functionality.
|
|
2402
2403
|
*
|
|
@@ -2408,13 +2409,13 @@ export type QtiTestVariablesProps = {
|
|
|
2408
2409
|
/**
|
|
2409
2410
|
*
|
|
2410
2411
|
*
|
|
2411
|
-
*
|
|
2412
|
+
* ## Attributes & Properties
|
|
2412
2413
|
*
|
|
2413
2414
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2414
2415
|
*
|
|
2415
2416
|
* - `identifier`: undefined
|
|
2416
2417
|
*
|
|
2417
|
-
*
|
|
2418
|
+
* ## Methods
|
|
2418
2419
|
*
|
|
2419
2420
|
* Methods that can be called to access component functionality.
|
|
2420
2421
|
*
|
|
@@ -2426,7 +2427,7 @@ export type QtiTestVariablesProps = {
|
|
|
2426
2427
|
/**
|
|
2427
2428
|
*
|
|
2428
2429
|
*
|
|
2429
|
-
*
|
|
2430
|
+
* ## Methods
|
|
2430
2431
|
*
|
|
2431
2432
|
* Methods that can be called to access component functionality.
|
|
2432
2433
|
*
|
|
@@ -2438,7 +2439,7 @@ export type QtiTestVariablesProps = {
|
|
|
2438
2439
|
/**
|
|
2439
2440
|
*
|
|
2440
2441
|
*
|
|
2441
|
-
*
|
|
2442
|
+
* ## Methods
|
|
2442
2443
|
*
|
|
2443
2444
|
* Methods that can be called to access component functionality.
|
|
2444
2445
|
*
|
|
@@ -2451,13 +2452,13 @@ export type QtiTestVariablesProps = {
|
|
|
2451
2452
|
/**
|
|
2452
2453
|
*
|
|
2453
2454
|
*
|
|
2454
|
-
*
|
|
2455
|
+
* ## Attributes & Properties
|
|
2455
2456
|
*
|
|
2456
2457
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2457
2458
|
*
|
|
2458
2459
|
* - `case-sensitive`/`caseSensitive`: undefined
|
|
2459
2460
|
*
|
|
2460
|
-
*
|
|
2461
|
+
* ## Methods
|
|
2461
2462
|
*
|
|
2462
2463
|
* Methods that can be called to access component functionality.
|
|
2463
2464
|
*
|
|
@@ -2469,7 +2470,7 @@ export type QtiTestVariablesProps = {
|
|
|
2469
2470
|
/**
|
|
2470
2471
|
*
|
|
2471
2472
|
*
|
|
2472
|
-
*
|
|
2473
|
+
* ## Methods
|
|
2473
2474
|
*
|
|
2474
2475
|
* Methods that can be called to access component functionality.
|
|
2475
2476
|
*
|
|
@@ -2481,7 +2482,7 @@ export type QtiTestVariablesProps = {
|
|
|
2481
2482
|
/**
|
|
2482
2483
|
*
|
|
2483
2484
|
*
|
|
2484
|
-
*
|
|
2485
|
+
* ## Methods
|
|
2485
2486
|
*
|
|
2486
2487
|
* Methods that can be called to access component functionality.
|
|
2487
2488
|
*
|
|
@@ -2493,7 +2494,7 @@ export type QtiTestVariablesProps = {
|
|
|
2493
2494
|
/**
|
|
2494
2495
|
*
|
|
2495
2496
|
*
|
|
2496
|
-
*
|
|
2497
|
+
* ## Attributes & Properties
|
|
2497
2498
|
*
|
|
2498
2499
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2499
2500
|
*
|
|
@@ -2501,7 +2502,7 @@ export type QtiTestVariablesProps = {
|
|
|
2501
2502
|
* - `max`: undefined
|
|
2502
2503
|
* - `step`: undefined
|
|
2503
2504
|
*
|
|
2504
|
-
*
|
|
2505
|
+
* ## Methods
|
|
2505
2506
|
*
|
|
2506
2507
|
* Methods that can be called to access component functionality.
|
|
2507
2508
|
*
|
|
@@ -2514,7 +2515,7 @@ export type QtiTestVariablesProps = {
|
|
|
2514
2515
|
/**
|
|
2515
2516
|
*
|
|
2516
2517
|
*
|
|
2517
|
-
*
|
|
2518
|
+
* ## Methods
|
|
2518
2519
|
*
|
|
2519
2520
|
* Methods that can be called to access component functionality.
|
|
2520
2521
|
*
|
|
@@ -2526,7 +2527,7 @@ export type QtiTestVariablesProps = {
|
|
|
2526
2527
|
/**
|
|
2527
2528
|
*
|
|
2528
2529
|
*
|
|
2529
|
-
*
|
|
2530
|
+
* ## Methods
|
|
2530
2531
|
*
|
|
2531
2532
|
* Methods that can be called to access component functionality.
|
|
2532
2533
|
*
|
|
@@ -2538,13 +2539,13 @@ export type QtiTestVariablesProps = {
|
|
|
2538
2539
|
/**
|
|
2539
2540
|
*
|
|
2540
2541
|
*
|
|
2541
|
-
*
|
|
2542
|
+
* ## Attributes & Properties
|
|
2542
2543
|
*
|
|
2543
2544
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2544
2545
|
*
|
|
2545
2546
|
* - `n`: undefined
|
|
2546
2547
|
*
|
|
2547
|
-
*
|
|
2548
|
+
* ## Methods
|
|
2548
2549
|
*
|
|
2549
2550
|
* Methods that can be called to access component functionality.
|
|
2550
2551
|
*
|
|
@@ -2556,7 +2557,7 @@ export type QtiTestVariablesProps = {
|
|
|
2556
2557
|
/**
|
|
2557
2558
|
*
|
|
2558
2559
|
*
|
|
2559
|
-
*
|
|
2560
|
+
* ## Methods
|
|
2560
2561
|
*
|
|
2561
2562
|
* Methods that can be called to access component functionality.
|
|
2562
2563
|
*
|
|
@@ -2570,13 +2571,13 @@ export type QtiTestVariablesProps = {
|
|
|
2570
2571
|
/**
|
|
2571
2572
|
*
|
|
2572
2573
|
*
|
|
2573
|
-
*
|
|
2574
|
+
* ## Events
|
|
2574
2575
|
*
|
|
2575
2576
|
* Events that will be emitted by the component.
|
|
2576
2577
|
*
|
|
2577
2578
|
* - `qti-template-processing-complete`: undefined
|
|
2578
2579
|
*
|
|
2579
|
-
*
|
|
2580
|
+
* ## Methods
|
|
2580
2581
|
*
|
|
2581
2582
|
* Methods that can be called to access component functionality.
|
|
2582
2583
|
*
|
|
@@ -2589,7 +2590,7 @@ export type QtiTestVariablesProps = {
|
|
|
2589
2590
|
/**
|
|
2590
2591
|
*
|
|
2591
2592
|
*
|
|
2592
|
-
*
|
|
2593
|
+
* ## Attributes & Properties
|
|
2593
2594
|
*
|
|
2594
2595
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2595
2596
|
*
|
|
@@ -2600,7 +2601,7 @@ export type QtiTestVariablesProps = {
|
|
|
2600
2601
|
* - `noCorrectResponseText`: undefined
|
|
2601
2602
|
* - `computedContext`: undefined (property only)
|
|
2602
2603
|
*
|
|
2603
|
-
*
|
|
2604
|
+
* ## Events
|
|
2604
2605
|
*
|
|
2605
2606
|
* Events that will be emitted by the component.
|
|
2606
2607
|
*
|
|
@@ -2612,7 +2613,7 @@ export type QtiTestVariablesProps = {
|
|
|
2612
2613
|
/**
|
|
2613
2614
|
*
|
|
2614
2615
|
*
|
|
2615
|
-
*
|
|
2616
|
+
* ## Attributes & Properties
|
|
2616
2617
|
*
|
|
2617
2618
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2618
2619
|
*
|
|
@@ -2626,7 +2627,7 @@ export type QtiTestVariablesProps = {
|
|
|
2626
2627
|
* - `variables`: undefined (property only)
|
|
2627
2628
|
* - `responses`: undefined (property only)
|
|
2628
2629
|
*
|
|
2629
|
-
*
|
|
2630
|
+
* ## Events
|
|
2630
2631
|
*
|
|
2631
2632
|
* Events that will be emitted by the component.
|
|
2632
2633
|
*
|
|
@@ -2635,7 +2636,7 @@ export type QtiTestVariablesProps = {
|
|
|
2635
2636
|
* - `qti-interaction-changed`: undefined
|
|
2636
2637
|
* - `qti-outcome-changed`: undefined
|
|
2637
2638
|
*
|
|
2638
|
-
*
|
|
2639
|
+
* ## Methods
|
|
2639
2640
|
*
|
|
2640
2641
|
* Methods that can be called to access component functionality.
|
|
2641
2642
|
*
|
|
@@ -2653,14 +2654,14 @@ export type QtiTestVariablesProps = {
|
|
|
2653
2654
|
/**
|
|
2654
2655
|
* Represents a custom element for referencing an assessment stimulus.
|
|
2655
2656
|
*
|
|
2656
|
-
*
|
|
2657
|
+
* ## Attributes & Properties
|
|
2657
2658
|
*
|
|
2658
2659
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2659
2660
|
*
|
|
2660
2661
|
* - `identifier`: The identifier of the stimulus.
|
|
2661
2662
|
* - `href`: The href of the stimulus.
|
|
2662
2663
|
*
|
|
2663
|
-
*
|
|
2664
|
+
* ## Methods
|
|
2664
2665
|
*
|
|
2665
2666
|
* Methods that can be called to access component functionality.
|
|
2666
2667
|
*
|
|
@@ -2686,14 +2687,14 @@ export type QtiTestVariablesProps = {
|
|
|
2686
2687
|
* </qti-custom-operator>
|
|
2687
2688
|
* </qti-set-outcome-value>
|
|
2688
2689
|
*
|
|
2689
|
-
*
|
|
2690
|
+
* ## Events
|
|
2690
2691
|
*
|
|
2691
2692
|
* Events that will be emitted by the component.
|
|
2692
2693
|
*
|
|
2693
2694
|
* - `qti-set-outcome-value`: undefined
|
|
2694
2695
|
* - `qti-interaction-response`: undefined
|
|
2695
2696
|
*
|
|
2696
|
-
*
|
|
2697
|
+
* ## Methods
|
|
2697
2698
|
*
|
|
2698
2699
|
* Methods that can be called to access component functionality.
|
|
2699
2700
|
*
|
|
@@ -2706,7 +2707,7 @@ export type QtiTestVariablesProps = {
|
|
|
2706
2707
|
/**
|
|
2707
2708
|
*
|
|
2708
2709
|
*
|
|
2709
|
-
*
|
|
2710
|
+
* ## Attributes & Properties
|
|
2710
2711
|
*
|
|
2711
2712
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2712
2713
|
*
|
|
@@ -2715,13 +2716,13 @@ export type QtiTestVariablesProps = {
|
|
|
2715
2716
|
* - `identifier`: undefined
|
|
2716
2717
|
* - `showStatus`: undefined (property only)
|
|
2717
2718
|
*
|
|
2718
|
-
*
|
|
2719
|
+
* ## Events
|
|
2719
2720
|
*
|
|
2720
2721
|
* Events that will be emitted by the component.
|
|
2721
2722
|
*
|
|
2722
2723
|
* - `qti-register-feedback`: undefined
|
|
2723
2724
|
*
|
|
2724
|
-
*
|
|
2725
|
+
* ## Methods
|
|
2725
2726
|
*
|
|
2726
2727
|
* Methods that can be called to access component functionality.
|
|
2727
2728
|
*
|
|
@@ -2733,7 +2734,7 @@ export type QtiTestVariablesProps = {
|
|
|
2733
2734
|
/**
|
|
2734
2735
|
*
|
|
2735
2736
|
*
|
|
2736
|
-
*
|
|
2737
|
+
* ## Attributes & Properties
|
|
2737
2738
|
*
|
|
2738
2739
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2739
2740
|
*
|
|
@@ -2742,13 +2743,13 @@ export type QtiTestVariablesProps = {
|
|
|
2742
2743
|
* - `identifier`: undefined
|
|
2743
2744
|
* - `showStatus`: undefined (property only)
|
|
2744
2745
|
*
|
|
2745
|
-
*
|
|
2746
|
+
* ## Events
|
|
2746
2747
|
*
|
|
2747
2748
|
* Events that will be emitted by the component.
|
|
2748
2749
|
*
|
|
2749
2750
|
* - `qti-register-feedback`: undefined
|
|
2750
2751
|
*
|
|
2751
|
-
*
|
|
2752
|
+
* ## Methods
|
|
2752
2753
|
*
|
|
2753
2754
|
* Methods that can be called to access component functionality.
|
|
2754
2755
|
*
|
|
@@ -2760,7 +2761,7 @@ export type QtiTestVariablesProps = {
|
|
|
2760
2761
|
/**
|
|
2761
2762
|
*
|
|
2762
2763
|
*
|
|
2763
|
-
*
|
|
2764
|
+
* ## Attributes & Properties
|
|
2764
2765
|
*
|
|
2765
2766
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2766
2767
|
*
|
|
@@ -2769,13 +2770,13 @@ export type QtiTestVariablesProps = {
|
|
|
2769
2770
|
* - `identifier`: undefined
|
|
2770
2771
|
* - `showStatus`: undefined (property only)
|
|
2771
2772
|
*
|
|
2772
|
-
*
|
|
2773
|
+
* ## Events
|
|
2773
2774
|
*
|
|
2774
2775
|
* Events that will be emitted by the component.
|
|
2775
2776
|
*
|
|
2776
2777
|
* - `qti-register-feedback`: undefined
|
|
2777
2778
|
*
|
|
2778
|
-
*
|
|
2779
|
+
* ## Methods
|
|
2779
2780
|
*
|
|
2780
2781
|
* Methods that can be called to access component functionality.
|
|
2781
2782
|
*
|
|
@@ -2789,7 +2790,7 @@ export type QtiTestVariablesProps = {
|
|
|
2789
2790
|
/**
|
|
2790
2791
|
*
|
|
2791
2792
|
*
|
|
2792
|
-
*
|
|
2793
|
+
* ## Events
|
|
2793
2794
|
*
|
|
2794
2795
|
* Events that will be emitted by the component.
|
|
2795
2796
|
*
|
|
@@ -2801,7 +2802,7 @@ export type QtiTestVariablesProps = {
|
|
|
2801
2802
|
/**
|
|
2802
2803
|
*
|
|
2803
2804
|
*
|
|
2804
|
-
*
|
|
2805
|
+
* ## Attributes & Properties
|
|
2805
2806
|
*
|
|
2806
2807
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2807
2808
|
*
|
|
@@ -2814,13 +2815,13 @@ export type QtiTestVariablesProps = {
|
|
|
2814
2815
|
* - `aria-readonly`/`readonly`: undefined
|
|
2815
2816
|
* - `internals`: undefined (property only)
|
|
2816
2817
|
*
|
|
2817
|
-
*
|
|
2818
|
+
* ## Events
|
|
2818
2819
|
*
|
|
2819
2820
|
* Events that will be emitted by the component.
|
|
2820
2821
|
*
|
|
2821
2822
|
* - `undefined`: undefined
|
|
2822
2823
|
*
|
|
2823
|
-
*
|
|
2824
|
+
* ## Methods
|
|
2824
2825
|
*
|
|
2825
2826
|
* Methods that can be called to access component functionality.
|
|
2826
2827
|
*
|
|
@@ -2832,7 +2833,7 @@ export type QtiTestVariablesProps = {
|
|
|
2832
2833
|
/**
|
|
2833
2834
|
*
|
|
2834
2835
|
*
|
|
2835
|
-
*
|
|
2836
|
+
* ## Attributes & Properties
|
|
2836
2837
|
*
|
|
2837
2838
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2838
2839
|
*
|
|
@@ -2840,13 +2841,13 @@ export type QtiTestVariablesProps = {
|
|
|
2840
2841
|
* - `max-associations`/`maxAssociations`: undefined
|
|
2841
2842
|
* - `response`: undefined (property only)
|
|
2842
2843
|
*
|
|
2843
|
-
*
|
|
2844
|
+
* ## Events
|
|
2844
2845
|
*
|
|
2845
2846
|
* Events that will be emitted by the component.
|
|
2846
2847
|
*
|
|
2847
2848
|
* - `qti-interaction-response`: undefined
|
|
2848
2849
|
*
|
|
2849
|
-
*
|
|
2850
|
+
* ## Methods
|
|
2850
2851
|
*
|
|
2851
2852
|
* Methods that can be called to access component functionality.
|
|
2852
2853
|
*
|
|
@@ -2866,7 +2867,7 @@ export type QtiTestVariablesProps = {
|
|
|
2866
2867
|
* qti-order-interaction
|
|
2867
2868
|
* qti-choice-interaction
|
|
2868
2869
|
*
|
|
2869
|
-
*
|
|
2870
|
+
* ## Attributes & Properties
|
|
2870
2871
|
*
|
|
2871
2872
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2872
2873
|
*
|
|
@@ -2881,13 +2882,13 @@ export type QtiTestVariablesProps = {
|
|
|
2881
2882
|
* - `checked`: undefined (property only) (readonly)
|
|
2882
2883
|
* - `internals`: undefined (property only)
|
|
2883
2884
|
*
|
|
2884
|
-
*
|
|
2885
|
+
* ## Events
|
|
2885
2886
|
*
|
|
2886
2887
|
* Events that will be emitted by the component.
|
|
2887
2888
|
*
|
|
2888
2889
|
* - `undefined`: undefined
|
|
2889
2890
|
*
|
|
2890
|
-
*
|
|
2891
|
+
* ## Methods
|
|
2891
2892
|
*
|
|
2892
2893
|
* Methods that can be called to access component functionality.
|
|
2893
2894
|
*
|
|
@@ -2899,7 +2900,7 @@ export type QtiTestVariablesProps = {
|
|
|
2899
2900
|
/**
|
|
2900
2901
|
*
|
|
2901
2902
|
*
|
|
2902
|
-
*
|
|
2903
|
+
* ## Attributes & Properties
|
|
2903
2904
|
*
|
|
2904
2905
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2905
2906
|
*
|
|
@@ -2910,7 +2911,7 @@ export type QtiTestVariablesProps = {
|
|
|
2910
2911
|
* - `response`: undefined (property only)
|
|
2911
2912
|
* - `value`: undefined (property only)
|
|
2912
2913
|
*
|
|
2913
|
-
*
|
|
2914
|
+
* ## Methods
|
|
2914
2915
|
*
|
|
2915
2916
|
* Methods that can be called to access component functionality.
|
|
2916
2917
|
*
|
|
@@ -2924,7 +2925,7 @@ export type QtiTestVariablesProps = {
|
|
|
2924
2925
|
/**
|
|
2925
2926
|
*
|
|
2926
2927
|
*
|
|
2927
|
-
*
|
|
2928
|
+
* ## Attributes & Properties
|
|
2928
2929
|
*
|
|
2929
2930
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2930
2931
|
*
|
|
@@ -2935,7 +2936,7 @@ export type QtiTestVariablesProps = {
|
|
|
2935
2936
|
* - `manifest`: undefined (property only)
|
|
2936
2937
|
* - `response`: undefined (property only)
|
|
2937
2938
|
*
|
|
2938
|
-
*
|
|
2939
|
+
* ## Methods
|
|
2939
2940
|
*
|
|
2940
2941
|
* Methods that can be called to access component functionality.
|
|
2941
2942
|
*
|
|
@@ -2949,7 +2950,7 @@ export type QtiTestVariablesProps = {
|
|
|
2949
2950
|
/**
|
|
2950
2951
|
*
|
|
2951
2952
|
*
|
|
2952
|
-
*
|
|
2953
|
+
* ## Attributes & Properties
|
|
2953
2954
|
*
|
|
2954
2955
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2955
2956
|
*
|
|
@@ -2958,13 +2959,13 @@ export type QtiTestVariablesProps = {
|
|
|
2958
2959
|
* - `count-attempt`/`countAttempt`: Defines the number of attempts that a user can make using the 'endAttemptInteraction' mechanism (this can be used to limit the number of hints, etc.). [More information](https://www.imsglobal.org/sites/default/files/spec/qti/v3/info/index.html#DataCharacteristic_EndAttemptInteraction.Attr_count-attempt)
|
|
2959
2960
|
* - `title`: undefined
|
|
2960
2961
|
*
|
|
2961
|
-
*
|
|
2962
|
+
* ## Events
|
|
2962
2963
|
*
|
|
2963
2964
|
* Events that will be emitted by the component.
|
|
2964
2965
|
*
|
|
2965
2966
|
* - `end-attempt`: undefined
|
|
2966
2967
|
*
|
|
2967
|
-
*
|
|
2968
|
+
* ## Methods
|
|
2968
2969
|
*
|
|
2969
2970
|
* Methods that can be called to access component functionality.
|
|
2970
2971
|
*
|
|
@@ -2976,7 +2977,7 @@ export type QtiTestVariablesProps = {
|
|
|
2976
2977
|
/**
|
|
2977
2978
|
*
|
|
2978
2979
|
*
|
|
2979
|
-
*
|
|
2980
|
+
* ## Attributes & Properties
|
|
2980
2981
|
*
|
|
2981
2982
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
2982
2983
|
*
|
|
@@ -2988,7 +2989,7 @@ export type QtiTestVariablesProps = {
|
|
|
2988
2989
|
* - `response`: undefined (property only)
|
|
2989
2990
|
* - `value`: undefined (property only)
|
|
2990
2991
|
*
|
|
2991
|
-
*
|
|
2992
|
+
* ## Methods
|
|
2992
2993
|
*
|
|
2993
2994
|
* Methods that can be called to access component functionality.
|
|
2994
2995
|
*
|
|
@@ -3003,7 +3004,7 @@ export type QtiTestVariablesProps = {
|
|
|
3003
3004
|
/**
|
|
3004
3005
|
*
|
|
3005
3006
|
*
|
|
3006
|
-
*
|
|
3007
|
+
* ## Attributes & Properties
|
|
3007
3008
|
*
|
|
3008
3009
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3009
3010
|
*
|
|
@@ -3015,7 +3016,7 @@ export type QtiTestVariablesProps = {
|
|
|
3015
3016
|
/**
|
|
3016
3017
|
*
|
|
3017
3018
|
*
|
|
3018
|
-
*
|
|
3019
|
+
* ## Attributes & Properties
|
|
3019
3020
|
*
|
|
3020
3021
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3021
3022
|
*
|
|
@@ -3023,13 +3024,13 @@ export type QtiTestVariablesProps = {
|
|
|
3023
3024
|
* - `max-associations`/`maxAssociations`: undefined
|
|
3024
3025
|
* - `response`: undefined (property only)
|
|
3025
3026
|
*
|
|
3026
|
-
*
|
|
3027
|
+
* ## Events
|
|
3027
3028
|
*
|
|
3028
3029
|
* Events that will be emitted by the component.
|
|
3029
3030
|
*
|
|
3030
3031
|
* - `qti-interaction-response`: undefined
|
|
3031
3032
|
*
|
|
3032
|
-
*
|
|
3033
|
+
* ## Methods
|
|
3033
3034
|
*
|
|
3034
3035
|
* Methods that can be called to access component functionality.
|
|
3035
3036
|
*
|
|
@@ -3049,7 +3050,7 @@ export type QtiTestVariablesProps = {
|
|
|
3049
3050
|
/**
|
|
3050
3051
|
*
|
|
3051
3052
|
*
|
|
3052
|
-
*
|
|
3053
|
+
* ## Attributes & Properties
|
|
3053
3054
|
*
|
|
3054
3055
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3055
3056
|
*
|
|
@@ -3060,13 +3061,13 @@ export type QtiTestVariablesProps = {
|
|
|
3060
3061
|
* - `tabIndex`: undefined (property only)
|
|
3061
3062
|
* - `internals`: undefined (property only)
|
|
3062
3063
|
*
|
|
3063
|
-
*
|
|
3064
|
+
* ## Events
|
|
3064
3065
|
*
|
|
3065
3066
|
* Events that will be emitted by the component.
|
|
3066
3067
|
*
|
|
3067
3068
|
* - `undefined`: undefined
|
|
3068
3069
|
*
|
|
3069
|
-
*
|
|
3070
|
+
* ## Methods
|
|
3070
3071
|
*
|
|
3071
3072
|
* Methods that can be called to access component functionality.
|
|
3072
3073
|
*
|
|
@@ -3078,7 +3079,7 @@ export type QtiTestVariablesProps = {
|
|
|
3078
3079
|
/**
|
|
3079
3080
|
*
|
|
3080
3081
|
*
|
|
3081
|
-
*
|
|
3082
|
+
* ## Attributes & Properties
|
|
3082
3083
|
*
|
|
3083
3084
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3084
3085
|
*
|
|
@@ -3090,7 +3091,7 @@ export type QtiTestVariablesProps = {
|
|
|
3090
3091
|
/**
|
|
3091
3092
|
*
|
|
3092
3093
|
*
|
|
3093
|
-
*
|
|
3094
|
+
* ## Attributes & Properties
|
|
3094
3095
|
*
|
|
3095
3096
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3096
3097
|
*
|
|
@@ -3102,13 +3103,13 @@ export type QtiTestVariablesProps = {
|
|
|
3102
3103
|
* - `aria-readonly`/`readonly`: undefined
|
|
3103
3104
|
* - `internals`: undefined (property only)
|
|
3104
3105
|
*
|
|
3105
|
-
*
|
|
3106
|
+
* ## Events
|
|
3106
3107
|
*
|
|
3107
3108
|
* Events that will be emitted by the component.
|
|
3108
3109
|
*
|
|
3109
3110
|
* - `undefined`: undefined
|
|
3110
3111
|
*
|
|
3111
|
-
*
|
|
3112
|
+
* ## Methods
|
|
3112
3113
|
*
|
|
3113
3114
|
* Methods that can be called to access component functionality.
|
|
3114
3115
|
*
|
|
@@ -3120,13 +3121,13 @@ export type QtiTestVariablesProps = {
|
|
|
3120
3121
|
/**
|
|
3121
3122
|
*
|
|
3122
3123
|
*
|
|
3123
|
-
*
|
|
3124
|
+
* ## Attributes & Properties
|
|
3124
3125
|
*
|
|
3125
3126
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3126
3127
|
*
|
|
3127
3128
|
* - `response`: undefined (property only)
|
|
3128
3129
|
*
|
|
3129
|
-
*
|
|
3130
|
+
* ## Methods
|
|
3130
3131
|
*
|
|
3131
3132
|
* Methods that can be called to access component functionality.
|
|
3132
3133
|
*
|
|
@@ -3140,7 +3141,7 @@ export type QtiTestVariablesProps = {
|
|
|
3140
3141
|
/**
|
|
3141
3142
|
*
|
|
3142
3143
|
*
|
|
3143
|
-
*
|
|
3144
|
+
* ## Attributes & Properties
|
|
3144
3145
|
*
|
|
3145
3146
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3146
3147
|
*
|
|
@@ -3148,13 +3149,13 @@ export type QtiTestVariablesProps = {
|
|
|
3148
3149
|
* - `max-associations`/`maxAssociations`: undefined
|
|
3149
3150
|
* - `response`: undefined (property only)
|
|
3150
3151
|
*
|
|
3151
|
-
*
|
|
3152
|
+
* ## Events
|
|
3152
3153
|
*
|
|
3153
3154
|
* Events that will be emitted by the component.
|
|
3154
3155
|
*
|
|
3155
3156
|
* - `qti-interaction-response`: undefined
|
|
3156
3157
|
*
|
|
3157
|
-
*
|
|
3158
|
+
* ## Methods
|
|
3158
3159
|
*
|
|
3159
3160
|
* Methods that can be called to access component functionality.
|
|
3160
3161
|
*
|
|
@@ -3173,7 +3174,7 @@ export type QtiTestVariablesProps = {
|
|
|
3173
3174
|
/**
|
|
3174
3175
|
*
|
|
3175
3176
|
*
|
|
3176
|
-
*
|
|
3177
|
+
* ## Attributes & Properties
|
|
3177
3178
|
*
|
|
3178
3179
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3179
3180
|
*
|
|
@@ -3182,7 +3183,7 @@ export type QtiTestVariablesProps = {
|
|
|
3182
3183
|
* - `response`: undefined (property only)
|
|
3183
3184
|
* - `value`: undefined (property only)
|
|
3184
3185
|
*
|
|
3185
|
-
*
|
|
3186
|
+
* ## Methods
|
|
3186
3187
|
*
|
|
3187
3188
|
* Methods that can be called to access component functionality.
|
|
3188
3189
|
*
|
|
@@ -3197,7 +3198,7 @@ export type QtiTestVariablesProps = {
|
|
|
3197
3198
|
/**
|
|
3198
3199
|
*
|
|
3199
3200
|
*
|
|
3200
|
-
*
|
|
3201
|
+
* ## Attributes & Properties
|
|
3201
3202
|
*
|
|
3202
3203
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3203
3204
|
*
|
|
@@ -3206,7 +3207,7 @@ export type QtiTestVariablesProps = {
|
|
|
3206
3207
|
* - `response`: undefined (property only)
|
|
3207
3208
|
* - `value`: undefined (property only)
|
|
3208
3209
|
*
|
|
3209
|
-
*
|
|
3210
|
+
* ## Methods
|
|
3210
3211
|
*
|
|
3211
3212
|
* Methods that can be called to access component functionality.
|
|
3212
3213
|
*
|
|
@@ -3220,7 +3221,7 @@ export type QtiTestVariablesProps = {
|
|
|
3220
3221
|
/**
|
|
3221
3222
|
*
|
|
3222
3223
|
*
|
|
3223
|
-
*
|
|
3224
|
+
* ## Attributes & Properties
|
|
3224
3225
|
*
|
|
3225
3226
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3226
3227
|
*
|
|
@@ -3230,7 +3231,7 @@ export type QtiTestVariablesProps = {
|
|
|
3230
3231
|
* - `response`: undefined (property only)
|
|
3231
3232
|
* - `value`: undefined (property only)
|
|
3232
3233
|
*
|
|
3233
|
-
*
|
|
3234
|
+
* ## Methods
|
|
3234
3235
|
*
|
|
3235
3236
|
* Methods that can be called to access component functionality.
|
|
3236
3237
|
*
|
|
@@ -3244,7 +3245,7 @@ export type QtiTestVariablesProps = {
|
|
|
3244
3245
|
/**
|
|
3245
3246
|
*
|
|
3246
3247
|
*
|
|
3247
|
-
*
|
|
3248
|
+
* ## Attributes & Properties
|
|
3248
3249
|
*
|
|
3249
3250
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3250
3251
|
*
|
|
@@ -3254,13 +3255,13 @@ export type QtiTestVariablesProps = {
|
|
|
3254
3255
|
* - `aria-readonly`/`readonly`: undefined
|
|
3255
3256
|
* - `internals`: undefined (property only)
|
|
3256
3257
|
*
|
|
3257
|
-
*
|
|
3258
|
+
* ## Events
|
|
3258
3259
|
*
|
|
3259
3260
|
* Events that will be emitted by the component.
|
|
3260
3261
|
*
|
|
3261
3262
|
* - `undefined`: undefined
|
|
3262
3263
|
*
|
|
3263
|
-
*
|
|
3264
|
+
* ## Methods
|
|
3264
3265
|
*
|
|
3265
3266
|
* Methods that can be called to access component functionality.
|
|
3266
3267
|
*
|
|
@@ -3272,7 +3273,7 @@ export type QtiTestVariablesProps = {
|
|
|
3272
3273
|
/**
|
|
3273
3274
|
*
|
|
3274
3275
|
*
|
|
3275
|
-
*
|
|
3276
|
+
* ## Attributes & Properties
|
|
3276
3277
|
*
|
|
3277
3278
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3278
3279
|
*
|
|
@@ -3281,7 +3282,7 @@ export type QtiTestVariablesProps = {
|
|
|
3281
3282
|
* - `configContext`: undefined (property only)
|
|
3282
3283
|
* - `response`: undefined (property only)
|
|
3283
3284
|
*
|
|
3284
|
-
*
|
|
3285
|
+
* ## Methods
|
|
3285
3286
|
*
|
|
3286
3287
|
* Methods that can be called to access component functionality.
|
|
3287
3288
|
*
|
|
@@ -3295,13 +3296,13 @@ export type QtiTestVariablesProps = {
|
|
|
3295
3296
|
/**
|
|
3296
3297
|
*
|
|
3297
3298
|
*
|
|
3298
|
-
*
|
|
3299
|
+
* ## Attributes & Properties
|
|
3299
3300
|
*
|
|
3300
3301
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3301
3302
|
*
|
|
3302
3303
|
* - `identifier`: undefined
|
|
3303
3304
|
*
|
|
3304
|
-
*
|
|
3305
|
+
* ## Events
|
|
3305
3306
|
*
|
|
3306
3307
|
* Events that will be emitted by the component.
|
|
3307
3308
|
*
|
|
@@ -3314,7 +3315,7 @@ export type QtiTestVariablesProps = {
|
|
|
3314
3315
|
/**
|
|
3315
3316
|
*
|
|
3316
3317
|
*
|
|
3317
|
-
*
|
|
3318
|
+
* ## Attributes & Properties
|
|
3318
3319
|
*
|
|
3319
3320
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3320
3321
|
*
|
|
@@ -3324,13 +3325,13 @@ export type QtiTestVariablesProps = {
|
|
|
3324
3325
|
* - `max-associations`/`maxAssociations`: undefined
|
|
3325
3326
|
* - `response`: undefined (property only)
|
|
3326
3327
|
*
|
|
3327
|
-
*
|
|
3328
|
+
* ## Events
|
|
3328
3329
|
*
|
|
3329
3330
|
* Events that will be emitted by the component.
|
|
3330
3331
|
*
|
|
3331
3332
|
* - `qti-interaction-response`: undefined
|
|
3332
3333
|
*
|
|
3333
|
-
*
|
|
3334
|
+
* ## Methods
|
|
3334
3335
|
*
|
|
3335
3336
|
* Methods that can be called to access component functionality.
|
|
3336
3337
|
*
|
|
@@ -3351,13 +3352,13 @@ export type QtiTestVariablesProps = {
|
|
|
3351
3352
|
/**
|
|
3352
3353
|
*
|
|
3353
3354
|
*
|
|
3354
|
-
*
|
|
3355
|
+
* ## Attributes & Properties
|
|
3355
3356
|
*
|
|
3356
3357
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3357
3358
|
*
|
|
3358
3359
|
* - `response`: undefined (property only)
|
|
3359
3360
|
*
|
|
3360
|
-
*
|
|
3361
|
+
* ## Methods
|
|
3361
3362
|
*
|
|
3362
3363
|
* Methods that can be called to access component functionality.
|
|
3363
3364
|
*
|
|
@@ -3370,7 +3371,7 @@ export type QtiTestVariablesProps = {
|
|
|
3370
3371
|
/**
|
|
3371
3372
|
*
|
|
3372
3373
|
*
|
|
3373
|
-
*
|
|
3374
|
+
* ## Attributes & Properties
|
|
3374
3375
|
*
|
|
3375
3376
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3376
3377
|
*
|
|
@@ -3381,13 +3382,13 @@ export type QtiTestVariablesProps = {
|
|
|
3381
3382
|
* - `showCorrectResponses`: undefined (property only)
|
|
3382
3383
|
* - `response`: undefined (property only)
|
|
3383
3384
|
*
|
|
3384
|
-
*
|
|
3385
|
+
* ## Events
|
|
3385
3386
|
*
|
|
3386
3387
|
* Events that will be emitted by the component.
|
|
3387
3388
|
*
|
|
3388
3389
|
* - `qti-interaction-response`: undefined
|
|
3389
3390
|
*
|
|
3390
|
-
*
|
|
3391
|
+
* ## Methods
|
|
3391
3392
|
*
|
|
3392
3393
|
* Methods that can be called to access component functionality.
|
|
3393
3394
|
*
|
|
@@ -3408,7 +3409,7 @@ export type QtiTestVariablesProps = {
|
|
|
3408
3409
|
/**
|
|
3409
3410
|
*
|
|
3410
3411
|
*
|
|
3411
|
-
*
|
|
3412
|
+
* ## Attributes & Properties
|
|
3412
3413
|
*
|
|
3413
3414
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3414
3415
|
*
|
|
@@ -3428,7 +3429,7 @@ export type QtiTestVariablesProps = {
|
|
|
3428
3429
|
* - `getResolvablePathString`: DIRECT MODE: Helper method to get resolvable path string (property only)
|
|
3429
3430
|
* - `getResolvablePath`: DIRECT MODE: Helper method to get resolvable path (property only)
|
|
3430
3431
|
*
|
|
3431
|
-
*
|
|
3432
|
+
* ## Methods
|
|
3432
3433
|
*
|
|
3433
3434
|
* Methods that can be called to access component functionality.
|
|
3434
3435
|
*
|
|
@@ -3452,7 +3453,7 @@ export type QtiTestVariablesProps = {
|
|
|
3452
3453
|
/**
|
|
3453
3454
|
*
|
|
3454
3455
|
*
|
|
3455
|
-
*
|
|
3456
|
+
* ## Attributes & Properties
|
|
3456
3457
|
*
|
|
3457
3458
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3458
3459
|
*
|
|
@@ -3461,7 +3462,7 @@ export type QtiTestVariablesProps = {
|
|
|
3461
3462
|
* - `startY`: undefined (property only)
|
|
3462
3463
|
* - `dragElement`: undefined (property only)
|
|
3463
3464
|
*
|
|
3464
|
-
*
|
|
3465
|
+
* ## Methods
|
|
3465
3466
|
*
|
|
3466
3467
|
* Methods that can be called to access component functionality.
|
|
3467
3468
|
*
|
|
@@ -3474,7 +3475,7 @@ export type QtiTestVariablesProps = {
|
|
|
3474
3475
|
/**
|
|
3475
3476
|
*
|
|
3476
3477
|
*
|
|
3477
|
-
*
|
|
3478
|
+
* ## Attributes & Properties
|
|
3478
3479
|
*
|
|
3479
3480
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3480
3481
|
*
|
|
@@ -3483,7 +3484,7 @@ export type QtiTestVariablesProps = {
|
|
|
3483
3484
|
* - `response`: undefined (property only)
|
|
3484
3485
|
* - `responsePoints`: undefined (property only) (readonly)
|
|
3485
3486
|
*
|
|
3486
|
-
*
|
|
3487
|
+
* ## Methods
|
|
3487
3488
|
*
|
|
3488
3489
|
* Methods that can be called to access component functionality.
|
|
3489
3490
|
*
|
|
@@ -3497,7 +3498,7 @@ export type QtiTestVariablesProps = {
|
|
|
3497
3498
|
/**
|
|
3498
3499
|
*
|
|
3499
3500
|
*
|
|
3500
|
-
*
|
|
3501
|
+
* ## Attributes & Properties
|
|
3501
3502
|
*
|
|
3502
3503
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3503
3504
|
*
|
|
@@ -3506,13 +3507,13 @@ export type QtiTestVariablesProps = {
|
|
|
3506
3507
|
* - `step`: undefined
|
|
3507
3508
|
* - `response`: undefined (property only)
|
|
3508
3509
|
*
|
|
3509
|
-
*
|
|
3510
|
+
* ## Events
|
|
3510
3511
|
*
|
|
3511
3512
|
* Events that will be emitted by the component.
|
|
3512
3513
|
*
|
|
3513
3514
|
* - `change`: undefined
|
|
3514
3515
|
*
|
|
3515
|
-
*
|
|
3516
|
+
* ## Methods
|
|
3516
3517
|
*
|
|
3517
3518
|
* Methods that can be called to access component functionality.
|
|
3518
3519
|
*
|
|
@@ -3525,7 +3526,7 @@ export type QtiTestVariablesProps = {
|
|
|
3525
3526
|
/**
|
|
3526
3527
|
*
|
|
3527
3528
|
*
|
|
3528
|
-
*
|
|
3529
|
+
* ## Attributes & Properties
|
|
3529
3530
|
*
|
|
3530
3531
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3531
3532
|
*
|
|
@@ -3539,7 +3540,7 @@ export type QtiTestVariablesProps = {
|
|
|
3539
3540
|
* - `correctness`: undefined (property only) (readonly)
|
|
3540
3541
|
* - `isInline`: undefined (property only) (readonly)
|
|
3541
3542
|
*
|
|
3542
|
-
*
|
|
3543
|
+
* ## Methods
|
|
3543
3544
|
*
|
|
3544
3545
|
* Methods that can be called to access component functionality.
|
|
3545
3546
|
*
|
|
@@ -3554,19 +3555,19 @@ export type QtiTestVariablesProps = {
|
|
|
3554
3555
|
/**
|
|
3555
3556
|
*
|
|
3556
3557
|
*
|
|
3557
|
-
*
|
|
3558
|
+
* ## Attributes & Properties
|
|
3558
3559
|
*
|
|
3559
3560
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3560
3561
|
*
|
|
3561
3562
|
* - `response`: undefined (property only)
|
|
3562
3563
|
*
|
|
3563
|
-
*
|
|
3564
|
+
* ## Events
|
|
3564
3565
|
*
|
|
3565
3566
|
* Events that will be emitted by the component.
|
|
3566
3567
|
*
|
|
3567
3568
|
* - `qti-interaction-response`: undefined
|
|
3568
3569
|
*
|
|
3569
|
-
*
|
|
3570
|
+
* ## Methods
|
|
3570
3571
|
*
|
|
3571
3572
|
* Methods that can be called to access component functionality.
|
|
3572
3573
|
*
|
|
@@ -3579,14 +3580,14 @@ export type QtiTestVariablesProps = {
|
|
|
3579
3580
|
/**
|
|
3580
3581
|
*
|
|
3581
3582
|
*
|
|
3582
|
-
*
|
|
3583
|
+
* ## Slots
|
|
3583
3584
|
*
|
|
3584
3585
|
* Areas where markup can be added to the component.
|
|
3585
3586
|
*
|
|
3586
3587
|
* - `(default)`: item body content.
|
|
3587
3588
|
* - `qti-rubric-block`: the qti rubric block is placed above the item
|
|
3588
3589
|
*
|
|
3589
|
-
*
|
|
3590
|
+
* ## CSS Parts
|
|
3590
3591
|
*
|
|
3591
3592
|
* Custom selectors for styling elements within the component.
|
|
3592
3593
|
*
|
|
@@ -3598,7 +3599,7 @@ export type QtiTestVariablesProps = {
|
|
|
3598
3599
|
/**
|
|
3599
3600
|
*
|
|
3600
3601
|
*
|
|
3601
|
-
*
|
|
3602
|
+
* ## Methods
|
|
3602
3603
|
*
|
|
3603
3604
|
* Methods that can be called to access component functionality.
|
|
3604
3605
|
*
|
|
@@ -3622,7 +3623,7 @@ export type QtiTestVariablesProps = {
|
|
|
3622
3623
|
/**
|
|
3623
3624
|
*
|
|
3624
3625
|
*
|
|
3625
|
-
*
|
|
3626
|
+
* ## Attributes & Properties
|
|
3626
3627
|
*
|
|
3627
3628
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3628
3629
|
*
|
|
@@ -3631,7 +3632,7 @@ export type QtiTestVariablesProps = {
|
|
|
3631
3632
|
* - `view`: undefined
|
|
3632
3633
|
* - `class`/`classNames`: undefined
|
|
3633
3634
|
*
|
|
3634
|
-
*
|
|
3635
|
+
* ## Methods
|
|
3635
3636
|
*
|
|
3636
3637
|
* Methods that can be called to access component functionality.
|
|
3637
3638
|
*
|
|
@@ -3655,7 +3656,7 @@ export type QtiTestVariablesProps = {
|
|
|
3655
3656
|
/**
|
|
3656
3657
|
*
|
|
3657
3658
|
*
|
|
3658
|
-
*
|
|
3659
|
+
* ## Attributes & Properties
|
|
3659
3660
|
*
|
|
3660
3661
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3661
3662
|
*
|
|
@@ -3666,7 +3667,7 @@ export type QtiTestVariablesProps = {
|
|
|
3666
3667
|
* - `itemContext`: undefined (property only)
|
|
3667
3668
|
* - `interpolationTable`: undefined (property only) (readonly)
|
|
3668
3669
|
*
|
|
3669
|
-
*
|
|
3670
|
+
* ## Events
|
|
3670
3671
|
*
|
|
3671
3672
|
* Events that will be emitted by the component.
|
|
3672
3673
|
*
|
|
@@ -3678,7 +3679,7 @@ export type QtiTestVariablesProps = {
|
|
|
3678
3679
|
/**
|
|
3679
3680
|
*
|
|
3680
3681
|
*
|
|
3681
|
-
*
|
|
3682
|
+
* ## Attributes & Properties
|
|
3682
3683
|
*
|
|
3683
3684
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3684
3685
|
*
|
|
@@ -3687,7 +3688,7 @@ export type QtiTestVariablesProps = {
|
|
|
3687
3688
|
* - `cardinality`: undefined
|
|
3688
3689
|
* - `itemContext`: undefined (property only)
|
|
3689
3690
|
*
|
|
3690
|
-
*
|
|
3691
|
+
* ## Events
|
|
3691
3692
|
*
|
|
3692
3693
|
* Events that will be emitted by the component.
|
|
3693
3694
|
*
|
|
@@ -3700,7 +3701,7 @@ export type QtiTestVariablesProps = {
|
|
|
3700
3701
|
* Test-specific extension of QtiPortableCustomInteraction that adds methods
|
|
3701
3702
|
* for interacting with the iframe content in tests.
|
|
3702
3703
|
*
|
|
3703
|
-
*
|
|
3704
|
+
* ## Attributes & Properties
|
|
3704
3705
|
*
|
|
3705
3706
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3706
3707
|
*
|
|
@@ -3720,7 +3721,7 @@ export type QtiTestVariablesProps = {
|
|
|
3720
3721
|
* - `getResolvablePathString`: DIRECT MODE: Helper method to get resolvable path string (property only)
|
|
3721
3722
|
* - `getResolvablePath`: DIRECT MODE: Helper method to get resolvable path (property only)
|
|
3722
3723
|
*
|
|
3723
|
-
*
|
|
3724
|
+
* ## Methods
|
|
3724
3725
|
*
|
|
3725
3726
|
* Methods that can be called to access component functionality.
|
|
3726
3727
|
*
|
|
@@ -3747,7 +3748,7 @@ export type QtiTestVariablesProps = {
|
|
|
3747
3748
|
/**
|
|
3748
3749
|
*
|
|
3749
3750
|
*
|
|
3750
|
-
*
|
|
3751
|
+
* ## Attributes & Properties
|
|
3751
3752
|
*
|
|
3752
3753
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3753
3754
|
*
|
|
@@ -3757,13 +3758,13 @@ export type QtiTestVariablesProps = {
|
|
|
3757
3758
|
* - `math-variable`/`mathVariable`: undefined
|
|
3758
3759
|
* - `param-variable`/`paramVariable`: undefined
|
|
3759
3760
|
*
|
|
3760
|
-
*
|
|
3761
|
+
* ## Events
|
|
3761
3762
|
*
|
|
3762
3763
|
* Events that will be emitted by the component.
|
|
3763
3764
|
*
|
|
3764
3765
|
* - `qti-register-variable`: undefined
|
|
3765
3766
|
*
|
|
3766
|
-
*
|
|
3767
|
+
* ## Methods
|
|
3767
3768
|
*
|
|
3768
3769
|
* Methods that can be called to access component functionality.
|
|
3769
3770
|
*
|
|
@@ -3775,7 +3776,7 @@ export type QtiTestVariablesProps = {
|
|
|
3775
3776
|
/**
|
|
3776
3777
|
*
|
|
3777
3778
|
*
|
|
3778
|
-
*
|
|
3779
|
+
* ## Attributes & Properties
|
|
3779
3780
|
*
|
|
3780
3781
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3781
3782
|
*
|
|
@@ -3787,7 +3788,7 @@ export type QtiTestVariablesProps = {
|
|
|
3787
3788
|
/**
|
|
3788
3789
|
*
|
|
3789
3790
|
*
|
|
3790
|
-
*
|
|
3791
|
+
* ## Attributes & Properties
|
|
3791
3792
|
*
|
|
3792
3793
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3793
3794
|
*
|
|
@@ -3795,7 +3796,7 @@ export type QtiTestVariablesProps = {
|
|
|
3795
3796
|
* - `shuffle`: undefined (property only)
|
|
3796
3797
|
* - `value`: undefined (property only) (readonly)
|
|
3797
3798
|
*
|
|
3798
|
-
*
|
|
3799
|
+
* ## Methods
|
|
3799
3800
|
*
|
|
3800
3801
|
* Methods that can be called to access component functionality.
|
|
3801
3802
|
*
|
|
@@ -3818,7 +3819,7 @@ export type QtiTestVariablesProps = {
|
|
|
3818
3819
|
* </qti-item>
|
|
3819
3820
|
* ```
|
|
3820
3821
|
*
|
|
3821
|
-
*
|
|
3822
|
+
* ## Attributes & Properties
|
|
3822
3823
|
*
|
|
3823
3824
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3824
3825
|
*
|
|
@@ -3847,7 +3848,7 @@ export type QtiTestVariablesProps = {
|
|
|
3847
3848
|
* </qti-item>
|
|
3848
3849
|
* ```
|
|
3849
3850
|
*
|
|
3850
|
-
*
|
|
3851
|
+
* ## Attributes & Properties
|
|
3851
3852
|
*
|
|
3852
3853
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3853
3854
|
*
|
|
@@ -3860,13 +3861,13 @@ export type QtiTestVariablesProps = {
|
|
|
3860
3861
|
/**
|
|
3861
3862
|
*
|
|
3862
3863
|
*
|
|
3863
|
-
*
|
|
3864
|
+
* ## Attributes & Properties
|
|
3864
3865
|
*
|
|
3865
3866
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3866
3867
|
*
|
|
3867
3868
|
* - `label`: undefined
|
|
3868
3869
|
*
|
|
3869
|
-
*
|
|
3870
|
+
* ## Events
|
|
3870
3871
|
*
|
|
3871
3872
|
* Events that will be emitted by the component.
|
|
3872
3873
|
*
|
|
@@ -3878,7 +3879,7 @@ export type QtiTestVariablesProps = {
|
|
|
3878
3879
|
/**
|
|
3879
3880
|
*
|
|
3880
3881
|
*
|
|
3881
|
-
*
|
|
3882
|
+
* ## Attributes & Properties
|
|
3882
3883
|
*
|
|
3883
3884
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3884
3885
|
*
|
|
@@ -3892,7 +3893,7 @@ export type QtiTestVariablesProps = {
|
|
|
3892
3893
|
* - `assessmentItem`: undefined (property only) (readonly)
|
|
3893
3894
|
* - `myTemplate`: undefined (property only)
|
|
3894
3895
|
*
|
|
3895
|
-
*
|
|
3896
|
+
* ## Events
|
|
3896
3897
|
*
|
|
3897
3898
|
* Events that will be emitted by the component.
|
|
3898
3899
|
*
|
|
@@ -3904,7 +3905,7 @@ export type QtiTestVariablesProps = {
|
|
|
3904
3905
|
/**
|
|
3905
3906
|
*
|
|
3906
3907
|
*
|
|
3907
|
-
*
|
|
3908
|
+
* ## Attributes & Properties
|
|
3908
3909
|
*
|
|
3909
3910
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3910
3911
|
*
|
|
@@ -3916,7 +3917,7 @@ export type QtiTestVariablesProps = {
|
|
|
3916
3917
|
* - `title`: undefined (property only)
|
|
3917
3918
|
* - `_testContext`: undefined (property only)
|
|
3918
3919
|
*
|
|
3919
|
-
*
|
|
3920
|
+
* ## Events
|
|
3920
3921
|
*
|
|
3921
3922
|
* Events that will be emitted by the component.
|
|
3922
3923
|
*
|
|
@@ -3928,7 +3929,7 @@ export type QtiTestVariablesProps = {
|
|
|
3928
3929
|
/**
|
|
3929
3930
|
*
|
|
3930
3931
|
*
|
|
3931
|
-
*
|
|
3932
|
+
* ## Attributes & Properties
|
|
3932
3933
|
*
|
|
3933
3934
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3934
3935
|
*
|
|
@@ -3936,7 +3937,7 @@ export type QtiTestVariablesProps = {
|
|
|
3936
3937
|
* - `title`: undefined
|
|
3937
3938
|
* - `_testContext`: undefined (property only)
|
|
3938
3939
|
*
|
|
3939
|
-
*
|
|
3940
|
+
* ## Events
|
|
3940
3941
|
*
|
|
3941
3942
|
* Events that will be emitted by the component.
|
|
3942
3943
|
*
|
|
@@ -3948,7 +3949,7 @@ export type QtiTestVariablesProps = {
|
|
|
3948
3949
|
/**
|
|
3949
3950
|
*
|
|
3950
3951
|
*
|
|
3951
|
-
*
|
|
3952
|
+
* ## Attributes & Properties
|
|
3952
3953
|
*
|
|
3953
3954
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3954
3955
|
*
|
|
@@ -3958,7 +3959,7 @@ export type QtiTestVariablesProps = {
|
|
|
3958
3959
|
* - `submission-mode`/`submissionMode`: undefined
|
|
3959
3960
|
* - `title`: undefined (property only)
|
|
3960
3961
|
*
|
|
3961
|
-
*
|
|
3962
|
+
* ## Events
|
|
3962
3963
|
*
|
|
3963
3964
|
* Events that will be emitted by the component.
|
|
3964
3965
|
*
|
|
@@ -3970,7 +3971,7 @@ export type QtiTestVariablesProps = {
|
|
|
3970
3971
|
/**
|
|
3971
3972
|
*
|
|
3972
3973
|
*
|
|
3973
|
-
*
|
|
3974
|
+
* ## Attributes & Properties
|
|
3974
3975
|
*
|
|
3975
3976
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
3976
3977
|
*
|
|
@@ -3979,13 +3980,13 @@ export type QtiTestVariablesProps = {
|
|
|
3979
3980
|
* - `identifier`: undefined
|
|
3980
3981
|
* - `showStatus`: undefined (property only)
|
|
3981
3982
|
*
|
|
3982
|
-
*
|
|
3983
|
+
* ## Events
|
|
3983
3984
|
*
|
|
3984
3985
|
* Events that will be emitted by the component.
|
|
3985
3986
|
*
|
|
3986
3987
|
* - `qti-register-feedback`: undefined
|
|
3987
3988
|
*
|
|
3988
|
-
*
|
|
3989
|
+
* ## Methods
|
|
3989
3990
|
*
|
|
3990
3991
|
* Methods that can be called to access component functionality.
|
|
3991
3992
|
*
|
|
@@ -4044,7 +4045,7 @@ export type QtiTestVariablesProps = {
|
|
|
4044
4045
|
* You can use normal class names to style the elements.
|
|
4045
4046
|
* And you can use the `test-prev` and `test-next` elements to navigate through the test.
|
|
4046
4047
|
*
|
|
4047
|
-
*
|
|
4048
|
+
* ## Attributes & Properties
|
|
4048
4049
|
*
|
|
4049
4050
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4050
4051
|
*
|
|
@@ -4056,7 +4057,7 @@ export type QtiTestVariablesProps = {
|
|
|
4056
4057
|
* - `sessionContext`: undefined (property only)
|
|
4057
4058
|
* - `testContext`: undefined (property only)
|
|
4058
4059
|
*
|
|
4059
|
-
*
|
|
4060
|
+
* ## Events
|
|
4060
4061
|
*
|
|
4061
4062
|
* Events that will be emitted by the component.
|
|
4062
4063
|
*
|
|
@@ -4067,7 +4068,7 @@ export type QtiTestVariablesProps = {
|
|
|
4067
4068
|
* - `qti-test-loaded`: undefined
|
|
4068
4069
|
* - `qti-test-context-updated`: undefined
|
|
4069
4070
|
*
|
|
4070
|
-
*
|
|
4071
|
+
* ## Methods
|
|
4071
4072
|
*
|
|
4072
4073
|
* Methods that can be called to access component functionality.
|
|
4073
4074
|
*
|
|
@@ -4085,7 +4086,7 @@ export type QtiTestVariablesProps = {
|
|
|
4085
4086
|
/**
|
|
4086
4087
|
*
|
|
4087
4088
|
*
|
|
4088
|
-
*
|
|
4089
|
+
* ## Attributes & Properties
|
|
4089
4090
|
*
|
|
4090
4091
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4091
4092
|
*
|
|
@@ -4095,7 +4096,7 @@ export type QtiTestVariablesProps = {
|
|
|
4095
4096
|
* - `qtiContext`: undefined (property only)
|
|
4096
4097
|
* - `configContext`: undefined (property only)
|
|
4097
4098
|
*
|
|
4098
|
-
*
|
|
4099
|
+
* ## Events
|
|
4099
4100
|
*
|
|
4100
4101
|
* Events that will be emitted by the component.
|
|
4101
4102
|
*
|
|
@@ -4107,7 +4108,7 @@ export type QtiTestVariablesProps = {
|
|
|
4107
4108
|
/**
|
|
4108
4109
|
* Represents a custom element for navigating to the next test item.
|
|
4109
4110
|
*
|
|
4110
|
-
*
|
|
4111
|
+
* ## Attributes & Properties
|
|
4111
4112
|
*
|
|
4112
4113
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4113
4114
|
*
|
|
@@ -4117,13 +4118,13 @@ export type QtiTestVariablesProps = {
|
|
|
4117
4118
|
* - `role`: undefined (property only)
|
|
4118
4119
|
* - `ariaLabel`: undefined (property only)
|
|
4119
4120
|
*
|
|
4120
|
-
*
|
|
4121
|
+
* ## Events
|
|
4121
4122
|
*
|
|
4122
4123
|
* Events that will be emitted by the component.
|
|
4123
4124
|
*
|
|
4124
4125
|
* - `qti-request-navigation`: undefined
|
|
4125
4126
|
*
|
|
4126
|
-
*
|
|
4127
|
+
* ## Methods
|
|
4127
4128
|
*
|
|
4128
4129
|
* Methods that can be called to access component functionality.
|
|
4129
4130
|
*
|
|
@@ -4136,7 +4137,7 @@ export type QtiTestVariablesProps = {
|
|
|
4136
4137
|
/**
|
|
4137
4138
|
* Represents a custom element for navigating to the previous test item.
|
|
4138
4139
|
*
|
|
4139
|
-
*
|
|
4140
|
+
* ## Attributes & Properties
|
|
4140
4141
|
*
|
|
4141
4142
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4142
4143
|
*
|
|
@@ -4144,13 +4145,13 @@ export type QtiTestVariablesProps = {
|
|
|
4144
4145
|
* - `sectionItems`: undefined (property only)
|
|
4145
4146
|
* - `itemIndex`: undefined (property only)
|
|
4146
4147
|
*
|
|
4147
|
-
*
|
|
4148
|
+
* ## Events
|
|
4148
4149
|
*
|
|
4149
4150
|
* Events that will be emitted by the component.
|
|
4150
4151
|
*
|
|
4151
4152
|
* - `qti-request-navigation`: undefined
|
|
4152
4153
|
*
|
|
4153
|
-
*
|
|
4154
|
+
* ## Methods
|
|
4154
4155
|
*
|
|
4155
4156
|
* Methods that can be called to access component functionality.
|
|
4156
4157
|
*
|
|
@@ -4163,14 +4164,14 @@ export type QtiTestVariablesProps = {
|
|
|
4163
4164
|
/**
|
|
4164
4165
|
*
|
|
4165
4166
|
*
|
|
4166
|
-
*
|
|
4167
|
+
* ## Attributes & Properties
|
|
4167
4168
|
*
|
|
4168
4169
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4169
4170
|
*
|
|
4170
4171
|
* - `label`: label accompanying the select view dropdown
|
|
4171
4172
|
* - `view-options`/`viewOptions`: The options to display in the dropdown, default: ['author', 'candidate', 'proctor', 'scorer', 'testConstructor', 'tutor']
|
|
4172
4173
|
*
|
|
4173
|
-
*
|
|
4174
|
+
* ## Events
|
|
4174
4175
|
*
|
|
4175
4176
|
* Events that will be emitted by the component.
|
|
4176
4177
|
*
|
|
@@ -4182,13 +4183,13 @@ export type QtiTestVariablesProps = {
|
|
|
4182
4183
|
/**
|
|
4183
4184
|
*
|
|
4184
4185
|
*
|
|
4185
|
-
*
|
|
4186
|
+
* ## Attributes & Properties
|
|
4186
4187
|
*
|
|
4187
4188
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4188
4189
|
*
|
|
4189
4190
|
* - `item-id`/`itemId`: undefined
|
|
4190
4191
|
*
|
|
4191
|
-
*
|
|
4192
|
+
* ## Events
|
|
4192
4193
|
*
|
|
4193
4194
|
* Events that will be emitted by the component.
|
|
4194
4195
|
*
|
|
@@ -4208,7 +4209,7 @@ export type QtiTestVariablesProps = {
|
|
|
4208
4209
|
*
|
|
4209
4210
|
*
|
|
4210
4211
|
*
|
|
4211
|
-
*
|
|
4212
|
+
* ## Attributes & Properties
|
|
4212
4213
|
*
|
|
4213
4214
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4214
4215
|
*
|
|
@@ -4219,7 +4220,7 @@ export type QtiTestVariablesProps = {
|
|
|
4219
4220
|
* - `noCorrectResponseText`: undefined
|
|
4220
4221
|
* - `computedContext`: undefined (property only)
|
|
4221
4222
|
*
|
|
4222
|
-
*
|
|
4223
|
+
* ## Events
|
|
4223
4224
|
*
|
|
4224
4225
|
* Events that will be emitted by the component.
|
|
4225
4226
|
*
|
|
@@ -4233,7 +4234,7 @@ export type QtiTestVariablesProps = {
|
|
|
4233
4234
|
*
|
|
4234
4235
|
*
|
|
4235
4236
|
*
|
|
4236
|
-
*
|
|
4237
|
+
* ## Attributes & Properties
|
|
4237
4238
|
*
|
|
4238
4239
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4239
4240
|
*
|
|
@@ -4256,7 +4257,7 @@ export type QtiTestVariablesProps = {
|
|
|
4256
4257
|
* </qti-test>
|
|
4257
4258
|
* ```
|
|
4258
4259
|
*
|
|
4259
|
-
*
|
|
4260
|
+
* ## Attributes & Properties
|
|
4260
4261
|
*
|
|
4261
4262
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4262
4263
|
*
|
|
@@ -4270,7 +4271,7 @@ export type QtiTestVariablesProps = {
|
|
|
4270
4271
|
/**
|
|
4271
4272
|
*
|
|
4272
4273
|
*
|
|
4273
|
-
*
|
|
4274
|
+
* ## Attributes & Properties
|
|
4274
4275
|
*
|
|
4275
4276
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4276
4277
|
*
|
|
@@ -4284,7 +4285,7 @@ export type QtiTestVariablesProps = {
|
|
|
4284
4285
|
*
|
|
4285
4286
|
*
|
|
4286
4287
|
*
|
|
4287
|
-
*
|
|
4288
|
+
* ## Attributes & Properties
|
|
4288
4289
|
*
|
|
4289
4290
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4290
4291
|
*
|
|
@@ -4297,13 +4298,13 @@ export type QtiTestVariablesProps = {
|
|
|
4297
4298
|
/**
|
|
4298
4299
|
*
|
|
4299
4300
|
*
|
|
4300
|
-
*
|
|
4301
|
+
* ## Attributes & Properties
|
|
4301
4302
|
*
|
|
4302
4303
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4303
4304
|
*
|
|
4304
4305
|
* - `section-id`/`sectionId`: undefined
|
|
4305
4306
|
*
|
|
4306
|
-
*
|
|
4307
|
+
* ## Events
|
|
4307
4308
|
*
|
|
4308
4309
|
* Events that will be emitted by the component.
|
|
4309
4310
|
*
|
|
@@ -4315,7 +4316,7 @@ export type QtiTestVariablesProps = {
|
|
|
4315
4316
|
/**
|
|
4316
4317
|
*
|
|
4317
4318
|
*
|
|
4318
|
-
*
|
|
4319
|
+
* ## Attributes & Properties
|
|
4319
4320
|
*
|
|
4320
4321
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4321
4322
|
*
|
|
@@ -4328,13 +4329,19 @@ export type QtiTestVariablesProps = {
|
|
|
4328
4329
|
* A custom web component that renders a test stamp using the Lit framework.
|
|
4329
4330
|
* This component is deprecated and will be removed in the future.
|
|
4330
4331
|
*
|
|
4331
|
-
*
|
|
4332
|
+
* ## Attributes & Properties
|
|
4332
4333
|
*
|
|
4333
4334
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4334
4335
|
*
|
|
4335
4336
|
* - `debug`: Indicates whether the component is in debug mode.
|
|
4336
4337
|
* When set to `true`, the available objects and properties (i.e.: stampContext) is displayed.
|
|
4337
4338
|
* - `myTemplate`: undefined (property only)
|
|
4339
|
+
*
|
|
4340
|
+
* ## Events
|
|
4341
|
+
*
|
|
4342
|
+
* Events that will be emitted by the component.
|
|
4343
|
+
*
|
|
4344
|
+
* - `qti-stamp-context-updated`: undefined
|
|
4338
4345
|
*/
|
|
4339
4346
|
"test-stamp": Partial<TestStampProps & BaseProps<TestStamp> & BaseEvents>;
|
|
4340
4347
|
|
|
@@ -4342,7 +4349,7 @@ export type QtiTestVariablesProps = {
|
|
|
4342
4349
|
/**
|
|
4343
4350
|
*
|
|
4344
4351
|
*
|
|
4345
|
-
*
|
|
4352
|
+
* ## Attributes & Properties
|
|
4346
4353
|
*
|
|
4347
4354
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4348
4355
|
*
|
|
@@ -4350,7 +4357,7 @@ export type QtiTestVariablesProps = {
|
|
|
4350
4357
|
* - `disabled`: undefined
|
|
4351
4358
|
* - `myTemplate`: undefined (property only)
|
|
4352
4359
|
*
|
|
4353
|
-
*
|
|
4360
|
+
* ## Events
|
|
4354
4361
|
*
|
|
4355
4362
|
* Events that will be emitted by the component.
|
|
4356
4363
|
*
|
|
@@ -4362,19 +4369,19 @@ export type QtiTestVariablesProps = {
|
|
|
4362
4369
|
/**
|
|
4363
4370
|
*
|
|
4364
4371
|
*
|
|
4365
|
-
*
|
|
4372
|
+
* ## Attributes & Properties
|
|
4366
4373
|
*
|
|
4367
4374
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4368
4375
|
*
|
|
4369
4376
|
* - `myTemplate`: undefined (property only)
|
|
4370
4377
|
*
|
|
4371
|
-
*
|
|
4378
|
+
* ## Events
|
|
4372
4379
|
*
|
|
4373
4380
|
* Events that will be emitted by the component.
|
|
4374
4381
|
*
|
|
4375
4382
|
* - `on-test-switch-view`: undefined
|
|
4376
4383
|
*
|
|
4377
|
-
*
|
|
4384
|
+
* ## Methods
|
|
4378
4385
|
*
|
|
4379
4386
|
* Methods that can be called to access component functionality.
|
|
4380
4387
|
*
|
|
@@ -4386,7 +4393,7 @@ export type QtiTestVariablesProps = {
|
|
|
4386
4393
|
/**
|
|
4387
4394
|
*
|
|
4388
4395
|
*
|
|
4389
|
-
*
|
|
4396
|
+
* ## Attributes & Properties
|
|
4390
4397
|
*
|
|
4391
4398
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4392
4399
|
*
|
|
@@ -4404,13 +4411,13 @@ export type QtiTestVariablesProps = {
|
|
|
4404
4411
|
/**
|
|
4405
4412
|
*
|
|
4406
4413
|
*
|
|
4407
|
-
*
|
|
4414
|
+
* ## Attributes & Properties
|
|
4408
4415
|
*
|
|
4409
4416
|
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
4410
4417
|
*
|
|
4411
4418
|
* - `_testContext`: undefined (property only)
|
|
4412
4419
|
*
|
|
4413
|
-
*
|
|
4420
|
+
* ## Methods
|
|
4414
4421
|
*
|
|
4415
4422
|
* Methods that can be called to access component functionality.
|
|
4416
4423
|
*
|
|
@@ -4420,44 +4427,56 @@ export type QtiTestVariablesProps = {
|
|
|
4420
4427
|
"qti-test-variables": Partial<QtiTestVariablesProps & BaseProps<QtiTestVariables> & BaseEvents>;
|
|
4421
4428
|
}
|
|
4422
4429
|
|
|
4430
|
+
export type CustomCssProperties = {
|
|
4431
|
+
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
|
|
4423
4435
|
declare module 'react' {
|
|
4424
4436
|
namespace JSX {
|
|
4425
4437
|
interface IntrinsicElements extends CustomElements {}
|
|
4426
4438
|
}
|
|
4439
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4427
4440
|
}
|
|
4428
4441
|
|
|
4429
4442
|
declare module 'preact' {
|
|
4430
4443
|
namespace JSX {
|
|
4431
4444
|
interface IntrinsicElements extends CustomElements {}
|
|
4432
4445
|
}
|
|
4446
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4433
4447
|
}
|
|
4434
4448
|
|
|
4435
4449
|
declare module '@builder.io/qwik' {
|
|
4436
4450
|
namespace JSX {
|
|
4437
4451
|
interface IntrinsicElements extends CustomElements {}
|
|
4438
4452
|
}
|
|
4453
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4439
4454
|
}
|
|
4440
4455
|
|
|
4441
4456
|
declare module '@stencil/core' {
|
|
4442
4457
|
namespace JSX {
|
|
4443
4458
|
interface IntrinsicElements extends CustomElements {}
|
|
4444
4459
|
}
|
|
4460
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4445
4461
|
}
|
|
4446
4462
|
|
|
4447
4463
|
declare module 'hono' {
|
|
4448
4464
|
namespace JSX {
|
|
4449
4465
|
interface IntrinsicElements extends CustomElements {}
|
|
4450
4466
|
}
|
|
4467
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4451
4468
|
}
|
|
4452
4469
|
|
|
4453
4470
|
declare module 'react-native' {
|
|
4454
4471
|
namespace JSX {
|
|
4455
4472
|
interface IntrinsicElements extends CustomElements {}
|
|
4456
4473
|
}
|
|
4474
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4457
4475
|
}
|
|
4458
4476
|
|
|
4459
4477
|
declare global {
|
|
4460
4478
|
namespace JSX {
|
|
4461
4479
|
interface IntrinsicElements extends CustomElements {}
|
|
4462
4480
|
}
|
|
4481
|
+
export interface CSSProperties extends CustomCssProperties {}
|
|
4463
4482
|
}
|