openatc-components 0.1.178 → 0.1.179

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": "openatc-components",
3
- "version": "0.1.178",
3
+ "version": "0.1.179",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -9,6 +9,7 @@
9
9
  :cycle="cycle"
10
10
  :cycleChange="cycleChange"
11
11
  :patternList="patternList"
12
+ :controlPhase="controlPhase"
12
13
  :showCondition="showCondition"
13
14
  :localPatternList="localPatternList"
14
15
  :phaseList="phaseList"
@@ -506,6 +507,9 @@ export default {
506
507
  type: Boolean,
507
508
  default: false
508
509
  },
510
+ controlPhase: {
511
+ type: Object
512
+ },
509
513
  localPatternList: {
510
514
  type: Array
511
515
  },