@mittwald/flow-remote-elements 0.2.0-alpha.134 → 0.2.0-alpha.136

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/dist/index.js CHANGED
@@ -9243,6 +9243,8 @@ class Ge extends t {
9243
9243
  isIndeterminate: {},
9244
9244
  maxValue: {},
9245
9245
  minValue: {},
9246
+ segments: {},
9247
+ showLegend: {},
9246
9248
  showMaxValue: {},
9247
9249
  size: {},
9248
9250
  slot: {},
@@ -14,6 +14,8 @@ export declare class RemoteProgressBarElement extends FlowRemoteElement<RemotePr
14
14
  isIndeterminate: {};
15
15
  maxValue: {};
16
16
  minValue: {};
17
+ segments: {};
18
+ showLegend: {};
17
19
  showMaxValue: {};
18
20
  size: {};
19
21
  slot: {};
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteProgressBarElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteProgressBarElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;MAkBnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
1
+ {"version":3,"file":"RemoteProgressBarElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteProgressBarElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;MAoBnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.134",
3
+ "version": "0.2.0-alpha.136",
4
4
  "type": "module",
5
5
  "description": "Flow compatible remote elements that can be used in a remote environment",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -24,12 +24,12 @@
24
24
  "test:compile": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@mittwald/flow-remote-core": "0.2.0-alpha.134",
27
+ "@mittwald/flow-remote-core": "0.2.0-alpha.136",
28
28
  "remeda": "^2.21.1",
29
29
  "type-fest": "^4.37.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@mittwald/flow-react-components": "0.2.0-alpha.134",
32
+ "@mittwald/flow-react-components": "0.2.0-alpha.136",
33
33
  "@mittwald/typescript-config": "",
34
34
  "@types/node": "^22.13.10",
35
35
  "nx": "^20.5.0",
@@ -45,5 +45,5 @@
45
45
  "peerDependencies": {
46
46
  "@mittwald/flow-react-components": "*"
47
47
  },
48
- "gitHead": "90c225f128bcad20cd28c6df945726133e496023"
48
+ "gitHead": "4476d2b3e6b5982c3f1297bcaec6342db973b379"
49
49
  }