@copilotz/admin 0.9.34 → 0.9.35
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.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +70 -2
- package/dist/index.d.ts +70 -2
- package/dist/index.js +8 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -34,6 +34,14 @@ __export(index_exports, {
|
|
|
34
34
|
ADMIN_GROUP_ORDER: () => ADMIN_GROUP_ORDER,
|
|
35
35
|
CopilotzAdmin: () => CopilotzAdmin,
|
|
36
36
|
EMPTY_USAGE_TOTALS: () => EMPTY_USAGE_TOTALS,
|
|
37
|
+
EmptyState: () => EmptyState,
|
|
38
|
+
FilterBar: () => FilterBar,
|
|
39
|
+
InspectorPanel: () => InspectorPanel,
|
|
40
|
+
JsonPanel: () => JsonPanel,
|
|
41
|
+
MetricStrip: () => MetricStrip,
|
|
42
|
+
PageHeader: () => PageHeader,
|
|
43
|
+
ResourceTable: () => ResourceTable,
|
|
44
|
+
StatusBadge: () => StatusBadge,
|
|
37
45
|
addUsageTotals: () => addUsageTotals,
|
|
38
46
|
agentsModule: () => agentsModule,
|
|
39
47
|
aggregateUsageRows: () => aggregateUsageRows,
|
|
@@ -3938,6 +3946,14 @@ function useCopilotzAdmin(options = {}) {
|
|
|
3938
3946
|
ADMIN_GROUP_ORDER,
|
|
3939
3947
|
CopilotzAdmin,
|
|
3940
3948
|
EMPTY_USAGE_TOTALS,
|
|
3949
|
+
EmptyState,
|
|
3950
|
+
FilterBar,
|
|
3951
|
+
InspectorPanel,
|
|
3952
|
+
JsonPanel,
|
|
3953
|
+
MetricStrip,
|
|
3954
|
+
PageHeader,
|
|
3955
|
+
ResourceTable,
|
|
3956
|
+
StatusBadge,
|
|
3941
3957
|
addUsageTotals,
|
|
3942
3958
|
agentsModule,
|
|
3943
3959
|
aggregateUsageRows,
|