nexus-shared 1.0.5 → 1.0.7
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/dist/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -6
- package/dist/index.d.ts +8 -6
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/package.json +19 -11
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React$1, { JSX } from 'react';
|
|
3
|
+
import * as next_dist_compiled__next_font from 'next/dist/compiled/@next/font';
|
|
3
4
|
|
|
4
5
|
declare enum ENexusModules {
|
|
5
6
|
None = 0,
|
|
@@ -803,6 +804,12 @@ declare const CreateTextarea: (param: ITextarea, parentElement: HTMLElement | nu
|
|
|
803
804
|
|
|
804
805
|
declare const CreateTextbox: (param: ITextbox, parentElement: HTMLElement | null, isTabular?: boolean) => IInputCreateResults;
|
|
805
806
|
|
|
807
|
+
declare const INTER_FONT: next_dist_compiled__next_font.NextFont;
|
|
808
|
+
declare const GlobalLayout: ({ children, globalLayout }: Readonly<{
|
|
809
|
+
children: React$1.ReactNode;
|
|
810
|
+
globalLayout: IGlobalLayout;
|
|
811
|
+
}>) => Promise<react_jsx_runtime.JSX.Element>;
|
|
812
|
+
|
|
806
813
|
interface IDialogboxResults {
|
|
807
814
|
visibility: (isVisible: boolean, isInitial?: boolean) => void;
|
|
808
815
|
isValid: () => boolean;
|
|
@@ -842,11 +849,6 @@ interface IDialogboxProps {
|
|
|
842
849
|
declare const GlobalDialogbox: ({ children, hoverEffectDelay, position, buttonIdentity, background, defaultWidth, defaultPadding, iggnoreChildClick, isFixedHeight, defaultClass, preferTopWhenEnoughSpace }: Readonly<IDialogboxProps>) => react_jsx_runtime.JSX.Element;
|
|
843
850
|
declare const InitializeDialogbox: (triggerElement: HTMLElement, affectedElement: HTMLElement, hoverEffectDelay?: number | boolean, defaultHeight?: string, defaultPadding?: number, defaultWidth?: number, background?: EBackgrounds, onVisibilityChanged?: (isVisible: boolean) => void, onDisposed?: () => void, iggnoreChildClick?: boolean, position?: EPositions, defaultClass?: string, preferTopWhenEnoughSpace?: boolean, targetInput?: HTMLTextAreaElement | HTMLInputElement | UN, isAutoHideInInitialization?: boolean) => IDialogboxResults | null;
|
|
844
851
|
|
|
845
|
-
declare const GlobalLayout: ({ children, globalLayout }: Readonly<{
|
|
846
|
-
children: React$1.ReactNode;
|
|
847
|
-
globalLayout: IGlobalLayout;
|
|
848
|
-
}>) => Promise<react_jsx_runtime.JSX.Element>;
|
|
849
|
-
|
|
850
852
|
declare const LayoutHelpers: ({ globalLayout }: Readonly<{
|
|
851
853
|
globalLayout: IGlobalLayout;
|
|
852
854
|
}>) => react_jsx_runtime.JSX.Element;
|
|
@@ -1007,4 +1009,4 @@ declare const NEXUS_CONFIG: {
|
|
|
1007
1009
|
DEFAULT_BACKGROUND: EBackgrounds;
|
|
1008
1010
|
};
|
|
1009
1011
|
|
|
1010
|
-
export { APIS, type ArrayCallbackHandler, type ArrayNullCallbackHandler, type AutoCompletes, BUTTON_IDENTITY, BitwiseToList, type BooleanCallbackHandler, type BooleanNullCallbackHandler, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, type CallbackHandler, type ClickHandler, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, type DatasourceTypes, Debounce, type DebouncedFunction, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, type EmptyClickHandler, FILES, FindChildElement, FindChildElements, type ForceChangeDefaultValue, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, type IAccessAction, type IApiInformations, type IButton, type ICheckbox, type IClientMenu, type IColumn, type IDate, type IDialogboxResults, type IElement, type IForm, type IFormCreateResults, type IGetApiInformations, type IGlobalLayout, type IGlobalObject, type IInputBaseParameters, type IInputCreateResults, type IInputIcon, type IInputParameters, type IInputRootParameters, type IInterface, type IJoining, type IJoiningKey, type ILinkbutton, type IMenuBase, type INumber, type IPanelMenu, type IRadiobox, type ISelection, type ISlider, type ISubmitbutton, type ITablularForm, type ITextarea, type ITextbox, type IThemeColors, type IThemeInformation, type IUtilityMenu, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, type N, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, type NumberCallbackHandler, type NumberNullCallbackHandler, O, type ObjectCallbackHandler, type ObjectNullCallbackHandler, type OnElementLoad, type OnFormChangeHandler, type OnInputChangeHandler, type OnRenderTableData, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, type SUN, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, type StringCallbackHandler, type StringNullCallbackHandler, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, type U, type UN, UTILITIES_BUTTON_PREFIX, UtilityMenu, type VoidCallbackHandler };
|
|
1012
|
+
export { APIS, type ArrayCallbackHandler, type ArrayNullCallbackHandler, type AutoCompletes, BUTTON_IDENTITY, BitwiseToList, type BooleanCallbackHandler, type BooleanNullCallbackHandler, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, type CallbackHandler, type ClickHandler, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, type DatasourceTypes, Debounce, type DebouncedFunction, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, type EmptyClickHandler, FILES, FindChildElement, FindChildElements, type ForceChangeDefaultValue, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, type IAccessAction, type IApiInformations, type IButton, type ICheckbox, type IClientMenu, type IColumn, type IDate, type IDialogboxResults, type IElement, type IForm, type IFormCreateResults, type IGetApiInformations, type IGlobalLayout, type IGlobalObject, type IInputBaseParameters, type IInputCreateResults, type IInputIcon, type IInputParameters, type IInputRootParameters, type IInterface, type IJoining, type IJoiningKey, type ILinkbutton, type IMenuBase, INTER_FONT, type INumber, type IPanelMenu, type IRadiobox, type ISelection, type ISlider, type ISubmitbutton, type ITablularForm, type ITextarea, type ITextbox, type IThemeColors, type IThemeInformation, type IUtilityMenu, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, type N, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, type NumberCallbackHandler, type NumberNullCallbackHandler, O, type ObjectCallbackHandler, type ObjectNullCallbackHandler, type OnElementLoad, type OnFormChangeHandler, type OnInputChangeHandler, type OnRenderTableData, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, type SUN, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, type StringCallbackHandler, type StringNullCallbackHandler, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, type U, type UN, UTILITIES_BUTTON_PREFIX, UtilityMenu, type VoidCallbackHandler };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React$1, { JSX } from 'react';
|
|
3
|
+
import * as next_dist_compiled__next_font from 'next/dist/compiled/@next/font';
|
|
3
4
|
|
|
4
5
|
declare enum ENexusModules {
|
|
5
6
|
None = 0,
|
|
@@ -803,6 +804,12 @@ declare const CreateTextarea: (param: ITextarea, parentElement: HTMLElement | nu
|
|
|
803
804
|
|
|
804
805
|
declare const CreateTextbox: (param: ITextbox, parentElement: HTMLElement | null, isTabular?: boolean) => IInputCreateResults;
|
|
805
806
|
|
|
807
|
+
declare const INTER_FONT: next_dist_compiled__next_font.NextFont;
|
|
808
|
+
declare const GlobalLayout: ({ children, globalLayout }: Readonly<{
|
|
809
|
+
children: React$1.ReactNode;
|
|
810
|
+
globalLayout: IGlobalLayout;
|
|
811
|
+
}>) => Promise<react_jsx_runtime.JSX.Element>;
|
|
812
|
+
|
|
806
813
|
interface IDialogboxResults {
|
|
807
814
|
visibility: (isVisible: boolean, isInitial?: boolean) => void;
|
|
808
815
|
isValid: () => boolean;
|
|
@@ -842,11 +849,6 @@ interface IDialogboxProps {
|
|
|
842
849
|
declare const GlobalDialogbox: ({ children, hoverEffectDelay, position, buttonIdentity, background, defaultWidth, defaultPadding, iggnoreChildClick, isFixedHeight, defaultClass, preferTopWhenEnoughSpace }: Readonly<IDialogboxProps>) => react_jsx_runtime.JSX.Element;
|
|
843
850
|
declare const InitializeDialogbox: (triggerElement: HTMLElement, affectedElement: HTMLElement, hoverEffectDelay?: number | boolean, defaultHeight?: string, defaultPadding?: number, defaultWidth?: number, background?: EBackgrounds, onVisibilityChanged?: (isVisible: boolean) => void, onDisposed?: () => void, iggnoreChildClick?: boolean, position?: EPositions, defaultClass?: string, preferTopWhenEnoughSpace?: boolean, targetInput?: HTMLTextAreaElement | HTMLInputElement | UN, isAutoHideInInitialization?: boolean) => IDialogboxResults | null;
|
|
844
851
|
|
|
845
|
-
declare const GlobalLayout: ({ children, globalLayout }: Readonly<{
|
|
846
|
-
children: React$1.ReactNode;
|
|
847
|
-
globalLayout: IGlobalLayout;
|
|
848
|
-
}>) => Promise<react_jsx_runtime.JSX.Element>;
|
|
849
|
-
|
|
850
852
|
declare const LayoutHelpers: ({ globalLayout }: Readonly<{
|
|
851
853
|
globalLayout: IGlobalLayout;
|
|
852
854
|
}>) => react_jsx_runtime.JSX.Element;
|
|
@@ -1007,4 +1009,4 @@ declare const NEXUS_CONFIG: {
|
|
|
1007
1009
|
DEFAULT_BACKGROUND: EBackgrounds;
|
|
1008
1010
|
};
|
|
1009
1011
|
|
|
1010
|
-
export { APIS, type ArrayCallbackHandler, type ArrayNullCallbackHandler, type AutoCompletes, BUTTON_IDENTITY, BitwiseToList, type BooleanCallbackHandler, type BooleanNullCallbackHandler, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, type CallbackHandler, type ClickHandler, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, type DatasourceTypes, Debounce, type DebouncedFunction, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, type EmptyClickHandler, FILES, FindChildElement, FindChildElements, type ForceChangeDefaultValue, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, type IAccessAction, type IApiInformations, type IButton, type ICheckbox, type IClientMenu, type IColumn, type IDate, type IDialogboxResults, type IElement, type IForm, type IFormCreateResults, type IGetApiInformations, type IGlobalLayout, type IGlobalObject, type IInputBaseParameters, type IInputCreateResults, type IInputIcon, type IInputParameters, type IInputRootParameters, type IInterface, type IJoining, type IJoiningKey, type ILinkbutton, type IMenuBase, type INumber, type IPanelMenu, type IRadiobox, type ISelection, type ISlider, type ISubmitbutton, type ITablularForm, type ITextarea, type ITextbox, type IThemeColors, type IThemeInformation, type IUtilityMenu, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, type N, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, type NumberCallbackHandler, type NumberNullCallbackHandler, O, type ObjectCallbackHandler, type ObjectNullCallbackHandler, type OnElementLoad, type OnFormChangeHandler, type OnInputChangeHandler, type OnRenderTableData, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, type SUN, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, type StringCallbackHandler, type StringNullCallbackHandler, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, type U, type UN, UTILITIES_BUTTON_PREFIX, UtilityMenu, type VoidCallbackHandler };
|
|
1012
|
+
export { APIS, type ArrayCallbackHandler, type ArrayNullCallbackHandler, type AutoCompletes, BUTTON_IDENTITY, BitwiseToList, type BooleanCallbackHandler, type BooleanNullCallbackHandler, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, type CallbackHandler, type ClickHandler, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, type DatasourceTypes, Debounce, type DebouncedFunction, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, type EmptyClickHandler, FILES, FindChildElement, FindChildElements, type ForceChangeDefaultValue, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, type IAccessAction, type IApiInformations, type IButton, type ICheckbox, type IClientMenu, type IColumn, type IDate, type IDialogboxResults, type IElement, type IForm, type IFormCreateResults, type IGetApiInformations, type IGlobalLayout, type IGlobalObject, type IInputBaseParameters, type IInputCreateResults, type IInputIcon, type IInputParameters, type IInputRootParameters, type IInterface, type IJoining, type IJoiningKey, type ILinkbutton, type IMenuBase, INTER_FONT, type INumber, type IPanelMenu, type IRadiobox, type ISelection, type ISlider, type ISubmitbutton, type ITablularForm, type ITextarea, type ITextbox, type IThemeColors, type IThemeInformation, type IUtilityMenu, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, type N, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, type NumberCallbackHandler, type NumberNullCallbackHandler, O, type ObjectCallbackHandler, type ObjectNullCallbackHandler, type OnElementLoad, type OnFormChangeHandler, type OnInputChangeHandler, type OnRenderTableData, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, type SUN, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, type StringCallbackHandler, type StringNullCallbackHandler, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, type U, type UN, UTILITIES_BUTTON_PREFIX, UtilityMenu, type VoidCallbackHandler };
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
import { config } from 'dotenv';
|
|
1
2
|
import Link from 'next/link';
|
|
2
3
|
import React, { useEffect, useState } from 'react';
|
|
3
4
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
5
|
import { Inter } from 'next/font/google';
|
|
5
6
|
import Script from 'next/script';
|
|
6
7
|
|
|
8
|
+
// src/load-env.ts
|
|
9
|
+
config();
|
|
10
|
+
|
|
7
11
|
// src/api-services/preference-service.tsx
|
|
8
12
|
var CreateUpdatePreference = async (target, key, value) => {
|
|
9
13
|
};
|
|
@@ -2597,7 +2601,7 @@ var LayoutHelpers = ({ globalLayout }) => {
|
|
|
2597
2601
|
}, []);
|
|
2598
2602
|
return /* @__PURE__ */ jsx("div", { className: "nexus-popup-container" });
|
|
2599
2603
|
};
|
|
2600
|
-
var
|
|
2604
|
+
var INTER_FONT = Inter({ weight: ["300", "400", "500", "600", "700", "800"], subsets: ["latin"] });
|
|
2601
2605
|
var GlobalLayout = async ({ children, globalLayout }) => {
|
|
2602
2606
|
return /* @__PURE__ */ jsxs("html", { lang: "en", children: [
|
|
2603
2607
|
/* @__PURE__ */ jsxs("head", { children: [
|
|
@@ -2608,7 +2612,7 @@ var GlobalLayout = async ({ children, globalLayout }) => {
|
|
|
2608
2612
|
/* @__PURE__ */ jsx("meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }),
|
|
2609
2613
|
/* @__PURE__ */ jsx("style", { id: "nexus-styles" })
|
|
2610
2614
|
] }),
|
|
2611
|
-
/* @__PURE__ */ jsxs("body", { className:
|
|
2615
|
+
/* @__PURE__ */ jsxs("body", { className: INTER_FONT.className, children: [
|
|
2612
2616
|
/* @__PURE__ */ jsx(LayoutHelpers, { globalLayout }),
|
|
2613
2617
|
/* @__PURE__ */ jsx(
|
|
2614
2618
|
"div",
|
|
@@ -2849,6 +2853,6 @@ var HideLoader = (parent, force, delay) => {
|
|
|
2849
2853
|
});
|
|
2850
2854
|
};
|
|
2851
2855
|
|
|
2852
|
-
export { APIS, BUTTON_IDENTITY, BitwiseToList, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, Debounce, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, FILES, FindChildElement, FindChildElements, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, O, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, UTILITIES_BUTTON_PREFIX, UtilityMenu };
|
|
2856
|
+
export { APIS, BUTTON_IDENTITY, BitwiseToList, Button, Buttons, COLUMN_SIZE_ATTRIBUTE_KEY, ConvertPixelsToRem, ConvertRemToPixels, ConvertToCode, CreateButton, CreateButtons, CreateCheckbox, CreateClone, CreateElement, CreateForm, CreateIcon, CreateIconBox, CreateInput, CreateInputBox, CreateInputButton, CreateInputLink, CreateInputWrapper, CreateInputs, CreateLinkButton, CreateNumber, CreateRadiobox, CreateTabButtons, CreateTextarea, CreateTextbox, CreateToggleButton, CreateUpdatePreference, DEFAULT_ANIMATION_DURATION, DEFAULT_BUTTON_CLASS, DEFAULT_DIALOGBOX_HOVER_EFFECT_DELAY, DEFAULT_FONT_WEIGHTS, DEFAULT_ICON_ELEMENT_NAME, DEFAULT_INPUT_BACKGROUND, DEFAULT_INPUT_BORDER_SIZE, DEFAULT_LINK_BUTTON_STYLE, DEFAULT_SMALL_ICON_BOX_SIZE, DEFAULT_TEXTAREA_ROWS, DEFAULT_THEME_INFORMATIONS, DEFAULT_THEME_NAME, Debounce, DisposeInputs, DynamicSorting, EActionMethods, EAnimationClasses, EAnimations, EBackgroundColors, EBackgrounds, EBadgeTypes, EButtonTypes, EFlexPositions, EFontWeights, EIconTypes, EIcons, EInputTypes, EKeyModifier, EKeys, EMenuTargets, EMenuVisibility, ENexusModules, EOpacity, EPositions, EPreferenceTargets, ERegexs, ESizes, ETargets, ETextPositions, EValueChangeTypes, FILES, FindChildElement, FindChildElements, ForceSetValue, ForceSetValues, Form, GLOBAL_PAGE_TITLE_CLASS, GetButton, GetClientMenus, GetCurrentTheme, GetCurrentThemeName, GetForms, GetGlobalLayout, GetInputClasses, GetInputId, GetInputs, GetLocalStorage, GetParentKey, GetRandomNumber, GetRandomString, GetUserPanels, GetUtilityMenuCode, GetUtilityMenus, GetVisibleAndHiddenItems, GlobalDialogbox, GlobalLayout, HasFlag, HideLoader, INTER_FONT, Icon, Iconbox, InitializeDialogbox, InitializeStyles, IsBrowser, IsKeyPressed, IsNullOrEmpty, IsValidURL, LOCAL_STORAGE_KEYS, LayoutHelpers, LinkButton, ListToBitwise, MAX_INPUT_TYPE, MakeFirstLetterUpperCase, NEXUS_CONFIG, NEXUS_INFO, NEXUS_OBJECT, O, PadStart, PageTitle, ProfilePanel, REQUIRED_TEXT1, ROOT_LOADER_IDENTITY, RemoveElement, RemoveLocalStorage, RenderChildren, SET_BUTTON_ACTIVE_CLASS, SearchDatasourceUsingColumns, SetCurrentTheme, SetDocumentTitleDebounce, SetElementStyles, SetHaveValueClass, SetLocalStorage, ShowLoader, SwitchTheme, THEME_MENU_ELIPSE_BTN_ID, TabButtons, ThemePanel, UTILITIES_BUTTON_PREFIX, UtilityMenu };
|
|
2853
2857
|
//# sourceMappingURL=index.js.map
|
|
2854
2858
|
//# sourceMappingURL=index.js.map
|