feature: remove the member `dependentModes` from `ComponentModel`.
Use `ecMode.getComponent` `ecModel.queryComponents` instead. Because: (1) `dependentModes` is rarely used. (2) It might be wrongly cached. If cached, it might not be updated when new `setOption`. (3) Not necessary to prepare all dependencies model table for each component. Should better to require them when really want to use them.
1
100pah committed
23e84e819a6b6c7e9d83c5c5fb96f0105d1b6a44
Parent: 3376031