@logosphere-ui/core 0.0.0-alpha.32 → 0.0.0-alpha.33
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 +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +39 -37
- package/dist/index.umd.js +454 -286
- package/dist/pagination-AclB9qi1.cjs +169 -0
- package/dist/pagination-BLNrwUSO.js +360 -0
- package/dist/pagination.cjs +1 -0
- package/dist/pagination.js +4 -0
- package/package.json +6 -1
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./button-DRZ4sG4T.cjs"),o=require("./badge-COTtd1jh.cjs"),n=require("./checkbox-CdDTRdKV.cjs"),u=require("./formfield-CRcyUMvQ.cjs"),a=require("./switch-8RGGesy5.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./button-DRZ4sG4T.cjs"),o=require("./badge-COTtd1jh.cjs"),n=require("./checkbox-CdDTRdKV.cjs"),u=require("./formfield-CRcyUMvQ.cjs"),a=require("./switch-8RGGesy5.cjs"),i=require("./breadcrumb-Cop-B1J7.cjs"),c=require("./card-BD8FkSTi.cjs"),b=require("./input-Tkm7VBBl.cjs"),g=require("./pagination-AclB9qi1.cjs"),p=require("./popover-DhEvLuOo.cjs"),d=require("./text-area-DCBCDtJw.cjs"),s=require("./timepicker-WxA2Uo66.cjs"),m=require("./chatbot-8etAVHNx.cjs"),l=require("./calendar-DtpJBtpq.cjs"),P=require("./combobox-BV4AKTqp.cjs"),f=require("./datepicker-BCNJROwD.cjs"),h=require("./drawer-g6mHdpjF.cjs"),y=require("./download-manager-DDeTYRPs.cjs"),r=require("./leftmenu-D0sRExqr.cjs"),j=require("./modal-DFnpqdWX.cjs"),e=require("./toast-container-B9E_mVk6.cjs"),O=require("./tab-BmrITzOL.cjs"),q=require("./tree-menu-DuJuy5pp.cjs");Object.defineProperty(exports,"Button",{enumerable:!0,get:()=>t.Button});Object.defineProperty(exports,"LogosphereBadge",{enumerable:!0,get:()=>o.LogosphereBadge});Object.defineProperty(exports,"Checkbox",{enumerable:!0,get:()=>n.Checkbox});Object.defineProperty(exports,"FormField",{enumerable:!0,get:()=>u.FormField});Object.defineProperty(exports,"Switch",{enumerable:!0,get:()=>a.Switch});Object.defineProperty(exports,"Breadcrumb",{enumerable:!0,get:()=>i.Breadcrumb});Object.defineProperty(exports,"Card",{enumerable:!0,get:()=>c.Card});Object.defineProperty(exports,"LogosphereInput",{enumerable:!0,get:()=>b.LogosphereInput});exports.Pagination=g.Pagination;Object.defineProperty(exports,"Popover",{enumerable:!0,get:()=>p.Popover});Object.defineProperty(exports,"TextArea",{enumerable:!0,get:()=>d.TextArea});Object.defineProperty(exports,"TimePicker",{enumerable:!0,get:()=>s.TimePicker});Object.defineProperty(exports,"LogosphereChatBot",{enumerable:!0,get:()=>m.LogosphereChatBot});Object.defineProperty(exports,"LogosphereCalendar",{enumerable:!0,get:()=>l.LogosphereCalendar});Object.defineProperty(exports,"Combobox",{enumerable:!0,get:()=>P.Combobox});Object.defineProperty(exports,"LogosphereDatePicker",{enumerable:!0,get:()=>f.LogosphereDatePicker});Object.defineProperty(exports,"Drawer",{enumerable:!0,get:()=>h.Drawer});Object.defineProperty(exports,"DownloadManager",{enumerable:!0,get:()=>y.DownloadManager});Object.defineProperty(exports,"LeftMenu",{enumerable:!0,get:()=>r.LeftMenu});Object.defineProperty(exports,"LeftMenuItemElement",{enumerable:!0,get:()=>r.LeftMenuItemElement});exports.Modal=j.Modal;Object.defineProperty(exports,"LogosphereToast",{enumerable:!0,get:()=>e.LogosphereToast});Object.defineProperty(exports,"LogosphereToastContainer",{enumerable:!0,get:()=>e.LogosphereToastContainer});exports.ToastService=e.ToastService;Object.defineProperty(exports,"LogosphereTab",{enumerable:!0,get:()=>O.LogosphereTab});Object.defineProperty(exports,"TreeMenu",{enumerable:!0,get:()=>q.TreeMenu});
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from "./atoms/Switch/index.js";
|
|
|
6
6
|
export * from "./molecules/Breadcrumb/index.js";
|
|
7
7
|
export * from "./molecules/Card/index.js";
|
|
8
8
|
export * from "./molecules/Input/index.js";
|
|
9
|
+
export * from "./molecules/Pagination/index.js";
|
|
9
10
|
export * from "./molecules/Popover/index.js";
|
|
10
11
|
export * from "./molecules/Textarea/index.js";
|
|
11
12
|
export * from "./molecules/TimePicker/index.js";
|
package/dist/index.js
CHANGED
|
@@ -3,47 +3,49 @@ import { L as t } from "./badge-BJqUgXZD.js";
|
|
|
3
3
|
import { C as p } from "./checkbox-g6kl2jGR.js";
|
|
4
4
|
import { F as x } from "./formfield-O327HYt0.js";
|
|
5
5
|
import { S as L } from "./switch-DNqPqH-R.js";
|
|
6
|
-
import { B as
|
|
7
|
-
import { C as
|
|
8
|
-
import { L as
|
|
9
|
-
import { P as c } from "./
|
|
10
|
-
import {
|
|
11
|
-
import { T as
|
|
12
|
-
import {
|
|
13
|
-
import { L as k } from "./
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { D as j } from "./
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import { L as R } from "./
|
|
22
|
-
import {
|
|
6
|
+
import { B as g } from "./breadcrumb-BB61Xt0s.js";
|
|
7
|
+
import { C as T } from "./card-CAAhjIjf.js";
|
|
8
|
+
import { L as C } from "./input-BUX_2G5m.js";
|
|
9
|
+
import { P as c } from "./pagination-BLNrwUSO.js";
|
|
10
|
+
import { P as B } from "./popover-BSfKsQni.js";
|
|
11
|
+
import { T as P } from "./text-area-coWx4Xn-.js";
|
|
12
|
+
import { T as l } from "./timepicker-rNyKCfN3.js";
|
|
13
|
+
import { L as k } from "./chatbot-p4CmxSdZ.js";
|
|
14
|
+
import { L as F } from "./calendar-B7bSuIt4.js";
|
|
15
|
+
import { C as v } from "./combobox-CTqEZUg6.js";
|
|
16
|
+
import { L as A } from "./datepicker-tJbIvNpy.js";
|
|
17
|
+
import { D as j } from "./drawer-CRB8UUAo.js";
|
|
18
|
+
import { D as y } from "./download-manager-BPg-6Qfg.js";
|
|
19
|
+
import { L as G, a as H } from "./leftmenu-Cf2gC2J0.js";
|
|
20
|
+
import { M as K } from "./modal-Cfa0imdF.js";
|
|
21
|
+
import { L as O, a as Q, T as R } from "./toast-container-Cb0MduXt.js";
|
|
22
|
+
import { L as V } from "./tab-Ca_OyNqQ.js";
|
|
23
|
+
import { T as X } from "./tree-menu-CufITiv_.js";
|
|
23
24
|
export {
|
|
24
|
-
|
|
25
|
+
g as Breadcrumb,
|
|
25
26
|
e as Button,
|
|
26
|
-
|
|
27
|
+
T as Card,
|
|
27
28
|
p as Checkbox,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
v as Combobox,
|
|
30
|
+
y as DownloadManager,
|
|
31
|
+
j as Drawer,
|
|
31
32
|
x as FormField,
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
G as LeftMenu,
|
|
34
|
+
H as LeftMenuItemElement,
|
|
34
35
|
t as LogosphereBadge,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
c as
|
|
36
|
+
F as LogosphereCalendar,
|
|
37
|
+
k as LogosphereChatBot,
|
|
38
|
+
A as LogosphereDatePicker,
|
|
39
|
+
C as LogosphereInput,
|
|
40
|
+
V as LogosphereTab,
|
|
41
|
+
O as LogosphereToast,
|
|
42
|
+
Q as LogosphereToastContainer,
|
|
43
|
+
K as Modal,
|
|
44
|
+
c as Pagination,
|
|
45
|
+
B as Popover,
|
|
44
46
|
L as Switch,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
P as TextArea,
|
|
48
|
+
l as TimePicker,
|
|
49
|
+
R as ToastService,
|
|
50
|
+
X as TreeMenu
|
|
49
51
|
};
|