@misael703/ui 1.57.1 → 1.58.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/chunk-2RBVHLG4.mjs +305 -0
- package/dist/chunk-2RBVHLG4.mjs.map +1 -0
- package/dist/chunk-BULIPFOG.js +313 -0
- package/dist/chunk-BULIPFOG.js.map +1 -0
- package/dist/components/Metrics.d.mts +130 -0
- package/dist/components/Metrics.d.ts +130 -0
- package/dist/components/Metrics.js +41 -0
- package/dist/components/Metrics.js.map +1 -0
- package/dist/components/Metrics.mjs +8 -0
- package/dist/components/Metrics.mjs.map +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +66 -37
- package/dist/index.mjs +6 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var chunkBULIPFOG_js = require('../chunk-BULIPFOG.js');
|
|
5
|
+
require('../chunk-CTOPKHEE.js');
|
|
6
|
+
require('../chunk-3PXYCXDW.js');
|
|
7
|
+
require('../chunk-C4AKMVDZ.js');
|
|
8
|
+
require('../chunk-PASF6T4H.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Object.defineProperty(exports, "BulletChart", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkBULIPFOG_js.BulletChart; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "CalendarHeatmap", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkBULIPFOG_js.CalendarHeatmap; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "DeltaBadge", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkBULIPFOG_js.DeltaBadge; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Meter", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkBULIPFOG_js.Meter; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "ProportionBar", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkBULIPFOG_js.ProportionBar; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "Sparkbar", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkBULIPFOG_js.Sparkbar; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "StatCard", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkBULIPFOG_js.StatCard; }
|
|
39
|
+
});
|
|
40
|
+
//# sourceMappingURL=Metrics.js.map
|
|
41
|
+
//# sourceMappingURL=Metrics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"Metrics.js"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
export { BulletChart, CalendarHeatmap, DeltaBadge, Meter, ProportionBar, Sparkbar, StatCard } from '../chunk-2RBVHLG4.mjs';
|
|
3
|
+
import '../chunk-WYOJ7YRQ.mjs';
|
|
4
|
+
import '../chunk-5GEWIK4T.mjs';
|
|
5
|
+
import '../chunk-BJGMROKL.mjs';
|
|
6
|
+
import '../chunk-IEPCH3JB.mjs';
|
|
7
|
+
//# sourceMappingURL=Metrics.mjs.map
|
|
8
|
+
//# sourceMappingURL=Metrics.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"Metrics.mjs"}
|
package/dist/index.d.mts
CHANGED
|
@@ -18,6 +18,7 @@ export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Menu, MenuItemProps
|
|
|
18
18
|
export { CommandItem, CommandPalette, CommandPaletteProps, DateRange, DateRangePicker, DateRangePickerProps, MultiCombobox, MultiComboboxOption, MultiComboboxProps, UseCommandPaletteOptions, useCommandPalette } from './components/AdvancedPickers.mjs';
|
|
19
19
|
export { AppShell, AppShellHeader, AppShellHeaderApi, AppShellHeaderSlot, AppShellProps, AppShellTheme, NavItem, NavSection, PageHeader, PageHeaderProps } from './components/AppShell.mjs';
|
|
20
20
|
export { AreaChart, AreaChartProps, BarChart, BarChartProps, BaseChartProps, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.mjs';
|
|
21
|
+
export { BulletChart, BulletChartProps, BulletTone, CalendarHeatmap, CalendarHeatmapProps, DeltaBadge, DeltaBadgeProps, DeltaTone, HeatmapCell, Meter, MeterOptimum, MeterProps, ProportionBar, ProportionBarProps, ProportionSegment, Sparkbar, SparkbarProps, StatCard, StatCardProps } from './components/Metrics.mjs';
|
|
21
22
|
export { AlertCircle, AlertTriangle, AlignCenter, AlignLeft, AlignRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Bold, Building, CalendarDays, CalendarIcon, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Columns3, Copy, CreditCard, Download, Edit, ExternalLink, Eye, EyeOff, FileText, Filter, Folder, Globe, Heart, History, Home, IconProps, Info, Italic, LayoutGrid, Link, List, Loader, Lock, LogOut, Mail, Map, MapPin, MenuIcon, Minus, Moon, MoreHorizontal, MoreVertical, Package, Phone, Plus, RefreshCw, Rows3, Search, Settings, ShoppingCart, Star, Sun, Tag, Tool, Trash, Truck, Underline, Unlock, Upload, User, Users, Wallet, Wrench, X } from './components/Icons.mjs';
|
|
22
23
|
export { Logo, LogoBg, LogoFormat, LogoProps, LogoVariant } from './components/Logo.mjs';
|
|
23
24
|
export { Calendar, CalendarEvent, CalendarProps, StatusIndicator, StatusIndicatorProps, StatusTone, Timeline, TimelineDensity, TimelineItem, TimelineItemProps, TimelineProps, TimelineState, TimelineVariant, Tree, TreeNodeData, TreeProps, UserCell, UserCellProps } from './components/Display3.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Menu, MenuItemProps
|
|
|
18
18
|
export { CommandItem, CommandPalette, CommandPaletteProps, DateRange, DateRangePicker, DateRangePickerProps, MultiCombobox, MultiComboboxOption, MultiComboboxProps, UseCommandPaletteOptions, useCommandPalette } from './components/AdvancedPickers.js';
|
|
19
19
|
export { AppShell, AppShellHeader, AppShellHeaderApi, AppShellHeaderSlot, AppShellProps, AppShellTheme, NavItem, NavSection, PageHeader, PageHeaderProps } from './components/AppShell.js';
|
|
20
20
|
export { AreaChart, AreaChartProps, BarChart, BarChartProps, BaseChartProps, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.js';
|
|
21
|
+
export { BulletChart, BulletChartProps, BulletTone, CalendarHeatmap, CalendarHeatmapProps, DeltaBadge, DeltaBadgeProps, DeltaTone, HeatmapCell, Meter, MeterOptimum, MeterProps, ProportionBar, ProportionBarProps, ProportionSegment, Sparkbar, SparkbarProps, StatCard, StatCardProps } from './components/Metrics.js';
|
|
21
22
|
export { AlertCircle, AlertTriangle, AlignCenter, AlignLeft, AlignRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Bold, Building, CalendarDays, CalendarIcon, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Columns3, Copy, CreditCard, Download, Edit, ExternalLink, Eye, EyeOff, FileText, Filter, Folder, Globe, Heart, History, Home, IconProps, Info, Italic, LayoutGrid, Link, List, Loader, Lock, LogOut, Mail, Map, MapPin, MenuIcon, Minus, Moon, MoreHorizontal, MoreVertical, Package, Phone, Plus, RefreshCw, Rows3, Search, Settings, ShoppingCart, Star, Sun, Tag, Tool, Trash, Truck, Underline, Unlock, Upload, User, Users, Wallet, Wrench, X } from './components/Icons.js';
|
|
22
23
|
export { Logo, LogoBg, LogoFormat, LogoProps, LogoVariant } from './components/Logo.js';
|
|
23
24
|
export { Calendar, CalendarEvent, CalendarProps, StatusIndicator, StatusIndicatorProps, StatusTone, Timeline, TimelineDensity, TimelineItem, TimelineItemProps, TimelineProps, TimelineState, TimelineVariant, Tree, TreeNodeData, TreeProps, UserCell, UserCellProps } from './components/Display3.js';
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
require('./chunk-4REALDR3.js');
|
|
5
|
-
var chunkCTOPKHEE_js = require('./chunk-CTOPKHEE.js');
|
|
6
4
|
require('./chunk-2LTV7VB5.js');
|
|
5
|
+
require('./chunk-4REALDR3.js');
|
|
6
|
+
var chunk3PYU6OHQ_js = require('./chunk-3PYU6OHQ.js');
|
|
7
|
+
var chunkKY6OH2IK_js = require('./chunk-KY6OH2IK.js');
|
|
7
8
|
var chunkYHB3BPZR_js = require('./chunk-YHB3BPZR.js');
|
|
8
9
|
var chunkNBWCHPRN_js = require('./chunk-NBWCHPRN.js');
|
|
10
|
+
var chunkZXHOBEQM_js = require('./chunk-ZXHOBEQM.js');
|
|
9
11
|
var chunkLYT27EIM_js = require('./chunk-LYT27EIM.js');
|
|
10
12
|
var chunkS3MMU3LW_js = require('./chunk-S3MMU3LW.js');
|
|
11
13
|
var chunkQHRP73CS_js = require('./chunk-QHRP73CS.js');
|
|
12
|
-
var chunk3PYU6OHQ_js = require('./chunk-3PYU6OHQ.js');
|
|
13
|
-
var chunkKY6OH2IK_js = require('./chunk-KY6OH2IK.js');
|
|
14
14
|
var chunkJ2PQFMR5_js = require('./chunk-J2PQFMR5.js');
|
|
15
15
|
var chunkSQJVGL7Y_js = require('./chunk-SQJVGL7Y.js');
|
|
16
16
|
var chunkNU4GAGUV_js = require('./chunk-NU4GAGUV.js');
|
|
17
17
|
var chunkDYZM6NZU_js = require('./chunk-DYZM6NZU.js');
|
|
18
18
|
var chunkHCTY5QYL_js = require('./chunk-HCTY5QYL.js');
|
|
19
|
+
var chunkBULIPFOG_js = require('./chunk-BULIPFOG.js');
|
|
20
|
+
var chunkCTOPKHEE_js = require('./chunk-CTOPKHEE.js');
|
|
19
21
|
var chunkTX4BUYX4_js = require('./chunk-TX4BUYX4.js');
|
|
20
|
-
var chunkZXHOBEQM_js = require('./chunk-ZXHOBEQM.js');
|
|
21
22
|
var chunkF237OMT6_js = require('./chunk-F237OMT6.js');
|
|
22
23
|
var chunkHKHGODQE_js = require('./chunk-HKHGODQE.js');
|
|
23
24
|
var chunk3IZYL42M_js = require('./chunk-3IZYL42M.js');
|
|
@@ -60,13 +61,29 @@ var chunkPASF6T4H_js = require('./chunk-PASF6T4H.js');
|
|
|
60
61
|
|
|
61
62
|
|
|
62
63
|
|
|
63
|
-
Object.defineProperty(exports, "
|
|
64
|
+
Object.defineProperty(exports, "TimeAgo", {
|
|
64
65
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk3PYU6OHQ_js.TimeAgo; }
|
|
66
67
|
});
|
|
67
|
-
Object.defineProperty(exports, "
|
|
68
|
+
Object.defineProperty(exports, "TimeAgoDate", {
|
|
68
69
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk3PYU6OHQ_js.TimeAgoDate; }
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "formatIsoDate", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () { return chunkKY6OH2IK_js.formatIsoDate; }
|
|
75
|
+
});
|
|
76
|
+
Object.defineProperty(exports, "formatIsoDateTime", {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function () { return chunkKY6OH2IK_js.formatIsoDateTime; }
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "smartDate", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunkKY6OH2IK_js.smartDate; }
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "smartDateTime", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () { return chunkKY6OH2IK_js.smartDateTime; }
|
|
70
87
|
});
|
|
71
88
|
Object.defineProperty(exports, "ToastProvider", {
|
|
72
89
|
enumerable: true,
|
|
@@ -96,6 +113,10 @@ Object.defineProperty(exports, "ToggleGroupItem", {
|
|
|
96
113
|
enumerable: true,
|
|
97
114
|
get: function () { return chunkNBWCHPRN_js.ToggleGroupItem; }
|
|
98
115
|
});
|
|
116
|
+
Object.defineProperty(exports, "NotificationCenter", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () { return chunkZXHOBEQM_js.NotificationCenter; }
|
|
119
|
+
});
|
|
99
120
|
Object.defineProperty(exports, "PermissionMatrix", {
|
|
100
121
|
enumerable: true,
|
|
101
122
|
get: function () { return chunkLYT27EIM_js.PermissionMatrix; }
|
|
@@ -132,30 +153,6 @@ Object.defineProperty(exports, "ResizablePanel", {
|
|
|
132
153
|
enumerable: true,
|
|
133
154
|
get: function () { return chunkQHRP73CS_js.ResizablePanel; }
|
|
134
155
|
});
|
|
135
|
-
Object.defineProperty(exports, "TimeAgo", {
|
|
136
|
-
enumerable: true,
|
|
137
|
-
get: function () { return chunk3PYU6OHQ_js.TimeAgo; }
|
|
138
|
-
});
|
|
139
|
-
Object.defineProperty(exports, "TimeAgoDate", {
|
|
140
|
-
enumerable: true,
|
|
141
|
-
get: function () { return chunk3PYU6OHQ_js.TimeAgoDate; }
|
|
142
|
-
});
|
|
143
|
-
Object.defineProperty(exports, "formatIsoDate", {
|
|
144
|
-
enumerable: true,
|
|
145
|
-
get: function () { return chunkKY6OH2IK_js.formatIsoDate; }
|
|
146
|
-
});
|
|
147
|
-
Object.defineProperty(exports, "formatIsoDateTime", {
|
|
148
|
-
enumerable: true,
|
|
149
|
-
get: function () { return chunkKY6OH2IK_js.formatIsoDateTime; }
|
|
150
|
-
});
|
|
151
|
-
Object.defineProperty(exports, "smartDate", {
|
|
152
|
-
enumerable: true,
|
|
153
|
-
get: function () { return chunkKY6OH2IK_js.smartDate; }
|
|
154
|
-
});
|
|
155
|
-
Object.defineProperty(exports, "smartDateTime", {
|
|
156
|
-
enumerable: true,
|
|
157
|
-
get: function () { return chunkKY6OH2IK_js.smartDateTime; }
|
|
158
|
-
});
|
|
159
156
|
Object.defineProperty(exports, "CheckboxGroup", {
|
|
160
157
|
enumerable: true,
|
|
161
158
|
get: function () { return chunkJ2PQFMR5_js.CheckboxGroup; }
|
|
@@ -288,13 +285,45 @@ Object.defineProperty(exports, "Menubar", {
|
|
|
288
285
|
enumerable: true,
|
|
289
286
|
get: function () { return chunkHCTY5QYL_js.Menubar; }
|
|
290
287
|
});
|
|
291
|
-
Object.defineProperty(exports, "
|
|
288
|
+
Object.defineProperty(exports, "BulletChart", {
|
|
292
289
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkBULIPFOG_js.BulletChart; }
|
|
294
291
|
});
|
|
295
|
-
Object.defineProperty(exports, "
|
|
292
|
+
Object.defineProperty(exports, "CalendarHeatmap", {
|
|
296
293
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkBULIPFOG_js.CalendarHeatmap; }
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(exports, "DeltaBadge", {
|
|
297
|
+
enumerable: true,
|
|
298
|
+
get: function () { return chunkBULIPFOG_js.DeltaBadge; }
|
|
299
|
+
});
|
|
300
|
+
Object.defineProperty(exports, "Meter", {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function () { return chunkBULIPFOG_js.Meter; }
|
|
303
|
+
});
|
|
304
|
+
Object.defineProperty(exports, "ProportionBar", {
|
|
305
|
+
enumerable: true,
|
|
306
|
+
get: function () { return chunkBULIPFOG_js.ProportionBar; }
|
|
307
|
+
});
|
|
308
|
+
Object.defineProperty(exports, "Sparkbar", {
|
|
309
|
+
enumerable: true,
|
|
310
|
+
get: function () { return chunkBULIPFOG_js.Sparkbar; }
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(exports, "StatCard", {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () { return chunkBULIPFOG_js.StatCard; }
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(exports, "formatCurrency", {
|
|
317
|
+
enumerable: true,
|
|
318
|
+
get: function () { return chunkCTOPKHEE_js.formatCurrency; }
|
|
319
|
+
});
|
|
320
|
+
Object.defineProperty(exports, "formatNumber", {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function () { return chunkCTOPKHEE_js.formatNumber; }
|
|
323
|
+
});
|
|
324
|
+
Object.defineProperty(exports, "NavigationMenu", {
|
|
325
|
+
enumerable: true,
|
|
326
|
+
get: function () { return chunkTX4BUYX4_js.NavigationMenu; }
|
|
298
327
|
});
|
|
299
328
|
Object.defineProperty(exports, "Calendar", {
|
|
300
329
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import './chunk-CHVTPN3K.mjs';
|
|
3
|
-
export { formatCurrency, formatNumber } from './chunk-WYOJ7YRQ.mjs';
|
|
4
2
|
import './chunk-XTHC46M2.mjs';
|
|
3
|
+
import './chunk-CHVTPN3K.mjs';
|
|
4
|
+
export { TimeAgo, TimeAgoDate } from './chunk-6JXGCU7F.mjs';
|
|
5
|
+
export { formatIsoDate, formatIsoDateTime, smartDate, smartDateTime } from './chunk-5OZ6QIFC.mjs';
|
|
5
6
|
export { ToastProvider, useToast } from './chunk-AECVFYGP.mjs';
|
|
6
7
|
export { SegmentedControl, SegmentedControlItem, Toggle, ToggleGroup, ToggleGroupItem } from './chunk-CNV2E2M5.mjs';
|
|
8
|
+
export { NotificationCenter } from './chunk-VMTN5C6F.mjs';
|
|
7
9
|
export { PermissionMatrix } from './chunk-QHI4S5PM.mjs';
|
|
8
10
|
export { Combobox, DatePicker, FileUpload, MonthPicker, YearPicker } from './chunk-SCUHLOET.mjs';
|
|
9
11
|
export { ResizableGroup, ResizableHandle, ResizablePanel } from './chunk-ML5IYW5D.mjs';
|
|
10
|
-
export { TimeAgo, TimeAgoDate } from './chunk-6JXGCU7F.mjs';
|
|
11
|
-
export { formatIsoDate, formatIsoDateTime, smartDate, smartDateTime } from './chunk-5OZ6QIFC.mjs';
|
|
12
12
|
export { CheckboxGroup, MoneyInput, PhoneInput, Progress, ProgressCircle, RadioGroup, Slider, TagInput, TimePicker } from './chunk-ESU5UMEK.mjs';
|
|
13
13
|
export { Cluster, Container, Divider, Grid, HStack, KeyValue, KeyValueRow, ListGroup, ListGroupItem, Spacer, Stack, Stepper, Tab, TabList, TabPanel, Table, Tabs, Tooltip, VStack } from './chunk-TGAAJCUZ.mjs';
|
|
14
14
|
export { Logo } from './chunk-JMFDIN5R.mjs';
|
|
15
15
|
export { CategoryNav, Hero, Testimonial } from './chunk-XRWMJVSI.mjs';
|
|
16
16
|
export { Menubar } from './chunk-YXUYWO2W.mjs';
|
|
17
|
+
export { BulletChart, CalendarHeatmap, DeltaBadge, Meter, ProportionBar, Sparkbar, StatCard } from './chunk-2RBVHLG4.mjs';
|
|
18
|
+
export { formatCurrency, formatNumber } from './chunk-WYOJ7YRQ.mjs';
|
|
17
19
|
export { NavigationMenu } from './chunk-OIYIWG53.mjs';
|
|
18
|
-
export { NotificationCenter } from './chunk-VMTN5C6F.mjs';
|
|
19
20
|
export { Calendar, StatusIndicator, Timeline, TimelineItem, Tree, UserCell } from './chunk-T2DNEJR3.mjs';
|
|
20
21
|
export { ConfirmDialog, DescriptionList, DescriptionListItem, DiffViewer, EditableCell, TransferList } from './chunk-6OBFBETV.mjs';
|
|
21
22
|
export { BulkActionBar, FilterBar, FilterField, FilterPanel, FilterSection, SortDropdown } from './chunk-2TKTMFVC.mjs';
|