@limetech/lime-web-components 4.49.1-alpha.0 → 4.49.1-alpha.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.
- package/CHANGELOG.md +27 -0
- package/README.md +1 -1
- package/package.json +6 -6
- package/dist/es5/location/decorator.js +0 -12
- package/dist/es5/location/index.js +0 -17
- package/dist/location/decorator.d.ts +0 -12
- package/dist/location/decorator.js +0 -15
- package/dist/location/index.d.ts +0 -1
- package/dist/location/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.3](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.49.1-alpha.3) (2022-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* trigger release ([b1a0586](https://github.com/Lundalogik/lime-web-components/commit/b1a05869dd6f19049a8ba66196b080a281ca585d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @limetech/lime-web-components
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [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)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @limetech/lime-web-components
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [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
34
|
|
|
8
35
|
**Note:** Version bump only for package @limetech/lime-web-components
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Lime Web Components
|
|
2
2
|
|
|
3
|
-
This package contains the main library for Lime Web Components
|
|
3
|
+
This package contains the main library for Lime Web Components!
|
|
4
4
|
|
|
5
5
|
Lime Web Components are web components that are used to customize [Lime CRM](https://lime-crm.se/). Components are built using [StencilJS](https://stenciljs.com/docs/introduction), which uses [TypeScript](https://www.typescriptlang.org), [JSX](https://reactjs.org/docs/introducing-jsx.html) and [reactive](https://en.wikipedia.org/wiki/Reactive_programming) data-binding.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limetech/lime-web-components",
|
|
3
|
-
"version": "4.49.1-alpha.
|
|
3
|
+
"version": "4.49.1-alpha.3",
|
|
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.
|
|
39
|
-
"@limetech/lime-web-components-decorators": "^4.49.1-alpha.
|
|
40
|
-
"@limetech/lime-web-components-interfaces": "^4.49.1-alpha.
|
|
41
|
-
"@limetech/lime-web-components-testing": "^4.49.1-alpha.
|
|
38
|
+
"@limetech/lime-web-components-commands": "^4.49.1-alpha.2",
|
|
39
|
+
"@limetech/lime-web-components-decorators": "^4.49.1-alpha.2",
|
|
40
|
+
"@limetech/lime-web-components-interfaces": "^4.49.1-alpha.2",
|
|
41
|
+
"@limetech/lime-web-components-testing": "^4.49.1-alpha.2"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "45887e726bb85de674c9c1efeef0221d5f41d6cf"
|
|
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
|
-
}
|
package/dist/location/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './decorator';
|
package/dist/location/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './decorator';
|