@epam/ai-dial-catalog 1.1.0-dev.182 → 1.1.0-dev.183
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 +1 -1
- package/components/AppIdentity/AppIdentity.d.ts.map +1 -1
- package/components/CardGrid/Card.d.ts.map +1 -1
- package/components/Catalog/Catalog.d.ts.map +1 -1
- package/components/Details/DetailsPanel.d.ts.map +1 -1
- package/components/Details/Header/Header.d.ts.map +1 -1
- package/components/Favorites/Favorites.d.ts.map +1 -1
- package/components/InfoCard/InfoCard.d.ts.map +1 -1
- package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -1
- package/components/ListView/columns.d.ts +1 -1
- package/components/ListView/columns.d.ts.map +1 -1
- package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -1
- package/components/Toolbar/Toolbar.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +1 -4
- package/index.d.ts.map +1 -1
- package/index.js +8636 -58531
- package/models/catalog-item.d.ts +1 -1
- package/models/catalog-item.d.ts.map +1 -1
- package/models/catalog-props.d.ts +1 -1
- package/models/catalog-props.d.ts.map +1 -1
- package/models/list-props.d.ts +1 -1
- package/models/list-props.d.ts.map +1 -1
- package/package.json +3 -4
- package/utils/catalog-tabs.d.ts +1 -1
- package/utils/catalog-tabs.d.ts.map +1 -1
- package/JsonEditor-oVyN8mBH-4_lVc0wh-B2lYzGFt-H_hD252X.js +0 -732
- package/components/EntityHeader/EntityHeader.d.ts +0 -32
- package/components/EntityHeader/EntityHeader.d.ts.map +0 -1
- package/components/EntityTypeLabel/EntityTypeLabel.d.ts +0 -16
- package/components/EntityTypeLabel/EntityTypeLabel.d.ts.map +0 -1
- package/components/FeaturedChip/FeaturedChip.d.ts +0 -14
- package/components/FeaturedChip/FeaturedChip.d.ts.map +0 -1
- package/components/ItemHeader/ItemHeader.d.ts +0 -15
- package/components/ItemHeader/ItemHeader.d.ts.map +0 -1
- package/components/SearchBar/SearchBar.d.ts +0 -25
- package/components/SearchBar/SearchBar.d.ts.map +0 -1
- package/constants/entity-colors.d.ts +0 -6
- package/constants/entity-colors.d.ts.map +0 -1
- package/index-BU5Qz5JM-BXYoqD6l-L4brbFsj-DweMgJ6-.js +0 -58296
- package/types/entity-type.d.ts +0 -10
- package/types/entity-type.d.ts.map +0 -1
package/types/entity-type.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** Entity type for a catalog item. Values are uppercase for direct color-map lookup. */
|
|
2
|
-
export declare enum CatalogEntityType {
|
|
3
|
-
Model = "MODEL",
|
|
4
|
-
Agent = "AGENT",
|
|
5
|
-
Toolset = "TOOLSET",
|
|
6
|
-
Skill = "SKILL",
|
|
7
|
-
/** Reusable text prompt. Carries a body instead of a runtime. */
|
|
8
|
-
Prompt = "PROMPT"
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=entity-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entity-type.d.ts","sourceRoot":"","sources":["../../src/types/entity-type.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,oBAAY,iBAAiB;IAC3B,KAAK,UAAU;IACf,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,iEAAiE;IACjE,MAAM,WAAW;CAClB"}
|