@sunggang/ui-lib 0.3.29 → 0.3.31
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/BaseCkeditor.esm.js +5 -4
- package/index.esm.js +5 -4
- package/index.esm2.js +53079 -36451
- package/index.esm3.js +6098 -16302
- package/package.json +1 -1
- package/src/index.d.ts +2 -1
- package/src/lib/DropImage/CSRDropImage.d.ts +1 -1
- package/src/lib/Provider/LiffProvider.d.ts +1 -0
- package/index.esm4.js +0 -6443
package/BaseCkeditor.esm.js
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { i as getAugmentedNamespace, p as propTypes, g as commonjsGlobal, j as getDefaultExportFromCjs, u as useFormContext, C as Controller, F as FieldLabel, v as validateMsg } from './index.esm2.js';
|
|
4
4
|
import '@iconify/react';
|
|
5
|
+
import 'react-dom';
|
|
5
6
|
import '@radix-ui/react-switch';
|
|
6
7
|
import 'clsx';
|
|
7
8
|
import 'tailwind-merge';
|
|
8
|
-
import 'date-fns';
|
|
9
|
+
import 'date-fns/format';
|
|
9
10
|
import 'lucide-react';
|
|
10
11
|
import '@radix-ui/react-slot';
|
|
11
12
|
import 'class-variance-authority';
|
|
12
13
|
import 'react-day-picker';
|
|
13
|
-
import 'date-fns/locale/
|
|
14
|
+
import 'date-fns/locale/zh-TW';
|
|
14
15
|
import '@radix-ui/react-popover';
|
|
15
16
|
import 'react-date-range';
|
|
16
17
|
import 'react-date-range/dist/locale/index.js';
|
|
18
|
+
import 'date-fns/addDays';
|
|
17
19
|
import '@emotion/react';
|
|
18
|
-
import 'react-dom';
|
|
19
20
|
import '@mui/material';
|
|
20
21
|
import '@radix-ui/react-select';
|
|
21
22
|
import '@radix-ui/react-icons';
|
package/index.esm.js
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
export { B as BaseSwitch,
|
|
1
|
+
export { B as BaseSwitch, x as BaseTable, H as BigCalender, r as Button, k as CSRDropImage, Y as City, C as Controller, K as CustomSelect, m as CustomUpload, a0 as CustomUploadField, w as DataTable, o as DateRangePicker, J as DnDCalendar, y as Drawer, l as DropDown, D as DropImage, F as FieldLabel, $ as Fields, a2 as Form, O as FormProvider, I as InputOTPs, L as LiffContext, M as LiffProvider, R as ReactDateRange, z as Regex, a1 as Row, q as SingleDatePicker, S as Spin, t as StackCards, n as Switch, T as TabsPanel, Z as Textarea, U as UiLibrary, s as buttonVariants, Q as useController, V as useFieldArray, P as useForm, u as useFormContext, W as useFormState, N as useLiffContext, X as useWatch, v as validateMsg, E as verifyId, A as verifyTaiwanIdIntermediateString, G as verifyTaxId } from './index.esm2.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@iconify/react';
|
|
5
|
+
import 'react-dom';
|
|
5
6
|
import '@radix-ui/react-switch';
|
|
6
7
|
import 'clsx';
|
|
7
8
|
import 'tailwind-merge';
|
|
8
|
-
import 'date-fns';
|
|
9
|
+
import 'date-fns/format';
|
|
9
10
|
import 'lucide-react';
|
|
10
11
|
import '@radix-ui/react-slot';
|
|
11
12
|
import 'class-variance-authority';
|
|
12
13
|
import 'react-day-picker';
|
|
13
|
-
import 'date-fns/locale/
|
|
14
|
+
import 'date-fns/locale/zh-TW';
|
|
14
15
|
import '@radix-ui/react-popover';
|
|
15
16
|
import 'react-date-range';
|
|
16
17
|
import 'react-date-range/dist/locale/index.js';
|
|
18
|
+
import 'date-fns/addDays';
|
|
17
19
|
import '@emotion/react';
|
|
18
|
-
import 'react-dom';
|
|
19
20
|
import '@mui/material';
|
|
20
21
|
import '@radix-ui/react-select';
|
|
21
22
|
import '@radix-ui/react-icons';
|