@kong-ui-public/entities-plugins 9.226.0 → 9.227.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/entities-plugins.es.js +28 -1
- package/dist/entities-plugins.umd.js +90 -90
- package/dist/freeform/index.js +458 -424
- package/dist/types/freeform.d.ts +1 -1
- package/dist/types/freeform.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -34217,7 +34217,10 @@ export {
|
|
|
34217
34217
|
lo as EntityTypeIdField,
|
|
34218
34218
|
Vt as EnumField,
|
|
34219
34219
|
mi as FEATURE_FLAGS,
|
|
34220
|
+
Ec as FIELD_PATH_KEY,
|
|
34220
34221
|
Oo as FIELD_RENDERERS,
|
|
34222
|
+
Zs as FIELD_RENDERER_SLOTS,
|
|
34223
|
+
xc as FIELD_RESET_LABEL_PATH_SETTING,
|
|
34221
34224
|
Yo as FREE_FORM_SCHEMA_MAP_KEY,
|
|
34222
34225
|
st as Field,
|
|
34223
34226
|
jt as FieldRenderer,
|
|
@@ -34248,13 +34251,37 @@ export {
|
|
|
34248
34251
|
at as StringField,
|
|
34249
34252
|
sx as SwitchField,
|
|
34250
34253
|
jk as TOASTER_PROVIDER,
|
|
34254
|
+
qE as buildAncestor,
|
|
34255
|
+
Vr as buildArraySchemaMap,
|
|
34256
|
+
zr as buildMapSchemaMap,
|
|
34257
|
+
Ur as buildRecordSchemaMap,
|
|
34258
|
+
UE as buildSchemaMap,
|
|
34259
|
+
zl as defaultLabelFormatter,
|
|
34260
|
+
ra as generalizePath,
|
|
34251
34261
|
XF as getPluginIconURL,
|
|
34252
34262
|
Mm as pluginConfigRegistry,
|
|
34253
34263
|
it as pluginEndpoints,
|
|
34254
34264
|
qp as provideEditorStore,
|
|
34265
|
+
ZE as provideFormShared,
|
|
34255
34266
|
xF as renderRuleExactMatch,
|
|
34267
|
+
nf as replaceByDictionary,
|
|
34268
|
+
of as replaceByDictionaryInFieldName,
|
|
34256
34269
|
qt as useEditorStore,
|
|
34270
|
+
Ht as useField,
|
|
34271
|
+
Qp as useFieldAncestors,
|
|
34272
|
+
hn as useFieldAttrs,
|
|
34273
|
+
ox as useFieldLabel,
|
|
34274
|
+
ef as useFieldPath,
|
|
34275
|
+
ex as useFieldRenderer,
|
|
34276
|
+
tf as useFormData,
|
|
34277
|
+
gt as useFormShared,
|
|
34278
|
+
Vl as useItemKeys,
|
|
34279
|
+
ix as useLabelPath,
|
|
34280
|
+
Gl as useMapField,
|
|
34281
|
+
QE as useOptionalFormShared,
|
|
34257
34282
|
GF as usePluginMetaData,
|
|
34258
34283
|
HF as useProvideExperimentalFreeForms,
|
|
34259
|
-
jF as useProvideFreeFormPluginLayout
|
|
34284
|
+
jF as useProvideFreeFormPluginLayout,
|
|
34285
|
+
tx as useSchemaExposer,
|
|
34286
|
+
VE as useSchemaHelpers
|
|
34260
34287
|
};
|