orbiq-neural-ui-kit 1.2.50 → 1.2.52
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.
|
@@ -398,7 +398,7 @@ class NeuralIconComponent {
|
|
|
398
398
|
@if (isLucideIcon()) {
|
|
399
399
|
<span [class]="name()" aria-hidden="true"></span>
|
|
400
400
|
} @else if (isEmojiIcon()) {
|
|
401
|
-
<span class="inline-flex items-center justify-center
|
|
401
|
+
<span class="inline-flex items-center justify-center" aria-hidden="true">
|
|
402
402
|
{{ name() }}
|
|
403
403
|
</span>
|
|
404
404
|
} @else {
|
|
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
417
417
|
@if (isLucideIcon()) {
|
|
418
418
|
<span [class]="name()" aria-hidden="true"></span>
|
|
419
419
|
} @else if (isEmojiIcon()) {
|
|
420
|
-
<span class="inline-flex items-center justify-center
|
|
420
|
+
<span class="inline-flex items-center justify-center" aria-hidden="true">
|
|
421
421
|
{{ name() }}
|
|
422
422
|
</span>
|
|
423
423
|
} @else {
|
|
@@ -3085,7 +3085,7 @@ class NeuralSwitchComponent {
|
|
|
3085
3085
|
...(ngDevMode ? [{ debugName: "switchCircleClasses" }] : /* istanbul ignore next */ []));
|
|
3086
3086
|
switchLabelClasses = computed(() => {
|
|
3087
3087
|
return [
|
|
3088
|
-
'
|
|
3088
|
+
'select-none',
|
|
3089
3089
|
this.disabled() ? 'cursor-not-allowed' : 'cursor-pointer',
|
|
3090
3090
|
].join(' ');
|
|
3091
3091
|
}, /* @ts-ignore */
|
|
@@ -4616,7 +4616,7 @@ class NeuralDropdownComponent {
|
|
|
4616
4616
|
</button>
|
|
4617
4617
|
|
|
4618
4618
|
<!-- Nested Panel -->
|
|
4619
|
-
<div class="absolute left-full top-0
|
|
4619
|
+
<div class="absolute left-full top-0 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 delay-100 group-hover:delay-150 pl-1.5 z-50">
|
|
4620
4620
|
<neural-popover-panel class="block min-w-[180px]">
|
|
4621
4621
|
<ng-container *ngTemplateOutlet="menuList; context: { $implicit: option.children, popover: popover }"></ng-container>
|
|
4622
4622
|
</neural-popover-panel>
|
|
@@ -4721,7 +4721,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
4721
4721
|
</button>
|
|
4722
4722
|
|
|
4723
4723
|
<!-- Nested Panel -->
|
|
4724
|
-
<div class="absolute left-full top-0
|
|
4724
|
+
<div class="absolute left-full top-0 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 delay-100 group-hover:delay-150 pl-1.5 z-50">
|
|
4725
4725
|
<neural-popover-panel class="block min-w-[180px]">
|
|
4726
4726
|
<ng-container *ngTemplateOutlet="menuList; context: { $implicit: option.children, popover: popover }"></ng-container>
|
|
4727
4727
|
</neural-popover-panel>
|
|
@@ -6013,12 +6013,12 @@ class NeuralKeyboardShortcutComponent {
|
|
|
6013
6013
|
@if (iconFor(part)) {
|
|
6014
6014
|
<neural-icon [name]="iconFor(part)!" class="size-3"></neural-icon>
|
|
6015
6015
|
} @else {
|
|
6016
|
-
<span class="
|
|
6016
|
+
<span class="uppercase">{{ part.display }}</span>
|
|
6017
6017
|
}
|
|
6018
6018
|
</span>
|
|
6019
6019
|
}
|
|
6020
6020
|
@if ($index < parsedParts().length - 1 && showPlus()) {
|
|
6021
|
-
<span class="
|
|
6021
|
+
<span class="text-[10px] opacity-60">+</span>
|
|
6022
6022
|
}
|
|
6023
6023
|
}
|
|
6024
6024
|
} @else {
|
|
@@ -6062,12 +6062,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
6062
6062
|
@if (iconFor(part)) {
|
|
6063
6063
|
<neural-icon [name]="iconFor(part)!" class="size-3"></neural-icon>
|
|
6064
6064
|
} @else {
|
|
6065
|
-
<span class="
|
|
6065
|
+
<span class="uppercase">{{ part.display }}</span>
|
|
6066
6066
|
}
|
|
6067
6067
|
</span>
|
|
6068
6068
|
}
|
|
6069
6069
|
@if ($index < parsedParts().length - 1 && showPlus()) {
|
|
6070
|
-
<span class="
|
|
6070
|
+
<span class="text-[10px] opacity-60">+</span>
|
|
6071
6071
|
}
|
|
6072
6072
|
}
|
|
6073
6073
|
} @else {
|
|
@@ -7278,7 +7278,7 @@ class NeuralRatingComponent {
|
|
|
7278
7278
|
}
|
|
7279
7279
|
|
|
7280
7280
|
<div
|
|
7281
|
-
class="rating-stars inline-flex shrink-0 gap-0.5
|
|
7281
|
+
class="rating-stars inline-flex shrink-0 gap-0.5 rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
|
|
7282
7282
|
[attr.role]="isSliderMode() ? 'slider' : 'radiogroup'"
|
|
7283
7283
|
[attr.tabindex]="rootTabindex()"
|
|
7284
7284
|
[attr.aria-required]="!isSliderMode() && required() ? true : undefined"
|
|
@@ -7362,7 +7362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
7362
7362
|
}
|
|
7363
7363
|
|
|
7364
7364
|
<div
|
|
7365
|
-
class="rating-stars inline-flex shrink-0 gap-0.5
|
|
7365
|
+
class="rating-stars inline-flex shrink-0 gap-0.5 rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
|
|
7366
7366
|
[attr.role]="isSliderMode() ? 'slider' : 'radiogroup'"
|
|
7367
7367
|
[attr.tabindex]="rootTabindex()"
|
|
7368
7368
|
[attr.aria-required]="!isSliderMode() && required() ? true : undefined"
|
|
@@ -11491,7 +11491,7 @@ class NeuralContextMenuComponent {
|
|
|
11491
11491
|
>
|
|
11492
11492
|
@for (option of options(); track option.label) {
|
|
11493
11493
|
@if (option.options && option.options.length > 0) {
|
|
11494
|
-
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase
|
|
11494
|
+
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
|
|
11495
11495
|
{{ option.label }}
|
|
11496
11496
|
</div>
|
|
11497
11497
|
@for (subOption of option.options; track subOption.label) {
|
|
@@ -11550,7 +11550,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
11550
11550
|
>
|
|
11551
11551
|
@for (option of options(); track option.label) {
|
|
11552
11552
|
@if (option.options && option.options.length > 0) {
|
|
11553
|
-
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase
|
|
11553
|
+
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
|
|
11554
11554
|
{{ option.label }}
|
|
11555
11555
|
</div>
|
|
11556
11556
|
@for (subOption of option.options; track subOption.label) {
|
|
@@ -13332,7 +13332,7 @@ class NeuralMenuComponent {
|
|
|
13332
13332
|
>
|
|
13333
13333
|
@for (option of options(); track option.label) {
|
|
13334
13334
|
@if (option.options && option.options.length > 0) {
|
|
13335
|
-
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase
|
|
13335
|
+
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
|
|
13336
13336
|
{{ option.label }}
|
|
13337
13337
|
</div>
|
|
13338
13338
|
@for (subOption of option.options; track subOption.label) {
|
|
@@ -13383,7 +13383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
13383
13383
|
>
|
|
13384
13384
|
@for (option of options(); track option.label) {
|
|
13385
13385
|
@if (option.options && option.options.length > 0) {
|
|
13386
|
-
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase
|
|
13386
|
+
<div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
|
|
13387
13387
|
{{ option.label }}
|
|
13388
13388
|
</div>
|
|
13389
13389
|
@for (subOption of option.options; track subOption.label) {
|
|
@@ -13882,7 +13882,7 @@ class NeuralRailItemComponent {
|
|
|
13882
13882
|
<div class="leading-relaxed">
|
|
13883
13883
|
<div>{{ label() }}</div>
|
|
13884
13884
|
@if (tooltipDescription()) {
|
|
13885
|
-
<div class="text-[13px]
|
|
13885
|
+
<div class="text-[13px] text-ink-gray-5">
|
|
13886
13886
|
{{ tooltipDescription() }}
|
|
13887
13887
|
</div>
|
|
13888
13888
|
}
|
|
@@ -13964,7 +13964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
13964
13964
|
<div class="leading-relaxed">
|
|
13965
13965
|
<div>{{ label() }}</div>
|
|
13966
13966
|
@if (tooltipDescription()) {
|
|
13967
|
-
<div class="text-[13px]
|
|
13967
|
+
<div class="text-[13px] text-ink-gray-5">
|
|
13968
13968
|
{{ tooltipDescription() }}
|
|
13969
13969
|
</div>
|
|
13970
13970
|
}
|
|
@@ -14717,9 +14717,9 @@ class NeuralSidebarHeaderComponent {
|
|
|
14717
14717
|
<div class="flex flex-col flex-1 min-w-0 transition-all duration-200"
|
|
14718
14718
|
[class]="isCollapsed() ? 'w-0 opacity-0 hidden' : 'opacity-100'"
|
|
14719
14719
|
>
|
|
14720
|
-
<span class="text-[14px] font-medium text-ink-gray-9 truncate
|
|
14720
|
+
<span class="text-[14px] font-medium text-ink-gray-9 truncate">{{ title() }}</span>
|
|
14721
14721
|
@if (subtitle()) {
|
|
14722
|
-
<span class="text-xs text-ink-gray-5 truncate
|
|
14722
|
+
<span class="text-xs text-ink-gray-5 truncate">{{ subtitle() }}</span>
|
|
14723
14723
|
}
|
|
14724
14724
|
</div>
|
|
14725
14725
|
|
|
@@ -14760,9 +14760,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
14760
14760
|
<div class="flex flex-col flex-1 min-w-0 transition-all duration-200"
|
|
14761
14761
|
[class]="isCollapsed() ? 'w-0 opacity-0 hidden' : 'opacity-100'"
|
|
14762
14762
|
>
|
|
14763
|
-
<span class="text-[14px] font-medium text-ink-gray-9 truncate
|
|
14763
|
+
<span class="text-[14px] font-medium text-ink-gray-9 truncate">{{ title() }}</span>
|
|
14764
14764
|
@if (subtitle()) {
|
|
14765
|
-
<span class="text-xs text-ink-gray-5 truncate
|
|
14765
|
+
<span class="text-xs text-ink-gray-5 truncate">{{ subtitle() }}</span>
|
|
14766
14766
|
}
|
|
14767
14767
|
</div>
|
|
14768
14768
|
|
|
@@ -15031,7 +15031,7 @@ class NeuralKeyboardShortcutsDialogComponent {
|
|
|
15031
15031
|
<neural-keyboard-shortcut [combo]="shortcut.combo" [bg]="true"></neural-keyboard-shortcut>
|
|
15032
15032
|
|
|
15033
15033
|
@if (shortcut.alternativeCombo) {
|
|
15034
|
-
<span class="text-ink-gray-4 text-xs
|
|
15034
|
+
<span class="text-ink-gray-4 text-xs">/</span>
|
|
15035
15035
|
<neural-keyboard-shortcut
|
|
15036
15036
|
[combo]="shortcut.alternativeCombo"
|
|
15037
15037
|
[bg]="true"
|
|
@@ -15082,7 +15082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
15082
15082
|
<neural-keyboard-shortcut [combo]="shortcut.combo" [bg]="true"></neural-keyboard-shortcut>
|
|
15083
15083
|
|
|
15084
15084
|
@if (shortcut.alternativeCombo) {
|
|
15085
|
-
<span class="text-ink-gray-4 text-xs
|
|
15085
|
+
<span class="text-ink-gray-4 text-xs">/</span>
|
|
15086
15086
|
<neural-keyboard-shortcut
|
|
15087
15087
|
[combo]="shortcut.alternativeCombo"
|
|
15088
15088
|
[bg]="true"
|
|
@@ -15500,7 +15500,7 @@ class NeuralSubGridComponent {
|
|
|
15500
15500
|
</th>
|
|
15501
15501
|
@for (col of columns(); track col.key) {
|
|
15502
15502
|
<th
|
|
15503
|
-
class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase
|
|
15503
|
+
class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase"
|
|
15504
15504
|
[style.width]="col.width || 'auto'"
|
|
15505
15505
|
[ngClass]="{
|
|
15506
15506
|
'text-left': !col.align || col.align === 'left',
|
|
@@ -15602,7 +15602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
15602
15602
|
</th>
|
|
15603
15603
|
@for (col of columns(); track col.key) {
|
|
15604
15604
|
<th
|
|
15605
|
-
class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase
|
|
15605
|
+
class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase"
|
|
15606
15606
|
[style.width]="col.width || 'auto'"
|
|
15607
15607
|
[ngClass]="{
|
|
15608
15608
|
'text-left': !col.align || col.align === 'left',
|