@eui/core 21.0.0-next.43 → 21.0.0-next.45

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.
@@ -121,7 +121,7 @@
121
121
  </ol>
122
122
  <ul class="properties-list">
123
123
  <li>
124
- <b>Version</b> : 21.0.0-next.43</li>
124
+ <b>Version</b> : 21.0.0-next.45</li>
125
125
  </ul>
126
126
 
127
127
 
@@ -833,15 +833,6 @@ class StoreService {
833
833
  handleAutoSave() {
834
834
  this.isHandlingAutoSave = true;
835
835
  }
836
- /**
837
- * Proxy to NGRX store.dispatch()
838
- * that allows to intercept if the store is present
839
- *
840
- * @deprecated it will be removed in the next version support of NGRX will cease
841
- */
842
- dispatch(action) {
843
- console.warn('eUI does not PROXY to NGRX store.dispatch() anymore');
844
- }
845
836
  updateState(state, reducer) {
846
837
  const currentState = this.state.getValue();
847
838
  let newState;
@@ -944,7 +935,6 @@ class StoreServiceMock extends StoreService {
944
935
  init() { }
945
936
  addAutoSaveHandler() { }
946
937
  handleAutoSave() { }
947
- dispatch() { }
948
938
  select() {
949
939
  return of({});
950
940
  }