react-luminus-components 1.5.34 → 1.5.35
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/models/index.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export type { default as OnlyAttrExtending } from './types/common/OnlyAttrExtend
|
|
|
86
86
|
export type { default as KeysExtendingType } from './types/common/KeysExtendingType';
|
|
87
87
|
export type { default as ILocalizationContext } from './luminus-context-types/ILocalizationContext';
|
|
88
88
|
export type { default as CommonLuminusIcons } from './luminus-context-types/CommonLuminusIcons';
|
|
89
|
-
export type { DynamicFormFilters, DynamicFormIndexModel, SettingsFormItem, SettingsFormItemWithGroup, SettingsFormGroup, } from './types/dynamicForms';
|
|
89
|
+
export type { DynamicFormFilters, DynamicFormIndexModel, SettingsFormItem, SettingsFormItemWithGroup, SettingsFormGroup, DynamicFormModifyResult, } from './types/dynamicForms';
|
|
90
90
|
export type { default as DocType } from './api/documents/DocType';
|
|
91
91
|
export type { default as DocumentFileModel } from './api/documents/DocumentFileModel';
|
|
92
92
|
export type { default as DocumentFolderModel } from './api/documents/DocumentFolderModel';
|
|
@@ -3,6 +3,7 @@ export type { default as DynamicFormColumnSchemaModel } from './types/DynamicFor
|
|
|
3
3
|
export type { default as DynamicFormFilters } from './types/DynamicFormFilters';
|
|
4
4
|
export type { default as DynamicFormIndexModel } from './types/DynamicFormIndexModel';
|
|
5
5
|
export type { default as DynamicFormSchemaModel } from './types/DynamicFormSchemaModel';
|
|
6
|
+
export type { default as DynamicFormModifyResult } from './types/DynamicFormModifyResult';
|
|
6
7
|
export type { ApiDataItemType, DataItemType, ItemValueType, ValueType, KnownDataType, } from './types/DynamicFormValueTypes';
|
|
7
8
|
export type { default as SettingsFormItem } from './formPickerTypes/SettingsFormItem';
|
|
8
9
|
export type { default as SettingsFormItemWithGroup } from './formPickerTypes/SettingsFormItemWithGroup';
|