@scmlatam/web-ui 0.1.65 → 0.1.67

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.
package/dist/web-ui.d.ts CHANGED
@@ -103,6 +103,8 @@ declare interface ICoreContext {
103
103
  setSingleShortcut: (value: PickersShortcutsItem<PickerValidValue>[]) => void;
104
104
  rangeShortcut: PickersShortcutsItem<PickerValidValue>[];
105
105
  setRangeShortcut: (value: PickersShortcutsItem<PickerValidValue>[]) => void;
106
+ encrypter: (storage: 'session' | 'local', key: string, data: string) => void;
107
+ decrypter: (storage: 'session' | 'local', key: string) => string;
106
108
  }
107
109
 
108
110
  export { ITableContext }
package/dist/web-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-BY3ZEph6.js";
1
+ import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-CcNtIjru.js";
2
2
  export {
3
3
  o as Core,
4
4
  s as CoreContext,