@crystaldesign/diva-archive 26.3.0-beta.3 → 26.3.0-beta.30

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.
@@ -1366,7 +1366,8 @@ var Archive = function Archive(_ref2) {
1366
1366
  }),
1367
1367
  onClick: function onClick() {
1368
1368
  !analyticsVisible ? setAnalyticsVisible(true) : undefined;
1369
- }
1369
+ },
1370
+ forceShow: true
1370
1371
  });
1371
1372
  }
1372
1373
  if (config.showHirarchy !== false) {
@@ -1375,6 +1376,7 @@ var Archive = function Archive(_ref2) {
1375
1376
  toolbarActions.push({
1376
1377
  label: hideOnlyOrgs ? t('archive.action.only_all') : t('archive.action.all_orgs'),
1377
1378
  selected: activeTab == 'allOrgs',
1379
+ forceShow: true,
1378
1380
  onClick: function onClick() {
1379
1381
  setActiveTab('allOrgs');
1380
1382
  }
@@ -1384,6 +1386,7 @@ var Archive = function Archive(_ref2) {
1384
1386
  toolbarActions.push({
1385
1387
  label: t('archive.action.only_this_org'),
1386
1388
  selected: activeTab == 'onlyOrg',
1389
+ forceShow: true,
1387
1390
  onClick: function onClick() {
1388
1391
  setActiveTab('onlyOrg');
1389
1392
  }
@@ -1394,6 +1397,7 @@ var Archive = function Archive(_ref2) {
1394
1397
  toolbarActions.push({
1395
1398
  label: t('archive.action.trash'),
1396
1399
  selected: activeTab == 'trash',
1400
+ forceShow: true,
1397
1401
  onClick: function onClick() {
1398
1402
  setActiveTab('trash');
1399
1403
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,mBAAmB,EAAe,MAAM,0BAA0B,CAAC;AAK5F,OAAO,EAAe,aAAa,EAAE,MAAM,SAAS,CAAC;AA0IrD,QAAA,MAAM,eAAe,EAAE,mBAAmB,CAAC,aAAa,CAGvD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,mBAAmB,EAAe,MAAM,0BAA0B,CAAC;AAK5F,OAAO,EAAe,aAAa,EAAE,MAAM,SAAS,CAAC;AAkJrD,QAAA,MAAM,eAAe,EAAE,mBAAmB,CAAC,aAAa,CAGvD,CAAC;AAEF,eAAe,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-archive",
3
- "version": "26.3.0-beta.3",
3
+ "version": "26.3.0-beta.30",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,10 +15,10 @@
15
15
  "react-dom": "^18.3.1"
16
16
  },
17
17
  "dependencies": {
18
- "@crystaldesign/grid": "26.3.0-beta.3",
18
+ "@crystaldesign/grid": "26.3.0-beta.30",
19
19
  "flat": "^5.0.2"
20
20
  },
21
21
  "module": "build/esm/index.js",
22
22
  "types": "./build/types/archive/src/index.d.ts",
23
- "gitHead": "069e73b0e23d182daab43fb0d7d4c32a002bbcba"
23
+ "gitHead": "96a1ad590ca3b5d6bd9da973e74dc274c68a9e50"
24
24
  }