@loftyshaky/shared-app 2.1.0 → 2.7.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 +1 -1
- package/_locales/en/messages.json +416 -281
- package/_locales/ru/messages.json +272 -215
- package/announcement.mjs +1 -0
- package/app.mjs +1 -0
- package/build/ps1/extension_build_all_prod.ps1 +18 -0
- package/build/ps1/extension_build_all_prod_test.ps1 +28 -0
- package/build/ps1/extension_pub.ps1 +6 -0
- package/build/ps1/fix_cur.ps1 +2 -0
- package/build/ps1/fix_cur_scss.ps1 +2 -0
- package/build/ts/apps.d.ts +11 -0
- package/build/ts/apps.mjs +1 -0
- package/build/ts/dependencies.d.ts +47 -0
- package/build/ts/dependencies.mjs +303 -0
- package/build/ts/env.d.ts +5 -0
- package/build/ts/env.mjs +1 -0
- package/build/ts/ext/manifest.d.ts +12 -0
- package/build/ts/ext/manifest.mjs +1 -0
- package/build/ts/interfaces/vite_plugin_static_copy_item.d.ts +4 -0
- package/build/ts/locales.d.ts +10 -0
- package/build/ts/locales.mjs +1 -0
- package/build/ts/minify_html.d.ts +4 -0
- package/build/ts/plugins/replace.d.ts +9 -0
- package/build/ts/plugins/watch.d.ts +12 -0
- package/build/ts/plugins/watch.mjs +1 -0
- package/build/ts/project_name.d.ts +6 -0
- package/build/ts/project_name.mjs +1 -0
- package/build/ts/projects_path.d.ts +2 -0
- package/build/ts/projects_path.mjs +1 -0
- package/build/ts/static_assets.d.ts +5 -0
- package/build/ts/vite.config.d.ts +84 -0
- package/build/ts/vite.config.mjs +48 -0
- package/chunks/__vite-browser-external.mjs +1 -0
- package/chunks/_baseUniq.mjs +1 -0
- package/chunks/_defineProperty.mjs +1 -0
- package/chunks/chunk.mjs +1 -0
- package/chunks/debounce.mjs +1 -0
- package/chunks/internal.mjs +2 -0
- package/chunks/internal2.mjs +35 -0
- package/chunks/isArrayLikeObject.mjs +1 -0
- package/chunks/isSymbol.mjs +1 -0
- package/chunks/last.mjs +1 -0
- package/chunks/lib.mjs +7 -0
- package/chunks/merge.mjs +1 -0
- package/chunks/pickr.min.mjs +1 -0
- package/dependencies.json +116 -0
- package/dependencies.mjs +1 -0
- package/ext.mjs +1 -0
- package/html/announcement.html +1 -15
- package/html/dependencies.html +1 -13
- package/inputs.mjs +1 -0
- package/package.json +44 -2
- package/scss/announcement/body.scss +5 -3
- package/scss/announcement/index.scss +3 -3
- package/scss/announcement/main.scss +4 -2
- package/scss/dependencies/body.scss +3 -3
- package/scss/dependencies/hr.scss +3 -3
- package/scss/dependencies/index.scss +5 -5
- package/scss/dependencies/links.scss +3 -3
- package/scss/dependencies/main.scss +3 -3
- package/scss/settings/index.scss +6 -6
- package/scss/settings/main.scss +19 -18
- package/scss/settings/section_btns.scss +4 -1
- package/scss/settings/sections.scss +48 -45
- package/scss/settings/transitions.scss +11 -11
- package/scss/shared/btns.scss +47 -66
- package/scss/shared/checkboxes.scss +11 -8
- package/scss/shared/close_btn.scss +7 -4
- package/scss/shared/color_pickers.scss +11 -8
- package/scss/shared/colors.scss +16 -12
- package/scss/shared/crash_handler.scss +39 -36
- package/scss/shared/embed/error.scss +116 -113
- package/scss/shared/embed/hidden_roots.scss +3 -3
- package/scss/shared/embed/loading_screen.scss +35 -36
- package/scss/shared/firefox.scss +31 -0
- package/scss/shared/focus.scss +13 -9
- package/scss/shared/group.scss +9 -2
- package/scss/shared/help.scss +80 -69
- package/scss/shared/hr.scss +8 -6
- package/scss/shared/icon_btns.scss +18 -0
- package/scss/shared/index.scss +35 -34
- package/scss/shared/input_btns.scss +7 -2
- package/scss/shared/input_error.scss +3 -1
- package/scss/shared/inputs.scss +48 -18
- package/scss/shared/inset_border.scss +15 -13
- package/scss/shared/link_btns.scss +17 -11
- package/scss/shared/links.scss +25 -23
- package/scss/shared/main.scss +12 -0
- package/scss/shared/mixins.scss +193 -184
- package/scss/shared/mods.scss +51 -45
- package/scss/shared/offers.scss +23 -5
- package/scss/shared/range.scss +51 -43
- package/scss/shared/scrollbar.scss +7 -4
- package/scss/shared/selects.scss +32 -26
- package/scss/shared/side_btns.scss +4 -0
- package/scss/shared/text.scss +9 -20
- package/scss/shared/themes/colors/aqua.scss +54 -47
- package/scss/shared/themes/colors/blaze.scss +55 -0
- package/scss/shared/themes/colors/clover.scss +55 -0
- package/scss/shared/themes/colors/dark.scss +63 -53
- package/scss/shared/themes/colors/lavender.scss +52 -47
- package/scss/shared/themes/colors/light.scss +63 -53
- package/scss/shared/themes/colors/ruby.scss +55 -0
- package/scss/shared/themes/colors/very_dark.scss +61 -53
- package/scss/shared/themes/general/aqua_theme.scss +4 -6
- package/scss/shared/themes/general/blaze_theme.scss +7 -0
- package/scss/shared/themes/general/clover_theme.scss +7 -0
- package/scss/shared/themes/general/dark_theme.scss +10 -9
- package/scss/shared/themes/general/lavender_theme.scss +4 -6
- package/scss/shared/themes/general/light_theme.scss +10 -9
- package/scss/shared/themes/general/ruby_theme.scss +7 -0
- package/scss/shared/themes/general/template.scss +111 -92
- package/scss/shared/themes/general/template_focus.scss +15 -15
- package/scss/shared/themes/general/very_dark_theme.scss +10 -9
- package/scss/shared/transitions.scss +57 -58
- package/scss/shared/upload_box.scss +18 -12
- package/scss/shared/vars.scss +21 -32
- package/settings.mjs +1 -0
- package/shared.mjs +1 -0
- package/shared_clean.mjs +1 -0
- package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
- package/src/ts/announcement/components/index.d.ts +1 -0
- package/src/ts/announcement.d.ts +1 -0
- package/src/ts/app.d.ts +1 -0
- package/src/ts/custom.d.ts +68 -0
- package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
- package/src/ts/dependencies/components/index.d.ts +1 -0
- package/src/ts/dependencies/scripts/index.d.ts +1 -0
- package/src/ts/dependencies.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
- package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
- package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
- package/src/ts/error_modules/error/components/index.d.ts +6 -0
- package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
- package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
- package/src/ts/error_modules/error/data/index.d.ts +4 -0
- package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
- package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
- package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
- package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
- package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
- package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -2
- package/src/ts/error_modules_clean/error/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules_clean/internal.d.ts +0 -2
- package/src/ts/ext.d.ts +1 -0
- package/{ts → src/ts}/inputs/color/components/body.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/components/color_picker.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/components/fill_shadow.d.ts +0 -1
- package/src/ts/inputs/color/components/index.d.ts +4 -0
- package/src/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -0
- package/src/ts/inputs/color/components/prop_types/index.d.ts +4 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/visualization.d.ts +1 -1
- package/{ts → src/ts}/inputs/color/components/visualization.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/data/color.d.ts +2 -2
- package/src/ts/inputs/color/data/index.d.ts +2 -0
- package/{ts → src/ts}/inputs/color/data/visibility.d.ts +2 -2
- package/{ts → src/ts}/inputs/color/interfaces/color_picker_state.d.ts +1 -1
- package/src/ts/inputs/color/interfaces/index.d.ts +3 -0
- package/{ts → src/ts}/inputs/color/obj/color.d.ts +12 -12
- package/src/ts/inputs/color/obj/index.d.ts +1 -0
- package/{ts → src/ts}/inputs/color/scripts/color_picker.d.ts +2 -2
- package/src/ts/inputs/color/scripts/index.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/checkbox.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/file.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/form.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/group.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/help.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/help_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/hr.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/icon_btn.d.ts +0 -1
- package/src/ts/inputs/components/index.d.ts +27 -0
- package/{ts → src/ts}/inputs/components/input_error.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/input_item.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/label.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/label_in_input_item.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link_icon_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/prop_types/checkbox.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/form.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/group.d.ts +2 -1
- package/{ts → src/ts}/inputs/components/prop_types/help.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/help_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/icon_btn.d.ts +1 -0
- package/src/ts/inputs/components/prop_types/index.d.ts +27 -0
- package/{ts → src/ts}/inputs/components/prop_types/input_item.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/range.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/section_content.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/select.d.ts +1 -0
- package/src/ts/inputs/components/prop_types/side_btn.d.ts +9 -0
- package/src/ts/inputs/components/prop_types/side_btns.d.ts +4 -0
- package/{ts → src/ts}/inputs/components/prop_types/text.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/prop_types/textarea.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/upload_box.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/range.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section_content.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/select.d.ts +0 -1
- package/src/ts/inputs/components/side_btn.d.ts +2 -0
- package/src/ts/inputs/components/side_btns.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/text.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/text_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/textarea.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/upload_box.d.ts +0 -1
- package/{ts → src/ts}/inputs/data/help.d.ts +4 -1
- package/src/ts/inputs/data/index.d.ts +12 -0
- package/{ts → src/ts}/inputs/data/input_width.d.ts +4 -2
- package/src/ts/inputs/data/label_in_input_item.d.ts +26 -0
- package/{ts/inputs/data/label_in_input_item.d.ts → src/ts/inputs/data/section_btn.d.ts} +4 -4
- package/src/ts/inputs/data/side_btn.d.ts +19 -0
- package/src/ts/inputs/data/tab_index.d.ts +11 -0
- package/{ts → src/ts}/inputs/data/text.d.ts +1 -6
- package/src/ts/inputs/data/text_title.d.ts +16 -0
- package/{ts → src/ts}/inputs/data/upload_box.d.ts +0 -3
- package/{ts → src/ts}/inputs/data/val.d.ts +13 -6
- package/src/ts/inputs/interfaces/index.d.ts +12 -0
- package/{ts → src/ts}/inputs/interfaces/input.d.ts +1 -1
- package/src/ts/inputs/interfaces/input_and_link.d.ts +2 -0
- package/src/ts/inputs/interfaces/inputs_and_links.d.ts +2 -0
- package/src/ts/inputs/interfaces/side_btn.d.ts +8 -0
- package/{ts → src/ts}/inputs/obj/btn.d.ts +2 -1
- package/{ts → src/ts}/inputs/obj/checkbox.d.ts +2 -1
- package/{ts → src/ts}/inputs/obj/file.d.ts +2 -2
- package/{ts → src/ts}/inputs/obj/form.d.ts +2 -2
- package/src/ts/inputs/obj/group.d.ts +17 -0
- package/{ts → src/ts}/inputs/obj/hr.d.ts +2 -1
- package/src/ts/inputs/obj/icon_btn.d.ts +7 -0
- package/src/ts/inputs/obj/index.d.ts +18 -0
- package/{ts → src/ts}/inputs/obj/input_base.d.ts +34 -5
- package/{ts → src/ts}/inputs/obj/label.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/link.d.ts +5 -3
- package/src/ts/inputs/obj/link_btn.d.ts +5 -0
- package/{ts → src/ts}/inputs/obj/range.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/section.d.ts +4 -3
- package/src/ts/inputs/obj/select.d.ts +9 -0
- package/{ts → src/ts}/inputs/obj/text.d.ts +8 -4
- package/{ts → src/ts}/inputs/obj/textarea.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/upload_box.d.ts +1 -1
- package/src/ts/inputs/scripts/index.d.ts +4 -0
- package/src/ts/inputs/scripts/resolve.d.ts +8 -0
- package/src/ts/inputs/scripts/text.d.ts +17 -0
- package/src/ts/inputs/scripts/textarea.d.ts +12 -0
- package/src/ts/inputs.d.ts +1 -0
- package/{ts → src/ts}/settings/components/body.d.ts +0 -1
- package/src/ts/settings/components/index.d.ts +1 -0
- package/src/ts/settings/components/prop_types/index.d.ts +1 -0
- package/src/ts/settings/developer_mode/data/index.d.ts +1 -0
- package/src/ts/settings/optional_permissions/data/index.d.ts +1 -0
- package/{ts → src/ts}/settings/optional_permissions/data/permission.d.ts +5 -2
- package/src/ts/settings/optional_permissions/interfaces/index.d.ts +2 -0
- package/src/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +4 -0
- package/src/ts/settings/sections/data/index.d.ts +1 -0
- package/{ts → src/ts}/settings/sections/data/sections.d.ts +9 -5
- package/{ts/settings/sections/data → src/ts/settings/sections/scripts}/back_up.d.ts +4 -2
- package/src/ts/settings/sections/scripts/index.d.ts +3 -0
- package/src/ts/settings/sections/scripts/sections.d.ts +8 -0
- package/src/ts/settings.d.ts +1 -0
- package/{ts → src/ts}/shared/app_version/components/body.d.ts +0 -1
- package/src/ts/shared/app_version/components/index.d.ts +1 -0
- package/src/ts/shared/app_version/data/app_version.d.ts +9 -0
- package/src/ts/shared/app_version/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/data/data/cache.d.ts +6 -5
- package/src/ts/shared/data/data/index.d.ts +2 -0
- package/{ts → src/ts}/shared/data/data/settings.d.ts +5 -2
- package/{ts → src/ts}/shared/internal.d.ts +1 -2
- package/{ts → src/ts}/shared/loading_screen/components/body.d.ts +0 -1
- package/src/ts/shared/loading_screen/components/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/data/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/scripts/index.d.ts +2 -0
- package/{ts → src/ts}/shared/offers/components/ad_label.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/body.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/counter.d.ts +0 -1
- package/src/ts/shared/offers/components/index.d.ts +7 -0
- package/{ts → src/ts}/shared/offers/components/next_offer_btn.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/offer.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/previous_offer_btn.d.ts +0 -1
- package/src/ts/shared/offers/components/prop_types/index.d.ts +2 -0
- package/{ts → src/ts}/shared/offers/components/top_bar.d.ts +0 -1
- package/src/ts/shared/offers/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/offers/data/offers.d.ts +1 -1
- package/src/ts/shared/offers/interfaces/index.d.ts +1 -0
- package/src/ts/shared/offers/obj/index.d.ts +1 -0
- package/{ts → src/ts}/shared/offers/obj/offer.d.ts +1 -0
- package/src/ts/shared/offers/scripts/index.d.ts +1 -0
- package/src/ts/shared/schema/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/schema/data/schema.d.ts +4 -4
- package/src/ts/shared/tab_index/interfaces/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tab_index/interfaces/set_Input_type_event.d.ts +1 -1
- package/src/ts/shared/tab_index/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tab_index/scripts/tab_index.d.ts +1 -1
- package/src/ts/shared/tr/components/base_tr.d.ts +4 -0
- package/src/ts/shared/tr/components/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tr/components/prop_types/base_tr.d.ts +4 -4
- package/src/ts/shared/tr/components/prop_types/index.d.ts +1 -0
- package/src/ts/shared/tr/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tr/data/transition.d.ts +4 -5
- package/src/ts/shared/tr/interfaces/index.d.ts +1 -0
- package/src/ts/shared/tr/obj/index.d.ts +1 -0
- package/src/ts/shared.d.ts +3 -0
- package/src/ts/shared_clean/announcement/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/app.d.ts +5 -2
- package/src/ts/shared_clean/color/interfaces/index.d.ts +1 -0
- package/src/ts/shared_clean/color/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/css_vars/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/data/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/data/data/settings.d.ts +6 -10
- package/src/ts/shared_clean/data/interfaces/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/data/scripts/cache.d.ts +8 -7
- package/src/ts/shared_clean/data/scripts/index.d.ts +3 -0
- package/{ts → src/ts}/shared_clean/data/scripts/settings.d.ts +1 -1
- package/{ts → src/ts}/shared_clean/data/scripts/sync.d.ts +1 -1
- package/{ts/shared/title/scripts/title.d.ts → src/ts/shared_clean/env/scripts/env.d.ts} +2 -2
- package/src/ts/shared_clean/env/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/ext.d.ts +4 -4
- package/src/ts/shared_clean/functions.d.ts +5 -0
- package/{ts → src/ts}/shared_clean/internal.d.ts +3 -3
- package/src/ts/shared_clean/links/interfaces/browser.d.ts +8 -0
- package/src/ts/shared_clean/links/interfaces/index.d.ts +1 -0
- package/src/ts/shared_clean/links/scripts/browser.d.ts +9 -0
- package/src/ts/shared_clean/links/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/no_tr/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/schema/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/schema/data/schema.d.ts +8 -8
- package/src/ts/shared_clean/schema/obj/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/schema/obj/transform_item.d.ts +2 -1
- package/src/ts/shared_clean/service_worker/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/service_worker/scripts/service_worker.d.ts +0 -1
- package/src/ts/shared_clean/t.d.ts +52 -0
- package/src/ts/shared_clean/theme/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/title/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/utils/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/viewport/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/x.d.ts +11 -7
- package/{shared_clean.d.ts → src/ts/shared_clean.d.ts} +2 -2
- package/announcement.d.ts +0 -2
- package/announcement.js +0 -5
- package/app.d.ts +0 -1
- package/app.js +0 -5
- package/chunk-error.js +0 -5
- package/chunk-index.js +0 -5
- package/chunk-merge.js +0 -5
- package/chunk-pickr.min.js +0 -5
- package/chunk-title.js +0 -14
- package/chunk-viewport.js +0 -5
- package/dependencies.d.ts +0 -2
- package/dependencies.js +0 -5
- package/dependencies.txt +0 -851
- package/ext.d.ts +0 -1
- package/ext.js +0 -5
- package/globals.d.ts +0 -52
- package/inputs.d.ts +0 -2
- package/inputs.js +0 -5
- package/js/apps.js +0 -70
- package/js/dependencies.js +0 -60
- package/js/env.js +0 -24
- package/js/ext/manifest.js +0 -58
- package/js/locales.js +0 -66
- package/js/package/plugins/rollup-plugin-copy.js +0 -169
- package/js/package/plugins/watcher.js +0 -56
- package/js/package/terser.js +0 -18
- package/js/project_name.js +0 -5
- package/js/projects_path.js +0 -5
- package/js/task_scheduler.js +0 -45
- package/js/tsc_alias.js +0 -19
- package/js/webpack.config.js +0 -201
- package/scss/shared/functions.scss +0 -5
- package/settings.d.ts +0 -2
- package/settings.js +0 -5
- package/shared.d.ts +0 -4
- package/shared.js +0 -5
- package/shared_clean.js +0 -5
- package/ts/announcement/components/index.d.ts +0 -1
- package/ts/dependencies/components/index.d.ts +0 -1
- package/ts/dependencies/scripts/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/components/body.d.ts +0 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -1
- package/ts/error_modules/css/scripts/index.d.ts +0 -1
- package/ts/error_modules/error/components/index.d.ts +0 -6
- package/ts/error_modules/error/components/prop_types/index.d.ts +0 -1
- package/ts/error_modules/error/data/index.d.ts +0 -4
- package/ts/error_modules/error/scripts/index.d.ts +0 -3
- package/ts/error_modules_clean/error/data/index.d.ts +0 -1
- package/ts/error_modules_clean/error/interfaces/index.d.ts +0 -11
- package/ts/error_modules_clean/error/scripts/index.d.ts +0 -1
- package/ts/inputs/color/components/index.d.ts +0 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -7
- package/ts/inputs/color/components/prop_types/index.d.ts +0 -4
- package/ts/inputs/color/data/index.d.ts +0 -2
- package/ts/inputs/color/interfaces/index.d.ts +0 -3
- package/ts/inputs/color/obj/index.d.ts +0 -1
- package/ts/inputs/color/scripts/index.d.ts +0 -2
- package/ts/inputs/components/index.d.ts +0 -25
- package/ts/inputs/components/prop_types/index.d.ts +0 -25
- package/ts/inputs/data/index.d.ts +0 -8
- package/ts/inputs/interfaces/btn_option.d.ts +0 -9
- package/ts/inputs/interfaces/index.d.ts +0 -9
- package/ts/inputs/obj/group.d.ts +0 -6
- package/ts/inputs/obj/icon_btn.d.ts +0 -7
- package/ts/inputs/obj/index.d.ts +0 -18
- package/ts/inputs/obj/link_btn.d.ts +0 -6
- package/ts/inputs/obj/select.d.ts +0 -9
- package/ts/inputs/scripts/index.d.ts +0 -2
- package/ts/inputs/scripts/resolve.d.ts +0 -6
- package/ts/settings/components/index.d.ts +0 -1
- package/ts/settings/components/prop_types/index.d.ts +0 -1
- package/ts/settings/developer_mode/data/index.d.ts +0 -1
- package/ts/settings/optional_permissions/data/index.d.ts +0 -1
- package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -2
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -3
- package/ts/settings/sections/data/index.d.ts +0 -2
- package/ts/settings/sections/scripts/index.d.ts +0 -1
- package/ts/shared/app_version/components/index.d.ts +0 -1
- package/ts/shared/data/data/index.d.ts +0 -3
- package/ts/shared/loading_screen/components/index.d.ts +0 -1
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
- package/ts/shared/loading_screen/data/index.d.ts +0 -1
- package/ts/shared/loading_screen/scripts/index.d.ts +0 -2
- package/ts/shared/offers/components/index.d.ts +0 -7
- package/ts/shared/offers/components/prop_types/index.d.ts +0 -2
- package/ts/shared/offers/data/index.d.ts +0 -1
- package/ts/shared/offers/interfaces/index.d.ts +0 -1
- package/ts/shared/offers/obj/index.d.ts +0 -1
- package/ts/shared/offers/scripts/index.d.ts +0 -1
- package/ts/shared/schema/data/index.d.ts +0 -1
- package/ts/shared/tab_index/interfaces/index.d.ts +0 -1
- package/ts/shared/tab_index/scripts/index.d.ts +0 -1
- package/ts/shared/title/scripts/index.d.ts +0 -1
- package/ts/shared/tr/components/base_tr.d.ts +0 -9
- package/ts/shared/tr/components/index.d.ts +0 -1
- package/ts/shared/tr/components/prop_types/index.d.ts +0 -1
- package/ts/shared/tr/data/index.d.ts +0 -1
- package/ts/shared/tr/interfaces/index.d.ts +0 -1
- package/ts/shared/tr/obj/index.d.ts +0 -1
- package/ts/shared_clean/announcement/scripts/index.d.ts +0 -1
- package/ts/shared_clean/color/interfaces/index.d.ts +0 -1
- package/ts/shared_clean/color/scripts/index.d.ts +0 -1
- package/ts/shared_clean/css_vars/scripts/index.d.ts +0 -1
- package/ts/shared_clean/data/data/index.d.ts +0 -2
- package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
- package/ts/shared_clean/data/scripts/index.d.ts +0 -3
- package/ts/shared_clean/functions.d.ts +0 -4
- package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
- package/ts/shared_clean/schema/data/index.d.ts +0 -1
- package/ts/shared_clean/schema/obj/index.d.ts +0 -1
- package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
- package/ts/shared_clean/t.d.ts +0 -36
- package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
- package/ts/shared_clean/title/scripts/index.d.ts +0 -1
- package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
- package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
- package/{ts → src/ts}/announcement/internal.d.ts +0 -0
- package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
- package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
- package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
- package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
- package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
- package/{ts → src/ts}/error_modules/init.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
- package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/internal.d.ts +0 -0
- package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
- package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
- package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
- package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
- package/{ts → src/ts}/settings/init.d.ts +0 -0
- package/{ts → src/ts}/settings/internal.d.ts +0 -0
- package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
- package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
- /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
- /package/{ts → src/ts}/shared/init.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
- /package/{ts → src/ts}/shared/svg.d.ts +0 -0
- /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
- /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
|
@@ -3,64 +3,64 @@
|
|
|
3
3
|
.input_item {
|
|
4
4
|
.input_w {
|
|
5
5
|
&.is_in_focus_state:not(.select)::before {
|
|
6
|
-
outline-color:
|
|
6
|
+
outline-color: var(--ksu);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
&.is_in_warn_state:not(.select)::before,
|
|
10
10
|
&.is_in_warn_state.upload_box {
|
|
11
|
-
outline-color:
|
|
11
|
+
outline-color: var(--rqb);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.visualization_w.opened .visualization {
|
|
16
|
-
outline-color:
|
|
16
|
+
outline-color: var(--pxd);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.palette_visualization_w.opened .palette_visualization,
|
|
20
20
|
.palette_visualization_w.selected .palette_visualization {
|
|
21
|
-
outline-color:
|
|
21
|
+
outline-color: var(--iub);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.keyboard .btn.text_input::before,
|
|
26
26
|
body.keyboard .btn.text:focus,
|
|
27
27
|
.keyboard .help_btn:focus,
|
|
28
|
-
.keyboard .icon_btn:focus,
|
|
28
|
+
.keyboard .icon_btn .btn:focus,
|
|
29
|
+
.keyboard .side_btn:focus,
|
|
29
30
|
.keyboard .input_item .checkbox .box:focus,
|
|
30
31
|
.keyboard .link:focus,
|
|
31
32
|
.keyboard .link_btn:focus,
|
|
32
33
|
.keyboard .input_item .input_w:not(.text, .textarea).is_in_focus_state::before,
|
|
33
34
|
.keyboard .input_item.range .input.is_in_focus_state,
|
|
34
|
-
.keyboard .input_item .visualization_w .visualization:focus
|
|
35
|
-
|
|
36
|
-
outline-color: $upd;
|
|
35
|
+
.keyboard .input_item .visualization_w .visualization:focus {
|
|
36
|
+
outline-color: var(--upd);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.keyboard .input_item.color .btn.text:focus {
|
|
40
|
-
outline-color:
|
|
40
|
+
outline-color: var(--dwk);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.keyboard .input_item .palette_visualization_w .palette_visualization:focus {
|
|
44
|
-
outline-color:
|
|
44
|
+
outline-color: var(--dwk);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.keyboard .input_item .pcr-palette:focus,
|
|
48
48
|
.keyboard .input_item .pcr-slider:focus,
|
|
49
49
|
.keyboard .input_item .pcr-picker:focus,
|
|
50
50
|
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus {
|
|
51
|
-
outline-color:
|
|
51
|
+
outline-color: var(--dwk) !important;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.input_item .pcr-result:focus {
|
|
55
|
-
outline-color:
|
|
55
|
+
outline-color: var(--yun) !important;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.keyboard .input_item .pcr-result:focus {
|
|
59
|
-
outline-color:
|
|
59
|
+
outline-color: var(--dwk) !important;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.keyboard .section_btn:not(.selected):focus {
|
|
63
63
|
box-shadow:
|
|
64
|
-
inset 0 0 0 2px
|
|
65
|
-
inset -2px 0 0 0
|
|
64
|
+
inset 0 0 0 2px var(--upd),
|
|
65
|
+
inset -2px 0 0 0 var(--upd);
|
|
66
66
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
@use '../colors/very_dark';
|
|
2
|
+
@use 'template';
|
|
3
|
+
|
|
4
|
+
$blue_neon:
|
|
5
|
+
rgb(0 102 255 / 85%) 0 0 36px,
|
|
6
|
+
rgb(255 255 255 / 40%) 0 0 10px;
|
|
7
|
+
|
|
8
|
+
.main_2 {
|
|
9
|
+
box-shadow: $blue_neon;
|
|
10
|
+
}
|
|
@@ -1,58 +1,57 @@
|
|
|
1
|
-
/* stylelint-disable selector-class-pattern */
|
|
2
|
-
|
|
3
|
-
.loading_screen,
|
|
4
|
-
.input_item,
|
|
5
|
-
.input_w,
|
|
6
|
-
.checkbox .box svg,
|
|
7
|
-
.color_picker_w,
|
|
8
|
-
.palette_w,
|
|
9
|
-
.color_help_w,
|
|
10
|
-
.
|
|
11
|
-
|
|
12
|
-
transition:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
.link
|
|
29
|
-
|
|
30
|
-
transition:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
transition:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
transition:
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.pcr-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
|
2
|
+
|
|
3
|
+
.loading_screen,
|
|
4
|
+
.input_item,
|
|
5
|
+
.input_w,
|
|
6
|
+
.checkbox .box svg,
|
|
7
|
+
.color_picker_w,
|
|
8
|
+
.palette_w,
|
|
9
|
+
.color_help_w,
|
|
10
|
+
.offers {
|
|
11
|
+
transition: var(--transition);
|
|
12
|
+
transition-property: opacity;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.upload_box .background {
|
|
16
|
+
transition: var(--transition);
|
|
17
|
+
transition-property: background-color;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.btn_w,
|
|
21
|
+
.btn:not(.reload_ui, .link_btn) {
|
|
22
|
+
transition: var(--transition);
|
|
23
|
+
transition-property: opacity, background-color;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.link,
|
|
27
|
+
.link_btn,
|
|
28
|
+
.help .link {
|
|
29
|
+
transition: var(--transition);
|
|
30
|
+
transition-property: color;
|
|
31
|
+
|
|
32
|
+
&:active {
|
|
33
|
+
transition: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.btn.icon_btn,
|
|
38
|
+
.link.svg {
|
|
39
|
+
svg {
|
|
40
|
+
transition: var(--transition);
|
|
41
|
+
transition-property: fill;
|
|
42
|
+
|
|
43
|
+
&:active {
|
|
44
|
+
transition: none;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.color_picker_w input {
|
|
50
|
+
transition: var(--transition) !important;
|
|
51
|
+
transition-property: background-color !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.pcr-last-color,
|
|
55
|
+
.pcr-result {
|
|
56
|
+
transition: none !important;
|
|
57
|
+
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use 'vars';
|
|
2
|
+
@use 'mixins';
|
|
3
|
+
|
|
4
|
+
$text_z_index: 2;
|
|
5
|
+
$loading_animation_size: 40px;
|
|
3
6
|
$backgrond_margin: 2px;
|
|
4
7
|
$backgrond_dim_offset: 2px * 2;
|
|
5
8
|
$status_msg_offset: 5px;
|
|
6
9
|
|
|
7
10
|
.input_item {
|
|
8
11
|
.upload_box {
|
|
9
|
-
@include border_transparent;
|
|
12
|
+
@include mixins.border_transparent;
|
|
10
13
|
|
|
11
14
|
position: relative;
|
|
12
15
|
height: 104px;
|
|
@@ -16,28 +19,32 @@ $status_msg_offset: 5px;
|
|
|
16
19
|
outline-offset: -3px;
|
|
17
20
|
|
|
18
21
|
.what_to_do_msg {
|
|
19
|
-
@include center_translate;
|
|
22
|
+
@include mixins.center_translate;
|
|
20
23
|
|
|
21
24
|
position: absolute;
|
|
22
|
-
padding-right:
|
|
23
|
-
padding-left:
|
|
24
|
-
z-index: $
|
|
25
|
+
padding-right: vars.$gap;
|
|
26
|
+
padding-left: vars.$gap;
|
|
27
|
+
z-index: $text_z_index;
|
|
25
28
|
width: 100%;
|
|
26
29
|
box-sizing: border-box;
|
|
30
|
+
|
|
31
|
+
.link_btn {
|
|
32
|
+
display: unset;
|
|
33
|
+
}
|
|
27
34
|
}
|
|
28
35
|
|
|
29
36
|
.browse {
|
|
30
37
|
display: inline;
|
|
31
|
-
font-size:
|
|
38
|
+
font-size: vars.$font_main;
|
|
32
39
|
opacity: 1 !important; // needed to keep default color when element is is_enabled
|
|
33
40
|
}
|
|
34
41
|
|
|
35
42
|
.status_msg {
|
|
36
43
|
position: absolute;
|
|
37
44
|
width: 100%;
|
|
38
|
-
font-size:
|
|
45
|
+
font-size: vars.$font_small;
|
|
39
46
|
margin-bottom: $status_msg_offset;
|
|
40
|
-
z-index: $
|
|
47
|
+
z-index: $text_z_index;
|
|
41
48
|
|
|
42
49
|
&.filenames {
|
|
43
50
|
align-self: start;
|
|
@@ -62,8 +69,7 @@ $status_msg_offset: 5px;
|
|
|
62
69
|
|
|
63
70
|
&.loading {
|
|
64
71
|
animation: move 450ms linear infinite;
|
|
65
|
-
background-size: $
|
|
66
|
-
$upload_box_loading_animation_size;
|
|
72
|
+
background-size: $loading_animation_size $loading_animation_size;
|
|
67
73
|
}
|
|
68
74
|
}
|
|
69
75
|
}
|
package/scss/shared/vars.scss
CHANGED
|
@@ -1,32 +1,21 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$input_height: 28px;
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$main_margin: 16px;
|
|
14
|
-
$ext_name_offset: 7px;
|
|
15
|
-
$main_margin_2: $main_margin * 2;
|
|
16
|
-
$main_margin_4: $main_margin * 4;
|
|
17
|
-
$black: #212121;
|
|
18
|
-
$yellow: #fbff75;
|
|
19
|
-
$light_orange: #fff7c7;
|
|
20
|
-
$blue: #3892ff;
|
|
21
|
-
$
|
|
22
|
-
rgb(0 0 0 / 30%) 0 0 30px,
|
|
23
|
-
rgb(0 0 0 / 30%) 0 4px 8px;
|
|
24
|
-
$black_shadow_2: 0 20px 30px rgb(0 0 0 / 20%);
|
|
25
|
-
$blue_neon_dark:
|
|
26
|
-
rgb(0 115 255 / 100%) 0 0 33px,
|
|
27
|
-
rgb(255 255 255 / 40%) 0 0 10px;
|
|
28
|
-
$blue_neon_very_dark:
|
|
29
|
-
rgb(0 102 255 / 85%) 0 0 36px,
|
|
30
|
-
rgb(255 255 255 / 40%) 0 0 10px;
|
|
31
|
-
$glass_color: rgb(255 255 255 / 20%);
|
|
32
|
-
$glass_blur: blur(8px);
|
|
1
|
+
$font_main: 17px;
|
|
2
|
+
$font_big: 24px;
|
|
3
|
+
$font_small: 13px;
|
|
4
|
+
$gap: 10px;
|
|
5
|
+
$gap_small: 4px;
|
|
6
|
+
$border_width: 1px;
|
|
7
|
+
$border_width_thick: 2px;
|
|
8
|
+
$input_height: 28px;
|
|
9
|
+
$input_height_with_border: 28px + ($border_width * 2);
|
|
10
|
+
$icon_btn_size: 20px;
|
|
11
|
+
$input_content_gap: 8px;
|
|
12
|
+
$input_inner_padding: 7px;
|
|
13
|
+
$main_margin: 16px;
|
|
14
|
+
$ext_name_offset: 7px;
|
|
15
|
+
$main_margin_2: $main_margin * 2;
|
|
16
|
+
$main_margin_4: $main_margin * 4;
|
|
17
|
+
$black: #212121;
|
|
18
|
+
$yellow: #fbff75;
|
|
19
|
+
$light_orange: #fff7c7;
|
|
20
|
+
$blue: #3892ff;
|
|
21
|
+
$glass_color: rgb(255 255 255 / 20%);
|
package/settings.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as e,b as t,g as n,h as r,v as i,y as a}from"./chunks/internal2.mjs";export{t as c_settings,a as d_developer_mode,i as d_optional_permissions,e as d_sections,r as i_optional_permissions,n as s_sections};
|
package/shared.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{n as e}from"./chunks/chunk.mjs";import{A as t,D as r,E as i,P as a,_ as o,a as c,f as l,g as u,h as d,i as f,j as p,k as ee,l as te,m,o as h,r as g,s as ne,x as re,y as ie}from"./chunks/internal.mjs";import{A as ae,F as _,I as v,L as y,M as b,N as S,P as C,R as oe,a as se,c as ce,d as le,f as w,i as T,j as E,k as D,l as O,m as k,n as A,o as j,p as M,r as N,s as P,t as F,u as I}from"./chunks/internal2.mjs";import{useEffect as L}from"react";var R=class{static instance;static get_instance(){return this.instance||=new this}constructor(){}get_flash_server_text=()=>err(()=>{let e=sa(`.flash_server`);if(n(e)){let t=[...e].find(e=>!!(n(e)&&n(e.textContent)&&e.textContent!==`undefined`));return n(t)&&n(t.textContent)?t.textContent:void 0}},`shr_1246`);turn_flash_server_text_into_arr=()=>err(()=>{let e=this.get_flash_server_text();if(e)return e.split(`:`)},`shr_1250`);get_flash_msg_key=()=>err(()=>{let e=this.turn_flash_server_text_into_arr();if(n(e))return e[0]},`shr_1249`);get_flash_type=()=>err(()=>{let e=this.turn_flash_server_text_into_arr();return n(e)&&n(e[1])&&e[1]!==`-`?e[1]:`neutral`},`shr_1249`);get_flash_hide_delay=()=>err(()=>{let e=this.turn_flash_server_text_into_arr();return n(e)&&n(e[2])&&e[2]!==`-`?+e[2]:5e3},`shr_1249`);show=()=>err(()=>{let e=this.get_flash_msg_key(),t=this.get_flash_type(),r=this.get_flash_hide_delay();n(e)&&show_notification({error_msg_key:e,alt_msg:e,notification_type:t,hide_delay:r})},`shr_1252`)}.get_instance(),z=E(),B=D(({children:e})=>J.page_is_crashed?(0,z.jsx)(`div`,{className:`reload_ui_btn_w`,children:(0,z.jsx)(`button`,{className:x.cls([`btn`,`reload_ui`]),type:`button`,onClick:fe.reload,children:globalThis[u.type()].msg(`reload_ui_btn_text`)})}):(0,z.jsx)(z.Fragment,{children:e})),V=e({Body:()=>B}),H=D(e=>{let{app_id:t,on_render:r}=e;return L(()=>{pe.load({app_id:t}),r()},[t,r]),(0,z.jsxs)(`div`,{className:x.cls([`main`,`error`,Q.is_highlighted_cls,Q.notification_type,Q.is_fullscreen_cls]),role:`none`,style:{display:Q.is_visible_style},onMouseDown:Q.clear_all_reset_state_timeouts,children:[(0,z.jsx)(q,{}),(0,z.jsxs)(`div`,{className:`body`,children:[(0,z.jsxs)(`div`,{className:`top_stuff`,children:[(0,z.jsxs)(`span`,{className:`ext_name_and_keep_visible_msg`,children:[(0,z.jsx)(W,{}),(0,z.jsx)(G,{})]}),Q.is_fullscreen?void 0:(0,z.jsx)(U,{})]}),(0,z.jsx)(K,{})]})]})}),U=D(()=>(0,z.jsx)(`button`,{className:`close_btn`,type:`button`,"aria-label":`Close`,onMouseDown:()=>Q.change_state({observable_key:`is_visible`,state:!1}),onClick:()=>Q.change_state({observable_key:`is_visible`,state:!1}),onKeyDown:N.simulate_click_on_enter,children:(0,z.jsx)(ae.Close,{})})),W=()=>(0,z.jsxs)(`div`,{className:`ext_name`,children:[globalThis[u.type()].msg(`name`),` `,(0,z.jsx)(M,{})]}),G=D(()=>(0,z.jsx)(`div`,{className:x.cls([`keep_visible_msg`,Z.progress_bar_is_visible_cls]),children:globalThis[u.type()].msg(`error_keep_visible_msg_text`)})),K=D(()=>(0,z.jsxs)(`div`,{className:`msg`,children:[X.basic_msg,Q.notification_type===`error`?(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(`button`,{type:`button`,className:x.cls([`more_info_btn`,X.more_info_btn_is_visible_cls]),onClick:()=>X.change_visibility_of_advanced_msg({is_visible:!0}),children:globalThis[u.type()].msg(`error_more_info_btn_text`)}),(0,z.jsx)(`div`,{className:X.advanced_msg_is_visible_cls,children:X.advanced_msg})]}):void 0]})),q=D(()=>(0,z.jsx)(`progress`,{className:x.cls([`progress`,Z.progress_bar_is_visible_cls]),max:Z.progress_max,value:Z.progress_val})),ue=e({Body:()=>H,CloseBtn:()=>U,ExtName:()=>W,KeepVisibleMsg:()=>G,Msg:()=>K,Progress:()=>q}),J=class{static instance;static get_instance(){return this.instance||=new this}constructor(){v(this,{page_is_crashed:y,show_reload_ui_screen:S})}page_is_crashed=!1;show_reload_ui_screen=()=>{this.page_is_crashed=!0}}.get_instance(),de=e({Visibility:()=>J}),Y=class{static instance;static get_instance(){return this.instance||=new this}constructor(){v(this,{show:S})}highlight_time=300;show=(e,t,{error_msg_key:r=``,alt_msg:i=``,notification_type:a=`error`,hide_delay:o=g.hide_delay,silent:c=!1,persistent:l=!1,exit:u=!1,is_fullscreen:d=!1,prevent_subsequent_errors:f=!1}={})=>{g.show(e,t,{error_msg_key:r,alt_msg:i,notification_type:a,hide_delay:o,silent:c,persistent:l,exit:u,is_fullscreen:d,prevent_subsequent_errors:f,show_error_state_1:this.show_error_state_1,show_error_state_2:this.show_error_state_2})};show_error_state_1=(e,{error_msg_key:t,alt_msg:r,notification_type:i,hide_delay:a,is_fullscreen:o,error_ui_is_visible:c,persistent_final:l})=>{c&&(X.basic_msg=globalThis[u.type()].msg(t)||r,Q.notification_type=i,o&&Q.change_state({observable_key:`is_fullscreen`,state:!0}),Q.change_state({observable_key:`is_visible`,state:!0}),o||Q.change_state({observable_key:`is_highlighted`,state:!0}),Q.clear_all_reset_state_timeouts(),(!e||!e.persistent)&&!l&&Q.run_reset_state_timeout({observable_key:`is_visible`,delay:a+this.highlight_time}),Q.run_reset_state_timeout({observable_key:`is_highlighted`,delay:this.highlight_time}))};show_error_state_2=(e,t,{error_msg_key:r,alt_msg:i,error_ui_is_visible:a,silent_final:o})=>{if(e&&t){a&&X.change_visibility_of_advanced_msg({is_visible:!1});let c=globalThis[u.type()].msg(`${e.error_msg||r}_error`)||i,l=c?` ${c}`:``;oe(()=>err(()=>{o||(X.basic_msg=`${globalThis[u.type()].msg(`an_error_occured_msg`)+l}`,X.advanced_msg=`${globalThis[u.type()].msg(`error_code_label`)+(e.error_code||t)}\n${globalThis[u.type()].msg(`error_type_label`)+e.name}\n${globalThis[u.type()].msg(`error_msg_label`)+e.message}`)},`shr_1195`))}};output=(e,t)=>{let r=`---------------------------`,i=`${r}\n`,a=`\n${r}`,o=`${i}Code: ${t}\nMessage: ${e.message}`,c=e.stack?`${o}\nStack: ${e.stack+a}`:o+a;console.error(c)}}.get_instance(),X=class{static instance;static get_instance(){return this.instance||=new this}constructor(){v(this,{advanced_msg_is_visible:y,basic_msg:y,advanced_msg:y,advanced_msg_is_visible_cls:_,more_info_btn_is_visible_cls:_,change_visibility_of_advanced_msg:S})}advanced_msg_is_visible=!1;basic_msg=``;advanced_msg=``;get advanced_msg_is_visible_cls(){return this.advanced_msg_is_visible?``:`none`}get more_info_btn_is_visible_cls(){return this.advanced_msg_is_visible||this.advanced_msg===``?`none`:``}change_visibility_of_advanced_msg=({is_visible:e})=>{this.advanced_msg_is_visible=e}}.get_instance(),Z=class{static instance;static get_instance(){return this.instance||=new this}constructor(){v(this,{progress_val:y,progress_bar_is_visible_cls:_,begin_progress:S,increment_progress:S,hide_progress:S})}progress_max=100;progress_val=100;timestamp_progress_begin=0;error_hide_delay=0;progress_timeout;get progress_bar_is_visible_cls(){return this.progress_val>=this.progress_max?`none`:``}begin_progress=({error_hide_delay:e})=>{this.error_hide_delay=e,this.timestamp_progress_begin=Date.now(),this.progress_val=0};increment_progress=()=>{let e=x.percentage(Date.now()-this.timestamp_progress_begin,this.error_hide_delay);this.progress_val=e};hide_progress=()=>{clearTimeout(this.progress_timeout),this.progress_val=this.progress_max};update_progress_autorun=()=>{C(()=>{this.progress_val>=this.progress_max||(this.progress_timeout=setTimeout(()=>{this.increment_progress()},10))})}}.get_instance(),Q=class{static instance;static get_instance(){return this.instance||=new this}constructor(){v(this,{is_loaded:y,is_visible:y,is_highlighted:y,is_fullscreen:y,notification_type:y,is_visible_style:_,is_highlighted_cls:_,change_state:S,run_reset_state_timeout:S})}is_loaded=!1;is_visible=!1;is_highlighted=!1;is_fullscreen=!1;notification_type=`error`;get is_visible_style(){return this.is_loaded&&this.is_visible?``:`none`}get is_highlighted_cls(){return this.is_highlighted?`is_highlighted`:``}get is_fullscreen_cls(){return this.is_fullscreen?`fullscreen`:``}is_visible_timeout;is_highlighted_timeout;change_state=({observable_key:e,state:t})=>{this[e]=t};run_reset_state_timeout=({observable_key:e,delay:t})=>{this[`${e}_timeout`]=globalThis.setTimeout(()=>{this.change_state({observable_key:e,state:!1})},t),e===`is_visible`&&Z.begin_progress({error_hide_delay:t})};clear_all_reset_state_timeouts=()=>{n(this.is_visible_timeout)&&n(this.is_highlighted_timeout)&&(clearTimeout(this.is_visible_timeout),clearTimeout(this.is_highlighted_timeout),Z.hide_progress())}}.get_instance(),fe=class{static instance;static get_instance(){return this.instance||=new this}constructor(){}reload=()=>{globalThis.location.reload()}}.get_instance(),pe=class{static instance;static get_instance(){return this.instance||=new this}constructor(){}load=({app_id:e})=>{x.css(`font_face`,document.head,`font_face_link_${e}`);let t=s(`.error_${e}`);if(n(t)){let e=n(t.shadowRoot)?t.shadowRoot:void 0;if(e){let t=x.css(`error`,e);n(t)&&x.bind(t,`load`,()=>{Q.change_state({observable_key:`is_loaded`,state:!0})})}}}}.get_instance();globalThis.show_err_ribbon=(e,t,{error_msg_key:r=``,alt_msg:i=``,notification_type:a=`error`,hide_delay:o=g.hide_delay,silent:c=!1,persistent:l=!1,exit:u=!1,is_fullscreen:d=!1,prevent_subsequent_errors:f=!1}={})=>Y.show(e,t,{error_msg_key:r,alt_msg:i,notification_type:a,silent:c,persistent:l,exit:u,hide_delay:o,is_fullscreen:d,prevent_subsequent_errors:f}),globalThis.show_flash=R.show,globalThis.show_notification=({error_msg_key:e=``,alt_msg:t=``,notification_type:r=`neutral`,hide_delay:i=g.hide_delay,persistent:a=!1,is_fullscreen:o=!1,prevent_subsequent_errors:c=!1}={})=>{$.show({error_msg_key:e,alt_msg:t,notification_type:r,hide_delay:i,persistent:a,is_fullscreen:o,prevent_subsequent_errors:c})},globalThis.show_unable_to_access_settings_error=({is_fullscreen:e=!0}={})=>{$.show_unable_to_access_settings_error({is_fullscreen:e})},globalThis.err=(e,t,{error_msg_key:r=``,alt_msg:i=``,silent:a=!1,persistent:o=!1,exit:c=!1,hide_delay:l=g.hide_delay,is_fullscreen:u=!1,prevent_subsequent_errors:d=!1}={})=>{g.print_error_code({error_code:t});try{return e()}catch(e){n(e)&&Y.show(e,t,{error_msg_key:r,alt_msg:i,silent:a,persistent:o,exit:c,hide_delay:l,is_fullscreen:u,prevent_subsequent_errors:d})}},globalThis.err_async=async(e,t,{error_msg_key:r=``,alt_msg:i=``,silent:a=!1,persistent:o=!1,exit:c=!1,hide_delay:l=g.hide_delay,is_fullscreen:u=!1,prevent_subsequent_errors:d=!1}={})=>{g.print_error_code({error_code:t});try{return await e()}catch(e){n(e)&&Y.show(e,t,{error_msg_key:r,alt_msg:i,silent:a,persistent:o,exit:c,hide_delay:l,is_fullscreen:u,prevent_subsequent_errors:d})}};var $=class{static instance;static get_instance(){return this.instance||=new this}constructor(){}show=({error_msg_key:e=``,alt_msg:t=``,notification_type:r=`neutral`,hide_delay:i=g.hide_delay,persistent:a=!1,is_fullscreen:o=!1,prevent_subsequent_errors:c=!1})=>err(()=>{show_err_ribbon(void 0,void 0,{error_msg_key:e,alt_msg:t,notification_type:r,hide_delay:i,persistent:a,is_fullscreen:o,prevent_subsequent_errors:c})},`shr_1253`);show_unable_to_access_settings_error=({is_fullscreen:e=!0}={})=>{x.prefs_are_filled()||show_notification({error_msg_key:`unable_to_access_settings_error`,notification_type:`negative`,is_fullscreen:e,prevent_subsequent_errors:!0})}}.get_instance();Z.update_progress_autorun();export{a as X,w as c_app_version,V as c_crash_handler,ue as c_error,le as c_loading_screen,I as c_offers,O as c_tr,de as d_crash_handler,b as d_data,P as d_loading_screen,j as d_offers,se as d_schema,c as i_color,f as i_data,k as init_shared,i as o_schema,ce as o_tr,F as p_tr,r as prevent_default,re as s_color,ie as s_css_vars,o as s_data,h as s_links,T as s_loading_screen,d as s_no_tr,m as s_service_worker,A as s_tab_index,l as s_theme,te as s_utils,ne as s_viewport,ee as stop_propagation,p as t,t as vars};
|
package/shared_clean.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{A as e,C as t,D as n,E as r,M as i,O as a,P as o,_ as s,a as c,f as l,h as u,i as d,j as f,k as p,l as m,m as h,n as g,o as _,s as v,t as y,u as b,w as x,x as S,y as C}from"./chunks/internal.mjs";export{o as X,i as d_data,g as d_error,x as d_schema,c as i_color,d as i_data,y as i_error,r as o_schema,n as prevent_default,a as run_in_action_placeholder,t as s_announcement,S as s_color,C as s_css_vars,s as s_data,_ as s_links,u as s_no_tr,h as s_service_worker,l as s_theme,b as s_title,m as s_utils,v as s_viewport,p as stop_propagation,f as t,e as vars};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { c_announcement } from './announcement/internal';
|
package/src/ts/app.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { App } from './shared_clean/app';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// oxlint-disable typescript/consistent-type-imports
|
|
2
|
+
|
|
3
|
+
declare const self: Window;
|
|
4
|
+
declare const document: Document;
|
|
5
|
+
declare const location: Location;
|
|
6
|
+
declare const crypto: Crypto;
|
|
7
|
+
declare var x: typeof import('./shared_clean/x').X;
|
|
8
|
+
declare var ext: typeof import('./shared_clean/ext').Ext;
|
|
9
|
+
declare var app: typeof import('webextension-polyfill').App;
|
|
10
|
+
declare var we: import('webextension-polyfill').Browser;
|
|
11
|
+
declare var env: import('./shared_clean/t').Env;
|
|
12
|
+
declare var l: CallableFunction;
|
|
13
|
+
declare var data: import('./shared_clean/t').Any;
|
|
14
|
+
declare var n: <T1>(val: T1 | undefined | null) => val is T1;
|
|
15
|
+
declare var nn: <T1>(val: T1 | null) => val is T1;
|
|
16
|
+
declare var rs: <T1>(variable: T1) => string;
|
|
17
|
+
declare var rn: <T1>(variable: T1) => number;
|
|
18
|
+
declare var rb: <T1>(variable: T1) => boolean;
|
|
19
|
+
declare var rnb: <T1>(variable: T1) => number;
|
|
20
|
+
declare var ru: <T1>(variable: T1) => import('./shared_clean/t').Any;
|
|
21
|
+
declare var s: <T1>(selector: string) => T1 | undefined;
|
|
22
|
+
declare var sa: <T1 extends HTMLElement>(selector: string) => NodeListOf<T1> | undefined;
|
|
23
|
+
declare var sb: <T1>(
|
|
24
|
+
base_el: import('./shared_clean/t').BaseEl,
|
|
25
|
+
selector: string,
|
|
26
|
+
) => T1 | undefined;
|
|
27
|
+
declare var sab: <T1 extends HTMLElement>(
|
|
28
|
+
base_el: import('./shared_clean/t').BaseEl,
|
|
29
|
+
selector: string,
|
|
30
|
+
) => NodeListOf<T1> | undefined;
|
|
31
|
+
declare var is_ext: boolean;
|
|
32
|
+
declare var we: import('./shared_clean/t').AnyRecord;
|
|
33
|
+
declare var page: string;
|
|
34
|
+
declare var is_node: boolean;
|
|
35
|
+
declare var misplaced_dependency: import('./shared_clean/t').CallbackVariadicVoid;
|
|
36
|
+
declare var show_err_ribbon: (
|
|
37
|
+
error_obj: import('./error_modules_clean/error/interfaces/error_obj').ErrorObj | undefined,
|
|
38
|
+
error_code: string | undefined,
|
|
39
|
+
obj?: import('./error_modules_clean/error/interfaces/show_error').ShowError,
|
|
40
|
+
) => void;
|
|
41
|
+
declare var show_flash: () => void;
|
|
42
|
+
declare var show_notification: (
|
|
43
|
+
obj?: import('./error_modules_clean/error/interfaces/show_error').ShowError,
|
|
44
|
+
) => void;
|
|
45
|
+
declare var show_unable_to_access_settings_error: (
|
|
46
|
+
obj?: import('./error_modules_clean/error/interfaces/show_unable_to_access_settings_error').ShowUnableToAccessSettingsError,
|
|
47
|
+
) => void;
|
|
48
|
+
declare var err: <T1>(
|
|
49
|
+
f: () => T1,
|
|
50
|
+
error_code: string,
|
|
51
|
+
obj?: import('./error_modules_clean/error/interfaces/show_error').ShowError,
|
|
52
|
+
) => T1;
|
|
53
|
+
declare var err_async: <T1>(
|
|
54
|
+
f: () => Promise<T1>,
|
|
55
|
+
error_code: string,
|
|
56
|
+
obj?: import('./error_modules_clean/error/interfaces/show_error').ShowError,
|
|
57
|
+
) => Promise<T1>;
|
|
58
|
+
declare var throw_err: (msg: string) => void;
|
|
59
|
+
declare var throw_err_obj: (error_obj: Error) => void;
|
|
60
|
+
declare var err_obj: (msg: string) => Error;
|
|
61
|
+
|
|
62
|
+
declare module '*.svg' {
|
|
63
|
+
const content: import('./shared_clean/t').Any;
|
|
64
|
+
export default content;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare module 'svg-inline-react';
|
|
68
|
+
declare module '@simonwep/pickr';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './dependencies';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { c_dependencies } from './dependencies/internal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './visibility';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './page';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './body';
|
|
@@ -4,7 +4,7 @@ declare class Class {
|
|
|
4
4
|
static get_instance(): Class;
|
|
5
5
|
private constructor();
|
|
6
6
|
show: ({ error_msg_key, alt_msg, notification_type, hide_delay, persistent, is_fullscreen, prevent_subsequent_errors, }: i_error.ShowError) => void;
|
|
7
|
-
show_unable_to_access_settings_error: ({ is_fullscreen,
|
|
7
|
+
show_unable_to_access_settings_error: ({ is_fullscreen, }?: i_error.ShowUnableToAccessSettingsError) => void;
|
|
8
8
|
}
|
|
9
9
|
export declare const Notification: Class;
|
|
10
10
|
export {};
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import '../shared/internal';
|
|
2
|
-
import '../error_modules_clean/error/scripts';
|
|
3
|
-
import './error/scripts';
|
|
4
1
|
export * as c_crash_handler from './crash_handler/components';
|
|
5
2
|
export * as c_error from './error/components';
|
|
6
3
|
export * as d_crash_handler from './crash_handler/data';
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import { i_error } from '../../internal';
|
|
2
|
+
import { t } from '../../../shared_clean/internal';
|
|
2
3
|
declare class Class {
|
|
3
4
|
private static instance;
|
|
4
5
|
static get_instance(): Class;
|
|
5
6
|
hide_delay: number;
|
|
6
7
|
private prevent_subsequent_errors;
|
|
8
|
+
detect_infinite_loops: boolean;
|
|
7
9
|
show: (error_obj: i_error.ErrorObj | undefined, error_code: string | undefined, { error_msg_key, alt_msg, notification_type, hide_delay, silent, persistent, exit, is_fullscreen, prevent_subsequent_errors, show_error_state_1, show_error_state_2, }?: i_error.ShowError) => void;
|
|
8
10
|
output: (error_obj: i_error.ErrorObj, error_code: string) => void;
|
|
11
|
+
print_error_code: ({ error_code, loop, }: {
|
|
12
|
+
error_code: string;
|
|
13
|
+
loop?: boolean;
|
|
14
|
+
}) => void;
|
|
15
|
+
set_detect_infinite_loops_val: ({ settings, }?: {
|
|
16
|
+
settings?: t.AnyRecord;
|
|
17
|
+
}) => void;
|
|
9
18
|
}
|
|
10
19
|
export declare const Error: Class;
|
|
11
20
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './error';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './error_obj';
|
|
2
|
+
export * from './error';
|
|
3
|
+
export * from './notification_type';
|
|
4
|
+
export * from './observable_keys';
|
|
5
|
+
export * from './show_error_state_1_f';
|
|
6
|
+
export * from './show_error_state_1';
|
|
7
|
+
export * from './show_error_state_2_f';
|
|
8
|
+
export * from './show_error_state_2';
|
|
9
|
+
export * from './show_error';
|
|
10
|
+
export * from './show_unable_to_access_settings_error';
|
|
11
|
+
export * from './timeout_observable_keys';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './globals';
|
package/src/ts/ext.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Ext } from './shared_clean/ext';
|