@operato/process 2.0.0-alpha.3 → 2.0.0-alpha.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/process",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.30",
4
4
  "description": "Webcomponent for business process modeling following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -68,18 +68,18 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@open-wc/scoped-elements": "^2.1.3",
71
- "@operato/app": "^2.0.0-alpha.3",
72
- "@operato/board": "^2.0.0-alpha.3",
73
- "@operato/data-grist": "^2.0.0-alpha.3",
74
- "@operato/font": "^2.0.0-alpha.3",
75
- "@operato/graphql": "^2.0.0-alpha.0",
76
- "@operato/i18n": "^2.0.0-alpha.0",
77
- "@operato/input": "^2.0.0-alpha.3",
78
- "@operato/markdown": "^2.0.0-alpha.0",
79
- "@operato/popup": "^2.0.0-alpha.2",
80
- "@operato/property-editor": "^2.0.0-alpha.3",
81
- "@operato/styles": "^2.0.0-alpha.0",
82
- "@operato/utils": "^2.0.0-alpha.0",
71
+ "@operato/app": "^2.0.0-alpha.30",
72
+ "@operato/board": "^2.0.0-alpha.30",
73
+ "@operato/data-grist": "^2.0.0-alpha.30",
74
+ "@operato/font": "^2.0.0-alpha.30",
75
+ "@operato/graphql": "^2.0.0-alpha.28",
76
+ "@operato/i18n": "^2.0.0-alpha.28",
77
+ "@operato/input": "^2.0.0-alpha.30",
78
+ "@operato/markdown": "^2.0.0-alpha.28",
79
+ "@operato/popup": "^2.0.0-alpha.28",
80
+ "@operato/property-editor": "^2.0.0-alpha.30",
81
+ "@operato/styles": "^2.0.0-alpha.28",
82
+ "@operato/utils": "^2.0.0-alpha.28",
83
83
  "@polymer/paper-dropdown-menu": "^3.2.0",
84
84
  "@types/file-saver": "^2.0.4",
85
85
  "@types/sortablejs": "^1.10.7",
@@ -90,28 +90,28 @@
90
90
  "sortablejs": "^1.14.0"
91
91
  },
92
92
  "devDependencies": {
93
- "@custom-elements-manifest/analyzer": "^0.8.1",
93
+ "@custom-elements-manifest/analyzer": "^0.9.2",
94
94
  "@hatiolab/prettier-config": "^1.0.0",
95
95
  "@hatiolab/things-scene": "^3.2.0",
96
96
  "@material/mwc-fab": "^0.27.0",
97
97
  "@material/mwc-icon": "^0.27.0",
98
- "@open-wc/eslint-config": "^10.0.0",
98
+ "@open-wc/eslint-config": "^12.0.3",
99
99
  "@open-wc/testing": "^3.1.6",
100
100
  "@rollup/plugin-image": "^2.1.1",
101
101
  "@rollup/plugin-json": "^4.1.0",
102
102
  "@types/lodash-es": "^4.17.6",
103
103
  "@types/w3c-web-usb": "^1.0.5",
104
- "@typescript-eslint/eslint-plugin": "^5.59.1",
105
- "@typescript-eslint/parser": "^5.59.1",
104
+ "@typescript-eslint/eslint-plugin": "^7.0.1",
105
+ "@typescript-eslint/parser": "^7.0.1",
106
106
  "@web/dev-server": "^0.3.0",
107
- "@web/dev-server-storybook": "^0.7.4",
108
- "@web/test-runner": "^0.17.0",
107
+ "@web/dev-server-storybook": "^2.0.1",
108
+ "@web/test-runner": "^0.18.0",
109
109
  "concurrently": "^8.0.1",
110
110
  "eslint": "^8.39.0",
111
- "eslint-config-prettier": "^8.3.0",
111
+ "eslint-config-prettier": "^9.1.0",
112
112
  "husky": "^7.0.2",
113
- "lint-staged": "^13.2.2",
114
- "prettier": "^2.4.1",
113
+ "lint-staged": "^15.2.2",
114
+ "prettier": "^3.2.5",
115
115
  "tslib": "^2.3.1",
116
116
  "typescript": "^5.0.4"
117
117
  },
@@ -128,5 +128,5 @@
128
128
  "prettier --write"
129
129
  ]
130
130
  },
131
- "gitHead": "9943c2c54a27be3619920543344c699d3a9a55de"
131
+ "gitHead": "cbe840ad27dd2a27f0909ba32238c4b5b9ca000b"
132
132
  }
@@ -279,6 +279,17 @@ export class PropertyShapes extends AbstractProperty {
279
279
  <label for="checkbox-textwrap"> <ox-i18n msgid="label.text-wrap">Text Wrap</ox-i18n> </label>
280
280
  </div>
281
281
 
282
+ ${!value.textWrap
283
+ ? html` <label for="checkbox-textOverflow">
284
+ <ox-i18n msgid="label.text-overflow">Text Overflow</ox-i18n>
285
+ </label>
286
+ <select value-key="textOverflow" .value=${value.textOverflow || ''}>
287
+ <option value="" selected>none</option>
288
+ <option value="ellipsis">ellipsis</option>
289
+ <option value="clip">clip</option>
290
+ </select>`
291
+ : ''}
292
+
282
293
  <label> <ox-i18n msgid="label.padding">padding</ox-i18n> </label>
283
294
  <table class="box-padding">
284
295
  <tr>
@@ -416,17 +416,13 @@ class ProcessList extends LitElement {
416
416
  description,
417
417
  groupId,
418
418
  model: model || {
419
- width: 1200,
420
- height: 800
419
+ width: 1600,
420
+ height: 1200
421
421
  },
422
422
  thumbnail
423
423
  }
424
424
 
425
- const { createProcess: created } = await createProcess(process)
426
-
427
- // this.popup && this.popup.close()
428
-
429
- // await sleep(100)
425
+ await createProcess(process)
430
426
 
431
427
  this.notify('info', 'new process created')
432
428
  } catch (ex: Error | any) {