@sunggang/ui-lib 0.2.17 → 0.2.18
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/index.esm.js +1 -1
- package/index.esm2.js +1 -1
- package/package.json +1 -1
- package/src/lib/Provider/LiffContext.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { o as BaseTable, t as BigCalender, B as Button, C as CkEditor, w as CustomSelect, j as CustomUpload, n as DataTable, l as DateRangePicker, u as DnDCalendar, i as DropDown, D as DropImage, L as LiffProvider, R as ReactDateRange, p as Regex, S as Spin, k as Switch, T as TabsPanel, U as UiLibrary, m as buttonVariants, r as decryptByEcPay, s as encryptByEcPay,
|
|
1
|
+
export { o as BaseTable, t as BigCalender, B as Button, C as CkEditor, w as CustomSelect, j as CustomUpload, n as DataTable, l as DateRangePicker, u as DnDCalendar, i as DropDown, D as DropImage, L as LiffContext, x as LiffProvider, R as ReactDateRange, p as Regex, S as Spin, k as Switch, T as TabsPanel, U as UiLibrary, m as buttonVariants, r as decryptByEcPay, s as encryptByEcPay, y as useLiff, q as verifyId, v as verifyTaxId } from './index.esm2.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@iconify/react';
|
package/index.esm2.js
CHANGED
|
@@ -110597,4 +110597,4 @@ var useLiff = function() {
|
|
|
110597
110597
|
return context;
|
|
110598
110598
|
};
|
|
110599
110599
|
|
|
110600
|
-
export { Button as B, CkEditor as C, DropImage as D,
|
|
110600
|
+
export { Button as B, CkEditor as C, DropImage as D, LiffContext as L, ReactDateRange as R, Spin as S, TabsPanel as T, UiLibrary as U, __spreadArray as _, __read as a, __extends as b, __assign as c, __makeTemplateObject as d, __awaiter as e, __generator as f, commonjsGlobal as g, __values as h, DropDown as i, CustomUpload as j, Switch as k, DateRangePicker as l, buttonVariants as m, DataTable as n, BaseTable as o, Regex as p, verifyId as q, decryptByEcPay as r, encryptByEcPay as s, BigCalender as t, DnDCalendar as u, verifyTaxId as v, CustomSelect as w, LiffProvider as x, useLiff as y };
|
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ type LiffContextType = {
|
|
|
6
6
|
error: string | null;
|
|
7
7
|
initializeLiff: () => Promise<void>;
|
|
8
8
|
};
|
|
9
|
+
export declare const LiffContext: React.Context<LiffContextType | undefined>;
|
|
9
10
|
export declare const LiffProvider: ({ children, liffId, localStorageKey, loginDataKey, checkTokenUrl, loginUrl, }: {
|
|
10
11
|
children: React.ReactNode;
|
|
11
12
|
liffId: string;
|