@gooddata/sdk-ui-catalog 11.16.0-alpha.6 → 11.17.0-alpha.0

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.
@@ -11,7 +11,7 @@ export interface IUseCatalogItemUpdate {
11
11
  }
12
12
  export declare function useCatalogItemUpdate({ currentUser, objectId, objectType, objectDefinition, onUpdate, onError, }: IUseCatalogItemUpdate): {
13
13
  item: ICatalogItem | null | undefined;
14
- status: "loading" | "success" | "error" | "pending";
14
+ status: "error" | "loading" | "pending" | "success";
15
15
  error: Error | undefined;
16
16
  updateItemTitle: (title: string) => void;
17
17
  updateItemDescription: (description: string) => void;
@@ -6,5 +6,5 @@ export declare function getMetricsQuery({ backend, workspace, search, origin, id
6
6
  export declare function getAttributesQuery({ backend, workspace, search, origin, id, excludeId, tags, excludeTags, isHidden, pageSize, }: ICatalogItemQueryOptions): import("@gooddata/sdk-backend-spi").IAttributesQuery;
7
7
  export declare function getFactsQuery({ backend, workspace, search, origin, id, excludeId, tags, excludeTags, isHidden, pageSize, }: ICatalogItemQueryOptions): import("@gooddata/sdk-backend-spi").IFactsQuery;
8
8
  export declare function getDateDatasetsQuery({ backend, workspace, search, origin, id, excludeId, tags, excludeTags, isHidden, pageSize, }: ICatalogItemQueryOptions): import("@gooddata/sdk-backend-spi").IDatasetsQuery;
9
- export declare function updateCatalogItem(backend: IAnalyticalBackend, workspace: string, item: Partial<ICatalogItem> & ICatalogItemRef): Promise<import("@gooddata/sdk-model").IDashboard<import("@gooddata/sdk-model").IDashboardWidget>> | Promise<import("@gooddata/sdk-model").IMeasureMetadataObject> | Promise<import("@gooddata/sdk-model").IInsight> | Promise<import("@gooddata/sdk-model").IAttributeMetadataObject> | Promise<import("@gooddata/sdk-model").IFactMetadataObject> | Promise<import("@gooddata/sdk-model").IDataSetMetadataObject>;
9
+ export declare function updateCatalogItem(backend: IAnalyticalBackend, workspace: string, item: Partial<ICatalogItem> & ICatalogItemRef): Promise<import("@gooddata/sdk-model").IAttributeMetadataObject> | Promise<import("@gooddata/sdk-model").IDashboard<import("@gooddata/sdk-model").IDashboardWidget>> | Promise<import("@gooddata/sdk-model").IFactMetadataObject> | Promise<import("@gooddata/sdk-model").IInsight> | Promise<import("@gooddata/sdk-model").IDataSetMetadataObject> | Promise<import("@gooddata/sdk-model").IMeasureMetadataObject>;
10
10
  //# sourceMappingURL=query.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-catalog",
3
- "version": "11.16.0-alpha.6",
3
+ "version": "11.17.0-alpha.0",
4
4
  "description": "GoodData SDK - Analytics Catalog",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  "lodash-es": "^4.17.21",
35
35
  "react-intl": "7.1.11",
36
36
  "tslib": "2.8.1",
37
- "@gooddata/sdk-backend-spi": "11.16.0-alpha.6",
38
- "@gooddata/sdk-ui": "11.16.0-alpha.6",
39
- "@gooddata/sdk-model": "11.16.0-alpha.6",
40
- "@gooddata/sdk-ui-kit": "11.16.0-alpha.6",
41
- "@gooddata/sdk-ui-semantic-search": "11.16.0-alpha.6",
42
- "@gooddata/sdk-ui-theme-provider": "11.16.0-alpha.6",
43
- "@gooddata/util": "11.16.0-alpha.6"
37
+ "@gooddata/sdk-backend-spi": "11.17.0-alpha.0",
38
+ "@gooddata/sdk-ui": "11.17.0-alpha.0",
39
+ "@gooddata/sdk-ui-kit": "11.17.0-alpha.0",
40
+ "@gooddata/sdk-model": "11.17.0-alpha.0",
41
+ "@gooddata/sdk-ui-semantic-search": "11.17.0-alpha.0",
42
+ "@gooddata/sdk-ui-theme-provider": "11.17.0-alpha.0",
43
+ "@gooddata/util": "11.17.0-alpha.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-documenter": "^7.17.0",
@@ -80,9 +80,9 @@
80
80
  "typescript": "5.9.3",
81
81
  "vitest": "4.0.8",
82
82
  "vitest-dom": "0.1.1",
83
- "@gooddata/eslint-config": "11.16.0-alpha.6",
84
- "@gooddata/i18n-toolkit": "11.16.0-alpha.6",
85
- "@gooddata/sdk-backend-mockingbird": "11.16.0-alpha.6"
83
+ "@gooddata/i18n-toolkit": "11.17.0-alpha.0",
84
+ "@gooddata/sdk-backend-mockingbird": "11.17.0-alpha.0",
85
+ "@gooddata/eslint-config": "11.17.0-alpha.0"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "react": "^18.0.0 || ^19.0.0",