@epam/ai-dial-catalog 1.0.0-dev.517 → 1.0.0-dev.519

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-catalog",
3
3
  "description": "Marketplace catalog component for browsing models, tools, and assistants with search, filter, and sort",
4
- "version": "1.0.0-dev.517",
4
+ "version": "1.0.0-dev.519",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -20,9 +20,9 @@
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
22
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
23
- "@epam/ai-dial-kit": "1.0.0-dev.517",
24
- "@epam/ai-dial-sidebar": "1.0.0-dev.517",
25
- "@epam/ai-dial-chat-shared": "1.0.0-dev.517",
23
+ "@epam/ai-dial-kit": "1.0.0-dev.519",
24
+ "@epam/ai-dial-sidebar": "1.0.0-dev.519",
25
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.519",
26
26
  "ag-grid-community": "35.3.0"
27
27
  },
28
28
  "repository": {
@@ -18,13 +18,28 @@ export declare const fromFolderPathKey: (pathKey: string) => string[];
18
18
  * folder-only, context-menu-less tree, so it is set to the path key.
19
19
  */
20
20
  export declare const toDialFileTree: (items: PublishFolderNode[]) => DialFile[];
21
+ /** Error messages returned by {@link validateFolderName} for each rejection reason. */
22
+ export interface FolderNameValidationMessages {
23
+ /** Shown when the trimmed name is empty. */
24
+ empty: string;
25
+ /** Shown when the name contains `..` or a forbidden character. */
26
+ invalid: string;
27
+ /** Shown when a sibling folder already has this name (case-insensitive). */
28
+ duplicate: string;
29
+ }
21
30
  /**
22
- * Inserts a placeholder `DialFile` folder node so `DialFoldersTree` can
23
- * render its inline create-folder row for it (`createdFolderPath`). The
24
- * placeholder is never reported to `onCreateFolder` — only the name the
25
- * user confirms is.
31
+ * Validates a folder name entered in the publish destination tree. Returns an
32
+ * error message from `messages`, or `null` when `rawValue` is a valid,
33
+ * non-duplicate folder name.
26
34
  */
27
- export declare const insertPlaceholderDialFile: (items: DialFile[], parentPath: string[], placeholderName: string) => DialFile[];
35
+ export declare const validateFolderName: (rawValue: string, siblingNames: string[], messages: FolderNameValidationMessages) => string | null;
36
+ /**
37
+ * Returns `baseName` if no sibling already has that name, otherwise
38
+ * `"${baseName} 2"`, `"${baseName} 3"`, etc. — the first suffix that is
39
+ * free. Used so the inline create-folder editor starts with a name that does
40
+ * not duplicate an existing sibling folder.
41
+ */
42
+ export declare const getUniqueFolderName: (baseName: string, siblingNames: string[]) => string;
28
43
  /** Names of the direct children of the folder at `parentPath` (root siblings when empty). */
29
44
  export declare const getSiblingFolderNames: (items: PublishFolderNode[], parentPath: string[]) => string[];
30
45
  //# sourceMappingURL=publish-folder-tree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"publish-folder-tree.d.ts","sourceRoot":"","sources":["../../src/utils/publish-folder-tree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAoB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAC3B,OAAO,iBAAiB,EAAE,EAC1B,OAAO,MAAM,KACZ,iBAAiB,EAoBnB,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,iBAAiB,GAAI,OAAO,iBAAiB,EAAE,KAAG,MAAM,EAIjE,CAAC;AAEL,gGAAgG;AAChG,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,EAAE,KAAG,MAAwB,CAAC;AAE1E,wFAAwF;AACxF,eAAO,MAAM,iBAAiB,GAAI,SAAS,MAAM,KAAG,MAAM,EACtB,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,iBAAiB,EAAE,KAAG,QAAQ,EAUhE,CAAC;AAEL;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,GACpC,OAAO,QAAQ,EAAE,EACjB,YAAY,MAAM,EAAE,EACpB,iBAAiB,MAAM,KACtB,QAAQ,EA6BV,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,qBAAqB,GAChC,OAAO,iBAAiB,EAAE,EAC1B,YAAY,MAAM,EAAE,KACnB,MAAM,EAoBR,CAAC"}
1
+ {"version":3,"file":"publish-folder-tree.d.ts","sourceRoot":"","sources":["../../src/utils/publish-folder-tree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAoB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAC3B,OAAO,iBAAiB,EAAE,EAC1B,OAAO,MAAM,KACZ,iBAAiB,EAoBnB,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,iBAAiB,GAAI,OAAO,iBAAiB,EAAE,KAAG,MAAM,EAIjE,CAAC;AAEL,gGAAgG;AAChG,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,EAAE,KAAG,MAAwB,CAAC;AAE1E,wFAAwF;AACxF,eAAO,MAAM,iBAAiB,GAAI,SAAS,MAAM,KAAG,MAAM,EACtB,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,iBAAiB,EAAE,KAAG,QAAQ,EAUhE,CAAC;AAKL,uFAAuF;AACvF,MAAM,WAAW,4BAA4B;IAC3C,4CAA4C;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,kEAAkE;IAClE,OAAO,EAAE,MAAM,CAAC;IAChB,4EAA4E;IAC5E,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,EAChB,cAAc,MAAM,EAAE,EACtB,UAAU,4BAA4B,KACrC,MAAM,GAAG,IAcX,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,GAC9B,UAAU,MAAM,EAChB,cAAc,MAAM,EAAE,KACrB,MAYF,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,qBAAqB,GAChC,OAAO,iBAAiB,EAAE,EAC1B,YAAY,MAAM,EAAE,KACnB,MAAM,EAoBR,CAAC"}