@billgangcom/theme-lib 1.25.0 → 1.27.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/dist/App.d.ts +1 -1
- package/dist/abstractions/Variable.d.ts +4 -1
- package/dist/{components → builder/components}/Sidebar/AddSections/RenderBlockSettings/settings.d.ts +1 -1
- package/dist/{constants → builder/constants}/blocks.d.ts +1 -1
- package/dist/{constants → builder/constants}/index.d.ts +1 -0
- package/dist/builder/constants/notification.d.ts +4 -0
- package/dist/{constants → builder/constants}/theme-settings.d.ts +43 -11
- package/dist/{store → builder/store}/index.d.ts +1 -0
- package/dist/{store → builder/store}/useBlocksStore.d.ts +1 -1
- package/dist/{store → builder/store}/useDeviceStore.d.ts +1 -1
- package/dist/{store → builder/store}/useLayersStore.d.ts +1 -1
- package/dist/{store → builder/store}/useLayoutStore.d.ts +1 -1
- package/dist/{store → builder/store}/useNavbarStore.d.ts +1 -1
- package/dist/builder/store/useNotificationStore.d.ts +7 -0
- package/dist/{store → builder/store}/usePagesStore.d.ts +2 -2
- package/dist/{store → builder/store}/useSettingsStore.d.ts +1 -1
- package/dist/{store → builder/store}/useThemeSettingsStore.d.ts +1 -1
- package/dist/{shared → builder}/ui/Icon/index.d.ts +1 -1
- package/dist/{shared → builder}/ui/Picker/index.d.ts +1 -1
- package/dist/{shared → builder}/ui/Tip/index.d.ts +1 -1
- package/dist/builder/ui/index.d.ts +6 -0
- package/dist/builder/utils/api.d.ts +21 -0
- package/dist/builder/utils/index.d.ts +2 -0
- package/dist/builder.cjs.js +14 -25
- package/dist/builder.es.js +1252 -1040
- package/dist/{index-BI8lyvsO.js → index-BJq5RiR5.js} +10199 -10306
- package/dist/index-BlxXgV9a.cjs +146 -0
- package/dist/lib/api.d.ts +16 -0
- package/dist/{shared/lib → lib}/index.d.ts +0 -1
- package/dist/ui/Button/index.d.ts +13 -0
- package/dist/ui/ButtonsSettings/index.d.ts +1 -1
- package/dist/ui/Input/index.d.ts +21 -0
- package/dist/ui/ListingSelector/index.d.ts +8 -3
- package/dist/ui/ListingSelector/popup.d.ts +11 -4
- package/dist/ui/Textarea/index.d.ts +11 -0
- package/dist/ui/index.d.ts +7 -2
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +1045 -887
- package/package.json +1 -1
- package/dist/index-BaWZKIMU.cjs +0 -146
- package/dist/shared/lib/api.d.ts +0 -16
- package/dist/shared/ui/index.d.ts +0 -16
- /package/dist/{components → builder/components}/Header/Buttons/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Devices/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/PreviewButton/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Settings/Language/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Settings/Pages/ModifyPage/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Settings/Pages/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Settings/Zoom/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/Settings/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/SwitchTheme/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Header/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Navbar/ExitButton/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Navbar/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Preview/PreviewBlockSidebar/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Preview/PreviewContent/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Preview/PreviewHeader/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Preview/Render/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Preview/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/AddSections/RenderBlockSettings/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/AddSections/SearchSections/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/AddSections/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Layers/FooterLayer/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Layers/HeaderLayer/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Layers/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Settings/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Colors/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Fonts/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Inputs/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Border/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Button/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Font/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/Theme/index.d.ts +0 -0
- /package/dist/{components → builder/components}/Sidebar/index.d.ts +0 -0
- /package/dist/{components → builder/components}/index.d.ts +0 -0
- /package/dist/{components → builder/components}/layout.d.ts +0 -0
- /package/dist/{constants → builder/constants}/api.d.ts +0 -0
- /package/dist/{constants → builder/constants}/device.d.ts +0 -0
- /package/dist/{constants → builder/constants}/font.d.ts +0 -0
- /package/dist/{constants → builder/constants}/icon.d.ts +0 -0
- /package/dist/{constants → builder/constants}/navbar.d.ts +0 -0
- /package/dist/{constants → builder/constants}/pages.d.ts +0 -0
- /package/dist/{store → builder/store}/useChooseImageStore.d.ts +0 -0
- /package/dist/{store → builder/store}/useColorPickerStore.d.ts +0 -0
- /package/dist/{store → builder/store}/useFontsStore.d.ts +0 -0
- /package/dist/{store → builder/store}/useHistoryState.d.ts +0 -0
- /package/dist/{store → builder/store}/usePreviewStore.d.ts +0 -0
- /package/dist/{store → builder/store}/useShareLinkStore.d.ts +0 -0
- /package/dist/{store → builder/store}/useSubmodalStore.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Button/index.d.ts +0 -0
- /package/dist/{ui → builder/ui}/ChooseImage/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/ColorPicker/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/ColorPicker/modal.d.ts +0 -0
- /package/dist/{shared → builder}/ui/ErrorableBlock/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Input/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Loader/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Modal/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Radio/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Select/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Submodal/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Switch/index.d.ts +0 -0
- /package/dist/{shared → builder}/ui/Textarea/index.d.ts +0 -0
- /package/dist/{shared/lib → builder/utils}/formatLabel.d.ts +0 -0
- /package/dist/{shared/lib → lib}/checkAuth.d.ts +0 -0
- /package/dist/{shared/lib → lib}/clearQueryParams.d.ts +0 -0
- /package/dist/{shared/lib → lib}/generateDynamicStyles.d.ts +0 -0
- /package/dist/{shared/lib → lib}/getDynamicRoutes.d.ts +0 -0
- /package/dist/{shared/lib → lib}/injectStylesToDOM.d.ts +0 -0
- /package/dist/{shared/ui → ui}/Accordion/index.d.ts +0 -0
- /package/dist/{shared/ui → ui}/Checkbox/index.d.ts +0 -0
package/dist/shared/lib/api.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type Method = 'get' | 'post' | 'put' | 'delete';
|
|
2
|
-
export declare const updateSettings: (method: Method, endpoint: string, data?: Record<string, any>) => Promise<any>;
|
|
3
|
-
export declare const getImages: () => Promise<any>;
|
|
4
|
-
export declare const updateImages: (formData: FormData) => Promise<any>;
|
|
5
|
-
export declare const deletePage: (route: string) => Promise<any>;
|
|
6
|
-
export declare const getDynamicPage: (route: string) => Promise<any>;
|
|
7
|
-
export declare const getThemeAndSettings: () => Promise<any>;
|
|
8
|
-
interface RequestOptions {
|
|
9
|
-
withToken: boolean;
|
|
10
|
-
url: string;
|
|
11
|
-
method: Method;
|
|
12
|
-
body?: Record<string, any>;
|
|
13
|
-
contentType?: string;
|
|
14
|
-
}
|
|
15
|
-
export declare const request: (options: RequestOptions) => Promise<any>;
|
|
16
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from './Icon';
|
|
2
|
-
export * from './Button';
|
|
3
|
-
export * from './Input';
|
|
4
|
-
export * from './Select';
|
|
5
|
-
export * from './Switch';
|
|
6
|
-
export * from './Submodal';
|
|
7
|
-
export * from './Picker';
|
|
8
|
-
export * from './ColorPicker';
|
|
9
|
-
export * from './Modal';
|
|
10
|
-
export * from './Textarea';
|
|
11
|
-
export * from './Radio';
|
|
12
|
-
export * from './Tip';
|
|
13
|
-
export * from './Checkbox';
|
|
14
|
-
export * from './Accordion';
|
|
15
|
-
export * from './Loader';
|
|
16
|
-
export * from './ErrorableBlock';
|
|
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
|
/package/dist/{components → builder/components}/Sidebar/AddSections/RenderBlockSettings/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/AddSections/SearchSections/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Colors/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Fonts/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Inputs/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Border/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Button/index.d.ts
RENAMED
|
File without changes
|
/package/dist/{components → builder/components}/Sidebar/Theme/ThemeSettings/Item/Font/index.d.ts
RENAMED
|
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
|