openatc-components 0.1.154 → 0.1.156

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.
@@ -7,6 +7,7 @@
7
7
  :patternStatusList="patternStatusList"
8
8
  :cycles="cycles"
9
9
  :cycle="cycle"
10
+ :cycleChange="cycleChange"
10
11
  :patternList="patternList"
11
12
  :showCondition="showCondition"
12
13
  :localPatternList="localPatternList"
@@ -497,6 +498,10 @@ export default {
497
498
  contrloType: {
498
499
  type: String
499
500
  },
501
+ cycleChange: {
502
+ type: Boolean,
503
+ default: false
504
+ },
500
505
  showCondition: {
501
506
  type: Boolean,
502
507
  default: false