@epam/ai-dial-catalog 1.1.0-dev.17 → 1.1.0-dev.170
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/components/AppIdentity/AppIdentity.d.ts +6 -13
- package/components/AppIdentity/AppIdentity.d.ts.map +1 -1
- package/components/CardGrid/Card.d.ts.map +1 -1
- package/components/CardGrid/CardGrid.d.ts.map +1 -1
- package/components/CardGrid/CardRowRenderer.d.ts.map +1 -1
- package/components/Catalog/Catalog.d.ts +1 -5
- package/components/Catalog/Catalog.d.ts.map +1 -1
- package/components/Catalog/CreateButton.d.ts +2 -2
- package/components/Catalog/CreateButton.d.ts.map +1 -1
- package/components/CredentialsBadge/CredentialsBadge.d.ts +10 -1
- package/components/CredentialsBadge/CredentialsBadge.d.ts.map +1 -1
- package/components/Details/ApiDetails.d.ts +4 -2
- package/components/Details/ApiDetails.d.ts.map +1 -1
- package/components/Details/ConfirmationView/ConfirmationFooter.d.ts +22 -0
- package/components/Details/ConfirmationView/ConfirmationFooter.d.ts.map +1 -0
- package/components/Details/ConfirmationView/ConfirmationView.d.ts +19 -0
- package/components/Details/ConfirmationView/ConfirmationView.d.ts.map +1 -0
- package/components/Details/Credentials/CredentialsSection.d.ts +1 -1
- package/components/Details/Credentials/CredentialsSection.d.ts.map +1 -1
- package/components/Details/DetailsPanel.d.ts.map +1 -1
- package/components/Details/Header/Header.d.ts +12 -9
- package/components/Details/Header/Header.d.ts.map +1 -1
- package/components/Details/Header/ShareButton/ShareButton.d.ts +6 -0
- package/components/Details/Header/ShareButton/ShareButton.d.ts.map +1 -1
- package/components/Details/TabsContent/About.d.ts +2 -1
- package/components/Details/TabsContent/About.d.ts.map +1 -1
- package/components/Details/TabsContent/Content.d.ts +16 -0
- package/components/Details/TabsContent/Content.d.ts.map +1 -0
- package/components/EntityHeader/EntityHeader.d.ts +4 -4
- package/components/EntityHeader/EntityHeader.d.ts.map +1 -1
- package/components/EntityTypeLabel/EntityTypeLabel.d.ts.map +1 -1
- package/components/Favorites/FavoriteCard.d.ts +6 -3
- package/components/Favorites/FavoriteCard.d.ts.map +1 -1
- package/components/Favorites/Favorites.d.ts.map +1 -1
- package/components/Filter/Filter.d.ts +34 -6
- package/components/Filter/Filter.d.ts.map +1 -1
- package/components/InfoCard/InfoCard.d.ts +15 -0
- package/components/InfoCard/InfoCard.d.ts.map +1 -0
- package/components/ItemHeader/ItemHeader.d.ts +1 -0
- package/components/ItemHeader/ItemHeader.d.ts.map +1 -1
- package/components/ListView/ListView.d.ts +1 -5
- package/components/ListView/ListView.d.ts.map +1 -1
- package/components/ListView/Renders/EntityTypeCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/FolderCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/FolderCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/NameCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/StarCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/StarCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/TagsCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/TagsCellRenderer.d.ts.map +1 -1
- package/components/ListView/columns.d.ts +2 -1
- package/components/ListView/columns.d.ts.map +1 -1
- package/components/SearchBar/SearchBar.d.ts +1 -5
- package/components/SearchBar/SearchBar.d.ts.map +1 -1
- package/components/StarToggleButton/StarToggleButton.d.ts +2 -0
- package/components/StarToggleButton/StarToggleButton.d.ts.map +1 -1
- package/components/TableView/TableView.d.ts +19 -0
- package/components/TableView/TableView.d.ts.map +1 -1
- package/components/Toolbar/Rows/TitleRow.d.ts +3 -3
- package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -1
- package/components/Toolbar/Toolbar.d.ts.map +1 -1
- package/components/TopicTag/TopicTag.d.ts +12 -7
- package/components/TopicTag/TopicTag.d.ts.map +1 -1
- package/constants/entity-colors.d.ts +0 -2
- package/constants/entity-colors.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +13 -29
- package/index.d.ts.map +1 -1
- package/index.js +146296 -10143
- package/models/app-identity-styles.d.ts +28 -0
- package/models/app-identity-styles.d.ts.map +1 -0
- package/models/card-props.d.ts +9 -11
- package/models/card-props.d.ts.map +1 -1
- package/models/catalog-item.d.ts +9 -5
- package/models/catalog-item.d.ts.map +1 -1
- package/models/catalog-props.d.ts +44 -32
- package/models/catalog-props.d.ts.map +1 -1
- package/models/catalog-styles.d.ts +3 -40
- package/models/catalog-styles.d.ts.map +1 -1
- package/models/favorites.d.ts +13 -7
- package/models/favorites.d.ts.map +1 -1
- package/models/grid-props.d.ts +4 -0
- package/models/grid-props.d.ts.map +1 -1
- package/models/item-details-data.d.ts +7 -0
- package/models/item-details-data.d.ts.map +1 -1
- package/models/item-details-props.d.ts +178 -34
- package/models/item-details-props.d.ts.map +1 -1
- package/models/item-overview.d.ts +1 -7
- package/models/item-overview.d.ts.map +1 -1
- package/models/list-props.d.ts +21 -2
- package/models/list-props.d.ts.map +1 -1
- package/models/toolbar-props.d.ts +14 -18
- package/models/toolbar-props.d.ts.map +1 -1
- package/package.json +6 -6
- package/types/deployment-icon-size.d.ts +5 -0
- package/types/deployment-icon-size.d.ts.map +1 -0
- package/types/detail-tab.d.ts +4 -1
- package/types/detail-tab.d.ts.map +1 -1
- package/types/details-confirmation.d.ts +19 -0
- package/types/details-confirmation.d.ts.map +1 -0
- package/types/entity-type.d.ts +2 -3
- package/types/entity-type.d.ts.map +1 -1
- package/utils/catalog-filter.d.ts +1 -0
- package/utils/catalog-filter.d.ts.map +1 -1
- package/utils/catalog-sort.d.ts +1 -8
- package/utils/catalog-sort.d.ts.map +1 -1
- package/utils/catalog-tabs.d.ts +2 -2
- package/utils/catalog-tabs.d.ts.map +1 -1
- package/utils/parse-about-content.d.ts +2 -12
- package/utils/parse-about-content.d.ts.map +1 -1
- package/utils/prompt-variables.d.ts +21 -0
- package/utils/prompt-variables.d.ts.map +1 -0
- package/utils/styles.d.ts +1 -0
- package/utils/styles.d.ts.map +1 -1
- package/utils/toolset-credentials.d.ts +3 -18
- package/utils/toolset-credentials.d.ts.map +1 -1
- package/utils/use-fav-columns.d.ts +1 -4
- package/utils/use-fav-columns.d.ts.map +1 -1
- package/utils/use-scroll-virtualizer.d.ts +1 -9
- package/utils/use-scroll-virtualizer.d.ts.map +1 -1
- package/components/Details/Header/ConnectButton/ConnectButton.d.ts +0 -25
- package/components/Details/Header/ConnectButton/ConnectButton.d.ts.map +0 -1
- package/components/Details/Header/DeleteButton/DeleteButton.d.ts +0 -25
- package/components/Details/Header/DeleteButton/DeleteButton.d.ts.map +0 -1
- package/components/Details/Summary/Limits.d.ts +0 -18
- package/components/Details/Summary/Limits.d.ts.map +0 -1
- package/components/Details/Summary/Summary.d.ts +0 -12
- package/components/Details/Summary/Summary.d.ts.map +0 -1
- package/components/FolderPath/FolderPath.d.ts +0 -25
- package/components/FolderPath/FolderPath.d.ts.map +0 -1
- package/components/PublishFoldersTree/PublishFoldersTree.d.ts +0 -72
- package/components/PublishFoldersTree/PublishFoldersTree.d.ts.map +0 -1
- package/components/PublishHistoryList/PublishHistoryList.d.ts +0 -44
- package/components/PublishHistoryList/PublishHistoryList.d.ts.map +0 -1
- package/components/PublishPanel/PublishFooter.d.ts +0 -37
- package/components/PublishPanel/PublishFooter.d.ts.map +0 -1
- package/components/PublishPanel/PublishPanel.d.ts +0 -109
- package/components/PublishPanel/PublishPanel.d.ts.map +0 -1
- package/components/PublishPanel/StandalonePublishPanel.d.ts +0 -90
- package/components/PublishPanel/StandalonePublishPanel.d.ts.map +0 -1
- package/constants/catalog-defaults.d.ts +0 -4
- package/constants/catalog-defaults.d.ts.map +0 -1
- package/models/entity-summary.d.ts +0 -23
- package/models/entity-summary.d.ts.map +0 -1
- package/models/publish.d.ts +0 -89
- package/models/publish.d.ts.map +0 -1
- package/models/sort.d.ts +0 -8
- package/models/sort.d.ts.map +0 -1
- package/types/entity-tag.d.ts +0 -9
- package/types/entity-tag.d.ts.map +0 -1
- package/utils/format-published-date.d.ts +0 -8
- package/utils/format-published-date.d.ts.map +0 -1
- package/utils/publish-folder-tree.d.ts +0 -45
- package/utils/publish-folder-tree.d.ts.map +0 -1
- package/utils/publish-state.d.ts +0 -9
- package/utils/publish-state.d.ts.map +0 -1
- package/utils/use-publish-flow.d.ts +0 -77
- package/utils/use-publish-flow.d.ts.map +0 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { AppIdentityStyles } from '../../models/app-identity-styles';
|
|
3
|
+
import { DeploymentSize } from '../../types/deployment-icon-size';
|
|
2
4
|
import { CatalogEntityType } from '../../types/entity-type';
|
|
3
5
|
/** Props for the shared AppIdentity block used in browse and favorite cards. */
|
|
4
6
|
export interface AppIdentityProps {
|
|
@@ -15,23 +17,14 @@ export interface AppIdentityProps {
|
|
|
15
17
|
* When undefined, the row is hidden even in size 'lg'.
|
|
16
18
|
*/
|
|
17
19
|
lastUsed?: string;
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
* 'lg' — favorite cards: 54 px logo, radius 14 px, includes last-used line.
|
|
21
|
-
*/
|
|
22
|
-
size: 'sm' | 'lg';
|
|
20
|
+
/** Size of the block, which controls the logo size and whether the last-used row is shown. */
|
|
21
|
+
size: DeploymentSize;
|
|
23
22
|
/** Search query used to highlight matching text in the name. */
|
|
24
23
|
query?: string;
|
|
25
24
|
/** Additional classes applied to the root element. */
|
|
26
25
|
className?: string;
|
|
27
|
-
/**
|
|
28
|
-
|
|
29
|
-
/** CSS class for the entity name. Default: 'dial-body-semi-text text-primary'. */
|
|
30
|
-
nameClassName?: string;
|
|
31
|
-
/** CSS class for the version string. Default: 'dial-tiny-text text-secondary'. */
|
|
32
|
-
versionClassName?: string;
|
|
33
|
-
/** CSS class for the last-used line text and icon. Default: 'dial-tiny-text text-secondary'. */
|
|
34
|
-
lastUsedClassName?: string;
|
|
26
|
+
/** Grouped color and typography overrides. */
|
|
27
|
+
styles?: AppIdentityStyles;
|
|
35
28
|
/** Element rendered at the end of the last-used row (size 'lg' only). */
|
|
36
29
|
lastUsedTrailing?: ReactNode;
|
|
37
30
|
/** Additional CSS class applied to the icon wrapper div (e.g. for hover-scale animations). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppIdentity.d.ts","sourceRoot":"","sources":["../../../src/components/AppIdentity/AppIdentity.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,gFAAgF;AAChF,MAAM,WAAW,gBAAgB;IAC/B,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,6FAA6F;IAC7F,IAAI,EAAE,iBAAiB,CAAC;IACxB,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB
|
|
1
|
+
{"version":3,"file":"AppIdentity.d.ts","sourceRoot":"","sources":["../../../src/components/AppIdentity/AppIdentity.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,gFAAgF;AAChF,MAAM,WAAW,gBAAgB;IAC/B,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,6FAA6F;IAC7F,IAAI,EAAE,iBAAiB,CAAC;IACxB,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8FAA8F;IAC9F,IAAI,EAAE,cAAc,CAAC;IACrB,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,8FAA8F;IAC9F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,oFAAoF;AACpF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAqG5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/Card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/Card.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAUzD,6FAA6F;AAC7F,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAkK9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardGrid.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardGrid.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardGrid.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardGrid.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,EAAiB,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAK7D,yFAAyF;AACzF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA2GtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardRowRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardRowRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAG9D,uDAAuD;AACvD,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sFAAsF;IACtF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,
|
|
1
|
+
{"version":3,"file":"CardRowRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardRowRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAG9D,uDAAuD;AACvD,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sFAAsF;IACtF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAkDpD,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { CatalogProps } from '../../models/catalog-props';
|
|
3
|
-
/**
|
|
4
|
-
* Root catalog component. Owns all filter/sort/tab/pagination state and wires
|
|
5
|
-
* Favorites, Toolbar, CardGrid, and ListView.
|
|
6
|
-
* All data arrives via props — no direct API or context access.
|
|
7
|
-
*/
|
|
3
|
+
/** Root catalog component: entity browsing with tabs, search, sort, filter, favorites strip, and details panel. */
|
|
8
4
|
export declare const Catalog: FC<CatalogProps>;
|
|
9
5
|
//# sourceMappingURL=Catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAsB/D,mHAAmH;AACnH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAwgBpC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { DropdownItem } from '@epam/ai-dial-ui-kit';
|
|
1
2
|
import { FC } from 'react';
|
|
2
|
-
import { CreateOption } from '../../models/catalog-props';
|
|
3
3
|
/** Props for the catalog Create button. */
|
|
4
4
|
export interface CreateButtonProps {
|
|
5
5
|
/** Button label. */
|
|
@@ -8,7 +8,7 @@ export interface CreateButtonProps {
|
|
|
8
8
|
* When provided, the button opens a dropdown with these options instead of
|
|
9
9
|
* calling `onClick` directly.
|
|
10
10
|
*/
|
|
11
|
-
options?:
|
|
11
|
+
options?: DropdownItem[];
|
|
12
12
|
/** Called when the button is clicked and no `options` are present. */
|
|
13
13
|
onClick?: () => void;
|
|
14
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/CreateButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/CreateButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,YAAY,EAEb,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,EAAE,EAAU,MAAM,OAAO,CAAC;AAEnC,2CAA2C;AAC3C,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,yEAAyE;AACzE,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA4B9C,CAAC"}
|
|
@@ -8,8 +8,17 @@ export interface CredentialsBadgeProps {
|
|
|
8
8
|
loggedOutLabel?: string;
|
|
9
9
|
/** Additional CSS class applied for layout/spacing (e.g. margins). */
|
|
10
10
|
className?: string;
|
|
11
|
-
/** Typography
|
|
11
|
+
/** Typography class for the badge itself. Default: `'dial-caption-semi-text uppercase'`. Colors come from the module stylesheet. */
|
|
12
12
|
badgeClassName?: string;
|
|
13
|
+
/** Color overrides applied as CSS custom properties. */
|
|
14
|
+
colors?: CredentialsBadgeColors;
|
|
15
|
+
}
|
|
16
|
+
/** Color overrides for `CredentialsBadge`, applied as CSS custom properties. */
|
|
17
|
+
export interface CredentialsBadgeColors {
|
|
18
|
+
/** Badge background color. Fallback: `--bg-error`. */
|
|
19
|
+
background?: string;
|
|
20
|
+
/** Badge text color. Fallback: `--text-error`. */
|
|
21
|
+
text?: string;
|
|
13
22
|
}
|
|
14
23
|
/** Credential-status badge shown on toolset cards — only rendered when signed out. */
|
|
15
24
|
export declare const CredentialsBadge: FC<CredentialsBadgeProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/CredentialsBadge/CredentialsBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"CredentialsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/CredentialsBadge/CredentialsBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAIpF,oCAAoC;AACpC,MAAM,WAAW,qBAAqB;IACpC,2IAA2I;IAC3I,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,kEAAkE;IAClE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sEAAsE;IACtE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oIAAoI;IACpI,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wDAAwD;IACxD,MAAM,CAAC,EAAE,sBAAsB,CAAC;CACjC;AAED,gFAAgF;AAChF,MAAM,WAAW,sBAAsB;IACrC,sDAAsD;IACtD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,sFAAsF;AACtF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAiCtD,CAAC"}
|
|
@@ -12,7 +12,7 @@ export interface ApiDetailsProps {
|
|
|
12
12
|
snippetSectionLabel?: string;
|
|
13
13
|
/** "Model ID" row label. Default: `'Model ID'`. */
|
|
14
14
|
modelIdLabel?: string;
|
|
15
|
-
/**
|
|
15
|
+
/** Title shown in the single-endpoint code block's header (when `api.endpoints` is absent). Default: `'Endpoint'`. */
|
|
16
16
|
endpointLabel?: string;
|
|
17
17
|
/** "Request example" row label. Default: `'Request example'`. */
|
|
18
18
|
requestExampleLabel?: string;
|
|
@@ -26,9 +26,11 @@ export interface ApiDetailsProps {
|
|
|
26
26
|
valueClassName?: string;
|
|
27
27
|
/** CSS class for code block text. Defaults to `'dial-code-text'`. */
|
|
28
28
|
codeClassName?: string;
|
|
29
|
+
/** CSS class for the endpoint/language title inside a code block header. Defaults to `'dial-tiny-semi-text'` — unlike a plain code block's label, these titles keep their authored casing. */
|
|
30
|
+
codeTitleClassName?: string;
|
|
29
31
|
/** CSS class for section headings. Defaults to `'dial-caption-text'`. */
|
|
30
32
|
sectionClassName?: string;
|
|
31
33
|
}
|
|
32
|
-
/** Renders the
|
|
34
|
+
/** Renders the Connect tab: resource identity rows, a copyable single- or multi-endpoint URL (titled with the endpoint's name), and code snippets. */
|
|
33
35
|
export declare const ApiDetails: FC<ApiDetailsProps>;
|
|
34
36
|
//# sourceMappingURL=ApiDetails.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiDetails.d.ts","sourceRoot":"","sources":["../../../src/components/Details/ApiDetails.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiDetails.d.ts","sourceRoot":"","sources":["../../../src/components/Details/ApiDetails.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AACzD,OAAO,KAAK,EACV,qBAAqB,EAEtB,MAAM,gCAAgC,CAAC;AAkBxC,8BAA8B;AAC9B,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,GAAG,EAAE,qBAAqB,CAAC;IAC3B,yDAAyD;IACzD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yFAAyF;IACzF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6FAA6F;IAC7F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sHAAsH;IACtH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+DAA+D;IAC/D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8LAA8L;IAC9L,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAsFD,sJAAsJ;AACtJ,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA+K1C,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { DetailsConfirmationVariant } from '../../../types/details-confirmation';
|
|
3
|
+
/** Props for `ConfirmationFooter`. */
|
|
4
|
+
export interface ConfirmationFooterProps {
|
|
5
|
+
/** Label of the confirming action button. */
|
|
6
|
+
confirmLabel: string;
|
|
7
|
+
/** Label of the cancel button. */
|
|
8
|
+
cancelLabel: string;
|
|
9
|
+
/** Palette of the confirm button; `Danger` also gives it a leading trash icon. Default: `DetailsConfirmationVariant.Info`. */
|
|
10
|
+
variant?: DetailsConfirmationVariant;
|
|
11
|
+
/** Whether the confirmed action is in flight. Default: `false`. */
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
/** Status text announced to assistive tech while the action is in flight. */
|
|
14
|
+
loadingStatusLabel?: string;
|
|
15
|
+
/** Called when the user confirms. */
|
|
16
|
+
onConfirm: () => void;
|
|
17
|
+
/** Called when the user cancels. */
|
|
18
|
+
onCancel: () => void;
|
|
19
|
+
}
|
|
20
|
+
/** Action row pinned to the bottom of the details panel while a confirmation step is open. */
|
|
21
|
+
export declare const ConfirmationFooter: FC<ConfirmationFooterProps>;
|
|
22
|
+
//# sourceMappingURL=ConfirmationFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/ConfirmationView/ConfirmationFooter.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AAGjF,sCAAsC;AACtC,MAAM,WAAW,uBAAuB;IACtC,6CAA6C;IAC7C,YAAY,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,8HAA8H;IAC9H,OAAO,CAAC,EAAE,0BAA0B,CAAC;IACrC,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6EAA6E;IAC7E,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qCAAqC;IACrC,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,8FAA8F;AAC9F,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAgD1D,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { CatalogItem } from '../../../models/catalog-item';
|
|
3
|
+
import { DetailsConfirmationVariant } from '../../../types/details-confirmation';
|
|
4
|
+
/** Props for `ConfirmationView`. */
|
|
5
|
+
export interface ConfirmationViewProps {
|
|
6
|
+
/** Item the confirmation is about, rendered as an identity card above the copy. */
|
|
7
|
+
item: CatalogItem;
|
|
8
|
+
/** Body copy explaining what confirming does. */
|
|
9
|
+
message: ReactNode;
|
|
10
|
+
/** Consequences listed as bullets under the message. An empty or omitted list renders nothing. */
|
|
11
|
+
consequences?: string[];
|
|
12
|
+
/** Palette of the identity card. Default: `DetailsConfirmationVariant.Info`. */
|
|
13
|
+
variant?: DetailsConfirmationVariant;
|
|
14
|
+
/** Typography class applied to the message and the bullet list. Defaults to `'dial-small-text'`. */
|
|
15
|
+
messageClassName?: string;
|
|
16
|
+
}
|
|
17
|
+
/** Body of the details panel's in-place confirmation step: an item identity card, the confirmation copy, and an optional consequence list. */
|
|
18
|
+
export declare const ConfirmationView: FC<ConfirmationViewProps>;
|
|
19
|
+
//# sourceMappingURL=ConfirmationView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationView.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/ConfirmationView/ConfirmationView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AAIjF,oCAAoC;AACpC,MAAM,WAAW,qBAAqB;IACpC,mFAAmF;IACnF,IAAI,EAAE,WAAW,CAAC;IAClB,iDAAiD;IACjD,OAAO,EAAE,SAAS,CAAC;IACnB,kGAAkG;IAClG,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gFAAgF;IAChF,OAAO,CAAC,EAAE,0BAA0B,CAAC;IACrC,oGAAoG;IACpG,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,8IAA8I;AAC9I,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CA0BtD,CAAC"}
|
|
@@ -12,7 +12,7 @@ interface CredentialsSectionProps {
|
|
|
12
12
|
level: CredentialsLevel;
|
|
13
13
|
}) => void;
|
|
14
14
|
texts?: ItemDetailsTexts;
|
|
15
|
-
/** Typography class for the signed-in/signed-out status label. Default: `'dial-small-semi-text
|
|
15
|
+
/** Typography class for the signed-in/signed-out status label. Default: `'dial-small-semi-text'`. */
|
|
16
16
|
statusLabelClassName?: string;
|
|
17
17
|
}
|
|
18
18
|
/** Inline login/logout section shown below the details panel header when the credentials action is expanded. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Credentials/CredentialsSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CredentialsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Credentials/CredentialsSection.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,gBAAgB,EAIjB,MAAM,6BAA6B,CAAC;AAOrC,UAAU,uBAAuB;IAC/B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KACjD,IAAI,CAAC;IACV,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAA;KAAE,KAAK,IAAI,CAAC;IAC5E,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,qGAAqG;IACrG,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAiHD,gHAAgH;AAChH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAqG1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAyEzE,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAguB9C,CAAC"}
|
|
@@ -13,16 +13,19 @@ interface HeaderProps {
|
|
|
13
13
|
*/
|
|
14
14
|
shareOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
16
|
+
* Additional caller-supplied rule for whether Share is shown, combined
|
|
17
|
+
* (AND) with the built-in ownership/type rule.
|
|
18
18
|
*/
|
|
19
|
-
|
|
20
|
-
/** Controls whether the "Connect" action is shown for the item. When absent, the Connect button is never shown. */
|
|
21
|
-
isConnectVisible?: (item: CatalogItem) => boolean;
|
|
19
|
+
isShareVisible?: (item: CatalogItem) => boolean;
|
|
22
20
|
onEdit?: (item: CatalogItem) => void;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
/** Called when "Delete" is clicked in the Manage menu. The details panel owns the confirmation step, so this only requests it. */
|
|
22
|
+
onDelete?: (item: CatalogItem) => void;
|
|
23
|
+
/** Called when the recipient-side "Remove from My List" action is clicked for an item shared with the current user. The details panel owns the confirmation step. */
|
|
24
|
+
onUnshare?: (item: CatalogItem) => void;
|
|
25
|
+
/** Additional caller-supplied rule for whether "Remove from My List" is shown, combined (AND) with the built-in `sharedWithMe`/`isMyApp` rule. Defaults to `true` when absent. */
|
|
26
|
+
isUnshareVisible?: (item: CatalogItem) => boolean;
|
|
27
|
+
/** Called when the owner-side "Revoke access" action is clicked for an item the current user owns. The details panel owns the confirmation step. */
|
|
28
|
+
onRevokeShare?: (item: CatalogItem) => void;
|
|
26
29
|
onLogin?: (item: CatalogItem, params: {
|
|
27
30
|
level: CredentialsLevel;
|
|
28
31
|
apiKey?: string;
|
|
@@ -49,7 +52,7 @@ interface HeaderProps {
|
|
|
49
52
|
/** Called when the "Publish" button is clicked; the host swaps this panel's content to the publish view. */
|
|
50
53
|
onOpenPublish?: () => void;
|
|
51
54
|
}
|
|
52
|
-
/**
|
|
55
|
+
/** Details panel header bar: entity identity (icon + name + version), action buttons (primary action, Share, a "Manage" menu for Edit/Publish/Delete), and inline credentials section. For Toolsets, the credentials action (Log in / Log out / manage) renders first and styled as the primary action, since Toolsets have no "Use in chat" action. */
|
|
53
56
|
export declare const Header: FC<HeaderProps>;
|
|
54
57
|
export {};
|
|
55
58
|
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Header/Header.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Header/Header.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,EAAE,EAAwB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EACV,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAGL,KAAK,gBAAgB,EACtB,MAAM,6BAA6B,CAAC;AAMrC,UAAU,WAAW;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC1C,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACrE;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAChD,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACrC,kIAAkI;IAClI,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACvC,qKAAqK;IACrK,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACxC,kLAAkL;IAClL,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,oJAAoJ;IACpJ,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KACjD,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,CACT,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAA;KAAE,KAChC,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,uGAAuG;IACvG,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,4GAA4G;IAC5G,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AACD,wVAAwV;AACxV,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA6QlC,CAAC"}
|
|
@@ -11,6 +11,12 @@ interface ShareButtonProps {
|
|
|
11
11
|
* provided, clicking Share opens this popover instead of calling `onShare`.
|
|
12
12
|
*/
|
|
13
13
|
shareOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* Additional caller-supplied rule for whether Share is shown, combined
|
|
16
|
+
* (AND) with the built-in ownership/type rule. Absent means the built-in
|
|
17
|
+
* rule alone decides.
|
|
18
|
+
*/
|
|
19
|
+
isShareVisible?: (item: CatalogItem) => boolean;
|
|
14
20
|
/** Share button label. Defaults to `'Share'`. */
|
|
15
21
|
label?: string;
|
|
16
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShareButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ShareButton/ShareButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShareButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ShareButton/ShareButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,qCAAqC;AACrC,UAAU,gBAAgB;IACxB,iCAAiC;IACjC,IAAI,EAAE,WAAW,CAAC;IAClB,2EAA2E;IAC3E,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACrE;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAChD,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAUD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8C5C,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { ItemDetailsStyles } from '../../../models/item-details-props';
|
|
3
3
|
interface AboutTabProps {
|
|
4
|
-
|
|
4
|
+
topics?: string[];
|
|
5
|
+
/** Raw text to render (bullets/headings are parsed from it), typically `item.description`. */
|
|
5
6
|
content: string;
|
|
6
7
|
detailsStyles?: ItemDetailsStyles;
|
|
7
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/About.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/About.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AA0B5E,UAAU,aAAa;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,8FAA8F;IAC9F,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AAED,gFAAgF;AAChF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA4CtC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ItemDetailsStyles } from '../../../models/item-details-props';
|
|
3
|
+
interface ContentTabProps {
|
|
4
|
+
/** The item's full text body, rendered read-only as markdown. */
|
|
5
|
+
content: string;
|
|
6
|
+
/** Short summary shown above the body. Omitted when empty. */
|
|
7
|
+
description?: string;
|
|
8
|
+
detailsStyles?: ItemDetailsStyles;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Renders a catalog item's summary and its long-form body as read-only
|
|
12
|
+
* markdown, with `{{placeholder}}` tokens highlighted.
|
|
13
|
+
*/
|
|
14
|
+
export declare const ContentTab: FC<ContentTabProps>;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=Content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/Content.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAO5E,UAAU,eAAe;IACvB,iEAAiE;IACjE,OAAO,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAuC1C,CAAC"}
|
|
@@ -4,13 +4,13 @@ import { CatalogItem } from '../../models/catalog-item';
|
|
|
4
4
|
export interface EntityHeaderProps {
|
|
5
5
|
/** The favorite item to display. */
|
|
6
6
|
item: CatalogItem;
|
|
7
|
-
/** CSS class for the item name.
|
|
7
|
+
/** Typography CSS class for the item name. Falls back to `ItemHeader`'s own default when omitted. */
|
|
8
8
|
nameClassName?: string;
|
|
9
9
|
/** CSS class for the entity type label. Default: 'dial-caption-semi-text'. */
|
|
10
10
|
typeClassName?: string;
|
|
11
11
|
/** CSS class applied to the icon badge, e.g. to set border-radius. Default: 'rounded-[14px]'. */
|
|
12
12
|
iconBadgeClassName?: string;
|
|
13
|
-
/** CSS class for the version text.
|
|
13
|
+
/** Typography CSS class for the version text. Falls back to `ItemHeader`'s own default when omitted. */
|
|
14
14
|
versionClassName?: string;
|
|
15
15
|
/** Whether to show `item.version` next to the title. Default: true. */
|
|
16
16
|
showVersion?: boolean;
|
|
@@ -22,11 +22,11 @@ export interface EntityHeaderProps {
|
|
|
22
22
|
iconSize?: number;
|
|
23
23
|
/** Search query string; when provided, matching text in the title is highlighted. */
|
|
24
24
|
query?: string;
|
|
25
|
-
/** Content pinned to the bottom of the text column via `mt-auto`, aligning its baseline with the avatar bottom. When provided,
|
|
25
|
+
/** Content pinned to the bottom of the text column via `mt-auto`, aligning its baseline with the avatar bottom. When provided, the column stretches to fill the icon height exactly. */
|
|
26
26
|
footer?: ReactNode;
|
|
27
27
|
/** CSS class for the featured chip. */
|
|
28
28
|
featuredChipClassName?: string;
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
30
|
+
/** Reusable entity identity block: deployment icon, type label, name, version, and optional featured chip. */
|
|
31
31
|
export declare const EntityHeader: FC<EntityHeaderProps>;
|
|
32
32
|
//# sourceMappingURL=EntityHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAMxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,qGAAqG;IACrG,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wLAAwL;IACxL,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,8GAA8G;AAC9G,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAqD9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityTypeLabel.d.ts","sourceRoot":"","sources":["../../../src/components/EntityTypeLabel/EntityTypeLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"EntityTypeLabel.d.ts","sourceRoot":"","sources":["../../../src/components/EntityTypeLabel/EntityTypeLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAG5D,iCAAiC;AACjC,MAAM,WAAW,oBAAoB;IACnC,0EAA0E;IAC1E,IAAI,EAAE,iBAAiB,CAAC;IACxB,uEAAuE;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAcpD,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
+
import { AppIdentityColors } from '../../models/app-identity-styles';
|
|
2
3
|
import { CatalogItem } from '../../models/catalog-item';
|
|
3
4
|
/** Props for FavoriteCard. */
|
|
4
5
|
export interface FavoriteCardProps {
|
|
@@ -10,11 +11,13 @@ export interface FavoriteCardProps {
|
|
|
10
11
|
onToggle?: (id: string, isStarred: boolean) => void;
|
|
11
12
|
/** Called when the card body is clicked. */
|
|
12
13
|
onClick?: (item: CatalogItem) => void;
|
|
13
|
-
/** CSS class for the entity name. Default: 'dial-body-semi-text
|
|
14
|
+
/** Typography CSS class for the entity name. Default: 'dial-body-semi-text'. */
|
|
14
15
|
nameClassName?: string;
|
|
15
|
-
/**
|
|
16
|
+
/** Color overrides applied as CSS custom properties. */
|
|
17
|
+
colors?: AppIdentityColors;
|
|
18
|
+
/** Typography CSS class for the version string. Default: `'dial-tiny-text'`. */
|
|
16
19
|
versionClassName?: string;
|
|
17
|
-
/** CSS class for the last-used text. Default: 'dial-tiny-text
|
|
20
|
+
/** Typography CSS class for the last-used text. Default: `'dial-tiny-text'`. */
|
|
18
21
|
lastUsedClassName?: string;
|
|
19
22
|
/** Search query string; matching text in the name is highlighted when provided. */
|
|
20
23
|
query?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteCard.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/FavoriteCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"FavoriteCard.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/FavoriteCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAOxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,wFAAwF;IACxF,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,4CAA4C;IAC5C,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC,gFAAgF;IAChF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,gFAAgF;IAChF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gFAAgF;IAChF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mFAAmF;IACnF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wGAAwG;IACxG,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iHAAiH;IACjH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,6IAA6I;IAC7I,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qFAAqF;IACrF,8BAA8B,CAAC,EAAE,MAAM,CAAC;CACzC;AAED,2FAA2F;AAC3F,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6G9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Favorites.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/Favorites.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"Favorites.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/Favorites.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAqCxD;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CA8ZxC,CAAC"}
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { ToolbarTypography } from '../../models/toolbar-props';
|
|
3
3
|
/** Props for Filter. */
|
|
4
|
+
/** Color overrides for `Filter`, applied as CSS custom properties. */
|
|
5
|
+
export interface FilterColors {
|
|
6
|
+
/** Trigger button background. Fallback: `#ffffff`. */
|
|
7
|
+
buttonBackground?: string;
|
|
8
|
+
/** Trigger button border color while the dropdown has focus. Fallback: `--stroke-info`. */
|
|
9
|
+
buttonBorderFocus?: string;
|
|
10
|
+
/** Trigger button border color while a filter is applied. Fallback: `--stroke-info`. */
|
|
11
|
+
buttonBorderActive?: string;
|
|
12
|
+
/** Trigger button border color while the dropdown is open. Fallback: `--stroke-info`. */
|
|
13
|
+
buttonBorderOpen?: string;
|
|
14
|
+
/** Trigger button label color. Fallback: `--text-primary`. */
|
|
15
|
+
buttonLabel?: string;
|
|
16
|
+
/** Funnel icon color in the trigger button. Fallback: `--text-secondary`. */
|
|
17
|
+
buttonFunnel?: string;
|
|
18
|
+
/** Chevron icon color in the trigger button. Fallback: `--text-tertiary`. */
|
|
19
|
+
buttonChevron?: string;
|
|
20
|
+
/** Dropdown overlay background. Fallback: `#ffffff`. */
|
|
21
|
+
overlayBackground?: string;
|
|
22
|
+
/** Row background on hover. Fallback: `--bg-layer-raised`. */
|
|
23
|
+
rowHoverBackground?: string;
|
|
24
|
+
/** Background of a checked row. Fallback: `--bg-accent-primary-alpha`. */
|
|
25
|
+
rowCheckedBackground?: string;
|
|
26
|
+
/** Row label text color. Fallback: `--text-primary`. */
|
|
27
|
+
rowLabel?: string;
|
|
28
|
+
/** Checkbox border color in its unchecked state. Fallback: `--stroke-tertiary`. */
|
|
29
|
+
checkboxBorder?: string;
|
|
30
|
+
/** Checkbox background in its unchecked state. Fallback: `#ffffff`. */
|
|
31
|
+
checkboxBackground?: string;
|
|
32
|
+
/** Section heading ("Topics") text color. Fallback: `--text-tertiary`. */
|
|
33
|
+
sectionLabel?: string;
|
|
34
|
+
}
|
|
4
35
|
export interface FilterProps {
|
|
5
36
|
/** Set of topic strings currently selected for filtering. Empty = no topic filter. */
|
|
6
37
|
checked: Set<string>;
|
|
@@ -16,8 +47,6 @@ export interface FilterProps {
|
|
|
16
47
|
myAppsLabel?: string;
|
|
17
48
|
/** Label for the Topics section heading. Default: 'Topics'. */
|
|
18
49
|
topicsLabel?: string;
|
|
19
|
-
/** @deprecated No longer applied — section style is set by the DS spec. */
|
|
20
|
-
topicsSectionClassName?: string;
|
|
21
50
|
/** Button label when nothing is filtered. Default: 'From'. */
|
|
22
51
|
defaultLabel?: string;
|
|
23
52
|
/** Label for the footer Clear button. Default: 'Clear'. */
|
|
@@ -26,10 +55,9 @@ export interface FilterProps {
|
|
|
26
55
|
applyLabel?: string;
|
|
27
56
|
/** Optional typography overrides for the filter button and section label. */
|
|
28
57
|
typography?: ToolbarTypography;
|
|
58
|
+
/** Color overrides applied as CSS custom properties. */
|
|
59
|
+
colors?: FilterColors;
|
|
29
60
|
}
|
|
30
|
-
/**
|
|
31
|
-
* Source-filter dropdown with checkbox list, keyboard navigation, and a
|
|
32
|
-
* footer with Clear + Apply buttons (buffered — changes are committed on Apply).
|
|
33
|
-
*/
|
|
61
|
+
/** Source-filter dropdown: checkbox list for topics and My Apps toggle, with buffered Clear/Apply controls. */
|
|
34
62
|
export declare const Filter: FC<FilterProps>;
|
|
35
63
|
//# sourceMappingURL=Filter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/Filter/Filter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/Filter/Filter.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,wBAAwB;AACxB,sEAAsE;AACtE,MAAM,WAAW,YAAY;IAC3B,sDAAsD;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,2FAA2F;IAC3F,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wFAAwF;IACxF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yFAAyF;IACzF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6EAA6E;IAC7E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6EAA6E;IAC7E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,8DAA8D;IAC9D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,0EAA0E;IAC1E,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mFAAmF;IACnF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uEAAuE;IACvE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,0EAA0E;IAC1E,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,sFAAsF;IACtF,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,+CAA+C;IAC/C,QAAQ,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IACzC,uDAAuD;IACvD,MAAM,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,uDAAuD;IACvD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,wDAAwD;IACxD,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AA0BD,+GAA+G;AAC/G,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAyTlC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { CatalogItem } from '../../models/catalog-item';
|
|
3
|
+
import { DetailsConfirmationVariant } from '../../types/details-confirmation';
|
|
4
|
+
/** Props for `InfoCard`. */
|
|
5
|
+
export interface InfoCardProps {
|
|
6
|
+
/** Item whose identity the card shows. */
|
|
7
|
+
item: CatalogItem;
|
|
8
|
+
/** Palette of the card surface. Default: `DetailsConfirmationVariant.Info`. */
|
|
9
|
+
variant?: DetailsConfirmationVariant;
|
|
10
|
+
/** Size of the entity icon in pixels. Default: `40`. */
|
|
11
|
+
iconSize?: number;
|
|
12
|
+
}
|
|
13
|
+
/** Tinted card showing a catalog item's identity, used to anchor a message to the item it is about. */
|
|
14
|
+
export declare const InfoCard: FC<InfoCardProps>;
|
|
15
|
+
//# sourceMappingURL=InfoCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoCard.d.ts","sourceRoot":"","sources":["../../../src/components/InfoCard/InfoCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAI9E,4BAA4B;AAC5B,MAAM,WAAW,aAAa;IAC5B,0CAA0C;IAC1C,IAAI,EAAE,WAAW,CAAC;IAClB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,0BAA0B,CAAC;IACrC,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,uGAAuG;AACvG,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAetC,CAAC"}
|
|
@@ -9,6 +9,7 @@ interface ItemHeaderProps {
|
|
|
9
9
|
/** Optional content rendered at the trailing end of the header row. */
|
|
10
10
|
trailing?: ReactNode;
|
|
11
11
|
}
|
|
12
|
+
/** Item title header with optional numeric or string postfix and trailing slot. */
|
|
12
13
|
export declare const ItemHeader: FC<ItemHeaderProps>;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=ItemHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,mFAAmF;AACnF,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA6B1C,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { ListViewProps } from '../../models/list-props';
|
|
3
|
-
/**
|
|
4
|
-
* ag-grid table view of catalog items.
|
|
5
|
-
* Rows are windowed: starts at PAGE_SIZE and grows in PAGE_SIZE increments as
|
|
6
|
-
* the user scrolls near the bottom, avoiding a costly full-list DOM render.
|
|
7
|
-
*/
|
|
3
|
+
/** ag-grid table view of catalog items with infinite-scroll windowing. */
|
|
8
4
|
export declare const ListView: FC<ListViewProps>;
|
|
9
5
|
//# sourceMappingURL=ListView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/ListView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/ListView.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAqBxD,0EAA0E;AAC1E,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA4JtC,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the entity-type column. */
|
|
5
6
|
export declare const EntityTypeCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=EntityTypeCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityTypeCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/EntityTypeCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,eAAO,MAAM,sBAAsB,EAAE,EAAE,CACrC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CASvD,CAAC"}
|
|
1
|
+
{"version":3,"file":"EntityTypeCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/EntityTypeCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,wDAAwD;AACxD,eAAO,MAAM,sBAAsB,EAAE,EAAE,CACrC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CASvD,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the folder-path column. */
|
|
5
6
|
export declare const FolderCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=FolderCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/FolderCellRenderer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FolderCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/FolderCellRenderer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,EAAE,EAAE,CACjC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAWvD,CAAC"}
|