ebig-library 0.0.1
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/README.md +964 -0
- package/dist/component/audio/audio.d.ts +22 -0
- package/dist/component/audio/audio.d.ts.map +1 -0
- package/dist/component/button/button.d.ts +32 -0
- package/dist/component/button/button.d.ts.map +1 -0
- package/dist/component/calendar/calendar.d.ts +27 -0
- package/dist/component/calendar/calendar.d.ts.map +1 -0
- package/dist/component/carousel/carousel.d.ts +32 -0
- package/dist/component/carousel/carousel.d.ts.map +1 -0
- package/dist/component/checkbox/checkbox.d.ts +18 -0
- package/dist/component/checkbox/checkbox.d.ts.map +1 -0
- package/dist/component/ck-editor/ckeditor.d.ts +66 -0
- package/dist/component/ck-editor/ckeditor.d.ts.map +1 -0
- package/dist/component/color-picker/color-picker.d.ts +22 -0
- package/dist/component/color-picker/color-picker.d.ts.map +1 -0
- package/dist/component/component-form.d.ts +211 -0
- package/dist/component/component-form.d.ts.map +1 -0
- package/dist/component/component-status.d.ts +8 -0
- package/dist/component/component-status.d.ts.map +1 -0
- package/dist/component/date-time-picker/date-time-picker.d.ts +42 -0
- package/dist/component/date-time-picker/date-time-picker.d.ts.map +1 -0
- package/dist/component/dialog/dialog.d.ts +19 -0
- package/dist/component/dialog/dialog.d.ts.map +1 -0
- package/dist/component/dropdown/select-dropdown.d.ts +70 -0
- package/dist/component/dropdown/select-dropdown.d.ts.map +1 -0
- package/dist/component/ebig-editor/ebig-editor.d.ts +41 -0
- package/dist/component/ebig-editor/ebig-editor.d.ts.map +1 -0
- package/dist/component/empty-page.d.ts +13 -0
- package/dist/component/empty-page.d.ts.map +1 -0
- package/dist/component/icon/ebig-icon.d.ts +35 -0
- package/dist/component/icon/ebig-icon.d.ts.map +1 -0
- package/dist/component/icon-picker/icon-picker.d.ts +22 -0
- package/dist/component/icon-picker/icon-picker.d.ts.map +1 -0
- package/dist/component/icon-picker/iconLibrary.d.ts +12 -0
- package/dist/component/icon-picker/iconLibrary.d.ts.map +1 -0
- package/dist/component/iframe/iframe.d.ts +23 -0
- package/dist/component/iframe/iframe.d.ts.map +1 -0
- package/dist/component/import-file/import-file.d.ts +33 -0
- package/dist/component/import-file/import-file.d.ts.map +1 -0
- package/dist/component/import-file/upload.d.ts +46 -0
- package/dist/component/import-file/upload.d.ts.map +1 -0
- package/dist/component/infinite-scroll/infinite-scroll.d.ts +16 -0
- package/dist/component/infinite-scroll/infinite-scroll.d.ts.map +1 -0
- package/dist/component/input-otp/input-otp.d.ts +23 -0
- package/dist/component/input-otp/input-otp.d.ts.map +1 -0
- package/dist/component/number-picker/number-picker.d.ts +26 -0
- package/dist/component/number-picker/number-picker.d.ts.map +1 -0
- package/dist/component/pagination/pagination.d.ts +19 -0
- package/dist/component/pagination/pagination.d.ts.map +1 -0
- package/dist/component/popup/popup.d.ts +40 -0
- package/dist/component/popup/popup.d.ts.map +1 -0
- package/dist/component/progress-bar/progress-bar.d.ts +19 -0
- package/dist/component/progress-bar/progress-bar.d.ts.map +1 -0
- package/dist/component/progress-circle/progress-circle.d.ts +18 -0
- package/dist/component/progress-circle/progress-circle.d.ts.map +1 -0
- package/dist/component/radio-button/radio-button.d.ts +17 -0
- package/dist/component/radio-button/radio-button.d.ts.map +1 -0
- package/dist/component/rating/rating.d.ts +17 -0
- package/dist/component/rating/rating.d.ts.map +1 -0
- package/dist/component/slider/slider.d.ts +42 -0
- package/dist/component/slider/slider.d.ts.map +1 -0
- package/dist/component/switch/switch.d.ts +18 -0
- package/dist/component/switch/switch.d.ts.map +1 -0
- package/dist/component/tag/tag.d.ts +23 -0
- package/dist/component/tag/tag.d.ts.map +1 -0
- package/dist/component/text/text.d.ts +14 -0
- package/dist/component/text/text.d.ts.map +1 -0
- package/dist/component/text-area/text-area.d.ts +31 -0
- package/dist/component/text-area/text-area.d.ts.map +1 -0
- package/dist/component/text-field/text-field.d.ts +39 -0
- package/dist/component/text-field/text-field.d.ts.map +1 -0
- package/dist/component/toast-noti/toast-noti.d.ts +9 -0
- package/dist/component/toast-noti/toast-noti.d.ts.map +1 -0
- package/dist/component/video/video.d.ts +24 -0
- package/dist/component/video/video.d.ts.map +1 -0
- package/dist/controller/config.d.ts +58 -0
- package/dist/controller/config.d.ts.map +1 -0
- package/dist/controller/data.d.ts +124 -0
- package/dist/controller/data.d.ts.map +1 -0
- package/dist/controller/setting.d.ts +56 -0
- package/dist/controller/setting.d.ts.map +1 -0
- package/dist/controller/utils.d.ts +70 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/index.cjs.js +290 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +53 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +110091 -0
- package/dist/index.es.js.map +1 -0
- package/dist/language/i18n.d.ts +4 -0
- package/dist/language/i18n.d.ts.map +1 -0
- package/dist/module/EbigProvider.d.ts +47 -0
- package/dist/module/EbigProvider.d.ts.map +1 -0
- package/dist/module/card/cardById.d.ts +133 -0
- package/dist/module/card/cardById.d.ts.map +1 -0
- package/dist/module/card/config.d.ts +5 -0
- package/dist/module/card/config.d.ts.map +1 -0
- package/dist/module/chart/chartById.d.ts +26 -0
- package/dist/module/chart/chartById.d.ts.map +1 -0
- package/dist/module/chart/chartByType.d.ts +48 -0
- package/dist/module/chart/chartByType.d.ts.map +1 -0
- package/dist/module/da.d.ts +147 -0
- package/dist/module/da.d.ts.map +1 -0
- package/dist/module/form/config.d.ts +19 -0
- package/dist/module/form/config.d.ts.map +1 -0
- package/dist/module/form/formById.d.ts +72 -0
- package/dist/module/form/formById.d.ts.map +1 -0
- package/dist/module/page/component-form.d.ts +235 -0
- package/dist/module/page/component-form.d.ts.map +1 -0
- package/dist/module/page/config.d.ts +15 -0
- package/dist/module/page/config.d.ts.map +1 -0
- package/dist/module/page/pageById.d.ts +227 -0
- package/dist/module/page/pageById.d.ts.map +1 -0
- package/dist/module/table/addEditElement.d.ts +40 -0
- package/dist/module/table/addEditElement.d.ts.map +1 -0
- package/dist/module/table/config.d.ts +42 -0
- package/dist/module/table/config.d.ts.map +1 -0
- package/dist/module/table/exportXlsx.d.ts +22 -0
- package/dist/module/table/exportXlsx.d.ts.map +1 -0
- package/dist/module/table/featureElement.d.ts +51 -0
- package/dist/module/table/featureElement.d.ts.map +1 -0
- package/dist/module/table/tableById.d.ts +187 -0
- package/dist/module/table/tableById.d.ts.map +1 -0
- package/dist/module/table/tableElement.d.ts +100 -0
- package/dist/module/table/tableElement.d.ts.map +1 -0
- package/dist/module/view/viewById.d.ts +58 -0
- package/dist/module/view/viewById.d.ts.map +1 -0
- package/package.json +81 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { EmojiStyle } from 'emoji-picker-react';
|
|
3
|
+
export interface SuggestionProps {
|
|
4
|
+
triggerPattern: string;
|
|
5
|
+
render: (offset: {
|
|
6
|
+
top: number;
|
|
7
|
+
left: number;
|
|
8
|
+
}, match: string, handleSelectSuggest: (newElement?: HTMLElement) => void) => ReactNode;
|
|
9
|
+
}
|
|
10
|
+
interface Props {
|
|
11
|
+
id?: string;
|
|
12
|
+
autoFocus?: boolean;
|
|
13
|
+
initValue?: string;
|
|
14
|
+
onChange?: (value: string, htmlElement: HTMLDivElement) => void;
|
|
15
|
+
onBlur?: (value: string, htmlElement: HTMLDivElement) => void;
|
|
16
|
+
style?: CSSProperties;
|
|
17
|
+
className?: string;
|
|
18
|
+
onSuggest?: Array<SuggestionProps>;
|
|
19
|
+
placeholder?: string;
|
|
20
|
+
hideToolbar?: boolean;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
helperText?: string;
|
|
23
|
+
helperTextColor?: string;
|
|
24
|
+
/** default: ["emoji", "bold", "italic", "underline", "hyperlink"] */
|
|
25
|
+
customToolbar?: ReactNode | Array<ReactNode | "emoji" | "bold" | "italic" | "underline" | "hyperlink">;
|
|
26
|
+
}
|
|
27
|
+
interface RefProps {
|
|
28
|
+
isOpenEmoji: boolean;
|
|
29
|
+
showEmoji: (s: CSSProperties, config?: {
|
|
30
|
+
height?: number;
|
|
31
|
+
emojiStyle?: EmojiStyle;
|
|
32
|
+
searchDisabled?: boolean;
|
|
33
|
+
emojiPickerClassName?: string;
|
|
34
|
+
}) => void;
|
|
35
|
+
element: HTMLDivElement;
|
|
36
|
+
inputElement: HTMLDivElement;
|
|
37
|
+
focus: () => void;
|
|
38
|
+
}
|
|
39
|
+
export declare const EbigEditor: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<RefProps>>;
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=ebig-editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ebig-editor.d.ts","sourceRoot":"","sources":["../../../src/component/ebig-editor/ebig-editor.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAc,SAAS,EAAiE,MAAM,OAAO,CAAC;AAE5H,OAAoB,EAAkB,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAG5E,MAAM,WAAW,eAAe;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC,UAAU,CAAC,EAAE,WAAW,KAAK,IAAI,KAAK,SAAS,CAAC;CACxI;AAED,UAAU,KAAK;IACX,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,KAAK,IAAI,CAAC;IAChE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,KAAK,IAAI,CAAC;IAC9D,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qEAAqE;IACrE,aAAa,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;CAC1G;AAED,UAAU,QAAQ;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,CAAC,CAAC,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,UAAU,CAAC;QAAC,cAAc,CAAC,EAAE,OAAO,CAAC;QAAC,oBAAoB,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACtJ,OAAO,EAAE,cAAc,CAAC;IACxB,YAAY,EAAE,cAAc,CAAC;IAC7B,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,4FAoZrB,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
interface EmptyPageProps {
|
|
3
|
+
title?: string | ReactNode;
|
|
4
|
+
subtitle?: string | ReactNode;
|
|
5
|
+
style?: CSSProperties;
|
|
6
|
+
className?: string;
|
|
7
|
+
button?: ReactNode;
|
|
8
|
+
imgStyle?: CSSProperties;
|
|
9
|
+
imgUrl?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function EmptyPage({ imgUrl, className, style, imgStyle, ...props }: EmptyPageProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=empty-page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-page.d.ts","sourceRoot":"","sources":["../../src/component/empty-page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIjD,UAAU,cAAc;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,wBAAgB,SAAS,CAAC,EAAE,MAA0B,EAAE,SAAc,EAAE,KAAU,EAAE,QAAa,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAmB5H"}
|