openatc-components 0.0.24 → 0.0.25

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
+ :patternList="patternList"
10
11
  :localPatternList="localPatternList"
11
12
  :phaseList="phaseList"
12
13
  :agentId="agentId"
@@ -497,6 +498,9 @@ export default {
497
498
  localPatternList: {
498
499
  type: Array
499
500
  },
501
+ patternList: {
502
+ type: Array
503
+ },
500
504
  stagesChange: {
501
505
  type: Array
502
506
  },