@limetech/limepkg-cpq-order 2.12.2 → 2.12.4

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.
@@ -5,7 +5,6 @@ export declare class DynamicProperties implements LimeWebComponent {
5
5
  context: LimeWebComponentContext;
6
6
  limetype: string;
7
7
  properties: Record<string, any>;
8
- columns?: number;
9
8
  private schema;
10
9
  private limeobjectService;
11
10
  private formData;
@@ -98,7 +98,6 @@ export namespace Components {
98
98
  "platform": LimeWebComponentPlatform;
99
99
  }
100
100
  interface CocDynamicProperties {
101
- "columns"?: number;
102
101
  /**
103
102
  * The context this component belongs to
104
103
  */
@@ -589,7 +588,6 @@ declare namespace LocalJSX {
589
588
  "platform"?: LimeWebComponentPlatform;
590
589
  }
591
590
  interface CocDynamicProperties {
592
- "columns"?: number;
593
591
  /**
594
592
  * The context this component belongs to
595
593
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/limepkg-cpq-order",
3
- "version": "2.12.2",
3
+ "version": "2.12.4",
4
4
  "description": "Type definitions for limepkg-cpq-order frontend",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",