@limetech/limepkg-cpq-order 2.13.0 → 2.14.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.
@@ -1,4 +1,4 @@
1
- import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform, Translator } from '@limetech/lime-web-components';
1
+ import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform, Translator, DateTimeFormatter } from '@limetech/lime-web-components';
2
2
  import { EventEmitter } from '../../stencil-public-runtime';
3
3
  import { IconfigItemMapping } from '../../interfaces';
4
4
  import { Item } from '../../classes';
@@ -27,6 +27,7 @@ export declare class ItemTable implements LimeWebComponent {
27
27
  private columns;
28
28
  private filteredItems;
29
29
  get translate(): Translator;
30
+ get dateTimeFormatter(): DateTimeFormatter;
30
31
  componentWillLoad(): void;
31
32
  protected itemMappingChanged(newValue: IconfigItemMapping, oldValue: IconfigItemMapping): void;
32
33
  protected itemsChanged(newValue: Item[], oldValue: Item[]): void;
@@ -36,4 +37,5 @@ export declare class ItemTable implements LimeWebComponent {
36
37
  private defineColumns;
37
38
  private filterItems;
38
39
  private handlePositionChange;
40
+ private formatPropertyValue;
39
41
  }
@@ -8,6 +8,7 @@ export declare class Loader implements LimePluginLoader {
8
8
  get dialogService(): DialogRenderer;
9
9
  get eventDispatcher(): EventDispatcher;
10
10
  get commandBus(): CommandBus;
11
+ private get webComponentRegistry();
11
12
  componentWillLoad(): void;
12
13
  componentWillUpdate(): void;
13
14
  disconnectedCallback(): void;
@@ -16,4 +17,5 @@ export declare class Loader implements LimePluginLoader {
16
17
  private openNewOrderDialog;
17
18
  private onDestroyDialog;
18
19
  private isEmpty;
20
+ private registerWebComponents;
19
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/limepkg-cpq-order",
3
- "version": "2.13.0",
3
+ "version": "2.14.1",
4
4
  "description": "Type definitions for limepkg-cpq-order frontend",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",