@codeleap/mobile 4.2.8 → 4.2.10
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/Registry.js +28 -53
- package/dist/Registry.js.map +1 -1
- package/dist/components/ActionIcon/index.js +27 -67
- package/dist/components/ActionIcon/index.js.map +1 -1
- package/dist/components/ActionIcon/styles.js +1 -2
- package/dist/components/ActionIcon/types.js +1 -2
- package/dist/components/ActivityIndicator/index.js +22 -62
- package/dist/components/ActivityIndicator/index.js.map +1 -1
- package/dist/components/ActivityIndicator/styles.js +1 -2
- package/dist/components/ActivityIndicator/types.js +1 -2
- package/dist/components/Autocomplete/index.js +73 -121
- package/dist/components/Autocomplete/index.js.map +1 -1
- package/dist/components/Autocomplete/styles.js +1 -2
- package/dist/components/Autocomplete/types.js +1 -2
- package/dist/components/Avatar/index.js +49 -90
- package/dist/components/Avatar/index.js.map +1 -1
- package/dist/components/Avatar/styles.js +1 -2
- package/dist/components/Avatar/types.js +1 -2
- package/dist/components/AvatarGroup/index.js +30 -75
- package/dist/components/AvatarGroup/index.js.map +1 -1
- package/dist/components/AvatarGroup/styles.js +1 -2
- package/dist/components/AvatarGroup/types.js +1 -2
- package/dist/components/Backdrop/index.js +26 -66
- package/dist/components/Backdrop/index.js.map +1 -1
- package/dist/components/Backdrop/styles.js +1 -2
- package/dist/components/Backdrop/types.js +1 -2
- package/dist/components/Badge/index.js +44 -85
- package/dist/components/Badge/index.js.map +1 -1
- package/dist/components/Badge/styles.js +1 -2
- package/dist/components/Badge/types.js +1 -2
- package/dist/components/Button/index.js +49 -98
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Button/styles.js +1 -2
- package/dist/components/Button/types.js +1 -2
- package/dist/components/Calendar/index.js +27 -68
- package/dist/components/Calendar/index.js.map +1 -1
- package/dist/components/Calendar/types.d.ts +1 -2
- package/dist/components/Calendar/types.js +1 -2
- package/dist/components/Checkbox/index.js +52 -85
- package/dist/components/Checkbox/index.js.map +1 -1
- package/dist/components/Checkbox/styles.js +1 -2
- package/dist/components/Checkbox/types.js +1 -2
- package/dist/components/DatePickerModal/index.js +61 -113
- package/dist/components/DatePickerModal/index.js.map +1 -1
- package/dist/components/DatePickerModal/styles.js +1 -2
- package/dist/components/DatePickerModal/types.js +1 -2
- package/dist/components/EmptyPlaceholder/index.js +40 -69
- package/dist/components/EmptyPlaceholder/index.js.map +1 -1
- package/dist/components/EmptyPlaceholder/styles.js +1 -2
- package/dist/components/EmptyPlaceholder/types.js +1 -2
- package/dist/components/FileInput/index.js +112 -178
- package/dist/components/FileInput/index.js.map +1 -1
- package/dist/components/FileInput/types.js +1 -2
- package/dist/components/Grid/index.js +47 -97
- package/dist/components/Grid/index.js.map +1 -1
- package/dist/components/Grid/styles.js +1 -2
- package/dist/components/Grid/types.js +1 -2
- package/dist/components/Icon/index.js +34 -75
- package/dist/components/Icon/index.js.map +1 -1
- package/dist/components/Icon/styles.js +1 -2
- package/dist/components/Icon/types.js +1 -2
- package/dist/components/Image/index.js +53 -96
- package/dist/components/Image/index.js.map +1 -1
- package/dist/components/Image/styles.js +1 -2
- package/dist/components/Image/types.js +1 -2
- package/dist/components/ImageView/Spotlight.js +75 -131
- package/dist/components/ImageView/Spotlight.js.map +1 -1
- package/dist/components/ImageView/component.js +8 -15
- package/dist/components/ImageView/component.js.map +1 -1
- package/dist/components/ImageView/index.js +2 -18
- package/dist/components/ImageView/index.js.map +1 -1
- package/dist/components/InputBase/index.js +35 -75
- package/dist/components/InputBase/index.js.map +1 -1
- package/dist/components/InputBase/styles.d.ts +3 -3
- package/dist/components/InputBase/styles.js +49 -50
- package/dist/components/InputBase/styles.js.map +1 -1
- package/dist/components/InputBase/types.d.ts +1 -0
- package/dist/components/InputBase/types.js +1 -2
- package/dist/components/InputBase/utils.js +4 -19
- package/dist/components/InputBase/utils.js.map +1 -1
- package/dist/components/List/index.js +46 -86
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/List/styles.js +1 -2
- package/dist/components/List/types.js +1 -2
- package/dist/components/LoadingOverlay/index.js +28 -66
- package/dist/components/LoadingOverlay/index.js.map +1 -1
- package/dist/components/LoadingOverlay/styles.js +1 -2
- package/dist/components/LoadingOverlay/types.js +1 -2
- package/dist/components/Modal/index.js +77 -113
- package/dist/components/Modal/index.js.map +1 -1
- package/dist/components/Modal/styles.js +1 -2
- package/dist/components/Modal/types.js +1 -2
- package/dist/components/Navigation/Navigation.js +23 -66
- package/dist/components/Navigation/Navigation.js.map +1 -1
- package/dist/components/Navigation/constants.js +7 -10
- package/dist/components/Navigation/constants.js.map +1 -1
- package/dist/components/Navigation/index.js +3 -19
- package/dist/components/Navigation/index.js.map +1 -1
- package/dist/components/Navigation/types.js +1 -2
- package/dist/components/Navigation/utils.js +24 -59
- package/dist/components/Navigation/utils.js.map +1 -1
- package/dist/components/NumberIncrement/index.js +132 -165
- package/dist/components/NumberIncrement/index.js.map +1 -1
- package/dist/components/NumberIncrement/styles.js +1 -2
- package/dist/components/NumberIncrement/types.d.ts +2 -2
- package/dist/components/NumberIncrement/types.js +1 -2
- package/dist/components/NumberIncrement/utils.js +8 -12
- package/dist/components/NumberIncrement/utils.js.map +1 -1
- package/dist/components/Pager/PagerDots.js +17 -54
- package/dist/components/Pager/PagerDots.js.map +1 -1
- package/dist/components/Pager/index.js +43 -97
- package/dist/components/Pager/index.js.map +1 -1
- package/dist/components/Pager/styles.js +1 -2
- package/dist/components/Pager/types.js +1 -2
- package/dist/components/PaginationIndicator/index.js +23 -38
- package/dist/components/PaginationIndicator/index.js.map +1 -1
- package/dist/components/PaginationIndicator/styles.js +1 -2
- package/dist/components/PaginationIndicator/types.js +1 -2
- package/dist/components/PlacesAutocomplete/index.js +55 -106
- package/dist/components/PlacesAutocomplete/index.js.map +1 -1
- package/dist/components/PlacesAutocomplete/styles.js +1 -2
- package/dist/components/PlacesAutocomplete/types.js +1 -2
- package/dist/components/RadioInput/index.js +46 -84
- package/dist/components/RadioInput/index.js.map +1 -1
- package/dist/components/RadioInput/styles.js +1 -2
- package/dist/components/RadioInput/types.js +1 -2
- package/dist/components/RefreshControl/index.js +22 -63
- package/dist/components/RefreshControl/index.js.map +1 -1
- package/dist/components/RefreshControl/styles.js +1 -2
- package/dist/components/RefreshControl/types.js +1 -2
- package/dist/components/Scroll/index.js +33 -81
- package/dist/components/Scroll/index.js.map +1 -1
- package/dist/components/Scroll/styles.js +1 -2
- package/dist/components/Scroll/types.js +1 -2
- package/dist/components/SearchInput/index.js +22 -69
- package/dist/components/SearchInput/index.js.map +1 -1
- package/dist/components/SectionFilters/context.d.ts +6 -0
- package/dist/components/SectionFilters/context.js +4 -8
- package/dist/components/SectionFilters/context.js.map +1 -1
- package/dist/components/SectionFilters/index.js +33 -76
- package/dist/components/SectionFilters/index.js.map +1 -1
- package/dist/components/SectionFilters/types.js +1 -2
- package/dist/components/SectionFilters/useSectionFilters.d.ts +3 -0
- package/dist/components/SectionFilters/useSectionFilters.js +71 -73
- package/dist/components/SectionFilters/useSectionFilters.js.map +1 -1
- package/dist/components/Sections/index.d.ts +8 -8
- package/dist/components/Sections/index.js +61 -106
- package/dist/components/Sections/index.js.map +1 -1
- package/dist/components/Sections/styles.d.ts +1 -1
- package/dist/components/Sections/styles.js +1 -2
- package/dist/components/Sections/types.js +1 -2
- package/dist/components/SegmentedControl/Option.js +13 -31
- package/dist/components/SegmentedControl/Option.js.map +1 -1
- package/dist/components/SegmentedControl/index.js +71 -114
- package/dist/components/SegmentedControl/index.js.map +1 -1
- package/dist/components/SegmentedControl/styles.js +1 -2
- package/dist/components/SegmentedControl/types.js +1 -2
- package/dist/components/Select/index.js +94 -157
- package/dist/components/Select/index.js.map +1 -1
- package/dist/components/Select/styles.js +1 -2
- package/dist/components/Select/types.js +1 -2
- package/dist/components/Slider/index.js +89 -129
- package/dist/components/Slider/index.js.map +1 -1
- package/dist/components/Slider/styles.d.ts +0 -6
- package/dist/components/Slider/styles.js +1 -2
- package/dist/components/Slider/types.js +1 -2
- package/dist/components/SortablePhotos/index.js +58 -91
- package/dist/components/SortablePhotos/index.js.map +1 -1
- package/dist/components/SortablePhotos/styles.js +1 -2
- package/dist/components/SortablePhotos/types.js +1 -2
- package/dist/components/SortablePhotos/useSortablePhotos.js +93 -157
- package/dist/components/SortablePhotos/useSortablePhotos.js.map +1 -1
- package/dist/components/Switch/index.js +51 -84
- package/dist/components/Switch/index.js.map +1 -1
- package/dist/components/Switch/styles.js +1 -2
- package/dist/components/Switch/types.js +1 -2
- package/dist/components/Text/index.js +40 -88
- package/dist/components/Text/index.js.map +1 -1
- package/dist/components/Text/styles.js +1 -2
- package/dist/components/Text/types.js +1 -2
- package/dist/components/TextInput/index.js +83 -131
- package/dist/components/TextInput/index.js.map +1 -1
- package/dist/components/TextInput/styles.js +1 -2
- package/dist/components/TextInput/types.js +1 -2
- package/dist/components/Touchable/index.js +69 -122
- package/dist/components/Touchable/index.js.map +1 -1
- package/dist/components/Touchable/styles.js +1 -2
- package/dist/components/Touchable/types.js +1 -2
- package/dist/components/View/index.js +19 -51
- package/dist/components/View/index.js.map +1 -1
- package/dist/components/View/styles.js +1 -2
- package/dist/components/View/types.js +1 -2
- package/dist/components/components.js +43 -59
- package/dist/components/components.js.map +1 -1
- package/dist/hooks/index.js +7 -11
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.js +8 -43
- package/dist/index.js.map +1 -1
- package/dist/modules/PressableRipple/index.js +2 -8
- package/dist/modules/PressableRipple/index.js.map +1 -1
- package/dist/modules/PressableRipple/ripple.js +125 -163
- package/dist/modules/PressableRipple/ripple.js.map +1 -1
- package/dist/modules/PressableRipple/styles.js +9 -20
- package/dist/modules/PressableRipple/styles.js.map +1 -1
- package/dist/modules/PressableRipple/type.js +1 -2
- package/dist/modules/reactNavigation.js +10 -21
- package/dist/modules/reactNavigation.js.map +1 -1
- package/dist/modules/textInputMask.js +3 -20
- package/dist/modules/textInputMask.js.map +1 -1
- package/dist/modules/types/textInputMask.js +1 -2
- package/dist/types/index.js +1 -17
- package/dist/types/index.js.map +1 -1
- package/dist/types/utility.js +1 -2
- package/dist/utils/KeyboardAware/context.js +5 -14
- package/dist/utils/KeyboardAware/context.js.map +1 -1
- package/dist/utils/KeyboardAware/index.js +3 -19
- package/dist/utils/KeyboardAware/index.js.map +1 -1
- package/dist/utils/KeyboardAware/keyboardHooks.js +36 -41
- package/dist/utils/KeyboardAware/keyboardHooks.js.map +1 -1
- package/dist/utils/KeyboardAware/types.js +1 -2
- package/dist/utils/KeyboardAware/types.js.map +1 -1
- package/dist/utils/ModalManager/components.js +24 -54
- package/dist/utils/ModalManager/components.js.map +1 -1
- package/dist/utils/ModalManager/context.js +94 -89
- package/dist/utils/ModalManager/context.js.map +1 -1
- package/dist/utils/ModalManager/index.js +7 -10
- package/dist/utils/ModalManager/index.js.map +1 -1
- package/dist/utils/NotificationManager/index.js +115 -245
- package/dist/utils/NotificationManager/index.js.map +1 -1
- package/dist/utils/NotificationManager/types.js +1 -2
- package/dist/utils/OSAlert.js +32 -48
- package/dist/utils/OSAlert.js.map +1 -1
- package/dist/utils/PermissionManager/context.js +138 -255
- package/dist/utils/PermissionManager/context.js.map +1 -1
- package/dist/utils/PermissionManager/index.js +2 -8
- package/dist/utils/PermissionManager/index.js.map +1 -1
- package/dist/utils/PermissionManager/types.js +1 -2
- package/dist/utils/StorageManager.js +39 -46
- package/dist/utils/StorageManager.js.map +1 -1
- package/dist/utils/Subscription.js +30 -54
- package/dist/utils/Subscription.js.map +1 -1
- package/dist/utils/deprecated/notifications.js +143 -250
- package/dist/utils/deprecated/notifications.js.map +1 -1
- package/dist/utils/hooks.js +101 -120
- package/dist/utils/hooks.js.map +1 -1
- package/dist/utils/index.js +14 -43
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/input.js +15 -19
- package/dist/utils/input.js.map +1 -1
- package/dist/utils/locale.js +5 -9
- package/dist/utils/locale.js.map +1 -1
- package/dist/utils/misc.js +25 -40
- package/dist/utils/misc.js.map +1 -1
- package/dist/utils/theme.js +24 -33
- package/dist/utils/theme.js.map +1 -1
- package/dist/utils/useQueryListRefresh.js +16 -26
- package/dist/utils/useQueryListRefresh.js.map +1 -1
- package/package.json +6 -6
- package/package.json.bak +2 -2
- package/src/components/Calendar/types.ts +3 -3
- package/src/components/InputBase/styles.ts +35 -23
- package/src/components/InputBase/types.ts +1 -0
- package/src/components/NumberIncrement/index.tsx +8 -2
- package/src/components/NumberIncrement/types.ts +3 -3
- package/src/components/RadioInput/index.tsx +4 -0
- package/src/components/SectionFilters/useSectionFilters.tsx +31 -1
- package/src/components/Sections/index.tsx +3 -2
- package/src/components/Sections/styles.ts +2 -2
- package/src/components/Slider/index.tsx +9 -1
- package/src/components/Slider/styles.ts +0 -6
- package/src/components/TextInput/index.tsx +5 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/utils/PermissionManager/context.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/utils/PermissionManager/context.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.createTypedPermissionHooks = exports.usePermissionModal = exports.Provider = exports.usePermissions = void 0;
|
|
4
|
-
var context_1 = require("./context");
|
|
5
|
-
Object.defineProperty(exports, "usePermissions", { enumerable: true, get: function () { return context_1.usePermissions; } });
|
|
6
|
-
Object.defineProperty(exports, "Provider", { enumerable: true, get: function () { return context_1.Provider; } });
|
|
7
|
-
Object.defineProperty(exports, "createTypedPermissionHooks", { enumerable: true, get: function () { return context_1.createTypedPermissionHooks; } });
|
|
8
|
-
Object.defineProperty(exports, "usePermissionModal", { enumerable: true, get: function () { return context_1.usePermissionModal; } });
|
|
1
|
+
import { usePermissions, Provider, createTypedPermissionHooks, usePermissionModal } from './context';
|
|
2
|
+
export { usePermissions, Provider, usePermissionModal, createTypedPermissionHooks, };
|
|
9
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/PermissionManager/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/PermissionManager/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAOpG,OAAO,EACL,cAAc,EACd,QAAQ,EACR,kBAAkB,EAClB,0BAA0B,GAE3B,CAAA"}
|
|
@@ -1,44 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function StorageManager(keys) {
|
|
7
|
-
this.instance = new react_native_mmkv_1.MMKV();
|
|
1
|
+
import { MMKV } from 'react-native-mmkv';
|
|
2
|
+
export class StorageManager {
|
|
3
|
+
instance = new MMKV();
|
|
4
|
+
storageKeys;
|
|
5
|
+
constructor(keys) {
|
|
8
6
|
this.storageKeys = keys;
|
|
9
7
|
}
|
|
10
|
-
|
|
11
|
-
var _a, _b;
|
|
8
|
+
getStorageKey(key) {
|
|
12
9
|
if (typeof key == 'function') {
|
|
13
10
|
return key(this.storageKeys);
|
|
14
11
|
}
|
|
15
12
|
if (Array.isArray(key)) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
return extractor
|
|
13
|
+
const [storageKey, value] = key;
|
|
14
|
+
const extractor = this.storageKeys?.[storageKey];
|
|
15
|
+
return extractor?.(value);
|
|
19
16
|
}
|
|
20
|
-
|
|
17
|
+
const storageKey = this.storageKeys?.[key];
|
|
21
18
|
if (!!storageKey) {
|
|
22
19
|
return storageKey;
|
|
23
20
|
}
|
|
24
21
|
else {
|
|
25
22
|
return key;
|
|
26
23
|
}
|
|
27
|
-
}
|
|
28
|
-
|
|
24
|
+
}
|
|
25
|
+
parseValue(value) {
|
|
29
26
|
try {
|
|
30
27
|
return JSON.parse(value);
|
|
31
28
|
}
|
|
32
29
|
catch (e) {
|
|
33
30
|
return value;
|
|
34
31
|
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
}
|
|
33
|
+
exists(key) {
|
|
34
|
+
const storageKey = this.getStorageKey(key);
|
|
38
35
|
return this.instance.contains(storageKey);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
}
|
|
37
|
+
get(key, type) {
|
|
38
|
+
const storageKey = this.getStorageKey(key);
|
|
42
39
|
if (type === 'string') {
|
|
43
40
|
return this.instance.getString(storageKey);
|
|
44
41
|
}
|
|
@@ -49,38 +46,34 @@ var StorageManager = /** @class */ (function () {
|
|
|
49
46
|
return this.instance.getBoolean(storageKey);
|
|
50
47
|
}
|
|
51
48
|
else {
|
|
52
|
-
|
|
49
|
+
const value = this.instance.getString(storageKey);
|
|
53
50
|
return !!value ? this.parseValue(value) : undefined;
|
|
54
51
|
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
52
|
+
}
|
|
53
|
+
set(key, value) {
|
|
54
|
+
const storageKey = this.getStorageKey(key);
|
|
55
|
+
const isValidValue = typeof value == 'string' || typeof value == 'number' || typeof value == 'boolean';
|
|
56
|
+
const parsedValue = isValidValue ? value : JSON.stringify(value);
|
|
60
57
|
this.instance.set(storageKey, parsedValue);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
}
|
|
59
|
+
remove(key) {
|
|
60
|
+
const storageKey = this.getStorageKey(key);
|
|
64
61
|
this.instance.delete(storageKey);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
for (
|
|
68
|
-
|
|
69
|
-
var storageKey = this.getStorageKey(key);
|
|
62
|
+
}
|
|
63
|
+
multiRemove(keys) {
|
|
64
|
+
for (const key of keys) {
|
|
65
|
+
const storageKey = this.getStorageKey(key);
|
|
70
66
|
this.instance.delete(storageKey);
|
|
71
67
|
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
for (
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
var value = this.instance.getString(storageKey);
|
|
68
|
+
}
|
|
69
|
+
multiGet(keys) {
|
|
70
|
+
const values = {};
|
|
71
|
+
for (const key of keys) {
|
|
72
|
+
const storageKey = this.getStorageKey(key);
|
|
73
|
+
const value = this.instance.getString(storageKey);
|
|
79
74
|
values[key] = value;
|
|
80
75
|
}
|
|
81
76
|
return values;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
}());
|
|
85
|
-
exports.StorageManager = StorageManager;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
86
79
|
//# sourceMappingURL=StorageManager.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageManager.js","sourceRoot":"","sources":["../../src/utils/StorageManager.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StorageManager.js","sourceRoot":"","sources":["../../src/utils/StorageManager.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,72 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.useSubscriptionHistory = exports.Subscription = void 0;
|
|
16
|
-
var react_1 = __importDefault(require("react"));
|
|
17
|
-
var Subscription = /** @class */ (function () {
|
|
18
|
-
function Subscription() {
|
|
19
|
-
this.subscribers = {};
|
|
20
|
-
this._history = [];
|
|
1
|
+
import React from 'react';
|
|
2
|
+
class Subscription {
|
|
3
|
+
subscribers = {};
|
|
4
|
+
_history = [];
|
|
5
|
+
get history() {
|
|
6
|
+
return Object.freeze(this._history);
|
|
21
7
|
}
|
|
22
|
-
|
|
23
|
-
get: function () {
|
|
24
|
-
return Object.freeze(this._history);
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
Subscription.prototype.subscribe = function (key, cb) {
|
|
30
|
-
var _this = this;
|
|
8
|
+
subscribe(key, cb) {
|
|
31
9
|
this.subscribers[key] = cb;
|
|
32
|
-
return
|
|
33
|
-
delete
|
|
10
|
+
return () => {
|
|
11
|
+
delete this.subscribers[key];
|
|
34
12
|
};
|
|
35
|
-
}
|
|
36
|
-
|
|
13
|
+
}
|
|
14
|
+
getSubscriber(key) {
|
|
37
15
|
return this.subscribers[key];
|
|
38
|
-
}
|
|
39
|
-
|
|
16
|
+
}
|
|
17
|
+
removerSubscriber(key) {
|
|
40
18
|
delete this.subscribers[key];
|
|
41
|
-
}
|
|
42
|
-
|
|
19
|
+
}
|
|
20
|
+
getSubscribersKeys() {
|
|
43
21
|
return Object.keys(this.subscribers);
|
|
44
|
-
}
|
|
45
|
-
|
|
22
|
+
}
|
|
23
|
+
invoke(e) {
|
|
46
24
|
this._history.push(e);
|
|
47
|
-
for (
|
|
25
|
+
for (const subscriber in this.subscribers) {
|
|
48
26
|
this.subscribers[subscriber](e);
|
|
49
27
|
}
|
|
50
|
-
}
|
|
51
|
-
|
|
28
|
+
}
|
|
29
|
+
removeAllListeners() {
|
|
52
30
|
this.subscribers = {};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
return
|
|
31
|
+
}
|
|
32
|
+
static createSubscriptor(events) {
|
|
33
|
+
return (e, key, cb) => {
|
|
56
34
|
return events[e].subscribe(key, cb);
|
|
57
35
|
};
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
}());
|
|
61
|
-
exports.Subscription = Subscription;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
62
38
|
function useSubscriptionHistory(subscription) {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
return subscription.subscribe('subscription-history',
|
|
66
|
-
setState(
|
|
39
|
+
const [state, setState] = React.useState(subscription.history);
|
|
40
|
+
React.useEffect(() => {
|
|
41
|
+
return subscription.subscribe('subscription-history', e => {
|
|
42
|
+
setState([...state, e]);
|
|
67
43
|
});
|
|
68
44
|
}, []);
|
|
69
45
|
return state;
|
|
70
46
|
}
|
|
71
|
-
|
|
47
|
+
export { Subscription, useSubscriptionHistory };
|
|
72
48
|
//# sourceMappingURL=Subscription.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Subscription.js","sourceRoot":"","sources":["../../src/utils/Subscription.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Subscription.js","sourceRoot":"","sources":["../../src/utils/Subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,MAAM,YAAY;IACT,WAAW,GAA6B,EAA8B,CAAA;IAErE,QAAQ,GAAQ,EAAE,CAAA;IAE1B,IAAI,OAAO;QACT,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;IACrC,CAAC;IAED,SAAS,CAAC,GAAM,EAAE,EAAiB;QACjC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,EAAE,CAAA;QAE1B,OAAO,GAAG,EAAE;YACV,OAAO,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAA;QAC9B,CAAC,CAAA;IACH,CAAC;IAED,aAAa,CAAC,GAAM;QAClB,OAAO,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAA;IAC9B,CAAC;IAED,iBAAiB,CAAC,GAAM;QACtB,OAAO,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAA;IAC9B,CAAC;IAED,kBAAkB;QAChB,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAA;IACtC,CAAC;IAED,MAAM,CAAC,CAAI;QACT,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;QAErB,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,WAAW,EAAE;YACzC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA;SAChC;IACH,CAAC;IAED,kBAAkB;QAChB,IAAI,CAAC,WAAW,GAAG,EAA8B,CAAA;IACnD,CAAC;IAED,MAAM,CAAC,iBAAiB,CAAgC,MAAU;QAChE,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE;YACpB,OAAO,MAAM,CAAC,CAAC,CAAE,CAAC,SAAS,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;QACtC,CAAC,CAAA;IACH,CAAC;CACF;AAED,SAAS,sBAAsB,CAAI,YAA6B;IAC9D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;IAE9D,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,OAAO,YAAY,CAAC,SAAS,CAAC,sBAAsB,EAAE,CAAC,CAAC,EAAE;YACxD,QAAQ,CAAC,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC,CAAC,CAAA;QACzB,CAAC,CAAC,CAAA;IACJ,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,KAAK,CAAA;AACd,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,sBAAsB,EAAE,CAAA"}
|