@reopt-ai/opt-ui 1.8.0 → 1.10.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/COMPONENT_CATALOG.md +222 -34
- package/README.md +70 -6
- package/dist/core/index.cjs +170 -155
- package/dist/core/index.d.cts +3 -2
- package/dist/core/index.d.ts +3 -2
- package/dist/core/index.js +3 -3
- package/dist/docs/02-components/01-core.md +223 -18
- package/dist/docs/02-components/02-visuals.md +1 -1
- package/dist/docs/02-components/03-shells.md +17 -16
- package/dist/docs/02-components/04-surfaces.md +1 -1
- package/dist/docs/02-components/index.md +4 -4
- package/dist/{field-sidebar-Bqfp6dgg.cjs → field-sidebar-B6Ndr8HE.cjs} +304 -289
- package/dist/{field-sidebar-BYD_UIjG.js → field-sidebar-BXjvV7Cz.js} +25 -10
- package/dist/{field-sidebar-BYD_UIjG.js.map → field-sidebar-BXjvV7Cz.js.map} +1 -1
- package/dist/{field-sidebar-5KYVlpSs.d.ts → field-sidebar-DWfJAJlx.d.ts} +32 -3
- package/dist/{field-sidebar-5KYVlpSs.d.ts.map → field-sidebar-DWfJAJlx.d.ts.map} +1 -1
- package/dist/{field-sidebar-BP0iWkoV.d.cts → field-sidebar-nwcE9LC4.d.cts} +32 -3
- package/dist/{field-sidebar-BP0iWkoV.d.cts.map → field-sidebar-nwcE9LC4.d.cts.map} +1 -1
- package/dist/id-registry.cjs +98 -2
- package/dist/id-registry.d.cts.map +1 -1
- package/dist/id-registry.d.ts.map +1 -1
- package/dist/id-registry.js +98 -2
- package/dist/id-registry.js.map +1 -1
- package/dist/id-registry.json +202 -4
- package/dist/index.cjs +664 -643
- package/dist/index.d.cts +5 -4
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +5 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/{shader-surface-BUPZ0P-n.js → key-pad-menu-BQunU20e.js} +727 -19
- package/dist/key-pad-menu-BQunU20e.js.map +1 -0
- package/dist/{shader-surface-BfTP9c1Q.d.ts → key-pad-menu-BsgJMjD4.d.ts} +415 -3
- package/dist/key-pad-menu-BsgJMjD4.d.ts.map +1 -0
- package/dist/{shader-surface-Fav5K9UC.cjs → key-pad-menu-D5mQcS5v.cjs} +969 -201
- package/dist/{shader-surface-DRrcLrWf.d.cts → key-pad-menu-DfZbeXhG.d.cts} +415 -3
- package/dist/key-pad-menu-DfZbeXhG.d.cts.map +1 -0
- package/dist/meta.cjs +641 -0
- package/dist/meta.d.cts.map +1 -1
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +641 -0
- package/dist/meta.js.map +1 -1
- package/dist/shells/index.cjs +1 -1
- package/dist/shells/index.d.cts +1 -1
- package/dist/shells/index.d.ts +1 -1
- package/dist/shells/index.js +1 -1
- package/dist/{types-D0FlcYnM.d.ts → text-truncate-BGr7bB_8.d.cts} +110 -2
- package/dist/text-truncate-BGr7bB_8.d.cts.map +1 -0
- package/dist/{types-D0FlcYnM.d.cts → text-truncate-BGr7bB_8.d.ts} +110 -2
- package/dist/text-truncate-BGr7bB_8.d.ts.map +1 -0
- package/dist/{pagination-DjfxBcjX.cjs → text-truncate-CxdzAnhS.cjs} +418 -8
- package/dist/{pagination-DWbvACuN.js → text-truncate-j6X3z7Pv.js} +392 -12
- package/dist/text-truncate-j6X3z7Pv.js.map +1 -0
- package/package.json +3 -3
- package/dist/pagination-DWbvACuN.js.map +0 -1
- package/dist/shader-surface-BUPZ0P-n.js.map +0 -1
- package/dist/shader-surface-BfTP9c1Q.d.ts.map +0 -1
- package/dist/shader-surface-DRrcLrWf.d.cts.map +0 -1
- package/dist/types-D0FlcYnM.d.cts.map +0 -1
- package/dist/types-D0FlcYnM.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as FormFieldDef, D as FaqItem, E as FailureItem, F as ProjectDef, G as ToolbarButtonDef, L as SelectOption, P as NavItemDef, R as StatCard, S as EnvGroupDef, a as FieldDataType, b as DeploymentStep, j as MenuDef, r as TruncationSide, u as BranchDef, x as DomainDef, y as CommandDef, z as TabDef } from "./text-truncate-BGr7bB_8.js";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { ReactNode, Ref } from "react";
|
|
5
5
|
import { TimeGranularity, TimeRange, TimeRange as TimeRange$1, TimeSeriesAnnotation, TimeSeriesChartProps, TimeSeriesDef, TimeSeriesPoint } from "@reopt-ai/opt-charts";
|
|
@@ -698,6 +698,18 @@ interface LogColumn<Row> {
|
|
|
698
698
|
* same one lands on the same hue in every session.
|
|
699
699
|
*/
|
|
700
700
|
marker?: boolean;
|
|
701
|
+
/**
|
|
702
|
+
* Cut the value somewhere other than the end.
|
|
703
|
+
*
|
|
704
|
+
* CSS can only drop the tail, which is the wrong end for a path or a URL
|
|
705
|
+
* whose rows differ in their last segment — `/e2e/smoke-a` and `/e2e/smoke-b`
|
|
706
|
+
* both truncate to `/e2e/smoke…`. Setting this measures the real text against
|
|
707
|
+
* the real column width and cuts where you say.
|
|
708
|
+
*
|
|
709
|
+
* It costs a resize observer and a canvas measurement per visible cell, so
|
|
710
|
+
* set it on the one or two columns that need it rather than on all of them.
|
|
711
|
+
*/
|
|
712
|
+
truncate?: TruncationSide;
|
|
701
713
|
}
|
|
702
714
|
/** Where a column should move to. */
|
|
703
715
|
type LogColumnMove = "left" | "right";
|
|
@@ -726,6 +738,15 @@ interface LogTableLabels {
|
|
|
726
738
|
moveRight?: (column: string) => string;
|
|
727
739
|
}
|
|
728
740
|
interface LogTableProps<Row> {
|
|
741
|
+
/**
|
|
742
|
+
* Terms to mark inside cell text — the words the reader searched for.
|
|
743
|
+
*
|
|
744
|
+
* A log that filters on a term but does not show where it matched makes the
|
|
745
|
+
* reader re-find it by eye in every row, which is the work the search was
|
|
746
|
+
* supposed to do. Pass the free-text terms of the query, not its field
|
|
747
|
+
* clauses: `path:/checkout` already shows itself in the path column.
|
|
748
|
+
*/
|
|
749
|
+
highlightTerms?: string[];
|
|
729
750
|
rows: Row[];
|
|
730
751
|
columns: LogColumn<Row>[];
|
|
731
752
|
getRowId: (row: Row) => string;
|
|
@@ -794,7 +815,7 @@ interface LogTableHandle {
|
|
|
794
815
|
* />
|
|
795
816
|
* ```
|
|
796
817
|
*/
|
|
797
|
-
declare function LogTableInner<Row>({ rows, columns, getRowId, selectedId, onSelect, onLoadMore, hasMore, loadingMore, prepending, onFollowChange, isNew, sort, onSortChange, onCellAction, onColumnMove, density, showHeader, emptyState, labels: customLabels, className }: LogTableProps<Row>, ref: Ref<LogTableHandle>): import("react").JSX.Element;
|
|
818
|
+
declare function LogTableInner<Row>({ rows, columns, getRowId, selectedId, onSelect, onLoadMore, hasMore, loadingMore, prepending, onFollowChange, isNew, sort, onSortChange, onCellAction, highlightTerms, onColumnMove, density, showHeader, emptyState, labels: customLabels, className }: LogTableProps<Row>, ref: Ref<LogTableHandle>): import("react").JSX.Element;
|
|
798
819
|
/**
|
|
799
820
|
* LogTable — see {@link LogTableInner}.
|
|
800
821
|
*
|
|
@@ -968,6 +989,14 @@ interface FieldSummary {
|
|
|
968
989
|
name: string;
|
|
969
990
|
/** Shown beside the name — "string", "number", a source, whatever separates them. */
|
|
970
991
|
type?: string;
|
|
992
|
+
/**
|
|
993
|
+
* The field's data type, drawn as a glyph instead of as text. A 15rem
|
|
994
|
+
* sidebar cannot spare the eight characters a spelled-out type costs, and a
|
|
995
|
+
* truncated "stri" says less than the icon does. Pass
|
|
996
|
+
* `resolveFieldType(rawType)` when the backend type is all you have; leave
|
|
997
|
+
* it unset to keep the `type` text.
|
|
998
|
+
*/
|
|
999
|
+
dataType?: FieldDataType;
|
|
971
1000
|
/** Grouping header. Fields with the same group are listed together. */
|
|
972
1001
|
group?: string;
|
|
973
1002
|
/** True when the field is currently a column. */
|
|
@@ -1038,4 +1067,4 @@ declare namespace FieldSidebar {
|
|
|
1038
1067
|
}
|
|
1039
1068
|
//#endregion
|
|
1040
1069
|
export { FailureListProps as $, LogTable as A, SidebarNav as At, TimeRangeControlLabels as B, CommandPaletteTrigger as Bt, withFieldValue as C, SettingsFormProps as Ct, LogColumnPriority as D, ContentTabsProps as Dt, LogColumn as E, ContentTabs as Et, TimeSeriesPanelLabels as F, StatusSelectProps as Ft, WorkflowCanvasProps as G, TimeRangePreset as H, CommandPalette as Ht, TimeSeriesPanelProps as I, SearchCombobox as It, KeyValueEditorLabels as J, WorkflowCanvasStep as K, DEFAULT_TIME_PRESETS as L, SearchComboboxProps as Lt, LogTableLabels as M, AppMenubar as Mt, LogTableProps as N, AppMenubarProps as Nt, LogDensity as O, EditorToolbar as Ot, TimeSeriesPanel as P, StatusSelect as Pt, FailureListLabels as Q, RefreshSetting as R, DashboardGrid as Rt, removeClause as S, SettingsForm as St, LogCellAction as T, FaqAccordionProps as Tt, WorkflowCanvas as U, CommandPaletteProps as Ut, TimeRangeControlProps as V, CommandPaletteTriggerProps as Vt, WorkflowCanvasConnection as W, KeyValueEntry as X, KeyValueEditorProps as Y, FailureList as Z, addClause as _, EnvPanelProps as _t, FieldValueCount as a, ToastProviderProps as at, isEmptyQuery as b, DeploymentTimeline as bt, QueryBarProps as c, useToast as ct, Query as d, DataTableProps as dt, NotificationToast as et, QueryCellAction as f, DomainTable as ft, QueryTermClause as g, EnvPanel as gt, QueryOperator as h, BranchSelectProps as ht, FieldSummary as i, ToastProvider as it, LogTableHandle as j, SidebarNavProps as jt, LogSort as k, EditorToolbarProps as kt, QueryField as l, ColumnDef as lt, QueryFieldClause as m, BranchSelect as mt, FieldSidebarLabels as n, ToastContextValue as nt, QueryBar as o, ToastVariant as ot, QueryClause as p, DomainTableProps as pt, KeyValueEditor as q, FieldSidebarProps as r, ToastMessage as rt, QueryBarLabels as s, toast as st, FieldSidebar as t, ToastAction as tt, EMPTY_QUERY as u, DataTable as ut, applyCellAction as v, ProjectSwitcher as vt, withoutField as w, FaqAccordion as wt, queryFields as x, DeploymentTimelineProps as xt, fieldValues as y, ProjectSwitcherProps as yt, TimeRangeControl as z, DashboardGridProps as zt };
|
|
1041
|
-
//# sourceMappingURL=field-sidebar-
|
|
1070
|
+
//# sourceMappingURL=field-sidebar-DWfJAJlx.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-sidebar-
|
|
1
|
+
{"version":3,"file":"field-sidebar-DWfJAJlx.d.ts","names":[],"sources":["../src/shells/command-palette.tsx","../src/shells/command-palette-trigger.tsx","../src/shells/dashboard-grid.tsx","../src/shells/search-combobox.tsx","../src/shells/status-select.tsx","../src/shells/app-menubar.tsx","../src/shells/sidebar-nav.tsx","../src/shells/editor-toolbar.tsx","../src/shells/content-tabs.tsx","../src/shells/faq-accordion.tsx","../src/shells/settings-form.tsx","../src/shells/deployment-timeline.tsx","../src/shells/project-switcher.tsx","../src/shells/env-panel.tsx","../src/shells/branch-select.tsx","../src/shells/domain-table.tsx","../src/shells/data-table.tsx","../src/shells/notification-toast.tsx","../src/shells/failure-list.tsx","../src/shells/key-value-editor.tsx","../src/shells/workflow-canvas.tsx","../src/shells/time-range-control.tsx","../src/shells/time-series-panel.tsx","../src/shells/log-table.tsx","../src/lib/query/query-ast.ts","../src/shells/query-bar.tsx","../src/shells/field-sidebar.tsx"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as FormFieldDef, D as FaqItem, E as FailureItem, F as ProjectDef, G as ToolbarButtonDef, L as SelectOption, P as NavItemDef, R as StatCard, S as EnvGroupDef, a as FieldDataType, b as DeploymentStep, j as MenuDef, r as TruncationSide, u as BranchDef, x as DomainDef, y as CommandDef, z as TabDef } from "./text-truncate-BGr7bB_8.cjs";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { ReactNode, Ref } from "react";
|
|
5
5
|
import { TimeGranularity, TimeRange, TimeRange as TimeRange$1, TimeSeriesAnnotation, TimeSeriesChartProps, TimeSeriesDef, TimeSeriesPoint } from "@reopt-ai/opt-charts";
|
|
@@ -698,6 +698,18 @@ interface LogColumn<Row> {
|
|
|
698
698
|
* same one lands on the same hue in every session.
|
|
699
699
|
*/
|
|
700
700
|
marker?: boolean;
|
|
701
|
+
/**
|
|
702
|
+
* Cut the value somewhere other than the end.
|
|
703
|
+
*
|
|
704
|
+
* CSS can only drop the tail, which is the wrong end for a path or a URL
|
|
705
|
+
* whose rows differ in their last segment — `/e2e/smoke-a` and `/e2e/smoke-b`
|
|
706
|
+
* both truncate to `/e2e/smoke…`. Setting this measures the real text against
|
|
707
|
+
* the real column width and cuts where you say.
|
|
708
|
+
*
|
|
709
|
+
* It costs a resize observer and a canvas measurement per visible cell, so
|
|
710
|
+
* set it on the one or two columns that need it rather than on all of them.
|
|
711
|
+
*/
|
|
712
|
+
truncate?: TruncationSide;
|
|
701
713
|
}
|
|
702
714
|
/** Where a column should move to. */
|
|
703
715
|
type LogColumnMove = "left" | "right";
|
|
@@ -726,6 +738,15 @@ interface LogTableLabels {
|
|
|
726
738
|
moveRight?: (column: string) => string;
|
|
727
739
|
}
|
|
728
740
|
interface LogTableProps<Row> {
|
|
741
|
+
/**
|
|
742
|
+
* Terms to mark inside cell text — the words the reader searched for.
|
|
743
|
+
*
|
|
744
|
+
* A log that filters on a term but does not show where it matched makes the
|
|
745
|
+
* reader re-find it by eye in every row, which is the work the search was
|
|
746
|
+
* supposed to do. Pass the free-text terms of the query, not its field
|
|
747
|
+
* clauses: `path:/checkout` already shows itself in the path column.
|
|
748
|
+
*/
|
|
749
|
+
highlightTerms?: string[];
|
|
729
750
|
rows: Row[];
|
|
730
751
|
columns: LogColumn<Row>[];
|
|
731
752
|
getRowId: (row: Row) => string;
|
|
@@ -794,7 +815,7 @@ interface LogTableHandle {
|
|
|
794
815
|
* />
|
|
795
816
|
* ```
|
|
796
817
|
*/
|
|
797
|
-
declare function LogTableInner<Row>({ rows, columns, getRowId, selectedId, onSelect, onLoadMore, hasMore, loadingMore, prepending, onFollowChange, isNew, sort, onSortChange, onCellAction, onColumnMove, density, showHeader, emptyState, labels: customLabels, className }: LogTableProps<Row>, ref: Ref<LogTableHandle>): import("react").JSX.Element;
|
|
818
|
+
declare function LogTableInner<Row>({ rows, columns, getRowId, selectedId, onSelect, onLoadMore, hasMore, loadingMore, prepending, onFollowChange, isNew, sort, onSortChange, onCellAction, highlightTerms, onColumnMove, density, showHeader, emptyState, labels: customLabels, className }: LogTableProps<Row>, ref: Ref<LogTableHandle>): import("react").JSX.Element;
|
|
798
819
|
/**
|
|
799
820
|
* LogTable — see {@link LogTableInner}.
|
|
800
821
|
*
|
|
@@ -968,6 +989,14 @@ interface FieldSummary {
|
|
|
968
989
|
name: string;
|
|
969
990
|
/** Shown beside the name — "string", "number", a source, whatever separates them. */
|
|
970
991
|
type?: string;
|
|
992
|
+
/**
|
|
993
|
+
* The field's data type, drawn as a glyph instead of as text. A 15rem
|
|
994
|
+
* sidebar cannot spare the eight characters a spelled-out type costs, and a
|
|
995
|
+
* truncated "stri" says less than the icon does. Pass
|
|
996
|
+
* `resolveFieldType(rawType)` when the backend type is all you have; leave
|
|
997
|
+
* it unset to keep the `type` text.
|
|
998
|
+
*/
|
|
999
|
+
dataType?: FieldDataType;
|
|
971
1000
|
/** Grouping header. Fields with the same group are listed together. */
|
|
972
1001
|
group?: string;
|
|
973
1002
|
/** True when the field is currently a column. */
|
|
@@ -1038,4 +1067,4 @@ declare namespace FieldSidebar {
|
|
|
1038
1067
|
}
|
|
1039
1068
|
//#endregion
|
|
1040
1069
|
export { FailureListProps as $, LogTable as A, SidebarNav as At, TimeRangeControlLabels as B, CommandPaletteTrigger as Bt, withFieldValue as C, SettingsFormProps as Ct, LogColumnPriority as D, ContentTabsProps as Dt, LogColumn as E, ContentTabs as Et, TimeSeriesPanelLabels as F, StatusSelectProps as Ft, WorkflowCanvasProps as G, TimeRangePreset as H, CommandPalette as Ht, TimeSeriesPanelProps as I, SearchCombobox as It, KeyValueEditorLabels as J, WorkflowCanvasStep as K, DEFAULT_TIME_PRESETS as L, SearchComboboxProps as Lt, LogTableLabels as M, AppMenubar as Mt, LogTableProps as N, AppMenubarProps as Nt, LogDensity as O, EditorToolbar as Ot, TimeSeriesPanel as P, StatusSelect as Pt, FailureListLabels as Q, RefreshSetting as R, DashboardGrid as Rt, removeClause as S, SettingsForm as St, LogCellAction as T, FaqAccordionProps as Tt, WorkflowCanvas as U, CommandPaletteProps as Ut, TimeRangeControlProps as V, CommandPaletteTriggerProps as Vt, WorkflowCanvasConnection as W, KeyValueEntry as X, KeyValueEditorProps as Y, FailureList as Z, addClause as _, EnvPanelProps as _t, FieldValueCount as a, ToastProviderProps as at, isEmptyQuery as b, DeploymentTimeline as bt, QueryBarProps as c, useToast as ct, Query as d, DataTableProps as dt, NotificationToast as et, QueryCellAction as f, DomainTable as ft, QueryTermClause as g, EnvPanel as gt, QueryOperator as h, BranchSelectProps as ht, FieldSummary as i, ToastProvider as it, LogTableHandle as j, SidebarNavProps as jt, LogSort as k, EditorToolbarProps as kt, QueryField as l, ColumnDef as lt, QueryFieldClause as m, BranchSelect as mt, FieldSidebarLabels as n, ToastContextValue as nt, QueryBar as o, ToastVariant as ot, QueryClause as p, DomainTableProps as pt, KeyValueEditor as q, FieldSidebarProps as r, ToastMessage as rt, QueryBarLabels as s, toast as st, FieldSidebar as t, ToastAction as tt, EMPTY_QUERY as u, DataTable as ut, applyCellAction as v, ProjectSwitcher as vt, withoutField as w, FaqAccordion as wt, queryFields as x, DeploymentTimelineProps as xt, fieldValues as y, ProjectSwitcherProps as yt, TimeRangeControl as z, DashboardGridProps as zt };
|
|
1041
|
-
//# sourceMappingURL=field-sidebar-
|
|
1070
|
+
//# sourceMappingURL=field-sidebar-nwcE9LC4.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-sidebar-
|
|
1
|
+
{"version":3,"file":"field-sidebar-nwcE9LC4.d.cts","names":[],"sources":["../src/shells/command-palette.tsx","../src/shells/command-palette-trigger.tsx","../src/shells/dashboard-grid.tsx","../src/shells/search-combobox.tsx","../src/shells/status-select.tsx","../src/shells/app-menubar.tsx","../src/shells/sidebar-nav.tsx","../src/shells/editor-toolbar.tsx","../src/shells/content-tabs.tsx","../src/shells/faq-accordion.tsx","../src/shells/settings-form.tsx","../src/shells/deployment-timeline.tsx","../src/shells/project-switcher.tsx","../src/shells/env-panel.tsx","../src/shells/branch-select.tsx","../src/shells/domain-table.tsx","../src/shells/data-table.tsx","../src/shells/notification-toast.tsx","../src/shells/failure-list.tsx","../src/shells/key-value-editor.tsx","../src/shells/workflow-canvas.tsx","../src/shells/time-range-control.tsx","../src/shells/time-series-panel.tsx","../src/shells/log-table.tsx","../src/lib/query/query-ast.ts","../src/shells/query-bar.tsx","../src/shells/field-sidebar.tsx"],"mappings":"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"}
|
package/dist/id-registry.cjs
CHANGED
|
@@ -204,6 +204,18 @@ const ID_REGISTRY = Object.freeze({
|
|
|
204
204
|
layer: "shells",
|
|
205
205
|
metaName: "CodeSnippetViewer"
|
|
206
206
|
},
|
|
207
|
+
E7T89: {
|
|
208
|
+
slug: "color-palette",
|
|
209
|
+
exportName: "ColorPaletteDisplay",
|
|
210
|
+
layer: "core",
|
|
211
|
+
metaName: "ColorPalette"
|
|
212
|
+
},
|
|
213
|
+
"5R0PG": {
|
|
214
|
+
slug: "color-palette",
|
|
215
|
+
exportName: "ColorPalettePicker",
|
|
216
|
+
layer: "core",
|
|
217
|
+
metaName: "ColorPalette"
|
|
218
|
+
},
|
|
207
219
|
V2CSG: {
|
|
208
220
|
slug: "color-picker",
|
|
209
221
|
exportName: "ColorPicker",
|
|
@@ -564,6 +576,30 @@ const ID_REGISTRY = Object.freeze({
|
|
|
564
576
|
layer: "shells",
|
|
565
577
|
metaName: "ExportButton"
|
|
566
578
|
},
|
|
579
|
+
TXGA8: {
|
|
580
|
+
slug: "expression",
|
|
581
|
+
exportName: "Expression",
|
|
582
|
+
layer: "core",
|
|
583
|
+
metaName: "Expression"
|
|
584
|
+
},
|
|
585
|
+
F78CE: {
|
|
586
|
+
slug: "expression",
|
|
587
|
+
exportName: "ExpressionGroup",
|
|
588
|
+
layer: "core",
|
|
589
|
+
metaName: "Expression"
|
|
590
|
+
},
|
|
591
|
+
E9H18: {
|
|
592
|
+
slug: "facet",
|
|
593
|
+
exportName: "Facet",
|
|
594
|
+
layer: "core",
|
|
595
|
+
metaName: "Facet"
|
|
596
|
+
},
|
|
597
|
+
G1RNN: {
|
|
598
|
+
slug: "facet",
|
|
599
|
+
exportName: "FacetGroup",
|
|
600
|
+
layer: "core",
|
|
601
|
+
metaName: "Facet"
|
|
602
|
+
},
|
|
567
603
|
ZAM3R: {
|
|
568
604
|
slug: "failure-list",
|
|
569
605
|
exportName: "FailureList",
|
|
@@ -588,6 +624,12 @@ const ID_REGISTRY = Object.freeze({
|
|
|
588
624
|
layer: "shells",
|
|
589
625
|
metaName: "FieldSidebar"
|
|
590
626
|
},
|
|
627
|
+
V3AJ4: {
|
|
628
|
+
slug: "field-token",
|
|
629
|
+
exportName: "FieldToken",
|
|
630
|
+
layer: "core",
|
|
631
|
+
metaName: "FieldToken"
|
|
632
|
+
},
|
|
591
633
|
BS5N0: {
|
|
592
634
|
slug: "filter-bar",
|
|
593
635
|
exportName: "FilterBar",
|
|
@@ -804,6 +846,12 @@ const ID_REGISTRY = Object.freeze({
|
|
|
804
846
|
layer: "core",
|
|
805
847
|
metaName: "Heading"
|
|
806
848
|
},
|
|
849
|
+
"448TR": {
|
|
850
|
+
slug: "highlight",
|
|
851
|
+
exportName: "Highlight",
|
|
852
|
+
layer: "core",
|
|
853
|
+
metaName: "Highlight"
|
|
854
|
+
},
|
|
807
855
|
"0DRGP": {
|
|
808
856
|
slug: "icon-picker",
|
|
809
857
|
exportName: "IconPicker",
|
|
@@ -816,6 +864,12 @@ const ID_REGISTRY = Object.freeze({
|
|
|
816
864
|
layer: "shells",
|
|
817
865
|
metaName: "InlineEditTable"
|
|
818
866
|
},
|
|
867
|
+
RQ0H2: {
|
|
868
|
+
slug: "inline-edit",
|
|
869
|
+
exportName: "InlineEdit",
|
|
870
|
+
layer: "core",
|
|
871
|
+
metaName: "InlineEdit"
|
|
872
|
+
},
|
|
819
873
|
"7BY1Q": {
|
|
820
874
|
slug: "input",
|
|
821
875
|
exportName: "Input",
|
|
@@ -840,19 +894,31 @@ const ID_REGISTRY = Object.freeze({
|
|
|
840
894
|
layer: "core",
|
|
841
895
|
metaName: "Kbd"
|
|
842
896
|
},
|
|
897
|
+
ZZG2R: {
|
|
898
|
+
slug: "key-pad-menu",
|
|
899
|
+
exportName: "KeyPadMenu",
|
|
900
|
+
layer: "core",
|
|
901
|
+
metaName: "KeyPadMenu"
|
|
902
|
+
},
|
|
843
903
|
NCBWA: {
|
|
844
904
|
slug: "key-value-editor",
|
|
845
905
|
exportName: "KeyValueEditor",
|
|
846
906
|
layer: "shells",
|
|
847
907
|
metaName: "KeyValueEditor"
|
|
848
908
|
},
|
|
909
|
+
"0CFGR": {
|
|
910
|
+
slug: "live-region",
|
|
911
|
+
exportName: "LiveRegion",
|
|
912
|
+
layer: "core",
|
|
913
|
+
metaName: "LiveRegion"
|
|
914
|
+
},
|
|
849
915
|
"380ZR": {
|
|
850
916
|
slug: "loading-overlay",
|
|
851
917
|
exportName: "LoadingOverlay",
|
|
852
918
|
layer: "core",
|
|
853
919
|
metaName: "LoadingOverlay"
|
|
854
920
|
},
|
|
855
|
-
|
|
921
|
+
"3ZR82": {
|
|
856
922
|
slug: "log-table",
|
|
857
923
|
exportName: "LogTable",
|
|
858
924
|
layer: "shells",
|
|
@@ -1320,6 +1386,12 @@ const ID_REGISTRY = Object.freeze({
|
|
|
1320
1386
|
layer: "shells",
|
|
1321
1387
|
metaName: "TemplatePicker"
|
|
1322
1388
|
},
|
|
1389
|
+
Y6BGX: {
|
|
1390
|
+
slug: "text-truncate",
|
|
1391
|
+
exportName: "TextTruncate",
|
|
1392
|
+
layer: "core",
|
|
1393
|
+
metaName: "TextTruncate"
|
|
1394
|
+
},
|
|
1323
1395
|
NFKP2: {
|
|
1324
1396
|
slug: "text",
|
|
1325
1397
|
exportName: "Text",
|
|
@@ -1485,6 +1557,8 @@ const SLUG_TO_ID = Object.freeze({
|
|
|
1485
1557
|
"checkbox.CheckboxGroup": "V6NSW",
|
|
1486
1558
|
"code-diff-viewer.CodeDiffViewer": "GSDVD",
|
|
1487
1559
|
"code-snippet-viewer.CodeSnippetViewer": "9GDXY",
|
|
1560
|
+
"color-palette.ColorPaletteDisplay": "E7T89",
|
|
1561
|
+
"color-palette.ColorPalettePicker": "5R0PG",
|
|
1488
1562
|
"color-picker.ColorPicker": "V2CSG",
|
|
1489
1563
|
"column-toggler.ColumnToggler": "PPN5M",
|
|
1490
1564
|
"combobox.ComboboxEmpty": "RZ06M",
|
|
@@ -1545,10 +1619,15 @@ const SLUG_TO_ID = Object.freeze({
|
|
|
1545
1619
|
"event-icon.EventIcon": "ZNSD9",
|
|
1546
1620
|
"event-meta-editor.EventMetaEditor": "EZR35",
|
|
1547
1621
|
"export-button.ExportButton": "MGP2B",
|
|
1622
|
+
"expression.Expression": "TXGA8",
|
|
1623
|
+
"expression.ExpressionGroup": "F78CE",
|
|
1624
|
+
"facet.Facet": "E9H18",
|
|
1625
|
+
"facet.FacetGroup": "G1RNN",
|
|
1548
1626
|
"failure-list.FailureList": "ZAM3R",
|
|
1549
1627
|
"faq-accordion.FaqAccordion": "QRBHV",
|
|
1550
1628
|
"feature-flag-panel.FeatureFlagPanel": "JW164",
|
|
1551
1629
|
"field-sidebar.FieldSidebar": "17D4Y",
|
|
1630
|
+
"field-token.FieldToken": "V3AJ4",
|
|
1552
1631
|
"filter-bar.FilterBar": "BS5N0",
|
|
1553
1632
|
"floating-action-bar.FloatingActionBar": "S390B",
|
|
1554
1633
|
"form-dynamic.DynamicFieldForm": "8RYG7",
|
|
@@ -1585,15 +1664,19 @@ const SLUG_TO_ID = Object.freeze({
|
|
|
1585
1664
|
"form.FormTagInput": "W05M1",
|
|
1586
1665
|
"form.FormTextarea": "Q8G2A",
|
|
1587
1666
|
"heading.Heading": "NF0BT",
|
|
1667
|
+
"highlight.Highlight": "448TR",
|
|
1588
1668
|
"icon-picker.IconPicker": "0DRGP",
|
|
1589
1669
|
"inline-edit-table.InlineEditTable": "5W3J1",
|
|
1670
|
+
"inline-edit.InlineEdit": "RQ0H2",
|
|
1590
1671
|
"input.Input": "7BY1Q",
|
|
1591
1672
|
"insights-panel.InsightsPanel": "HCYZV",
|
|
1592
1673
|
"kanban-board.KanbanBoard": "T6JWY",
|
|
1593
1674
|
"kbd.Kbd": "NPHB8",
|
|
1675
|
+
"key-pad-menu.KeyPadMenu": "ZZG2R",
|
|
1594
1676
|
"key-value-editor.KeyValueEditor": "NCBWA",
|
|
1677
|
+
"live-region.LiveRegion": "0CFGR",
|
|
1595
1678
|
"loading-overlay.LoadingOverlay": "380ZR",
|
|
1596
|
-
"log-table.LogTable": "
|
|
1679
|
+
"log-table.LogTable": "3ZR82",
|
|
1597
1680
|
"logo.Logo": "R906A",
|
|
1598
1681
|
"mega-menu.MegaMenu": "42177",
|
|
1599
1682
|
"menu.MenuButtonArrow": "J1AQH",
|
|
@@ -1671,6 +1754,7 @@ const SLUG_TO_ID = Object.freeze({
|
|
|
1671
1754
|
"task-list.TaskList": "0DK79",
|
|
1672
1755
|
"team-member-list.TeamMemberList": "6FTC5",
|
|
1673
1756
|
"template-picker.TemplatePicker": "PVFJP",
|
|
1757
|
+
"text-truncate.TextTruncate": "Y6BGX",
|
|
1674
1758
|
"text.Text": "NFKP2",
|
|
1675
1759
|
"textarea.Textarea": "6T58H",
|
|
1676
1760
|
"theme-switcher.ThemeSwitcher": "8JX0N",
|
|
@@ -1728,6 +1812,8 @@ const ALL_SLUGS = Object.freeze([
|
|
|
1728
1812
|
"checkbox.CheckboxGroup",
|
|
1729
1813
|
"code-diff-viewer.CodeDiffViewer",
|
|
1730
1814
|
"code-snippet-viewer.CodeSnippetViewer",
|
|
1815
|
+
"color-palette.ColorPaletteDisplay",
|
|
1816
|
+
"color-palette.ColorPalettePicker",
|
|
1731
1817
|
"color-picker.ColorPicker",
|
|
1732
1818
|
"column-toggler.ColumnToggler",
|
|
1733
1819
|
"combobox.ComboboxEmpty",
|
|
@@ -1788,10 +1874,15 @@ const ALL_SLUGS = Object.freeze([
|
|
|
1788
1874
|
"event-icon.EventIcon",
|
|
1789
1875
|
"event-meta-editor.EventMetaEditor",
|
|
1790
1876
|
"export-button.ExportButton",
|
|
1877
|
+
"expression.Expression",
|
|
1878
|
+
"expression.ExpressionGroup",
|
|
1879
|
+
"facet.Facet",
|
|
1880
|
+
"facet.FacetGroup",
|
|
1791
1881
|
"failure-list.FailureList",
|
|
1792
1882
|
"faq-accordion.FaqAccordion",
|
|
1793
1883
|
"feature-flag-panel.FeatureFlagPanel",
|
|
1794
1884
|
"field-sidebar.FieldSidebar",
|
|
1885
|
+
"field-token.FieldToken",
|
|
1795
1886
|
"filter-bar.FilterBar",
|
|
1796
1887
|
"floating-action-bar.FloatingActionBar",
|
|
1797
1888
|
"form-dynamic.DynamicFieldForm",
|
|
@@ -1828,13 +1919,17 @@ const ALL_SLUGS = Object.freeze([
|
|
|
1828
1919
|
"form.FormTagInput",
|
|
1829
1920
|
"form.FormTextarea",
|
|
1830
1921
|
"heading.Heading",
|
|
1922
|
+
"highlight.Highlight",
|
|
1831
1923
|
"icon-picker.IconPicker",
|
|
1832
1924
|
"inline-edit-table.InlineEditTable",
|
|
1925
|
+
"inline-edit.InlineEdit",
|
|
1833
1926
|
"input.Input",
|
|
1834
1927
|
"insights-panel.InsightsPanel",
|
|
1835
1928
|
"kanban-board.KanbanBoard",
|
|
1836
1929
|
"kbd.Kbd",
|
|
1930
|
+
"key-pad-menu.KeyPadMenu",
|
|
1837
1931
|
"key-value-editor.KeyValueEditor",
|
|
1932
|
+
"live-region.LiveRegion",
|
|
1838
1933
|
"loading-overlay.LoadingOverlay",
|
|
1839
1934
|
"log-table.LogTable",
|
|
1840
1935
|
"logo.Logo",
|
|
@@ -1914,6 +2009,7 @@ const ALL_SLUGS = Object.freeze([
|
|
|
1914
2009
|
"task-list.TaskList",
|
|
1915
2010
|
"team-member-list.TeamMemberList",
|
|
1916
2011
|
"template-picker.TemplatePicker",
|
|
2012
|
+
"text-truncate.TextTruncate",
|
|
1917
2013
|
"text.Text",
|
|
1918
2014
|
"textarea.Textarea",
|
|
1919
2015
|
"theme-switcher.ThemeSwitcher",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-registry.d.cts","names":[],"sources":["../src/__generated__/id-registry.ts"],"mappings":";;;KAKY;;UAGK;;EAEf;;EAEA;;EAEA,OAAO;;EAEP;;;;;;cAOW,aAAa,SAAS,eAAe;;;;;
|
|
1
|
+
{"version":3,"file":"id-registry.d.cts","names":[],"sources":["../src/__generated__/id-registry.ts"],"mappings":";;;KAKY;;UAGK;;EAEf;;EAEA;;EAEA,OAAO;;EAEP;;;;;;cAOW,aAAa,SAAS,eAAe;;;;;cA29CrC,YAAY,SAAS;;cAgQrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-registry.d.ts","names":[],"sources":["../src/__generated__/id-registry.ts"],"mappings":";;;KAKY;;UAGK;;EAEf;;EAEA;;EAEA,OAAO;;EAEP;;;;;;cAOW,aAAa,SAAS,eAAe;;;;;
|
|
1
|
+
{"version":3,"file":"id-registry.d.ts","names":[],"sources":["../src/__generated__/id-registry.ts"],"mappings":";;;KAKY;;UAGK;;EAEf;;EAEA;;EAEA,OAAO;;EAEP;;;;;;cAOW,aAAa,SAAS,eAAe;;;;;cA29CrC,YAAY,SAAS;;cAgQrB"}
|