@creatorsn/vfluent3 0.3.52 → 0.3.53

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.
@@ -156,6 +156,8 @@ export declare const FvNavigationPanel: import("../../types/plugins/component-pl
156
156
  navIcon: (_: {}) => any;
157
157
  searchBlock: (_: {}) => any;
158
158
  panel: (_: {}) => any;
159
+ setting: (_: {}) => any;
160
+ mask: (_: {}) => any;
159
161
  };
160
162
  })>;
161
163
  export default FvNavigationPanel;
@@ -155,6 +155,8 @@ declare const _default: {
155
155
  navIcon: (_: {}) => any;
156
156
  searchBlock: (_: {}) => any;
157
157
  panel: (_: {}) => any;
158
+ setting: (_: {}) => any;
159
+ mask: (_: {}) => any;
158
160
  };
159
161
  });
160
162
  export default _default;
@@ -93,6 +93,8 @@ export declare const FvNavigationView: import("../../types/plugins/component-plu
93
93
  index: number;
94
94
  valueTrigger: (val: any) => any;
95
95
  }) => any;
96
+ setting: (_: {}) => any;
97
+ mask: (_: {}) => any;
96
98
  };
97
99
  })>;
98
100
  export default FvNavigationView;
@@ -92,6 +92,8 @@ declare const _default: {
92
92
  index: number;
93
93
  valueTrigger: (val: any) => any;
94
94
  }) => any;
95
+ setting: (_: {}) => any;
96
+ mask: (_: {}) => any;
95
97
  };
96
98
  });
97
99
  export default _default;