@genesislcap/foundation-forms 14.422.2-alpha-0a3f40b.0 → 14.423.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/dist/custom-elements.json +226 -226
- package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
- package/dist/dts/types.d.ts +7 -1
- package/dist/dts/types.d.ts.map +1 -1
- package/dist/esm/jsonforms/renderers/StringControlRenderer.js +18 -1
- package/dist/foundation-forms.api.json +14 -10
- package/dist/foundation-forms.d.ts +7 -1
- package/package.json +15 -15
|
@@ -1901,6 +1901,232 @@
|
|
|
1901
1901
|
}
|
|
1902
1902
|
]
|
|
1903
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"kind": "javascript-module",
|
|
1906
|
+
"path": "src/jsonforms/testers/isArray.ts",
|
|
1907
|
+
"declarations": [
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "function",
|
|
1910
|
+
"name": "isArray",
|
|
1911
|
+
"parameters": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "itemsType",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "ArrayItemsType"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1921
|
+
"exports": [
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "js",
|
|
1924
|
+
"name": "isArray",
|
|
1925
|
+
"declaration": {
|
|
1926
|
+
"name": "isArray",
|
|
1927
|
+
"module": "src/jsonforms/testers/isArray.ts"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
]
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"kind": "javascript-module",
|
|
1934
|
+
"path": "src/jsonforms/testers/isDate.ts",
|
|
1935
|
+
"declarations": [
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "variable",
|
|
1938
|
+
"name": "isOneOfDate"
|
|
1939
|
+
}
|
|
1940
|
+
],
|
|
1941
|
+
"exports": [
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "js",
|
|
1944
|
+
"name": "isOneOfDate",
|
|
1945
|
+
"declaration": {
|
|
1946
|
+
"name": "isOneOfDate",
|
|
1947
|
+
"module": "src/jsonforms/testers/isDate.ts"
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "javascript-module",
|
|
1954
|
+
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
1955
|
+
"declarations": [
|
|
1956
|
+
{
|
|
1957
|
+
"kind": "function",
|
|
1958
|
+
"name": "isInvisible",
|
|
1959
|
+
"return": {
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "boolean"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"parameters": [
|
|
1965
|
+
{
|
|
1966
|
+
"name": "uischema",
|
|
1967
|
+
"type": {
|
|
1968
|
+
"text": "UISchemaElement"
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "schema",
|
|
1973
|
+
"type": {
|
|
1974
|
+
"text": "JsonSchema"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "context",
|
|
1979
|
+
"type": {
|
|
1980
|
+
"text": "TesterContext"
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
]
|
|
1984
|
+
}
|
|
1985
|
+
],
|
|
1986
|
+
"exports": [
|
|
1987
|
+
{
|
|
1988
|
+
"kind": "js",
|
|
1989
|
+
"name": "isInvisible",
|
|
1990
|
+
"declaration": {
|
|
1991
|
+
"name": "isInvisible",
|
|
1992
|
+
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "javascript-module",
|
|
1999
|
+
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
2000
|
+
"declarations": [
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "variable",
|
|
2003
|
+
"name": "isOneOfBoolean"
|
|
2004
|
+
}
|
|
2005
|
+
],
|
|
2006
|
+
"exports": [
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "js",
|
|
2009
|
+
"name": "isOneOfBoolean",
|
|
2010
|
+
"declaration": {
|
|
2011
|
+
"name": "isOneOfBoolean",
|
|
2012
|
+
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"kind": "javascript-module",
|
|
2019
|
+
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
2020
|
+
"declarations": [
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "variable",
|
|
2023
|
+
"name": "isOneOfEnum"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"exports": [
|
|
2027
|
+
{
|
|
2028
|
+
"kind": "js",
|
|
2029
|
+
"name": "isOneOfEnum",
|
|
2030
|
+
"declaration": {
|
|
2031
|
+
"name": "isOneOfEnum",
|
|
2032
|
+
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
]
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"kind": "javascript-module",
|
|
2039
|
+
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
2040
|
+
"declarations": [
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "variable",
|
|
2043
|
+
"name": "isOneOfNumber"
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"exports": [
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "js",
|
|
2049
|
+
"name": "isOneOfNumber",
|
|
2050
|
+
"declaration": {
|
|
2051
|
+
"name": "isOneOfNumber",
|
|
2052
|
+
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"kind": "javascript-module",
|
|
2059
|
+
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
2060
|
+
"declarations": [
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "variable",
|
|
2063
|
+
"name": "isOneOfOptionMultiselect"
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"exports": [
|
|
2067
|
+
{
|
|
2068
|
+
"kind": "js",
|
|
2069
|
+
"name": "isOneOfOptionMultiselect",
|
|
2070
|
+
"declaration": {
|
|
2071
|
+
"name": "isOneOfOptionMultiselect",
|
|
2072
|
+
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "javascript-module",
|
|
2079
|
+
"path": "src/jsonforms/testers/isTime.ts",
|
|
2080
|
+
"declarations": [
|
|
2081
|
+
{
|
|
2082
|
+
"kind": "variable",
|
|
2083
|
+
"name": "isOneOfTime"
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"exports": [
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "js",
|
|
2089
|
+
"name": "isOneOfTime",
|
|
2090
|
+
"declaration": {
|
|
2091
|
+
"name": "isOneOfTime",
|
|
2092
|
+
"module": "src/jsonforms/testers/isTime.ts"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "javascript-module",
|
|
2099
|
+
"path": "src/jsonforms/testers/optionIs.ts",
|
|
2100
|
+
"declarations": [
|
|
2101
|
+
{
|
|
2102
|
+
"kind": "function",
|
|
2103
|
+
"name": "optionIs",
|
|
2104
|
+
"return": {
|
|
2105
|
+
"type": {
|
|
2106
|
+
"text": "Tester"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
"parameters": [
|
|
2110
|
+
{
|
|
2111
|
+
"name": "optionName",
|
|
2112
|
+
"type": {
|
|
2113
|
+
"text": "string"
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
]
|
|
2117
|
+
}
|
|
2118
|
+
],
|
|
2119
|
+
"exports": [
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "js",
|
|
2122
|
+
"name": "optionIs",
|
|
2123
|
+
"declaration": {
|
|
2124
|
+
"name": "optionIs",
|
|
2125
|
+
"module": "src/jsonforms/testers/optionIs.ts"
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
1904
2130
|
{
|
|
1905
2131
|
"kind": "javascript-module",
|
|
1906
2132
|
"path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
|
|
@@ -4061,232 +4287,6 @@
|
|
|
4061
4287
|
}
|
|
4062
4288
|
}
|
|
4063
4289
|
]
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/jsonforms/testers/isArray.ts",
|
|
4068
|
-
"declarations": [
|
|
4069
|
-
{
|
|
4070
|
-
"kind": "function",
|
|
4071
|
-
"name": "isArray",
|
|
4072
|
-
"parameters": [
|
|
4073
|
-
{
|
|
4074
|
-
"name": "itemsType",
|
|
4075
|
-
"type": {
|
|
4076
|
-
"text": "ArrayItemsType"
|
|
4077
|
-
}
|
|
4078
|
-
}
|
|
4079
|
-
]
|
|
4080
|
-
}
|
|
4081
|
-
],
|
|
4082
|
-
"exports": [
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "js",
|
|
4085
|
-
"name": "isArray",
|
|
4086
|
-
"declaration": {
|
|
4087
|
-
"name": "isArray",
|
|
4088
|
-
"module": "src/jsonforms/testers/isArray.ts"
|
|
4089
|
-
}
|
|
4090
|
-
}
|
|
4091
|
-
]
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
"kind": "javascript-module",
|
|
4095
|
-
"path": "src/jsonforms/testers/isDate.ts",
|
|
4096
|
-
"declarations": [
|
|
4097
|
-
{
|
|
4098
|
-
"kind": "variable",
|
|
4099
|
-
"name": "isOneOfDate"
|
|
4100
|
-
}
|
|
4101
|
-
],
|
|
4102
|
-
"exports": [
|
|
4103
|
-
{
|
|
4104
|
-
"kind": "js",
|
|
4105
|
-
"name": "isOneOfDate",
|
|
4106
|
-
"declaration": {
|
|
4107
|
-
"name": "isOneOfDate",
|
|
4108
|
-
"module": "src/jsonforms/testers/isDate.ts"
|
|
4109
|
-
}
|
|
4110
|
-
}
|
|
4111
|
-
]
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"kind": "javascript-module",
|
|
4115
|
-
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
4116
|
-
"declarations": [
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "function",
|
|
4119
|
-
"name": "isInvisible",
|
|
4120
|
-
"return": {
|
|
4121
|
-
"type": {
|
|
4122
|
-
"text": "boolean"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"parameters": [
|
|
4126
|
-
{
|
|
4127
|
-
"name": "uischema",
|
|
4128
|
-
"type": {
|
|
4129
|
-
"text": "UISchemaElement"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"name": "schema",
|
|
4134
|
-
"type": {
|
|
4135
|
-
"text": "JsonSchema"
|
|
4136
|
-
}
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"name": "context",
|
|
4140
|
-
"type": {
|
|
4141
|
-
"text": "TesterContext"
|
|
4142
|
-
}
|
|
4143
|
-
}
|
|
4144
|
-
]
|
|
4145
|
-
}
|
|
4146
|
-
],
|
|
4147
|
-
"exports": [
|
|
4148
|
-
{
|
|
4149
|
-
"kind": "js",
|
|
4150
|
-
"name": "isInvisible",
|
|
4151
|
-
"declaration": {
|
|
4152
|
-
"name": "isInvisible",
|
|
4153
|
-
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
4154
|
-
}
|
|
4155
|
-
}
|
|
4156
|
-
]
|
|
4157
|
-
},
|
|
4158
|
-
{
|
|
4159
|
-
"kind": "javascript-module",
|
|
4160
|
-
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
4161
|
-
"declarations": [
|
|
4162
|
-
{
|
|
4163
|
-
"kind": "variable",
|
|
4164
|
-
"name": "isOneOfBoolean"
|
|
4165
|
-
}
|
|
4166
|
-
],
|
|
4167
|
-
"exports": [
|
|
4168
|
-
{
|
|
4169
|
-
"kind": "js",
|
|
4170
|
-
"name": "isOneOfBoolean",
|
|
4171
|
-
"declaration": {
|
|
4172
|
-
"name": "isOneOfBoolean",
|
|
4173
|
-
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
]
|
|
4177
|
-
},
|
|
4178
|
-
{
|
|
4179
|
-
"kind": "javascript-module",
|
|
4180
|
-
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
4181
|
-
"declarations": [
|
|
4182
|
-
{
|
|
4183
|
-
"kind": "variable",
|
|
4184
|
-
"name": "isOneOfEnum"
|
|
4185
|
-
}
|
|
4186
|
-
],
|
|
4187
|
-
"exports": [
|
|
4188
|
-
{
|
|
4189
|
-
"kind": "js",
|
|
4190
|
-
"name": "isOneOfEnum",
|
|
4191
|
-
"declaration": {
|
|
4192
|
-
"name": "isOneOfEnum",
|
|
4193
|
-
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
4194
|
-
}
|
|
4195
|
-
}
|
|
4196
|
-
]
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"kind": "javascript-module",
|
|
4200
|
-
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
4201
|
-
"declarations": [
|
|
4202
|
-
{
|
|
4203
|
-
"kind": "variable",
|
|
4204
|
-
"name": "isOneOfNumber"
|
|
4205
|
-
}
|
|
4206
|
-
],
|
|
4207
|
-
"exports": [
|
|
4208
|
-
{
|
|
4209
|
-
"kind": "js",
|
|
4210
|
-
"name": "isOneOfNumber",
|
|
4211
|
-
"declaration": {
|
|
4212
|
-
"name": "isOneOfNumber",
|
|
4213
|
-
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
]
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"kind": "javascript-module",
|
|
4220
|
-
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
4221
|
-
"declarations": [
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "variable",
|
|
4224
|
-
"name": "isOneOfOptionMultiselect"
|
|
4225
|
-
}
|
|
4226
|
-
],
|
|
4227
|
-
"exports": [
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "js",
|
|
4230
|
-
"name": "isOneOfOptionMultiselect",
|
|
4231
|
-
"declaration": {
|
|
4232
|
-
"name": "isOneOfOptionMultiselect",
|
|
4233
|
-
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
]
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"kind": "javascript-module",
|
|
4240
|
-
"path": "src/jsonforms/testers/isTime.ts",
|
|
4241
|
-
"declarations": [
|
|
4242
|
-
{
|
|
4243
|
-
"kind": "variable",
|
|
4244
|
-
"name": "isOneOfTime"
|
|
4245
|
-
}
|
|
4246
|
-
],
|
|
4247
|
-
"exports": [
|
|
4248
|
-
{
|
|
4249
|
-
"kind": "js",
|
|
4250
|
-
"name": "isOneOfTime",
|
|
4251
|
-
"declaration": {
|
|
4252
|
-
"name": "isOneOfTime",
|
|
4253
|
-
"module": "src/jsonforms/testers/isTime.ts"
|
|
4254
|
-
}
|
|
4255
|
-
}
|
|
4256
|
-
]
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"kind": "javascript-module",
|
|
4260
|
-
"path": "src/jsonforms/testers/optionIs.ts",
|
|
4261
|
-
"declarations": [
|
|
4262
|
-
{
|
|
4263
|
-
"kind": "function",
|
|
4264
|
-
"name": "optionIs",
|
|
4265
|
-
"return": {
|
|
4266
|
-
"type": {
|
|
4267
|
-
"text": "Tester"
|
|
4268
|
-
}
|
|
4269
|
-
},
|
|
4270
|
-
"parameters": [
|
|
4271
|
-
{
|
|
4272
|
-
"name": "optionName",
|
|
4273
|
-
"type": {
|
|
4274
|
-
"text": "string"
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
]
|
|
4278
|
-
}
|
|
4279
|
-
],
|
|
4280
|
-
"exports": [
|
|
4281
|
-
{
|
|
4282
|
-
"kind": "js",
|
|
4283
|
-
"name": "optionIs",
|
|
4284
|
-
"declaration": {
|
|
4285
|
-
"name": "optionIs",
|
|
4286
|
-
"module": "src/jsonforms/testers/optionIs.ts"
|
|
4287
|
-
}
|
|
4288
|
-
}
|
|
4289
|
-
]
|
|
4290
4290
|
}
|
|
4291
4291
|
]
|
|
4292
4292
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StringControlRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/StringControlRenderer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"StringControlRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/StringControlRenderer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAyBvD,eAAO,MAAM,gCAAgC,GAAI,SAAQ,MAAe,0EAiDvE,CAAC;AACF,eAAO,MAAM,6BAA6B,uEAEzC,CAAC"}
|
package/dist/dts/types.d.ts
CHANGED
|
@@ -370,6 +370,12 @@ export type StringRendererOptions = {
|
|
|
370
370
|
* @public
|
|
371
371
|
*/
|
|
372
372
|
autocomplete?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Text transform applied before writing to form state.
|
|
375
|
+
* Can be one of the built-in transforms or a custom function.
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
textTransform?: 'none' | 'uppercase' | 'lowercase' | ((value: string) => string);
|
|
373
379
|
/**
|
|
374
380
|
* Non-editable suffix shown on the right of the text field (e.g. unit label). Ignored when `textarea` is true.
|
|
375
381
|
* @public
|
|
@@ -519,7 +525,7 @@ export type SegmentedRendererOptions = StandardRendererOptions & {
|
|
|
519
525
|
* All configuration options that are available.
|
|
520
526
|
* @public
|
|
521
527
|
*/
|
|
522
|
-
export type UiSchemaElementOptions = ConnectedRenderersOptions | NumberRendererOptions | ArrayRendererOptions | CategorizationRendererOptions | CategorizationLayoutOptions | GroupRendererOptions | StepperRendererOptions | StringRendererOptions | RadioGroupRendererOptions |
|
|
528
|
+
export type UiSchemaElementOptions = StandardRendererOptions & (ConnectedRenderersOptions | NumberRendererOptions | ArrayRendererOptions | CategorizationRendererOptions | CategorizationLayoutOptions | GroupRendererOptions | StepperRendererOptions | StringRendererOptions | RadioGroupRendererOptions | SegmentedRendererOptions);
|
|
523
529
|
/**
|
|
524
530
|
* A UiSchemaElement that displays property values in a user interface element.
|
|
525
531
|
* @public
|
package/dist/dts/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,8 +2,23 @@ import { whenElse } from '@genesislcap/foundation-utils';
|
|
|
2
2
|
import { html } from '@microsoft/fast-element';
|
|
3
3
|
// <pre>${(x) => JSON.stringify(x.control, null, 2)}</pre>
|
|
4
4
|
function changeHandler(x, c) {
|
|
5
|
+
var _a, _b, _c;
|
|
5
6
|
const inputValue = c.event.target.value;
|
|
6
|
-
|
|
7
|
+
const options = (_b = (_a = x.control.uischema) === null || _a === void 0 ? void 0 : _a.options) !== null && _b !== void 0 ? _b : {};
|
|
8
|
+
const textTransform = (_c = options.textTransform) !== null && _c !== void 0 ? _c : 'none';
|
|
9
|
+
let transformedValue = inputValue;
|
|
10
|
+
if (typeof textTransform === 'function') {
|
|
11
|
+
transformedValue = textTransform(inputValue);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
transformedValue =
|
|
15
|
+
textTransform === 'uppercase'
|
|
16
|
+
? inputValue.toUpperCase()
|
|
17
|
+
: textTransform === 'lowercase'
|
|
18
|
+
? inputValue.toLowerCase()
|
|
19
|
+
: inputValue;
|
|
20
|
+
}
|
|
21
|
+
x.control.handleChange(x.control.path, transformedValue === '' ? null : transformedValue);
|
|
7
22
|
}
|
|
8
23
|
export const getStringControlRendererTemplate = (prefix = 'zero') => html `
|
|
9
24
|
<template>
|
|
@@ -22,6 +37,7 @@ export const getStringControlRendererTemplate = (prefix = 'zero') => html `
|
|
|
22
37
|
?hide-affix-from-screen-reader=${(x) => { var _a, _b; return (_b = (_a = x.control.uischema) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.hideAffixFromScreenReader; }}
|
|
23
38
|
type=${(x) => { var _a, _b; return (((_b = (_a = x.control.uischema) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.isPassword) ? 'password' : 'text'); }}
|
|
24
39
|
:value=${(x) => x.control.data || ''}
|
|
40
|
+
@input=${changeHandler}
|
|
25
41
|
@change=${changeHandler}
|
|
26
42
|
placeholder=${(x) => x.control.uischema.placeholder || x.control.label}
|
|
27
43
|
id=${(x) => x.control.path}
|
|
@@ -34,6 +50,7 @@ export const getStringControlRendererTemplate = (prefix = 'zero') => html `
|
|
|
34
50
|
></${prefix}-text-field>`, html `
|
|
35
51
|
<${prefix}-text-area
|
|
36
52
|
:value=${(x) => x.control.data || ''}
|
|
53
|
+
@input=${changeHandler}
|
|
37
54
|
@change=${changeHandler}
|
|
38
55
|
placeholder=${(x) => x.control.uischema.placeholder || x.control.label}
|
|
39
56
|
id=${(x) => x.control.path}
|
|
@@ -3532,7 +3532,7 @@
|
|
|
3532
3532
|
},
|
|
3533
3533
|
{
|
|
3534
3534
|
"kind": "Content",
|
|
3535
|
-
"text": "{\n isPassword?: boolean;\n textarea?: boolean;\n autocomplete?: string;\n suffix?: string;\n prefix?: string;\n hideAffixFromScreenReader?: boolean;\n}"
|
|
3535
|
+
"text": "{\n isPassword?: boolean;\n textarea?: boolean;\n autocomplete?: string;\n textTransform?: 'none' | 'uppercase' | 'lowercase' | ((value: string) => string);\n suffix?: string;\n prefix?: string;\n hideAffixFromScreenReader?: boolean;\n}"
|
|
3536
3536
|
},
|
|
3537
3537
|
{
|
|
3538
3538
|
"kind": "Content",
|
|
@@ -3671,6 +3671,15 @@
|
|
|
3671
3671
|
"kind": "Content",
|
|
3672
3672
|
"text": "export type UiSchemaElementOptions = "
|
|
3673
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
"kind": "Reference",
|
|
3676
|
+
"text": "StandardRendererOptions",
|
|
3677
|
+
"canonicalReference": "@genesislcap/foundation-forms!StandardRendererOptions:type"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"kind": "Content",
|
|
3681
|
+
"text": " & ("
|
|
3682
|
+
},
|
|
3674
3683
|
{
|
|
3675
3684
|
"kind": "Reference",
|
|
3676
3685
|
"text": "ConnectedRenderersOptions",
|
|
@@ -3754,17 +3763,12 @@
|
|
|
3754
3763
|
},
|
|
3755
3764
|
{
|
|
3756
3765
|
"kind": "Reference",
|
|
3757
|
-
"text": "
|
|
3758
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
3766
|
+
"text": "SegmentedRendererOptions",
|
|
3767
|
+
"canonicalReference": "@genesislcap/foundation-forms!SegmentedRendererOptions:type"
|
|
3759
3768
|
},
|
|
3760
3769
|
{
|
|
3761
3770
|
"kind": "Content",
|
|
3762
|
-
"text": "
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
"kind": "Reference",
|
|
3766
|
-
"text": "SegmentedRendererOptions",
|
|
3767
|
-
"canonicalReference": "@genesislcap/foundation-forms!SegmentedRendererOptions:type"
|
|
3771
|
+
"text": ")"
|
|
3768
3772
|
},
|
|
3769
3773
|
{
|
|
3770
3774
|
"kind": "Content",
|
|
@@ -3776,7 +3780,7 @@
|
|
|
3776
3780
|
"name": "UiSchemaElementOptions",
|
|
3777
3781
|
"typeTokenRange": {
|
|
3778
3782
|
"startIndex": 1,
|
|
3779
|
-
"endIndex":
|
|
3783
|
+
"endIndex": 23
|
|
3780
3784
|
}
|
|
3781
3785
|
},
|
|
3782
3786
|
{
|
|
@@ -2085,6 +2085,12 @@ export declare type StringRendererOptions = {
|
|
|
2085
2085
|
* @public
|
|
2086
2086
|
*/
|
|
2087
2087
|
autocomplete?: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* Text transform applied before writing to form state.
|
|
2090
|
+
* Can be one of the built-in transforms or a custom function.
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
2093
|
+
textTransform?: 'none' | 'uppercase' | 'lowercase' | ((value: string) => string);
|
|
2088
2094
|
/**
|
|
2089
2095
|
* Non-editable suffix shown on the right of the text field (e.g. unit label). Ignored when `textarea` is true.
|
|
2090
2096
|
* @public
|
|
@@ -2175,7 +2181,7 @@ export declare type UiSchemaElement = {
|
|
|
2175
2181
|
* All configuration options that are available.
|
|
2176
2182
|
* @public
|
|
2177
2183
|
*/
|
|
2178
|
-
export declare type UiSchemaElementOptions = ConnectedRenderersOptions | NumberRendererOptions | ArrayRendererOptions | CategorizationRendererOptions | CategorizationLayoutOptions | GroupRendererOptions | StepperRendererOptions | StringRendererOptions | RadioGroupRendererOptions |
|
|
2184
|
+
export declare type UiSchemaElementOptions = StandardRendererOptions & (ConnectedRenderersOptions | NumberRendererOptions | ArrayRendererOptions | CategorizationRendererOptions | CategorizationLayoutOptions | GroupRendererOptions | StepperRendererOptions | StringRendererOptions | RadioGroupRendererOptions | SegmentedRendererOptions);
|
|
2179
2185
|
|
|
2180
2186
|
/**
|
|
2181
2187
|
* The layouts and control types, which allow you to customize the arrangement of forms.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.423.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -55,23 +55,23 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@genesislcap/foundation-testing": "14.
|
|
59
|
-
"@genesislcap/genx": "14.
|
|
60
|
-
"@genesislcap/rollup-builder": "14.
|
|
61
|
-
"@genesislcap/ts-builder": "14.
|
|
62
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
63
|
-
"@genesislcap/vite-builder": "14.
|
|
64
|
-
"@genesislcap/webpack-builder": "14.
|
|
58
|
+
"@genesislcap/foundation-testing": "14.423.0",
|
|
59
|
+
"@genesislcap/genx": "14.423.0",
|
|
60
|
+
"@genesislcap/rollup-builder": "14.423.0",
|
|
61
|
+
"@genesislcap/ts-builder": "14.423.0",
|
|
62
|
+
"@genesislcap/uvu-playwright-builder": "14.423.0",
|
|
63
|
+
"@genesislcap/vite-builder": "14.423.0",
|
|
64
|
+
"@genesislcap/webpack-builder": "14.423.0",
|
|
65
65
|
"@types/json-schema": "^7.0.11",
|
|
66
66
|
"@types/papaparse": "^5.3.14"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-comms": "14.
|
|
70
|
-
"@genesislcap/foundation-criteria": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
69
|
+
"@genesislcap/foundation-comms": "14.423.0",
|
|
70
|
+
"@genesislcap/foundation-criteria": "14.423.0",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.423.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.423.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.423.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.423.0",
|
|
75
75
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
76
76
|
"@jsonforms/core": "^3.2.1",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@microsoft/fast-react-wrapper": ">=0.3.0"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "ed1a188a19674ed48b3805cc907304148f1daf14"
|
|
100
100
|
}
|