@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
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export * from '../../components/prop_types/btn';
|
|
2
|
-
export * from '../../components/prop_types/checkbox';
|
|
3
|
-
export * from '../../components/prop_types/file';
|
|
4
|
-
export * from '../../components/prop_types/help_btn';
|
|
5
|
-
export * from '../../components/prop_types/help';
|
|
6
|
-
export * from '../../components/prop_types/hr';
|
|
7
|
-
export * from '../../components/prop_types/icon_btn';
|
|
8
|
-
export * from '../../components/prop_types/input_error';
|
|
9
|
-
export * from '../../components/prop_types/input_item';
|
|
10
|
-
export * from '../../components/prop_types/label_in_input_item';
|
|
11
|
-
export * from '../../components/prop_types/label';
|
|
12
|
-
export * from '../../components/prop_types/link_btn';
|
|
13
|
-
export * from '../../components/prop_types/link_icon_btn';
|
|
14
|
-
export * from '../../components/prop_types/link';
|
|
15
|
-
export * from '../../components/prop_types/range';
|
|
16
|
-
export * from '../../components/prop_types/section_btn';
|
|
17
|
-
export * from '../../components/prop_types/section_content';
|
|
18
|
-
export * from '../../components/prop_types/section';
|
|
19
|
-
export * from '../../components/prop_types/select';
|
|
20
|
-
export * from '../../components/prop_types/form';
|
|
21
|
-
export * from '../../components/prop_types/group';
|
|
22
|
-
export * from '../../components/prop_types/text_btn';
|
|
23
|
-
export * from '../../components/prop_types/text';
|
|
24
|
-
export * from '../../components/prop_types/textarea';
|
|
25
|
-
export * from '../../components/prop_types/upload_box';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from '../data/help';
|
|
2
|
-
export * from '../data/input_error';
|
|
3
|
-
export * from '../data/input_width';
|
|
4
|
-
export * from '../data/label_in_input_item';
|
|
5
|
-
export * from '../data/nested_input';
|
|
6
|
-
export * from '../data/text';
|
|
7
|
-
export * from '../data/upload_box';
|
|
8
|
-
export * from '../data/val';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from '../interfaces/icon_btns';
|
|
2
|
-
export * from '../interfaces/input';
|
|
3
|
-
export * from '../interfaces/inputs';
|
|
4
|
-
export * from '../interfaces/links';
|
|
5
|
-
export * from '../interfaces/options';
|
|
6
|
-
export * from '../interfaces/btn_option';
|
|
7
|
-
export * from '../interfaces/sections';
|
|
8
|
-
export * from '../interfaces/text_btn';
|
|
9
|
-
export * from '../interfaces/state_cond';
|
package/ts/inputs/obj/group.d.ts
DELETED
package/ts/inputs/obj/index.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export * from '../obj/input_base';
|
|
2
|
-
export * from '../obj/btn';
|
|
3
|
-
export * from '../obj/checkbox';
|
|
4
|
-
export * from '../obj/file';
|
|
5
|
-
export * from '../obj/hr';
|
|
6
|
-
export * from '../obj/icon_btn';
|
|
7
|
-
export * from '../obj/link_btn';
|
|
8
|
-
export * from '../obj/label';
|
|
9
|
-
export * from '../obj/link';
|
|
10
|
-
export * from '../obj/option';
|
|
11
|
-
export * from '../obj/range';
|
|
12
|
-
export * from '../obj/section';
|
|
13
|
-
export * from '../obj/select';
|
|
14
|
-
export * from '../obj/form';
|
|
15
|
-
export * from '../obj/group';
|
|
16
|
-
export * from '../obj/text';
|
|
17
|
-
export * from '../obj/textarea';
|
|
18
|
-
export * from '../obj/upload_box';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from '../internal';
|
|
2
|
-
export declare class Select extends o_inputs.InputBase {
|
|
3
|
-
type?: "select" | undefined;
|
|
4
|
-
options: i_inputs.Options;
|
|
5
|
-
constructor(obj: Select);
|
|
6
|
-
option_text?: (({ i }: {
|
|
7
|
-
i: number;
|
|
8
|
-
}) => string) | undefined;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../components/body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../components/prop_types/body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../developer_mode/data/developer_mode';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../optional_permissions/data/permission';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../sections/scripts/theme';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../app_version/components/body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../loading_screen/components/body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../../loading_screen/components/prop_types/body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../loading_screen/data/visibility';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '../../offers/components/ad_label';
|
|
2
|
-
export * from '../../offers/components/body';
|
|
3
|
-
export * from '../../offers/components/counter';
|
|
4
|
-
export * from '../../offers/components/next_offer_btn';
|
|
5
|
-
export * from '../../offers/components/previous_offer_btn';
|
|
6
|
-
export * from '../../offers/components/offer';
|
|
7
|
-
export * from '../../offers/components/top_bar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../offers/data/offers';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../offers/interfaces/offer_banner_type';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../offers/obj/offer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../offers/scripts/offers';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../schema/data/schema';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tab_index/interfaces/set_Input_type_event';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tab_index/scripts/tab_index';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../title/scripts/title';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_tr, i_tr } from '../../internal';
|
|
3
|
-
export declare class BaseTr extends React.Component<p_tr.BaseTr> {
|
|
4
|
-
private tr_el_ref;
|
|
5
|
-
transitions: i_tr.Transitions;
|
|
6
|
-
componentDidMount(): void;
|
|
7
|
-
componentDidUpdate(): void;
|
|
8
|
-
render(): JSX.Element;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tr/components/base_tr';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../../tr/components/prop_types/base_tr';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tr/data/transition';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tr/interfaces/transitions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../tr/obj/transition';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../announcement/scripts/visibility';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../color/interfaces/color';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../color/scripts/colors';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../css_vars/scripts/css_vars';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../data/interfaces/val';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../no_tr/scripts/state';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../schema/data/schema';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../schema/obj/transform_item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../service_worker/scripts/service_worker';
|
package/ts/shared_clean/t.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export type XEl = HTMLElement | ShadowRoot | ChildNode | undefined | null;
|
|
2
|
-
export type XElNoShadow = HTMLElement | ChildNode | undefined | null;
|
|
3
|
-
export type XEls = HTMLElement[] | NodeList | HTMLElement | undefined;
|
|
4
|
-
export type Browser = 'chrome' | 'edge' | 'opera' | 'firefox';
|
|
5
|
-
export type BaseEl = Document | ShadowRoot | HTMLElement | undefined;
|
|
6
|
-
export type Any = string | number | boolean | AnyRecord;
|
|
7
|
-
export type AnyUndefined = string | number | boolean | AnyRecord | undefined;
|
|
8
|
-
export type AnyArray = string[] | number[] | boolean[] | AnyRecord[];
|
|
9
|
-
export type AnyArrayUndefined = string[] | number[] | boolean[] | AnyRecord[] | undefined;
|
|
10
|
-
export type AnyRecord = Record<string, any>;
|
|
11
|
-
export type EmptyRecord = Record<string, never>;
|
|
12
|
-
export type StringRecord = Record<string, string>;
|
|
13
|
-
export type CallbackString = () => string;
|
|
14
|
-
export type CallbackNumber = () => number;
|
|
15
|
-
export type CallbackBoolean = () => boolean;
|
|
16
|
-
export type CallbackUndefined = () => undefined;
|
|
17
|
-
export type CallbackAnyObj = () => AnyRecord;
|
|
18
|
-
export type CallbackVoid = () => void;
|
|
19
|
-
export type CallbackAny = () => any;
|
|
20
|
-
export type CallbackVariadicString = (...args: any[]) => string;
|
|
21
|
-
export type CallbackVariadicNumber = (...args: any[]) => number;
|
|
22
|
-
export type CallbackVariadicBoolean = (...args: any[]) => boolean;
|
|
23
|
-
export type CallbackVariadicUndefined = (...args: any[]) => undefined;
|
|
24
|
-
export type CallbackVariadicAnyObj = (...args: any[]) => AnyRecord;
|
|
25
|
-
export type CallbackVariadicVoid = (...args: any[]) => void;
|
|
26
|
-
export type CallbackVariadicAny = (...args: any[]) => any;
|
|
27
|
-
export type Constructable<T1> = new (args?: T1) => T1;
|
|
28
|
-
export interface Env {
|
|
29
|
-
version: string;
|
|
30
|
-
browser: Browser;
|
|
31
|
-
mode: 'development' | 'production';
|
|
32
|
-
env: 'ext' | 'app' | 'adonis_app';
|
|
33
|
-
}
|
|
34
|
-
export interface Msg {
|
|
35
|
-
[index: string]: any;
|
|
36
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../theme/scripts/theme';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../title/scripts/title';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../utils/scripts/utils';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../viewport/scripts/viewport';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|