@databricks/appkit-ui 0.27.1 → 0.29.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.
- package/CLAUDE.md +1 -0
- package/dist/cli/commands/plugin/create/create.js +18 -0
- package/dist/cli/commands/plugin/create/create.js.map +1 -1
- package/dist/cli/commands/plugin/create/scaffold.js +1 -0
- package/dist/cli/commands/plugin/create/scaffold.js.map +1 -1
- package/dist/cli/commands/plugin/index.js +5 -2
- package/dist/cli/commands/plugin/index.js.map +1 -1
- package/dist/cli/commands/plugin/list/list.js +6 -0
- package/dist/cli/commands/plugin/list/list.js.map +1 -1
- package/dist/cli/commands/plugin/promote/promote.js +314 -0
- package/dist/cli/commands/plugin/promote/promote.js.map +1 -0
- package/dist/cli/commands/plugin/sync/sync.js +24 -4
- package/dist/cli/commands/plugin/sync/sync.js.map +1 -1
- package/dist/js/beta.d.ts +1 -0
- package/dist/js/beta.js +0 -0
- package/dist/react/beta.d.ts +1 -0
- package/dist/react/beta.js +0 -0
- package/dist/schemas/plugin-manifest.generated.d.ts +4 -0
- package/dist/schemas/plugin-manifest.generated.d.ts.map +1 -1
- package/dist/schemas/plugin-manifest.schema.json +6 -0
- package/dist/schemas/template-plugins.schema.json +7 -1
- package/dist/shared/src/agent.d.ts +1 -0
- package/dist/shared/src/index.d.ts +1 -0
- package/dist/shared/src/plugin.d.ts +1 -1
- package/docs/api/appkit/Interface.PluginManifest.md +19 -1
- package/docs/plugins/custom-plugins.md +1 -1
- package/docs/plugins/execution-context.md +13 -1
- package/docs/plugins/stability.md +156 -0
- package/llms.txt +1 -0
- package/package.json +3 -1
- package/sbom.cdx.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
File without changes
|
|
@@ -104,6 +104,10 @@ interface PluginManifest {
|
|
|
104
104
|
* When true, this plugin is excluded from the template plugins manifest (appkit.plugins.json) during sync.
|
|
105
105
|
*/
|
|
106
106
|
hidden?: boolean;
|
|
107
|
+
/**
|
|
108
|
+
* Plugin stability level. Beta plugins may have breaking API changes between minor releases but are on a path to GA. GA (general availability) plugins follow semver strictly.
|
|
109
|
+
*/
|
|
110
|
+
stability?: "beta" | "ga";
|
|
107
111
|
}
|
|
108
112
|
/**
|
|
109
113
|
* Defines a single field for a resource. Each field has its own environment variable and optional description. Single-value types use one key (e.g. id); multi-value types (database, secret) use multiple (e.g. instance_name, database_name or scope, key).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-manifest.generated.d.ts","names":[],"sources":["../../src/schemas/plugin-manifest.generated.ts"],"mappings":";;AAQA;;;;;KAAY,mBAAA;EACV,IAAA,EAAM,YAAA;EAQN;;;EAJA,KAAA;EAiBG;;;EAbH,WAAA;EAsBU;;;EAlBV,WAAA;EAkBsB;AAiHxB;;EA/HE,UAAA;EAuJY;;;EAnJZ,MAAA;IAAA,CACG,CAAA,WAAY,kBAAA;EAAA;AAAA;;;;;;;KASL,YAAA;;;;UAiHK,cAAA;;;;EAIf,OAAA;;;;EAIA,IAAA;;;;EAIA,WAAA;;;;EAIA,WAAA;;;;EAIA,SAAA;;;;IAIE,QAAA,EAAU,mBAAA;;;;IAIV,QAAA,EAAU,mBAAA;EAAA;;;;EAKZ,MAAA;IACE,MAAA,GAAS,YAAA;EAAA;;;;EAKX,MAAA;;;;EAIA,OAAA;;;;EAIA,UAAA;;;;EAIA,QAAA;;;;EAIA,OAAA;;;;EAIA,cAAA;;;;EAIA,MAAA;AAAA;;;;;;;UAQe,kBAAA;;;;EAIf,GAAA;;;;EAIA,WAAA;;;;EAIA,YAAA;;;;EAIA,QAAA;;;;EAIA,SAAA;;;;EAIA,KAAA;;;;EAIA,OAAA;AAAA;;;;;UAMe,YAAA;EACf,IAAA;EACA,UAAA;IAAA,CACG,CAAA,WAAY,oBAAA;EAAA;EAEf,KAAA,GAAQ,YAAA;EACR,QAAA;EACA,oBAAA;AAAA;;;;;UAMe,oBAAA;EACf,IAAA;EACA,WAAA;EACA,OAAA;EACA,IAAA;EACA,UAAA;IAAA,CACG,CAAA,WAAY,oBAAA;EAAA;EAEf,KAAA,GAAQ,oBAAA;EACR,OAAA;EACA,OAAA;EACA,SAAA;EACA,SAAA;EACA,QAAA;AAAA"}
|
|
1
|
+
{"version":3,"file":"plugin-manifest.generated.d.ts","names":[],"sources":["../../src/schemas/plugin-manifest.generated.ts"],"mappings":";;AAQA;;;;;KAAY,mBAAA;EACV,IAAA,EAAM,YAAA;EAQN;;;EAJA,KAAA;EAiBG;;;EAbH,WAAA;EAsBU;;;EAlBV,WAAA;EAkBsB;AAiHxB;;EA/HE,UAAA;EAuJY;;;EAnJZ,MAAA;IAAA,CACG,CAAA,WAAY,kBAAA;EAAA;AAAA;;;;;;;KASL,YAAA;;;;UAiHK,cAAA;;;;EAIf,OAAA;;;;EAIA,IAAA;;;;EAIA,WAAA;;;;EAIA,WAAA;;;;EAIA,SAAA;;;;IAIE,QAAA,EAAU,mBAAA;;;;IAIV,QAAA,EAAU,mBAAA;EAAA;;;;EAKZ,MAAA;IACE,MAAA,GAAS,YAAA;EAAA;;;;EAKX,MAAA;;;;EAIA,OAAA;;;;EAIA,UAAA;;;;EAIA,QAAA;;;;EAIA,OAAA;;;;EAIA,cAAA;;;;EAIA,MAAA;;;;EAIA,SAAA;AAAA;;;;;;;UAQe,kBAAA;;;;EAIf,GAAA;;;;EAIA,WAAA;;;;EAIA,YAAA;;;;EAIA,QAAA;;;;EAIA,SAAA;;;;EAIA,KAAA;;;;EAIA,OAAA;AAAA;;;;;UAMe,YAAA;EACf,IAAA;EACA,UAAA;IAAA,CACG,CAAA,WAAY,oBAAA;EAAA;EAEf,KAAA,GAAQ,YAAA;EACR,QAAA;EACA,oBAAA;AAAA;;;;;UAMe,oBAAA;EACf,IAAA;EACA,WAAA;EACA,OAAA;EACA,IAAA;EACA,UAAA;IAAA,CACG,CAAA,WAAY,oBAAA;EAAA;EAEf,KAAA,GAAQ,oBAAA;EACR,OAAA;EACA,OAAA;EACA,SAAA;EACA,SAAA;EACA,QAAA;AAAA"}
|
|
@@ -95,6 +95,12 @@
|
|
|
95
95
|
"type": "boolean",
|
|
96
96
|
"default": false,
|
|
97
97
|
"description": "When true, this plugin is excluded from the template plugins manifest (appkit.plugins.json) during sync."
|
|
98
|
+
},
|
|
99
|
+
"stability": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"enum": ["beta", "ga"],
|
|
102
|
+
"default": "ga",
|
|
103
|
+
"description": "Plugin stability level. Beta plugins may have breaking API changes between minor releases but are on a path to GA. GA (general availability) plugins follow semver strictly."
|
|
98
104
|
}
|
|
99
105
|
},
|
|
100
106
|
"additionalProperties": false,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"version": {
|
|
14
14
|
"type": "string",
|
|
15
|
-
"
|
|
15
|
+
"enum": ["1.0", "1.1"],
|
|
16
16
|
"description": "Schema version for the template plugins manifest"
|
|
17
17
|
},
|
|
18
18
|
"plugins": {
|
|
@@ -69,6 +69,12 @@
|
|
|
69
69
|
"type": "string",
|
|
70
70
|
"description": "Message displayed to the user after project initialization. Use this to inform about manual setup steps (e.g. environment variables, resource provisioning)."
|
|
71
71
|
},
|
|
72
|
+
"stability": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"enum": ["beta", "ga"],
|
|
75
|
+
"default": "ga",
|
|
76
|
+
"description": "Plugin stability level. Beta is heading to GA; APIs may change between minor releases. GA (general availability) follows semver."
|
|
77
|
+
},
|
|
72
78
|
"resources": {
|
|
73
79
|
"type": "object",
|
|
74
80
|
"required": ["required", "optional"],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "json-schema";
|
|
@@ -233,6 +233,24 @@ Resources that must be available for the plugin to function
|
|
|
233
233
|
|
|
234
234
|
***
|
|
235
235
|
|
|
236
|
+
### stability?[](#stability "Direct link to stability?")
|
|
237
|
+
|
|
238
|
+
```ts
|
|
239
|
+
optional stability: "beta" | "ga";
|
|
240
|
+
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
Plugin stability level. Beta plugins may have breaking API changes between minor releases but are on a path to GA. GA (general availability) plugins follow semver strictly.
|
|
244
|
+
|
|
245
|
+
#### Inherited from[](#inherited-from-8 "Direct link to Inherited from")
|
|
246
|
+
|
|
247
|
+
```ts
|
|
248
|
+
Omit.stability
|
|
249
|
+
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
***
|
|
253
|
+
|
|
236
254
|
### version?[](#version "Direct link to version?")
|
|
237
255
|
|
|
238
256
|
```ts
|
|
@@ -242,7 +260,7 @@ optional version: string;
|
|
|
242
260
|
|
|
243
261
|
Plugin version (semver format)
|
|
244
262
|
|
|
245
|
-
#### Inherited from[](#inherited-from-
|
|
263
|
+
#### Inherited from[](#inherited-from-9 "Direct link to Inherited from")
|
|
246
264
|
|
|
247
265
|
```ts
|
|
248
266
|
Omit.version
|
|
@@ -134,7 +134,7 @@ This pattern allows:
|
|
|
134
134
|
* **Cache management**: Access the cache service via `this.cache`. See [`CacheConfig`](./docs/api/appkit/Interface.CacheConfig.md) for configuration.
|
|
135
135
|
* **Telemetry**: Instrument your plugin with traces and metrics via `this.telemetry`. See [`ITelemetry`](./docs/api/appkit/Interface.ITelemetry.md).
|
|
136
136
|
|
|
137
|
-
* **Execution interceptors**: Use `execute()` and `executeStream()` with [`StreamExecutionSettings`](./docs/api/appkit/Interface.StreamExecutionSettings.md)
|
|
137
|
+
* **Execution interceptors**: Use `execute()` and `executeStream()` with [`StreamExecutionSettings`](./docs/api/appkit/Interface.StreamExecutionSettings.md) for automatic caching, retry, timeout, and [telemetry span attributes](./docs/plugins/execution-context.md#telemetry-span-attributes) (`execution.context`, `caller.id`)
|
|
138
138
|
|
|
139
139
|
**Consuming your plugin programmatically**
|
|
140
140
|
|
|
@@ -39,6 +39,18 @@ Exported from `@databricks/appkit`:
|
|
|
39
39
|
* `getWarehouseId()`: `Promise<string>` (from `DATABRICKS_WAREHOUSE_ID` or auto-selected in dev)
|
|
40
40
|
* `getWorkspaceId()`: `Promise<string>` (from `DATABRICKS_WORKSPACE_ID` or fetched)
|
|
41
41
|
|
|
42
|
+
## Telemetry span attributes[](#telemetry-span-attributes "Direct link to Telemetry span attributes")
|
|
43
|
+
|
|
44
|
+
The `plugin.execute` span created by the execution interceptor chain includes these attributes:
|
|
45
|
+
|
|
46
|
+
| Attribute | Type | Description |
|
|
47
|
+
| ---------------------------- | ----------------------- | ---------------------------------------------------------------------------------- |
|
|
48
|
+
| `execution.context` | `"user"` \| `"service"` | Whether the operation runs as a user (OBO) or service principal |
|
|
49
|
+
| `caller.id` | `string` | The user ID (OBO) or service principal ID |
|
|
50
|
+
| `execution.obo_dev_fallback` | `boolean` | Set to `true` when an OBO call falls back to service principal in development mode |
|
|
51
|
+
|
|
52
|
+
These attributes are automatically added when your plugin uses `execute()` or `executeStream()`. All built-in plugins use these methods for their OBO operations. Custom plugins should do the same to get automatic telemetry instrumentation.
|
|
53
|
+
|
|
42
54
|
## Development mode behavior[](#development-mode-behavior "Direct link to Development mode behavior")
|
|
43
55
|
|
|
44
|
-
In local development (`NODE_ENV=development`), if `asUser(req)` is called without a user token, it logs a warning and skips user impersonation — the operation runs with the default credentials configured for the app instead.
|
|
56
|
+
In local development (`NODE_ENV=development`), if `asUser(req)` is called without a user token, it logs a warning and skips user impersonation — the operation runs with the default credentials configured for the app instead. The telemetry span will show `execution.context: "service"` with `execution.obo_dev_fallback: true` to distinguish these from regular service principal calls.
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
# Plugin Stability Tiers
|
|
2
|
+
|
|
3
|
+
AppKit plugins have a two-tier stability system that communicates API maturity and breaking-change expectations.
|
|
4
|
+
|
|
5
|
+
## Tiers[](#tiers "Direct link to Tiers")
|
|
6
|
+
|
|
7
|
+
| Tier | Import Path | Contract |
|
|
8
|
+
| -------- | ------------------------- | --------------------------------------------------------------- |
|
|
9
|
+
| **Beta** | `@databricks/appkit/beta` | API may change between minor releases. On a path to GA. |
|
|
10
|
+
| **GA** | `@databricks/appkit` | Generally available. Production ready. Follows semver strictly. |
|
|
11
|
+
|
|
12
|
+
The import path is the primary stability signal. Importing from `/beta` is explicit consent to potential breaking changes.
|
|
13
|
+
|
|
14
|
+
## Promotion Path[](#promotion-path "Direct link to Promotion Path")
|
|
15
|
+
|
|
16
|
+
Promotion is one-way. Plugins can enter at any tier.
|
|
17
|
+
|
|
18
|
+
```text
|
|
19
|
+
beta ──→ ga
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Usage[](#usage "Direct link to Usage")
|
|
24
|
+
|
|
25
|
+
### Importing Plugins by Tier[](#importing-plugins-by-tier "Direct link to Importing Plugins by Tier")
|
|
26
|
+
|
|
27
|
+
```typescript
|
|
28
|
+
// GA plugins
|
|
29
|
+
import { server, analytics } from "@databricks/appkit";
|
|
30
|
+
|
|
31
|
+
// Beta plugins
|
|
32
|
+
import { someBetaPlugin } from "@databricks/appkit/beta";
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### UI Components[](#ui-components "Direct link to UI Components")
|
|
37
|
+
|
|
38
|
+
`@databricks/appkit-ui` mirrors the same pattern:
|
|
39
|
+
|
|
40
|
+
```typescript
|
|
41
|
+
import { SomeComponent } from "@databricks/appkit-ui/react/beta";
|
|
42
|
+
import { someUtil } from "@databricks/appkit-ui/js/beta";
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## CLI Commands[](#cli-commands "Direct link to CLI Commands")
|
|
47
|
+
|
|
48
|
+
### Listing Plugins with Stability[](#listing-plugins-with-stability "Direct link to Listing Plugins with Stability")
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
npx appkit plugin list
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
The output includes a STABILITY column showing each plugin's tier.
|
|
56
|
+
|
|
57
|
+
### Creating a Plugin with Stability[](#creating-a-plugin-with-stability "Direct link to Creating a Plugin with Stability")
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
npx appkit plugin create
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
The interactive flow prompts for a stability level (defaults to GA).
|
|
65
|
+
|
|
66
|
+
### Promoting a Plugin[](#promoting-a-plugin "Direct link to Promoting a Plugin")
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
# Promote from beta to GA
|
|
70
|
+
npx appkit plugin promote my-plugin --to ga
|
|
71
|
+
|
|
72
|
+
# Preview changes without modifying files
|
|
73
|
+
npx appkit plugin promote my-plugin --to ga --dry-run
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
The promote command:
|
|
78
|
+
|
|
79
|
+
* Updates the plugin's `manifest.json` stability field
|
|
80
|
+
* Rewrites import paths across your project's `.ts`/`.tsx` files
|
|
81
|
+
* Runs `plugin sync` to update `appkit.plugins.json`
|
|
82
|
+
|
|
83
|
+
**Options:**
|
|
84
|
+
|
|
85
|
+
* `--dry-run` -- Show what would change without writing
|
|
86
|
+
* `--skip-imports` -- Only update the manifest
|
|
87
|
+
* `--skip-sync` -- Don't auto-run sync
|
|
88
|
+
* `--allow-installed` -- Allow promoting a plugin that lives only under `node_modules` (advanced)
|
|
89
|
+
|
|
90
|
+
## Manifest Field[](#manifest-field "Direct link to Manifest Field")
|
|
91
|
+
|
|
92
|
+
The `stability` field in `manifest.json` is optional. When absent, the plugin is considered GA.
|
|
93
|
+
|
|
94
|
+
```json
|
|
95
|
+
{
|
|
96
|
+
"name": "my-plugin",
|
|
97
|
+
"displayName": "My Plugin",
|
|
98
|
+
"description": "An in-development feature",
|
|
99
|
+
"stability": "beta",
|
|
100
|
+
"resources": { "required": [], "optional": [] }
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
Valid values: `"beta"`, `"ga"`.
|
|
106
|
+
|
|
107
|
+
## Template Manifest (appkit.plugins.json)[](#template-manifest-appkitpluginsjson "Direct link to Template Manifest (appkit.plugins.json)")
|
|
108
|
+
|
|
109
|
+
When `plugin sync` discovers non-GA plugins, it includes their stability in the output. That is true for **every** discovery path: plugins resolved from your server file, from `--plugins-dir` / local plugin trees, and from known packages under `node_modules` (for example `@databricks/appkit`). The tier in each plugin’s `manifest.json` is always reflected in the synced template manifest when it is not GA.
|
|
110
|
+
|
|
111
|
+
```json
|
|
112
|
+
{
|
|
113
|
+
"version": "1.1",
|
|
114
|
+
"plugins": {
|
|
115
|
+
"my-plugin": {
|
|
116
|
+
"name": "my-plugin",
|
|
117
|
+
"stability": "beta",
|
|
118
|
+
"package": "@databricks/appkit"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
Only GA plugins can be marked `requiredByTemplate`. Non-GA plugins always remain optional during init.
|
|
126
|
+
|
|
127
|
+
## For Third-Party Plugin Authors[](#for-third-party-plugin-authors "Direct link to For Third-Party Plugin Authors")
|
|
128
|
+
|
|
129
|
+
The import path (`/beta`) only applies to first-party plugins shipped inside `@databricks/appkit`. Third-party plugins declare stability via the `stability` field in their `manifest.json`. CLI tooling (`plugin list`, `plugin sync`) surfaces this information to users.
|
|
130
|
+
|
|
131
|
+
## For First-Party Plugin Authors (AppKit Monorepo)[](#for-first-party-plugin-authors-appkit-monorepo "Direct link to For First-Party Plugin Authors (AppKit Monorepo)")
|
|
132
|
+
|
|
133
|
+
Inside the AppKit monorepo, each plugin's `manifest.json` `stability` field is the **single source of truth** for which subpath ships the plugin. Two build-time generators read every `packages/appkit/src/plugins/<name>/manifest.json`:
|
|
134
|
+
|
|
135
|
+
* `tools/generate-plugin-entries.ts` writes the runtime export barrels:
|
|
136
|
+
|
|
137
|
+
<!-- -->
|
|
138
|
+
|
|
139
|
+
* `packages/appkit/src/plugins/ga-exports.generated.ts` — re-exports of GA plugins, included by `src/index.ts` (the `@databricks/appkit` entry).
|
|
140
|
+
* `packages/appkit/src/plugins/beta-exports.generated.ts` — re-exports of beta plugins, included by `src/beta.ts` (the `@databricks/appkit/beta` entry).
|
|
141
|
+
|
|
142
|
+
* `tools/generate-plugin-doc-banners.ts` injects (or removes) a `:::warning Beta plugin` admonition at the top of each plugin's docs page (`docs/docs/plugins/<name>.md`) so a plugin's documented stability follows its manifest. The script only writes under `docs/docs/plugins/`: each manifest `name` must match the plugin schema pattern (`^[a-z][a-z0-9-]*$`), and resolved doc paths are checked so a malformed `name` cannot escape that directory.
|
|
143
|
+
|
|
144
|
+
All generated artifacts are committed and verified by CI; an out-of-date file fails the `Check generated types are up to date` step.
|
|
145
|
+
|
|
146
|
+
The `appkit plugin promote` command detects monorepo context (presence of `tools/generate-plugin-entries.ts`) and re-runs the generator after updating the manifest, so the runtime exports, the synced `appkit.plugins.json`, and the manifest can never drift apart.
|
|
147
|
+
|
|
148
|
+
To move a built-in plugin between tiers manually:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
# Edit packages/appkit/src/plugins/<name>/manifest.json
|
|
152
|
+
# Set "stability": "beta" (or remove the field for GA)
|
|
153
|
+
pnpm run generate:types # regenerates schema/registry types, export barrels, and doc banners
|
|
154
|
+
pnpm sync:template # regenerates template/appkit.plugins.json
|
|
155
|
+
|
|
156
|
+
```
|
package/llms.txt
CHANGED
|
@@ -53,6 +53,7 @@ npx @databricks/appkit docs <query>
|
|
|
53
53
|
- [Model Serving plugin](./docs/plugins/model-serving.md): Provides an authenticated proxy to Databricks Model Serving endpoints, with invoke and streaming support.
|
|
54
54
|
- [Plugin management](./docs/plugins/plugin-management.md): AppKit includes a CLI for managing plugins. All commands are available under npx @databricks/appkit plugin.
|
|
55
55
|
- [Server plugin](./docs/plugins/server.md): Provides HTTP server capabilities with development and production modes.
|
|
56
|
+
- [Plugin Stability Tiers](./docs/plugins/stability.md): AppKit plugins have a two-tier stability system that communicates API maturity and breaking-change expectations.
|
|
56
57
|
- [Vector Search plugin](./docs/plugins/vector-search.md): Query Databricks Vector Search indexes with hybrid search, reranking, and cursor pagination from your AppKit application.
|
|
57
58
|
|
|
58
59
|
## appkit API reference [collapsed]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/appkit-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.29.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,7 +24,9 @@
|
|
|
24
24
|
],
|
|
25
25
|
"exports": {
|
|
26
26
|
"./js": "./dist/js/index.js",
|
|
27
|
+
"./js/beta": "./dist/js/beta.js",
|
|
27
28
|
"./react": "./dist/react/index.js",
|
|
29
|
+
"./react/beta": "./dist/react/beta.js",
|
|
28
30
|
"./package.json": "./package.json",
|
|
29
31
|
"./styles.css": "./dist/styles.css"
|
|
30
32
|
},
|