@gravity-ui/dynamic-forms 5.28.0 → 5.29.1
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/build/cjs/lib/unstable/kit/constants/config.d.ts +2 -2
- package/build/cjs/lib/unstable/kit/constants/config.js +2 -2
- package/build/cjs/lib/unstable/kit/form-entities/SegmentedRadioGroupInput/SegmentedRadioGroupInput.css +1 -0
- package/build/esm/lib/unstable/kit/constants/config.d.ts +2 -2
- package/build/esm/lib/unstable/kit/constants/config.js +2 -2
- package/build/esm/lib/unstable/kit/form-entities/SegmentedRadioGroupInput/SegmentedRadioGroupInput.css +1 -0
- package/package.json +1 -1
|
@@ -403,7 +403,7 @@ export declare const untypedConfig: {
|
|
|
403
403
|
readonly label: {
|
|
404
404
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").LabelProps>;
|
|
405
405
|
};
|
|
406
|
-
readonly
|
|
406
|
+
readonly monaco_input: {
|
|
407
407
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").MonacoProps>;
|
|
408
408
|
};
|
|
409
409
|
readonly password: {
|
|
@@ -467,7 +467,7 @@ export declare const untypedConfig: {
|
|
|
467
467
|
readonly label: {
|
|
468
468
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").LabelProps>;
|
|
469
469
|
};
|
|
470
|
-
readonly
|
|
470
|
+
readonly monaco_input: {
|
|
471
471
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").MonacoProps>;
|
|
472
472
|
};
|
|
473
473
|
readonly password: {
|
|
@@ -175,7 +175,7 @@ exports.untypedConfig = {
|
|
|
175
175
|
color_picker: { Component: form_entities_1.ColorPickerInput },
|
|
176
176
|
file: { Component: form_entities_1.FileInput },
|
|
177
177
|
label: { Component: entities_1.Label },
|
|
178
|
-
|
|
178
|
+
monaco_input: { Component: entities_1.Monaco },
|
|
179
179
|
password: { Component: form_entities_1.PasswordInput },
|
|
180
180
|
radio_group: { Component: form_entities_1.RadioGroupInput },
|
|
181
181
|
segmented_radio_group: { Component: form_entities_1.SegmentedRadioGroupInput },
|
|
@@ -199,7 +199,7 @@ exports.untypedConfig = {
|
|
|
199
199
|
color_picker: { Component: overview_entities_1.ColorPickerValue },
|
|
200
200
|
file: { Component: overview_entities_1.StringValue },
|
|
201
201
|
label: { Component: entities_1.Label },
|
|
202
|
-
|
|
202
|
+
monaco_input: { Component: entities_1.Monaco },
|
|
203
203
|
password: { Component: overview_entities_1.StringValue },
|
|
204
204
|
radio_group: { Component: overview_entities_1.StringValue },
|
|
205
205
|
segmented_radio_group: { Component: overview_entities_1.StringValue },
|
|
@@ -403,7 +403,7 @@ export declare const untypedConfig: {
|
|
|
403
403
|
readonly label: {
|
|
404
404
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").LabelProps>;
|
|
405
405
|
};
|
|
406
|
-
readonly
|
|
406
|
+
readonly monaco_input: {
|
|
407
407
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").MonacoProps>;
|
|
408
408
|
};
|
|
409
409
|
readonly password: {
|
|
@@ -467,7 +467,7 @@ export declare const untypedConfig: {
|
|
|
467
467
|
readonly label: {
|
|
468
468
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").LabelProps>;
|
|
469
469
|
};
|
|
470
|
-
readonly
|
|
470
|
+
readonly monaco_input: {
|
|
471
471
|
readonly Component: import("../../core").NodeEntity<import("../../core").JsonSchemaString, import("../entities").MonacoProps>;
|
|
472
472
|
};
|
|
473
473
|
readonly password: {
|
|
@@ -172,7 +172,7 @@ export const untypedConfig = {
|
|
|
172
172
|
color_picker: { Component: ColorPickerInput },
|
|
173
173
|
file: { Component: FileInput },
|
|
174
174
|
label: { Component: Label },
|
|
175
|
-
|
|
175
|
+
monaco_input: { Component: Monaco },
|
|
176
176
|
password: { Component: PasswordInput },
|
|
177
177
|
radio_group: { Component: RadioGroupInput },
|
|
178
178
|
segmented_radio_group: { Component: SegmentedRadioGroupInput },
|
|
@@ -196,7 +196,7 @@ export const untypedConfig = {
|
|
|
196
196
|
color_picker: { Component: ColorPickerValue },
|
|
197
197
|
file: { Component: StringValue },
|
|
198
198
|
label: { Component: Label },
|
|
199
|
-
|
|
199
|
+
monaco_input: { Component: Monaco },
|
|
200
200
|
password: { Component: StringValue },
|
|
201
201
|
radio_group: { Component: StringValue },
|
|
202
202
|
segmented_radio_group: { Component: StringValue },
|