@limetech/lime-web-components 5.8.0 → 5.10.0

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.
@@ -27,5 +27,11 @@ export declare class CreateLimeobjectDialogCommand {
27
27
  route?: boolean;
28
28
  title?: string;
29
29
  context?: LimeWebComponentContext;
30
+ /**
31
+ * @beta
32
+ * Specifies any command that can be used to save the result of the dialog.
33
+ * If not specified, it will default to the {@link SaveLimeObjectCommand}
34
+ */
35
+ saveCommand?: any;
30
36
  }
31
37
  //# sourceMappingURL=create-dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-dialog.d.ts","sourceRoot":"","sources":["../../../src/limeobject/commands/create-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;GAWG;AACH,qBAGa,6BAA6B;IACtC;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B;;OAEG;IACI,UAAU,CAAC,EAAE,GAAG,CAAC;IAExB;;OAEG;IACI,KAAK,CAAC,EAAE,OAAO,CAAS;IAKxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAC5C"}
1
+ {"version":3,"file":"create-dialog.d.ts","sourceRoot":"","sources":["../../../src/limeobject/commands/create-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;GAWG;AACH,qBAGa,6BAA6B;IACtC;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B;;OAEG;IACI,UAAU,CAAC,EAAE,GAAG,CAAC;IAExB;;OAEG;IACI,KAAK,CAAC,EAAE,OAAO,CAAS;IAKxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAEzC;;;;OAIG;IACI,WAAW,CAAC,EAAE,GAAG,CAAC;CAC5B"}
@@ -15,5 +15,10 @@ export declare class SaveLimeObjectCommand {
15
15
  * Specifies if routing to limeobject should be done after confirmation
16
16
  */
17
17
  route?: boolean;
18
+ /**
19
+ * @alpha
20
+ * Specifies an optional save label to be displayed in the create-object dialog
21
+ */
22
+ label?: string;
18
23
  }
19
24
  //# sourceMappingURL=save-object.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"save-object.d.ts","sourceRoot":"","sources":["../../../src/limeobject/commands/save-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAG9C;;;;;;GAMG;AACH,qBAGa,qBAAqB;IAC9B;;OAEG;IACI,UAAU,EAAE,UAAU,CAAC;IAE9B;;OAEG;IACI,KAAK,CAAC,EAAE,OAAO,CAAS;CAClC"}
1
+ {"version":3,"file":"save-object.d.ts","sourceRoot":"","sources":["../../../src/limeobject/commands/save-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAG9C;;;;;;GAMG;AACH,qBAGa,qBAAqB;IAC9B;;OAEG;IACI,UAAU,EAAE,UAAU,CAAC;IAE9B;;OAEG;IACI,KAAK,CAAC,EAAE,OAAO,CAAS;IAE/B;;;OAGG;IACI,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "5.8.0",
3
+ "version": "5.10.0",
4
4
  "description": "Lime Web Components",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -30,15 +30,15 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@stencil/core": "^2.22.3",
33
- "rxjs": "^7.8.0",
33
+ "rxjs": "^7.8.1",
34
34
  "tslib": "^2.5.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@commitlint/config-conventional": "^16.2.4",
38
- "@microsoft/api-extractor": "^7.34.4",
38
+ "@microsoft/api-extractor": "^7.34.7",
39
39
  "@types/jest": "^27.5.0",
40
- "@typescript-eslint/eslint-plugin": "^5.59.1",
41
- "@typescript-eslint/parser": "^5.59.0",
40
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
41
+ "@typescript-eslint/parser": "^5.59.2",
42
42
  "commitizen": "^4.3.0",
43
43
  "cz-conventional-changelog": "^3.3.0",
44
44
  "eslint": "^8.39.0",
@@ -57,7 +57,7 @@
57
57
  "typedoc": "^0.23.24",
58
58
  "typedoc-plugin-markdown": "~2.4.2",
59
59
  "typescript": "^4.9.5",
60
- "yargs": "^17.7.1"
60
+ "yargs": "^17.7.2"
61
61
  },
62
62
  "keywords": [
63
63
  "lime web components",