@scaleflex/widget-utils 4.5.0 → 4.5.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.5.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.5.0...v4.5.1) (2025-10-14)
7
+
8
+ **Note:** Version bump only for package @scaleflex/widget-utils
9
+
10
+
11
+
12
+
13
+
6
14
  # [4.5.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.4.0...v4.5.0) (2025-10-08)
7
15
 
8
16
  **Note:** Version bump only for package @scaleflex/widget-utils
package/lib/constants.js CHANGED
@@ -288,9 +288,11 @@ var I18N_GRID_UUID = '8a1ec5d7-4aa1-4543-9e40-618745ab74b0'; // Old grid uuid: d
288
288
  var I18N_PROD_BASE_URL = 'https://neo.wordplex.io';
289
289
  var VIEW_IDS = {
290
290
  ASSETS: 'ASSETS',
291
- FOLDERS: 'FOLDERS'
291
+ FOLDERS: 'FOLDERS',
292
+ COLLECTIONS: 'COLLECTIONS',
293
+ LABELS: 'LABELS'
292
294
  };
293
- var BREADCRUMBS_VIEWS = [VIEW_IDS.FOLDERS];
295
+ var BREADCRUMBS_VIEWS = [VIEW_IDS.FOLDERS, VIEW_IDS.COLLECTIONS, VIEW_IDS.LABELS];
294
296
  var FMAW_URL_VIEW_QUERY_PARAMS = {
295
297
  VIEW: 'vw',
296
298
  // vw = view
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared utility functions for filerobot modules",
4
4
  "main": "lib/index.js",
5
5
  "types": "types/index.d.ts",
6
- "version": "4.5.0",
6
+ "version": "4.5.1",
7
7
  "files": [
8
8
  "/dist",
9
9
  "/lib",
@@ -16,10 +16,10 @@
16
16
  "dependencies": {
17
17
  "@scaleflex/icons": "^3.0.0-beta.11",
18
18
  "@scaleflex/ui": "^3.0.0-beta.11",
19
- "@scaleflex/widget-icons": "^4.5.0",
19
+ "@scaleflex/widget-icons": "^4.5.1",
20
20
  "abortcontroller-polyfill": "^1.4.0",
21
21
  "dompurify": "^3.1.6",
22
22
  "lodash.throttle": "^4.1.1"
23
23
  },
24
- "gitHead": "df64ca68034ed6c33e123e7dfa215176aa0a1196"
24
+ "gitHead": "b211f9961ad30d3eaa01138f34e190ad5d38fb91"
25
25
  }