@buildpad/mcp 0.1.8 → 0.1.10

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
@@ -5365,6 +5365,10 @@ function loadRegistry() {
5365
5365
  "source": "utils/src/interface-registry.ts",
5366
5366
  "target": "lib/buildpad/interface-registry.ts"
5367
5367
  },
5368
+ {
5369
+ "source": "utils/src/is-new-item.ts",
5370
+ "target": "lib/buildpad/is-new-item.ts"
5371
+ },
5368
5372
  {
5369
5373
  "source": "cli/templates/lib/utils-index.ts",
5370
5374
  "target": "lib/buildpad/utils/index.ts"
@@ -5406,7 +5410,7 @@ function loadRegistry() {
5406
5410
  },
5407
5411
  "services": {
5408
5412
  "name": "services",
5409
- "description": "Service classes for fields, collections, permissions, and DaaS API config",
5413
+ "description": "Service classes for fields, collections, items, permissions, and DaaS API config",
5410
5414
  "files": [
5411
5415
  {
5412
5416
  "source": "services/src/api-request.ts",
@@ -5420,6 +5424,10 @@ function loadRegistry() {
5420
5424
  "source": "services/src/collections.ts",
5421
5425
  "target": "lib/buildpad/services/collections.ts"
5422
5426
  },
5427
+ {
5428
+ "source": "services/src/items.ts",
5429
+ "target": "lib/buildpad/services/items.ts"
5430
+ },
5423
5431
  {
5424
5432
  "source": "services/src/permissions.ts",
5425
5433
  "target": "lib/buildpad/services/permissions.ts"
@@ -6936,6 +6944,14 @@ function loadRegistry() {
6936
6944
  "source": "ui-form/src/components/FormGroupField.tsx",
6937
6945
  "target": "components/ui/vform/components/FormGroupField.tsx"
6938
6946
  },
6947
+ {
6948
+ "source": "ui-form/src/components/InterfaceErrorBoundary.tsx",
6949
+ "target": "components/ui/vform/components/InterfaceErrorBoundary.tsx"
6950
+ },
6951
+ {
6952
+ "source": "ui-form/src/components/ValidationErrors.tsx",
6953
+ "target": "components/ui/vform/components/ValidationErrors.tsx"
6954
+ },
6939
6955
  {
6940
6956
  "source": "ui-form/src/components/index.ts",
6941
6957
  "target": "components/ui/vform/components/index.ts"
@@ -6952,6 +6968,22 @@ function loadRegistry() {
6952
6968
  "source": "ui-form/src/utils/update-field-widths.ts",
6953
6969
  "target": "components/ui/vform/utils/update-field-widths.ts"
6954
6970
  },
6971
+ {
6972
+ "source": "ui-form/src/utils/apply-conditions.ts",
6973
+ "target": "components/ui/vform/utils/apply-conditions.ts"
6974
+ },
6975
+ {
6976
+ "source": "ui-form/src/utils/push-group-options-down.ts",
6977
+ "target": "components/ui/vform/utils/push-group-options-down.ts"
6978
+ },
6979
+ {
6980
+ "source": "ui-form/src/utils/set-primary-key-readonly.ts",
6981
+ "target": "components/ui/vform/utils/set-primary-key-readonly.ts"
6982
+ },
6983
+ {
6984
+ "source": "ui-form/src/utils/update-system-divider.ts",
6985
+ "target": "components/ui/vform/utils/update-system-divider.ts"
6986
+ },
6955
6987
  {
6956
6988
  "source": "ui-form/src/utils/index.ts",
6957
6989
  "target": "components/ui/vform/utils/index.ts"
@@ -7030,7 +7062,8 @@ function loadRegistry() {
7030
7062
  "services"
7031
7063
  ],
7032
7064
  "registryDependencies": [
7033
- "vform"
7065
+ "vform",
7066
+ "save-options"
7034
7067
  ]
7035
7068
  },
7036
7069
  {
@@ -7081,7 +7114,7 @@ function loadRegistry() {
7081
7114
  {
7082
7115
  "name": "collection-list",
7083
7116
  "title": "CollectionList",
7084
- "description": "Data-connected collection table composing VTable with pagination, search, sorting, column resize/reorder, header context menus, field add/remove, and bulk actions",
7117
+ "description": "Data-connected collection table with pagination, search, sorting, column resize/reorder, header context menus, field add/remove, filtering, and bulk delete",
7085
7118
  "category": "collection",
7086
7119
  "files": [
7087
7120
  {
@@ -7098,7 +7131,8 @@ function loadRegistry() {
7098
7131
  "services"
7099
7132
  ],
7100
7133
  "registryDependencies": [
7101
- "vtable"
7134
+ "vtable",
7135
+ "filter-panel"
7102
7136
  ]
7103
7137
  },
7104
7138
  {