@new-project-media/client-frontends-shared-types 3.0.0 → 3.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-project-media/client-frontends-shared-types",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "scripts": {
5
5
  "build": "tsc -p tsconfig.json",
6
6
  "postbuild": "mkdir -p ../../dist/packages/client-frontends-shared-types/ && cp package.json ../../dist/packages/client-frontends-shared-types/",
@@ -32,6 +32,11 @@ export declare enum EntityName {
32
32
  queue = "queue",
33
33
  'data-center' = "data-center"
34
34
  }
35
+ export declare const HumanizedEntityNames: {
36
+ readonly signal: "Signals";
37
+ readonly queue: "Queues";
38
+ readonly "data-center": "Data Centers";
39
+ };
35
40
  export type SearchRoleField = {
36
41
  value: string;
37
42
  label: string;
@@ -1,12 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FilterAutocompleteSortMode = exports.EntityName = void 0;
3
+ exports.FilterAutocompleteSortMode = exports.HumanizedEntityNames = exports.EntityName = void 0;
4
4
  var EntityName;
5
5
  (function (EntityName) {
6
6
  EntityName["signal"] = "signal";
7
7
  EntityName["queue"] = "queue";
8
8
  EntityName["data-center"] = "data-center";
9
9
  })(EntityName || (exports.EntityName = EntityName = {}));
10
+ exports.HumanizedEntityNames = {
11
+ [EntityName.signal]: 'Signals',
12
+ [EntityName.queue]: 'Queues',
13
+ [EntityName['data-center']]: 'Data Centers',
14
+ };
10
15
  var FilterAutocompleteSortMode;
11
16
  (function (FilterAutocompleteSortMode) {
12
17
  FilterAutocompleteSortMode["COUNT"] = "count";
@@ -1 +1 @@
1
- {"version":3,"file":"dataGrid.js","sourceRoot":"","sources":["../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/dataGrid.ts"],"names":[],"mappings":";;;AAmEA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,6BAAe,CAAA;IACf,yCAA6B,CAAA;AAC/B,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB;AA4CD,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,6CAAe,CAAA;IACf,2CAAa,CAAA;AACf,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC"}
1
+ {"version":3,"file":"dataGrid.js","sourceRoot":"","sources":["../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/dataGrid.ts"],"names":[],"mappings":";;;AAmEA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,6BAAe,CAAA;IACf,yCAA6B,CAAA;AAC/B,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB;AAEY,QAAA,oBAAoB,GAAG;IAClC,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,SAAS;IAC9B,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,QAAQ;IAC5B,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,EAAE,cAAc;CACnC,CAAA;AA4CV,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,6CAAe,CAAA;IACf,2CAAa,CAAA;AACf,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC"}