@loftyshaky/shared-app 1.0.2 → 1.2.0
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/LICENSE.md +21 -0
- package/_locales/de/messages.json +1 -1
- package/_locales/en/messages.json +119 -2
- package/_locales/ru/messages.json +65 -2
- package/announcement.d.ts +2 -2
- package/announcement.js +5 -1
- package/app.d.ts +1 -5
- package/app.js +5 -1
- package/chunk-main.js +22 -0
- package/chunk-main2.js +5 -0
- package/chunk-main3.js +5 -0
- package/chunk-main4.js +5 -0
- package/chunk-pickr.min.js +5 -0
- package/dependencies.d.ts +2 -0
- package/dependencies.js +5 -0
- package/dependencies.txt +863 -0
- package/ext.d.ts +1 -5
- package/ext.js +5 -1
- package/fonts/NotoSans-Regular.ttf +0 -0
- package/globals.d.ts +49 -0
- package/html/dependencies.html +13 -0
- package/index.d.ts +3 -3
- package/index.js +5 -1
- package/inputs.d.ts +2 -2
- package/inputs.js +5 -1
- package/js/apps.js +63 -63
- package/js/dependencies.js +56 -0
- package/js/env.js +11 -3
- package/js/locales.js +23 -8
- package/js/package/plugins/rollup-plugin-copy.js +169 -169
- package/js/package/plugins/watcher.js +56 -56
- package/js/package/terser.js +18 -18
- package/js/task_scheduler.js +39 -39
- package/js/tsc_alias.js +19 -0
- package/js/webpack.config.js +35 -3
- package/package.json +2 -2
- package/scss/dependencies/body.scss +3 -0
- package/scss/dependencies/hr.scss +3 -0
- package/scss/dependencies/index.scss +5 -0
- package/scss/dependencies/links.scss +3 -0
- package/scss/dependencies/main.scss +3 -0
- package/scss/settings/section_btns.scss +52 -52
- package/scss/settings/sections.scss +22 -0
- package/scss/settings/transitions.scss +3 -13
- package/scss/shared/btns.scss +69 -16
- package/scss/shared/checkboxes.scss +38 -38
- package/scss/shared/close_btn.scss +18 -0
- package/scss/shared/color_pickers.scss +93 -93
- package/scss/shared/colors.scss +90 -84
- package/scss/shared/embed/error.scss +45 -28
- package/scss/shared/embed/font_face.scss +1 -2
- package/scss/shared/focus.scss +15 -9
- package/scss/shared/functions.scss +5 -0
- package/scss/shared/help.scss +3 -5
- package/scss/shared/index.scss +5 -0
- package/scss/shared/input_btns.scss +12 -11
- package/scss/shared/input_error.scss +3 -0
- package/scss/shared/inputs.scss +90 -70
- package/scss/shared/inset_border.scss +1 -8
- package/scss/shared/link_btns.scss +8 -0
- package/scss/shared/links.scss +12 -0
- package/scss/shared/main.scss +3 -0
- package/scss/shared/mixins.scss +60 -6
- package/scss/shared/mods.scss +11 -5
- package/scss/shared/offers.scss +37 -0
- package/scss/shared/scrollbar.scss +35 -35
- package/scss/shared/selects.scss +8 -2
- package/scss/shared/themes/colors/aqua.scss +48 -0
- package/scss/shared/themes/colors/dark.scss +51 -12
- package/scss/shared/themes/colors/lavender.scss +52 -0
- package/scss/shared/themes/colors/light.scss +51 -12
- package/scss/shared/themes/colors/very_dark.scss +51 -12
- package/scss/shared/themes/general/aqua_theme.scss +9 -0
- package/scss/shared/themes/general/dark_theme.scss +3 -1
- package/scss/shared/themes/general/lavender_theme.scss +9 -0
- package/scss/shared/themes/general/light_theme.scss +3 -1
- package/scss/shared/themes/general/template.scss +123 -75
- package/scss/shared/themes/general/template_focus.scss +24 -10
- package/scss/shared/themes/general/very_dark_theme.scss +3 -1
- package/scss/shared/transitions.scss +23 -2
- package/scss/shared/upload_box.scss +80 -67
- package/scss/shared/vars.scss +15 -2
- package/settings.d.ts +2 -2
- package/settings.js +5 -1
- package/ts/announcement/components/body.d.ts +2 -3
- package/ts/announcement/components/index.d.ts +1 -1
- package/ts/announcement/internal.d.ts +2 -3
- package/ts/announcement/scripts/display.d.ts +6 -6
- package/ts/announcement/scripts/index.d.ts +1 -2
- package/ts/dependencies/components/body.d.ts +2 -0
- package/ts/dependencies/components/index.d.ts +1 -0
- package/ts/dependencies/internal.d.ts +2 -0
- package/ts/dependencies/scripts/dependencies.d.ts +7 -0
- package/ts/dependencies/scripts/index.d.ts +1 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
- package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
- package/ts/error_modules/css/scripts/index.d.ts +1 -1
- package/ts/error_modules/css/scripts/main.d.ts +8 -8
- package/ts/error_modules/error/components/body.d.ts +3 -3
- package/ts/error_modules/error/components/close_btn.d.ts +2 -2
- package/ts/error_modules/error/components/ext_name.d.ts +2 -2
- package/ts/error_modules/error/components/index.d.ts +6 -4
- package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -0
- package/ts/error_modules/error/components/msg.d.ts +2 -2
- package/ts/error_modules/error/components/progress.d.ts +2 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
- package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/error/data/index.d.ts +4 -3
- package/ts/error_modules/error/data/main.d.ts +11 -10
- package/ts/error_modules/error/data/msg.d.ts +13 -15
- package/ts/error_modules/error/data/progress.d.ts +17 -0
- package/ts/error_modules/error/data/state.d.ts +25 -24
- package/ts/error_modules/error/interfaces/error.d.ts +6 -6
- package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
- package/ts/error_modules/error/interfaces/index.d.ts +7 -5
- package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
- package/ts/error_modules/error/interfaces/show_error.d.ts +11 -6
- package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
- package/ts/error_modules/error/scripts/flash.d.ts +11 -0
- package/ts/error_modules/error/scripts/globals.d.ts +1 -9
- package/ts/error_modules/error/scripts/index.d.ts +3 -1
- package/ts/error_modules/error/scripts/notification.d.ts +8 -0
- package/ts/error_modules/init.d.ts +1 -0
- package/ts/error_modules/internal.d.ts +11 -10
- package/ts/inputs/color/components/body.d.ts +3 -3
- package/ts/inputs/color/components/color_picker.d.ts +3 -3
- package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
- package/ts/inputs/color/components/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
- package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
- package/ts/inputs/color/components/visualization.d.ts +3 -3
- package/ts/inputs/color/data/color.d.ts +54 -54
- package/ts/inputs/color/data/index.d.ts +2 -2
- package/ts/inputs/color/data/visibility.d.ts +38 -38
- package/ts/inputs/color/interfaces/color.d.ts +1 -1
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
- package/ts/inputs/color/interfaces/i.d.ts +1 -1
- package/ts/inputs/color/interfaces/index.d.ts +4 -4
- package/ts/inputs/color/obj/color.d.ts +54 -54
- package/ts/inputs/color/obj/index.d.ts +1 -1
- package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
- package/ts/inputs/color/scripts/index.d.ts +2 -2
- package/ts/inputs/color/scripts/position.d.ts +7 -7
- package/ts/inputs/components/btn.d.ts +3 -3
- package/ts/inputs/components/checkbox.d.ts +3 -3
- package/ts/inputs/components/file.d.ts +3 -3
- package/ts/inputs/components/form.d.ts +3 -0
- package/ts/inputs/components/group.d.ts +3 -3
- package/ts/inputs/components/help.d.ts +3 -3
- package/ts/inputs/components/help_btn.d.ts +3 -3
- package/ts/inputs/components/hr.d.ts +3 -3
- package/ts/inputs/components/icon_btn.d.ts +3 -3
- package/ts/inputs/components/index.d.ts +25 -21
- package/ts/inputs/components/input_error.d.ts +3 -0
- package/ts/inputs/components/input_item.d.ts +3 -3
- package/ts/inputs/components/label.d.ts +3 -3
- package/ts/inputs/components/label_in_input_item.d.ts +3 -0
- package/ts/inputs/components/link.d.ts +3 -3
- package/ts/inputs/components/link_btn.d.ts +3 -3
- package/ts/inputs/components/link_icon_btn.d.ts +3 -0
- package/ts/inputs/components/prop_types/btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
- package/ts/inputs/components/prop_types/file.d.ts +4 -4
- package/ts/inputs/components/prop_types/form.d.ts +5 -0
- package/ts/inputs/components/prop_types/group.d.ts +5 -5
- package/ts/inputs/components/prop_types/help.d.ts +4 -4
- package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/hr.d.ts +4 -4
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/index.d.ts +25 -21
- package/ts/inputs/components/prop_types/input_error.d.ts +4 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
- package/ts/inputs/components/prop_types/label.d.ts +4 -4
- package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -0
- package/ts/inputs/components/prop_types/link.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -0
- package/ts/inputs/components/prop_types/range.d.ts +6 -4
- package/ts/inputs/components/prop_types/section.d.ts +4 -4
- package/ts/inputs/components/prop_types/section_btn.d.ts +7 -6
- package/ts/inputs/components/prop_types/section_content.d.ts +5 -4
- package/ts/inputs/components/prop_types/select.d.ts +6 -4
- package/ts/inputs/components/prop_types/text.d.ts +6 -4
- package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
- package/ts/inputs/components/prop_types/textarea.d.ts +6 -4
- package/ts/inputs/components/prop_types/upload_box.d.ts +5 -4
- package/ts/inputs/components/range.d.ts +3 -3
- package/ts/inputs/components/section.d.ts +3 -3
- package/ts/inputs/components/section_btn.d.ts +3 -3
- package/ts/inputs/components/section_content.d.ts +3 -3
- package/ts/inputs/components/select.d.ts +3 -3
- package/ts/inputs/components/text.d.ts +3 -3
- package/ts/inputs/components/text_btn.d.ts +3 -3
- package/ts/inputs/components/textarea.d.ts +3 -3
- package/ts/inputs/components/upload_box.d.ts +3 -3
- package/ts/inputs/data/help.d.ts +15 -15
- package/ts/inputs/data/index.d.ts +8 -7
- package/ts/inputs/data/input_error.d.ts +12 -0
- package/ts/inputs/data/input_width.d.ts +26 -22
- package/ts/inputs/data/{label.d.ts → labelIn_in_putI_iem.d.ts} +9 -9
- package/ts/inputs/data/nested_input.d.ts +18 -18
- package/ts/inputs/data/text.d.ts +21 -21
- package/ts/inputs/data/upload_box.d.ts +24 -20
- package/ts/inputs/data/val.d.ts +41 -36
- package/ts/inputs/interfaces/btn_option.d.ts +9 -0
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
- package/ts/inputs/interfaces/index.d.ts +9 -8
- package/ts/inputs/interfaces/input.d.ts +2 -2
- package/ts/inputs/interfaces/inputs.d.ts +2 -2
- package/ts/inputs/interfaces/links.d.ts +2 -2
- package/ts/inputs/interfaces/options.d.ts +2 -2
- package/ts/inputs/interfaces/sections.d.ts +2 -2
- package/ts/inputs/interfaces/state_cond.d.ts +4 -4
- package/ts/inputs/interfaces/text_btn.d.ts +7 -7
- package/ts/inputs/internal.d.ts +12 -12
- package/ts/inputs/obj/btn.d.ts +6 -5
- package/ts/inputs/obj/checkbox.d.ts +5 -5
- package/ts/inputs/obj/file.d.ts +9 -8
- package/ts/inputs/obj/form.d.ts +7 -0
- package/ts/inputs/obj/group.d.ts +6 -6
- package/ts/inputs/obj/hr.d.ts +5 -5
- package/ts/inputs/obj/icon_btn.d.ts +7 -6
- package/ts/inputs/obj/index.d.ts +18 -16
- package/ts/inputs/obj/input_base.d.ts +45 -37
- package/ts/inputs/obj/label.d.ts +5 -0
- package/ts/inputs/obj/link.d.ts +17 -12
- package/ts/inputs/obj/link_btn.d.ts +6 -5
- package/ts/inputs/obj/option.d.ts +6 -6
- package/ts/inputs/obj/range.d.ts +20 -20
- package/ts/inputs/obj/section.d.ts +31 -17
- package/ts/inputs/obj/select.d.ts +9 -9
- package/ts/inputs/obj/text.d.ts +18 -17
- package/ts/inputs/obj/textarea.d.ts +5 -5
- package/ts/inputs/obj/upload_box.d.ts +18 -14
- package/ts/inputs/scripts/index.d.ts +2 -2
- package/ts/inputs/scripts/resolve.d.ts +7 -5
- package/ts/inputs/scripts/upload_box.d.ts +8 -8
- package/ts/settings/components/body.d.ts +3 -3
- package/ts/settings/components/index.d.ts +1 -1
- package/ts/settings/components/prop_types/body.d.ts +8 -7
- package/ts/settings/components/prop_types/index.d.ts +1 -1
- package/ts/settings/data/back_up.d.ts +17 -16
- package/ts/settings/data/index.d.ts +2 -2
- package/ts/settings/data/sections.d.ts +43 -37
- package/ts/settings/developer_mode/data/index.d.ts +1 -0
- package/ts/settings/developer_mode/data/main.d.ts +13 -0
- package/ts/settings/init.d.ts +1 -1
- package/ts/settings/internal.d.ts +8 -9
- package/ts/settings/optional_permissions/data/index.d.ts +1 -1
- package/ts/settings/optional_permissions/data/main.d.ts +11 -11
- package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
- package/ts/settings/scripts/index.d.ts +1 -1
- package/ts/settings/scripts/theme.d.ts +12 -12
- package/ts/shared/app.d.ts +25 -18
- package/ts/shared/app_ext_globals.d.ts +1 -6
- package/ts/shared/app_version/components/body.d.ts +2 -2
- package/ts/shared/app_version/components/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/main.d.ts +18 -18
- package/ts/shared/data/data/index.d.ts +1 -1
- package/ts/shared/data/data/main.d.ts +1 -4
- package/ts/shared/data/interfaces/index.d.ts +1 -1
- package/ts/shared/data/interfaces/val.d.ts +2 -2
- package/ts/shared/ext.d.ts +28 -27
- package/ts/shared/functions.d.ts +3 -3
- package/ts/shared/globals.d.ts +1 -4
- package/ts/shared/header/scripts/index.d.ts +1 -0
- package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
- package/ts/shared/init.d.ts +1 -1
- package/ts/shared/internal.d.ts +40 -29
- package/ts/shared/loading_screen/components/body.d.ts +3 -3
- package/ts/shared/loading_screen/components/index.d.ts +1 -1
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/main.d.ts +12 -12
- package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
- package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
- package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
- package/ts/shared/no_tr/scripts/index.d.ts +1 -1
- package/ts/shared/no_tr/scripts/main.d.ts +12 -12
- package/ts/shared/offers/components/body.d.ts +3 -0
- package/ts/shared/offers/components/counter.d.ts +2 -0
- package/ts/shared/offers/components/index.d.ts +6 -0
- package/ts/shared/offers/components/next_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/offer.d.ts +3 -0
- package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/body.d.ts +5 -0
- package/ts/shared/offers/components/prop_types/index.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/offer.d.ts +4 -0
- package/ts/shared/offers/components/top_bar.d.ts +2 -0
- package/ts/shared/offers/data/index.d.ts +1 -0
- package/ts/shared/offers/data/main.d.ts +22 -0
- package/ts/shared/offers/interfaces/index.d.ts +1 -0
- package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -0
- package/ts/shared/offers/obj/index.d.ts +1 -0
- package/ts/shared/offers/obj/offer.d.ts +12 -0
- package/ts/shared/offers/scripts/index.d.ts +1 -0
- package/ts/shared/offers/scripts/main.d.ts +8 -0
- package/ts/shared/schema/data/index.d.ts +1 -0
- package/ts/shared/schema/data/main.d.ts +12 -0
- package/ts/shared/schema/obj/index.d.ts +1 -0
- package/ts/{settings → shared}/schema/obj/transform_item.d.ts +7 -7
- package/ts/shared/service_worker/scripts/index.d.ts +1 -0
- package/ts/shared/service_worker/scripts/main.d.ts +9 -0
- package/ts/shared/settings/data/index.d.ts +1 -0
- package/ts/shared/settings/data/main.d.ts +15 -0
- package/ts/shared/svg.d.ts +9 -7
- package/ts/shared/t.d.ts +36 -34
- package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
- package/ts/shared/tab_index/scripts/index.d.ts +1 -1
- package/ts/shared/tab_index/scripts/main.d.ts +18 -18
- package/ts/shared/theme/scripts/index.d.ts +1 -1
- package/ts/shared/theme/scripts/main.d.ts +11 -11
- package/ts/shared/title/scripts/index.d.ts +1 -1
- package/ts/shared/title/scripts/main.d.ts +6 -6
- package/ts/shared/tr/components/base_tr.d.ts +9 -9
- package/ts/shared/tr/components/index.d.ts +1 -1
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
- package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
- package/ts/shared/tr/data/index.d.ts +1 -1
- package/ts/shared/tr/data/transition.d.ts +23 -23
- package/ts/shared/tr/interfaces/index.d.ts +1 -1
- package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
- package/ts/shared/tr/obj/index.d.ts +1 -1
- package/ts/shared/tr/obj/transition.d.ts +8 -8
- package/ts/shared/utils/scripts/index.d.ts +1 -1
- package/ts/shared/utils/scripts/main.d.ts +11 -11
- package/ts/shared/vars.d.ts +2 -1
- package/ts/shared/viewport/scripts/index.d.ts +1 -1
- package/ts/shared/viewport/scripts/main.d.ts +8 -8
- package/ts/shared/x.d.ts +56 -60
- package/chunk-main-303525a1.js +0 -1
- package/chunk-main-3865bde3.js +0 -9
- package/chunk-main-6b1a6024.js +0 -1
- package/chunk-pickr.min-ee5e2c4f.js +0 -1
- package/fonts/noto_sans.woff2 +0 -0
- package/ts/announcement/components/prop_types/body.d.ts +0 -4
- package/ts/announcement/components/prop_types/index.d.ts +0 -1
- package/ts/settings/schema/data/index.d.ts +0 -1
- package/ts/settings/schema/data/main.d.ts +0 -10
- package/ts/settings/schema/obj/index.d.ts +0 -1
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export * as c_announcement from
|
|
2
|
-
export * as s_announcement from
|
|
3
|
-
export * as p_announcement from "./components/prop_types";
|
|
1
|
+
export * as c_announcement from './components';
|
|
2
|
+
export * as s_announcement from './scripts';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class Display {
|
|
2
|
-
private static i0;
|
|
3
|
-
static i(): Display;
|
|
4
|
-
private constructor();
|
|
5
|
-
display_announcement: () => Promise<void>;
|
|
6
|
-
}
|
|
1
|
+
export declare class Display {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Display;
|
|
4
|
+
private constructor();
|
|
5
|
+
display_announcement: () => Promise<void>;
|
|
6
|
+
}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from "./header";
|
|
1
|
+
export * from '../scripts/display';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../scripts/dependencies';
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { p_crash_handler } from
|
|
3
|
-
export declare const Body: {
|
|
4
|
-
new (props: p_crash_handler.Body | Readonly<p_crash_handler.Body>): {
|
|
5
|
-
componentDidCatch(err_obj: Error): void;
|
|
6
|
-
render(): JSX.Element | ReactNode;
|
|
7
|
-
context: unknown;
|
|
8
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<p_crash_handler.Body>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
9
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
10
|
-
readonly props: Readonly<p_crash_handler.Body>;
|
|
11
|
-
state: Readonly<{}>;
|
|
12
|
-
refs: {
|
|
13
|
-
[key: string]: React.ReactInstance;
|
|
14
|
-
};
|
|
15
|
-
componentDidMount?(): void;
|
|
16
|
-
shouldComponentUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
17
|
-
componentWillUnmount?(): void;
|
|
18
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>): any;
|
|
19
|
-
componentDidUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
20
|
-
componentWillMount?(): void;
|
|
21
|
-
UNSAFE_componentWillMount?(): void;
|
|
22
|
-
componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
23
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
24
|
-
componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
25
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
26
|
-
};
|
|
27
|
-
new (props: p_crash_handler.Body, context: any): {
|
|
28
|
-
componentDidCatch(err_obj: Error): void;
|
|
29
|
-
render(): JSX.Element | ReactNode;
|
|
30
|
-
context: unknown;
|
|
31
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<p_crash_handler.Body>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
32
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
33
|
-
readonly props: Readonly<p_crash_handler.Body>;
|
|
34
|
-
state: Readonly<{}>;
|
|
35
|
-
refs: {
|
|
36
|
-
[key: string]: React.ReactInstance;
|
|
37
|
-
};
|
|
38
|
-
componentDidMount?(): void;
|
|
39
|
-
shouldComponentUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
40
|
-
componentWillUnmount?(): void;
|
|
41
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>): any;
|
|
42
|
-
componentDidUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
43
|
-
componentWillMount?(): void;
|
|
44
|
-
UNSAFE_componentWillMount?(): void;
|
|
45
|
-
componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
46
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
47
|
-
componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
48
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
49
|
-
};
|
|
50
|
-
getDerivedStateFromError(): any;
|
|
51
|
-
contextType?: React.Context<any> | undefined;
|
|
52
|
-
};
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
import { p_crash_handler } from '../../internal';
|
|
3
|
+
export declare const Body: {
|
|
4
|
+
new (props: p_crash_handler.Body | Readonly<p_crash_handler.Body>): {
|
|
5
|
+
componentDidCatch(err_obj: Error): void;
|
|
6
|
+
render(): JSX.Element | ReactNode;
|
|
7
|
+
context: unknown;
|
|
8
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<p_crash_handler.Body>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
9
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
10
|
+
readonly props: Readonly<p_crash_handler.Body>;
|
|
11
|
+
state: Readonly<{}>;
|
|
12
|
+
refs: {
|
|
13
|
+
[key: string]: React.ReactInstance;
|
|
14
|
+
};
|
|
15
|
+
componentDidMount?(): void;
|
|
16
|
+
shouldComponentUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
17
|
+
componentWillUnmount?(): void;
|
|
18
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>): any;
|
|
19
|
+
componentDidUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
20
|
+
componentWillMount?(): void;
|
|
21
|
+
UNSAFE_componentWillMount?(): void;
|
|
22
|
+
componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
23
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
24
|
+
componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
25
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
26
|
+
};
|
|
27
|
+
new (props: p_crash_handler.Body, context: any): {
|
|
28
|
+
componentDidCatch(err_obj: Error): void;
|
|
29
|
+
render(): JSX.Element | ReactNode;
|
|
30
|
+
context: unknown;
|
|
31
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<p_crash_handler.Body>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
32
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
33
|
+
readonly props: Readonly<p_crash_handler.Body>;
|
|
34
|
+
state: Readonly<{}>;
|
|
35
|
+
refs: {
|
|
36
|
+
[key: string]: React.ReactInstance;
|
|
37
|
+
};
|
|
38
|
+
componentDidMount?(): void;
|
|
39
|
+
shouldComponentUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
40
|
+
componentWillUnmount?(): void;
|
|
41
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>): any;
|
|
42
|
+
componentDidUpdate?(prevProps: Readonly<p_crash_handler.Body>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
43
|
+
componentWillMount?(): void;
|
|
44
|
+
UNSAFE_componentWillMount?(): void;
|
|
45
|
+
componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
46
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<p_crash_handler.Body>, nextContext: any): void;
|
|
47
|
+
componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
48
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<p_crash_handler.Body>, nextState: Readonly<{}>, nextContext: any): void;
|
|
49
|
+
};
|
|
50
|
+
getDerivedStateFromError(): any;
|
|
51
|
+
contextType?: React.Context<any> | undefined;
|
|
52
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../crash_handler/components/body';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface Body {
|
|
3
|
-
children: JSX.Element;
|
|
4
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface Body {
|
|
3
|
+
children: JSX.Element;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../../crash_handler/components/prop_types/body';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../crash_handler/data/visibility';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class Visibility {
|
|
2
|
-
private static i0;
|
|
3
|
-
static i(): Visibility;
|
|
4
|
-
private constructor();
|
|
5
|
-
page_is_crashed: boolean;
|
|
6
|
-
show_reload_ui_screen: () => void;
|
|
7
|
-
}
|
|
1
|
+
export declare class Visibility {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Visibility;
|
|
4
|
+
private constructor();
|
|
5
|
+
page_is_crashed: boolean;
|
|
6
|
+
show_reload_ui_screen: () => void;
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../crash_handler/scripts/page';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class Page {
|
|
2
|
-
private static i0;
|
|
3
|
-
static i(): Page;
|
|
4
|
-
private constructor();
|
|
5
|
-
reload: () => void;
|
|
6
|
-
}
|
|
1
|
+
export declare class Page {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Page;
|
|
4
|
+
private constructor();
|
|
5
|
+
reload: () => void;
|
|
6
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../css/scripts/main';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare class Main {
|
|
2
|
-
private static i0;
|
|
3
|
-
static i(): Main;
|
|
4
|
-
private constructor();
|
|
5
|
-
load: ({ app_id }: {
|
|
6
|
-
app_id: string;
|
|
7
|
-
}) => void;
|
|
8
|
-
}
|
|
1
|
+
export declare class Main {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Main;
|
|
4
|
+
private constructor();
|
|
5
|
+
load: ({ app_id }: {
|
|
6
|
+
app_id: string;
|
|
7
|
+
}) => void;
|
|
8
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_error } from
|
|
3
|
-
export declare const Body: React.FunctionComponent<p_error.Body>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_error } from '../../internal';
|
|
3
|
+
export declare const Body: React.FunctionComponent<p_error.Body>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const CloseBtn: React.FunctionComponent;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const CloseBtn: React.FunctionComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ExtName: React.FunctionComponent;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ExtName: React.FunctionComponent;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from '../../error/components/body';
|
|
2
|
+
export * from '../../error/components/close_btn';
|
|
3
|
+
export * from '../../error/components/ext_name';
|
|
4
|
+
export * from '../../error/components/keep_visible_msg';
|
|
5
|
+
export * from '../../error/components/msg';
|
|
6
|
+
export * from '../../error/components/progress';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const Msg: React.FunctionComponent;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Msg: React.FunctionComponent;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t } from
|
|
2
|
-
export interface Body {
|
|
3
|
-
app_id: string;
|
|
4
|
-
on_render: t.CallbackVoid;
|
|
5
|
-
}
|
|
1
|
+
import { t } from '../../../../shared/internal';
|
|
2
|
+
export interface Body {
|
|
3
|
+
app_id: string;
|
|
4
|
+
on_render: t.CallbackVoid;
|
|
5
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '../../../error/components/prop_types/body';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from '../../error/data/main';
|
|
2
|
+
export * from '../../error/data/msg';
|
|
3
|
+
export * from '../../error/data/progress';
|
|
4
|
+
export * from '../../error/data/state';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { i_error } from
|
|
2
|
-
export declare class Main {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): Main;
|
|
5
|
-
private constructor();
|
|
6
|
-
hide_delay: number;
|
|
7
|
-
private highlight_time;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { i_error } from '../../internal';
|
|
2
|
+
export declare class Main {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): Main;
|
|
5
|
+
private constructor();
|
|
6
|
+
hide_delay: number;
|
|
7
|
+
private highlight_time;
|
|
8
|
+
private prevent_subsequent_errors;
|
|
9
|
+
show_error: (error_obj: i_error.ErrorObj | undefined, error_code: string | undefined, { error_msg_key, notification_type, hide_delay, silent, persistent, exit, is_fullscreen, prevent_subsequent_errors, }?: i_error.ShowError) => void;
|
|
10
|
+
output_error: (error_obj: i_error.ErrorObj, error_code: string) => void;
|
|
11
|
+
}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
export declare class Msg {
|
|
2
|
-
private static i0;
|
|
3
|
-
static i(): Msg;
|
|
4
|
-
private constructor();
|
|
5
|
-
private advanced_msg_is_visible;
|
|
6
|
-
basic_msg: string;
|
|
7
|
-
advanced_msg: string;
|
|
8
|
-
|
|
9
|
-
get
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}) => void;
|
|
15
|
-
}
|
|
1
|
+
export declare class Msg {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Msg;
|
|
4
|
+
private constructor();
|
|
5
|
+
private advanced_msg_is_visible;
|
|
6
|
+
basic_msg: string;
|
|
7
|
+
advanced_msg: string;
|
|
8
|
+
get advanced_msg_is_visible_cls(): string;
|
|
9
|
+
get more_info_btn_is_visible_cls(): string;
|
|
10
|
+
change_visibility_of_advanced_msg: ({ is_visible }: {
|
|
11
|
+
is_visible: boolean;
|
|
12
|
+
}) => void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class Progress {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Progress;
|
|
4
|
+
private constructor();
|
|
5
|
+
progress_max: number;
|
|
6
|
+
progress_val: number;
|
|
7
|
+
private timestamp_progress_begin;
|
|
8
|
+
private error_hide_delay;
|
|
9
|
+
private progress_timeout;
|
|
10
|
+
get progress_bar_is_visible_cls(): string;
|
|
11
|
+
begin_progress: ({ error_hide_delay }: {
|
|
12
|
+
error_hide_delay: number;
|
|
13
|
+
}) => void;
|
|
14
|
+
private increment_progress;
|
|
15
|
+
hide_progress: () => void;
|
|
16
|
+
update_progress_autorun: () => void;
|
|
17
|
+
}
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import { i_error } from
|
|
2
|
-
export declare class State {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): State;
|
|
5
|
-
private constructor();
|
|
6
|
-
private is_loaded;
|
|
7
|
-
private is_visible;
|
|
8
|
-
private is_highlighted;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
get
|
|
12
|
-
get
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import { i_error } from '../../internal';
|
|
2
|
+
export declare class State {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): State;
|
|
5
|
+
private constructor();
|
|
6
|
+
private is_loaded;
|
|
7
|
+
private is_visible;
|
|
8
|
+
private is_highlighted;
|
|
9
|
+
is_fullscreen: boolean;
|
|
10
|
+
notification_type: i_error.NotificationType;
|
|
11
|
+
get is_visible_style(): string;
|
|
12
|
+
get is_highlighted_cls(): string;
|
|
13
|
+
get is_fullscreen_cls(): string;
|
|
14
|
+
private is_visible_timeout;
|
|
15
|
+
private is_highlighted_timeout;
|
|
16
|
+
change_state: ({ observable_key, state, }: {
|
|
17
|
+
observable_key: i_error.ObservableKeys;
|
|
18
|
+
state: boolean;
|
|
19
|
+
}) => void;
|
|
20
|
+
run_reset_state_timeout: ({ observable_key, delay, }: {
|
|
21
|
+
observable_key: i_error.ObservableKeys;
|
|
22
|
+
delay: number;
|
|
23
|
+
}) => void;
|
|
24
|
+
clear_all_reset_state_timeouts: () => void;
|
|
25
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface Error {
|
|
2
|
-
silent?: boolean;
|
|
3
|
-
persistent?: boolean;
|
|
4
|
-
exit?: boolean;
|
|
5
|
-
hide_delay?: number;
|
|
6
|
-
}
|
|
1
|
+
export interface Error {
|
|
2
|
+
silent?: boolean;
|
|
3
|
+
persistent?: boolean;
|
|
4
|
+
exit?: boolean;
|
|
5
|
+
hide_delay?: number;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { i_error } from
|
|
2
|
-
export interface ErrorObj extends Error, i_error.Error {
|
|
3
|
-
name: string;
|
|
4
|
-
error_code?: string;
|
|
5
|
-
error_msg?: string;
|
|
6
|
-
}
|
|
1
|
+
import { i_error } from '../../internal';
|
|
2
|
+
export interface ErrorObj extends Error, i_error.Error {
|
|
3
|
+
name: string;
|
|
4
|
+
error_code?: string;
|
|
5
|
+
error_msg?: string;
|
|
6
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from '../../error/interfaces/error_obj';
|
|
2
|
+
export * from '../../error/interfaces/error';
|
|
3
|
+
export * from '../../error/interfaces/notification_type';
|
|
4
|
+
export * from '../../error/interfaces/observable_keys';
|
|
5
|
+
export * from '../../error/interfaces/show_error';
|
|
6
|
+
export * from '../../error/interfaces/show_unable_to_access_settings_error';
|
|
7
|
+
export * from '../../error/interfaces/timeout_observable_keys';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type NotificationType = 'error' | 'positive' | 'negative' | 'neutral';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ObservableKeys = 'is_loaded' | 'is_visible' | 'is_highlighted' | 'is_fullscreen';
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
import { i_error } from
|
|
2
|
-
export interface ShowError extends i_error.Error {
|
|
3
|
-
error_msg_key?: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { i_error } from '../../internal';
|
|
2
|
+
export interface ShowError extends i_error.Error {
|
|
3
|
+
error_msg_key?: string;
|
|
4
|
+
notification_type?: i_error.NotificationType;
|
|
5
|
+
hide_delay?: number;
|
|
6
|
+
silent?: boolean;
|
|
7
|
+
persistent?: boolean;
|
|
8
|
+
exit?: boolean;
|
|
9
|
+
is_fullscreen?: boolean;
|
|
10
|
+
prevent_subsequent_errors?: boolean;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TimeoutObservableKeys = 'is_visible_timeout' | 'is_highlighted_timeout';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class Flash {
|
|
2
|
+
private static i0;
|
|
3
|
+
static i(): Flash;
|
|
4
|
+
private constructor();
|
|
5
|
+
private get_flash_server_text;
|
|
6
|
+
private turn_flash_server_text_into_arr;
|
|
7
|
+
private get_flash_msg_key;
|
|
8
|
+
private get_flash_type;
|
|
9
|
+
private get_flash_hide_delay;
|
|
10
|
+
show: () => void;
|
|
11
|
+
}
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
declare global {
|
|
3
|
-
function show_err_ribbon(error_obj: i_error.ErrorObj | undefined, error_code: string | undefined, obj?: i_error.ShowError): void;
|
|
4
|
-
function err<T1>(f: () => T1, error_code: string, obj?: i_error.ShowError): T1;
|
|
5
|
-
function err_async<T1>(f: () => Promise<T1>, error_code: string, obj?: i_error.ShowError): Promise<T1>;
|
|
6
|
-
function throw_err(msg: string): void;
|
|
7
|
-
function throw_err_obj(msg: string): void;
|
|
8
|
-
function err_obj(msg: string): Error;
|
|
9
|
-
}
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { i_error } from '../../internal';
|
|
2
|
+
export declare class Notification {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): Notification;
|
|
5
|
+
private constructor();
|
|
6
|
+
show: ({ error_msg_key, notification_type, hide_delay, persistent, is_fullscreen, prevent_subsequent_errors, }: i_error.ShowError) => void;
|
|
7
|
+
show_unable_to_access_settings_error: ({ is_fullscreen, settings, provided_settings, }?: i_error.ShowUnableToAccessSettingsError) => Promise<void>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const init_error: () => void;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
export * as c_crash_handler from
|
|
3
|
-
export * as c_error from
|
|
4
|
-
export * as d_crash_handler from
|
|
5
|
-
export * as d_error from
|
|
6
|
-
export * as s_crash_handler from
|
|
7
|
-
export * as
|
|
8
|
-
export * as
|
|
9
|
-
export * as
|
|
10
|
-
export * as
|
|
1
|
+
import './error/scripts';
|
|
2
|
+
export * as c_crash_handler from './crash_handler/components';
|
|
3
|
+
export * as c_error from './error/components';
|
|
4
|
+
export * as d_crash_handler from './crash_handler/data';
|
|
5
|
+
export * as d_error from './error/data';
|
|
6
|
+
export * as s_crash_handler from './crash_handler/scripts';
|
|
7
|
+
export * as s_error from './error/scripts';
|
|
8
|
+
export * as s_css from './css/scripts';
|
|
9
|
+
export * as p_crash_handler from './crash_handler/components/prop_types';
|
|
10
|
+
export * as p_error from './error/components/prop_types';
|
|
11
|
+
export * as i_error from './error/interfaces';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_color } from
|
|
3
|
-
export declare const Body: React.FunctionComponent<p_color.Body>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_color } from '../../internal';
|
|
3
|
+
export declare const Body: React.FunctionComponent<p_color.Body>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_color } from
|
|
3
|
-
export declare const ColorPicker: React.FunctionComponent<p_color.ColorPicker>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_color } from '../../internal';
|
|
3
|
+
export declare const ColorPicker: React.FunctionComponent<p_color.ColorPicker>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_color } from
|
|
3
|
-
export declare const FillShadow: React.FunctionComponent<p_color.FillShadow>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_color } from '../../internal';
|
|
3
|
+
export declare const FillShadow: React.FunctionComponent<p_color.FillShadow>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from '../../color/components/body';
|
|
2
|
+
export * from '../../color/components/color_picker';
|
|
3
|
+
export * from '../../color/components/fill_shadow';
|
|
4
|
+
export * from '../../color/components/visualization';
|