@limetech/lime-web-components 4.49.1-alpha.0 → 4.49.1-alpha.5

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,56 @@
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.49.1-alpha.5](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.4...v4.49.1-alpha.5) (2022-07-06)
7
+
8
+
9
+
10
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.48.2) (2022-07-05)
11
+
12
+ **Note:** Version bump only for package @limetech/lime-web-components
13
+
14
+
15
+
16
+
17
+
18
+ ## [4.49.1-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.3...v4.49.1-alpha.4) (2022-07-05)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * trigger release of all packages ([a5cd9ab](https://github.com/Lundalogik/lime-web-components/commit/a5cd9abed3a3633b0c099ffe3c8f8c61b1d9e5bd))
24
+
25
+
26
+
27
+
28
+
29
+ ## [4.49.1-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.49.1-alpha.3) (2022-07-05)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * trigger release ([b1a0586](https://github.com/Lundalogik/lime-web-components/commit/b1a05869dd6f19049a8ba66196b080a281ca585d))
35
+
36
+
37
+
38
+
39
+
40
+ ## [4.49.1-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.1...v4.49.1-alpha.2) (2022-07-05)
41
+
42
+ **Note:** Version bump only for package @limetech/lime-web-components
43
+
44
+
45
+
46
+
47
+
48
+ ## [4.49.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.0...v4.49.1-alpha.1) (2022-07-04)
49
+
50
+ **Note:** Version bump only for package @limetech/lime-web-components
51
+
52
+
53
+
54
+
55
+
6
56
  ## [4.49.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.49.0-alpha.0...v4.49.1-alpha.0) (2022-07-04)
7
57
 
8
58
  **Note:** Version bump only for package @limetech/lime-web-components
@@ -117,6 +167,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
117
167
 
118
168
 
119
169
 
170
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.48.2) (2022-07-05)
171
+
172
+ **Note:** Version bump only for package @limetech/lime-web-components
173
+
174
+
175
+
176
+
177
+
120
178
  ## [4.48.1](https://github.com/Lundalogik/lime-web-components/compare/v4.48.0...v4.48.1) (2022-06-21)
121
179
 
122
180
  **Note:** Version bump only for package @limetech/lime-web-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "4.49.1-alpha.0",
3
+ "version": "4.49.1-alpha.5",
4
4
  "author": "Lime Technologies",
5
5
  "homepage": "https://github.com/Lundalogik/lime-web-components",
6
6
  "license": "Apache-2.0",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/Lundalogik/lime-web-components/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@limetech/lime-web-components-commands": "^4.49.1-alpha.0",
39
- "@limetech/lime-web-components-decorators": "^4.49.1-alpha.0",
40
- "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.0",
41
- "@limetech/lime-web-components-testing": "^4.49.1-alpha.0"
38
+ "@limetech/lime-web-components-commands": "^4.49.1-alpha.5",
39
+ "@limetech/lime-web-components-decorators": "^4.49.1-alpha.5",
40
+ "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.5",
41
+ "@limetech/lime-web-components-testing": "^4.49.1-alpha.5"
42
42
  },
43
- "gitHead": "baa2a8b9297e122c337cdd78307cd6536cedd55a"
43
+ "gitHead": "49b7b6e4e09348884ee93fe4acf02f84cc2374fe"
44
44
  }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueryParam = void 0;
4
- var core_1 = require("../core");
5
- var factory_1 = require("../core/decorators/factory");
6
- function QueryParam(options) {
7
- var config = {
8
- name: core_1.PlatformServiceName.Navigator,
9
- };
10
- return (0, factory_1.createStateDecorator)(options, config);
11
- }
12
- exports.QueryParam = QueryParam;
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./decorator"), exports);
@@ -1,12 +0,0 @@
1
- import { StateOptions } from '../core';
2
- export interface LocationOptions extends StateOptions {
3
- selector: string;
4
- }
5
- /**
6
- * Gets a named query param from the location
7
- *
8
- * @experimental
9
- * @param {StateOptions} options state decorator options
10
- * @returns {PropertyDecorator} state decorator
11
- */
12
- export declare function QueryParam(options: LocationOptions): PropertyDecorator;
@@ -1,15 +0,0 @@
1
- import { PlatformServiceName, } from '../core';
2
- import { createStateDecorator } from '../core/decorators/factory';
3
- /**
4
- * Gets a named query param from the location
5
- *
6
- * @experimental
7
- * @param {StateOptions} options state decorator options
8
- * @returns {PropertyDecorator} state decorator
9
- */
10
- export function QueryParam(options) {
11
- const config = {
12
- name: PlatformServiceName.Navigator,
13
- };
14
- return createStateDecorator(options, config);
15
- }
@@ -1 +0,0 @@
1
- export * from './decorator';
@@ -1 +0,0 @@
1
- export * from './decorator';