@sprucelabs/heartwood-view-controllers 123.0.3 → 123.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -457,7 +457,7 @@ export interface ViewControllerOptions {
|
|
|
457
457
|
maps: MapUtil;
|
|
458
458
|
log: Log;
|
|
459
459
|
}
|
|
460
|
-
export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider';
|
|
460
|
+
export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider' | 'markdownInput';
|
|
461
461
|
export type RenderAsInputComponent = RenderAsInputComponentType | RatingsInputComponent;
|
|
462
462
|
export type RatingsInputComponent = Pick<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Ratings, 'steps' | 'leftLabel' | 'rightLabel' | 'middleLabel' | 'icon'> & {
|
|
463
463
|
type: 'ratings';
|
|
@@ -457,7 +457,7 @@ export interface ViewControllerOptions {
|
|
|
457
457
|
maps: MapUtil;
|
|
458
458
|
log: Log;
|
|
459
459
|
}
|
|
460
|
-
export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider';
|
|
460
|
+
export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider' | 'markdownInput';
|
|
461
461
|
export type RenderAsInputComponent = RenderAsInputComponentType | RatingsInputComponent;
|
|
462
462
|
export type RatingsInputComponent = Pick<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Ratings, 'steps' | 'leftLabel' | 'rightLabel' | 'middleLabel' | 'icon'> & {
|
|
463
463
|
type: 'ratings';
|
package/package.json
CHANGED