@limetech/limepkg-cpq-order 2.10.3-dev.1 → 2.10.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.
Files changed (52) hide show
  1. package/package.json +21 -59
  2. package/README.md +0 -78
  3. package/dist/index.cjs.js +0 -1
  4. /package/{dist/types/classes → classes}/base.d.ts +0 -0
  5. /package/{dist/types/classes → classes}/deal.d.ts +0 -0
  6. /package/{dist/types/classes → classes}/index.d.ts +0 -0
  7. /package/{dist/types/classes → classes}/item.d.ts +0 -0
  8. /package/{dist/types/classes → classes}/number.d.ts +0 -0
  9. /package/{dist/types/classes → classes}/order.d.ts +0 -0
  10. /package/{dist/types/components → components}/article-selector/article-group-picker.d.ts +0 -0
  11. /package/{dist/types/components → components}/article-selector/article-picker.d.ts +0 -0
  12. /package/{dist/types/components → components}/article-selector/article-selector.d.ts +0 -0
  13. /package/{dist/types/components → components}/article-selector-layout/article-selector-layout.d.ts +0 -0
  14. /package/{dist/types/components → components}/cpq-tab/cpq-tab.d.ts +0 -0
  15. /package/{dist/types/components → components}/deal-view/deal-view.d.ts +0 -0
  16. /package/{dist/types/components → components}/dynamic-properties/dynamic-properties.d.ts +0 -0
  17. /package/{dist/types/components → components}/edit-item-dialog/edit-item-dialog.d.ts +0 -0
  18. /package/{dist/types/components → components}/erp-status/erp-status.d.ts +0 -0
  19. /package/{dist/types/components → components}/erp-status/flow-items.d.ts +0 -0
  20. /package/{dist/types/components → components}/item-form/item-form.d.ts +0 -0
  21. /package/{dist/types/components → components}/item-summary/item-summary.d.ts +0 -0
  22. /package/{dist/types/components → components}/item-table/item-table.d.ts +0 -0
  23. /package/{dist/types/components → components}/loader/coc-loader.d.ts +0 -0
  24. /package/{dist/types/components → components}/new-order-dialog/new-order-dialog.d.ts +0 -0
  25. /package/{dist/types/components → components}/order-card/order-card.d.ts +0 -0
  26. /package/{dist/types/components → components}/order-view/order-view.d.ts +0 -0
  27. /package/{dist/types/components → components}/template-selector/template-selector.d.ts +0 -0
  28. /package/{dist/types/components → components}/vat-selector/vat-selector.d.ts +0 -0
  29. /package/{dist/types/components.d.ts → components.d.ts} +0 -0
  30. /package/{dist/types/index.d.ts → index.d.ts} +0 -0
  31. /package/{dist/types/interface.d.ts → interface.d.ts} +0 -0
  32. /package/{dist/types/interfaces → interfaces}/article-selector.d.ts +0 -0
  33. /package/{dist/types/interfaces → interfaces}/config.d.ts +0 -0
  34. /package/{dist/types/interfaces → interfaces}/index.d.ts +0 -0
  35. /package/{dist/types/interfaces → interfaces}/objects.d.ts +0 -0
  36. /package/{dist/types/services → services}/article.d.ts +0 -0
  37. /package/{dist/types/services → services}/deal.d.ts +0 -0
  38. /package/{dist/types/services → services}/documenttemplate.service.interface.d.ts +0 -0
  39. /package/{dist/types/services → services}/index.d.ts +0 -0
  40. /package/{dist/types/services → services}/item.d.ts +0 -0
  41. /package/{dist/types/services → services}/limetype.d.ts +0 -0
  42. /package/{dist/types/services → services}/notification.d.ts +0 -0
  43. /package/{dist/types/services → services}/order.d.ts +0 -0
  44. /package/{dist/types/services → services}/servercommand.service.interface.d.ts +0 -0
  45. /package/{dist/types/services → services}/template.d.ts +0 -0
  46. /package/{dist/types/services → services}/translate.d.ts +0 -0
  47. /package/{dist/types/stencil-public-runtime.d.ts → stencil-public-runtime.d.ts} +0 -0
  48. /package/{dist/types/testing → testing}/config.d.ts +0 -0
  49. /package/{dist/types/testing → testing}/index.d.ts +0 -0
  50. /package/{dist/types/testing → testing}/limetype.d.ts +0 -0
  51. /package/{dist/types/testing → testing}/schema.d.ts +0 -0
  52. /package/{dist/types/testing → testing}/views.d.ts +0 -0
