primitive-app 1.0.2 → 1.0.3
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 +72 -15
- package/dist/PrimitiveNotFound.vue.d.ts.map +1 -1
- package/dist/components/auth/PasskeyManagement.vue.d.ts +16 -0
- package/dist/components/auth/PasskeyManagement.vue.d.ts.map +1 -0
- package/dist/components/auth/PrimitiveLogin.vue.d.ts.map +1 -1
- package/dist/components/auth/PrimitiveLogout.vue.d.ts.map +1 -1
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts +33 -8
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts.map +1 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts.map +1 -1
- package/dist/components/documents/PrimitiveManageDocuments.vue.d.ts.map +1 -1
- package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts.map +1 -1
- package/dist/components/documents/PrimitiveSingleDocumentSwitcher.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveAppBreadcrumb.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveAppSidebarHeader.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts +5 -1
- package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveNavigationBadge.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveSidebarNav.vue.d.ts.map +1 -1
- package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts +6 -2
- package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts.map +1 -1
- package/dist/components/shared/DeleteConfirmationDialog.vue.d.ts.map +1 -1
- package/dist/components/shared/PrimitiveLogoSpinner.vue.d.ts.map +1 -1
- package/dist/components/shared/PrimitiveSkeletonGate.vue.d.ts.map +1 -1
- package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -1
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -1
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts.map +1 -1
- package/dist/components/ui/badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -1
- package/dist/components/ui/button/Button.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/Calendar.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarGrid.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarHeading.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts.map +1 -1
- package/dist/components/ui/card/Card.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardAction.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardContent.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardDescription.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardFooter.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/card/CardTitle.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -1
- package/dist/components/ui/checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/ui/collapsible/Collapsible.vue.d.ts.map +1 -1
- package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts.map +1 -1
- package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/Empty.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/EmptyContent.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/EmptyDescription.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/EmptyHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/EmptyMedia.vue.d.ts.map +1 -1
- package/dist/components/ui/empty/EmptyTitle.vue.d.ts.map +1 -1
- package/dist/components/ui/input/Input.vue.d.ts.map +1 -1
- package/dist/components/ui/label/Label.vue.d.ts.map +1 -1
- package/dist/components/ui/native-select/NativeSelect.vue.d.ts.map +1 -1
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +2 -0
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts.map +1 -1
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts +2 -0
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverAnchor.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/select/Select.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectGroup.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectItem.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectItemText.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectLabel.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectSeparator.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectValue.vue.d.ts.map +1 -1
- package/dist/components/ui/separator/Separator.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -1
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarRail.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/skeleton/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/ui/table/Table.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableBody.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableCaption.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableCell.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableEmpty.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableFooter.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableHead.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableHeader.vue.d.ts.map +1 -1
- package/dist/components/ui/table/TableRow.vue.d.ts.map +1 -1
- package/dist/components/ui/textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12377 -10659
- package/dist/index.umd.cjs +5 -4
- package/dist/layouts/PrimitiveAppLayout.vue.d.ts +5 -1
- package/dist/layouts/PrimitiveAppLayout.vue.d.ts.map +1 -1
- package/dist/layouts/PrimitiveLoginLayout.vue.d.ts.map +1 -1
- package/dist/layouts/PrimitiveStaticLayout.vue.d.ts.map +1 -1
- package/dist/pages/PrimitiveNotFound.vue.d.ts.map +1 -1
- package/dist/stores/appConfigStore.d.ts.map +1 -1
- package/dist/stores/breadcrumbsStore.d.ts +1 -4
- package/dist/stores/breadcrumbsStore.d.ts.map +1 -1
- package/dist/stores/jsBaoDocumentsStore.d.ts.map +1 -1
- package/dist/stores/multiDocumentStore.d.ts +13 -13
- package/dist/stores/multiDocumentStore.d.ts.map +1 -1
- package/dist/stores/navigationStore.d.ts +6 -0
- package/dist/stores/navigationStore.d.ts.map +1 -1
- package/dist/stores/singleDocumentStore.d.ts.map +1 -1
- package/dist/stores/userStore.d.ts +205 -2
- package/dist/stores/userStore.d.ts.map +1 -1
- package/dist/types/navigation.d.ts +16 -2
- package/dist/types/navigation.d.ts.map +1 -1
- package/package.json +24 -19
package/README.md
CHANGED
|
@@ -285,21 +285,25 @@ The navigation store drives sidebar, bottom navigation, and user menu:
|
|
|
285
285
|
|
|
286
286
|
**NavItemConfig options:**
|
|
287
287
|
|
|
288
|
-
| Option | Type | Description
|
|
289
|
-
| ------------------ | -------------------------------------- |
|
|
290
|
-
| `key` | `string` | Unique identifier for the item
|
|
291
|
-
| `navTitle` | `string` | Display title
|
|
292
|
-
| `navGroup` | `"main" \| "secondary" \| "user-menu"` | Navigation group
|
|
293
|
-
| `routeName?` | `string` | Vue router route name
|
|
294
|
-
| `routeParams?` | `object` | Route parameters
|
|
295
|
-
| `externalHref?` | `string` | External URL
|
|
296
|
-
| `
|
|
297
|
-
| `
|
|
298
|
-
| `
|
|
299
|
-
| `
|
|
300
|
-
| `
|
|
301
|
-
| `
|
|
302
|
-
| `
|
|
288
|
+
| Option | Type | Description |
|
|
289
|
+
| ------------------ | -------------------------------------- | -------------------------------------------------------------- |
|
|
290
|
+
| `key` | `string` | Unique identifier for the item |
|
|
291
|
+
| `navTitle` | `string` | Display title |
|
|
292
|
+
| `navGroup` | `"main" \| "secondary" \| "user-menu"` | Navigation group |
|
|
293
|
+
| `routeName?` | `string` | Vue router route name |
|
|
294
|
+
| `routeParams?` | `object` | Route parameters |
|
|
295
|
+
| `externalHref?` | `string` | External URL |
|
|
296
|
+
| `action?` | `string` | Action identifier for non-navigation items (e.g., open dialog) |
|
|
297
|
+
| `actionComponent?` | `Component` | Vue component to render when action is triggered |
|
|
298
|
+
| `target?` | `string` | Link target (e.g., "\_blank") |
|
|
299
|
+
| `icon?` | `Component` | Icon component |
|
|
300
|
+
| `parentKey?` | `string` | Parent item key (for nesting) |
|
|
301
|
+
| `navHeader?` | `string` | Header text for grouped items |
|
|
302
|
+
| `matchRouteNames?` | `string[]` | Additional routes that activate this item |
|
|
303
|
+
| `mobilePriority?` | `number` | Priority for bottom nav (lower = higher priority) |
|
|
304
|
+
| `hidden?` | `boolean` | Hide this item |
|
|
305
|
+
|
|
306
|
+
> **Note:** Each nav item should provide one of `routeName`, `externalHref`, or `action`. When `action` is provided with `actionComponent`, clicking the item opens the component as a dialog/sheet automatically.
|
|
303
307
|
|
|
304
308
|
Example:
|
|
305
309
|
|
|
@@ -345,6 +349,58 @@ export function getNavigationConfig(): NavigationConfig {
|
|
|
345
349
|
}
|
|
346
350
|
```
|
|
347
351
|
|
|
352
|
+
**Action-triggered dialogs:**
|
|
353
|
+
|
|
354
|
+
Navigation items can trigger dialogs or other UI instead of navigating. Use `action` with `actionComponent` to define menu items that open dialogs:
|
|
355
|
+
|
|
356
|
+
```ts
|
|
357
|
+
import { NavigationOverflowMode, PasskeyManagement, type NavigationConfig } from "primitive-app";
|
|
358
|
+
import { Key, LogOut } from "lucide-vue-next";
|
|
359
|
+
|
|
360
|
+
export function getNavigationConfig(): NavigationConfig {
|
|
361
|
+
return {
|
|
362
|
+
navItems: {
|
|
363
|
+
// Standard navigation item
|
|
364
|
+
home: {
|
|
365
|
+
key: "home",
|
|
366
|
+
navTitle: "Home",
|
|
367
|
+
navGroup: "main",
|
|
368
|
+
routeName: "home",
|
|
369
|
+
},
|
|
370
|
+
// Action item with automatic dialog rendering
|
|
371
|
+
managePasskeys: {
|
|
372
|
+
key: "managePasskeys",
|
|
373
|
+
navTitle: "Manage Passkeys",
|
|
374
|
+
navGroup: "user-menu",
|
|
375
|
+
action: "manage-passkeys",
|
|
376
|
+
actionComponent: PasskeyManagement, // Opens as dialog/sheet automatically
|
|
377
|
+
icon: Key,
|
|
378
|
+
},
|
|
379
|
+
logout: {
|
|
380
|
+
key: "logout",
|
|
381
|
+
navTitle: "Log out",
|
|
382
|
+
navGroup: "user-menu",
|
|
383
|
+
routeName: "logout",
|
|
384
|
+
icon: LogOut,
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
} as const;
|
|
388
|
+
}
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
When an item has both `action` and `actionComponent`:
|
|
392
|
+
- Clicking the item opens the specified component as a dialog (desktop) or bottom sheet (mobile)
|
|
393
|
+
- The component receives `open` (boolean prop) and should emit `update:open` to close
|
|
394
|
+
- No custom layout wrapper is needed – `PrimitiveAppLayout` handles rendering automatically
|
|
395
|
+
|
|
396
|
+
For custom action handling without automatic dialogs, use `action` without `actionComponent` and listen for the `@menu-action` event on `PrimitiveAppLayout`:
|
|
397
|
+
|
|
398
|
+
```vue
|
|
399
|
+
<PrimitiveAppLayout @menu-action="handleMenuAction">
|
|
400
|
+
<router-view />
|
|
401
|
+
</PrimitiveAppLayout>
|
|
402
|
+
```
|
|
403
|
+
|
|
348
404
|
**Dynamic navigation actions:**
|
|
349
405
|
|
|
350
406
|
```ts
|
|
@@ -626,6 +682,7 @@ Manages multiple document collections:
|
|
|
626
682
|
- `useUserStore` (user menu, online status).
|
|
627
683
|
- `useAppConfigStore` and `DocumentStoreMode` (document switching vs static header).
|
|
628
684
|
- `useSingleDocumentStore` (optional single-document switcher).
|
|
685
|
+
- Automatically renders action components (dialogs/sheets) for nav items with `actionComponent` defined.
|
|
629
686
|
- Shows a service worker "update required" banner and an optional worktree label banner (for dev workflows).
|
|
630
687
|
|
|
631
688
|
You can adopt it at different levels of complexity:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveNotFound.vue.d.ts","sourceRoot":"","sources":["../src/PrimitiveNotFound.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveNotFound.vue.d.ts","sourceRoot":"","sources":["../src/PrimitiveNotFound.vue"],"names":[],"mappings":"AAuOA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
/**
|
|
3
|
+
* Whether the dialog is open.
|
|
4
|
+
*/
|
|
5
|
+
open?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:open": (value: boolean) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
open: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=PasskeyManagement.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasskeyManagement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PasskeyManagement.vue"],"names":[],"mappings":"AAypBA,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAk/CD,QAAA,MAAM,YAAY;;;;;UAn/CT,OAAO;6EAu/Cd,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveLogin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogin.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveLogin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogin.vue"],"names":[],"mappings":"AAmzBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAWrC;;;;GAIG;AACH,UAAU,OAAO;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;;;GAMG;AACH,UAAU,UAAU;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,UAAU,gBAAgB;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED;;;;GAIG;AACH,UAAU,eAAe;IACvB;;OAEG;IACH,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AASD,UAAU,KAAK;IACb;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAymCD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveLogout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveLogout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogout.vue"],"names":[],"mappings":"AAmFA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAQrC,UAAU,KAAK;IACb;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AA0DD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Handles the OAuth callback redirect flow and navigates to the appropriate page.
|
|
3
|
-
*
|
|
4
|
-
* On mount, this component parses the current URL, calls the user store to
|
|
5
|
-
* complete OAuth, then redirects to a resolved continue URL (or back to login
|
|
6
|
-
* with an error message on failure).
|
|
7
|
-
*/
|
|
8
1
|
import type { Component } from "vue";
|
|
9
2
|
interface Props {
|
|
10
3
|
/**
|
|
@@ -32,8 +25,40 @@ interface Props {
|
|
|
32
25
|
* Defaults to `PrimitiveLogoSpinner` when not provided.
|
|
33
26
|
*/
|
|
34
27
|
loadingComponent?: Component;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to show the name field if user.name is blank.
|
|
30
|
+
* @default true
|
|
31
|
+
*/
|
|
32
|
+
requestName?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Whether name is required before continuing.
|
|
35
|
+
* @default true
|
|
36
|
+
*/
|
|
37
|
+
requireName?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to show the profile picture field if user.avatarUrl is blank.
|
|
40
|
+
* Note: Profile picture upload is not yet implemented.
|
|
41
|
+
* @default true
|
|
42
|
+
*/
|
|
43
|
+
requestProfilePicture?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Whether profile picture is required before continuing.
|
|
46
|
+
* @default false
|
|
47
|
+
*/
|
|
48
|
+
requireProfilePicture?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Whether to prompt user to add a passkey if they have none.
|
|
51
|
+
* @default true
|
|
52
|
+
*/
|
|
53
|
+
promptForPasskey?: boolean;
|
|
35
54
|
}
|
|
36
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
55
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
56
|
+
requestName: boolean;
|
|
57
|
+
requireName: boolean;
|
|
58
|
+
requestProfilePicture: boolean;
|
|
59
|
+
requireProfilePicture: boolean;
|
|
60
|
+
promptForPasskey: boolean;
|
|
61
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
37
62
|
declare const _default: typeof __VLS_export;
|
|
38
63
|
export default _default;
|
|
39
64
|
//# sourceMappingURL=PrimitiveOauthCallback.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveOauthCallback.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveOauthCallback.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveOauthCallback.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveOauthCallback.vue"],"names":[],"mappings":"AA01BA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AA2BrC,UAAU,KAAK;IACb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAG7B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAGhC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAy6CD,QAAA,MAAM,YAAY;iBAj8CF,OAAO;iBAKP,OAAO;2BAMG,OAAO;2BAKP,OAAO;sBAOZ,OAAO;6EA66C1B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveDebuggingSuite.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveDebuggingSuite.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveDebuggingSuite.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveDebuggingSuite.vue"],"names":[],"mappings":"AAwPA,OAAO,KAAK,EAEV,kBAAkB,EAEnB,MAAM,aAAa,CAAC;AAIrB,UAAU,KAAK;IACb;;OAEG;IACH,UAAU,EAAE,kBAAkB,EAAE,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AA2SD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveTestRunner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveTestRunner.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveTestRunner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveTestRunner.vue"],"names":[],"mappings":"AAsnBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAaxD,UAAU,KAAK;IACb;;OAEG;IACH,WAAW,EAAE,oBAAoB,EAAE,CAAC;IACpC;;OAEG;IACH,YAAY,EAAE,oBAAoB,EAAE,CAAC;IACrC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9C;AA4yCD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentDebuggerIndex.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentDebuggerIndex.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue"],"names":[],"mappings":"AA8/RA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentDebuggerModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerModel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentDebuggerModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerModel.vue"],"names":[],"mappings":"AA0lUA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentSidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentSidebar.vue"],"names":[],"mappings":"AAuiBA,KAAK,kBAAkB,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtE,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC;AAED,UAAU,KAAK;IACb;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAqzCD,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MassDeleteDocsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MassDeleteDocsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue"],"names":[],"mappings":"AA4QA,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;CAC3B;AAwgBD,QAAA,MAAM,YAAY;8BAzce,MAAM,SAAS,MAAM;;;;;;;;;kFA6cpD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MassDeleteRecordsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MassDeleteRecordsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue"],"names":[],"mappings":"AAoSA,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AA+jBD,QAAA,MAAM,YAAY;8BAhgBe,MAAM,SAAS,MAAM;;;;;;;;;kFAogBpD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugSuiteLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebugSuiteLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebugSuiteLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebugSuiteLayout.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEvD,UAAU,KAAK;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAkCD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteDocuments.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocuments.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebuggingSuiteDocuments.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocuments.vue"],"names":[],"mappings":"AAuHA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteDocumentsModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebuggingSuiteDocumentsModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteHome.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteHome.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebuggingSuiteHome.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteHome.vue"],"names":[],"mappings":"AA+aA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteTests.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteTests.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebuggingSuiteTests.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteTests.vue"],"names":[],"mappings":"AAoKA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveManageDocuments.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveManageDocuments.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveManageDocuments.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveManageDocuments.vue"],"names":[],"mappings":"AAqkEA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveShareDocumentDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveShareDocumentDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveShareDocumentDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveShareDocumentDialog.vue"],"names":[],"mappings":"AAylBA,UAAU,KAAK;IACb;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAshCD,QAAA,MAAM,YAAY;;;;;mBAvhCA,MAAM;6EA2hCtB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveSingleDocumentSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveSingleDocumentSwitcher.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveSingleDocumentSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveSingleDocumentSwitcher.vue"],"names":[],"mappings":"AA+pBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveAppBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveAppBreadcrumb.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveAppBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveAppBreadcrumb.vue"],"names":[],"mappings":"AAkPA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveAppSidebarHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveAppSidebarHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveAppSidebarHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveAppSidebarHeader.vue"],"names":[],"mappings":"AAsKA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2
|
+
"menu-action": (action: string) => any;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
"onMenu-action"?: ((action: string) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
6
|
declare const _default: typeof __VLS_export;
|
|
3
7
|
export default _default;
|
|
4
8
|
//# sourceMappingURL=PrimitiveBottomNav.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveBottomNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveBottomNav.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveBottomNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveBottomNav.vue"],"names":[],"mappings":"AAktBA,QAAA,MAAM,YAAY;;;;iFAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveNavigationBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveNavigationBadge.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveNavigationBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveNavigationBadge.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;GAEG;AAEH,UAAU,KAAK;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAwDD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveSidebarNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveSidebarNav.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveSidebarNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveSidebarNav.vue"],"names":[],"mappings":"AA4hCA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -7,7 +7,7 @@ interface UserMenuItem extends NavItemConfig {
|
|
|
7
7
|
*/
|
|
8
8
|
key: string;
|
|
9
9
|
/**
|
|
10
|
-
* Router path (used when `externalHref`
|
|
10
|
+
* Router path (used when `externalHref` and `action` are not set).
|
|
11
11
|
*/
|
|
12
12
|
url: string;
|
|
13
13
|
/**
|
|
@@ -29,7 +29,11 @@ interface Props {
|
|
|
29
29
|
*/
|
|
30
30
|
userMenuItems: UserMenuItem[];
|
|
31
31
|
}
|
|
32
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
32
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
|
+
"menu-action": (action: string) => any;
|
|
34
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
35
|
+
"onMenu-action"?: ((action: string) => any) | undefined;
|
|
36
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
37
|
declare const _default: typeof __VLS_export;
|
|
34
38
|
export default _default;
|
|
35
39
|
//# sourceMappingURL=PrimitiveUserMenu.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveUserMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveUserMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveUserMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PrimitiveUserMenu.vue"],"names":[],"mappings":"AAgOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAiB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAC;AAGpD,UAAU,YAAa,SAAQ,aAAa;IAC1C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,UAAU,KAAK;IACb;;OAEG;IACH,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,YAAY,EAAE,CAAC;CAC/B;AAybD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteConfirmationDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/DeleteConfirmationDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DeleteConfirmationDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/DeleteConfirmationDialog.vue"],"names":[],"mappings":"AAqKA,UAAU,KAAK;IACb;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAyOD,QAAA,MAAM,YAAY;;;;;;;;;WAnQR,MAAM;cAKH,MAAM;aAKP,MAAM;kBAKD,MAAM;iBAKP,MAAM;gBAKP,OAAO;6EA8OpB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveLogoSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/PrimitiveLogoSpinner.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveLogoSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/PrimitiveLogoSpinner.vue"],"names":[],"mappings":"AAsDA;;;;GAIG;AAEH,UAAU,KAAK;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAqDD,QAAA,MAAM,YAAY;UAtDT,MAAM;6EAyDb,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveSkeletonGate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/PrimitiveSkeletonGate.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimitiveSkeletonGate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/PrimitiveSkeletonGate.vue"],"names":[],"mappings":"AAiHA,UAAU,KAAK;IACb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,OAAO,CAAC;CAC1B;AAED,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,UAAU,KAAK;IACb;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AA4ED,QAAA,MAAM,UAAU;aA7EJ,MAAM;6EAgFhB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/Avatar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/Avatar.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAmDF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarFallback.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/AvatarFallback.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AvatarFallback.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/AvatarFallback.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0D7E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarImage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/AvatarImage.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AvatarImage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/avatar/AvatarImage.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AA6ChD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,4SAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/Badge.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/Badge.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,GAAG,CAAC;AAMvC,KAAK,WAAW,GAAG,cAAc,GAAG;IAChC,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IACnC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAiDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/Breadcrumb.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Breadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/Breadcrumb.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAwBF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbEllipsis.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbEllipsis.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbEllipsis.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbEllipsis.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA6CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbItem.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA2BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbLink.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbLink.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAqDxE,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbList.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAgCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbPage.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbPage.vue"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA8BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbSeparator.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/breadcrumb/BreadcrumbSeparator.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAsCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAKxC,UAAU,KAAM,SAAQ,cAAc;IACpC,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAC9B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC;AAqDD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"AA2OA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAG/E,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;AAerC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IACjC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;CACzB,CAAC;AAwkBN,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ;;;cA1hB9C,SAAS;;;cAGT,SAAS;;CAuhBiD,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG3D,QAAA,MAAM,UAAU;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4D3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAuFlF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGrid.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGrid.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAkD3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGridBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridBody.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarGridBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridBody.vue"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAyCrD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,sTAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGridHead.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridHead.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarGridHead.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridHead.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAwC/E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGridRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridRow.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarGridRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridRow.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAkD9E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarHeadCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeadCell.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarHeadCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeadCell.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4D/E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeader.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4D7E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeading.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAK9E,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,CAAC,KAAK,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAC;CACnD,CAAC;AAyDF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarNextButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarNextButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarNextButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarNextButton.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA2E3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarPrevButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarPrevButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarPrevButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarPrevButton.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA2E3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|