@nocobase/client 1.3.38-beta → 1.4.0-alpha
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/.dumirc.ts +3 -0
- package/es/acl/ACLProvider.d.ts +1 -0
- package/es/application/schema-initializer/hooks/useSchemaInitializerRender.d.ts +1 -1
- package/es/application/utils/remotePlugins.d.ts +1 -1
- package/es/block-provider/TableFieldProvider.d.ts +1 -1
- package/es/block-provider/TableSelectorProvider.d.ts +1 -1
- package/es/block-provider/hooks/useBlockHeightProps.d.ts +1 -0
- package/es/collection-manager/interfaces/createdAt.d.ts +11 -3
- package/es/collection-manager/interfaces/dateOnly.d.ts +92 -0
- package/es/collection-manager/interfaces/datetime.d.ts +26 -2
- package/es/collection-manager/interfaces/datetimeNoTz.d.ts +111 -0
- package/es/collection-manager/interfaces/index.d.ts +2 -0
- package/es/collection-manager/interfaces/o2m.d.ts +0 -2
- package/es/collection-manager/interfaces/properties/operators.d.ts +10 -2
- package/es/collection-manager/interfaces/unixTimestamp.d.ts +36 -2
- package/es/collection-manager/interfaces/updatedAt.d.ts +11 -3
- package/es/collection-manager/interfaces/utils/index.d.ts +10 -0
- package/es/collection-manager/templates/sql.d.ts +3 -0
- package/es/collection-manager/templates/view.d.ts +3 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +5 -0
- package/es/data-source/collection-record/CollectionRecord.d.ts +1 -1
- package/es/i18n/SwitchLanguage.d.ts +10 -0
- package/es/index.d.ts +3 -0
- package/es/index.mjs +23415 -21598
- package/es/locale/index.d.ts +10 -2
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +1 -1
- package/es/modules/blocks/other-blocks/divider/DividerFormItemInitializer.d.ts +10 -0
- package/es/modules/blocks/other-blocks/divider/dividerSettings.d.ts +12 -0
- package/es/modules/fields/component/DatePicker/datePickerComponentFieldSettings.d.ts +1 -0
- package/es/modules/fields/component/Input/inputComponentSettings.d.ts +12 -0
- package/es/modules/fields/component/Input.JSON/inputJSONSettings.d.ts +10 -0
- package/es/modules/fields/component/Input.TextArea/inputTextAreaSettings.d.ts +10 -0
- package/es/modules/fields/component/Input.URL/inputURLSettings.d.ts +10 -0
- package/es/modules/fields/component/Markdown/markdownSettings.d.ts +10 -0
- package/es/modules/fields/component/MarkdownVditor/markdownVditorSettings.d.ts +10 -0
- package/es/modules/fields/component/RichText/richTextSettings.d.ts +10 -0
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +12 -0
- package/es/modules/popup/OpenModeProvider.d.ts +6 -0
- package/es/pm/types.d.ts +1 -0
- package/es/schema-component/antd/association-field/FileManager.d.ts +2 -1
- package/es/schema-component/antd/association-field/InternalPicker.d.ts +0 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +1 -1
- package/es/schema-component/antd/block-item/index.d.ts +1 -0
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +1 -0
- package/es/schema-component/antd/date-picker/util.d.ts +1 -0
- package/es/schema-component/antd/divider/Divider.d.ts +11 -0
- package/es/schema-component/antd/divider/index.d.ts +9 -0
- package/es/{schema-settings/DateFormat/ExpiresRadio.d.ts → schema-component/antd/expiresRadio/index.d.ts} +2 -2
- package/es/schema-component/antd/form-item/hooks/useSpecialCase.d.ts +7 -0
- package/es/schema-component/antd/index.d.ts +2 -0
- package/es/schema-component/antd/input/ReadPretty.d.ts +2 -0
- package/es/schema-component/antd/markdown/Markdown.Void.d.ts +1 -1
- package/es/schema-component/antd/markdown/util.d.ts +2 -1
- package/es/schema-component/antd/page/index.d.ts +1 -1
- package/es/schema-component/antd/page/pagePopupUtils.d.ts +1 -1
- package/es/schema-component/antd/page/usePopupContextInActionOrAssociationField.d.ts +1 -1
- package/es/schema-component/antd/remote-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +3 -1
- package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +1 -0
- package/es/schema-component/antd/table-v2/components/ColumnFieldProvider.d.ts +2 -3
- package/es/schema-component/antd/unix-timestamp/UnixTimestamp.d.ts +1 -2
- package/es/schema-component/antd/upload/index.d.ts +2 -0
- package/es/schema-component/antd/upload/shared.d.ts +37 -37
- package/es/schema-component/antd/upload/style.d.ts +1 -0
- package/es/schema-component/antd/variable/Input.d.ts +2 -0
- package/es/schema-component/antd/variable/Variable.d.ts +1 -1
- package/es/schema-settings/LinkageRules/type.d.ts +2 -1
- package/es/schema-settings/SchemaSettings.d.ts +4 -0
- package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +1 -0
- package/es/schema-settings/VariableInput/VariableInput.d.ts +1 -0
- package/es/schema-settings/VariableInput/hooks/index.d.ts +1 -0
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +33 -0
- package/es/schema-settings/VariableInput/hooks/useFormVariable.d.ts +11 -0
- package/es/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +12 -0
- package/es/schema-settings/VariableInput/hooks/useParentIterationVariable.d.ts +9 -2
- package/es/schema-settings/VariableInput/hooks/useParentPopupVariable.d.ts +16 -3
- package/es/schema-settings/VariableInput/hooks/useParentRecordVariable.d.ts +10 -0
- package/es/schema-settings/VariableInput/hooks/usePopupVariable.d.ts +16 -3
- package/es/schema-settings/VariableInput/hooks/useRecordVariable.d.ts +14 -0
- package/es/variables/VariablesProvider.d.ts +5 -3
- package/es/variables/hooks/useVariables.d.ts +1 -1
- package/es/variables/index.d.ts +1 -0
- package/es/variables/types.d.ts +1 -0
- package/lib/index.js +330 -306
- package/lib/locale/{en_US.js → en-US.js} +7 -2
- package/lib/locale/{es_ES.js → es-ES.js} +2 -1
- package/lib/locale/{fr_FR.js → fr-FR.js} +2 -1
- package/lib/locale/index.js +6 -3
- package/lib/locale/{ja_JP.js → ja-JP.js} +1 -3
- package/lib/locale/{ko_KR.js → ko-KR.js} +2 -1
- package/lib/locale/{pt_BR.js → pt-BR.js} +2 -1
- package/lib/locale/{ru_RU.js → ru-RU.js} +2 -1
- package/lib/locale/{tr_TR.js → tr-TR.js} +2 -1
- package/lib/locale/{uk_UA.js → uk-UA.js} +2 -1
- package/lib/locale/zh-CN.js +45 -4
- package/lib/locale/zh-TW.js +3 -1
- package/package.json +8 -6
- /package/lib/locale/cron/{zh_CN.js → zh-CN.js} +0 -0
- /package/lib/locale/cron/{zh_TW.js → zh-TW.js} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.