@pega/lists-core 9.0.0-build.2.1 → 9.0.0-build.2.3

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.
@@ -1,11 +1,11 @@
1
1
  declare const _default: {
2
- readonly saved_changes: "{0} saved with changes";
3
- readonly saved_changes_with_default: "saved with changes {0} and marked as default view";
4
- readonly view_marked_default: "{0} view is marked as Default";
5
- readonly view_marked_app_default: "{0} view is marked as App Default";
6
- readonly created_view: "Created view {0}";
7
- readonly created_view_with_default: "Created view {0} and marked as default view";
8
- readonly deleted_view: "Deleted view {0}";
2
+ readonly saved_changes: "\"{0}\" saved with changes";
3
+ readonly saved_changes_with_default: "\"{0}\" saved with changes and marked as default view";
4
+ readonly view_marked_default: "\"{0}\" view is marked as Default";
5
+ readonly view_marked_app_default: "\"{0}\" view is marked as App Default";
6
+ readonly created_view: "Created view \"{0}\"";
7
+ readonly created_view_with_default: "Created view \"{0}\" and marked as default view";
8
+ readonly deleted_view: "Deleted view \"{0}\"";
9
9
  readonly view_navigation_instructions: "{0}, Refer to keyboard instructions for navigation.";
10
10
  };
11
11
  export default _default;
@@ -1,11 +1,11 @@
1
1
  export default {
2
- saved_changes: '{0} saved with changes',
3
- saved_changes_with_default: 'saved with changes {0} and marked as default view',
4
- view_marked_default: '{0} view is marked as Default',
5
- view_marked_app_default: '{0} view is marked as App Default',
6
- created_view: 'Created view {0}',
7
- created_view_with_default: 'Created view {0} and marked as default view',
8
- deleted_view: 'Deleted view {0}',
2
+ saved_changes: '"{0}" saved with changes',
3
+ saved_changes_with_default: '"{0}" saved with changes and marked as default view',
4
+ view_marked_default: '"{0}" view is marked as Default',
5
+ view_marked_app_default: '"{0}" view is marked as App Default',
6
+ created_view: 'Created view "{0}"',
7
+ created_view_with_default: 'Created view "{0}" and marked as default view',
8
+ deleted_view: 'Deleted view "{0}"',
9
9
  view_navigation_instructions: '{0}, Refer to keyboard instructions for navigation.'
10
10
  };
11
11
  //# sourceMappingURL=defaultTranslations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaultTranslations.js","sourceRoot":"","sources":["../../../src/core/defaultTranslations.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa,EAAE,wBAAwB;IACvC,0BAA0B,EAAE,mDAAmD;IAC/E,mBAAmB,EAAE,+BAA+B;IACpD,uBAAuB,EAAE,mCAAmC;IAC5D,YAAY,EAAE,kBAAkB;IAChC,yBAAyB,EAAE,6CAA6C;IACxE,YAAY,EAAE,kBAAkB;IAChC,4BAA4B,EAAE,qDAAqD;CAC3E,CAAC","sourcesContent":["export default {\n saved_changes: '{0} saved with changes',\n saved_changes_with_default: 'saved with changes {0} and marked as default view',\n view_marked_default: '{0} view is marked as Default',\n view_marked_app_default: '{0} view is marked as App Default',\n created_view: 'Created view {0}',\n created_view_with_default: 'Created view {0} and marked as default view',\n deleted_view: 'Deleted view {0}',\n view_navigation_instructions: '{0}, Refer to keyboard instructions for navigation.'\n} as const;\n"]}
1
+ {"version":3,"file":"defaultTranslations.js","sourceRoot":"","sources":["../../../src/core/defaultTranslations.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa,EAAE,0BAA0B;IACzC,0BAA0B,EAAE,qDAAqD;IACjF,mBAAmB,EAAE,iCAAiC;IACtD,uBAAuB,EAAE,qCAAqC;IAC9D,YAAY,EAAE,oBAAoB;IAClC,yBAAyB,EAAE,+CAA+C;IAC1E,YAAY,EAAE,oBAAoB;IAClC,4BAA4B,EAAE,qDAAqD;CAC3E,CAAC","sourcesContent":["export default {\n saved_changes: '\"{0}\" saved with changes',\n saved_changes_with_default: '\"{0}\" saved with changes and marked as default view',\n view_marked_default: '\"{0}\" view is marked as Default',\n view_marked_app_default: '\"{0}\" view is marked as App Default',\n created_view: 'Created view \"{0}\"',\n created_view_with_default: 'Created view \"{0}\" and marked as default view',\n deleted_view: 'Deleted view \"{0}\"',\n view_navigation_instructions: '{0}, Refer to keyboard instructions for navigation.'\n} as const;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/lists-core",
3
- "version": "9.0.0-build.2.1",
3
+ "version": "9.0.0-build.2.3",
4
4
  "description": "Core headless UI library that the users can use to write their own UI and create repeating structures like table, gallery, timeline etc.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Pegasystems",
@@ -14,9 +14,9 @@
14
14
  "build": "tsc -b tsconfig.build.json"
15
15
  },
16
16
  "dependencies": {
17
- "@pega/cosmos-react-condition-builder": "9.0.0-build.2.1",
18
- "@pega/cosmos-react-core": "9.0.0-build.2.1",
19
- "@pega/cosmos-react-work": "9.0.0-build.2.1",
17
+ "@pega/cosmos-react-condition-builder": "9.0.0-build.2.3",
18
+ "@pega/cosmos-react-core": "9.0.0-build.2.3",
19
+ "@pega/cosmos-react-work": "9.0.0-build.2.3",
20
20
  "@types/lodash.get": "^4.4.9",
21
21
  "@types/uuid": "^9.0.0",
22
22
  "dayjs": "^1.11.13",