@semantic-components/ui-lab 0.79.0 → 0.80.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.
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { input, computed, ChangeDetectionStrategy, ViewEncapsulation, Component, inject, DestroyRef, output, signal, effect, ElementRef, InjectionToken, model, Directive, TemplateRef, contentChild, viewChild, Injectable, afterNextRender, Injector, runInInjectionContext, ViewContainerRef, contentChildren, ViewChild, booleanAttribute } from '@angular/core';
|
|
3
3
|
import { RouterOutlet, Router, NavigationEnd } from '@angular/router';
|
|
4
4
|
import { cn, ScSlider, buttonVariants, ScCalendar, ScCalendarHeader, ScCalendarHeading, ScCalendarNext, ScCalendarPrevious, ScBackdrop, SC_TIME_PICKER, ScPopoverProvider, ScButton, ScPopoverTrigger, ScPopoverPortal, ScPopover } from '@semantic-components/ui';
|
|
5
|
-
import { SiVolumeOffIcon, SiVolumeXIcon, SiVolume1Icon, SiVolume2Icon, SiChevronUpIcon, SiChevronDownIcon, SiChevronsUpDownIcon, SiSlidersVerticalIcon, SiChevronsLeftIcon, SiChevronLeftIcon, SiChevronRightIcon, SiChevronsRightIcon, SiCalendarIcon, SiXIcon, SiSmileIcon, SiPencilIcon, SiMinusIcon, SiSquareIcon, SiCircleIcon, SiArrowRightIcon, SiEraserIcon, SiUndo2Icon, SiTrash2Icon, SiDownloadIcon, SiCheckIcon, SiTriangleAlertIcon, SiCircleXIcon, SiMessageSquareIcon, SiInfoIcon, SiCircleCheckIcon, SiBellIcon, SiFileTextIcon, SiZoomOutIcon, SiZoomInIcon, SiRotateCcwIcon, SiRotateCwIcon, SiPrinterIcon, SiMaximizeIcon, SiMinimizeIcon,
|
|
5
|
+
import { SiVolumeOffIcon, SiVolumeXIcon, SiVolume1Icon, SiVolume2Icon, SiChevronUpIcon, SiChevronDownIcon, SiChevronsUpDownIcon, SiSlidersVerticalIcon, SiChevronsLeftIcon, SiChevronLeftIcon, SiChevronRightIcon, SiChevronsRightIcon, SiCalendarIcon, SiXIcon, SiSmileIcon, SiPencilIcon, SiMinusIcon, SiSquareIcon, SiCircleIcon, SiArrowRightIcon, SiEraserIcon, SiUndo2Icon, SiTrash2Icon, SiDownloadIcon, SiCheckIcon, SiTriangleAlertIcon, SiCircleXIcon, SiMessageSquareIcon, SiInfoIcon, SiCircleCheckIcon, SiBellIcon, SiFileTextIcon, SiZoomOutIcon, SiZoomInIcon, SiRotateCcwIcon, SiRotateCwIcon, SiPrinterIcon, SiMaximizeIcon, SiMinimizeIcon, SiGlobeIcon } from '@semantic-icons/lucide-icons';
|
|
6
6
|
import { _IdGenerator, CdkTrapFocus } from '@angular/cdk/a11y';
|
|
7
7
|
import { NgTemplateOutlet, NgComponentOutlet, DOCUMENT } from '@angular/common';
|
|
8
8
|
import { Temporal } from '@js-temporal/polyfill';
|
|
@@ -13307,114 +13307,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImpor
|
|
|
13307
13307
|
}]
|
|
13308
13308
|
}], propDecorators: { width: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: true }] }], ariaLabelInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "aria-label", required: false }] }], classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13309
13309
|
|
|
13310
|
+
const SC_SPEED_DIAL = new InjectionToken('SC_SPEED_DIAL');
|
|
13311
|
+
|
|
13310
13312
|
class ScSpeedDialAction {
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
|
|
13327
|
-
|
|
13328
|
-
};
|
|
13329
|
-
return sizes[this.size()];
|
|
13330
|
-
}
|
|
13331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialAction, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13332
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: ScSpeedDialAction, isStandalone: true, selector: "sc-speed-dial-action", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: true, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, showLabel: { classPropertyName: "showLabel", publicName: "showLabel", isSignal: true, isRequired: false, transformFunction: null }, labelVisible: { classPropertyName: "labelVisible", publicName: "labelVisible", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: `
|
|
13333
|
-
<button
|
|
13334
|
-
type="button"
|
|
13335
|
-
[class]="buttonClass()"
|
|
13336
|
-
[disabled]="disabled()"
|
|
13337
|
-
[attr.aria-label]="ariaLabel() || label()"
|
|
13338
|
-
[title]="label()"
|
|
13339
|
-
(click)="actionClick.emit()"
|
|
13340
|
-
>
|
|
13341
|
-
<span [class]="iconClass()">
|
|
13342
|
-
<ng-container *ngComponentOutlet="icon()" />
|
|
13343
|
-
</span>
|
|
13344
|
-
@if (showLabel()) {
|
|
13345
|
-
<span class="sr-only">{{ label() }}</span>
|
|
13346
|
-
}
|
|
13347
|
-
</button>
|
|
13348
|
-
@if (showLabel() && labelVisible()) {
|
|
13349
|
-
<span [class]="labelClass()">{{ label() }}</span>
|
|
13350
|
-
}
|
|
13351
|
-
`, isInline: true, styles: [":host{display:flex;align-items:center;gap:.75rem}:host(.direction-up),:host(.direction-down){flex-direction:row}:host(.direction-left){flex-direction:row-reverse}:host(.direction-right){flex-direction:row}\n"], dependencies: [{ kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule"], exportAs: ["ngComponentOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
13313
|
+
speedDial = inject(SC_SPEED_DIAL);
|
|
13314
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13315
|
+
index = computed(() => this.speedDial.actions().indexOf(this), ...(ngDevMode ? [{ debugName: "index" }] : /* istanbul ignore next */ []));
|
|
13316
|
+
transitionDelay = computed(() => {
|
|
13317
|
+
const i = this.index();
|
|
13318
|
+
const total = this.speedDial.actions().length;
|
|
13319
|
+
return this.speedDial.open() ? `${i * 50}ms` : `${(total - 1 - i) * 30}ms`;
|
|
13320
|
+
}, ...(ngDevMode ? [{ debugName: "transitionDelay" }] : /* istanbul ignore next */ []));
|
|
13321
|
+
class = computed(() => {
|
|
13322
|
+
const isOpen = this.speedDial.open();
|
|
13323
|
+
const dir = this.speedDial.direction();
|
|
13324
|
+
return cn('flex items-center gap-3 transition-all duration-200 ease-out', dir === 'left' ? 'flex-row-reverse' : 'flex-row', isOpen
|
|
13325
|
+
? 'opacity-100 scale-100 translate-y-0 translate-x-0'
|
|
13326
|
+
: 'opacity-0 scale-75 pointer-events-none', !isOpen && dir === 'up' && 'translate-y-4', !isOpen && dir === 'down' && '-translate-y-4', !isOpen && dir === 'left' && 'translate-x-4', !isOpen && dir === 'right' && '-translate-x-4', this.classInput());
|
|
13327
|
+
}, ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialAction, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13329
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ScSpeedDialAction, isStandalone: true, selector: "[scSpeedDialAction]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "speed-dial-action", "role": "menuitem" }, properties: { "class": "class()", "style.transition-delay": "transitionDelay()" } }, ngImport: i0 });
|
|
13352
13330
|
}
|
|
13353
13331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialAction, decorators: [{
|
|
13354
|
-
type:
|
|
13355
|
-
args: [{
|
|
13356
|
-
|
|
13357
|
-
|
|
13358
|
-
|
|
13359
|
-
|
|
13360
|
-
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
<ng-container *ngComponentOutlet="icon()" />
|
|
13366
|
-
</span>
|
|
13367
|
-
@if (showLabel()) {
|
|
13368
|
-
<span class="sr-only">{{ label() }}</span>
|
|
13369
|
-
}
|
|
13370
|
-
</button>
|
|
13371
|
-
@if (showLabel() && labelVisible()) {
|
|
13372
|
-
<span [class]="labelClass()">{{ label() }}</span>
|
|
13373
|
-
}
|
|
13374
|
-
`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;align-items:center;gap:.75rem}:host(.direction-up),:host(.direction-down){flex-direction:row}:host(.direction-left){flex-direction:row-reverse}:host(.direction-right){flex-direction:row}\n"] }]
|
|
13375
|
-
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabel", required: false }] }], showLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "showLabel", required: false }] }], labelVisible: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelVisible", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], class: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }], actionClick: [{ type: i0.Output, args: ["actionClick"] }] } });
|
|
13332
|
+
type: Directive,
|
|
13333
|
+
args: [{
|
|
13334
|
+
selector: '[scSpeedDialAction]',
|
|
13335
|
+
host: {
|
|
13336
|
+
'data-slot': 'speed-dial-action',
|
|
13337
|
+
role: 'menuitem',
|
|
13338
|
+
'[class]': 'class()',
|
|
13339
|
+
'[style.transition-delay]': 'transitionDelay()',
|
|
13340
|
+
},
|
|
13341
|
+
}]
|
|
13342
|
+
}], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13376
13343
|
|
|
13377
13344
|
class ScSpeedDial {
|
|
13378
13345
|
elementRef = inject((ElementRef));
|
|
13379
13346
|
destroyRef = inject(DestroyRef);
|
|
13380
|
-
|
|
13347
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13381
13348
|
direction = input('up', ...(ngDevMode ? [{ debugName: "direction" }] : /* istanbul ignore next */ []));
|
|
13382
|
-
icon = input(null, ...(ngDevMode ? [{ debugName: "icon" }] : /* istanbul ignore next */ []));
|
|
13383
|
-
closeIcon = input(null, ...(ngDevMode ? [{ debugName: "closeIcon" }] : /* istanbul ignore next */ []));
|
|
13384
|
-
label = input('Open actions', ...(ngDevMode ? [{ debugName: "label" }] : /* istanbul ignore next */ []));
|
|
13385
|
-
ariaLabel = input('Speed dial', ...(ngDevMode ? [{ debugName: "ariaLabel" }] : /* istanbul ignore next */ []));
|
|
13386
|
-
showLabels = input(true, ...(ngDevMode ? [{ debugName: "showLabels" }] : /* istanbul ignore next */ []));
|
|
13387
|
-
closeOnActionClick = input(true, ...(ngDevMode ? [{ debugName: "closeOnActionClick" }] : /* istanbul ignore next */ []));
|
|
13388
|
-
closeOnOutsideClick = input(true, ...(ngDevMode ? [{ debugName: "closeOnOutsideClick" }] : /* istanbul ignore next */ []));
|
|
13389
13349
|
size = input('md', ...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
|
|
13390
|
-
actionSize = input('md', ...(ngDevMode ? [{ debugName: "actionSize" }] : /* istanbul ignore next */ []));
|
|
13391
|
-
class = input('', ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13392
13350
|
open = model(false, ...(ngDevMode ? [{ debugName: "open" }] : /* istanbul ignore next */ []));
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
containerClass = computed(() => {
|
|
13396
|
-
const dir = this.direction();
|
|
13397
|
-
return cn('relative inline-flex', dir === 'up' && 'flex-col-reverse items-center', dir === 'down' && 'flex-col items-center', dir === 'left' && 'flex-row-reverse items-center', dir === 'right' && 'flex-row items-center', this.class());
|
|
13398
|
-
}, ...(ngDevMode ? [{ debugName: "containerClass" }] : /* istanbul ignore next */ []));
|
|
13399
|
-
actionsContainerClass = computed(() => {
|
|
13351
|
+
actions = contentChildren(ScSpeedDialAction, ...(ngDevMode ? [{ debugName: "actions" }] : /* istanbul ignore next */ []));
|
|
13352
|
+
class = computed(() => {
|
|
13400
13353
|
const dir = this.direction();
|
|
13401
|
-
return cn('flex', dir === 'up' && 'flex-col-reverse items-center
|
|
13402
|
-
}, ...(ngDevMode ? [{ debugName: "
|
|
13403
|
-
fabClass = computed(() => cn('inline-flex items-center justify-center rounded-full', 'bg-primary text-primary-foreground', 'shadow-lg hover:shadow-xl', 'transition-all duration-300', 'focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2', this.open() && 'rotate-0', this.fabSizeClasses()), ...(ngDevMode ? [{ debugName: "fabClass" }] : /* istanbul ignore next */ []));
|
|
13404
|
-
fabIconClass = computed(() => cn('inline-flex items-center justify-center', 'transition-transform duration-300', '[&>svg]:w-6 [&>svg]:h-6'), ...(ngDevMode ? [{ debugName: "fabIconClass" }] : /* istanbul ignore next */ []));
|
|
13405
|
-
actionWrapperClass(index) {
|
|
13406
|
-
return cn('transition-all duration-200 ease-out', this.open()
|
|
13407
|
-
? 'opacity-100 scale-100 translate-y-0 translate-x-0'
|
|
13408
|
-
: 'opacity-0 scale-75 pointer-events-none', !this.open() && this.direction() === 'up' && 'translate-y-4', !this.open() && this.direction() === 'down' && '-translate-y-4', !this.open() && this.direction() === 'left' && 'translate-x-4', !this.open() && this.direction() === 'right' && '-translate-x-4');
|
|
13409
|
-
}
|
|
13410
|
-
fabSizeClasses() {
|
|
13411
|
-
const sizes = {
|
|
13412
|
-
sm: 'h-12 w-12',
|
|
13413
|
-
md: 'h-14 w-14',
|
|
13414
|
-
lg: 'h-16 w-16',
|
|
13415
|
-
};
|
|
13416
|
-
return sizes[this.size()];
|
|
13417
|
-
}
|
|
13354
|
+
return cn('relative inline-flex', dir === 'up' && 'flex-col-reverse items-center', dir === 'down' && 'flex-col items-center', dir === 'left' && 'flex-row-reverse items-center', dir === 'right' && 'flex-row items-center', this.classInput());
|
|
13355
|
+
}, ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13418
13356
|
constructor() {
|
|
13419
13357
|
afterNextRender(() => {
|
|
13420
13358
|
this.setupOutsideClickHandler();
|
|
@@ -13422,18 +13360,10 @@ class ScSpeedDial {
|
|
|
13422
13360
|
}
|
|
13423
13361
|
toggle() {
|
|
13424
13362
|
this.open.update((v) => !v);
|
|
13425
|
-
this.openChange.emit(this.open());
|
|
13426
13363
|
}
|
|
13427
13364
|
close() {
|
|
13428
13365
|
if (this.open()) {
|
|
13429
13366
|
this.open.set(false);
|
|
13430
|
-
this.openChange.emit(false);
|
|
13431
|
-
}
|
|
13432
|
-
}
|
|
13433
|
-
onActionClick(action, index) {
|
|
13434
|
-
this.actionClick.emit({ action, index });
|
|
13435
|
-
if (this.closeOnActionClick()) {
|
|
13436
|
-
this.close();
|
|
13437
13367
|
}
|
|
13438
13368
|
}
|
|
13439
13369
|
onEscape() {
|
|
@@ -13441,7 +13371,7 @@ class ScSpeedDial {
|
|
|
13441
13371
|
}
|
|
13442
13372
|
setupOutsideClickHandler() {
|
|
13443
13373
|
const handler = (event) => {
|
|
13444
|
-
if (!this.
|
|
13374
|
+
if (!this.open())
|
|
13445
13375
|
return;
|
|
13446
13376
|
const target = event.target;
|
|
13447
13377
|
if (!this.elementRef.nativeElement.contains(target)) {
|
|
@@ -13453,137 +13383,119 @@ class ScSpeedDial {
|
|
|
13453
13383
|
document.removeEventListener('click', handler);
|
|
13454
13384
|
});
|
|
13455
13385
|
}
|
|
13456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDial, deps: [], target: i0.ɵɵFactoryTarget.
|
|
13457
|
-
static
|
|
13458
|
-
<div [class]="containerClass()" role="menu" [attr.aria-expanded]="open()">
|
|
13459
|
-
<!-- Actions -->
|
|
13460
|
-
<div [class]="actionsContainerClass()" [attr.aria-hidden]="!open()">
|
|
13461
|
-
@for (action of actions(); track action.id; let i = $index) {
|
|
13462
|
-
<div
|
|
13463
|
-
[class]="actionWrapperClass(i)"
|
|
13464
|
-
[style.transition-delay]="
|
|
13465
|
-
open() ? i * 50 + 'ms' : (actions().length - 1 - i) * 30 + 'ms'
|
|
13466
|
-
"
|
|
13467
|
-
>
|
|
13468
|
-
<sc-speed-dial-action
|
|
13469
|
-
[icon]="action.icon"
|
|
13470
|
-
[label]="action.label"
|
|
13471
|
-
[disabled]="action.disabled ?? false"
|
|
13472
|
-
[ariaLabel]="action.ariaLabel"
|
|
13473
|
-
[showLabel]="showLabels()"
|
|
13474
|
-
[labelVisible]="open()"
|
|
13475
|
-
[size]="actionSize()"
|
|
13476
|
-
[class]="
|
|
13477
|
-
direction() === 'left'
|
|
13478
|
-
? 'direction-left'
|
|
13479
|
-
: direction() === 'right'
|
|
13480
|
-
? 'direction-right'
|
|
13481
|
-
: ''
|
|
13482
|
-
"
|
|
13483
|
-
(actionClick)="onActionClick(action, i)"
|
|
13484
|
-
/>
|
|
13485
|
-
</div>
|
|
13486
|
-
}
|
|
13487
|
-
</div>
|
|
13488
|
-
|
|
13489
|
-
<!-- Main FAB button -->
|
|
13490
|
-
<button
|
|
13491
|
-
type="button"
|
|
13492
|
-
[class]="fabClass()"
|
|
13493
|
-
[attr.aria-label]="ariaLabel()"
|
|
13494
|
-
[attr.aria-expanded]="open()"
|
|
13495
|
-
[attr.aria-haspopup]="true"
|
|
13496
|
-
(click)="toggle()"
|
|
13497
|
-
>
|
|
13498
|
-
<span [class]="fabIconClass()">
|
|
13499
|
-
@if (open()) {
|
|
13500
|
-
@if (closeIcon()) {
|
|
13501
|
-
<ng-container *ngComponentOutlet="closeIcon()" />
|
|
13502
|
-
} @else {
|
|
13503
|
-
<svg siXIcon class="size-6"></svg>
|
|
13504
|
-
}
|
|
13505
|
-
} @else {
|
|
13506
|
-
@if (icon()) {
|
|
13507
|
-
<ng-container *ngComponentOutlet="icon()" />
|
|
13508
|
-
} @else {
|
|
13509
|
-
<svg siPlusIcon class="size-6"></svg>
|
|
13510
|
-
}
|
|
13511
|
-
}
|
|
13512
|
-
</span>
|
|
13513
|
-
@if (label() && !open()) {
|
|
13514
|
-
<span class="sr-only">{{ label() }}</span>
|
|
13515
|
-
}
|
|
13516
|
-
</button>
|
|
13517
|
-
</div>
|
|
13518
|
-
`, isInline: true, styles: [":host{display:inline-block;position:relative}\n"], dependencies: [{ kind: "component", type: ScSpeedDialAction, selector: "sc-speed-dial-action", inputs: ["icon", "label", "disabled", "ariaLabel", "showLabel", "labelVisible", "size", "class"], outputs: ["actionClick"] }, { kind: "component", type: SiPlusIcon, selector: "svg[siPlusIcon]", inputs: ["ariaHidden", "width", "height", "viewBox", "fill", "stroke", "stroke-width", "stroke-linecap", "stroke-linejoin"] }, { kind: "component", type: SiXIcon, selector: "svg[siXIcon]", inputs: ["ariaHidden", "width", "height", "viewBox", "fill", "stroke", "stroke-width", "stroke-linecap", "stroke-linejoin"] }, { kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule"], exportAs: ["ngComponentOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
13386
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDial, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13387
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.2.4", type: ScSpeedDial, isStandalone: true, selector: "[scSpeedDial]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, direction: { classPropertyName: "direction", publicName: "direction", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { open: "openChange" }, host: { attributes: { "data-slot": "speed-dial" }, listeners: { "document:keydown.escape": "onEscape()" }, properties: { "class": "class()" } }, providers: [{ provide: SC_SPEED_DIAL, useExisting: ScSpeedDial }], queries: [{ propertyName: "actions", predicate: ScSpeedDialAction, isSignal: true }], exportAs: ["scSpeedDial"], ngImport: i0 });
|
|
13519
13388
|
}
|
|
13520
13389
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDial, decorators: [{
|
|
13521
|
-
type:
|
|
13522
|
-
args: [{
|
|
13523
|
-
|
|
13524
|
-
|
|
13525
|
-
|
|
13526
|
-
|
|
13527
|
-
|
|
13528
|
-
|
|
13529
|
-
[style.transition-delay]="
|
|
13530
|
-
open() ? i * 50 + 'ms' : (actions().length - 1 - i) * 30 + 'ms'
|
|
13531
|
-
"
|
|
13532
|
-
>
|
|
13533
|
-
<sc-speed-dial-action
|
|
13534
|
-
[icon]="action.icon"
|
|
13535
|
-
[label]="action.label"
|
|
13536
|
-
[disabled]="action.disabled ?? false"
|
|
13537
|
-
[ariaLabel]="action.ariaLabel"
|
|
13538
|
-
[showLabel]="showLabels()"
|
|
13539
|
-
[labelVisible]="open()"
|
|
13540
|
-
[size]="actionSize()"
|
|
13541
|
-
[class]="
|
|
13542
|
-
direction() === 'left'
|
|
13543
|
-
? 'direction-left'
|
|
13544
|
-
: direction() === 'right'
|
|
13545
|
-
? 'direction-right'
|
|
13546
|
-
: ''
|
|
13547
|
-
"
|
|
13548
|
-
(actionClick)="onActionClick(action, i)"
|
|
13549
|
-
/>
|
|
13550
|
-
</div>
|
|
13551
|
-
}
|
|
13552
|
-
</div>
|
|
13553
|
-
|
|
13554
|
-
<!-- Main FAB button -->
|
|
13555
|
-
<button
|
|
13556
|
-
type="button"
|
|
13557
|
-
[class]="fabClass()"
|
|
13558
|
-
[attr.aria-label]="ariaLabel()"
|
|
13559
|
-
[attr.aria-expanded]="open()"
|
|
13560
|
-
[attr.aria-haspopup]="true"
|
|
13561
|
-
(click)="toggle()"
|
|
13562
|
-
>
|
|
13563
|
-
<span [class]="fabIconClass()">
|
|
13564
|
-
@if (open()) {
|
|
13565
|
-
@if (closeIcon()) {
|
|
13566
|
-
<ng-container *ngComponentOutlet="closeIcon()" />
|
|
13567
|
-
} @else {
|
|
13568
|
-
<svg siXIcon class="size-6"></svg>
|
|
13569
|
-
}
|
|
13570
|
-
} @else {
|
|
13571
|
-
@if (icon()) {
|
|
13572
|
-
<ng-container *ngComponentOutlet="icon()" />
|
|
13573
|
-
} @else {
|
|
13574
|
-
<svg siPlusIcon class="size-6"></svg>
|
|
13575
|
-
}
|
|
13576
|
-
}
|
|
13577
|
-
</span>
|
|
13578
|
-
@if (label() && !open()) {
|
|
13579
|
-
<span class="sr-only">{{ label() }}</span>
|
|
13580
|
-
}
|
|
13581
|
-
</button>
|
|
13582
|
-
</div>
|
|
13583
|
-
`, host: {
|
|
13390
|
+
type: Directive,
|
|
13391
|
+
args: [{
|
|
13392
|
+
selector: '[scSpeedDial]',
|
|
13393
|
+
exportAs: 'scSpeedDial',
|
|
13394
|
+
providers: [{ provide: SC_SPEED_DIAL, useExisting: ScSpeedDial }],
|
|
13395
|
+
host: {
|
|
13396
|
+
'data-slot': 'speed-dial',
|
|
13397
|
+
'[class]': 'class()',
|
|
13584
13398
|
'(document:keydown.escape)': 'onEscape()',
|
|
13585
|
-
},
|
|
13586
|
-
|
|
13399
|
+
},
|
|
13400
|
+
}]
|
|
13401
|
+
}], ctorParameters: () => [], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }], direction: [{ type: i0.Input, args: [{ isSignal: true, alias: "direction", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], open: [{ type: i0.Input, args: [{ isSignal: true, alias: "open", required: false }] }, { type: i0.Output, args: ["openChange"] }], actions: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => ScSpeedDialAction), { isSignal: true }] }] } });
|
|
13402
|
+
|
|
13403
|
+
class ScSpeedDialActionButton {
|
|
13404
|
+
speedDial = inject(SC_SPEED_DIAL);
|
|
13405
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13406
|
+
class = computed(() => cn('inline-flex items-center justify-center rounded-full', 'bg-secondary text-secondary-foreground', 'shadow-md hover:shadow-lg', 'transition-all duration-200', 'focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2', 'disabled:opacity-50 disabled:cursor-not-allowed disabled:hover:shadow-md', this.sizeClasses(), this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13407
|
+
sizeClasses() {
|
|
13408
|
+
const sizes = {
|
|
13409
|
+
sm: 'h-10 w-10',
|
|
13410
|
+
md: 'h-12 w-12',
|
|
13411
|
+
lg: 'h-14 w-14',
|
|
13412
|
+
};
|
|
13413
|
+
return sizes[this.speedDial.size()];
|
|
13414
|
+
}
|
|
13415
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionButton, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13416
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ScSpeedDialActionButton, isStandalone: true, selector: "button[scSpeedDialActionButton]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "speed-dial-action-button", "type": "button" }, properties: { "class": "class()" } }, ngImport: i0 });
|
|
13417
|
+
}
|
|
13418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionButton, decorators: [{
|
|
13419
|
+
type: Directive,
|
|
13420
|
+
args: [{
|
|
13421
|
+
selector: 'button[scSpeedDialActionButton]',
|
|
13422
|
+
host: {
|
|
13423
|
+
'data-slot': 'speed-dial-action-button',
|
|
13424
|
+
type: 'button',
|
|
13425
|
+
'[class]': 'class()',
|
|
13426
|
+
},
|
|
13427
|
+
}]
|
|
13428
|
+
}], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13429
|
+
|
|
13430
|
+
class ScSpeedDialActionLabel {
|
|
13431
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13432
|
+
class = computed(() => cn('text-sm font-medium whitespace-nowrap', 'bg-popover text-popover-foreground', 'px-2 py-1 rounded shadow-sm', this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13433
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionLabel, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13434
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ScSpeedDialActionLabel, isStandalone: true, selector: "[scSpeedDialActionLabel]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "speed-dial-action-label" }, properties: { "class": "class()" } }, ngImport: i0 });
|
|
13435
|
+
}
|
|
13436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionLabel, decorators: [{
|
|
13437
|
+
type: Directive,
|
|
13438
|
+
args: [{
|
|
13439
|
+
selector: '[scSpeedDialActionLabel]',
|
|
13440
|
+
host: {
|
|
13441
|
+
'data-slot': 'speed-dial-action-label',
|
|
13442
|
+
'[class]': 'class()',
|
|
13443
|
+
},
|
|
13444
|
+
}]
|
|
13445
|
+
}], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13446
|
+
|
|
13447
|
+
class ScSpeedDialActionList {
|
|
13448
|
+
speedDial = inject(SC_SPEED_DIAL);
|
|
13449
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13450
|
+
class = computed(() => {
|
|
13451
|
+
const dir = this.speedDial.direction();
|
|
13452
|
+
return cn('flex', dir === 'up' && 'flex-col-reverse items-center gap-3 mb-3', dir === 'down' && 'flex-col items-center gap-3 mt-3', dir === 'left' && 'flex-row-reverse items-center gap-3 mr-3', dir === 'right' && 'flex-row items-center gap-3 ml-3', this.classInput());
|
|
13453
|
+
}, ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionList, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13455
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ScSpeedDialActionList, isStandalone: true, selector: "[scSpeedDialActionList]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "speed-dial-action-list", "role": "menu" }, properties: { "attr.aria-hidden": "!speedDial.open()", "class": "class()" } }, ngImport: i0 });
|
|
13456
|
+
}
|
|
13457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialActionList, decorators: [{
|
|
13458
|
+
type: Directive,
|
|
13459
|
+
args: [{
|
|
13460
|
+
selector: '[scSpeedDialActionList]',
|
|
13461
|
+
host: {
|
|
13462
|
+
'data-slot': 'speed-dial-action-list',
|
|
13463
|
+
role: 'menu',
|
|
13464
|
+
'[attr.aria-hidden]': '!speedDial.open()',
|
|
13465
|
+
'[class]': 'class()',
|
|
13466
|
+
},
|
|
13467
|
+
}]
|
|
13468
|
+
}], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13469
|
+
|
|
13470
|
+
class ScSpeedDialTrigger {
|
|
13471
|
+
speedDial = inject(SC_SPEED_DIAL);
|
|
13472
|
+
classInput = input('', { ...(ngDevMode ? { debugName: "classInput" } : /* istanbul ignore next */ {}), alias: 'class' });
|
|
13473
|
+
class = computed(() => cn('inline-flex items-center justify-center rounded-full', 'bg-primary text-primary-foreground', 'shadow-lg hover:shadow-xl', 'transition-all duration-300', 'focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2', this.sizeClasses(), this.classInput()), ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
|
|
13474
|
+
sizeClasses() {
|
|
13475
|
+
const sizes = {
|
|
13476
|
+
sm: 'h-12 w-12',
|
|
13477
|
+
md: 'h-14 w-14',
|
|
13478
|
+
lg: 'h-16 w-16',
|
|
13479
|
+
};
|
|
13480
|
+
return sizes[this.speedDial.size()];
|
|
13481
|
+
}
|
|
13482
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13483
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ScSpeedDialTrigger, isStandalone: true, selector: "button[scSpeedDialTrigger]", inputs: { classInput: { classPropertyName: "classInput", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "data-slot": "speed-dial-trigger", "type": "button" }, listeners: { "click": "speedDial.toggle()" }, properties: { "attr.aria-expanded": "speedDial.open()", "attr.aria-haspopup": "\"menu\"", "class": "class()" } }, ngImport: i0 });
|
|
13484
|
+
}
|
|
13485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ScSpeedDialTrigger, decorators: [{
|
|
13486
|
+
type: Directive,
|
|
13487
|
+
args: [{
|
|
13488
|
+
selector: 'button[scSpeedDialTrigger]',
|
|
13489
|
+
host: {
|
|
13490
|
+
'data-slot': 'speed-dial-trigger',
|
|
13491
|
+
type: 'button',
|
|
13492
|
+
'[attr.aria-expanded]': 'speedDial.open()',
|
|
13493
|
+
'[attr.aria-haspopup]': '"menu"',
|
|
13494
|
+
'[class]': 'class()',
|
|
13495
|
+
'(click)': 'speedDial.toggle()',
|
|
13496
|
+
},
|
|
13497
|
+
}]
|
|
13498
|
+
}], propDecorators: { classInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
|
|
13587
13499
|
|
|
13588
13500
|
class ScSpotlight {
|
|
13589
13501
|
destroyRef = inject(DestroyRef);
|
|
@@ -17558,5 +17470,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImpor
|
|
|
17558
17470
|
* Generated bundle index. Do not edit.
|
|
17559
17471
|
*/
|
|
17560
17472
|
|
|
17561
|
-
export { AuthLayout, DEFAULT_BREAKPOINTS, DEFAULT_CATEGORIES, DEFAULT_CONFIG, DEFAULT_COUNTER_OPTIONS, DEFAULT_DOCK_OPTIONS, DEFAULT_TOOLBAR_CONFIG, SC_AUDIO_PLAYER, SC_BARCODE_SCANNER, SC_COLOR_PICKER, SC_COUNTDOWN, SC_DATA_TABLE, SC_IMAGE_COMPARE, SC_IMAGE_CROPPER, SC_INFINITE_SCROLL, SC_KANBAN_BOARD, SC_LANGUAGE_CONFIG, SC_LIGHTBOX_PROVIDER, SC_NOTIFICATION_CENTER, SC_PDF_VIEWER, SC_SIGNATURE_PAD, SC_STEPPER, SC_STEPPER_ITEM, SC_TAG_INPUT, SC_TREE_ITEM, ScAnimatedCounter, ScAudioPlayer, ScAudioPlayerControls, ScAudioPlayerCover, ScAudioPlayerNext, ScAudioPlayerPlay, ScAudioPlayerPrevious, ScAudioPlayerProgress, ScAudioPlayerRepeat, ScAudioPlayerShuffle, ScAudioPlayerTrackInfo, ScAudioPlayerVolume, ScBarcodeScanner, ScBarcodeVideo, ScButtonPattern, ScColorPicker, ScColorPickerArea, ScColorPickerEyeDropper, ScColorPickerHue, ScColorPickerInput, ScColorPickerPreview, ScColorPickerSwatches, ScCountdown, ScDataTable, ScDataTableBody, ScDataTableCell, ScDataTableColumnToggle, ScDataTableFilter, ScDataTableHead, ScDataTableHeader, ScDataTablePagination, ScDataTableRow, ScDateRangePicker, ScDiffViewer, ScDock, ScDockBadge, ScDockItem, ScDockItems, ScEmojiPicker, ScEmojiPickerCategoryTabs, ScEmojiPickerEmpty, ScEmojiPickerGrid, ScEmojiPickerItem, ScEmojiPickerRecent, ScEmojiPickerSearch, ScEmojiPickerState, ScEmojiPickerTrigger, ScImageAnnotator, ScImageCompare, ScImageCompareAfter, ScImageCompareArea, ScImageCompareBefore, ScImageCompareLabel, ScImageCompareSlider, ScImageCropper, ScImageCropperAspectRatio, ScImageCropperCanvas, ScImageCropperDragRegion, ScImageCropperFileInput, ScImageCropperFlipH, ScImageCropperFlipV, ScImageCropperGrid, ScImageCropperHandle, ScImageCropperImage, ScImageCropperOverlay, ScImageCropperPreview, ScImageCropperReset, ScImageCropperRotateLeft, ScImageCropperRotateRight, ScImageCropperSelection, ScImageCropperZoomIn, ScImageCropperZoomOut, ScImageCropperZoomSlider, ScInfiniteScroll, ScInfiniteScrollEnd, ScInfiniteScrollLoader, ScKanbanBoard, ScKanbanCard, ScKanbanColumn, ScLanguageButton, ScLanguageSelect, ScLanguageService, ScLanguageToggle, ScLightbox, ScLightboxClose, ScLightboxCounter, ScLightboxGallery, ScLightboxGalleryItem, ScLightboxImage, ScLightboxNext, ScLightboxPortal, ScLightboxPrev, ScLightboxProvider, ScLightboxThumbnail, ScLightboxThumbnailBar, ScLightboxToolbar, ScLightboxTrigger, ScLightboxZoomControls, ScLightboxZoomIn, ScLightboxZoomOut, ScLightboxZoomReset, ScMarquee, ScMarqueeContent, ScMarqueeFade, ScMarqueeItem, ScMarqueeText, ScMasonryGrid, ScMasonryItem, ScMentionInput, ScNativeDialog, ScNativeDialogBody, ScNativeDialogClose, ScNativeDialogContent, ScNativeDialogDescription, ScNativeDialogFooter, ScNativeDialogHeader, ScNativeDialogProvider, ScNativeDialogTitle, ScNativeDialogTrigger, ScNavbar, ScNavbarActions, ScNavbarBrand, ScNavbarGroup, ScNavbarMobileLink, ScNavbarMobileMenu, ScNavbarMobilePortal, ScNavbarMobileTrigger, ScNavbarProvider, ScNotificationCenter, ScNotificationCenterContainer, ScNotificationGroup, ScNotificationItem, ScOrgChart, ScOrgChartNode, ScPdfViewer, ScPdfViewerContainer, ScPdfViewerContent, ScPdfViewerDownload, ScPdfViewerEmpty, ScPdfViewerError, ScPdfViewerFullscreen, ScPdfViewerLoading, ScPdfViewerNav, ScPdfViewerNextPage, ScPdfViewerPageInfo, ScPdfViewerPrevPage, ScPdfViewerPrint, ScPdfViewerRetry, ScPdfViewerRoot, ScPdfViewerRotateLeft, ScPdfViewerRotateRight, ScPdfViewerSeparator, ScPdfViewerSpacer, ScPdfViewerToolbar$1 as ScPdfViewerToolbar, ScPdfViewerToolbar as ScPdfViewerToolbarLegacy, ScPdfViewerZoom, ScPdfViewerZoomIn, ScPdfViewerZoomOut, ScPdfViewerZoomSelect, ScQrCode, ScQrCodeDownload, ScSidebarLayout, ScSignaturePad, ScSignaturePadCanvas, ScSignaturePadClearButton, ScSignaturePadColorButton, ScSignaturePadControls, ScSignaturePadToolbar, ScSignaturePadUndoButton, ScSignaturePadWidthButton, ScSpeedDial, ScSpeedDialAction, ScSpotlight, ScSpotlightActions, ScSpotlightDescription, ScSpotlightTitle, ScStackedLayout, ScStatCard, ScStatCardChange, ScStatCardDescription, ScStatCardIcon, ScStatCardLabel, ScStatCardValue, ScStepper, ScStepperContent, ScStepperDescription, ScStepperItem, ScStepperList, ScStepperNext, ScStepperPrevious, ScStepperSeparator, ScStepperTitle, ScStepperTrigger, ScTagInput, ScTagInputClear, ScTagInputCount, ScTagInputField, ScTagInputTag, ScTimePickerClock, ScTimeline, ScTimelineConnector, ScTimelineContent, ScTimelineDescription, ScTimelineDot, ScTimelineItem, ScTimelineTime, ScTimelineTitle, ScTourGuide, ScTransferList, ScTree, ScTreeItem, ScTreeItemGroup, ScTreeItemIcon, ScTreeItemTrigger, ScTreeItemTriggerIcon, ScVideoPlayer, ScVideoPlayerBigPlay, ScVideoPlayerBufferingIndicator, ScVideoPlayerControls, ScVideoPlayerFullscreen, ScVideoPlayerPip, ScVideoPlayerPlayPause, ScVideoPlayerProgress, ScVideoPlayerSkip, ScVideoPlayerSpacer, ScVideoPlayerSpeed, ScVideoPlayerTime, ScVideoPlayerToolbar, ScVideoPlayerVideo, ScVideoPlayerVolume, TourService, ZOOM_LEVELS, computeDiff, computeWordDiff, createScDateRangePresets, createUnifiedDiff };
|
|
17473
|
+
export { AuthLayout, DEFAULT_BREAKPOINTS, DEFAULT_CATEGORIES, DEFAULT_CONFIG, DEFAULT_COUNTER_OPTIONS, DEFAULT_DOCK_OPTIONS, DEFAULT_TOOLBAR_CONFIG, SC_AUDIO_PLAYER, SC_BARCODE_SCANNER, SC_COLOR_PICKER, SC_COUNTDOWN, SC_DATA_TABLE, SC_IMAGE_COMPARE, SC_IMAGE_CROPPER, SC_INFINITE_SCROLL, SC_KANBAN_BOARD, SC_LANGUAGE_CONFIG, SC_LIGHTBOX_PROVIDER, SC_NOTIFICATION_CENTER, SC_PDF_VIEWER, SC_SIGNATURE_PAD, SC_STEPPER, SC_STEPPER_ITEM, SC_TAG_INPUT, SC_TREE_ITEM, ScAnimatedCounter, ScAudioPlayer, ScAudioPlayerControls, ScAudioPlayerCover, ScAudioPlayerNext, ScAudioPlayerPlay, ScAudioPlayerPrevious, ScAudioPlayerProgress, ScAudioPlayerRepeat, ScAudioPlayerShuffle, ScAudioPlayerTrackInfo, ScAudioPlayerVolume, ScBarcodeScanner, ScBarcodeVideo, ScButtonPattern, ScColorPicker, ScColorPickerArea, ScColorPickerEyeDropper, ScColorPickerHue, ScColorPickerInput, ScColorPickerPreview, ScColorPickerSwatches, ScCountdown, ScDataTable, ScDataTableBody, ScDataTableCell, ScDataTableColumnToggle, ScDataTableFilter, ScDataTableHead, ScDataTableHeader, ScDataTablePagination, ScDataTableRow, ScDateRangePicker, ScDiffViewer, ScDock, ScDockBadge, ScDockItem, ScDockItems, ScEmojiPicker, ScEmojiPickerCategoryTabs, ScEmojiPickerEmpty, ScEmojiPickerGrid, ScEmojiPickerItem, ScEmojiPickerRecent, ScEmojiPickerSearch, ScEmojiPickerState, ScEmojiPickerTrigger, ScImageAnnotator, ScImageCompare, ScImageCompareAfter, ScImageCompareArea, ScImageCompareBefore, ScImageCompareLabel, ScImageCompareSlider, ScImageCropper, ScImageCropperAspectRatio, ScImageCropperCanvas, ScImageCropperDragRegion, ScImageCropperFileInput, ScImageCropperFlipH, ScImageCropperFlipV, ScImageCropperGrid, ScImageCropperHandle, ScImageCropperImage, ScImageCropperOverlay, ScImageCropperPreview, ScImageCropperReset, ScImageCropperRotateLeft, ScImageCropperRotateRight, ScImageCropperSelection, ScImageCropperZoomIn, ScImageCropperZoomOut, ScImageCropperZoomSlider, ScInfiniteScroll, ScInfiniteScrollEnd, ScInfiniteScrollLoader, ScKanbanBoard, ScKanbanCard, ScKanbanColumn, ScLanguageButton, ScLanguageSelect, ScLanguageService, ScLanguageToggle, ScLightbox, ScLightboxClose, ScLightboxCounter, ScLightboxGallery, ScLightboxGalleryItem, ScLightboxImage, ScLightboxNext, ScLightboxPortal, ScLightboxPrev, ScLightboxProvider, ScLightboxThumbnail, ScLightboxThumbnailBar, ScLightboxToolbar, ScLightboxTrigger, ScLightboxZoomControls, ScLightboxZoomIn, ScLightboxZoomOut, ScLightboxZoomReset, ScMarquee, ScMarqueeContent, ScMarqueeFade, ScMarqueeItem, ScMarqueeText, ScMasonryGrid, ScMasonryItem, ScMentionInput, ScNativeDialog, ScNativeDialogBody, ScNativeDialogClose, ScNativeDialogContent, ScNativeDialogDescription, ScNativeDialogFooter, ScNativeDialogHeader, ScNativeDialogProvider, ScNativeDialogTitle, ScNativeDialogTrigger, ScNavbar, ScNavbarActions, ScNavbarBrand, ScNavbarGroup, ScNavbarMobileLink, ScNavbarMobileMenu, ScNavbarMobilePortal, ScNavbarMobileTrigger, ScNavbarProvider, ScNotificationCenter, ScNotificationCenterContainer, ScNotificationGroup, ScNotificationItem, ScOrgChart, ScOrgChartNode, ScPdfViewer, ScPdfViewerContainer, ScPdfViewerContent, ScPdfViewerDownload, ScPdfViewerEmpty, ScPdfViewerError, ScPdfViewerFullscreen, ScPdfViewerLoading, ScPdfViewerNav, ScPdfViewerNextPage, ScPdfViewerPageInfo, ScPdfViewerPrevPage, ScPdfViewerPrint, ScPdfViewerRetry, ScPdfViewerRoot, ScPdfViewerRotateLeft, ScPdfViewerRotateRight, ScPdfViewerSeparator, ScPdfViewerSpacer, ScPdfViewerToolbar$1 as ScPdfViewerToolbar, ScPdfViewerToolbar as ScPdfViewerToolbarLegacy, ScPdfViewerZoom, ScPdfViewerZoomIn, ScPdfViewerZoomOut, ScPdfViewerZoomSelect, ScQrCode, ScQrCodeDownload, ScSidebarLayout, ScSignaturePad, ScSignaturePadCanvas, ScSignaturePadClearButton, ScSignaturePadColorButton, ScSignaturePadControls, ScSignaturePadToolbar, ScSignaturePadUndoButton, ScSignaturePadWidthButton, ScSpeedDial, ScSpeedDialAction, ScSpeedDialActionButton, ScSpeedDialActionLabel, ScSpeedDialActionList, ScSpeedDialTrigger, ScSpotlight, ScSpotlightActions, ScSpotlightDescription, ScSpotlightTitle, ScStackedLayout, ScStatCard, ScStatCardChange, ScStatCardDescription, ScStatCardIcon, ScStatCardLabel, ScStatCardValue, ScStepper, ScStepperContent, ScStepperDescription, ScStepperItem, ScStepperList, ScStepperNext, ScStepperPrevious, ScStepperSeparator, ScStepperTitle, ScStepperTrigger, ScTagInput, ScTagInputClear, ScTagInputCount, ScTagInputField, ScTagInputTag, ScTimePickerClock, ScTimeline, ScTimelineConnector, ScTimelineContent, ScTimelineDescription, ScTimelineDot, ScTimelineItem, ScTimelineTime, ScTimelineTitle, ScTourGuide, ScTransferList, ScTree, ScTreeItem, ScTreeItemGroup, ScTreeItemIcon, ScTreeItemTrigger, ScTreeItemTriggerIcon, ScVideoPlayer, ScVideoPlayerBigPlay, ScVideoPlayerBufferingIndicator, ScVideoPlayerControls, ScVideoPlayerFullscreen, ScVideoPlayerPip, ScVideoPlayerPlayPause, ScVideoPlayerProgress, ScVideoPlayerSkip, ScVideoPlayerSpacer, ScVideoPlayerSpeed, ScVideoPlayerTime, ScVideoPlayerToolbar, ScVideoPlayerVideo, ScVideoPlayerVolume, TourService, ZOOM_LEVELS, computeDiff, computeWordDiff, createScDateRangePresets, createUnifiedDiff };
|
|
17562
17474
|
//# sourceMappingURL=semantic-components-ui-lab.mjs.map
|