@complex-suite/data
Advanced tools
+189
-47
@@ -1,59 +0,62 @@ | ||
| import ComplexInfo from './src/core/ComplexInfo' | ||
| import ComplexInfo, { type ComplexInfoInitOption } from './src/core/ComplexInfo' | ||
| import ComplexList, { type ComplexListInitOption } from './src/core/ComplexList' | ||
| import SelectData from './src/core/SelectData' | ||
| import TrackData from './src/core/TrackData' | ||
| import SelectData, { type getDataType, type SelectDataInitOption } from './src/core/SelectData' | ||
| import TrackData, { type trackStatus, type trackPointProp, type trackLineProp, type directionProp, type connectProp, type lnglatType, type TrackDataOptions, type TrackDataInitOption } from './src/core/TrackData' | ||
| import Data from './src/data/Data' | ||
| import SimpleData from './src/data/SimpleData' | ||
| import Data, { type BufferType, type formatInitOptionType } from './src/data/Data' | ||
| import SimpleData, { type SimpleDataInitOption } from './src/data/SimpleData' | ||
| import DefaultData, { type DefaultDataInitOption, type DefaultBufferType } from './src/data/DefaultData' | ||
| import BaseData, { type resetOptionType, type triggerMethodOption, type loadFunctionType, type BaseDataActive, type BaseDataActiveType } from './src/data/BaseData' | ||
| import ComplexData, { type ComplexDataInitOption } from './src/data/ComplexData' | ||
| import BaseData, { type resetOptionType, type triggerMethodOption, type triggerMethodWithStatusOption, type loadFunctionType, type BaseDataActive, type BaseDataActiveType, type BaseDataInitOption, parseResetOption } from './src/data/BaseData' | ||
| import ComplexData, { type ComplexDataInitOption, type updateDataType, type buildDataType, type changeDataType, type editDataType, type deleteDataType, type refreshDataType, type multipleDeleteDataType, type exportDataType, type importDataType } from './src/data/ComplexData' | ||
| import ArrayValue, { type ArrayValueDataType } from './src/lib/ArrayValue' | ||
| import AttrsValue, { type AttrsValueInitOption } from './src/lib/AttrsValue' | ||
| import AttrsValue, { type AttrsValueInitOption, type LocalValueInitOption, type LocalValue, createLocalValue } from './src/lib/AttrsValue' | ||
| import CascaderValue, { type CascaderValueInitOption, type CascaderValueType } from './src/lib/CascaderValue' | ||
| import DictionaryValue, { type DictionaryEditMod, type functionType, type DictionaryValueInitOption, type payloadType } from './src/lib/DictionaryValue' | ||
| import DictionaryValue, { type DictionaryEditMod, type DictionaryEditModInitOption, type functionType, type DictionaryValueInitOption, type DictionaryModInitOption, type DictionaryModDataInitOption, type DictionaryModDataType, type DictionaryMod, type payloadType, type editPayloadType, type funcKeys, type interfaceKeys } from './src/lib/DictionaryValue' | ||
| import FormValue from './src/lib/FormValue' | ||
| import InterfaceValue, { type InterfaceValueType, type InterfaceValueInitOption } from './src/lib/InterfaceValue' | ||
| import SelectValue, { type SelectValueType } from './src/lib/SelectValue' | ||
| import StorageValue from './src/lib/StorageValue' | ||
| import TipValue from './src/lib/TipValue' | ||
| import SelectValue, { type SelectValueType, type filterType, type checkItem, type SelectValueInitOption, getFilter } from './src/lib/SelectValue' | ||
| import StorageValue, { type StorageValueInitOption, type storageDataType, type DataWithStorage } from './src/lib/StorageValue' | ||
| import TipValue, { type locationType, type TipValueInitOption } from './src/lib/TipValue' | ||
| import { FileValue, FileMultipleValue, type fileValueType } from './src/lib/FileValue' | ||
| import GridParse, { type GridValue } from './src/lib/GridParse' | ||
| import LayoutParse from './src/lib/LayoutParse' | ||
| import GridParse, { type GridValue, type GridParseInitOption, type GridMainValue, type GridOption, createGridOption } from './src/lib/GridParse' | ||
| import LayoutParse, { type LayoutParseInitOption } from './src/lib/LayoutParse' | ||
| import ForceValue, { type ForceValueTriggerType, type ForceValueInitOption } from './src/lib/ForceValue' | ||
| import ResetData, { type ResetDataInitOption } from './src/module/ResetData' | ||
| import ChoiceData from './src/module/ChoiceData' | ||
| import DependData from './src/module/DependData' | ||
| import DictionaryData from './src/module/DictionaryData' | ||
| import ModuleData from './src/module/ModuleData' | ||
| import PaginationData from './src/module/PaginationData' | ||
| import PromiseData from './src/module/PromiseData' | ||
| import SearchData from './src/module/SearchData' | ||
| import SortData, { type orderType } from './src/module/SortData' | ||
| import StatusData, { StatusValue, type StatusDataValueType, type StatusDataLoadValueType, type StatusDataOperateValueType, type triggerChangeOption, type DataWithSimpleLoad } from './src/module/StatusData' | ||
| import UpdateData from './src/module/UpdateData' | ||
| import ChoiceData, { type ChoiceDataData, type ChoiceDataInitOption } from './src/module/ChoiceData' | ||
| import DependData, { type bindLife, type dependUnbind, type dependDataType, type dependBind, type dependBindOption, type dependBindType, DependValue, type DependValueInitOption, type DependDataInitOption } from './src/module/DependData' | ||
| import DictionaryData, { createOption, type DictionaryDataOption, type DictionaryDataInitOption, type DictionarySortOption } from './src/module/DictionaryData' | ||
| import ModuleData, { type ModuleDataInitOption, type moduleKeys, ModuleDataKeys } from './src/module/ModuleData' | ||
| import PaginationData, { type PaginationDataInitOption } from './src/module/PaginationData' | ||
| import PromiseData, { type PromiseOptionType, type PromiseDataInitData } from './src/module/PromiseData' | ||
| import SearchData, { type resetOption as SearchResetOption, type menuInitType, type SearchDataInitOption } from './src/module/SearchData' | ||
| import SortData, { type orderType, type compareFunction, type SortDataInitOption } from './src/module/SortData' | ||
| import StatusData, { StatusValue, type StatusDataValueType, type StatusDataLoadValueType, type StatusDataOperateValueType, type triggerChangeOption, type DataWithSimpleLoad, type DataWithLoad, type StatusTriggerType, type StatusTriggerCallBackType, type StatusItemInitOptionObject, type StatusItemInitOption, StatusItem, type StatusDataInitOption } from './src/module/StatusData' | ||
| import UpdateData, { type triggerType, type checkType, type UpdateDataInitOption } from './src/module/UpdateData' | ||
| import DefaultList from './src/dictionary/DefaultList' | ||
| import DefaultInfo from './src/dictionary/DefaultInfo' | ||
| import InputEdit from './src/dictionary/InputEdit' | ||
| import InputNumberEdit from './src/dictionary/InputNumberEdit' | ||
| import TextAreaEdit from './src/dictionary/TextAreaEdit' | ||
| import SelectEdit from './src/dictionary/SelectEdit' | ||
| import SwitchEdit from './src/dictionary/SwitchEdit' | ||
| import DateEdit from './src/dictionary/DateEdit' | ||
| import DateRangeEdit from './src/dictionary/DateRangeEdit' | ||
| import FileEdit, { type FileEditOption } from './src/dictionary/FileEdit' | ||
| import ButtonEdit, { type ButtonEditOption } from './src/dictionary/ButtonEdit' | ||
| import ButtonGroupEdit from './src/dictionary/ButtonGroupEdit' | ||
| import ContentEdit from './src/dictionary/ContentEdit' | ||
| import CustomEdit, { type CustomEditInitOption } from './src/dictionary/CustomEdit' | ||
| import CustomLoadEdit from './src/dictionary/CustomLoadEdit' | ||
| import DefaultMod, { type DefaultModAfterOrder, type DefaultModBeforeOrder, type DefaultModOrder, type collapseType } from './src/dictionary/DefaultMod' | ||
| import ObserveList from './src/dictionary/ObserveList' | ||
| import DefaultEdit, { type ruleOption } from './src/dictionary/DefaultEdit' | ||
| import DefaultSimpleEdit from './src/dictionary/DefaultSimpleEdit' | ||
| import SimpleDateEdit from './src/dictionary/SimpleDateEdit' | ||
| import DefaultLoadEdit from './src/dictionary/DefaultLoadEdit' | ||
| import FormEdit from './src/dictionary/FormEdit' | ||
| import ListEdit from './src/dictionary/ListEdit' | ||
| import DefaultList, { type DefaultListInitOption } from './src/dictionary/DefaultList' | ||
| import DefaultInfo, { type DefaultInfoInitOption } from './src/dictionary/DefaultInfo' | ||
| import InputEdit, { type InputEditOption, type InputEditInitOption } from './src/dictionary/InputEdit' | ||
| import InputNumberEdit, { type InputNumberEditOption, type InputNumberEditInitOption } from './src/dictionary/InputNumberEdit' | ||
| import TextAreaEdit, { type TextAreaEditOption, type TextAreaEditInitOption } from './src/dictionary/TextAreaEdit' | ||
| import SelectEdit, { type SelectEditOption, type searchInitOption, type searchOption, type SelectEditInitOption } from './src/dictionary/SelectEdit' | ||
| import SwitchEdit, { type SwitchEditInitOption } from './src/dictionary/SwitchEdit' | ||
| import DateEdit, { type DateEditInitOption } from './src/dictionary/DateEdit' | ||
| import DateRangeEdit, { type DateRangeEditInitOption } from './src/dictionary/DateRangeEdit' | ||
| import FileEdit, { type FileEditOption, type FileEditInitOption } from './src/dictionary/FileEdit' | ||
| import ButtonEdit, { type ButtonEditOption, type ButtonEditClickType, type ButtonEditInitOption } from './src/dictionary/ButtonEdit' | ||
| import ButtonGroupEdit, { type ButtonGroupEditInitOption } from './src/dictionary/ButtonGroupEdit' | ||
| import ContentEdit, { type ContentEditOption, type ContentEditInitOption } from './src/dictionary/ContentEdit' | ||
| import CustomEdit, { type CustomEditInitOption, type customModelHandler, type customModelType, type DefaultCustomEditInitOption, createCustomEdit } from './src/dictionary/CustomEdit' | ||
| import CustomLoadEdit, { type CustomLoadEditInitOption } from './src/dictionary/CustomLoadEdit' | ||
| import DefaultMod, { type DefaultModAfterOrder, type DefaultModBeforeOrder, type DefaultModOrder, type collapseType, type DefaultModInitOption } from './src/dictionary/DefaultMod' | ||
| import ObserveList, { type observeType } from './src/dictionary/ObserveList' | ||
| import DefaultEdit, { type ruleOption, type DefaultEditInitOption } from './src/dictionary/DefaultEdit' | ||
| import DefaultSimpleEdit, { type DefaultSimpleEditInitOption } from './src/dictionary/DefaultSimpleEdit' | ||
| import SimpleDateEdit, { type SimpleDateEditInitOption, type dateConfigValue, type rangeLimitType, type dateConfig, type BaseSimpleDateEditOption, type PartialBaseSimpleDateEditOption, type RangeSimpleDateEditOption, type SimpleDateEditOption, type PartialSimpleDateEditOption } from './src/dictionary/SimpleDateEdit' | ||
| import DefaultLoadEdit, { type DefaultLoadEditInitOption } from './src/dictionary/DefaultLoadEdit' | ||
| import FormEdit, { type FormEditOption, type FormEditInitOption } from './src/dictionary/FormEdit' | ||
| import ListEdit, { type ListEditOption, type ListEditInitOption } from './src/dictionary/ListEdit' | ||
| import DefaultSelectEdit, { type SelectEditFilterType, type DefaultSelectEditInitOption } from './src/dictionary/DefaultSelectEdit' | ||
@@ -76,9 +79,23 @@ import dataConfig from './dataConfig' | ||
| ComplexInfo, | ||
| type ComplexInfoInitOption, | ||
| ComplexList, | ||
| type ComplexListInitOption, | ||
| SelectData, | ||
| type getDataType, | ||
| type SelectDataInitOption, | ||
| TrackData, | ||
| type trackStatus, | ||
| type trackPointProp, | ||
| type trackLineProp, | ||
| type directionProp, | ||
| type connectProp, | ||
| type lnglatType, | ||
| type TrackDataOptions, | ||
| type TrackDataInitOption, | ||
| Data, | ||
| type BufferType, | ||
| type formatInitOptionType, | ||
| SimpleData, | ||
| type SimpleDataInitOption, | ||
| DefaultData, | ||
@@ -90,7 +107,19 @@ type DefaultDataInitOption, | ||
| type triggerMethodOption, | ||
| type triggerMethodWithStatusOption, | ||
| type loadFunctionType, | ||
| type BaseDataActive, | ||
| type BaseDataActiveType, | ||
| type BaseDataInitOption, | ||
| parseResetOption, | ||
| ComplexData, | ||
| type ComplexDataInitOption, | ||
| type updateDataType, | ||
| type buildDataType, | ||
| type changeDataType, | ||
| type editDataType, | ||
| type deleteDataType, | ||
| type refreshDataType, | ||
| type multipleDeleteDataType, | ||
| type exportDataType, | ||
| type importDataType, | ||
@@ -101,2 +130,5 @@ ArrayValue, | ||
| type AttrsValueInitOption, | ||
| type LocalValueInitOption, | ||
| type LocalValue, | ||
| createLocalValue, | ||
| CascaderValue, | ||
@@ -107,5 +139,13 @@ type CascaderValueInitOption, | ||
| type DictionaryEditMod, | ||
| type DictionaryEditModInitOption, | ||
| type functionType, | ||
| type DictionaryValueInitOption, | ||
| type DictionaryModInitOption, | ||
| type DictionaryModDataInitOption, | ||
| type DictionaryModDataType, | ||
| type DictionaryMod, | ||
| type payloadType, | ||
| type editPayloadType, | ||
| type funcKeys, | ||
| type interfaceKeys, | ||
| FormValue, | ||
@@ -117,4 +157,13 @@ InterfaceValue, | ||
| type SelectValueType, | ||
| type filterType, | ||
| type checkItem, | ||
| type SelectValueInitOption, | ||
| getFilter, | ||
| StorageValue, | ||
| type StorageValueInitOption, | ||
| type storageDataType, | ||
| type DataWithStorage, | ||
| TipValue, | ||
| type locationType, | ||
| type TipValueInitOption, | ||
| FileValue, | ||
@@ -125,13 +174,49 @@ FileMultipleValue, | ||
| type GridValue, | ||
| type GridParseInitOption, | ||
| type GridMainValue, | ||
| type GridOption, | ||
| createGridOption, | ||
| LayoutParse, | ||
| type LayoutParseInitOption, | ||
| ForceValue, | ||
| type ForceValueTriggerType, | ||
| type ForceValueInitOption, | ||
| ResetData, | ||
| type ResetDataInitOption, | ||
| ChoiceData, | ||
| type ChoiceDataData, | ||
| type ChoiceDataInitOption, | ||
| DependData, | ||
| type bindLife, | ||
| type dependUnbind, | ||
| type dependDataType, | ||
| type dependBind, | ||
| type dependBindOption, | ||
| type dependBindType, | ||
| DependValue, | ||
| type DependValueInitOption, | ||
| type DependDataInitOption, | ||
| DictionaryData, | ||
| createOption, | ||
| type DictionaryDataOption, | ||
| type DictionaryDataInitOption, | ||
| type DictionarySortOption, | ||
| ModuleData, | ||
| type ModuleDataInitOption, | ||
| type moduleKeys, | ||
| ModuleDataKeys, | ||
| PaginationData, | ||
| type PaginationDataInitOption, | ||
| PromiseData, | ||
| type PromiseOptionType, | ||
| type PromiseDataInitData, | ||
| SearchData, | ||
| type SearchResetOption, | ||
| type menuInitType, | ||
| type SearchDataInitOption, | ||
| SortData, | ||
| type orderType, | ||
| type compareFunction, | ||
| type SortDataInitOption, | ||
| StatusData, | ||
@@ -144,22 +229,58 @@ StatusValue, | ||
| type DataWithSimpleLoad, | ||
| type DataWithLoad, | ||
| type StatusTriggerType, | ||
| type StatusTriggerCallBackType, | ||
| type StatusItemInitOptionObject, | ||
| type StatusItemInitOption, | ||
| StatusItem, | ||
| type StatusDataInitOption, | ||
| UpdateData, | ||
| type triggerType, | ||
| type checkType, | ||
| type UpdateDataInitOption, | ||
| DefaultList, | ||
| type DefaultListInitOption, | ||
| DefaultInfo, | ||
| type DefaultInfoInitOption, | ||
| InputEdit, | ||
| type InputEditOption, | ||
| type InputEditInitOption, | ||
| InputNumberEdit, | ||
| type InputNumberEditOption, | ||
| type InputNumberEditInitOption, | ||
| TextAreaEdit, | ||
| type TextAreaEditOption, | ||
| type TextAreaEditInitOption, | ||
| SelectEdit, | ||
| type SelectEditOption, | ||
| type searchInitOption, | ||
| type searchOption, | ||
| type SelectEditInitOption, | ||
| SwitchEdit, | ||
| type SwitchEditInitOption, | ||
| DateEdit, | ||
| type DateEditInitOption, | ||
| DateRangeEdit, | ||
| type DateRangeEditInitOption, | ||
| FileEdit, | ||
| type FileEditOption, | ||
| type FileEditInitOption, | ||
| ButtonEdit, | ||
| type ButtonEditOption, | ||
| type ButtonEditClickType, | ||
| type ButtonEditInitOption, | ||
| ButtonGroupEdit, | ||
| type ButtonGroupEditInitOption, | ||
| ContentEdit, | ||
| type ContentEditOption, | ||
| type ContentEditInitOption, | ||
| CustomEdit, | ||
| type CustomEditInitOption, | ||
| type customModelHandler, | ||
| type customModelType, | ||
| type DefaultCustomEditInitOption, | ||
| createCustomEdit, | ||
| CustomLoadEdit, | ||
| type CustomLoadEditInitOption, | ||
| DefaultMod, | ||
@@ -170,10 +291,31 @@ type DefaultModAfterOrder, | ||
| type collapseType, | ||
| type DefaultModInitOption, | ||
| ObserveList, | ||
| type observeType, | ||
| DefaultEdit, | ||
| type ruleOption, | ||
| type DefaultEditInitOption, | ||
| DefaultSimpleEdit, | ||
| type DefaultSimpleEditInitOption, | ||
| SimpleDateEdit, | ||
| type SimpleDateEditInitOption, | ||
| type dateConfigValue, | ||
| type rangeLimitType, | ||
| type dateConfig, | ||
| type BaseSimpleDateEditOption, | ||
| type PartialBaseSimpleDateEditOption, | ||
| type RangeSimpleDateEditOption, | ||
| type SimpleDateEditOption, | ||
| type PartialSimpleDateEditOption, | ||
| DefaultLoadEdit, | ||
| type DefaultLoadEditInitOption, | ||
| FormEdit, | ||
| type FormEditOption, | ||
| type FormEditInitOption, | ||
| ListEdit, | ||
| type ListEditOption, | ||
| type ListEditInitOption, | ||
| DefaultSelectEdit, | ||
| type SelectEditFilterType, | ||
| type DefaultSelectEditInitOption, | ||
@@ -180,0 +322,0 @@ type renderType, |
+3
-3
| { | ||
| "name": "@complex-suite/data", | ||
| "version": "5.0.4", | ||
| "version": "5.0.5", | ||
| "description": "a complex data", | ||
@@ -12,4 +12,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@complex-suite/utils": "3.0.4", | ||
| "@complex-suite/plugin": "5.0.4" | ||
| "@complex-suite/utils": "3.0.5", | ||
| "@complex-suite/plugin": "5.0.5" | ||
| }, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
292023
2.58%7311
2.02%+ Added
+ Added
- Removed
- Removed
Updated
Updated