@loftyshaky/shared 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/_locales/de/messages.json +1 -1
- package/_locales/en/messages.json +44 -20
- package/_locales/ru/messages.json +6 -18
- package/announcement.d.ts +2 -2
- package/announcement.js +5 -1
- package/app.d.ts +1 -5
- package/app.js +5 -1
- package/chunk-main.js +22 -0
- package/chunk-main2.js +5 -0
- package/chunk-main3.js +5 -0
- package/chunk-main4.js +5 -0
- package/chunk-pickr.min.js +5 -0
- package/dependencies.d.ts +2 -0
- package/dependencies.js +5 -0
- package/dependencies.txt +863 -0
- package/ext.d.ts +1 -5
- package/ext.js +5 -1
- package/fonts/NotoSans-Regular.ttf +0 -0
- package/globals.d.ts +49 -0
- package/html/dependencies.html +13 -0
- package/index.d.ts +3 -3
- package/index.js +5 -1
- package/inputs.d.ts +2 -2
- package/inputs.js +5 -1
- package/js/apps.js +63 -63
- package/js/dependencies.js +56 -0
- package/js/package/plugins/rollup-plugin-copy.js +169 -169
- package/js/package/plugins/watcher.js +56 -56
- package/js/package/terser.js +18 -18
- package/js/task_scheduler.js +39 -39
- package/js/tsc_alias.js +19 -0
- package/js/webpack.config.js +26 -3
- package/package.json +1 -1
- package/scss/dependencies/body.scss +3 -0
- package/scss/dependencies/hr.scss +3 -0
- package/scss/dependencies/index.scss +5 -0
- package/scss/dependencies/links.scss +3 -0
- package/scss/dependencies/main.scss +3 -0
- package/scss/settings/transitions.scss +1 -1
- package/scss/shared/checkboxes.scss +2 -2
- package/scss/shared/close_btn.scss +1 -1
- package/scss/shared/embed/error.scss +2 -2
- package/scss/shared/embed/font_face.scss +1 -2
- package/scss/shared/inputs.scss +4 -1
- package/scss/shared/inset_border.scss +1 -4
- package/scss/shared/mixins.scss +11 -7
- package/scss/shared/mods.scss +1 -3
- package/scss/shared/selects.scss +8 -2
- package/scss/shared/themes/colors/aqua.scss +15 -6
- package/scss/shared/themes/colors/dark.scss +5 -1
- package/scss/shared/themes/colors/lavender.scss +19 -6
- package/scss/shared/themes/colors/light.scss +5 -1
- package/scss/shared/themes/colors/very_dark.scss +5 -1
- package/scss/shared/themes/general/template.scss +16 -10
- package/scss/shared/themes/general/template_focus.scss +6 -4
- package/scss/shared/transitions.scss +1 -1
- package/scss/shared/upload_box.scss +2 -3
- package/scss/shared/vars.scss +9 -3
- package/settings.d.ts +2 -2
- package/settings.js +5 -1
- package/ts/announcement/components/body.d.ts +2 -3
- package/ts/announcement/components/index.d.ts +1 -1
- package/ts/announcement/internal.d.ts +2 -3
- package/ts/announcement/scripts/display.d.ts +6 -6
- package/ts/announcement/scripts/index.d.ts +1 -2
- package/ts/dependencies/components/body.d.ts +2 -0
- package/ts/dependencies/components/index.d.ts +1 -0
- package/ts/dependencies/internal.d.ts +2 -0
- package/ts/dependencies/scripts/dependencies.d.ts +7 -0
- package/ts/dependencies/scripts/index.d.ts +1 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
- package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
- package/ts/error_modules/css/scripts/index.d.ts +1 -1
- package/ts/error_modules/css/scripts/main.d.ts +8 -8
- package/ts/error_modules/error/components/body.d.ts +3 -3
- package/ts/error_modules/error/components/close_btn.d.ts +2 -2
- package/ts/error_modules/error/components/ext_name.d.ts +2 -2
- package/ts/error_modules/error/components/index.d.ts +6 -6
- package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -2
- package/ts/error_modules/error/components/msg.d.ts +2 -2
- package/ts/error_modules/error/components/progress.d.ts +2 -2
- package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
- package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/error/data/index.d.ts +4 -4
- package/ts/error_modules/error/data/main.d.ts +11 -11
- package/ts/error_modules/error/data/msg.d.ts +13 -13
- package/ts/error_modules/error/data/progress.d.ts +17 -17
- package/ts/error_modules/error/data/state.d.ts +25 -25
- package/ts/error_modules/error/interfaces/error.d.ts +6 -6
- package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
- package/ts/error_modules/error/interfaces/index.d.ts +7 -7
- package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -1
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
- package/ts/error_modules/error/interfaces/show_error.d.ts +11 -11
- package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -5
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
- package/ts/error_modules/error/scripts/flash.d.ts +11 -11
- package/ts/error_modules/error/scripts/globals.d.ts +1 -12
- package/ts/error_modules/error/scripts/index.d.ts +3 -3
- package/ts/error_modules/error/scripts/notification.d.ts +8 -8
- package/ts/error_modules/init.d.ts +1 -1
- package/ts/error_modules/internal.d.ts +11 -11
- package/ts/inputs/color/components/body.d.ts +3 -3
- package/ts/inputs/color/components/color_picker.d.ts +3 -3
- package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
- package/ts/inputs/color/components/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
- package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
- package/ts/inputs/color/components/visualization.d.ts +3 -3
- package/ts/inputs/color/data/color.d.ts +54 -54
- package/ts/inputs/color/data/index.d.ts +2 -2
- package/ts/inputs/color/data/visibility.d.ts +38 -38
- package/ts/inputs/color/interfaces/color.d.ts +1 -1
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
- package/ts/inputs/color/interfaces/i.d.ts +1 -1
- package/ts/inputs/color/interfaces/index.d.ts +4 -4
- package/ts/inputs/color/obj/color.d.ts +54 -54
- package/ts/inputs/color/obj/index.d.ts +1 -1
- package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
- package/ts/inputs/color/scripts/index.d.ts +2 -2
- package/ts/inputs/color/scripts/position.d.ts +7 -7
- package/ts/inputs/components/btn.d.ts +3 -3
- package/ts/inputs/components/checkbox.d.ts +3 -3
- package/ts/inputs/components/file.d.ts +3 -3
- package/ts/inputs/components/form.d.ts +3 -3
- package/ts/inputs/components/group.d.ts +3 -3
- package/ts/inputs/components/help.d.ts +3 -3
- package/ts/inputs/components/help_btn.d.ts +3 -3
- package/ts/inputs/components/hr.d.ts +3 -3
- package/ts/inputs/components/icon_btn.d.ts +3 -3
- package/ts/inputs/components/index.d.ts +25 -25
- package/ts/inputs/components/input_error.d.ts +3 -3
- package/ts/inputs/components/input_item.d.ts +3 -3
- package/ts/inputs/components/label.d.ts +3 -3
- package/ts/inputs/components/label_in_input_item.d.ts +3 -3
- package/ts/inputs/components/link.d.ts +3 -3
- package/ts/inputs/components/link_btn.d.ts +3 -3
- package/ts/inputs/components/link_icon_btn.d.ts +3 -3
- package/ts/inputs/components/prop_types/btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
- package/ts/inputs/components/prop_types/file.d.ts +4 -4
- package/ts/inputs/components/prop_types/form.d.ts +5 -5
- package/ts/inputs/components/prop_types/group.d.ts +5 -5
- package/ts/inputs/components/prop_types/help.d.ts +4 -4
- package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/hr.d.ts +4 -4
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/index.d.ts +25 -25
- package/ts/inputs/components/prop_types/input_error.d.ts +4 -4
- package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
- package/ts/inputs/components/prop_types/label.d.ts +4 -4
- package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -4
- package/ts/inputs/components/prop_types/link.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -5
- package/ts/inputs/components/prop_types/range.d.ts +6 -6
- package/ts/inputs/components/prop_types/section.d.ts +4 -4
- package/ts/inputs/components/prop_types/section_btn.d.ts +7 -7
- package/ts/inputs/components/prop_types/section_content.d.ts +5 -5
- package/ts/inputs/components/prop_types/select.d.ts +6 -6
- package/ts/inputs/components/prop_types/text.d.ts +6 -6
- package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
- package/ts/inputs/components/prop_types/textarea.d.ts +6 -6
- package/ts/inputs/components/prop_types/upload_box.d.ts +5 -5
- package/ts/inputs/components/range.d.ts +3 -3
- package/ts/inputs/components/section.d.ts +3 -3
- package/ts/inputs/components/section_btn.d.ts +3 -3
- package/ts/inputs/components/section_content.d.ts +3 -3
- package/ts/inputs/components/select.d.ts +3 -3
- package/ts/inputs/components/text.d.ts +3 -3
- package/ts/inputs/components/text_btn.d.ts +3 -3
- package/ts/inputs/components/textarea.d.ts +3 -3
- package/ts/inputs/components/upload_box.d.ts +3 -3
- package/ts/inputs/data/help.d.ts +15 -15
- package/ts/inputs/data/index.d.ts +8 -8
- package/ts/inputs/data/input_error.d.ts +12 -12
- package/ts/inputs/data/input_width.d.ts +26 -26
- package/ts/inputs/data/labelIn_in_putI_iem.d.ts +9 -9
- package/ts/inputs/data/nested_input.d.ts +18 -18
- package/ts/inputs/data/text.d.ts +21 -21
- package/ts/inputs/data/upload_box.d.ts +24 -24
- package/ts/inputs/data/val.d.ts +41 -41
- package/ts/inputs/interfaces/btn_option.d.ts +9 -9
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
- package/ts/inputs/interfaces/index.d.ts +9 -9
- package/ts/inputs/interfaces/input.d.ts +2 -2
- package/ts/inputs/interfaces/inputs.d.ts +2 -2
- package/ts/inputs/interfaces/links.d.ts +2 -2
- package/ts/inputs/interfaces/options.d.ts +2 -2
- package/ts/inputs/interfaces/sections.d.ts +2 -2
- package/ts/inputs/interfaces/state_cond.d.ts +4 -4
- package/ts/inputs/interfaces/text_btn.d.ts +7 -7
- package/ts/inputs/internal.d.ts +12 -12
- package/ts/inputs/obj/btn.d.ts +6 -6
- package/ts/inputs/obj/checkbox.d.ts +5 -5
- package/ts/inputs/obj/file.d.ts +9 -9
- package/ts/inputs/obj/form.d.ts +7 -7
- package/ts/inputs/obj/group.d.ts +6 -6
- package/ts/inputs/obj/hr.d.ts +5 -5
- package/ts/inputs/obj/icon_btn.d.ts +7 -7
- package/ts/inputs/obj/index.d.ts +18 -18
- package/ts/inputs/obj/input_base.d.ts +45 -45
- package/ts/inputs/obj/label.d.ts +5 -5
- package/ts/inputs/obj/link.d.ts +17 -16
- package/ts/inputs/obj/link_btn.d.ts +6 -6
- package/ts/inputs/obj/option.d.ts +6 -6
- package/ts/inputs/obj/range.d.ts +20 -20
- package/ts/inputs/obj/section.d.ts +31 -31
- package/ts/inputs/obj/select.d.ts +9 -9
- package/ts/inputs/obj/text.d.ts +18 -18
- package/ts/inputs/obj/textarea.d.ts +5 -5
- package/ts/inputs/obj/upload_box.d.ts +18 -18
- package/ts/inputs/scripts/index.d.ts +2 -2
- package/ts/inputs/scripts/resolve.d.ts +7 -7
- package/ts/inputs/scripts/upload_box.d.ts +8 -8
- package/ts/settings/components/body.d.ts +3 -3
- package/ts/settings/components/index.d.ts +1 -1
- package/ts/settings/components/prop_types/body.d.ts +8 -8
- package/ts/settings/components/prop_types/index.d.ts +1 -1
- package/ts/settings/data/back_up.d.ts +17 -17
- package/ts/settings/data/index.d.ts +2 -2
- package/ts/settings/data/sections.d.ts +43 -43
- package/ts/settings/developer_mode/data/index.d.ts +1 -1
- package/ts/settings/developer_mode/data/main.d.ts +13 -13
- package/ts/settings/init.d.ts +1 -1
- package/ts/settings/internal.d.ts +8 -8
- package/ts/settings/optional_permissions/data/index.d.ts +1 -1
- package/ts/settings/optional_permissions/data/main.d.ts +11 -11
- package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
- package/ts/settings/scripts/index.d.ts +1 -1
- package/ts/settings/scripts/theme.d.ts +12 -12
- package/ts/shared/app.d.ts +25 -25
- package/ts/shared/app_ext_globals.d.ts +1 -6
- package/ts/shared/app_version/components/body.d.ts +2 -2
- package/ts/shared/app_version/components/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/main.d.ts +18 -18
- package/ts/shared/data/data/index.d.ts +1 -1
- package/ts/shared/data/data/main.d.ts +1 -4
- package/ts/shared/data/interfaces/index.d.ts +1 -1
- package/ts/shared/data/interfaces/val.d.ts +2 -2
- package/ts/shared/ext.d.ts +28 -30
- package/ts/shared/functions.d.ts +3 -3
- package/ts/shared/globals.d.ts +1 -4
- package/ts/shared/header/scripts/index.d.ts +1 -0
- package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
- package/ts/shared/init.d.ts +1 -1
- package/ts/shared/internal.d.ts +40 -39
- package/ts/shared/loading_screen/components/body.d.ts +3 -3
- package/ts/shared/loading_screen/components/index.d.ts +1 -1
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/main.d.ts +12 -12
- package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
- package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
- package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
- package/ts/shared/no_tr/scripts/index.d.ts +1 -1
- package/ts/shared/no_tr/scripts/main.d.ts +12 -12
- package/ts/shared/offers/components/body.d.ts +3 -3
- package/ts/shared/offers/components/counter.d.ts +2 -2
- package/ts/shared/offers/components/index.d.ts +6 -6
- package/ts/shared/offers/components/next_offer_btn.d.ts +2 -2
- package/ts/shared/offers/components/offer.d.ts +3 -3
- package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -2
- package/ts/shared/offers/components/prop_types/body.d.ts +5 -5
- package/ts/shared/offers/components/prop_types/index.d.ts +2 -2
- package/ts/shared/offers/components/prop_types/offer.d.ts +4 -4
- package/ts/shared/offers/components/top_bar.d.ts +2 -2
- package/ts/shared/offers/data/index.d.ts +1 -1
- package/ts/shared/offers/data/main.d.ts +22 -22
- package/ts/shared/offers/interfaces/index.d.ts +1 -1
- package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -1
- package/ts/shared/offers/obj/index.d.ts +1 -1
- package/ts/shared/offers/obj/offer.d.ts +12 -10
- package/ts/shared/offers/scripts/index.d.ts +1 -1
- package/ts/shared/offers/scripts/main.d.ts +8 -8
- package/ts/shared/schema/data/index.d.ts +1 -1
- package/ts/shared/schema/data/main.d.ts +12 -12
- package/ts/shared/schema/obj/index.d.ts +1 -1
- package/ts/shared/schema/obj/transform_item.d.ts +7 -7
- package/ts/shared/service_worker/scripts/index.d.ts +1 -1
- package/ts/shared/service_worker/scripts/main.d.ts +9 -9
- package/ts/shared/settings/data/index.d.ts +1 -1
- package/ts/shared/settings/data/main.d.ts +15 -15
- package/ts/shared/svg.d.ts +9 -9
- package/ts/shared/t.d.ts +36 -36
- package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
- package/ts/shared/tab_index/scripts/index.d.ts +1 -1
- package/ts/shared/tab_index/scripts/main.d.ts +18 -18
- package/ts/shared/theme/scripts/index.d.ts +1 -1
- package/ts/shared/theme/scripts/main.d.ts +11 -11
- package/ts/shared/title/scripts/index.d.ts +1 -1
- package/ts/shared/title/scripts/main.d.ts +6 -6
- package/ts/shared/tr/components/base_tr.d.ts +9 -9
- package/ts/shared/tr/components/index.d.ts +1 -1
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
- package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
- package/ts/shared/tr/data/index.d.ts +1 -1
- package/ts/shared/tr/data/transition.d.ts +23 -23
- package/ts/shared/tr/interfaces/index.d.ts +1 -1
- package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
- package/ts/shared/tr/obj/index.d.ts +1 -1
- package/ts/shared/tr/obj/transition.d.ts +8 -8
- package/ts/shared/utils/scripts/index.d.ts +1 -1
- package/ts/shared/utils/scripts/main.d.ts +11 -11
- package/ts/shared/vars.d.ts +2 -2
- package/ts/shared/viewport/scripts/index.d.ts +1 -1
- package/ts/shared/viewport/scripts/main.d.ts +8 -8
- package/ts/shared/x.d.ts +56 -69
- package/chunk-main-061e9d8b.js +0 -1
- package/chunk-main-499559bc.js +0 -9
- package/chunk-main-999e7bd1.js +0 -1
- package/chunk-pickr.min-e5a99742.js +0 -1
- package/fonts/noto_sans.woff2 +0 -0
- package/ts/announcement/components/prop_types/body.d.ts +0 -4
- package/ts/announcement/components/prop_types/index.d.ts +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const InputItem: React.FunctionComponent<p_inputs.InputItem>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const InputItem: React.FunctionComponent<p_inputs.InputItem>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Label: React.FunctionComponent<p_inputs.Label>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Label: React.FunctionComponent<p_inputs.Label>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const LabelInInputItem: React.FunctionComponent<p_inputs.LabelInInputItem>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const LabelInInputItem: React.FunctionComponent<p_inputs.LabelInInputItem>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Link: React.FunctionComponent<p_inputs.Link>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Link: React.FunctionComponent<p_inputs.Link>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const LinkBtn: React.FunctionComponent<p_inputs.LinkBtn>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const LinkBtn: React.FunctionComponent<p_inputs.LinkBtn>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const LinkIconBtn: React.FunctionComponent<p_inputs.LinkIconBtn>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const LinkIconBtn: React.FunctionComponent<p_inputs.LinkIconBtn>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export interface Btn {
|
|
3
|
-
input: i_inputs.Input;
|
|
4
|
-
}
|
|
1
|
+
import { i_inputs } from '../../internal';
|
|
2
|
+
export interface Btn {
|
|
3
|
+
input: i_inputs.Input;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Checkbox {
|
|
3
|
-
input: o_inputs.Checkbox;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Checkbox {
|
|
3
|
+
input: o_inputs.Checkbox;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface File {
|
|
3
|
-
input: o_inputs.File;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface File {
|
|
3
|
+
input: o_inputs.File;
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export interface Form {
|
|
3
|
-
input: o_inputs.Form;
|
|
4
|
-
inputs?: i_inputs.Inputs;
|
|
5
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../../internal';
|
|
2
|
+
export interface Form {
|
|
3
|
+
input: o_inputs.Form;
|
|
4
|
+
inputs?: i_inputs.Inputs;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export interface Group {
|
|
3
|
-
input: o_inputs.Group;
|
|
4
|
-
inputs?: i_inputs.Inputs;
|
|
5
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../../internal';
|
|
2
|
+
export interface Group {
|
|
3
|
+
input: o_inputs.Group;
|
|
4
|
+
inputs?: i_inputs.Inputs;
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export interface Help {
|
|
3
|
-
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../../internal';
|
|
2
|
+
export interface Help {
|
|
3
|
+
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export interface HelpBtn {
|
|
3
|
-
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../../internal';
|
|
2
|
+
export interface HelpBtn {
|
|
3
|
+
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Hr {
|
|
3
|
-
input: o_inputs.Hr;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Hr {
|
|
3
|
+
input: o_inputs.Hr;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface IconBtn {
|
|
3
|
-
input: o_inputs.IconBtn;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface IconBtn {
|
|
3
|
+
input: o_inputs.IconBtn;
|
|
4
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export interface InputError {
|
|
3
|
-
input: i_inputs.Input;
|
|
4
|
-
}
|
|
1
|
+
import { i_inputs } from '../../internal';
|
|
2
|
+
export interface InputError {
|
|
3
|
+
input: i_inputs.Input;
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { i_inputs } from
|
|
3
|
-
export interface InputItem {
|
|
4
|
-
input: i_inputs.Input;
|
|
5
|
-
input_w: JSX.Element;
|
|
6
|
-
include_label: boolean;
|
|
7
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { i_inputs } from '../../internal';
|
|
3
|
+
export interface InputItem {
|
|
4
|
+
input: i_inputs.Input;
|
|
5
|
+
input_w: JSX.Element;
|
|
6
|
+
include_label: boolean;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Label {
|
|
3
|
-
input: o_inputs.Label;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Label {
|
|
3
|
+
input: o_inputs.Label;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export interface LabelInInputItem {
|
|
3
|
-
input: i_inputs.Input;
|
|
4
|
-
}
|
|
1
|
+
import { i_inputs } from '../../internal';
|
|
2
|
+
export interface LabelInInputItem {
|
|
3
|
+
input: i_inputs.Input;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Link {
|
|
3
|
-
link: o_inputs.Link;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Link {
|
|
3
|
+
link: o_inputs.Link;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface LinkBtn {
|
|
3
|
-
input: o_inputs.LinkBtn;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface LinkBtn {
|
|
3
|
+
input: o_inputs.LinkBtn;
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface LinkIconBtn {
|
|
3
|
-
input: o_inputs.LinkBtn | o_inputs.IconBtn;
|
|
4
|
-
type: 'link' | 'icon';
|
|
5
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface LinkIconBtn {
|
|
3
|
+
input: o_inputs.LinkBtn | o_inputs.IconBtn;
|
|
4
|
+
type: 'link' | 'icon';
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Range {
|
|
3
|
-
input: o_inputs.Range;
|
|
4
|
-
calculate_width: boolean;
|
|
5
|
-
include_label: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Range {
|
|
3
|
+
input: o_inputs.Range;
|
|
4
|
+
calculate_width: boolean;
|
|
5
|
+
include_label: boolean;
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Section {
|
|
3
|
-
section: o_inputs.Section;
|
|
4
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Section {
|
|
3
|
+
section: o_inputs.Section;
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t } from
|
|
2
|
-
import { o_inputs } from
|
|
3
|
-
export interface SectionBtn {
|
|
4
|
-
section: o_inputs.Section;
|
|
5
|
-
change_section_callback: t.CallbackVoid;
|
|
6
|
-
enable_developer_mode_save_callback?: t.CallbackVoid;
|
|
7
|
-
}
|
|
1
|
+
import { t } from '../../../shared/internal';
|
|
2
|
+
import { o_inputs } from '../../internal';
|
|
3
|
+
export interface SectionBtn {
|
|
4
|
+
section: o_inputs.Section;
|
|
5
|
+
change_section_callback: t.CallbackVoid;
|
|
6
|
+
enable_developer_mode_save_callback?: t.CallbackVoid;
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export interface SectionContent {
|
|
3
|
-
section?: o_inputs.Section;
|
|
4
|
-
inputs: i_inputs.Inputs | i_inputs.Links;
|
|
5
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../../internal';
|
|
2
|
+
export interface SectionContent {
|
|
3
|
+
section?: o_inputs.Section;
|
|
4
|
+
inputs: i_inputs.Inputs | i_inputs.Links;
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Select {
|
|
3
|
-
input: o_inputs.Select;
|
|
4
|
-
calculate_width: boolean;
|
|
5
|
-
include_label: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Select {
|
|
3
|
+
input: o_inputs.Select;
|
|
4
|
+
calculate_width: boolean;
|
|
5
|
+
include_label: boolean;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Text {
|
|
3
|
-
input: o_inputs.Text;
|
|
4
|
-
calculate_width: boolean;
|
|
5
|
-
include_label: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Text {
|
|
3
|
+
input: o_inputs.Text;
|
|
4
|
+
calculate_width: boolean;
|
|
5
|
+
include_label: boolean;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t } from
|
|
2
|
-
import { o_inputs } from
|
|
3
|
-
export interface TextBtn {
|
|
4
|
-
name: string;
|
|
5
|
-
Svg: string;
|
|
6
|
-
input: o_inputs.Text;
|
|
7
|
-
on_click?: t.CallbackVoid;
|
|
8
|
-
}
|
|
1
|
+
import { t } from '../../../shared/internal';
|
|
2
|
+
import { o_inputs } from '../../internal';
|
|
3
|
+
export interface TextBtn {
|
|
4
|
+
name: string;
|
|
5
|
+
Svg: string;
|
|
6
|
+
input: o_inputs.Text;
|
|
7
|
+
on_click?: t.CallbackVoid;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface Textarea {
|
|
3
|
-
input: o_inputs.Textarea;
|
|
4
|
-
calculate_width: boolean;
|
|
5
|
-
include_label: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface Textarea {
|
|
3
|
+
input: o_inputs.Textarea;
|
|
4
|
+
calculate_width: boolean;
|
|
5
|
+
include_label: boolean;
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o_inputs } from
|
|
2
|
-
export interface UploadBox {
|
|
3
|
-
input: o_inputs.UploadBox;
|
|
4
|
-
calculate_width: boolean;
|
|
5
|
-
}
|
|
1
|
+
import { o_inputs } from '../../internal';
|
|
2
|
+
export interface UploadBox {
|
|
3
|
+
input: o_inputs.UploadBox;
|
|
4
|
+
calculate_width: boolean;
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Range: React.FunctionComponent<p_inputs.Range>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Range: React.FunctionComponent<p_inputs.Range>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Section: React.FunctionComponent<p_inputs.Section>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Section: React.FunctionComponent<p_inputs.Section>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const SectionBtn: React.FunctionComponent<p_inputs.SectionBtn>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const SectionBtn: React.FunctionComponent<p_inputs.SectionBtn>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const SectionContent: React.FunctionComponent<p_inputs.SectionContent>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const SectionContent: React.FunctionComponent<p_inputs.SectionContent>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Select: React.FunctionComponent<p_inputs.Select>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Select: React.FunctionComponent<p_inputs.Select>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Text: React.FunctionComponent<p_inputs.Text>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Text: React.FunctionComponent<p_inputs.Text>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const TextBtn: React.FunctionComponent<p_inputs.TextBtn>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const TextBtn: React.FunctionComponent<p_inputs.TextBtn>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const Textarea: React.FunctionComponent<p_inputs.Textarea>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const Textarea: React.FunctionComponent<p_inputs.Textarea>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { p_inputs } from
|
|
3
|
-
export declare const UploadBox: React.FunctionComponent<p_inputs.UploadBox>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { p_inputs } from '../internal';
|
|
3
|
+
export declare const UploadBox: React.FunctionComponent<p_inputs.UploadBox>;
|
package/ts/inputs/data/help.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { o_inputs, i_inputs } from
|
|
2
|
-
export declare class Help {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): Help;
|
|
5
|
-
private constructor();
|
|
6
|
-
change_visibility: ({ section_or_input, }: {
|
|
7
|
-
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
8
|
-
}) => void;
|
|
9
|
-
width_style?: (({ section_or_input, }: {
|
|
10
|
-
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
11
|
-
}) => number | string | undefined) | undefined;
|
|
12
|
-
msg?: (({ section_or_input, }: {
|
|
13
|
-
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
14
|
-
}) => string | undefined) | undefined;
|
|
15
|
-
}
|
|
1
|
+
import { o_inputs, i_inputs } from '../internal';
|
|
2
|
+
export declare class Help {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): Help;
|
|
5
|
+
private constructor();
|
|
6
|
+
change_visibility: ({ section_or_input, }: {
|
|
7
|
+
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
8
|
+
}) => void;
|
|
9
|
+
width_style?: (({ section_or_input, }: {
|
|
10
|
+
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
11
|
+
}) => number | string | undefined) | undefined;
|
|
12
|
+
msg?: (({ section_or_input, }: {
|
|
13
|
+
section_or_input: o_inputs.Section | i_inputs.Input;
|
|
14
|
+
}) => string | undefined) | undefined;
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
1
|
+
export * from '../data/help';
|
|
2
|
+
export * from '../data/input_error';
|
|
3
|
+
export * from '../data/input_width';
|
|
4
|
+
export * from '../data/labelIn_in_putI_iem';
|
|
5
|
+
export * from '../data/nested_input';
|
|
6
|
+
export * from '../data/val';
|
|
7
|
+
export * from '../data/text';
|
|
8
|
+
export * from '../data/upload_box';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export declare class InputError {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): InputError;
|
|
5
|
-
private input_error_is_visible;
|
|
6
|
-
input_error_visibility_cls: (this: InputError, { input, }: {
|
|
7
|
-
input: i_inputs.Input;
|
|
8
|
-
}) => string;
|
|
9
|
-
input_error: ({ input }: {
|
|
10
|
-
input: i_inputs.Input;
|
|
11
|
-
}) => string;
|
|
12
|
-
}
|
|
1
|
+
import { i_inputs } from '../internal';
|
|
2
|
+
export declare class InputError {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): InputError;
|
|
5
|
+
private input_error_is_visible;
|
|
6
|
+
input_error_visibility_cls: (this: InputError, { input, }: {
|
|
7
|
+
input: i_inputs.Input;
|
|
8
|
+
}) => string;
|
|
9
|
+
input_error: ({ input }: {
|
|
10
|
+
input: i_inputs.Input;
|
|
11
|
+
}) => string;
|
|
12
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export declare class InputWidth {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): InputWidth;
|
|
5
|
-
private constructor();
|
|
6
|
-
width: Record<string, string | undefined>;
|
|
7
|
-
private max_width;
|
|
8
|
-
private min_width;
|
|
9
|
-
private old_max_width;
|
|
10
|
-
calculate_width_cls: ({ calculate_width }: {
|
|
11
|
-
calculate_width: boolean;
|
|
12
|
-
}) => string;
|
|
13
|
-
max_width_style?: ((this: InputWidth) => number | string | undefined) | undefined;
|
|
14
|
-
min_width_style?: ((this: InputWidth, { input, calculate_width, }: {
|
|
15
|
-
input: i_inputs.Input;
|
|
16
|
-
calculate_width?: boolean | undefined;
|
|
17
|
-
}) => number | string | undefined) | undefined;
|
|
18
|
-
calculate_for_section: ({ section_name }: {
|
|
19
|
-
section_name: string;
|
|
20
|
-
}) => Promise<void>;
|
|
21
|
-
calculate_for_all_sections: ({ sections, all_sections_inputs_equal_width, }: {
|
|
22
|
-
sections: i_inputs.Sections;
|
|
23
|
-
all_sections_inputs_equal_width?: boolean | undefined;
|
|
24
|
-
}) => Promise<void>;
|
|
25
|
-
set_max_width: () => void;
|
|
26
|
-
}
|
|
1
|
+
import { i_inputs } from '../internal';
|
|
2
|
+
export declare class InputWidth {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): InputWidth;
|
|
5
|
+
private constructor();
|
|
6
|
+
width: Record<string, string | undefined>;
|
|
7
|
+
private max_width;
|
|
8
|
+
private min_width;
|
|
9
|
+
private old_max_width;
|
|
10
|
+
calculate_width_cls: ({ calculate_width }: {
|
|
11
|
+
calculate_width: boolean;
|
|
12
|
+
}) => string;
|
|
13
|
+
max_width_style?: ((this: InputWidth) => number | string | undefined) | undefined;
|
|
14
|
+
min_width_style?: ((this: InputWidth, { input, calculate_width, }: {
|
|
15
|
+
input: i_inputs.Input;
|
|
16
|
+
calculate_width?: boolean | undefined;
|
|
17
|
+
}) => number | string | undefined) | undefined;
|
|
18
|
+
calculate_for_section: ({ section_name }: {
|
|
19
|
+
section_name: string;
|
|
20
|
+
}) => Promise<void>;
|
|
21
|
+
calculate_for_all_sections: ({ sections, all_sections_inputs_equal_width, }: {
|
|
22
|
+
sections: i_inputs.Sections;
|
|
23
|
+
all_sections_inputs_equal_width?: boolean | undefined;
|
|
24
|
+
}) => Promise<void>;
|
|
25
|
+
set_max_width: () => void;
|
|
26
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { i_inputs } from
|
|
2
|
-
export declare class LabelInInputItem {
|
|
3
|
-
private static i0;
|
|
4
|
-
static i(): LabelInInputItem;
|
|
5
|
-
private constructor();
|
|
6
|
-
msg?: (({ input }: {
|
|
7
|
-
input: i_inputs.Input;
|
|
8
|
-
}) => string | undefined) | undefined;
|
|
9
|
-
}
|
|
1
|
+
import { i_inputs } from '../internal';
|
|
2
|
+
export declare class LabelInInputItem {
|
|
3
|
+
private static i0;
|
|
4
|
+
static i(): LabelInInputItem;
|
|
5
|
+
private constructor();
|
|
6
|
+
msg?: (({ input }: {
|
|
7
|
+
input: i_inputs.Input;
|
|
8
|
+
}) => string | undefined) | undefined;
|
|
9
|
+
}
|