@extscreen/es-core 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -16
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2832,18 +2832,9 @@ var ESKeyEventMixin = {
2832
2832
  var ESLifecycleMixin = {
2833
2833
  mounted() {
2834
2834
  if (!ESLaunchManager$1.isESRouterEnabled()) {
2835
- if (ESLog.isLoggable(ESLog.DEBUG)) {
2836
- ESLog.d('ESRouter', '----ESLifecycleMixin---监听Activity----->>>>');
2837
- }
2838
2835
  ESApp.$on('OnNewIntent', this.onESLifecycleNewIntent);
2839
2836
  ESApp.$on('LifecycleChange', this.onESLifecycleChanged);
2840
2837
  }
2841
- //
2842
- else {
2843
- if (ESLog.isLoggable(ESLog.DEBUG)) {
2844
- ESLog.d('ESRouter', '----ESLifecycleMixin---监听Fragment----->>>>');
2845
- }
2846
- }
2847
2838
  },
2848
2839
  beforeDestroy() {
2849
2840
  if (!ESLaunchManager$1.isESRouterEnabled()) {
@@ -2855,7 +2846,7 @@ var ESLifecycleMixin = {
2855
2846
  methods: {
2856
2847
  onESLifecycleChanged(event) {
2857
2848
  if (ESLog.isLoggable(ESLog.DEBUG)) {
2858
- ESLog.d('ESRouter', '----ESLifecycleMixin---onESLifecycleChanged----->>>>' + event);
2849
+ ESLog.d('ESRouter', '-------页面生命周期----->>>>' + this.$options.name + ":::::::" + event);
2859
2850
  }
2860
2851
  if (event === 'onCreate') {
2861
2852
  this.onESCreate();
@@ -2902,12 +2893,6 @@ var ESLifecycleMixin = {
2902
2893
  },
2903
2894
  onESResume() {
2904
2895
 
2905
- },
2906
- onESInvisibleToUser() {
2907
-
2908
- },
2909
- onESVisibleToUser() {
2910
-
2911
2896
  },
2912
2897
  onESPause() {
2913
2898
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {