sequential-workflow-editor-model
Advanced tools
Comparing version 0.9.3 to 0.10.0
@@ -671,59 +671,2 @@ const SEPARATOR = '/'; | ||
/** | ||
* @deprecated Use `createAnyVariablesValueModel` instead. | ||
*/ | ||
const anyVariablesValueModel = createAnyVariablesValueModel; | ||
/** | ||
* @deprecated Use `createBooleanValueModel` instead. | ||
*/ | ||
const booleanValueModel = createBooleanValueModel; | ||
/** | ||
* @deprecated Use `createBranchesValueModel` instead. | ||
*/ | ||
const branchesValueModel = createBranchesValueModel; | ||
/** | ||
* @deprecated Use `createChoiceValueModel` instead. | ||
*/ | ||
const choiceValueModel = createChoiceValueModel; | ||
/** | ||
* @deprecated Use `createDynamicValueModel` instead. | ||
*/ | ||
const dynamicValueModel = createDynamicValueModel; | ||
/** | ||
* @deprecated Use `createGeneratedStringValueModel` instead. | ||
*/ | ||
const generatedStringValueModel = createGeneratedStringValueModel; | ||
/** | ||
* @deprecated Use `createNullableAnyVariableValueModel` instead. | ||
*/ | ||
const nullableAnyVariableValueModel = createNullableAnyVariableValueModel; | ||
/** | ||
* @deprecated Use `createNullableVariableValueModel` instead. | ||
*/ | ||
const nullableVariableValueModel = createNullableVariableValueModel; | ||
/** | ||
* @deprecated Use `createNullableVariableDefinitionValueModel` instead. | ||
*/ | ||
const nullableVariableDefinitionValueModel = createNullableVariableDefinitionValueModel; | ||
/** | ||
* @deprecated Use `createNumberValueModel` instead. | ||
*/ | ||
const numberValueModel = createNumberValueModel; | ||
/** | ||
* @deprecated Use `createSequenceValueModel` instead. | ||
*/ | ||
const sequenceValueModel = createSequenceValueModel; | ||
/** | ||
* @deprecated Use `createStringValueModel` instead. | ||
*/ | ||
const stringValueModel = createStringValueModel; | ||
/** | ||
* @deprecated Use `createStringDictionaryValueModel` instead. | ||
*/ | ||
const stringDictionaryValueModel = createStringDictionaryValueModel; | ||
/** | ||
* @deprecated Use `createVariableDefinitionsValueModel` instead. | ||
*/ | ||
const variableDefinitionsValueModel = createVariableDefinitionsValueModel; | ||
function buildLabel(value) { | ||
@@ -1322,2 +1265,2 @@ return value.charAt(0).toUpperCase() + value.slice(1); | ||
export { BranchedStepModelBuilder, CustomValidatorContext, DefaultValueContext, DefinitionContext, DefinitionModelBuilder, DefinitionValidator, GeneratedStringContext, ModelActivator, Path, PropertyModelBuilder, PropertyValidatorContext, RootModelBuilder, SequentialStepModelBuilder, SimpleEvent, StepModelBuilder, StepValidatorContext, ValueContext, WellKnownValueType, anyVariablesValueModel, anyVariablesValueModelId, booleanValueModel, booleanValueModelId, branchesValueModel, branchesValueModelId, choiceValueModel, choiceValueModelId, createAnyVariablesValueModel, createBooleanValueModel, createBranchedStepModel, createBranchesValueModel, createChoiceValueModel, createDefinitionModel, createDynamicValueModel, createGeneratedStringValueModel, createNullableAnyVariableValueModel, createNullableVariableDefinitionValueModel, createNullableVariableValueModel, createNumberValueModel, createRootModel, createSequenceValueModel, createSequentialStepModel, createStepModel, createStringDictionaryValueModel, createStringValueModel, createValidationSingleError, createVariableDefinitionsValueModel, dynamicValueModel, dynamicValueModelId, generatedStringValueModel, generatedStringValueModelId, nullableAnyVariableValueModel, nullableAnyVariableValueModelId, nullableVariableDefinitionValueModel, nullableVariableDefinitionValueModelId, nullableVariableValueModel, nullableVariableValueModelId, numberValueModel, numberValueModelId, sequenceValueModel, sequenceValueModelId, stringDictionaryValueModel, stringDictionaryValueModelId, stringValueModel, stringValueModelId, variableDefinitionsValueModel, variableDefinitionsValueModelId, variableNameValidator }; | ||
export { BranchedStepModelBuilder, CustomValidatorContext, DefaultValueContext, DefinitionContext, DefinitionModelBuilder, DefinitionValidator, GeneratedStringContext, ModelActivator, Path, PropertyModelBuilder, PropertyValidatorContext, RootModelBuilder, SequentialStepModelBuilder, SimpleEvent, StepModelBuilder, StepValidatorContext, ValueContext, WellKnownValueType, anyVariablesValueModelId, booleanValueModelId, branchesValueModelId, choiceValueModelId, createAnyVariablesValueModel, createBooleanValueModel, createBranchedStepModel, createBranchesValueModel, createChoiceValueModel, createDefinitionModel, createDynamicValueModel, createGeneratedStringValueModel, createNullableAnyVariableValueModel, createNullableVariableDefinitionValueModel, createNullableVariableValueModel, createNumberValueModel, createRootModel, createSequenceValueModel, createSequentialStepModel, createStepModel, createStringDictionaryValueModel, createStringValueModel, createValidationSingleError, createVariableDefinitionsValueModel, dynamicValueModelId, generatedStringValueModelId, nullableAnyVariableValueModelId, nullableVariableDefinitionValueModelId, nullableVariableValueModelId, numberValueModelId, sequenceValueModelId, stringDictionaryValueModelId, stringValueModelId, variableDefinitionsValueModelId, variableNameValidator }; |
@@ -524,59 +524,2 @@ import * as sequential_workflow_model from 'sequential-workflow-model'; | ||
/** | ||
* @deprecated Use `createAnyVariablesValueModel` instead. | ||
*/ | ||
declare const anyVariablesValueModel: (configuration: AnyVariablesValueModelConfiguration) => ValueModelFactoryFromModel<AnyVariablesValueModel>; | ||
/** | ||
* @deprecated Use `createBooleanValueModel` instead. | ||
*/ | ||
declare const booleanValueModel: (configuration: BooleanValueModelConfiguration) => ValueModelFactoryFromModel<BooleanValueModel>; | ||
/** | ||
* @deprecated Use `createBranchesValueModel` instead. | ||
*/ | ||
declare const branchesValueModel: <TConfiguration extends BranchesValueModelConfiguration>(configuration: TConfiguration) => ValueModelFactoryFromModel<BranchesValueModel<{ [P in keyof TConfiguration["branches"]]: sequential_workflow_model.Sequence; }>>; | ||
/** | ||
* @deprecated Use `createChoiceValueModel` instead. | ||
*/ | ||
declare const choiceValueModel: typeof createChoiceValueModel; | ||
/** | ||
* @deprecated Use `createDynamicValueModel` instead. | ||
*/ | ||
declare const dynamicValueModel: typeof createDynamicValueModel; | ||
/** | ||
* @deprecated Use `createGeneratedStringValueModel` instead. | ||
*/ | ||
declare const generatedStringValueModel: typeof createGeneratedStringValueModel; | ||
/** | ||
* @deprecated Use `createNullableAnyVariableValueModel` instead. | ||
*/ | ||
declare const nullableAnyVariableValueModel: (configuration: NullableAnyVariableValueModelConfiguration) => ValueModelFactoryFromModel<NullableAnyVariableValueModel>; | ||
/** | ||
* @deprecated Use `createNullableVariableValueModel` instead. | ||
*/ | ||
declare const nullableVariableValueModel: (configuration: NullableVariableValueModelConfiguration) => ValueModelFactoryFromModel<NullableVariableValueModel>; | ||
/** | ||
* @deprecated Use `createNullableVariableDefinitionValueModel` instead. | ||
*/ | ||
declare const nullableVariableDefinitionValueModel: (configuration: NullableVariableDefinitionValueModelConfiguration) => ValueModelFactoryFromModel<NullableVariableDefinitionValueModel>; | ||
/** | ||
* @deprecated Use `createNumberValueModel` instead. | ||
*/ | ||
declare const numberValueModel: (configuration: NumberValueModelConfiguration) => ValueModelFactoryFromModel<NumberValueModel>; | ||
/** | ||
* @deprecated Use `createSequenceValueModel` instead. | ||
*/ | ||
declare const sequenceValueModel: (configuration: SequenceValueModelConfiguration) => ValueModelFactoryFromModel<SequenceValueModel>; | ||
/** | ||
* @deprecated Use `createStringValueModel` instead. | ||
*/ | ||
declare const stringValueModel: (configuration: StringValueModelConfiguration) => ValueModelFactoryFromModel<StringValueModel>; | ||
/** | ||
* @deprecated Use `createStringDictionaryValueModel` instead. | ||
*/ | ||
declare const stringDictionaryValueModel: (configuration: StringDictionaryValueModelConfiguration) => ValueModelFactoryFromModel<StringDictionaryValueModel>; | ||
/** | ||
* @deprecated Use `createVariableDefinitionsValueModel` instead. | ||
*/ | ||
declare const variableDefinitionsValueModel: (configuration: VariableDefinitionsValueModelConfiguration) => ValueModelFactoryFromModel<VariableDefinitionsValueModel>; | ||
export { AnyVariable, AnyVariables, AnyVariablesValueModel, AnyVariablesValueModelConfiguration, BooleanValueModel, BooleanValueModelConfiguration, BranchedStepModelBuilder, BranchesValueModel, BranchesValueModelConfiguration, ChoiceValueModel, ChoiceValueModelConfiguration, ContextVariable, CustomValidatorContext, DefaultValueContext, DefinitionContext, DefinitionModel, DefinitionModelBuilder, DefinitionValidationError, DefinitionValidator, Dynamic, DynamicValueModel, DynamicValueModelConfiguration, GeneratedStringContext, GeneratedStringValueModelConfiguration, GeneratedStringVariableValueModel, ModelActivator, NullableAnyVariable, NullableAnyVariableValueModel, NullableAnyVariableValueModelConfiguration, NullableVariable, NullableVariableDefinition, NullableVariableDefinitionValueModel, NullableVariableDefinitionValueModelConfiguration, NullableVariableValueModel, NullableVariableValueModelConfiguration, NumberValueModel, NumberValueModelConfiguration, Path, PropertyModel, PropertyModelBuilder, PropertyModels, PropertyValidationError, PropertyValidator, PropertyValidatorContext, RootModel, RootModelBuilder, SequenceValueModel, SequenceValueModelConfiguration, SequentialStepModelBuilder, SimpleEvent, SimpleEventListener, StepModel, StepModelBuilder, StepModels, StepValidator, StepValidatorContext, StringDictionary, StringDictionaryItem, StringDictionaryValueModel, StringDictionaryValueModelConfiguration, StringValueModel, StringValueModelConfiguration, UidGenerator, ValidationError, ValidationResult, ValueContext, ValueModel, ValueModelFactory, ValueModelFactoryFromModel, ValueModelId, ValueType, Variable, VariableDefinition, VariableDefinitions, VariableDefinitionsValueModel, VariableDefinitionsValueModelConfiguration, WellKnownValueType, anyVariablesValueModel, anyVariablesValueModelId, booleanValueModel, booleanValueModelId, branchesValueModel, branchesValueModelId, choiceValueModel, choiceValueModelId, createAnyVariablesValueModel, createBooleanValueModel, createBranchedStepModel, createBranchesValueModel, createChoiceValueModel, createDefinitionModel, createDynamicValueModel, createGeneratedStringValueModel, createNullableAnyVariableValueModel, createNullableVariableDefinitionValueModel, createNullableVariableValueModel, createNumberValueModel, createRootModel, createSequenceValueModel, createSequentialStepModel, createStepModel, createStringDictionaryValueModel, createStringValueModel, createValidationSingleError, createVariableDefinitionsValueModel, dynamicValueModel, dynamicValueModelId, generatedStringValueModel, generatedStringValueModelId, nullableAnyVariableValueModel, nullableAnyVariableValueModelId, nullableVariableDefinitionValueModel, nullableVariableDefinitionValueModelId, nullableVariableValueModel, nullableVariableValueModelId, numberValueModel, numberValueModelId, sequenceValueModel, sequenceValueModelId, stringDictionaryValueModel, stringDictionaryValueModelId, stringValueModel, stringValueModelId, variableDefinitionsValueModel, variableDefinitionsValueModelId, variableNameValidator }; | ||
export { AnyVariable, AnyVariables, AnyVariablesValueModel, AnyVariablesValueModelConfiguration, BooleanValueModel, BooleanValueModelConfiguration, BranchedStepModelBuilder, BranchesValueModel, BranchesValueModelConfiguration, ChoiceValueModel, ChoiceValueModelConfiguration, ContextVariable, CustomValidatorContext, DefaultValueContext, DefinitionContext, DefinitionModel, DefinitionModelBuilder, DefinitionValidationError, DefinitionValidator, Dynamic, DynamicValueModel, DynamicValueModelConfiguration, GeneratedStringContext, GeneratedStringValueModelConfiguration, GeneratedStringVariableValueModel, ModelActivator, NullableAnyVariable, NullableAnyVariableValueModel, NullableAnyVariableValueModelConfiguration, NullableVariable, NullableVariableDefinition, NullableVariableDefinitionValueModel, NullableVariableDefinitionValueModelConfiguration, NullableVariableValueModel, NullableVariableValueModelConfiguration, NumberValueModel, NumberValueModelConfiguration, Path, PropertyModel, PropertyModelBuilder, PropertyModels, PropertyValidationError, PropertyValidator, PropertyValidatorContext, RootModel, RootModelBuilder, SequenceValueModel, SequenceValueModelConfiguration, SequentialStepModelBuilder, SimpleEvent, SimpleEventListener, StepModel, StepModelBuilder, StepModels, StepValidator, StepValidatorContext, StringDictionary, StringDictionaryItem, StringDictionaryValueModel, StringDictionaryValueModelConfiguration, StringValueModel, StringValueModelConfiguration, UidGenerator, ValidationError, ValidationResult, ValueContext, ValueModel, ValueModelFactory, ValueModelFactoryFromModel, ValueModelId, ValueType, Variable, VariableDefinition, VariableDefinitions, VariableDefinitionsValueModel, VariableDefinitionsValueModelConfiguration, WellKnownValueType, anyVariablesValueModelId, booleanValueModelId, branchesValueModelId, choiceValueModelId, createAnyVariablesValueModel, createBooleanValueModel, createBranchedStepModel, createBranchesValueModel, createChoiceValueModel, createDefinitionModel, createDynamicValueModel, createGeneratedStringValueModel, createNullableAnyVariableValueModel, createNullableVariableDefinitionValueModel, createNullableVariableValueModel, createNumberValueModel, createRootModel, createSequenceValueModel, createSequentialStepModel, createStepModel, createStringDictionaryValueModel, createStringValueModel, createValidationSingleError, createVariableDefinitionsValueModel, dynamicValueModelId, generatedStringValueModelId, nullableAnyVariableValueModelId, nullableVariableDefinitionValueModelId, nullableVariableValueModelId, numberValueModelId, sequenceValueModelId, stringDictionaryValueModelId, stringValueModelId, variableDefinitionsValueModelId, variableNameValidator }; |
{ | ||
"name": "sequential-workflow-editor-model", | ||
"version": "0.9.3", | ||
"version": "0.10.0", | ||
"homepage": "https://nocode-js.com/", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
125798
2992