@nocobase/client 0.9.2-alpha.1 → 0.9.2-alpha.3
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/es/acl/Configuration/FilterDynamicComponent.d.ts +2 -0
- package/es/{schema-component/antd/table-v2/hooks/useUserVariable.js → acl/Configuration/FilterDynamicComponent.js} +32 -4
- package/es/acl/Configuration/schemas/scopes.js +3 -0
- package/es/application/Application.d.ts +1 -0
- package/es/application/Application.js +12 -2
- package/es/block-provider/FormFieldProvider.js +9 -1
- package/es/block-provider/TableSelectorProvider.js +3 -2
- package/es/block-provider/hooks/index.js +18 -13
- package/es/board/CardAdder.js +1 -1
- package/es/board/ColumnForm.js +4 -4
- package/es/board/DefaultColumnHeader.d.ts +1 -1
- package/es/board/DefaultColumnHeader.js +6 -6
- package/es/collection-manager/CollectionField.js +16 -13
- package/es/collection-manager/CollectionManagerProvider.js +10 -2
- package/es/collection-manager/Configuration/AddCollectionAction.js +1 -1
- package/es/collection-manager/Configuration/CollectionFields.d.ts +2 -0
- package/es/collection-manager/Configuration/CollectionFields.js +458 -0
- package/es/collection-manager/Configuration/CollectionFieldsTableArray.js +3 -3
- package/es/collection-manager/Configuration/ConfigurationTable.js +4 -2
- package/es/collection-manager/Configuration/ConfigurationTabs.js +6 -2
- package/es/collection-manager/Configuration/EditCollectionAction.js +4 -4
- package/es/collection-manager/Configuration/EditFieldAction.js +1 -1
- package/es/collection-manager/Configuration/OverridingCollectionField.js +1 -1
- package/es/collection-manager/Configuration/schemas/collectionFields.d.ts +2 -0
- package/es/collection-manager/Configuration/schemas/collectionFields.js +1 -1
- package/es/collection-manager/Configuration/schemas/collections.js +8 -5
- package/es/collection-manager/action-hooks.d.ts +2 -1
- package/es/collection-manager/action-hooks.js +10 -7
- package/es/collection-manager/hooks/useCollectionDataSource.js +2 -2
- package/es/collection-manager/hooks/useCollectionManager.d.ts +1 -0
- package/es/collection-manager/hooks/useCollectionManager.js +2 -0
- package/es/collection-manager/interfaces/checkbox.js +7 -0
- package/es/collection-manager/interfaces/checkboxGroup.js +7 -0
- package/es/collection-manager/interfaces/components/index.js +1 -1
- package/es/collection-manager/interfaces/createdBy.js +5 -1
- package/es/collection-manager/interfaces/email.js +7 -0
- package/es/collection-manager/interfaces/linkTo.js +6 -0
- package/es/collection-manager/interfaces/m2m.js +6 -0
- package/es/collection-manager/interfaces/m2o.js +6 -0
- package/es/collection-manager/interfaces/multipleSelect.js +10 -0
- package/es/collection-manager/interfaces/o2m.js +8 -1
- package/es/collection-manager/interfaces/o2o.js +6 -0
- package/es/collection-manager/interfaces/percent.js +10 -0
- package/es/collection-manager/interfaces/select.js +10 -0
- package/es/collection-manager/interfaces/updatedBy.js +5 -1
- package/es/collection-manager/types.d.ts +1 -0
- package/es/filter-provider/utils.d.ts +8 -3
- package/es/filter-provider/utils.js +42 -27
- package/es/locale/en_US.d.ts +7 -0
- package/es/locale/en_US.js +8 -1
- package/es/locale/ja_JP.d.ts +15 -0
- package/es/locale/ja_JP.js +17 -2
- package/es/locale/pt_BR.d.ts +16 -0
- package/es/locale/pt_BR.js +18 -2
- package/es/locale/ru_RU.d.ts +15 -0
- package/es/locale/ru_RU.js +17 -2
- package/es/locale/tr_TR.d.ts +16 -1
- package/es/locale/tr_TR.js +18 -3
- package/es/locale/zh_CN.d.ts +16 -0
- package/es/locale/zh_CN.js +17 -1
- package/es/pm/PluginManagerLink.js +5 -3
- package/es/pm/index.js +1 -1
- package/es/schema-component/antd/action/Action.js +1 -1
- package/es/schema-component/antd/association-select/AssociationSelect.js +56 -35
- package/es/schema-component/antd/association-select/useServiceOptions.js +3 -2
- package/es/schema-component/antd/checkbox/Checkbox.js +4 -3
- package/es/schema-component/antd/collection-select/CollectionSelect.d.ts +2 -2
- package/es/schema-component/antd/collection-select/CollectionSelect.js +6 -6
- package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +3 -0
- package/es/schema-component/antd/error-fallback/ErrorFallback.js +47 -0
- package/es/schema-component/antd/error-fallback/index.d.ts +1 -0
- package/es/schema-component/antd/error-fallback/index.js +1 -0
- package/es/schema-component/antd/filter/useFilterActionProps.d.ts +2 -0
- package/es/schema-component/antd/filter/useFilterActionProps.js +127 -7
- package/es/schema-component/antd/filter/useValues.js +7 -8
- package/es/schema-component/antd/form-item/FormItem.d.ts +3 -0
- package/es/schema-component/antd/form-item/FormItem.js +81 -16
- package/es/schema-component/antd/form-item/SchemaSettingOptions.js +2 -3
- package/es/schema-component/antd/form-v2/Templates.js +24 -18
- package/es/schema-component/antd/gantt/components/calendar/top-part-of-calendar.d.ts +1 -1
- package/es/schema-component/antd/gantt/components/calendar/top-part-of-calendar.js +3 -3
- package/es/schema-component/antd/gantt/components/gantt/style.js +1 -1
- package/es/schema-component/antd/gantt/components/grid/grid.d.ts +2 -2
- package/es/schema-component/antd/gantt/components/grid/grid.js +2 -2
- package/es/schema-component/antd/gantt/components/grid/style.js +1 -1
- package/es/schema-component/antd/gantt/components/other/arrow.d.ts +2 -2
- package/es/schema-component/antd/gantt/components/other/arrow.js +3 -3
- package/es/schema-component/antd/gantt/components/other/horizontal-scroll.d.ts +1 -1
- package/es/schema-component/antd/gantt/components/other/horizontal-scroll.js +1 -1
- package/es/schema-component/antd/gantt/components/other/style.js +1 -1
- package/es/schema-component/antd/gantt/components/task-item/bar/bar-display.d.ts +1 -1
- package/es/schema-component/antd/gantt/components/task-item/bar/bar-display.js +1 -1
- package/es/schema-component/antd/gantt/components/task-item/bar/bar-small.d.ts +2 -2
- package/es/schema-component/antd/gantt/components/task-item/bar/bar-small.js +6 -6
- package/es/schema-component/antd/gantt/components/task-item/bar/bar.d.ts +2 -2
- package/es/schema-component/antd/gantt/components/task-item/bar/bar.js +9 -9
- package/es/schema-component/antd/gantt/components/task-item/bar/style.js +2 -2
- package/es/schema-component/antd/gantt/components/task-item/milestone/milestone.d.ts +2 -2
- package/es/schema-component/antd/gantt/components/task-item/milestone/milestone.js +2 -2
- package/es/schema-component/antd/gantt/types/bar-task.d.ts +2 -2
- package/es/schema-component/antd/gantt/types/date-setup.d.ts +1 -1
- package/es/schema-component/antd/gantt/types/gantt-task-actions.d.ts +3 -3
- package/es/schema-component/antd/gantt/types/public-types.d.ts +1 -1
- package/es/schema-component/antd/grid/Grid.js +23 -9
- package/es/schema-component/antd/icon-picker/IconPicker.js +1 -1
- package/es/schema-component/antd/input/EllipsisWithTooltip.js +21 -2
- package/es/schema-component/antd/menu/util.js +0 -1
- package/es/schema-component/antd/page/Page.js +10 -2
- package/es/schema-component/antd/pagination/index.js +8 -1
- package/es/schema-component/antd/record-picker/InputRecordPicker.js +3 -4
- package/es/schema-component/antd/record-picker/useFieldNames.js +1 -1
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.js +75 -13
- package/es/schema-component/antd/select/ReadPretty.js +5 -2
- package/es/schema-component/antd/select/Select.js +3 -9
- package/es/schema-component/antd/table/Table.Array.js +2 -2
- package/es/schema-component/antd/table-v2/FilterDynamicComponent.js +2 -138
- package/es/schema-component/antd/table-v2/Table.Column.Designer.js +6 -5
- package/es/schema-component/antd/table-v2/Table.js +2 -2
- package/es/schema-component/antd/upload/ReadPretty.js +2 -1
- package/es/schema-component/antd/variable/Input.js +11 -5
- package/es/schema-component/antd/variable/JSONInput.js +4 -4
- package/es/schema-component/antd/variable/TextArea.js +1 -1
- package/es/schema-component/antd/variable/Variable.js +3 -3
- package/es/schema-component/antd/variable/VariableSelect.js +8 -8
- package/es/schema-component/antd/variable/XButton.d.ts +1 -1
- package/es/schema-component/antd/variable/XButton.js +4 -4
- package/es/schema-component/common/utils/uitls.d.ts +9 -0
- package/es/schema-component/common/utils/uitls.js +37 -3
- package/es/schema-component/core/DesignableSwitch.js +5 -3
- package/es/schema-component/hooks/useComponent.js +2 -2
- package/es/schema-component/hooks/useDesignable.js +2 -2
- package/es/schema-component/hooks/useFieldTitle.js +4 -4
- package/es/schema-initializer/SchemaInitializer.js +2 -2
- package/es/schema-initializer/buttons/BulkEditFormItemInitializers.js +14 -7
- package/es/schema-initializer/items/DestroyActionInitializer.js +2 -2
- package/es/schema-initializer/items/FilterActionInitializer.js +2 -2
- package/es/schema-initializer/items/FormBlockInitializer.js +3 -3
- package/es/schema-initializer/items/G2PlotInitializer.js +1 -1
- package/es/schema-initializer/items/KanbanBlockInitializer.js +9 -9
- package/es/schema-initializer/items/MarkdownBlockInitializer.js +3 -3
- package/es/schema-initializer/items/PrintActionInitializer.js +2 -2
- package/es/schema-initializer/items/RecordAssociationBlockInitializer.js +5 -5
- package/es/schema-initializer/items/RecordAssociationCalendarBlockInitializer.js +9 -9
- package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.js +5 -5
- package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.js +4 -4
- package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.js +5 -5
- package/es/schema-initializer/items/RefreshActionInitializer.js +2 -2
- package/es/schema-initializer/items/SubmitActionInitializer.js +2 -2
- package/es/schema-initializer/items/TableActionColumnInitializer.js +2 -2
- package/es/schema-initializer/items/TableCollectionFieldInitializer.js +2 -2
- package/es/schema-initializer/items/TableSelectorInitializer.js +5 -5
- package/es/schema-initializer/items/UpdateActionInitializer.js +2 -2
- package/es/schema-initializer/items/UpdateSubmitActionInitializer.js +2 -2
- package/es/schema-initializer/items/ViewActionInitializer.js +2 -2
- package/es/schema-initializer/utils.js +17 -10
- package/es/schema-settings/DataTemplates/FormDataTemplates.js +28 -12
- package/es/schema-settings/DataTemplates/hooks/useCollectionState.js +2 -1
- package/es/schema-settings/LinkageRules/FilterDynamicComponent.d.ts +9 -2
- package/es/schema-settings/LinkageRules/ValueDynamicComponent.js +2 -1
- package/es/schema-settings/SchemaSettings.d.ts +4 -1
- package/es/schema-settings/SchemaSettings.js +32 -19
- package/es/schema-settings/VariableInput/VariableInput.d.ts +13 -0
- package/es/schema-settings/VariableInput/VariableInput.js +37 -0
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +4 -0
- package/es/schema-settings/VariableInput/hooks/useDateVariable.js +129 -0
- package/es/schema-settings/VariableInput/hooks/useUserVariable.d.ts +5 -0
- package/es/schema-settings/VariableInput/hooks/useUserVariable.js +68 -0
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +1 -0
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.js +18 -0
- package/es/user/VerificationCode.js +7 -8
- package/lib/acl/Configuration/FilterDynamicComponent.d.ts +2 -0
- package/lib/{schema-component/antd/table-v2/hooks/useUserVariable.js → acl/Configuration/FilterDynamicComponent.js} +32 -4
- package/lib/acl/Configuration/schemas/scopes.js +3 -0
- package/lib/application/Application.d.ts +1 -0
- package/lib/application/Application.js +12 -2
- package/lib/block-provider/FormFieldProvider.js +9 -1
- package/lib/block-provider/TableSelectorProvider.js +3 -2
- package/lib/block-provider/hooks/index.js +17 -12
- package/lib/board/CardAdder.js +1 -1
- package/lib/board/ColumnForm.js +4 -4
- package/lib/board/DefaultColumnHeader.d.ts +1 -1
- package/lib/board/DefaultColumnHeader.js +6 -6
- package/lib/collection-manager/CollectionField.js +16 -13
- package/lib/collection-manager/CollectionManagerProvider.js +10 -2
- package/lib/collection-manager/Configuration/AddCollectionAction.js +1 -1
- package/lib/collection-manager/Configuration/CollectionFields.d.ts +2 -0
- package/lib/collection-manager/Configuration/CollectionFields.js +468 -0
- package/lib/collection-manager/Configuration/CollectionFieldsTableArray.js +3 -3
- package/lib/collection-manager/Configuration/ConfigurationTable.js +4 -2
- package/lib/collection-manager/Configuration/ConfigurationTabs.js +5 -1
- package/lib/collection-manager/Configuration/EditCollectionAction.js +4 -4
- package/lib/collection-manager/Configuration/EditFieldAction.js +1 -1
- package/lib/collection-manager/Configuration/OverridingCollectionField.js +1 -1
- package/lib/collection-manager/Configuration/schemas/collectionFields.d.ts +2 -0
- package/lib/collection-manager/Configuration/schemas/collectionFields.js +2 -1
- package/lib/collection-manager/Configuration/schemas/collections.js +8 -5
- package/lib/collection-manager/action-hooks.d.ts +2 -1
- package/lib/collection-manager/action-hooks.js +13 -9
- package/lib/collection-manager/hooks/useCollectionManager.d.ts +1 -0
- package/lib/collection-manager/hooks/useCollectionManager.js +2 -0
- package/lib/collection-manager/interfaces/checkbox.js +7 -0
- package/lib/collection-manager/interfaces/checkboxGroup.js +7 -0
- package/lib/collection-manager/interfaces/components/index.js +1 -1
- package/lib/collection-manager/interfaces/createdBy.js +5 -1
- package/lib/collection-manager/interfaces/email.js +7 -0
- package/lib/collection-manager/interfaces/linkTo.js +6 -0
- package/lib/collection-manager/interfaces/m2m.js +6 -0
- package/lib/collection-manager/interfaces/m2o.js +6 -0
- package/lib/collection-manager/interfaces/multipleSelect.js +10 -0
- package/lib/collection-manager/interfaces/o2m.js +8 -1
- package/lib/collection-manager/interfaces/o2o.js +6 -0
- package/lib/collection-manager/interfaces/percent.js +10 -0
- package/lib/collection-manager/interfaces/select.js +10 -0
- package/lib/collection-manager/interfaces/updatedBy.js +5 -1
- package/lib/collection-manager/types.d.ts +1 -0
- package/lib/filter-provider/utils.d.ts +8 -3
- package/lib/filter-provider/utils.js +44 -28
- package/lib/locale/en_US.d.ts +7 -0
- package/lib/locale/en_US.js +8 -1
- package/lib/locale/ja_JP.d.ts +15 -0
- package/lib/locale/ja_JP.js +17 -2
- package/lib/locale/pt_BR.d.ts +16 -0
- package/lib/locale/pt_BR.js +18 -2
- package/lib/locale/ru_RU.d.ts +15 -0
- package/lib/locale/ru_RU.js +17 -2
- package/lib/locale/tr_TR.d.ts +16 -1
- package/lib/locale/tr_TR.js +18 -3
- package/lib/locale/zh_CN.d.ts +16 -0
- package/lib/locale/zh_CN.js +17 -1
- package/lib/pm/PluginManagerLink.js +4 -2
- package/lib/pm/index.js +1 -1
- package/lib/schema-component/antd/action/Action.js +1 -1
- package/lib/schema-component/antd/association-select/AssociationSelect.js +55 -34
- package/lib/schema-component/antd/association-select/useServiceOptions.js +3 -2
- package/lib/schema-component/antd/checkbox/Checkbox.js +4 -3
- package/lib/schema-component/antd/collection-select/CollectionSelect.d.ts +2 -2
- package/lib/schema-component/antd/error-fallback/ErrorFallback.d.ts +3 -0
- package/lib/schema-component/antd/error-fallback/ErrorFallback.js +55 -0
- package/lib/schema-component/antd/error-fallback/index.d.ts +1 -0
- package/lib/schema-component/antd/error-fallback/index.js +16 -0
- package/lib/schema-component/antd/filter/useFilterActionProps.d.ts +2 -0
- package/lib/schema-component/antd/filter/useFilterActionProps.js +130 -8
- package/lib/schema-component/antd/filter/useValues.js +6 -7
- package/lib/schema-component/antd/form-item/FormItem.d.ts +3 -0
- package/lib/schema-component/antd/form-item/FormItem.js +81 -15
- package/lib/schema-component/antd/form-item/SchemaSettingOptions.js +1 -2
- package/lib/schema-component/antd/form-v2/Templates.js +24 -18
- package/lib/schema-component/antd/gantt/components/calendar/top-part-of-calendar.d.ts +1 -1
- package/lib/schema-component/antd/gantt/components/calendar/top-part-of-calendar.js +2 -2
- package/lib/schema-component/antd/gantt/components/gantt/style.js +1 -1
- package/lib/schema-component/antd/gantt/components/grid/grid.d.ts +2 -2
- package/lib/schema-component/antd/gantt/components/grid/style.js +1 -1
- package/lib/schema-component/antd/gantt/components/other/arrow.d.ts +2 -2
- package/lib/schema-component/antd/gantt/components/other/arrow.js +2 -2
- package/lib/schema-component/antd/gantt/components/other/horizontal-scroll.d.ts +1 -1
- package/lib/schema-component/antd/gantt/components/other/style.js +1 -1
- package/lib/schema-component/antd/gantt/components/task-item/bar/bar-display.d.ts +1 -1
- package/lib/schema-component/antd/gantt/components/task-item/bar/bar-small.d.ts +2 -2
- package/lib/schema-component/antd/gantt/components/task-item/bar/bar-small.js +2 -2
- package/lib/schema-component/antd/gantt/components/task-item/bar/bar.d.ts +2 -2
- package/lib/schema-component/antd/gantt/components/task-item/bar/bar.js +4 -4
- package/lib/schema-component/antd/gantt/components/task-item/bar/style.js +2 -2
- package/lib/schema-component/antd/gantt/components/task-item/milestone/milestone.d.ts +2 -2
- package/lib/schema-component/antd/gantt/components/task-item/milestone/milestone.js +1 -1
- package/lib/schema-component/antd/gantt/types/bar-task.d.ts +2 -2
- package/lib/schema-component/antd/gantt/types/date-setup.d.ts +1 -1
- package/lib/schema-component/antd/gantt/types/gantt-task-actions.d.ts +3 -3
- package/lib/schema-component/antd/gantt/types/public-types.d.ts +1 -1
- package/lib/schema-component/antd/grid/Grid.js +23 -9
- package/lib/schema-component/antd/input/EllipsisWithTooltip.js +20 -1
- package/lib/schema-component/antd/menu/util.js +0 -1
- package/lib/schema-component/antd/page/Page.js +9 -1
- package/lib/schema-component/antd/pagination/index.js +8 -1
- package/lib/schema-component/antd/record-picker/InputRecordPicker.js +3 -4
- package/lib/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
- package/lib/schema-component/antd/remote-select/RemoteSelect.js +75 -12
- package/lib/schema-component/antd/select/ReadPretty.js +5 -2
- package/lib/schema-component/antd/select/Select.js +3 -9
- package/lib/schema-component/antd/table-v2/FilterDynamicComponent.js +3 -139
- package/lib/schema-component/antd/table-v2/Table.Column.Designer.js +6 -5
- package/lib/schema-component/antd/table-v2/Table.js +2 -2
- package/lib/schema-component/antd/upload/ReadPretty.js +2 -1
- package/lib/schema-component/antd/variable/Input.js +10 -4
- package/lib/schema-component/antd/variable/JSONInput.js +2 -2
- package/lib/schema-component/antd/variable/TextArea.js +1 -1
- package/lib/schema-component/antd/variable/VariableSelect.js +4 -4
- package/lib/schema-component/antd/variable/XButton.d.ts +1 -1
- package/lib/schema-component/antd/variable/XButton.js +1 -1
- package/lib/schema-component/common/utils/uitls.d.ts +9 -0
- package/lib/schema-component/common/utils/uitls.js +43 -4
- package/lib/schema-component/core/DesignableSwitch.js +4 -2
- package/lib/schema-component/hooks/useComponent.js +2 -2
- package/lib/schema-component/hooks/useDesignable.js +2 -2
- package/lib/schema-initializer/SchemaInitializer.js +2 -2
- package/lib/schema-initializer/buttons/BulkEditFormItemInitializers.js +14 -7
- package/lib/schema-initializer/utils.js +17 -10
- package/lib/schema-settings/DataTemplates/FormDataTemplates.js +28 -12
- package/lib/schema-settings/DataTemplates/hooks/useCollectionState.js +2 -1
- package/lib/schema-settings/LinkageRules/FilterDynamicComponent.d.ts +9 -2
- package/lib/schema-settings/LinkageRules/ValueDynamicComponent.js +2 -1
- package/lib/schema-settings/SchemaSettings.d.ts +4 -1
- package/lib/schema-settings/SchemaSettings.js +37 -21
- package/lib/schema-settings/VariableInput/VariableInput.d.ts +13 -0
- package/lib/schema-settings/VariableInput/VariableInput.js +47 -0
- package/lib/schema-settings/VariableInput/hooks/useDateVariable.d.ts +4 -0
- package/lib/schema-settings/VariableInput/hooks/useDateVariable.js +136 -0
- package/lib/schema-settings/VariableInput/hooks/useUserVariable.d.ts +5 -0
- package/lib/schema-settings/VariableInput/hooks/useUserVariable.js +75 -0
- package/lib/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +1 -0
- package/lib/schema-settings/VariableInput/hooks/useVariableOptions.js +25 -0
- package/lib/user/VerificationCode.js +1 -2
- package/package.json +6 -5
- package/es/schema-component/antd/table-v2/hooks/useUserVariable.d.ts +0 -10
- package/lib/schema-component/antd/table-v2/hooks/useUserVariable.d.ts +0 -10
package/lib/locale/pt_BR.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ declare const _default: {
|
|
|
173
173
|
"Optional fields": string;
|
|
174
174
|
"System fields": string;
|
|
175
175
|
"General fields": string;
|
|
176
|
+
"Inherited fields": string;
|
|
176
177
|
"Parent collection fields": string;
|
|
177
178
|
Basic: string;
|
|
178
179
|
"Single line text": string;
|
|
@@ -451,11 +452,13 @@ declare const _default: {
|
|
|
451
452
|
Dialog: string;
|
|
452
453
|
"Delete action": string;
|
|
453
454
|
"Custom column title": string;
|
|
455
|
+
'Column title': string;
|
|
454
456
|
"Original title: ": string;
|
|
455
457
|
"Delete table column": string;
|
|
456
458
|
"Skip required validation": string;
|
|
457
459
|
"Form values": string;
|
|
458
460
|
"Fields values": string;
|
|
461
|
+
'The field has bee deleted': string;
|
|
459
462
|
"When submitting the following fields, the saved values are": string;
|
|
460
463
|
"After successful submission": string;
|
|
461
464
|
Then: string;
|
|
@@ -644,7 +647,20 @@ declare const _default: {
|
|
|
644
647
|
"Column width": string;
|
|
645
648
|
Sortable: string;
|
|
646
649
|
"Enable link": string;
|
|
650
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
651
|
+
"Render Failed": string;
|
|
652
|
+
Feedback: string;
|
|
653
|
+
"Try again": string;
|
|
647
654
|
'Click or drag file to this area to upload': string;
|
|
648
655
|
'Support for a single or bulk upload, file size should not exceed': string;
|
|
656
|
+
'Default title for each record': string;
|
|
657
|
+
'If collection inherits, choose inherited collections as templates': string;
|
|
658
|
+
'Select an existing piece of data as the initialization data for the form': string;
|
|
659
|
+
'Only the selected fields will be used as the initialization data for the form': string;
|
|
660
|
+
'Template Data': string;
|
|
661
|
+
'Data fields': string;
|
|
662
|
+
'Add template': string;
|
|
663
|
+
'Display data template selector': string;
|
|
664
|
+
'Form data templates': string;
|
|
649
665
|
};
|
|
650
666
|
export default _default;
|
package/lib/locale/pt_BR.js
CHANGED
|
@@ -179,6 +179,7 @@ var _default = {
|
|
|
179
179
|
"Optional fields": "Campos opcionais",
|
|
180
180
|
"System fields": "Campos do sistema",
|
|
181
181
|
"General fields": "Campos gerais",
|
|
182
|
+
"Inherited fields": "Campos herdados",
|
|
182
183
|
"Parent collection fields": "Campos da coleção pai",
|
|
183
184
|
"Basic": "Básico",
|
|
184
185
|
"Single line text": "Texto de uma linha",
|
|
@@ -457,11 +458,13 @@ var _default = {
|
|
|
457
458
|
"Dialog": "Diálogo",
|
|
458
459
|
"Delete action": "Excluir ação",
|
|
459
460
|
"Custom column title": "Título da coluna personalizado",
|
|
461
|
+
'Column title': 'cabeçalho da coluna',
|
|
460
462
|
"Original title: ": "Título original: ",
|
|
461
463
|
"Delete table column": "Excluir coluna da tabela",
|
|
462
464
|
"Skip required validation": "Ignorar validação obrigatória",
|
|
463
465
|
"Form values": "Valores do formulário",
|
|
464
|
-
"Fields values": "
|
|
466
|
+
"Fields values": "campo removido",
|
|
467
|
+
'The field has bee deleted': 'O campo foi excluído',
|
|
465
468
|
"When submitting the following fields, the saved values are": "Ao enviar os seguintes campos, os valores salvos são",
|
|
466
469
|
"After successful submission": "Depois do envio bem-sucedido",
|
|
467
470
|
"Then": "Então",
|
|
@@ -650,7 +653,20 @@ var _default = {
|
|
|
650
653
|
"Column width": "Largura da coluna",
|
|
651
654
|
"Sortable": "Classificável",
|
|
652
655
|
"Enable link": "Habilitar link",
|
|
656
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Isso provavelmente é um bug interno do NocoBase. Por favor, abra um problema em <1>aqui</1>",
|
|
657
|
+
"Render Failed": "Falha na renderização",
|
|
658
|
+
"Feedback": "Feedback",
|
|
659
|
+
"Try again": "Tente novamente",
|
|
653
660
|
'Click or drag file to this area to upload': 'Clique ou arraste o arquivo para esta área para fazer o upload',
|
|
654
|
-
'Support for a single or bulk upload, file size should not exceed': 'Suporte para upload único ou em massa, o tamanho do arquivo não deve exceder'
|
|
661
|
+
'Support for a single or bulk upload, file size should not exceed': 'Suporte para upload único ou em massa, o tamanho do arquivo não deve exceder',
|
|
662
|
+
'Default title for each record': 'Título padrão para cada registro',
|
|
663
|
+
'If collection inherits, choose inherited collections as templates': 'Se a coleção herda, escolha as coleções herdadas como modelos',
|
|
664
|
+
'Select an existing piece of data as the initialization data for the form': 'Selecione um pedaço de dados existente como os dados de inicialização para o formulário',
|
|
665
|
+
'Only the selected fields will be used as the initialization data for the form': 'Somente os campos selecionados serão usados como dados de inicialização para o formulário',
|
|
666
|
+
'Template Data': 'Dados do modelo',
|
|
667
|
+
'Data fields': 'Campos de dados',
|
|
668
|
+
'Add template': 'Adicionar modelo',
|
|
669
|
+
'Display data template selector': 'Exibir seletor de modelo de dados',
|
|
670
|
+
'Form data templates': 'Modelos de dados do formulário'
|
|
655
671
|
};
|
|
656
672
|
exports.default = _default;
|
package/lib/locale/ru_RU.d.ts
CHANGED
|
@@ -357,11 +357,13 @@ declare const _default: {
|
|
|
357
357
|
Dialog: string;
|
|
358
358
|
"Delete action": string;
|
|
359
359
|
"Custom column title": string;
|
|
360
|
+
'Column title': string;
|
|
360
361
|
"Original title: ": string;
|
|
361
362
|
"Delete table column": string;
|
|
362
363
|
"Skip required validation": string;
|
|
363
364
|
"Form values": string;
|
|
364
365
|
"Fields values": string;
|
|
366
|
+
'The field has bee deleted': string;
|
|
365
367
|
"When submitting the following fields, the saved values are": string;
|
|
366
368
|
"After successful submission": string;
|
|
367
369
|
Then: string;
|
|
@@ -499,7 +501,20 @@ declare const _default: {
|
|
|
499
501
|
'Single select and radio fields can be used as the grouping field': string;
|
|
500
502
|
'Sign up successfully, and automatically jump to the sign in page': string;
|
|
501
503
|
"Search and select collection": string;
|
|
504
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
505
|
+
"Render Failed": string;
|
|
506
|
+
Feedback: string;
|
|
507
|
+
"Try again": string;
|
|
502
508
|
'Click or drag file to this area to upload': string;
|
|
503
509
|
'Support for a single or bulk upload, file size should not exceed': string;
|
|
510
|
+
'Default title for each record': string;
|
|
511
|
+
'If collection inherits, choose inherited collections as templates': string;
|
|
512
|
+
'Select an existing piece of data as the initialization data for the form': string;
|
|
513
|
+
'Only the selected fields will be used as the initialization data for the form': string;
|
|
514
|
+
'Template Data': string;
|
|
515
|
+
'Data fields': string;
|
|
516
|
+
'Add template': string;
|
|
517
|
+
'Display data template selector': string;
|
|
518
|
+
'Form data templates': string;
|
|
504
519
|
};
|
|
505
520
|
export default _default;
|
package/lib/locale/ru_RU.js
CHANGED
|
@@ -363,11 +363,13 @@ var _default = {
|
|
|
363
363
|
"Dialog": "Диалог",
|
|
364
364
|
"Delete action": "Удалить действие",
|
|
365
365
|
"Custom column title": "Пользовательский заголовок колонки",
|
|
366
|
+
'Column title': 'заголовок столбца',
|
|
366
367
|
"Original title: ": "Заголовок по умолчанию: ",
|
|
367
368
|
"Delete table column": "Удалить колонку таблицы",
|
|
368
369
|
"Skip required validation": "Пропустить обязатеьную проверку",
|
|
369
370
|
"Form values": "Значения формы",
|
|
370
371
|
"Fields values": "Значения полей",
|
|
372
|
+
'The field has bee deleted': 'Поле было удалено',
|
|
371
373
|
"When submitting the following fields, the saved values are": "При отправке следующих полей, сохраненные значения такие",
|
|
372
374
|
"After successful submission": "После удачной отправки",
|
|
373
375
|
"Then": "Затем",
|
|
@@ -504,8 +506,21 @@ var _default = {
|
|
|
504
506
|
"Print": "Печать",
|
|
505
507
|
'Single select and radio fields can be used as the grouping field': 'Одиночное поле выбора и радиополя могут использоваться в качестве поля группировки',
|
|
506
508
|
'Sign up successfully, and automatically jump to the sign in page': 'Зарегистрируйтесь успешно и автоматически перейдете на страницу входа',
|
|
507
|
-
"Search and select collection": "
|
|
509
|
+
"Search and select collection": "Поиск и выбор коллекции",
|
|
510
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Это, вероятно, ошибка внутреннего устройства NocoBase. Пожалуйста, откройте проблему <1>здесь</1>",
|
|
511
|
+
"Render Failed": "Ошибка рендеринга",
|
|
512
|
+
"Feedback": "Обратная связь",
|
|
513
|
+
"Try again": "Попробуйте еще раз",
|
|
508
514
|
'Click or drag file to this area to upload': "Нажмите или перетащите файл в эту область, чтобы загрузить",
|
|
509
|
-
'Support for a single or bulk upload, file size should not exceed': "Поддержка одиночной или массовой загрузки, размер файла не должен превышать"
|
|
515
|
+
'Support for a single or bulk upload, file size should not exceed': "Поддержка одиночной или массовой загрузки, размер файла не должен превышать",
|
|
516
|
+
'Default title for each record': "Заголовок по умолчанию для каждой записи",
|
|
517
|
+
'If collection inherits, choose inherited collections as templates': "Если коллекция наследуется, выберите наследуемые коллекции в качестве шаблонов",
|
|
518
|
+
'Select an existing piece of data as the initialization data for the form': "Выберите существующие данные в качестве исходных данных для формы",
|
|
519
|
+
'Only the selected fields will be used as the initialization data for the form': "Только выбранные поля будут использоваться в качестве исходных данных для формы",
|
|
520
|
+
'Template Data': "Шаблон данных",
|
|
521
|
+
'Data fields': "Поля данных",
|
|
522
|
+
'Add template': "Добавить шаблон",
|
|
523
|
+
'Display data template selector': "Отображать селектор шаблона данных",
|
|
524
|
+
'Form data templates': "Шаблоны данных формы"
|
|
510
525
|
};
|
|
511
526
|
exports.default = _default;
|
package/lib/locale/tr_TR.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ declare const _default: {
|
|
|
174
174
|
"Field display name": string;
|
|
175
175
|
"Field type": string;
|
|
176
176
|
"Field interface": string;
|
|
177
|
+
"Title field": string;
|
|
177
178
|
"Date format": string;
|
|
178
179
|
"Year/Month/Day": string;
|
|
179
180
|
"Year-Month-Day": string;
|
|
@@ -273,7 +274,6 @@ declare const _default: {
|
|
|
273
274
|
"Allow linking to multiple records": string;
|
|
274
275
|
"Allow uploading multiple files": string;
|
|
275
276
|
"Configure calendar": string;
|
|
276
|
-
"Title field": string;
|
|
277
277
|
"Start date field": string;
|
|
278
278
|
"End date field": string;
|
|
279
279
|
Navigate: string;
|
|
@@ -356,11 +356,13 @@ declare const _default: {
|
|
|
356
356
|
Dialog: string;
|
|
357
357
|
"Delete action": string;
|
|
358
358
|
"Custom column title": string;
|
|
359
|
+
'Column title': string;
|
|
359
360
|
"Original title: ": string;
|
|
360
361
|
"Delete table column": string;
|
|
361
362
|
"Skip required validation": string;
|
|
362
363
|
"Form values": string;
|
|
363
364
|
"Fields values": string;
|
|
365
|
+
'The field has bee deleted': string;
|
|
364
366
|
"When submitting the following fields, the saved values are": string;
|
|
365
367
|
"After successful submission": string;
|
|
366
368
|
Then: string;
|
|
@@ -498,7 +500,20 @@ declare const _default: {
|
|
|
498
500
|
'Single select and radio fields can be used as the grouping field': string;
|
|
499
501
|
'Sign up successfully, and automatically jump to the sign in page': string;
|
|
500
502
|
"Search and select collection": string;
|
|
503
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
504
|
+
"Render Failed": string;
|
|
505
|
+
Feedback: string;
|
|
506
|
+
"Try again": string;
|
|
501
507
|
'Click or drag file to this area to upload': string;
|
|
502
508
|
'Support for a single or bulk upload, file size should not exceed': string;
|
|
509
|
+
'Default title for each record': string;
|
|
510
|
+
'If collection inherits, choose inherited collections as templates': string;
|
|
511
|
+
'Select an existing piece of data as the initialization data for the form': string;
|
|
512
|
+
'Only the selected fields will be used as the initialization data for the form': string;
|
|
513
|
+
'Template Data': string;
|
|
514
|
+
'Data fields': string;
|
|
515
|
+
'Add template': string;
|
|
516
|
+
'Display data template selector': string;
|
|
517
|
+
'Form data templates': string;
|
|
503
518
|
};
|
|
504
519
|
export default _default;
|
package/lib/locale/tr_TR.js
CHANGED
|
@@ -180,6 +180,7 @@ var _default = {
|
|
|
180
180
|
"Field display name": "Alan görünen adı",
|
|
181
181
|
"Field type": "Alan türü",
|
|
182
182
|
"Field interface": "Alan arayüzü",
|
|
183
|
+
"Title field": "Başlık alanı",
|
|
183
184
|
"Date format": "Tarih formatı",
|
|
184
185
|
"Year/Month/Day": "Yıl/Ay/Gün",
|
|
185
186
|
"Year-Month-Day": "Yıl-Ay-Gün",
|
|
@@ -279,7 +280,6 @@ var _default = {
|
|
|
279
280
|
"Allow linking to multiple records": "Birden çok kayda bağlanmaya izin ver",
|
|
280
281
|
"Allow uploading multiple files": "Birden çok dosya yüklemeye izin ver",
|
|
281
282
|
"Configure calendar": "Takvimi yapılandır",
|
|
282
|
-
"Title field": "Başlık alanı",
|
|
283
283
|
"Start date field": "Başlangıç tarihi alanı",
|
|
284
284
|
"End date field": "Bitiş tarihi alanı",
|
|
285
285
|
"Navigate": "Navigate",
|
|
@@ -362,11 +362,13 @@ var _default = {
|
|
|
362
362
|
"Dialog": "Pencere",
|
|
363
363
|
"Delete action": "İşlemi sil",
|
|
364
364
|
"Custom column title": "Özel sütun başlığı",
|
|
365
|
+
'Column title': 'Sütun başlığı',
|
|
365
366
|
"Original title: ": "Orjinal başlık: ",
|
|
366
367
|
"Delete table column": "Tablo sütununu sil",
|
|
367
368
|
"Skip required validation": "Zorunlu alan kontrollerini atla",
|
|
368
369
|
"Form values": "Form değerleri",
|
|
369
370
|
"Fields values": "Alanların değerleri",
|
|
371
|
+
'The field has bee deleted': 'Alan silindi',
|
|
370
372
|
"When submitting the following fields, the saved values are": "Aşağıdaki alanlar gönderilirken kaydedilen değerler",
|
|
371
373
|
"After successful submission": "Başarılı gönderimden sonra",
|
|
372
374
|
"Then": "Then",
|
|
@@ -503,8 +505,21 @@ var _default = {
|
|
|
503
505
|
"Print": "Yazdır",
|
|
504
506
|
'Single select and radio fields can be used as the grouping field': 'Gruplama alanı olarak tek seçim ve radyo alanları kullanılabilir',
|
|
505
507
|
'Sign up successfully, and automatically jump to the sign in page': 'Başarılı bir şekilde kaydolun ve otomatik olarak oturum açma sayfasına geçin',
|
|
506
|
-
"Search and select collection": "
|
|
508
|
+
"Search and select collection": "Koleksiyon ara ve seç",
|
|
509
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Bu, NocoBase iç işlevleri hatası olabilir. Lütfen <1>burada</1> bir sorun açın",
|
|
510
|
+
"Render Failed": "Oluşturma başarısız",
|
|
511
|
+
"Feedback": "Geri bildirim",
|
|
512
|
+
"Try again": "Tekrar dene",
|
|
507
513
|
'Click or drag file to this area to upload': "Dosyayı yüklemek için buraya tıklayın veya sürükleyin",
|
|
508
|
-
'Support for a single or bulk upload, file size should not exceed': "Tek veya toplu yükleme destekler, dosya boyutu aşmamalıdır"
|
|
514
|
+
'Support for a single or bulk upload, file size should not exceed': "Tek veya toplu yükleme destekler, dosya boyutu aşmamalıdır",
|
|
515
|
+
'Default title for each record': "Her kayıt için varsayılan başlık",
|
|
516
|
+
'If collection inherits, choose inherited collections as templates': "Koleksiyon miras alırsa, kalıtılan koleksiyonları şablon olarak seçin",
|
|
517
|
+
'Select an existing piece of data as the initialization data for the form': 'Formun başlangıç verileri olarak mevcut bir veri parçasını seçin',
|
|
518
|
+
'Only the selected fields will be used as the initialization data for the form': 'Yalnızca seçilen alanlar, formun başlangıç verileri olarak kullanılacaktır',
|
|
519
|
+
'Template Data': 'Şablon Verisi',
|
|
520
|
+
'Data fields': 'Veri alanları',
|
|
521
|
+
'Add template': 'Şablon ekle',
|
|
522
|
+
'Display data template selector': 'Veri şablonu seçicisini görüntüle',
|
|
523
|
+
'Form data templates': 'Form veri şablonları'
|
|
509
524
|
};
|
|
510
525
|
exports.default = _default;
|
package/lib/locale/zh_CN.d.ts
CHANGED
|
@@ -224,6 +224,7 @@ declare const _default: {
|
|
|
224
224
|
"Optional fields": string;
|
|
225
225
|
"System fields": string;
|
|
226
226
|
"General fields": string;
|
|
227
|
+
"Inherited fields": string;
|
|
227
228
|
"Parent collection fields": string;
|
|
228
229
|
Basic: string;
|
|
229
230
|
"Single line text": string;
|
|
@@ -509,11 +510,13 @@ declare const _default: {
|
|
|
509
510
|
Dialog: string;
|
|
510
511
|
'Delete action': string;
|
|
511
512
|
'Custom column title': string;
|
|
513
|
+
'Column title': string;
|
|
512
514
|
'Original title: ': string;
|
|
513
515
|
'Delete table column': string;
|
|
514
516
|
'Skip required validation': string;
|
|
515
517
|
'Form values': string;
|
|
516
518
|
'Fields values': string;
|
|
519
|
+
'The field has bee deleted': string;
|
|
517
520
|
'When submitting the following fields, the saved values are': string;
|
|
518
521
|
'After successful submission': string;
|
|
519
522
|
Then: string;
|
|
@@ -708,7 +711,20 @@ declare const _default: {
|
|
|
708
711
|
Theme: string;
|
|
709
712
|
'Default theme': string;
|
|
710
713
|
'Compact theme': string;
|
|
714
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
715
|
+
"Render Failed": string;
|
|
716
|
+
Feedback: string;
|
|
717
|
+
"Try again": string;
|
|
711
718
|
'Click or drag file to this area to upload': string;
|
|
712
719
|
'Support for a single or bulk upload, file size should not exceed': string;
|
|
720
|
+
'Default title for each record': string;
|
|
721
|
+
'If collection inherits, choose inherited collections as templates': string;
|
|
722
|
+
'Select an existing piece of data as the initialization data for the form': string;
|
|
723
|
+
'Only the selected fields will be used as the initialization data for the form': string;
|
|
724
|
+
'Template Data': string;
|
|
725
|
+
'Data fields': string;
|
|
726
|
+
'Add template': string;
|
|
727
|
+
'Display data template selector': string;
|
|
728
|
+
'Form data templates': string;
|
|
713
729
|
};
|
|
714
730
|
export default _default;
|
package/lib/locale/zh_CN.js
CHANGED
|
@@ -230,6 +230,7 @@ var _default = {
|
|
|
230
230
|
"Optional fields": "可选字段",
|
|
231
231
|
"System fields": "系统字段",
|
|
232
232
|
"General fields": "普通字段",
|
|
233
|
+
"Inherited fields": "继承字段",
|
|
233
234
|
"Parent collection fields": "父表字段",
|
|
234
235
|
"Basic": "基本类型",
|
|
235
236
|
"Single line text": "单行文本",
|
|
@@ -515,11 +516,13 @@ var _default = {
|
|
|
515
516
|
'Dialog': '对话框',
|
|
516
517
|
'Delete action': '删除操作',
|
|
517
518
|
'Custom column title': '自定义列标题',
|
|
519
|
+
'Column title': '列标题',
|
|
518
520
|
'Original title: ': '原始标题: ',
|
|
519
521
|
'Delete table column': '删除列',
|
|
520
522
|
'Skip required validation': '跳过必填校验',
|
|
521
523
|
'Form values': '表单值',
|
|
522
524
|
'Fields values': '字段值',
|
|
525
|
+
'The field has bee deleted': '字段已删除',
|
|
523
526
|
'When submitting the following fields, the saved values are': '提交以下字段时,保存的值为',
|
|
524
527
|
'After successful submission': '提交成功后',
|
|
525
528
|
'Then': '然后',
|
|
@@ -715,7 +718,20 @@ var _default = {
|
|
|
715
718
|
'Theme': '主题',
|
|
716
719
|
'Default theme': '默认主题',
|
|
717
720
|
'Compact theme': '紧凑主题',
|
|
721
|
+
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "这可能是 NocoBase 内部的问题,你可以在<1>这里</1>将该错误反馈给我们,我们会尽快修复",
|
|
722
|
+
"Render Failed": "渲染失败",
|
|
723
|
+
"Feedback": "反馈问题",
|
|
724
|
+
"Try again": "重试一下",
|
|
718
725
|
'Click or drag file to this area to upload': '点击或拖拽文件到此区域上传',
|
|
719
|
-
'Support for a single or bulk upload, file size should not exceed': '支持单个或批量上传,文件大小不能超过'
|
|
726
|
+
'Support for a single or bulk upload, file size should not exceed': '支持单个或批量上传,文件大小不能超过',
|
|
727
|
+
'Default title for each record': '用作数据的默认标题',
|
|
728
|
+
'If collection inherits, choose inherited collections as templates': '当前表有继承关系时,可选择继承链路上的表作为模板来源',
|
|
729
|
+
'Select an existing piece of data as the initialization data for the form': '选择一条已有的数据作为表单的初始化数据',
|
|
730
|
+
'Only the selected fields will be used as the initialization data for the form': '仅选择的字段才会作为表单的初始化数据',
|
|
731
|
+
'Template Data': '模板数据',
|
|
732
|
+
'Data fields': '数据字段',
|
|
733
|
+
'Add template': '添加模板',
|
|
734
|
+
'Display data template selector': '显示数据模板选择框',
|
|
735
|
+
'Form data templates': '表单数据模板'
|
|
720
736
|
};
|
|
721
737
|
exports.default = _default;
|
|
@@ -30,13 +30,15 @@ var PluginManagerLink = function PluginManagerLink() {
|
|
|
30
30
|
var _useTranslation = (0, _reactI18next.useTranslation)(),
|
|
31
31
|
t = _useTranslation.t;
|
|
32
32
|
var history = (0, _reactRouterDom.useHistory)();
|
|
33
|
-
return /*#__PURE__*/_react.default.createElement(_antd.
|
|
33
|
+
return /*#__PURE__*/_react.default.createElement(_antd.Tooltip, {
|
|
34
|
+
title: t('Plugin manager')
|
|
35
|
+
}, /*#__PURE__*/_react.default.createElement(_antd.Button, {
|
|
34
36
|
icon: /*#__PURE__*/_react.default.createElement(_icons.ApiOutlined, null),
|
|
35
37
|
title: t('Plugin manager'),
|
|
36
38
|
onClick: function onClick() {
|
|
37
39
|
history.push('/admin/pm/list');
|
|
38
40
|
}
|
|
39
|
-
});
|
|
41
|
+
}));
|
|
40
42
|
};
|
|
41
43
|
exports.PluginManagerLink = PluginManagerLink;
|
|
42
44
|
var getBookmarkTabs = function getBookmarkTabs(data) {
|
package/lib/pm/index.js
CHANGED
|
@@ -167,7 +167,7 @@ var PluginTable = function PluginTable(props) {
|
|
|
167
167
|
case 0:
|
|
168
168
|
checked = !data.enabled;
|
|
169
169
|
_antd.Modal.warn({
|
|
170
|
-
title: checked ? t('Plugin
|
|
170
|
+
title: checked ? t('Plugin starting') : t('Plugin stopping'),
|
|
171
171
|
content: t('The application is reloading, please do not close the page.'),
|
|
172
172
|
okButtonProps: {
|
|
173
173
|
style: {
|
|
@@ -80,7 +80,7 @@ var Action = (0, _react.observer)(function (props) {
|
|
|
80
80
|
var values = (0, _recordProvider.useRecord)();
|
|
81
81
|
var designerProps = fieldSchema['x-designer-props'];
|
|
82
82
|
var openMode = fieldSchema === null || fieldSchema === void 0 ? void 0 : (_fieldSchema$xCompon = fieldSchema['x-component-props']) === null || _fieldSchema$xCompon === void 0 ? void 0 : _fieldSchema$xCompon['openMode'];
|
|
83
|
-
var disabled = form.disabled || field.disabled;
|
|
83
|
+
var disabled = form.disabled || field.disabled || props.disabled;
|
|
84
84
|
var openSize = fieldSchema === null || fieldSchema === void 0 ? void 0 : (_fieldSchema$xCompon2 = fieldSchema['x-component-props']) === null || _fieldSchema$xCompon2 === void 0 ? void 0 : _fieldSchema$xCompon2['openSize'];
|
|
85
85
|
var linkageRules = (fieldSchema === null || fieldSchema === void 0 ? void 0 : fieldSchema['x-linkage-rules']) || [];
|
|
86
86
|
var _useDesignable = (0, _2.useDesignable)(),
|