@nocobase/client 1.7.0-beta.9 → 1.7.1

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.
Files changed (113) hide show
  1. package/.dumirc.ts +4 -0
  2. package/es/application/Application.d.ts +14 -0
  3. package/es/application/CustomRouterContextProvider.d.ts +5 -2
  4. package/es/application/RouterManager.d.ts +1 -1
  5. package/es/application/components/defaultComponents.d.ts +3 -1
  6. package/es/block-provider/hooks/index.d.ts +2 -0
  7. package/es/collection-manager/interfaces/createdAt.d.ts +9 -0
  8. package/es/collection-manager/interfaces/dateOnly.d.ts +9 -0
  9. package/es/collection-manager/interfaces/datetime.d.ts +9 -0
  10. package/es/collection-manager/interfaces/datetimeNoTz.d.ts +9 -0
  11. package/es/collection-manager/interfaces/input.d.ts +6 -0
  12. package/es/collection-manager/interfaces/password.d.ts +18 -0
  13. package/es/collection-manager/interfaces/properties/operators.d.ts +12 -10
  14. package/es/collection-manager/interfaces/radioGroup.d.ts +3 -10
  15. package/es/collection-manager/interfaces/select.d.ts +3 -10
  16. package/es/collection-manager/interfaces/textarea.d.ts +6 -0
  17. package/es/collection-manager/interfaces/unixTimestamp.d.ts +9 -0
  18. package/es/collection-manager/interfaces/updatedAt.d.ts +9 -0
  19. package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +6 -0
  20. package/es/{schema-initializer/components/DeprecatedTemplateTitle.d.ts → common/AppNotFound.d.ts} +1 -2
  21. package/es/common/SelectWithTitle.d.ts +1 -1
  22. package/es/common/getVariableValue.d.ts +9 -0
  23. package/es/common/index.d.ts +2 -0
  24. package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +1 -0
  25. package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +14 -0
  26. package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
  27. package/es/filter-provider/FilterProvider.d.ts +4 -0
  28. package/es/filter-provider/highlightBlock.d.ts +9 -0
  29. package/es/flag-provider/FlagProvider.d.ts +2 -0
  30. package/es/formily/NocoBaseRecursionField.d.ts +1 -0
  31. package/es/global-theme/type.d.ts +1 -0
  32. package/es/i18n/constant.d.ts +10 -0
  33. package/es/i18n/index.d.ts +1 -0
  34. package/es/index.d.ts +1 -0
  35. package/es/index.mjs +52222 -50370
  36. package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +2 -1
  37. package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +0 -8
  38. package/es/modules/blocks/BlockLinkageRuleProvider.d.ts +9 -0
  39. package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +2 -0
  40. package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +1 -0
  41. package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +0 -1
  42. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +1 -0
  43. package/es/modules/blocks/utils.d.ts +10 -0
  44. package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
  45. package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +1 -0
  46. package/es/nocobase-buildin-plugin/index.d.ts +0 -2
  47. package/es/route-switch/antd/admin-layout/KeepAlive.d.ts +1 -0
  48. package/es/route-switch/antd/admin-layout/index.d.ts +3 -2
  49. package/es/schema-component/antd/action/Action.Designer.d.ts +1 -0
  50. package/es/schema-component/antd/action/Action.Modal.d.ts +1 -0
  51. package/es/schema-component/antd/action/hooks/useGetAfterSuccessVariablesOptions.d.ts +13 -0
  52. package/es/schema-component/antd/action/index.d.ts +1 -0
  53. package/es/schema-component/antd/action/types.d.ts +2 -0
  54. package/es/schema-component/antd/action/utils.d.ts +3 -1
  55. package/es/schema-component/antd/association-field/InternalViewer.d.ts +2 -0
  56. package/es/schema-component/antd/date-picker/util.d.ts +13 -0
  57. package/es/schema-component/antd/index.d.ts +1 -0
  58. package/es/schema-component/antd/input/Input.d.ts +4 -1
  59. package/es/schema-component/antd/linkageFilter/DynamicComponent.d.ts +36 -0
  60. package/es/schema-component/antd/linkageFilter/FilterGroup.d.ts +10 -0
  61. package/es/schema-component/antd/linkageFilter/FilterItems.d.ts +10 -0
  62. package/es/schema-component/antd/linkageFilter/LinkageFilter.d.ts +9 -0
  63. package/es/schema-component/antd/linkageFilter/LinkageFilterItem.d.ts +10 -0
  64. package/es/schema-component/antd/linkageFilter/context.d.ts +25 -0
  65. package/es/schema-component/antd/linkageFilter/index.d.ts +9 -0
  66. package/es/schema-component/antd/linkageFilter/useOperators.d.ts +13 -0
  67. package/es/schema-component/antd/linkageFilter/useValues.d.ts +25 -0
  68. package/es/schema-component/antd/list/index.d.ts +1 -0
  69. package/es/schema-component/antd/markdown/Markdown.Void.d.ts +5 -1
  70. package/es/schema-component/antd/page/AllDataBlocksProvider.d.ts +17 -0
  71. package/es/schema-component/antd/page/index.d.ts +1 -0
  72. package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
  73. package/es/schema-component/antd/variable/Input.d.ts +2 -0
  74. package/es/schema-component/antd/variable/TextArea.d.ts +14 -1
  75. package/es/schema-component/antd/variable/Variable.d.ts +1 -1
  76. package/es/schema-component/common/date-filter-dynamic-component/DateFilterDynamicComponent.d.ts +10 -0
  77. package/es/schema-component/common/index.d.ts +1 -0
  78. package/es/schema-component/common/utils/uitls.d.ts +2 -5
  79. package/es/schema-component/core/DesignableSwitch.d.ts +4 -2
  80. package/es/schema-component/core/SchemaComponent.d.ts +1 -0
  81. package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
  82. package/es/schema-initializer/utils.d.ts +1 -1
  83. package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +1 -1
  84. package/es/schema-settings/LinkageRules/bindLinkageRulesToFiled.d.ts +10 -1
  85. package/es/schema-settings/LinkageRules/components/BlockLinkageRuleAction.d.ts +10 -0
  86. package/es/schema-settings/LinkageRules/type.d.ts +3 -1
  87. package/es/schema-settings/SchemaSettings.d.ts +4 -0
  88. package/es/schema-settings/VariableInput/VariableInput.d.ts +4 -0
  89. package/es/schema-settings/VariableInput/hooks/index.d.ts +2 -0
  90. package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +3 -1
  91. package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +2 -2
  92. package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +142 -3
  93. package/es/schema-settings/VariableInput/hooks/useExactDateVariable.d.ts +118 -0
  94. package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +1 -1
  95. package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +44 -2
  96. package/es/schema-settings/index.d.ts +2 -0
  97. package/lib/index.js +624 -559
  98. package/lib/locale/de-DE.js +9 -2
  99. package/lib/locale/en-US.js +9 -3
  100. package/lib/locale/es-ES.js +9 -3
  101. package/lib/locale/fr-FR.js +9 -3
  102. package/lib/locale/it-IT.js +9 -2
  103. package/lib/locale/ja-JP.js +9 -3
  104. package/lib/locale/ko-KR.js +9 -3
  105. package/lib/locale/nl-NL.js +182 -7
  106. package/lib/locale/pt-BR.js +9 -3
  107. package/lib/locale/ru-RU.js +9 -3
  108. package/lib/locale/tr-TR.js +9 -3
  109. package/lib/locale/uk-UA.js +9 -3
  110. package/lib/locale/zh-CN.js +46 -6
  111. package/lib/locale/zh-TW.js +9 -3
  112. package/package.json +7 -8
  113. /package/es/schema-settings/LinkageRules/{FieldStyleLinkageRuleAction.d.ts → components/FieldStyleLinkageRuleAction.d.ts} +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.