@mijalowcode/materials 1.0.4 → 1.0.6

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/index.js CHANGED
@@ -477,6 +477,7 @@ function ProTableWrapper({
477
477
  showHeader,
478
478
  search: searchConfig,
479
479
  options: false,
480
+ dateFormatter: "string",
480
481
  toolBarRender: toolbarNodes ? () => toolbarNodes : void 0,
481
482
  pagination: paginationConfig,
482
483
  onRow: (record) => ({
@@ -1239,6 +1240,8 @@ var ButtonMeta = {
1239
1240
  name: "disabled",
1240
1241
  label: "\u7981\u7528",
1241
1242
  type: PropType.BOOLEAN,
1243
+ bindable: true,
1244
+ bindSources: ["state", "record"],
1242
1245
  defaultValue: false,
1243
1246
  group: "\u5176\u4ED6"
1244
1247
  },