@loftyshaky/shared 0.0.39 → 0.0.42
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/_locales/de/messages.json +0 -0
- package/_locales/en/messages.json +3 -0
- package/_locales/ru/messages.json +3 -0
- package/announcement.d.ts +2 -0
- package/announcement.js +1 -0
- package/app.d.ts +0 -0
- package/app.js +1 -1
- package/chunk-main-2e2ed3a2.js +9 -0
- package/chunk-main-51a53080.js +1 -0
- package/{chunk-main-c16e59ab.js → chunk-main-a79e7a18.js} +1 -1
- package/ext.d.ts +0 -0
- package/ext.js +1 -1
- package/html/announcement.html +15 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/inputs.d.ts +0 -0
- package/inputs.js +1 -1
- package/js/ext/env.js +2 -2
- package/js/ext/locales.js +9 -3
- package/js/ext/manifest.js +2 -2
- package/js/ext/webpack.config.js +29 -2
- package/js/package/plugins/rollup-plugin-copy.js +0 -0
- package/js/package/plugins/watcher.js +0 -0
- package/js/package/terser.js +0 -0
- package/js/project_name.js +0 -0
- package/js/projects_path.js +1 -1
- package/js/task_scheduler.js +1 -1
- package/package.json +1 -1
- package/scss/announcement/body.scss +10 -0
- package/scss/announcement/index.scss +3 -0
- package/scss/announcement/main.scss +8 -0
- package/scss/settings/ext_version.scss +0 -0
- package/scss/settings/index.scss +0 -0
- package/scss/settings/main.scss +0 -0
- package/scss/settings/section_btns.scss +0 -0
- package/scss/settings/sections.scss +0 -0
- package/scss/settings/transitions.scss +21 -20
- package/scss/shared/all.scss +0 -0
- package/scss/shared/btns.scss +39 -30
- package/scss/shared/checkboxes.scss +0 -0
- package/scss/shared/color_pickers.scss +0 -0
- package/scss/shared/colors.scss +0 -0
- package/scss/shared/crash_handler.scss +0 -0
- package/scss/shared/css_vars.scss +0 -0
- package/scss/shared/embed/error.scss +0 -0
- package/scss/shared/embed/font_face.scss +0 -0
- package/scss/shared/embed/loading_screen.scss +1 -0
- package/scss/shared/embed/no_tr.scss +0 -0
- package/scss/shared/focus.scss +80 -78
- package/scss/shared/group.scss +18 -0
- package/scss/shared/help.scss +0 -0
- package/scss/shared/hr.scss +0 -0
- package/scss/shared/index.scss +1 -0
- package/scss/shared/input_btns.scss +0 -0
- package/scss/shared/inputs.scss +0 -0
- package/scss/shared/inset_border.scss +0 -0
- package/scss/shared/link_btns.scss +12 -12
- package/scss/shared/links.scss +0 -0
- package/scss/shared/mixins.scss +0 -0
- package/scss/shared/mods.scss +4 -0
- package/scss/shared/range.scss +0 -0
- package/scss/shared/scrollbar.scss +0 -0
- package/scss/shared/selects.scss +0 -0
- package/scss/shared/text.scss +0 -0
- package/scss/shared/textareas.scss +0 -0
- package/scss/shared/themes/colors/dark.scss +1 -0
- package/scss/shared/themes/colors/light.scss +1 -0
- package/scss/shared/themes/colors/very_dark.scss +1 -0
- package/scss/shared/themes/general/dark_theme.scss +0 -0
- package/scss/shared/themes/general/light_theme.scss +0 -0
- package/scss/shared/themes/general/template.scss +259 -244
- package/scss/shared/themes/general/template_focus.scss +52 -51
- package/scss/shared/themes/general/very_dark_theme.scss +0 -0
- package/scss/shared/transitions.scss +36 -31
- package/scss/shared/upload_box.scss +0 -0
- package/scss/shared/vars.scss +1 -0
- package/settings.d.ts +0 -0
- package/settings.js +1 -1
- package/ts/announcement/components/body.d.ts +3 -0
- package/ts/announcement/components/index.d.ts +1 -0
- package/ts/announcement/components/prop_types/body.d.ts +4 -0
- package/ts/announcement/components/prop_types/index.d.ts +1 -0
- package/ts/announcement/internal.d.ts +3 -0
- package/ts/announcement/scripts/display.d.ts +6 -0
- package/ts/announcement/scripts/header.d.ts +6 -0
- package/ts/announcement/scripts/index.d.ts +2 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +4 -8
- package/ts/error_modules/crash_handler/components/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/fatal_error.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/visibility.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/page.d.ts +0 -0
- package/ts/error_modules/css/scripts/index.d.ts +0 -0
- package/ts/error_modules/css/scripts/main.d.ts +0 -0
- package/ts/error_modules/error/components/body.d.ts +0 -0
- package/ts/error_modules/error/components/close_btn.d.ts +0 -0
- package/ts/error_modules/error/components/ext_name.d.ts +0 -0
- package/ts/error_modules/error/components/index.d.ts +0 -0
- package/ts/error_modules/error/components/msg.d.ts +0 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +0 -0
- package/ts/error_modules/error/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/error/data/index.d.ts +0 -0
- package/ts/error_modules/error/data/main.d.ts +0 -0
- package/ts/error_modules/error/data/msg.d.ts +0 -0
- package/ts/error_modules/error/data/state.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error_obj.d.ts +0 -0
- package/ts/error_modules/error/interfaces/index.d.ts +0 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +0 -0
- package/ts/error_modules/error/interfaces/show_error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +0 -0
- package/ts/error_modules/error/scripts/globals.d.ts +0 -0
- package/ts/error_modules/error/scripts/index.d.ts +0 -0
- package/ts/error_modules/internal.d.ts +0 -0
- package/ts/inputs/color/components/body.d.ts +0 -0
- package/ts/inputs/color/components/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/body.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/visualization.d.ts +0 -0
- package/ts/inputs/color/components/visualization.d.ts +0 -0
- package/ts/inputs/color/data/color.d.ts +0 -0
- package/ts/inputs/color/data/index.d.ts +0 -0
- package/ts/inputs/color/data/visibility.d.ts +0 -0
- package/ts/inputs/color/interfaces/color.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
- package/ts/inputs/color/interfaces/i.d.ts +0 -0
- package/ts/inputs/color/interfaces/index.d.ts +0 -0
- package/ts/inputs/color/obj/color.d.ts +0 -0
- package/ts/inputs/color/obj/index.d.ts +0 -0
- package/ts/inputs/color/scripts/color_picker.d.ts +0 -0
- package/ts/inputs/color/scripts/index.d.ts +0 -0
- package/ts/inputs/color/scripts/position.d.ts +0 -0
- package/ts/inputs/components/btn.d.ts +0 -0
- package/ts/inputs/components/checkbox.d.ts +0 -0
- package/ts/inputs/components/file.d.ts +0 -0
- package/ts/inputs/components/group.d.ts +3 -0
- package/ts/inputs/components/help.d.ts +0 -0
- package/ts/inputs/components/help_btn.d.ts +0 -0
- package/ts/inputs/components/hr.d.ts +0 -0
- package/ts/inputs/components/icon_btn.d.ts +3 -0
- package/ts/inputs/components/index.d.ts +2 -0
- package/ts/inputs/components/input_item.d.ts +0 -0
- package/ts/inputs/components/label.d.ts +0 -0
- package/ts/inputs/components/link.d.ts +0 -0
- package/ts/inputs/components/link_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/checkbox.d.ts +0 -0
- package/ts/inputs/components/prop_types/file.d.ts +0 -0
- package/ts/inputs/components/prop_types/group.d.ts +5 -0
- package/ts/inputs/components/prop_types/help.d.ts +0 -0
- package/ts/inputs/components/prop_types/help_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/hr.d.ts +0 -0
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -0
- package/ts/inputs/components/prop_types/index.d.ts +2 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +0 -0
- package/ts/inputs/components/prop_types/label.d.ts +0 -0
- package/ts/inputs/components/prop_types/link.d.ts +0 -0
- package/ts/inputs/components/prop_types/link_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/range.d.ts +0 -0
- package/ts/inputs/components/prop_types/section.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_content.d.ts +0 -0
- package/ts/inputs/components/prop_types/select.d.ts +0 -0
- package/ts/inputs/components/prop_types/text.d.ts +0 -0
- package/ts/inputs/components/prop_types/text_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/textarea.d.ts +0 -0
- package/ts/inputs/components/prop_types/upload_box.d.ts +0 -0
- package/ts/inputs/components/range.d.ts +0 -0
- package/ts/inputs/components/section.d.ts +0 -0
- package/ts/inputs/components/section_btn.d.ts +0 -0
- package/ts/inputs/components/section_content.d.ts +0 -0
- package/ts/inputs/components/select.d.ts +0 -0
- package/ts/inputs/components/text.d.ts +0 -0
- package/ts/inputs/components/text_btn.d.ts +0 -0
- package/ts/inputs/components/textarea.d.ts +0 -0
- package/ts/inputs/components/upload_box.d.ts +0 -0
- package/ts/inputs/data/help.d.ts +0 -0
- package/ts/inputs/data/index.d.ts +0 -0
- package/ts/inputs/data/input_width.d.ts +0 -0
- package/ts/inputs/data/label.d.ts +0 -0
- package/ts/inputs/data/nested_input.d.ts +0 -0
- package/ts/inputs/data/text.d.ts +0 -0
- package/ts/inputs/data/upload_box.d.ts +0 -0
- package/ts/inputs/data/val.d.ts +1 -0
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -0
- package/ts/inputs/interfaces/index.d.ts +1 -0
- package/ts/inputs/interfaces/input.d.ts +1 -1
- package/ts/inputs/interfaces/inputs.d.ts +0 -0
- package/ts/inputs/interfaces/links.d.ts +0 -0
- package/ts/inputs/interfaces/options.d.ts +0 -0
- package/ts/inputs/interfaces/sections.d.ts +0 -0
- package/ts/inputs/interfaces/state_cond.d.ts +0 -0
- package/ts/inputs/interfaces/text_btn.d.ts +0 -0
- package/ts/inputs/internal.d.ts +0 -0
- package/ts/inputs/obj/btn.d.ts +0 -0
- package/ts/inputs/obj/checkbox.d.ts +0 -0
- package/ts/inputs/obj/file.d.ts +0 -0
- package/ts/inputs/obj/group.d.ts +6 -0
- package/ts/inputs/obj/hr.d.ts +0 -0
- package/ts/inputs/obj/icon_btn.d.ts +6 -0
- package/ts/inputs/obj/index.d.ts +2 -0
- package/ts/inputs/obj/input_base.d.ts +0 -0
- package/ts/inputs/obj/link.d.ts +0 -0
- package/ts/inputs/obj/link_btn.d.ts +0 -0
- package/ts/inputs/obj/option.d.ts +0 -0
- package/ts/inputs/obj/range.d.ts +0 -0
- package/ts/inputs/obj/section.d.ts +0 -0
- package/ts/inputs/obj/select.d.ts +0 -0
- package/ts/inputs/obj/text.d.ts +0 -0
- package/ts/inputs/obj/textarea.d.ts +0 -0
- package/ts/inputs/obj/upload_box.d.ts +0 -0
- package/ts/inputs/scripts/index.d.ts +0 -0
- package/ts/inputs/scripts/resolve.d.ts +0 -0
- package/ts/inputs/scripts/upload_box.d.ts +0 -0
- package/ts/settings/components/body.d.ts +0 -0
- package/ts/settings/components/index.d.ts +0 -0
- package/ts/settings/components/prop_types/body.d.ts +0 -0
- package/ts/settings/components/prop_types/index.d.ts +0 -0
- package/ts/settings/data/back_up.d.ts +0 -0
- package/ts/settings/data/index.d.ts +0 -0
- package/ts/settings/data/sections.d.ts +4 -1
- package/ts/settings/init.d.ts +0 -0
- package/ts/settings/internal.d.ts +0 -0
- package/ts/settings/optional_permissions/data/index.d.ts +0 -0
- package/ts/settings/optional_permissions/data/main.d.ts +0 -0
- package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -0
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -0
- package/ts/settings/schema/data/index.d.ts +0 -0
- package/ts/settings/schema/data/main.d.ts +0 -0
- package/ts/settings/schema/obj/index.d.ts +0 -0
- package/ts/settings/schema/obj/transform_item.d.ts +0 -0
- package/ts/settings/scripts/index.d.ts +0 -0
- package/ts/settings/scripts/theme.d.ts +0 -0
- package/ts/shared/app.d.ts +0 -0
- package/ts/shared/app_ext_globals.d.ts +0 -0
- package/ts/shared/css_vars/scripts/index.d.ts +0 -0
- package/ts/shared/css_vars/scripts/main.d.ts +0 -0
- package/ts/shared/data/data/index.d.ts +0 -0
- package/ts/shared/data/data/main.d.ts +0 -0
- package/ts/shared/data/interfaces/index.d.ts +0 -0
- package/ts/shared/data/interfaces/val.d.ts +0 -0
- package/ts/shared/ext.d.ts +0 -0
- package/ts/shared/ext_version/components/body.d.ts +0 -0
- package/ts/shared/ext_version/components/index.d.ts +0 -0
- package/ts/shared/functions.d.ts +0 -0
- package/ts/shared/globals.d.ts +0 -0
- package/ts/shared/init.d.ts +0 -0
- package/ts/shared/internal.d.ts +1 -1
- package/ts/shared/loading_screen/components/body.d.ts +0 -0
- package/ts/shared/loading_screen/components/index.d.ts +0 -0
- package/ts/shared/loading_screen/data/index.d.ts +0 -0
- package/ts/shared/loading_screen/data/main.d.ts +0 -0
- package/ts/shared/no_tr/scripts/index.d.ts +0 -0
- package/ts/shared/no_tr/scripts/main.d.ts +0 -0
- package/ts/shared/svg.d.ts +0 -0
- package/ts/shared/t.d.ts +6 -1
- package/ts/shared/tab_index/interfaces/index.d.ts +0 -0
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +0 -0
- package/ts/shared/tab_index/scripts/index.d.ts +0 -0
- package/ts/shared/tab_index/scripts/main.d.ts +0 -0
- package/ts/shared/theme/scripts/index.d.ts +0 -0
- package/ts/shared/theme/scripts/main.d.ts +1 -1
- package/ts/shared/title/scripts/index.d.ts +1 -0
- package/ts/shared/title/scripts/main.d.ts +6 -0
- package/ts/shared/tr/components/base_tr.d.ts +0 -0
- package/ts/shared/tr/components/index.d.ts +0 -0
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +2 -0
- package/ts/shared/tr/components/prop_types/index.d.ts +0 -0
- package/ts/shared/tr/data/index.d.ts +0 -0
- package/ts/shared/tr/data/transition.d.ts +0 -0
- package/ts/shared/tr/interfaces/index.d.ts +0 -0
- package/ts/shared/tr/interfaces/transitions.d.ts +0 -0
- package/ts/shared/tr/obj/index.d.ts +0 -0
- package/ts/shared/tr/obj/transition.d.ts +0 -0
- package/ts/shared/utils/scripts/index.d.ts +0 -0
- package/ts/shared/utils/scripts/main.d.ts +0 -0
- package/ts/shared/vars.d.ts +0 -0
- package/ts/shared/viewport/scripts/index.d.ts +0 -0
- package/ts/shared/viewport/scripts/main.d.ts +0 -0
- package/ts/shared/x.d.ts +5 -7
- package/chunk-main-4a65be62.js +0 -9
- package/chunk-main-97b542c2.js +0 -1
- package/ts/shared/keep_alive/scripts/index.d.ts +0 -1
- package/ts/shared/keep_alive/scripts/tabs.d.ts +0 -7
|
File without changes
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"dependencicies_from_other_page_loaded_into_this_page_alert": {
|
|
24
24
|
"message": "DEPENDENCIES FROM THE OTHER PAGE ACCIDENTALLY LOADED INTO THIS PAGE!!!\nCULPRIT PAGE: "
|
|
25
25
|
},
|
|
26
|
+
"announcement_title_text": {
|
|
27
|
+
"message": "Announcement"
|
|
28
|
+
},
|
|
26
29
|
"browse_link_btn_text": {
|
|
27
30
|
"message": "Browse"
|
|
28
31
|
},
|
package/announcement.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{o as observer,_ as __awaiter}from"./chunk-main-2e2ed3a2.js";import React__default from"react";import"react-dom";const Body=observer((props=>{const{children:children}=props;return React__default.createElement("div",{className:"main"},React__default.createElement("h1",{className:"header"},Header.i().get()),React__default.createElement("div",{className:"msg_to_user"},children))}));var index$1=Object.freeze({__proto__:null,Body:Body});class Header{constructor(){this.get=()=>err((()=>{const title_el=s("title");return n(title_el)&&n(title_el.textContent)?title_el.textContent:""}),"shr_1230")}static i(){return this.i0||(this.i0=new this)}}var index=Object.freeze({__proto__:null,Display:class{constructor(){this.display_announcement=()=>err_async((()=>__awaiter(this,void 0,void 0,(function*(){we.tabs.create({url:we.runtime.getURL("announcement.html")})}))),"shr_1231")}static i(){return this.i0||(this.i0=new this)}},Header:Header});export{index$1 as c_announcement,index as s_announcement};
|
package/app.d.ts
CHANGED
|
File without changes
|
package/app.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{M as Main}from"./chunk-main-
|
|
1
|
+
import{M as Main}from"./chunk-main-a79e7a18.js";import"react";import"./chunk-main-2e2ed3a2.js";import"react-dom";global.page="front_end",global.misplaced_dependency=culprit_page=>err((()=>{if(page!==culprit_page){const msg=we.i18n.getMessage("dependencicies_from_other_page_loaded_into_this_page_alert")+culprit_page.toUpperCase();"background"===page?console.log(msg):alert(msg)}}),"shr_1193");class App{constructor(){this.log_error=(error_obj,error_code)=>{Main.i().output_error(error_obj,error_code)},this.get_ext_version=()=>{try{return"9.9.9"}catch(error_obj){this.log_error(error_obj,"shr_1191")}return""},this.msg=()=>{try{const msg_2="";return n(msg_2)?msg_2:""}catch(error_obj){this.log_error(error_obj,"shr_1192")}return""}}static i(){return this.i0||(this.i0=new this)}}global.app=App.i();export{App};
|