@j-solution/components 1.6.1 → 1.7.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/README.md +8 -6
- package/assets/jwms-portal-frontend-CwxPfHfa.css +1 -0
- package/assets/styles/j-components.css +1 -1
- package/assets/styles/themes.css +107 -0
- package/components/atoms/JAvatar.vue.cjs +1 -1
- package/components/atoms/JAvatar.vue.cjs.map +1 -1
- package/components/atoms/JAvatar.vue.js +10 -7
- package/components/atoms/JAvatar.vue.js.map +1 -1
- package/components/atoms/JBadge.vue.cjs +1 -1
- package/components/atoms/JBadge.vue.cjs.map +1 -1
- package/components/atoms/JBadge.vue.js +7 -6
- package/components/atoms/JBadge.vue.js.map +1 -1
- package/components/atoms/JButton.vue.cjs +1 -1
- package/components/atoms/JButton.vue.cjs.map +1 -1
- package/components/atoms/JButton.vue.js +5 -5
- package/components/atoms/JButton.vue.js.map +1 -1
- package/components/atoms/JDatepicker.vue.cjs +1 -1
- package/components/atoms/JDatepicker.vue.cjs.map +1 -1
- package/components/atoms/JDatepicker.vue.js +10 -10
- package/components/atoms/JDatepicker.vue.js.map +1 -1
- package/components/atoms/JEditor.vue.cjs +1 -1
- package/components/atoms/JEditor.vue.js +1 -1
- package/components/atoms/JEditor.vue2.cjs +1 -1
- package/components/atoms/JEditor.vue2.cjs.map +1 -1
- package/components/atoms/JEditor.vue2.js +31 -17
- package/components/atoms/JEditor.vue2.js.map +1 -1
- package/components/atoms/JGrid.vue.cjs +1 -1
- package/components/atoms/JGrid.vue.js +2 -2
- package/components/atoms/JGrid.vue2.cjs +1 -1
- package/components/atoms/JGrid.vue2.cjs.map +1 -1
- package/components/atoms/JGrid.vue2.js +45 -33
- package/components/atoms/JGrid.vue2.js.map +1 -1
- package/components/atoms/JIcon.vue.cjs +1 -1
- package/components/atoms/JIcon.vue.cjs.map +1 -1
- package/components/atoms/JIcon.vue.js +14 -13
- package/components/atoms/JIcon.vue.js.map +1 -1
- package/components/atoms/JKbd.vue.cjs +1 -1
- package/components/atoms/JKbd.vue.cjs.map +1 -1
- package/components/atoms/JKbd.vue.js +13 -10
- package/components/atoms/JKbd.vue.js.map +1 -1
- package/components/atoms/JLabel.vue.cjs +1 -1
- package/components/atoms/JLabel.vue.cjs.map +1 -1
- package/components/atoms/JLabel.vue.js +4 -4
- package/components/atoms/JLabel.vue.js.map +1 -1
- package/components/atoms/JLink.vue.cjs +1 -1
- package/components/atoms/JLink.vue.cjs.map +1 -1
- package/components/atoms/JLink.vue.js +5 -5
- package/components/atoms/JLink.vue.js.map +1 -1
- package/components/atoms/JPreview.vue.cjs +1 -1
- package/components/atoms/JPreview.vue.js +2 -2
- package/components/atoms/JPreview.vue2.cjs +1 -1
- package/components/atoms/JPreview.vue2.cjs.map +1 -1
- package/components/atoms/JPreview.vue2.js +33 -20
- package/components/atoms/JPreview.vue2.js.map +1 -1
- package/components/atoms/JProgress.vue.cjs +1 -1
- package/components/atoms/JProgress.vue.cjs.map +1 -1
- package/components/atoms/JProgress.vue.js +15 -9
- package/components/atoms/JProgress.vue.js.map +1 -1
- package/components/atoms/JRadio.vue.cjs +1 -1
- package/components/atoms/JRadio.vue.cjs.map +1 -1
- package/components/atoms/JRadio.vue.js +1 -1
- package/components/atoms/JRadio.vue.js.map +1 -1
- package/components/atoms/JSearchCombo.vue.cjs +1 -1
- package/components/atoms/JSearchCombo.vue.cjs.map +1 -1
- package/components/atoms/JSearchCombo.vue.js +38 -37
- package/components/atoms/JSearchCombo.vue.js.map +1 -1
- package/components/atoms/JSpinner.vue.cjs +1 -1
- package/components/atoms/JSpinner.vue.cjs.map +1 -1
- package/components/atoms/JSpinner.vue.js +8 -7
- package/components/atoms/JSpinner.vue.js.map +1 -1
- package/components/atoms/JSplitter.vue.cjs +1 -1
- package/components/atoms/JSplitter.vue.cjs.map +1 -1
- package/components/atoms/JSplitter.vue.js +32 -27
- package/components/atoms/JSplitter.vue.js.map +1 -1
- package/components/atoms/JTooltip.vue.cjs +1 -1
- package/components/atoms/JTooltip.vue.cjs.map +1 -1
- package/components/atoms/JTooltip.vue.js +18 -15
- package/components/atoms/JTooltip.vue.js.map +1 -1
- package/components/examples/ExampleCrudPage.vue.cjs +1 -1
- package/components/examples/ExampleCrudPage.vue.cjs.map +1 -1
- package/components/examples/ExampleCrudPage.vue.js +162 -108
- package/components/examples/ExampleCrudPage.vue.js.map +1 -1
- package/components/examples/ExampleTabMappingPage.vue.cjs +1 -1
- package/components/examples/ExampleTabMappingPage.vue.cjs.map +1 -1
- package/components/examples/ExampleTabMappingPage.vue.js +162 -119
- package/components/examples/ExampleTabMappingPage.vue.js.map +1 -1
- package/components/molecules/JBreadcrumb.vue.cjs +1 -1
- package/components/molecules/JBreadcrumb.vue.cjs.map +1 -1
- package/components/molecules/JBreadcrumb.vue.js +3 -3
- package/components/molecules/JBreadcrumb.vue.js.map +1 -1
- package/components/molecules/JFormField.vue.cjs +1 -1
- package/components/molecules/JFormField.vue.cjs.map +1 -1
- package/components/molecules/JFormField.vue.js +26 -24
- package/components/molecules/JFormField.vue.js.map +1 -1
- package/components/molecules/JTabs.vue.cjs +1 -1
- package/components/molecules/JTabs.vue.js +1 -1
- package/components/molecules/JTabs.vue2.cjs +1 -1
- package/components/molecules/JTabs.vue2.cjs.map +1 -1
- package/components/molecules/JTabs.vue2.js +7 -7
- package/components/molecules/JTabs.vue2.js.map +1 -1
- package/components/molecules/JTitlebar.vue.cjs +1 -1
- package/components/molecules/JTitlebar.vue.cjs.map +1 -1
- package/components/molecules/JTitlebar.vue.js +35 -36
- package/components/molecules/JTitlebar.vue.js.map +1 -1
- package/components/organisms/JFilterBar.vue.cjs +1 -1
- package/components/organisms/JFilterBar.vue.cjs.map +1 -1
- package/components/organisms/JFilterBar.vue.js +5 -5
- package/components/organisms/JFilterBar.vue.js.map +1 -1
- package/components/organisms/JHeader.vue.cjs +1 -1
- package/components/organisms/JHeader.vue.cjs.map +1 -1
- package/components/organisms/JHeader.vue.js +25 -23
- package/components/organisms/JHeader.vue.js.map +1 -1
- package/components/organisms/JModal.vue.cjs +1 -1
- package/components/organisms/JModal.vue.cjs.map +1 -1
- package/components/organisms/JModal.vue.js +30 -27
- package/components/organisms/JModal.vue.js.map +1 -1
- package/components/organisms/JSidebarAdvanced.vue.cjs +1 -1
- package/components/organisms/JSidebarAdvanced.vue.js +7 -7
- package/components/organisms/JSidebarAdvanced.vue2.cjs +1 -1
- package/components/organisms/JSidebarAdvanced.vue2.cjs.map +1 -1
- package/components/organisms/JSidebarAdvanced.vue2.js +40 -40
- package/components/organisms/JSidebarAdvanced.vue2.js.map +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs.map +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js +83 -63
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js.map +1 -1
- package/components/organisms/JSidebarSimple.vue.cjs +1 -1
- package/components/organisms/JSidebarSimple.vue.js +2 -2
- package/components/organisms/JSidebarSimple.vue2.cjs +1 -1
- package/components/organisms/JSidebarSimple.vue2.cjs.map +1 -1
- package/components/organisms/JSidebarSimple.vue2.js +2 -2
- package/components/organisms/JSidebarSimple.vue2.js.map +1 -1
- package/components/shadcn/AccordionTrigger.vue.cjs +1 -1
- package/components/shadcn/AccordionTrigger.vue.cjs.map +1 -1
- package/components/shadcn/AccordionTrigger.vue.js +3 -3
- package/components/shadcn/AccordionTrigger.vue.js.map +1 -1
- package/components/shadcn/CardContent.vue.cjs +1 -1
- package/components/shadcn/CardContent.vue.cjs.map +1 -1
- package/components/shadcn/CardContent.vue.js +1 -1
- package/components/shadcn/CardContent.vue.js.map +1 -1
- package/components/shadcn/CardDescription.vue.cjs +1 -1
- package/components/shadcn/CardDescription.vue.cjs.map +1 -1
- package/components/shadcn/CardDescription.vue.js +1 -1
- package/components/shadcn/CardDescription.vue.js.map +1 -1
- package/components/shadcn/CardFooter.vue.cjs +1 -1
- package/components/shadcn/CardFooter.vue.cjs.map +1 -1
- package/components/shadcn/CardFooter.vue.js +7 -7
- package/components/shadcn/CardFooter.vue.js.map +1 -1
- package/components/shadcn/CardHeader.vue.cjs +1 -1
- package/components/shadcn/CardHeader.vue.cjs.map +1 -1
- package/components/shadcn/CardHeader.vue.js +8 -8
- package/components/shadcn/CardHeader.vue.js.map +1 -1
- package/components/shadcn/CardTitle.vue.cjs +1 -1
- package/components/shadcn/CardTitle.vue.cjs.map +1 -1
- package/components/shadcn/CardTitle.vue.js +5 -5
- package/components/shadcn/CardTitle.vue.js.map +1 -1
- package/components/shadcn/Input.vue.cjs +1 -1
- package/components/shadcn/Input.vue.cjs.map +1 -1
- package/components/shadcn/Input.vue.js +1 -1
- package/components/shadcn/Input.vue.js.map +1 -1
- package/components/shadcn/SelectTrigger.vue.cjs +1 -1
- package/components/shadcn/SelectTrigger.vue.cjs.map +1 -1
- package/components/shadcn/SelectTrigger.vue.js +2 -2
- package/components/shadcn/SelectTrigger.vue.js.map +1 -1
- package/components/shadcn/Switch.vue.cjs +1 -1
- package/components/shadcn/Switch.vue.cjs.map +1 -1
- package/components/shadcn/Switch.vue.js +2 -2
- package/components/shadcn/Switch.vue.js.map +1 -1
- package/components/shadcn/TabsList.vue.cjs +1 -1
- package/components/shadcn/TabsList.vue.cjs.map +1 -1
- package/components/shadcn/TabsList.vue.js +1 -1
- package/components/shadcn/TabsList.vue.js.map +1 -1
- package/components/shadcn/TabsTrigger.vue.cjs +1 -1
- package/components/shadcn/TabsTrigger.vue.cjs.map +1 -1
- package/components/shadcn/TabsTrigger.vue.js +4 -4
- package/components/shadcn/TabsTrigger.vue.js.map +1 -1
- package/components/shadcn/Textarea.vue.cjs +1 -1
- package/components/shadcn/Textarea.vue.cjs.map +1 -1
- package/components/shadcn/Textarea.vue.js +2 -2
- package/components/shadcn/Textarea.vue.js.map +1 -1
- package/components/shadcn/index.cjs +1 -1
- package/components/shadcn/index.cjs.map +1 -1
- package/components/shadcn/index.js +8 -7
- package/components/shadcn/index.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +131 -15
- package/assets/jwms-portal-frontend-DntSIcYt.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/shadcn/index.ts"],"sourcesContent":["// Button variants\r\nimport type { VariantProps } from \"class-variance-authority\"\r\nimport { cva } from \"class-variance-authority\"\r\n\r\nexport const buttonVariants = cva(\
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/components/shadcn/index.ts"],"sourcesContent":["// Button variants\r\nimport type { VariantProps } from \"class-variance-authority\"\r\nimport { cva } from \"class-variance-authority\"\r\n\r\nexport const buttonVariants = cva(\n \"inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50\",\n {\n variants: {\n variant: {\n default: \"bg-primary text-primary-foreground hover:bg-primary/90\",\n destructive:\n \"bg-destructive text-destructive-foreground hover:bg-destructive/90\",\n outline:\n \"border border-input bg-background hover:bg-accent hover:text-accent-foreground\",\n secondary:\n \"bg-secondary text-secondary-foreground hover:bg-secondary/80\",\n ghost: \"hover:bg-accent hover:text-accent-foreground\",\n link: \"text-primary underline-offset-4 hover:underline\",\n },\n size: {\n xs: \"h-7 rounded-md px-2 text-xs\",\n sm: \"h-8 rounded-md px-3 text-sm\",\n md: \"h-9 px-4 py-2\",\n lg: \"h-10 rounded-md px-6\",\n icon: \"h-9 w-9\",\n },\n },\n defaultVariants: {\n variant: \"default\",\n size: \"sm\",\n },\n },\n)\n\r\nexport type ButtonVariants = VariantProps<typeof buttonVariants>\r\n\r\n// Accordion\r\nexport { default as Accordion } from \"./Accordion.vue\"\r\nexport { default as AccordionContent } from \"./AccordionContent.vue\"\r\nexport { default as AccordionItem } from \"./AccordionItem.vue\"\r\nexport { default as AccordionTrigger } from \"./AccordionTrigger.vue\"\r\n\r\n// Alert\r\nexport { default as Alert } from \"./Alert.vue\"\r\nexport { default as AlertDescription } from \"./AlertDescription.vue\"\r\nexport { default as AlertTitle } from \"./AlertTitle.vue\"\r\n\r\n// Avatar\r\nexport { default as Avatar } from \"./Avatar.vue\"\r\nexport { default as AvatarFallback } from \"./AvatarFallback.vue\"\r\nexport { default as AvatarImage } from \"./AvatarImage.vue\"\r\n\r\n// Badge\r\nexport { default as Badge } from \"./Badge.vue\"\r\n\r\n// Calendar\r\nexport { default as Calendar } from \"./Calendar.vue\"\r\nexport { default as CalendarCell } from \"./CalendarCell.vue\"\r\nexport { default as CalendarCellTrigger } from \"./CalendarCellTrigger.vue\"\r\nexport { default as CalendarGrid } from \"./CalendarGrid.vue\"\r\nexport { default as CalendarGridBody } from \"./CalendarGridBody.vue\"\r\nexport { default as CalendarGridHead } from \"./CalendarGridHead.vue\"\r\nexport { default as CalendarGridRow } from \"./CalendarGridRow.vue\"\r\nexport { default as CalendarHeadCell } from \"./CalendarHeadCell.vue\"\r\nexport { default as CalendarHeader } from \"./CalendarHeader.vue\"\r\nexport { default as CalendarHeading } from \"./CalendarHeading.vue\"\r\nexport { default as CalendarNextButton } from \"./CalendarNextButton.vue\"\r\nexport { default as CalendarPrevButton } from \"./CalendarPrevButton.vue\"\r\n\r\n// Card\r\nexport { default as Card } from \"./Card.vue\"\r\nexport { default as CardContent } from \"./CardContent.vue\"\r\nexport { default as CardDescription } from \"./CardDescription.vue\"\r\nexport { default as CardFooter } from \"./CardFooter.vue\"\r\nexport { default as CardHeader } from \"./CardHeader.vue\"\r\nexport { default as CardTitle } from \"./CardTitle.vue\"\r\n\r\n// Checkbox\r\nexport { default as Checkbox } from \"./Checkbox.vue\"\r\n\r\n// Combobox\r\nexport { default as Combobox } from \"./Combobox.vue\"\r\nexport { default as ComboboxAnchor } from \"./ComboboxAnchor.vue\"\r\nexport { default as ComboboxEmpty } from \"./ComboboxEmpty.vue\"\r\nexport { default as ComboboxGroup } from \"./ComboboxGroup.vue\"\r\nexport { default as ComboboxInput } from \"./ComboboxInput.vue\"\r\nexport { default as ComboboxItem } from \"./ComboboxItem.vue\"\r\nexport { default as ComboboxList } from \"./ComboboxList.vue\"\r\nexport { default as ComboboxSeparator } from \"./ComboboxSeparator.vue\"\r\nexport { default as ComboboxTrigger } from \"./ComboboxTrigger.vue\"\r\n\r\n// ContextMenu\r\nexport { default as ContextMenu } from \"./ContextMenu.vue\"\r\nexport { default as ContextMenuCheckboxItem } from \"./ContextMenuCheckboxItem.vue\"\r\nexport { default as ContextMenuContent } from \"./ContextMenuContent.vue\"\r\nexport { default as ContextMenuGroup } from \"./ContextMenuGroup.vue\"\r\nexport { default as ContextMenuItem } from \"./ContextMenuItem.vue\"\r\nexport { default as ContextMenuLabel } from \"./ContextMenuLabel.vue\"\r\nexport { default as ContextMenuPortal } from \"./ContextMenuPortal.vue\"\r\nexport { default as ContextMenuRadioGroup } from \"./ContextMenuRadioGroup.vue\"\r\nexport { default as ContextMenuRadioItem } from \"./ContextMenuRadioItem.vue\"\r\nexport { default as ContextMenuSeparator } from \"./ContextMenuSeparator.vue\"\r\nexport { default as ContextMenuShortcut } from \"./ContextMenuShortcut.vue\"\r\nexport { default as ContextMenuSub } from \"./ContextMenuSub.vue\"\r\nexport { default as ContextMenuSubContent } from \"./ContextMenuSubContent.vue\"\r\nexport { default as ContextMenuSubTrigger } from \"./ContextMenuSubTrigger.vue\"\r\nexport { default as ContextMenuTrigger } from \"./ContextMenuTrigger.vue\"\r\n\r\n// Dialog\r\nexport { default as Dialog } from \"./Dialog.vue\"\r\nexport { default as DialogBody } from \"./DialogBody.vue\"\r\nexport { default as DialogContent } from \"./DialogContent.vue\"\r\nexport { default as DialogDescription } from \"./DialogDescription.vue\"\r\nexport { default as DialogFooter } from \"./DialogFooter.vue\"\r\nexport { default as DialogHeader } from \"./DialogHeader.vue\"\r\nexport { default as DialogTitle } from \"./DialogTitle.vue\"\r\n\r\n// Field\r\nexport { default as Field } from \"./Field.vue\"\r\nexport { default as FieldContent } from \"./FieldContent.vue\"\r\nexport { default as FieldDescription } from \"./FieldDescription.vue\"\r\nexport { default as FieldError } from \"./FieldError.vue\"\r\nexport { default as FieldGroup } from \"./FieldGroup.vue\"\r\nexport { default as FieldLabel } from \"./FieldLabel.vue\"\r\nexport { default as FieldLegend } from \"./FieldLegend.vue\"\r\nexport { default as FieldSeparator } from \"./FieldSeparator.vue\"\r\nexport { default as FieldSet } from \"./FieldSet.vue\"\r\nexport { default as FieldTitle } from \"./FieldTitle.vue\"\r\n\r\n// ButtonGroup\r\nexport { default as ButtonGroup } from \"./ButtonGroup.vue\"\r\nexport { default as ButtonGroupSeparator } from \"./ButtonGroupSeparator.vue\"\r\nexport { default as ButtonGroupText } from \"./ButtonGroupText.vue\"\r\n\r\n// Input\r\nexport { default as Button } from \"./Button.vue\"\r\nexport { default as Input } from \"./Input.vue\"\r\n\r\n// Kbd\r\nexport { default as Kbd } from \"./Kbd.vue\"\r\nexport { default as KbdGroup } from \"./KbdGroup.vue\"\r\n\r\n// Label\r\nexport { default as Label } from \"./Label.vue\"\r\n\r\n// Popover\r\nexport { default as Popover } from \"./Popover.vue\"\r\nexport { default as PopoverContent } from \"./PopoverContent.vue\"\r\nexport { default as PopoverTrigger } from \"./PopoverTrigger.vue\"\r\n\r\n// Progress\r\nexport { default as Progress } from \"./Progress.vue\"\r\n\r\n// Radio\r\nexport { default as RadioGroup } from \"./RadioGroup.vue\"\r\nexport { default as RadioGroupItem } from \"./RadioGroupItem.vue\"\r\n\r\n// Select\r\nexport { default as Select } from \"./Select.vue\"\r\nexport { default as SelectContent } from \"./SelectContent.vue\"\r\nexport { default as SelectGroup } from \"./SelectGroup.vue\"\r\nexport { default as SelectItem } from \"./SelectItem.vue\"\r\nexport { default as SelectItemText } from \"./SelectItemText.vue\"\r\nexport { default as SelectLabel } from \"./SelectLabel.vue\"\r\nexport { default as SelectScrollDownButton } from \"./SelectScrollDownButton.vue\"\r\nexport { default as SelectScrollUpButton } from \"./SelectScrollUpButton.vue\"\r\nexport { default as SelectSeparator } from \"./SelectSeparator.vue\"\r\nexport { default as SelectTrigger } from \"./SelectTrigger.vue\"\r\nexport { default as SelectValue } from \"./SelectValue.vue\"\r\n\r\n// Separator\r\nexport { default as Separator } from \"./Separator.vue\"\r\n\r\n// Spinner\r\nexport { default as Spinner } from \"./Spinner.vue\"\r\n\r\n// Switch\r\nexport { default as Switch } from \"./Switch.vue\"\r\n\r\n// Tabs\r\nexport { default as Tabs } from \"./Tabs.vue\"\r\nexport { default as TabsContent } from \"./TabsContent.vue\"\r\nexport { default as TabsList } from \"./TabsList.vue\"\r\nexport { default as TabsTrigger } from \"./TabsTrigger.vue\"\r\n\r\n// Textarea\r\nexport { default as Textarea } from \"./Textarea.vue\"\r\n\r\n\r\n// Tooltip\r\nexport { default as Tooltip } from \"./Tooltip.vue\"\r\nexport { default as TooltipContent } from \"./TooltipContent.vue\"\r\nexport { default as TooltipProvider } from \"./TooltipProvider.vue\"\r\nexport { default as TooltipTrigger } from \"./TooltipTrigger.vue\"\r\n\r\n// Toaster\r\nexport { default as Toaster } from \"./Toaster.vue\""],"names":["buttonVariants","cva"],"mappings":";;;;;;;;;;;;AAIO,MAAMA,IAAiBC;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,UAAU;AAAA,MACR,SAAS;AAAA,QACP,SAAS;AAAA,QACT,aACE;AAAA,QACF,SACE;AAAA,QACF,WACE;AAAA,QACF,OAAO;AAAA,QACP,MAAM;AAAA,MAAA;AAAA,MAER,MAAM;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,MAAM;AAAA,MAAA;AAAA,IACR;AAAA,IAEF,iBAAiB;AAAA,MACf,SAAS;AAAA,MACT,MAAM;AAAA,IAAA;AAAA,EACR;AAEJ;"}
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ styletype: StyleType_10;
|
|
|
306
306
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
307
307
|
|
|
308
308
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
309
|
-
size: "sm" | "md" | "lg";
|
|
309
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
310
310
|
variant: "default" | "secondary" | "destructive" | "outline";
|
|
311
311
|
styletype: StyleType_12;
|
|
312
312
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -355,6 +355,7 @@ styletype: StyleType_20;
|
|
|
355
355
|
|
|
356
356
|
declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
357
357
|
direction: Orientation;
|
|
358
|
+
gap: number;
|
|
358
359
|
withHandle: boolean;
|
|
359
360
|
defaultSize: number;
|
|
360
361
|
minSize: number;
|
|
@@ -397,7 +398,7 @@ declare type __VLS_Props_11 = {
|
|
|
397
398
|
readonly?: boolean;
|
|
398
399
|
/** 에디터 높이 */
|
|
399
400
|
height?: string | number;
|
|
400
|
-
/** 테마 (light/dark) */
|
|
401
|
+
/** 테마 (light/dark) - 설정하지 않으면 자동으로 다크모드 감지 */
|
|
401
402
|
theme?: 'light' | 'dark';
|
|
402
403
|
/** 추가 CSS 클래스 */
|
|
403
404
|
class?: string;
|
|
@@ -445,7 +446,7 @@ declare type __VLS_Props_14 = {
|
|
|
445
446
|
/** 스타일 프리셋 */
|
|
446
447
|
styletype?: StyleType_12;
|
|
447
448
|
/** 배지 크기 */
|
|
448
|
-
size?: 'sm' | 'md' | 'lg';
|
|
449
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
449
450
|
};
|
|
450
451
|
|
|
451
452
|
declare type __VLS_Props_15 = {
|
|
@@ -469,7 +470,7 @@ declare type __VLS_Props_15 = {
|
|
|
469
470
|
};
|
|
470
471
|
|
|
471
472
|
declare type __VLS_Props_16 = {
|
|
472
|
-
size?: 'sm' | 'md' | 'lg';
|
|
473
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
473
474
|
class?: string;
|
|
474
475
|
/** 스타일 프리셋 */
|
|
475
476
|
styletype?: StyleType_14;
|
|
@@ -583,7 +584,7 @@ declare type __VLS_Props_22 = {
|
|
|
583
584
|
declare type __VLS_Props_23 = {
|
|
584
585
|
/** 마크다운 또는 HTML 내용 */
|
|
585
586
|
modelValue?: string;
|
|
586
|
-
/** 테마 (light/dark) */
|
|
587
|
+
/** 테마 (light/dark) - 설정하지 않으면 자동으로 다크모드 감지 */
|
|
587
588
|
theme?: 'light' | 'dark';
|
|
588
589
|
/** 추가 CSS 클래스 */
|
|
589
590
|
class?: string;
|
|
@@ -630,6 +631,16 @@ declare type __VLS_Props_24 = {
|
|
|
630
631
|
enableColumnsToolPanel?: boolean;
|
|
631
632
|
/** Status Bar 활성화 여부 (Enterprise) */
|
|
632
633
|
statusBar?: boolean;
|
|
634
|
+
/** 간소화된 Footer 모드 (Status Bar 제거, Pagination만 표시) */
|
|
635
|
+
compactFooter?: boolean;
|
|
636
|
+
/** Row Group Panel 표시 여부 ('always' | 'onlyWhenGrouping' | 'never') */
|
|
637
|
+
rowGroupPanelShow?: 'always' | 'onlyWhenGrouping' | 'never';
|
|
638
|
+
/** 그룹 기본 확장 레벨 (-1: 모두 닫힘, 0: 첫 레벨만, 1: 2레벨까지...) */
|
|
639
|
+
groupDefaultExpanded?: number;
|
|
640
|
+
/** Pivot Mode Panel 표시 여부 */
|
|
641
|
+
pivotPanelShow?: 'always' | 'onlyWhenPivoting' | 'never';
|
|
642
|
+
/** Pivot Mode 활성화 여부 */
|
|
643
|
+
pivotMode?: boolean;
|
|
633
644
|
};
|
|
634
645
|
|
|
635
646
|
declare type __VLS_Props_25 = {
|
|
@@ -647,6 +658,8 @@ declare type __VLS_Props_25 = {
|
|
|
647
658
|
secondMaxSize?: number;
|
|
648
659
|
/** ResizableHandle에 grip 아이콘 표시 여부 */
|
|
649
660
|
withHandle?: boolean;
|
|
661
|
+
/** 패널 간 여백 (px) */
|
|
662
|
+
gap?: number;
|
|
650
663
|
/** 추가 CSS 클래스 */
|
|
651
664
|
class?: string;
|
|
652
665
|
};
|
|
@@ -1207,7 +1220,7 @@ declare function __VLS_template_20(): {
|
|
|
1207
1220
|
declare function __VLS_template_21(): {
|
|
1208
1221
|
attrs: Partial<{}>;
|
|
1209
1222
|
slots: {
|
|
1210
|
-
|
|
1223
|
+
toolbar?(_: {}): any;
|
|
1211
1224
|
};
|
|
1212
1225
|
refs: {};
|
|
1213
1226
|
rootEl: HTMLElement;
|
|
@@ -1620,7 +1633,7 @@ declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
|
1620
1633
|
|
|
1621
1634
|
declare const buttonVariants: (props?: ({
|
|
1622
1635
|
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
1623
|
-
size?: "
|
|
1636
|
+
size?: "sm" | "lg" | "xs" | "md" | "icon" | null | undefined;
|
|
1624
1637
|
} & ClassProp) | undefined) => string;
|
|
1625
1638
|
|
|
1626
1639
|
declare interface ComboboxOption {
|
|
@@ -1751,6 +1764,11 @@ selectedRows?: any[];
|
|
|
1751
1764
|
columnHover?: boolean;
|
|
1752
1765
|
enableColumnsToolPanel?: boolean;
|
|
1753
1766
|
statusBar?: boolean;
|
|
1767
|
+
compactFooter?: boolean;
|
|
1768
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1769
|
+
groupDefaultExpanded?: number;
|
|
1770
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1771
|
+
pivotMode?: boolean;
|
|
1754
1772
|
}> & Readonly<{
|
|
1755
1773
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1756
1774
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1790,6 +1808,11 @@ selectedRows: any[];
|
|
|
1790
1808
|
columnHover: boolean;
|
|
1791
1809
|
enableColumnsToolPanel: boolean;
|
|
1792
1810
|
statusBar: boolean;
|
|
1811
|
+
compactFooter: boolean;
|
|
1812
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
1813
|
+
groupDefaultExpanded: number;
|
|
1814
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
1815
|
+
pivotMode: boolean;
|
|
1793
1816
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
1794
1817
|
P: {};
|
|
1795
1818
|
B: {};
|
|
@@ -1818,6 +1841,11 @@ selectedRows?: any[];
|
|
|
1818
1841
|
columnHover?: boolean;
|
|
1819
1842
|
enableColumnsToolPanel?: boolean;
|
|
1820
1843
|
statusBar?: boolean;
|
|
1844
|
+
compactFooter?: boolean;
|
|
1845
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1846
|
+
groupDefaultExpanded?: number;
|
|
1847
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1848
|
+
pivotMode?: boolean;
|
|
1821
1849
|
}> & Readonly<{
|
|
1822
1850
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1823
1851
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1849,6 +1877,11 @@ selectedRows: any[];
|
|
|
1849
1877
|
columnHover: boolean;
|
|
1850
1878
|
enableColumnsToolPanel: boolean;
|
|
1851
1879
|
statusBar: boolean;
|
|
1880
|
+
compactFooter: boolean;
|
|
1881
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
1882
|
+
groupDefaultExpanded: number;
|
|
1883
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
1884
|
+
pivotMode: boolean;
|
|
1852
1885
|
}> | null;
|
|
1853
1886
|
}, HTMLDivElement>;
|
|
1854
1887
|
|
|
@@ -1877,6 +1910,11 @@ selectedRows?: any[];
|
|
|
1877
1910
|
columnHover?: boolean;
|
|
1878
1911
|
enableColumnsToolPanel?: boolean;
|
|
1879
1912
|
statusBar?: boolean;
|
|
1913
|
+
compactFooter?: boolean;
|
|
1914
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1915
|
+
groupDefaultExpanded?: number;
|
|
1916
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1917
|
+
pivotMode?: boolean;
|
|
1880
1918
|
}> & Readonly<{
|
|
1881
1919
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1882
1920
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1916,6 +1954,11 @@ selectedRows: any[];
|
|
|
1916
1954
|
columnHover: boolean;
|
|
1917
1955
|
enableColumnsToolPanel: boolean;
|
|
1918
1956
|
statusBar: boolean;
|
|
1957
|
+
compactFooter: boolean;
|
|
1958
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
1959
|
+
groupDefaultExpanded: number;
|
|
1960
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
1961
|
+
pivotMode: boolean;
|
|
1919
1962
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
1920
1963
|
P: {};
|
|
1921
1964
|
B: {};
|
|
@@ -1944,6 +1987,11 @@ selectedRows?: any[];
|
|
|
1944
1987
|
columnHover?: boolean;
|
|
1945
1988
|
enableColumnsToolPanel?: boolean;
|
|
1946
1989
|
statusBar?: boolean;
|
|
1990
|
+
compactFooter?: boolean;
|
|
1991
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1992
|
+
groupDefaultExpanded?: number;
|
|
1993
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1994
|
+
pivotMode?: boolean;
|
|
1947
1995
|
}> & Readonly<{
|
|
1948
1996
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1949
1997
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1975,6 +2023,11 @@ selectedRows: any[];
|
|
|
1975
2023
|
columnHover: boolean;
|
|
1976
2024
|
enableColumnsToolPanel: boolean;
|
|
1977
2025
|
statusBar: boolean;
|
|
2026
|
+
compactFooter: boolean;
|
|
2027
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2028
|
+
groupDefaultExpanded: number;
|
|
2029
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2030
|
+
pivotMode: boolean;
|
|
1978
2031
|
}> | null;
|
|
1979
2032
|
mappingMasterGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1980
2033
|
rowData: any[];
|
|
@@ -1997,6 +2050,11 @@ selectedRows?: any[];
|
|
|
1997
2050
|
columnHover?: boolean;
|
|
1998
2051
|
enableColumnsToolPanel?: boolean;
|
|
1999
2052
|
statusBar?: boolean;
|
|
2053
|
+
compactFooter?: boolean;
|
|
2054
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2055
|
+
groupDefaultExpanded?: number;
|
|
2056
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2057
|
+
pivotMode?: boolean;
|
|
2000
2058
|
}> & Readonly<{
|
|
2001
2059
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2002
2060
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2036,6 +2094,11 @@ selectedRows: any[];
|
|
|
2036
2094
|
columnHover: boolean;
|
|
2037
2095
|
enableColumnsToolPanel: boolean;
|
|
2038
2096
|
statusBar: boolean;
|
|
2097
|
+
compactFooter: boolean;
|
|
2098
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2099
|
+
groupDefaultExpanded: number;
|
|
2100
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2101
|
+
pivotMode: boolean;
|
|
2039
2102
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2040
2103
|
P: {};
|
|
2041
2104
|
B: {};
|
|
@@ -2064,6 +2127,11 @@ selectedRows?: any[];
|
|
|
2064
2127
|
columnHover?: boolean;
|
|
2065
2128
|
enableColumnsToolPanel?: boolean;
|
|
2066
2129
|
statusBar?: boolean;
|
|
2130
|
+
compactFooter?: boolean;
|
|
2131
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2132
|
+
groupDefaultExpanded?: number;
|
|
2133
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2134
|
+
pivotMode?: boolean;
|
|
2067
2135
|
}> & Readonly<{
|
|
2068
2136
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2069
2137
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2095,6 +2163,11 @@ selectedRows: any[];
|
|
|
2095
2163
|
columnHover: boolean;
|
|
2096
2164
|
enableColumnsToolPanel: boolean;
|
|
2097
2165
|
statusBar: boolean;
|
|
2166
|
+
compactFooter: boolean;
|
|
2167
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2168
|
+
groupDefaultExpanded: number;
|
|
2169
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2170
|
+
pivotMode: boolean;
|
|
2098
2171
|
}> | null;
|
|
2099
2172
|
unmappedGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2100
2173
|
rowData: any[];
|
|
@@ -2117,6 +2190,11 @@ selectedRows?: any[];
|
|
|
2117
2190
|
columnHover?: boolean;
|
|
2118
2191
|
enableColumnsToolPanel?: boolean;
|
|
2119
2192
|
statusBar?: boolean;
|
|
2193
|
+
compactFooter?: boolean;
|
|
2194
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2195
|
+
groupDefaultExpanded?: number;
|
|
2196
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2197
|
+
pivotMode?: boolean;
|
|
2120
2198
|
}> & Readonly<{
|
|
2121
2199
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2122
2200
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2156,6 +2234,11 @@ selectedRows: any[];
|
|
|
2156
2234
|
columnHover: boolean;
|
|
2157
2235
|
enableColumnsToolPanel: boolean;
|
|
2158
2236
|
statusBar: boolean;
|
|
2237
|
+
compactFooter: boolean;
|
|
2238
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2239
|
+
groupDefaultExpanded: number;
|
|
2240
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2241
|
+
pivotMode: boolean;
|
|
2159
2242
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2160
2243
|
P: {};
|
|
2161
2244
|
B: {};
|
|
@@ -2184,6 +2267,11 @@ selectedRows?: any[];
|
|
|
2184
2267
|
columnHover?: boolean;
|
|
2185
2268
|
enableColumnsToolPanel?: boolean;
|
|
2186
2269
|
statusBar?: boolean;
|
|
2270
|
+
compactFooter?: boolean;
|
|
2271
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2272
|
+
groupDefaultExpanded?: number;
|
|
2273
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2274
|
+
pivotMode?: boolean;
|
|
2187
2275
|
}> & Readonly<{
|
|
2188
2276
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2189
2277
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2215,6 +2303,11 @@ selectedRows: any[];
|
|
|
2215
2303
|
columnHover: boolean;
|
|
2216
2304
|
enableColumnsToolPanel: boolean;
|
|
2217
2305
|
statusBar: boolean;
|
|
2306
|
+
compactFooter: boolean;
|
|
2307
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2308
|
+
groupDefaultExpanded: number;
|
|
2309
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2310
|
+
pivotMode: boolean;
|
|
2218
2311
|
}> | null;
|
|
2219
2312
|
mappedGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2220
2313
|
rowData: any[];
|
|
@@ -2237,6 +2330,11 @@ selectedRows?: any[];
|
|
|
2237
2330
|
columnHover?: boolean;
|
|
2238
2331
|
enableColumnsToolPanel?: boolean;
|
|
2239
2332
|
statusBar?: boolean;
|
|
2333
|
+
compactFooter?: boolean;
|
|
2334
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2335
|
+
groupDefaultExpanded?: number;
|
|
2336
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2337
|
+
pivotMode?: boolean;
|
|
2240
2338
|
}> & Readonly<{
|
|
2241
2339
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2242
2340
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2276,6 +2374,11 @@ selectedRows: any[];
|
|
|
2276
2374
|
columnHover: boolean;
|
|
2277
2375
|
enableColumnsToolPanel: boolean;
|
|
2278
2376
|
statusBar: boolean;
|
|
2377
|
+
compactFooter: boolean;
|
|
2378
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2379
|
+
groupDefaultExpanded: number;
|
|
2380
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2381
|
+
pivotMode: boolean;
|
|
2279
2382
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2280
2383
|
P: {};
|
|
2281
2384
|
B: {};
|
|
@@ -2304,6 +2407,11 @@ selectedRows?: any[];
|
|
|
2304
2407
|
columnHover?: boolean;
|
|
2305
2408
|
enableColumnsToolPanel?: boolean;
|
|
2306
2409
|
statusBar?: boolean;
|
|
2410
|
+
compactFooter?: boolean;
|
|
2411
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2412
|
+
groupDefaultExpanded?: number;
|
|
2413
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2414
|
+
pivotMode?: boolean;
|
|
2307
2415
|
}> & Readonly<{
|
|
2308
2416
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2309
2417
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2335,6 +2443,11 @@ selectedRows: any[];
|
|
|
2335
2443
|
columnHover: boolean;
|
|
2336
2444
|
enableColumnsToolPanel: boolean;
|
|
2337
2445
|
statusBar: boolean;
|
|
2446
|
+
compactFooter: boolean;
|
|
2447
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2448
|
+
groupDefaultExpanded: number;
|
|
2449
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2450
|
+
pivotMode: boolean;
|
|
2338
2451
|
}> | null;
|
|
2339
2452
|
}, HTMLDivElement>;
|
|
2340
2453
|
|
|
@@ -2578,7 +2691,6 @@ modelValue: string;
|
|
|
2578
2691
|
placeholder: string;
|
|
2579
2692
|
height: string | number;
|
|
2580
2693
|
readonly: boolean;
|
|
2581
|
-
theme: "light" | "dark";
|
|
2582
2694
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2583
2695
|
|
|
2584
2696
|
export declare const JFilterBar: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
@@ -2679,6 +2791,11 @@ selectedRows: any[];
|
|
|
2679
2791
|
columnHover: boolean;
|
|
2680
2792
|
enableColumnsToolPanel: boolean;
|
|
2681
2793
|
statusBar: boolean;
|
|
2794
|
+
compactFooter: boolean;
|
|
2795
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2796
|
+
groupDefaultExpanded: number;
|
|
2797
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2798
|
+
pivotMode: boolean;
|
|
2682
2799
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2683
2800
|
|
|
2684
2801
|
export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -2766,7 +2883,6 @@ export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_
|
|
|
2766
2883
|
|
|
2767
2884
|
export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
2768
2885
|
modelValue: string;
|
|
2769
|
-
theme: "light" | "dark";
|
|
2770
2886
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2771
2887
|
|
|
2772
2888
|
export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
@@ -2963,7 +3079,7 @@ searchQuery: string;
|
|
|
2963
3079
|
|
|
2964
3080
|
export declare const JSpinner: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
2965
3081
|
label: string;
|
|
2966
|
-
size: "sm" | "md" | "lg";
|
|
3082
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
2967
3083
|
styletype: StyleType_14;
|
|
2968
3084
|
thickness: number;
|
|
2969
3085
|
labelPosition: LabelPosition;
|
|
@@ -3197,15 +3313,15 @@ declare interface SidebarMenuItem {
|
|
|
3197
3313
|
meta?: Record<string, any>;
|
|
3198
3314
|
}
|
|
3199
3315
|
|
|
3200
|
-
declare type Size = 'sm' | 'md' | 'lg' | 'xl';
|
|
3316
|
+
declare type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3201
3317
|
|
|
3202
|
-
declare type Size_2 = 'sm' | 'md' | 'lg';
|
|
3318
|
+
declare type Size_2 = 'xs' | 'sm' | 'md' | 'lg';
|
|
3203
3319
|
|
|
3204
|
-
declare type SizeType = 'sm' | 'md' | 'lg';
|
|
3320
|
+
declare type SizeType = 'xs' | 'sm' | 'md' | 'lg';
|
|
3205
3321
|
|
|
3206
|
-
declare type SizeType_2 = 'sm' | 'md' | 'lg';
|
|
3322
|
+
declare type SizeType_2 = 'xs' | 'sm' | 'md' | 'lg';
|
|
3207
3323
|
|
|
3208
|
-
declare type SizeType_3 = 'sm' | 'md' | 'lg' | 'xl';
|
|
3324
|
+
declare type SizeType_3 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3209
3325
|
|
|
3210
3326
|
declare type Status = 'online' | 'offline' | 'away' | 'busy';
|
|
3211
3327
|
|