vlite3 0.4.8 → 0.5.2
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 +201 -100
- package/_virtual/Barcode.js +4 -0
- package/_virtual/CODE128.js +4 -0
- package/_virtual/CODE128A.js +4 -0
- package/_virtual/CODE128B.js +4 -0
- package/_virtual/CODE128C.js +4 -0
- package/_virtual/CODE128_AUTO.js +4 -0
- package/_virtual/CODE93.js +4 -0
- package/_virtual/CODE93FullASCII.js +4 -0
- package/_virtual/EAN.js +4 -0
- package/_virtual/EAN13.js +4 -0
- package/_virtual/EAN2.js +4 -0
- package/_virtual/EAN5.js +4 -0
- package/_virtual/EAN8.js +4 -0
- package/_virtual/ErrorHandler.js +4 -0
- package/_virtual/FileSaver.min.js +5 -0
- package/_virtual/FileSaver.min2.js +4 -0
- package/_virtual/ITF.js +4 -0
- package/_virtual/ITF14.js +4 -0
- package/_virtual/JsBarcode.js +7 -0
- package/_virtual/MSI.js +4 -0
- package/_virtual/MSI10.js +4 -0
- package/_virtual/MSI1010.js +4 -0
- package/_virtual/MSI11.js +4 -0
- package/_virtual/MSI1110.js +4 -0
- package/_virtual/UPC.js +4 -0
- package/_virtual/UPCE.js +4 -0
- package/_virtual/_commonjsHelpers.js +8 -0
- package/_virtual/alignment-pattern.js +4 -0
- package/_virtual/auto.js +4 -0
- package/_virtual/browser.js +7 -0
- package/_virtual/browser2.js +4 -0
- package/_virtual/canvas.js +4 -0
- package/_virtual/canvas2.js +4 -0
- package/_virtual/checksums.js +4 -0
- package/_virtual/constants.js +4 -0
- package/_virtual/constants2.js +4 -0
- package/_virtual/constants3.js +4 -0
- package/_virtual/constants4.js +4 -0
- package/_virtual/defaults.js +4 -0
- package/_virtual/dijkstra.js +4 -0
- package/_virtual/encoder.js +4 -0
- package/_virtual/error-correction-code.js +4 -0
- package/_virtual/error-correction-level.js +4 -0
- package/_virtual/exceptions.js +4 -0
- package/_virtual/finder-pattern.js +4 -0
- package/_virtual/fixOptions.js +4 -0
- package/_virtual/format-info.js +4 -0
- package/_virtual/galois-field.js +4 -0
- package/_virtual/getOptionsFromElement.js +4 -0
- package/_virtual/getRenderProperties.js +4 -0
- package/_virtual/index.js +4 -0
- package/_virtual/index10.js +4 -0
- package/_virtual/index11.js +4 -0
- package/_virtual/index2.js +4 -0
- package/_virtual/index3.js +4 -0
- package/_virtual/index4.js +4 -0
- package/_virtual/index5.js +4 -0
- package/_virtual/index6.js +4 -0
- package/_virtual/index7.js +4 -0
- package/_virtual/index8.js +4 -0
- package/_virtual/index9.js +4 -0
- package/_virtual/linearizeEncodings.js +4 -0
- package/_virtual/mask-pattern.js +4 -0
- package/_virtual/merge.js +4 -0
- package/_virtual/mode.js +4 -0
- package/_virtual/object.js +4 -0
- package/_virtual/optionsFromStrings.js +4 -0
- package/_virtual/papaparse.min.js +7 -0
- package/_virtual/papaparse.min2.js +4 -0
- package/_virtual/polynomial.js +4 -0
- package/_virtual/qrcode.js +4 -0
- package/_virtual/regex.js +4 -0
- package/_virtual/segments.js +4 -0
- package/_virtual/shared.js +4 -0
- package/_virtual/svg-tag.js +4 -0
- package/_virtual/svg.js +4 -0
- package/_virtual/utils.js +4 -0
- package/_virtual/utils2.js +4 -0
- package/_virtual/version-check.js +4 -0
- package/_virtual/version.js +4 -0
- package/components/Accordion/Accordion.vue.d.ts +7 -7
- package/components/Accordion/AccordionItem.vue.d.ts +4 -4
- package/components/Accordion/AccordionTrigger.vue.d.ts +2 -2
- package/components/Alert.vue.d.ts +1 -1
- package/components/Avatar.vue.d.ts +2 -2
- package/components/Avatar.vue.js +2 -2
- package/components/AvatarUploader/AvatarUploader.vue.d.ts +5 -5
- package/components/Badge.vue.d.ts +1 -1
- package/components/Barcode/Barcode.vue.d.ts +22 -0
- package/components/Barcode/Barcode.vue.js +58 -0
- package/components/Barcode/Barcode.vue2.js +4 -0
- package/components/Barcode/index.d.ts +2 -0
- package/components/Barcode/types.d.ts +5 -0
- package/components/Barcode/types.js +15 -0
- package/components/Breadcrumb/Breadcrumb.vue.d.ts +23 -0
- package/components/Breadcrumb/Breadcrumb.vue.js +7 -0
- package/components/Breadcrumb/Breadcrumb.vue2.js +84 -0
- package/components/Breadcrumb/BreadcrumbItem.vue.d.ts +27 -0
- package/components/Breadcrumb/BreadcrumbItem.vue.js +7 -0
- package/components/Breadcrumb/BreadcrumbItem.vue2.js +50 -0
- package/components/Breadcrumb/index.d.ts +3 -0
- package/components/Breadcrumb/types.d.ts +19 -0
- package/components/Button.vue.d.ts +4 -4
- package/components/Button.vue.js +32 -29
- package/components/ButtonGroup.vue.d.ts +1 -1
- package/components/Carousel/Carousel.vue.d.ts +58 -58
- package/components/CheckBox.vue.d.ts +2 -2
- package/components/Chip/Chip.vue.d.ts +3 -3
- package/components/ChoiceBox/ChoiceBox.vue.d.ts +4 -4
- package/components/ColorPicker/ColorPicker.vue.d.ts +3 -3
- package/components/ColorPicker/index.d.ts +1 -0
- package/components/CommandPaletteContent.vue.d.ts +15 -0
- package/components/CommandPaletteContent.vue.js +7 -0
- package/components/CommandPaletteContent.vue2.js +287 -0
- package/components/ConfirmationModal.vue.js +12 -10
- package/components/DataList/DataList.vue.d.ts +2 -2
- package/components/DataTable/DataTable.vue.d.ts +6 -6
- package/components/DataTable/DataTableRow.vue.d.ts +3 -3
- package/components/DatePicker.vue.d.ts +2 -2
- package/components/DatePicker.vue.js +7 -7
- package/components/DateRangePicker.vue.d.ts +29 -0
- package/components/DateRangePicker.vue.js +231 -0
- package/components/DateRangePicker.vue2.js +4 -0
- package/components/Dropdown/Dropdown.vue.d.ts +11 -6
- package/components/Dropdown/Dropdown.vue.js +147 -109
- package/components/Dropdown/DropdownBooleanItem.vue.js +9 -8
- package/components/Dropdown/DropdownGroupedLayout.vue.d.ts +1 -1
- package/components/Dropdown/DropdownGroupedLayout.vue.js +35 -34
- package/components/Dropdown/DropdownItem.vue.js +11 -10
- package/components/Dropdown/DropdownMenu.vue.d.ts +5 -3
- package/components/Dropdown/DropdownMenu.vue.js +114 -111
- package/components/Dropdown/DropdownTrigger.vue.d.ts +2 -0
- package/components/Dropdown/DropdownTrigger.vue.js +9 -7
- package/components/ExportData/ExportData.vue.d.ts +16 -0
- package/components/ExportData/ExportData.vue.js +135 -0
- package/components/ExportData/ExportData.vue2.js +4 -0
- package/components/ExportData/index.d.ts +2 -0
- package/components/ExportData/types.d.ts +17 -0
- package/components/FilePicker/FilePicker.vue.d.ts +5 -5
- package/components/Form/CustomFields.vue.d.ts +6 -6
- package/components/Form/CustomFields.vue.js +1 -1
- package/components/Form/Form.vue.d.ts +4 -5
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +221 -178
- package/components/Form/FormField.vue.d.ts +4 -3
- package/components/Form/FormField.vue.js +70 -62
- package/components/Form/FormFields.vue.d.ts +3 -1
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +105 -59
- package/components/GoogleLogin.vue.d.ts +2 -2
- package/components/Icon.vue.d.ts +2 -0
- package/components/Icon.vue.js +12 -11
- package/components/ImportData/ImportData.vue.d.ts +31 -0
- package/components/ImportData/ImportData.vue.js +242 -0
- package/components/ImportData/ImportData.vue2.js +4 -0
- package/components/ImportData/ImportStep1.vue.d.ts +23 -0
- package/components/ImportData/ImportStep1.vue.js +162 -0
- package/components/ImportData/ImportStep1.vue2.js +4 -0
- package/components/ImportData/ImportStep2.vue.d.ts +20 -0
- package/components/ImportData/ImportStep2.vue.js +98 -0
- package/components/ImportData/ImportStep2.vue2.js +4 -0
- package/components/ImportData/ImportStep3.vue.d.ts +6 -0
- package/components/ImportData/ImportStep3.vue.js +98 -0
- package/components/ImportData/ImportStep3.vue2.js +4 -0
- package/components/ImportData/ImportStep4.vue.d.ts +6 -0
- package/components/ImportData/ImportStep4.vue.js +139 -0
- package/components/ImportData/ImportStep4.vue2.js +4 -0
- package/components/ImportData/index.d.ts +2 -0
- package/components/ImportData/types.d.ts +51 -0
- package/components/Input.vue.d.ts +9 -9
- package/components/Input.vue.js +137 -120
- package/components/List/List.vue.d.ts +18 -0
- package/components/List/List.vue.js +189 -0
- package/components/List/List.vue2.js +4 -0
- package/components/List/ListFieldRow.vue.d.ts +35 -0
- package/components/List/ListFieldRow.vue.js +119 -0
- package/components/List/ListFieldRow.vue2.js +4 -0
- package/components/List/index.d.ts +4 -0
- package/components/List/types.d.ts +1 -0
- package/components/List/utils.d.ts +9 -0
- package/components/List/utils.js +64 -0
- package/components/Masonry/Masonry.vue.d.ts +2 -2
- package/components/Modal.vue.js +5 -122
- package/components/Modal.vue2.js +133 -2
- package/components/MultiSelect/MultiSelect.vue.d.ts +12 -9
- package/components/MultiSelect/MultiSelect.vue.js +101 -64
- package/components/Navbar/Navbar.vue.d.ts +48 -9
- package/components/Navbar/Navbar.vue.js +418 -146
- package/components/Navbar/NavbarItem.vue.d.ts +2 -2
- package/components/Navbar/NavbarTabs.vue.d.ts +21 -0
- package/components/Navbar/NavbarTabs.vue.js +179 -0
- package/components/Navbar/NavbarTabs.vue3.js +5 -0
- package/components/Navbar/index.d.ts +3 -0
- package/components/NavbarCommandPalette.vue.d.ts +48 -0
- package/components/NumberInput.vue.d.ts +8 -8
- package/components/OTPInput/OTPInput.vue.d.ts +7 -7
- package/components/Pagination/Pagination.vue.d.ts +1 -1
- package/components/PermissionMatrix/PermissionEditor.vue.d.ts +36 -0
- package/components/PermissionMatrix/PermissionEditor.vue.js +323 -0
- package/components/PermissionMatrix/PermissionEditor.vue2.js +4 -0
- package/components/PermissionMatrix/PermissionMatrix.vue.d.ts +15 -0
- package/components/PermissionMatrix/PermissionMatrix.vue.js +7 -0
- package/components/PermissionMatrix/PermissionMatrix.vue2.js +245 -0
- package/components/PermissionMatrix/index.d.ts +3 -0
- package/components/PermissionMatrix/types.d.ts +59 -0
- package/components/PricingPlan/PricingPlan.vue.d.ts +3 -3
- package/components/ProgressBar/ProgressBar.vue.d.ts +3 -3
- package/components/QRCode/QRCode.vue.d.ts +15 -0
- package/components/QRCode/QRCode.vue.js +38 -0
- package/components/QRCode/QRCode.vue2.js +4 -0
- package/components/QRCode/index.d.ts +1 -0
- package/components/Screen/Screen.vue.d.ts +232 -5
- package/components/Screen/Screen.vue.js +423 -271
- package/components/Screen/ScreenFilter.vue.d.ts +2 -2
- package/components/Screen/ScreenFilter.vue.js +9 -9
- package/components/Screen/types.d.ts +12 -0
- package/components/SidePanel.vue.d.ts +2 -2
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +15 -2
- package/components/SidebarMenu/SidebarMenu.vue.js +117 -47
- package/components/SidebarMenu/SidebarMenuItem.vue.d.ts +2 -0
- package/components/SidebarMenu/SidebarMenuItem.vue.js +192 -175
- package/components/SidebarMenu/types.d.ts +32 -5
- package/components/Slider.vue.d.ts +2 -2
- package/components/Spinner/Spinner.vue.d.ts +2 -2
- package/components/Stats/Stats.vue.d.ts +14 -0
- package/components/Stats/Stats.vue.js +307 -0
- package/components/Stats/Stats.vue2.js +4 -0
- package/components/Stats/index.d.ts +2 -0
- package/components/Stats/types.d.ts +32 -0
- package/components/Switch.vue.d.ts +2 -1
- package/components/Switch.vue.js +4 -2
- package/components/Tabes/Tabes.vue.d.ts +3 -3
- package/components/Tabes/Tabes.vue.js +60 -57
- package/components/Tabes/types.d.ts +5 -0
- package/components/Textarea.vue.d.ts +3 -3
- package/components/{Timeline.vue.d.ts → Timeline/Timeline.vue.d.ts} +23 -2
- package/components/Timeline/Timeline.vue.js +92 -0
- package/components/Timeline/TimelineIndicator.vue.d.ts +9 -0
- package/components/Timeline/TimelineIndicator.vue.js +68 -0
- package/components/Timeline/TimelineIndicator.vue2.js +4 -0
- package/components/Timeline/TimelineItem.vue.d.ts +56 -0
- package/components/Timeline/TimelineItem.vue.js +173 -0
- package/components/Timeline/TimelineItem.vue2.js +4 -0
- package/components/Timeline/index.d.ts +3 -0
- package/components/Tooltip.vue.d.ts +2 -2
- package/components/Workbook/Sheet.vue.d.ts +2 -2
- package/components/Workbook/Workbook.vue.d.ts +3 -3
- package/components/index.d.ts +62 -0
- package/composables/useBreadcrumb.d.ts +17 -0
- package/composables/useBreadcrumb.js +27 -0
- package/core/config.d.ts +34 -0
- package/core/config.js +10 -7
- package/core/index.js +15 -8
- package/index.d.ts +55 -44
- package/index.js +243 -200
- package/package.json +12 -2
- package/router.d.ts +2 -0
- package/style.css +7 -5
- package/types/button.d.ts +1 -1
- package/types/config.type.d.ts +35 -0
- package/types/form.type.d.ts +3 -1
- package/types/index.d.ts +2 -1
- package/types/list.type.d.ts +57 -0
- package/types/navbar.type.d.ts +38 -1
- package/types/timeline.type.d.ts +14 -4
- package/components/Timeline.vue.js +0 -160
- /package/components/{Timeline.vue2.js → Timeline/Timeline.vue2.js} +0 -0
package/index.js
CHANGED
|
@@ -1,203 +1,246 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import {
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import { default as
|
|
29
|
-
import {
|
|
30
|
-
import { default as
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import {
|
|
50
|
-
import { default as
|
|
51
|
-
import {
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import {
|
|
1
|
+
import { default as a } from "vue3-google-signin";
|
|
2
|
+
import { deepMerge as m } from "./utils/object.js";
|
|
3
|
+
import { camelCase as s, capitalize as p, copyToClipboard as d, debounce as u, delay as x, downloadFile as i, flattenArray as n, formatCurrency as c, getUniqueId as T, isAppleDevice as b, isEmpty as g, randomNumber as S, removeExtraProperties as P, slugify as I, throttle as C, truncate as D } from "./utils/functions.js";
|
|
4
|
+
import { lazySearch as v, resetSearchIndex as h, search as A } from "./utils/search.util.js";
|
|
5
|
+
import { env as N } from "./utils/env.js";
|
|
6
|
+
import { $t as y } from "./utils/i18n.js";
|
|
7
|
+
import { default as M } from "./components/Chip/Chip.vue.js";
|
|
8
|
+
import { default as R } from "./components/Form/Form.vue.js";
|
|
9
|
+
import { default as K } from "./components/Form/FormField.vue.js";
|
|
10
|
+
import { default as O } from "./components/Form/FormFields.vue.js";
|
|
11
|
+
import { default as V } from "./components/Form/CustomFields.vue.js";
|
|
12
|
+
import { useForm as H } from "./components/Form/composables/useForm.js";
|
|
13
|
+
import { useFileUpload as q } from "./components/Form/composables/useFileUpload.js";
|
|
14
|
+
import { default as W } from "./components/Tabes/Tabes.vue.js";
|
|
15
|
+
import { default as _ } from "./components/Stats/Stats.vue.js";
|
|
16
|
+
import { default as J } from "./components/Kanban/Kanban.vue.js";
|
|
17
|
+
import { default as Z } from "./components/Kanban/KanbanBoard.vue.js";
|
|
18
|
+
import { useKanbanBoard as oe } from "./components/Kanban/useKanbanBoard.js";
|
|
19
|
+
import { default as te } from "./components/Navbar/Navbar.vue.js";
|
|
20
|
+
import { default as fe } from "./components/Navbar/NavbarItem.vue.js";
|
|
21
|
+
import { default as le } from "./components/Navbar/NavbarGroup.vue.js";
|
|
22
|
+
import { default as pe } from "./components/Navbar/NavbarTabs.vue.js";
|
|
23
|
+
/* empty css */
|
|
24
|
+
import { default as ue } from "./components/QRCode/QRCode.vue.js";
|
|
25
|
+
import { default as ie } from "./components/Screen/Screen.vue.js";
|
|
26
|
+
import { default as ce } from "./components/Screen/ScreenFilter.vue.js";
|
|
27
|
+
import { default as be } from "./components/Heatmap/Heatmap.vue.js";
|
|
28
|
+
import { default as Se } from "./components/Masonry/Masonry.vue.js";
|
|
29
|
+
import { MASONRY_BREAKPOINTS as Ie } from "./components/Masonry/types.js";
|
|
30
|
+
import { default as De } from "./components/Spinner/Spinner.vue.js";
|
|
31
|
+
import { default as ve } from "./components/Barcode/Barcode.vue.js";
|
|
32
|
+
import { barcodesConstants as Ae } from "./components/Barcode/types.js";
|
|
33
|
+
import { default as Ne } from "./components/Carousel/Carousel.vue.js";
|
|
34
|
+
import { default as ye } from "./components/Dropdown/Dropdown.vue.js";
|
|
35
|
+
import { default as Me } from "./components/Dropdown/DropdownMenu.vue.js";
|
|
36
|
+
import { default as Re } from "./components/Dropdown/DropdownTrigger.vue.js";
|
|
37
|
+
import { default as Ke } from "./components/Dropdown/DropdownItem.vue.js";
|
|
38
|
+
import { useDropdownSelection as Oe } from "./components/Dropdown/composables/useDropdownSelection.js";
|
|
39
|
+
import { useDropdownIds as Ve } from "./components/Dropdown/composables/useDropdownIds.js";
|
|
40
|
+
import { default as He } from "./components/Breadcrumb/Breadcrumb.vue.js";
|
|
41
|
+
import { default as qe } from "./components/Breadcrumb/BreadcrumbItem.vue.js";
|
|
42
|
+
import { default as We } from "./components/FileTree/FileTree.vue.js";
|
|
43
|
+
import { default as _e } from "./components/FileTree/FileTreeNode.vue.js";
|
|
44
|
+
import { useTreeSelection as Je } from "./components/FileTree/useTreeSelection.js";
|
|
45
|
+
import { default as Ze } from "./components/OTPInput/OTPInput.vue.js";
|
|
46
|
+
import { default as oo } from "./components/Workbook/Workbook.vue.js";
|
|
47
|
+
import { default as to } from "./components/Workbook/Sheet.vue.js";
|
|
48
|
+
import { default as fo } from "./components/DataList/DataList.vue.js";
|
|
49
|
+
import { default as lo } from "./components/List/List.vue.js";
|
|
50
|
+
import { default as po } from "./components/List/ListFieldRow.vue.js";
|
|
51
|
+
import { formatDate as xo, formatNumber as io, formatPrice as no, getObjectValue as co, getStatusColorClass as To } from "./components/List/utils.js";
|
|
52
|
+
import { default as go } from "./components/Empty/Empty.vue.js";
|
|
53
|
+
import { default as Po } from "./components/Accordion/Accordion.vue.js";
|
|
54
|
+
import { default as Co } from "./components/Accordion/AccordionItem.vue.js";
|
|
55
|
+
import { default as Fo } from "./components/Accordion/AccordionTrigger.vue.js";
|
|
56
|
+
import { default as ho } from "./components/Accordion/AccordionContent.vue.js";
|
|
57
|
+
import { default as Bo } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
58
|
+
import { default as wo } from "./components/DataTable/DataTable.vue.js";
|
|
59
|
+
import { default as ko } from "./components/DataTable/DataTableHeader.vue.js";
|
|
60
|
+
import { default as Lo } from "./components/DataTable/DataTableRow.vue.js";
|
|
61
|
+
import { useTheme as Eo } from "./composables/useTheme.js";
|
|
62
|
+
import { default as Go } from "./components/FilePicker/FilePicker.vue.js";
|
|
63
|
+
import { default as Uo } from "./components/Pagination/Pagination.vue.js";
|
|
64
|
+
import { default as zo } from "./components/ExportData/ExportData.vue.js";
|
|
65
|
+
import { default as jo } from "./components/ImportData/ImportData.vue.js";
|
|
66
|
+
import { default as Qo } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
67
|
+
import { default as Yo } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
68
|
+
import { default as $o } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
69
|
+
import { default as Xo } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
70
|
+
import { default as er } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
62
71
|
/* empty css */
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { default as
|
|
69
|
-
import {
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import {
|
|
72
|
+
import { default as rr } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
73
|
+
import { default as ar } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
|
|
74
|
+
import { default as mr } from "./components/PermissionMatrix/PermissionEditor.vue.js";
|
|
75
|
+
import { useAdvancedKeyStroke as sr, useKeyStroke as pr } from "./composables/useKeyStroke.js";
|
|
76
|
+
import { vScrollReveal as ur } from "./directives/vScrollReveal.js";
|
|
77
|
+
import { default as ir } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
78
|
+
import { configure as cr, pauseTimers as Tr, removeToast as br, resumeTimers as gr, showToast as Sr, toast as Pr, useNotifications as Ir } from "./composables/useNotifications.js";
|
|
79
|
+
import { default as Dr } from "./components/Timeline/Timeline.vue.js";
|
|
80
|
+
import { default as vr } from "./components/Timeline/TimelineItem.vue.js";
|
|
81
|
+
import { default as Ar } from "./components/Timeline/TimelineIndicator.vue.js";
|
|
82
|
+
import { default as Nr } from "./components/Icon.vue.js";
|
|
83
|
+
import { default as yr } from "./components/Logo.vue.js";
|
|
84
|
+
import { default as Mr } from "./components/Alert.vue.js";
|
|
85
|
+
import { default as Rr } from "./components/Badge.vue.js";
|
|
86
|
+
import { default as Kr } from "./components/Input.vue.js";
|
|
87
|
+
import { default as Or } from "./components/Label.vue.js";
|
|
88
|
+
import { default as Vr } from "./components/Modal.vue.js";
|
|
89
|
+
import { default as Hr } from "./components/Avatar.vue.js";
|
|
90
|
+
import { default as qr } from "./components/Button.vue.js";
|
|
91
|
+
import { default as Wr } from "./components/Slider.vue.js";
|
|
92
|
+
import { default as _r } from "./components/Switch.vue.js";
|
|
93
|
+
import { default as Jr } from "./components/Tooltip.vue.js";
|
|
94
|
+
import { default as Zr } from "./components/CheckBox.vue.js";
|
|
95
|
+
import { default as ot } from "./components/Textarea.vue.js";
|
|
96
|
+
import { default as tt } from "./components/SidePanel.vue.js";
|
|
97
|
+
import { default as ft } from "./components/DatePicker.vue.js";
|
|
98
|
+
import { default as lt } from "./components/IconPicker.vue.js";
|
|
99
|
+
import { default as pt } from "./components/ButtonGroup.vue.js";
|
|
100
|
+
import { default as ut } from "./components/NumberInput.vue.js";
|
|
101
|
+
import { default as it } from "./components/ThemeToggle.vue.js";
|
|
102
|
+
import { default as ct } from "./components/GoogleLogin.vue.js";
|
|
103
|
+
import { default as bt } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
104
|
+
import { default as St } from "./components/ConfirmationModal.vue.js";
|
|
105
|
+
import { default as It } from "./components/ToastNotification.vue.js";
|
|
106
|
+
import { default as Dt } from "./components/CommandPaletteContent.vue.js";
|
|
107
|
+
import { default as vt } from "./components/DateRangePicker.vue.js";
|
|
108
|
+
import { createVLite as At } from "./core/index.js";
|
|
109
|
+
import { useVLiteConfig as Nt } from "./core/config.js";
|
|
90
110
|
export {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
V as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
111
|
+
y as $t,
|
|
112
|
+
Po as Accordion,
|
|
113
|
+
ho as AccordionContent,
|
|
114
|
+
Co as AccordionItem,
|
|
115
|
+
Fo as AccordionTrigger,
|
|
116
|
+
Mr as Alert,
|
|
117
|
+
Hr as Avatar,
|
|
118
|
+
ir as AvatarUploader,
|
|
119
|
+
Rr as Badge,
|
|
120
|
+
ve as Barcode,
|
|
121
|
+
He as Breadcrumb,
|
|
122
|
+
qe as BreadcrumbItem,
|
|
123
|
+
qr as Button,
|
|
124
|
+
pt as ButtonGroup,
|
|
125
|
+
Ne as Carousel,
|
|
126
|
+
Zr as CheckBox,
|
|
127
|
+
M as Chip,
|
|
128
|
+
Bo as ChoiceBox,
|
|
129
|
+
bt as ColorPicker,
|
|
130
|
+
Dt as CommandPaletteContent,
|
|
131
|
+
St as ConfirmationModal,
|
|
132
|
+
V as CustomFields,
|
|
133
|
+
fo as DataList,
|
|
134
|
+
wo as DataTable,
|
|
135
|
+
ko as DataTableHeader,
|
|
136
|
+
Lo as DataTableRow,
|
|
137
|
+
ft as DatePicker,
|
|
138
|
+
vt as DateRangePicker,
|
|
139
|
+
ye as Dropdown,
|
|
140
|
+
Ke as DropdownItem,
|
|
141
|
+
Me as DropdownMenu,
|
|
142
|
+
Re as DropdownTrigger,
|
|
143
|
+
go as Empty,
|
|
144
|
+
zo as ExportData,
|
|
145
|
+
Go as FilePicker,
|
|
146
|
+
We as FileTree,
|
|
147
|
+
_e as FileTreeNode,
|
|
148
|
+
R as Form,
|
|
149
|
+
K as FormField,
|
|
150
|
+
O as FormFields,
|
|
151
|
+
ct as GoogleLogin,
|
|
152
|
+
a as GoogleSignInPlugin,
|
|
153
|
+
be as Heatmap,
|
|
154
|
+
Nr as Icon,
|
|
155
|
+
lt as IconPicker,
|
|
156
|
+
jo as ImportData,
|
|
157
|
+
Kr as Input,
|
|
158
|
+
J as Kanban,
|
|
159
|
+
Z as KanbanBoard,
|
|
160
|
+
Or as Label,
|
|
161
|
+
lo as List,
|
|
162
|
+
po as ListFieldRow,
|
|
163
|
+
yr as Logo,
|
|
164
|
+
Ie as MASONRY_BREAKPOINTS,
|
|
165
|
+
Se as Masonry,
|
|
166
|
+
Vr as Modal,
|
|
167
|
+
Qo as MultiSelect,
|
|
168
|
+
te as Navbar,
|
|
169
|
+
le as NavbarGroup,
|
|
170
|
+
fe as NavbarItem,
|
|
171
|
+
pe as NavbarTabs,
|
|
172
|
+
ut as NumberInput,
|
|
173
|
+
Ze as OTPInput,
|
|
174
|
+
Uo as Pagination,
|
|
175
|
+
mr as PermissionEditor,
|
|
176
|
+
ar as PermissionMatrix,
|
|
177
|
+
Yo as PricingPlan,
|
|
178
|
+
$o as PricingPlanItem,
|
|
179
|
+
rr as ProgressBar,
|
|
180
|
+
ue as QRCode,
|
|
181
|
+
ie as Screen,
|
|
182
|
+
ce as ScreenFilter,
|
|
183
|
+
to as Sheet,
|
|
184
|
+
tt as SidePanel,
|
|
185
|
+
Xo as SidebarMenu,
|
|
186
|
+
er as SidebarMenuItem,
|
|
187
|
+
Wr as Slider,
|
|
188
|
+
De as Spinner,
|
|
189
|
+
_ as Stats,
|
|
190
|
+
_r as Switch,
|
|
191
|
+
W as Tabes,
|
|
192
|
+
ot as Textarea,
|
|
193
|
+
it as ThemeToggle,
|
|
194
|
+
Dr as Timeline,
|
|
195
|
+
Ar as TimelineIndicator,
|
|
196
|
+
vr as TimelineItem,
|
|
197
|
+
It as ToastNotification,
|
|
198
|
+
Jr as Tooltip,
|
|
199
|
+
oo as Workbook,
|
|
200
|
+
Ae as barcodesConstants,
|
|
201
|
+
s as camelCase,
|
|
202
|
+
p as capitalize,
|
|
203
|
+
cr as configure,
|
|
204
|
+
d as copyToClipboard,
|
|
205
|
+
At as createVLite,
|
|
206
|
+
u as debounce,
|
|
207
|
+
m as deepMerge,
|
|
208
|
+
x as delay,
|
|
209
|
+
i as downloadFile,
|
|
210
|
+
N as env,
|
|
211
|
+
n as flattenArray,
|
|
212
|
+
c as formatCurrency,
|
|
213
|
+
xo as formatDate,
|
|
214
|
+
io as formatNumber,
|
|
215
|
+
no as formatPrice,
|
|
216
|
+
co as getObjectValue,
|
|
217
|
+
To as getStatusColorClass,
|
|
218
|
+
T as getUniqueId,
|
|
219
|
+
b as isAppleDevice,
|
|
220
|
+
g as isEmpty,
|
|
221
|
+
v as lazySearch,
|
|
222
|
+
Tr as pauseTimers,
|
|
223
|
+
S as randomNumber,
|
|
224
|
+
P as removeExtraProperties,
|
|
225
|
+
br as removeToast,
|
|
226
|
+
h as resetSearchIndex,
|
|
227
|
+
gr as resumeTimers,
|
|
228
|
+
A as search,
|
|
229
|
+
Sr as showToast,
|
|
230
|
+
I as slugify,
|
|
231
|
+
C as throttle,
|
|
232
|
+
Pr as toast,
|
|
233
|
+
D as truncate,
|
|
234
|
+
sr as useAdvancedKeyStroke,
|
|
235
|
+
Ve as useDropdownIds,
|
|
236
|
+
Oe as useDropdownSelection,
|
|
237
|
+
q as useFileUpload,
|
|
238
|
+
H as useForm,
|
|
239
|
+
oe as useKanbanBoard,
|
|
240
|
+
pr as useKeyStroke,
|
|
241
|
+
Ir as useNotifications,
|
|
242
|
+
Eo as useTheme,
|
|
243
|
+
Je as useTreeSelection,
|
|
244
|
+
Nt as useVLiteConfig,
|
|
245
|
+
ur as vScrollReveal
|
|
203
246
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A Vue 3 UI component library built with Tailwind CSS.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.5.2",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -34,23 +34,33 @@
|
|
|
34
34
|
"@iconify/vue": "5.0.0",
|
|
35
35
|
"@jaames/iro": "^5.5.2",
|
|
36
36
|
"@tailwindcss/vite": "^4.1.18",
|
|
37
|
+
"@types/file-saver": "^2.0.7",
|
|
38
|
+
"@types/papaparse": "^5.5.2",
|
|
37
39
|
"@types/scrollreveal": "^0.0.11",
|
|
38
40
|
"@vueuse/core": "^14.1.0",
|
|
41
|
+
"@vueuse/integrations": "^14.2.1",
|
|
42
|
+
"file-saver": "^2.0.5",
|
|
39
43
|
"iconify-icon-picker": "^1.0.3",
|
|
44
|
+
"jsbarcode": "^3.12.3",
|
|
45
|
+
"papaparse": "^5.5.3",
|
|
46
|
+
"qrcode": "^1.5.4",
|
|
40
47
|
"scrollreveal": "^4.0.9",
|
|
41
48
|
"tailwindcss": "^4.1.18",
|
|
42
49
|
"v-datepicker-lite": "^0.1.6",
|
|
43
50
|
"v-tooltip-lite": "^0.2.1",
|
|
44
51
|
"vue-carousel-lite": "^0.2.7",
|
|
45
52
|
"vue-draggable-plus": "^0.5.3",
|
|
46
|
-
"vue3-google-signin": "^2.1.1"
|
|
53
|
+
"vue3-google-signin": "^2.1.1",
|
|
54
|
+
"xlsx": "^0.18.5"
|
|
47
55
|
},
|
|
48
56
|
"peerDependencies": {
|
|
49
57
|
"vue": "^3.5.24",
|
|
50
58
|
"vue-router": "4"
|
|
51
59
|
},
|
|
52
60
|
"devDependencies": {
|
|
61
|
+
"@types/jsbarcode": "^3.11.4",
|
|
53
62
|
"@types/node": "^25.0.10",
|
|
63
|
+
"@types/qrcode": "^1.5.6",
|
|
54
64
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
55
65
|
"@vue/tsconfig": "^0.8.1",
|
|
56
66
|
"typescript": "~5.9.3",
|
package/router.d.ts
ADDED
package/style.css
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
var(--color-mixture-2, #000000));
|
|
165
165
|
|
|
166
166
|
--color-gray-50: color-mix(in oklab,
|
|
167
|
-
var(--color-mixture-1, #ffffff) 98.
|
|
167
|
+
var(--color-mixture-1, #ffffff) 98.2%,
|
|
168
168
|
var(--color-mixture-2, #000000));
|
|
169
169
|
|
|
170
170
|
--color-gray-100: color-mix(in oklab,
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
--color-mixture-2: #ffffff !important;
|
|
266
266
|
|
|
267
267
|
--color-gray-50: color-mix(in oklab,
|
|
268
|
-
var(--color-mixture-1, #ffffff)
|
|
268
|
+
var(--color-mixture-1, #ffffff) 96%,
|
|
269
269
|
var(--color-mixture-2, #000000));
|
|
270
270
|
|
|
271
271
|
--color-gray-100: color-mix(in oklab,
|
|
@@ -289,7 +289,9 @@
|
|
|
289
289
|
var(--color-mixture-2, #000000));
|
|
290
290
|
|
|
291
291
|
--color-secondary: color-mix(in oklab, var(--color-mixture-1) 89%, var(--color-mixture-2));
|
|
292
|
-
--color-muted:
|
|
292
|
+
--color-muted: color-mix(in oklab,
|
|
293
|
+
var(--color-mixture-1, #ffffff) 95%,
|
|
294
|
+
var(--color-mixture-2, #000000));
|
|
293
295
|
--color-destructive: #7f1d1d;
|
|
294
296
|
--color-destructive-foreground: #fafafa;
|
|
295
297
|
|
|
@@ -366,7 +368,7 @@
|
|
|
366
368
|
.dark .modal-body .bg-card,
|
|
367
369
|
.dark .sidepanel-body .bg-card,
|
|
368
370
|
.dark .tooltip-container .bg-card {
|
|
369
|
-
--color-body: #
|
|
371
|
+
--color-body: #151516 !important;
|
|
370
372
|
--color-mixture-1: #191818 !important;
|
|
371
373
|
--color-mixture-2: #ffffff !important;
|
|
372
374
|
background-color: var(--color-body) !important;
|
|
@@ -712,5 +714,5 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
712
714
|
}
|
|
713
715
|
|
|
714
716
|
/* --- Vite Generated CSS --- */
|
|
715
|
-
.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.IroBox{border-radius:8px!important}input[data-v-e7171c4f]::-webkit-outer-spin-button,input[data-v-e7171c4f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-e7171c4f]{-moz-appearance:textfield;appearance:textfield}.custom-fields-table[data-v-2969f70d] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-2969f70d] input,.custom-fields-table[data-v-2969f70d] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-2969f70d] input,.custom-fields-table[data-v-2969f70d] textarea,.custom-fields-table[data-v-2969f70d] select,.custom-fields-table[data-v-2969f70d] .input-wrapper,.custom-fields-table[data-v-2969f70d] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-2969f70d] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-2969f70d] input:focus,.custom-fields-table[data-v-2969f70d] textarea:focus,.custom-fields-table[data-v-2969f70d] select:focus,.custom-fields-table[data-v-2969f70d] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-2969f70d] .w-full{width:100%;height:100%}.list-enter-active[data-v-2969f70d]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-2969f70d]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-f01b3b3b]{display:flex;flex-direction:column}.form-field-item[data-v-f01b3b3b]:has([role=switch]),.form-field-item[data-v-f01b3b3b]:has([role=checkbox]){flex-direction:row;align-items:center}.form-container[data-v-a67bf34e]{width:100%}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}
|
|
717
|
+
input[data-v-e7171c4f]::-webkit-outer-spin-button,input[data-v-e7171c4f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-e7171c4f]{-moz-appearance:textfield;appearance:textfield}.blink-bg[data-v-32c213fd]{animation:blink-animation-32c213fd 1s infinite}@keyframes blink-animation-32c213fd{0%{background-color:inherit}15%{background-color:var(--color-gray-250)}35%{background-color:inherit}75%{background-color:var(--color-gray-250)}to{background-color:inherit}}.IroBox{border-radius:8px!important}.custom-fields-table[data-v-c9831df1] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-c9831df1] input,.custom-fields-table[data-v-c9831df1] textarea,.custom-fields-table[data-v-c9831df1] select,.custom-fields-table[data-v-c9831df1] .input-wrapper,.custom-fields-table[data-v-c9831df1] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-c9831df1] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-c9831df1] input:focus,.custom-fields-table[data-v-c9831df1] textarea:focus,.custom-fields-table[data-v-c9831df1] select:focus,.custom-fields-table[data-v-c9831df1] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-c9831df1] .w-full{width:100%;height:100%}.list-enter-active[data-v-c9831df1]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-c9831df1]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-03c267ac]{display:flex;flex-direction:column}.form-field-item[data-v-03c267ac]:has([role=switch]),.form-field-item[data-v-03c267ac]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-655cd96c]{width:100%}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.navbar-tabs-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.navbar-tabs-no-scrollbar::-webkit-scrollbar{display:none}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity:0}.breadcrumb-item[data-v-0b2efcbc]{display:inline-flex;align-items:center}.breadcrumb-link[data-v-0b2efcbc]{display:inline-flex;align-items:center;gap:.35em;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease,background-color .15s ease;border-radius:var(--radius-sm)}.breadcrumb-link[data-v-0b2efcbc]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-0b2efcbc]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-0b2efcbc]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-0b2efcbc]{flex-shrink:0}.breadcrumb-list[data-v-a68fd721]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-a68fd721]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-a68fd721]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-a68fd721]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-a68fd721]{display:inline-flex;align-items:center;color:var(--color-gray-400);-webkit-user-select:none;user-select:none;font-size:.9em;line-height:1;padding:0 .1em}.breadcrumb-ellipsis[data-v-a68fd721]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-a68fd721]{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:transparent;color:var(--color-muted-foreground);cursor:pointer;font-size:.9em;line-height:1;letter-spacing:.05em;transition:all .15s ease}.breadcrumb-ellipsis-btn[data-v-a68fd721]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-300)}.breadcrumb--contained[data-v-a68fd721]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-a68fd721] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-a68fd721] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-300)}.breadcrumb--pills[data-v-a68fd721] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-a68fd721]{gap:0}.breadcrumb--arrow[data-v-a68fd721] .breadcrumb-link{padding:.35em .9em .35em 1.4em;background:var(--color-secondary);clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%,.6em 50%);border:none;margin-left:-.3em}.breadcrumb--arrow[data-v-a68fd721] .breadcrumb-item:first-child .breadcrumb-link{padding-left:.9em;clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%);border-radius:var(--radius-sm) 0 0 var(--radius-sm);margin-left:0}.breadcrumb--arrow[data-v-a68fd721] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-a68fd721] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-a68fd721]{display:none}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}.permission-matrix-wrapper[data-v-1f9be4e0]{max-height:70vh}.permission-matrix-wrapper[data-v-1f9be4e0]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-1f9be4e0]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-1f9be4e0]::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.permission-matrix-wrapper[data-v-1f9be4e0]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.command-palette-content[data-v-c2e803a4] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-c2e803a4] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-c2e803a4] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}
|
|
716
718
|
|
package/types/button.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type ButtonVariant = 'primary' | 'primary-light' | 'secondary' | 'danger' | 'danger-light' | 'warning' | 'warning-light' | 'info' | 'info-light' | 'success' | 'success-light' | 'outline' | 'outline-primary' | 'outline-danger' | 'outline-warning' | 'outline-info' | 'outline-success' | 'ghost' | 'link';
|
|
1
|
+
export type ButtonVariant = 'primary' | 'primary-light' | 'secondary' | 'danger' | 'danger-light' | 'warning' | 'warning-light' | 'info' | 'info-light' | 'success' | 'success-light' | 'outline' | 'outline-floating' | 'outline-primary' | 'outline-danger' | 'outline-warning' | 'outline-info' | 'outline-success' | 'ghost' | 'link';
|
|
2
2
|
export type ButtonSize = 'xs' | 'sm' | 'sm2' | 'md' | 'lg' | 'xl';
|
|
3
3
|
export type ButtonRounded = 'none' | 'sm' | 'sm2' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
|
|
4
4
|
export interface ButtonProps {
|