package/package.json CHANGED
@@ -1,61 +1,23 @@
1
1
  {
2
- "name": "@limetech/limepkg-cpq-order",
3
- "version": "2.10.3-dev.1",
4
- "description": "CPQ Order",
5
- "author": "Lime Technologies",
6
- "license": "Apache-2.0",
7
- "module": "dist/index.js",
8
- "es2015": "dist/esm/index.js",
9
- "es2017": "dist/esm/index.js",
10
- "jsnext:main": "dist/esm/index.js",
11
- "main": "dist/index.cjs.js",
12
- "types": "dist/types/index.d.ts",
13
- "collection": "dist/collection/collection-manifest.json",
14
- "files": [
15
- "dist/types/"
16
- ],
17
- "publishConfig": {
18
- "access": "public"
19
- },
20
- "scripts": {
21
- "build": "cross-env-shell SASS_PATH=node_modules \"stencil build --config stencil.config.dist.ts\"",
22
- "dev": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --docs\"",
23
- "dev:watch": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --watch --docs\"",
24
- "dev:es5": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --docs --es5\"",
25
- "dev:es5:watch": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --watch --docs --es5\"",
26
- "lint": "npm run lint:src && npm run lint:scss",
27
- "lint:fix": "npm run lint:src:fix && npm run lint:scss:fix",
28
- "lint:prod": "npm run lint:src:prod && npm run lint:scss:prod",
29
- "lint:src": "eslint \"**/*.{ts,tsx,js}\" && prettier -c \"{!(package*).json,.prettierrc}\"",
30
- "lint:src:fix": "eslint \"**/*.{ts,tsx,js}\" --fix && prettier --write \"{!(package*).json,.prettierrc}\"",
31
- "lint:src:prod": "eslint \"**/*.{ts,tsx,js}\" --rule \"linebreak-style: [error, unix]\" && prettier -c \"{!(package*).json,.prettierrc}\"",
32
- "lint:scss": "prettier -c --no-error-on-unmatched-pattern --ignore-path ./.gitignore **/*.scss",
33
- "lint:scss:fix": "prettier --write --no-error-on-unmatched-pattern --ignore-path ./.gitignore **/*.scss",
34
- "lint:scss:prod": "prettier -c --no-error-on-unmatched-pattern --end-of-line lf --ignore-path ./.gitignore **/*.scss",
35
- "prepublishOnly": "node validate-files.js",
36
- "start": "npm run dev:watch",
37
- "start:es5": "npm run dev:es5:watch",
38
- "test": "cross-env-shell SASS_PATH=node_modules \"stencil test --spec\"",
39
- "test:watch": "stencil test --spec --watchAll",
40
- "test:coverage": "stencil test --spec --coverage --collectCoverageFrom '[\"./src/**/*.{ts,tsx}\", \"!./src/**/*.d.{ts,tsx}\", \"!./src/components/*-loader/*-loader.tsx\"]'"
41
- },
42
- "devDependencies": {
43
- "@limetech/lime-elements": "^36.0.0",
44
- "@limetech/lime-web-components": "^5.31.0",
45
- "@stencil/core": "2.18.1",
46
- "@stencil/sass": "^1.5.2",
47
- "@types/jest": "^27.0.3",
48
- "@typescript-eslint/eslint-plugin": "^8.8.1",
49
- "cross-env": "^7.0.3",
50
- "eslint": "^9.12.0",
51
- "eslint-config-prettier": "^9.1.0",
52
- "eslint-plugin-prefer-arrow": "^1.2.3",
53
- "eslint-plugin-prettier": "^5.2.1",
54
- "eslint-plugin-sonarjs": "^2.0.3",
55
- "eslint-plugin-tsdoc": "^0.3.0",
56
- "jest": "^27.0.1",
57
- "jest-cli": "^27.5.1",
58
- "shx": "^0.3.3",
59
- "uuid": "^8.3.2"
60
- }
2
+ "name": "@limetech/limepkg-cpq-order",
3
+ "version": "2.10.4",
4
+ "description": "Type definitions for limepkg-cpq-order frontend",
5
+ "main": "index.d.ts",
6
+ "files": [
7
+ "**/*.d.ts"
8
+ ],
9
+ "keywords": [
10
+ "limepkg",
11
+ "cpq-order",
12
+ "types"
13
+ ],
14
+ "author": "Lime Technologies",
15
+ "license": "Apache-2.0",
16
+ "private": false,
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "scripts": {
21
+ "prepublishOnly": "cp -R ../dist/types/* ./"
22
+ }
61
23
  }
package/README.md DELETED
@@ -1,78 +0,0 @@
1
- # Stencil Component Starter
2
-
3
- ![Built With Stencil](https://img.shields.io/badge/-Built%20With%20Stencil-16161d.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI%2BCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU%2BCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MjQuNywzNzMuOWMwLDM3LjYtNTUuMSw2OC42LTkyLjcsNjguNkgxODAuNGMtMzcuOSwwLTkyLjctMzAuNy05Mi43LTY4LjZ2LTMuNmgzMzYuOVYzNzMuOXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyNC43LDI5Mi4xSDE4MC40Yy0zNy42LDAtOTIuNy0zMS05Mi43LTY4LjZ2LTMuNkgzMzJjMzcuNiwwLDkyLjcsMzEsOTIuNyw2OC42VjI5Mi4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDI0LjcsMTQxLjdIODcuN3YtMy42YzAtMzcuNiw1NC44LTY4LjYsOTIuNy02OC42SDMzMmMzNy45LDAsOTIuNywzMC43LDkyLjcsNjguNlYxNDEuN3oiLz4KPC9zdmc%2BCg%3D%3D&colorA=16161d&style=flat-square)
4
-
5
- This is a starter project for building a standalone Web Component using Stencil.
6
-
7
- Stencil is also great for building entire apps. For that, use the [stencil-app-starter](https://github.com/ionic-team/stencil-app-starter) instead.
8
-
9
- ## Stencil
10
-
11
- Stencil is a compiler for building fast web apps using Web Components.
12
-
13
- Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.
14
-
15
- Stencil components are just Web Components, so they work in any major framework or with no framework at all.
16
-
17
- ## Getting Started
18
-
19
- To start building a new web component using Stencil, clone this repo to a new directory:
20
-
21
- ```bash
22
- git clone https://github.com/ionic-team/stencil-component-starter.git my-component
23
- cd my-component
24
- git remote rm origin
25
- ```
26
-
27
- and run:
28
-
29
- ```bash
30
- npm install
31
- npm start
32
- ```
33
-
34
- To watch for file changes during develop, run:
35
-
36
- ```bash
37
- npm run dev
38
- ```
39
-
40
- To build the component for production, run:
41
-
42
- ```bash
43
- npm run build
44
- ```
45
-
46
- To run the unit tests for the components, run:
47
-
48
- ```bash
49
- npm test
50
- ```
51
-
52
- Need help? Check out our docs [here](https://stenciljs.com/docs/my-first-component).
53
-
54
- ## Naming Components
55
-
56
- When creating new component tags, we recommend _not_ using `stencil` in the component name (ex: `<stencil-datepicker>`). This is because the generated component has little to nothing to do with Stencil; it's just a web component!
57
-
58
- Instead, use a prefix that fits your company or any name for a group of related components. For example, all of the Ionic generated web components use the prefix `ion`.
59
-
60
- ## Using this component
61
-
62
- ### Script tag
63
-
64
- - [Publish to NPM](https://docs.npmjs.com/getting-started/publishing-npm-packages)
65
- - Put a script tag similar to this `<script src='https://unpkg.com/my-component@0.0.1/dist/mycomponent.js'></script>` in the head of your index.html
66
- - Then you can use the element anywhere in your template, JSX, html etc
67
-
68
- ### Node Modules
69
-
70
- - Run `npm install my-component --save`
71
- - Put a script tag similar to this `<script src='node_modules/my-component/dist/mycomponent.js'></script>` in the head of your index.html
72
- - Then you can use the element anywhere in your template, JSX, html etc
73
-
74
- ### In a stencil-starter app
75
-
76
- - Run `npm install my-component --save`
77
- - Add an import to the npm packages `import my-component;`
78
- - Then you can use the element anywhere in your template, JSX, html etc
package/dist/index.cjs.js DELETED
@@ -1 +0,0 @@
1
- module.exports = require('./cjs/index.cjs.js');
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes