@pegasusheavy/ngx-tailwindcss 0.3.6 → 0.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pegasusheavy/ngx-tailwindcss",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "A highly customizable Angular component library for Tailwind CSS 4+. Build beautiful, accessible UI components with full theming support, intelligent class merging, and zero bundled CSS. Features 30+ components including buttons, cards, modals, forms, tables, and more.",
5
5
  "license": "MIT",
6
6
  "exports": {
@@ -5011,8 +5011,6 @@ declare class TwVolumeDialComponent implements ControlValueAccessor {
5011
5011
  private readonly twClass;
5012
5012
  private readonly a11y;
5013
5013
  private readonly dialSvg;
5014
- /** Initial/bound value - supports two-way binding with [(value)] */
5015
- readonly value: _angular_core.ModelSignal<number>;
5016
5014
  readonly min: _angular_core.InputSignal<number>;
5017
5015
  readonly max: _angular_core.InputSignal<number>;
5018
5016
  readonly step: _angular_core.InputSignal<number>;
@@ -5035,7 +5033,9 @@ declare class TwVolumeDialComponent implements ControlValueAccessor {
5035
5033
  readonly minTouchDuration: _angular_core.InputSignal<number>;
5036
5034
  readonly announceChanges: _angular_core.InputSignal<boolean>;
5037
5035
  readonly reducedMotion: _angular_core.InputSignal<boolean | "auto">;
5036
+ readonly valueChange: _angular_core.OutputEmitterRef<number>;
5038
5037
  readonly hapticTrigger: _angular_core.OutputEmitterRef<"change" | "detent" | "boundary">;
5038
+ protected readonly value: _angular_core.WritableSignal<number>;
5039
5039
  private isDragging;
5040
5040
  private startAngle;
5041
5041
  private startValue;
@@ -5098,7 +5098,7 @@ declare class TwVolumeDialComponent implements ControlValueAccessor {
5098
5098
  registerOnTouched(fn: () => void): void;
5099
5099
  setDisabledState(_isDisabled: boolean): void;
5100
5100
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TwVolumeDialComponent, never>;
5101
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TwVolumeDialComponent, "tw-volume-dial", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showTicks": { "alias": "showTicks"; "required": false; "isSignal": true; }; "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; "showLedRing": { "alias": "showLedRing"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "unit": { "alias": "unit"; "required": false; "isSignal": true; }; "centerDetent": { "alias": "centerDetent"; "required": false; "isSignal": true; }; "detentValue": { "alias": "detentValue"; "required": false; "isSignal": true; }; "classOverride": { "alias": "classOverride"; "required": false; "isSignal": true; }; "customSize": { "alias": "customSize"; "required": false; "isSignal": true; }; "customStrokeWidth": { "alias": "customStrokeWidth"; "required": false; "isSignal": true; }; "hapticFeedback": { "alias": "hapticFeedback"; "required": false; "isSignal": true; }; "touchGuard": { "alias": "touchGuard"; "required": false; "isSignal": true; }; "minTouchDuration": { "alias": "minTouchDuration"; "required": false; "isSignal": true; }; "announceChanges": { "alias": "announceChanges"; "required": false; "isSignal": true; }; "reducedMotion": { "alias": "reducedMotion"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "hapticTrigger": "hapticTrigger"; }, never, never, true, never>;
5101
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TwVolumeDialComponent, "tw-volume-dial", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showTicks": { "alias": "showTicks"; "required": false; "isSignal": true; }; "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; "showLedRing": { "alias": "showLedRing"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "unit": { "alias": "unit"; "required": false; "isSignal": true; }; "centerDetent": { "alias": "centerDetent"; "required": false; "isSignal": true; }; "detentValue": { "alias": "detentValue"; "required": false; "isSignal": true; }; "classOverride": { "alias": "classOverride"; "required": false; "isSignal": true; }; "customSize": { "alias": "customSize"; "required": false; "isSignal": true; }; "customStrokeWidth": { "alias": "customStrokeWidth"; "required": false; "isSignal": true; }; "hapticFeedback": { "alias": "hapticFeedback"; "required": false; "isSignal": true; }; "touchGuard": { "alias": "touchGuard"; "required": false; "isSignal": true; }; "minTouchDuration": { "alias": "minTouchDuration"; "required": false; "isSignal": true; }; "announceChanges": { "alias": "announceChanges"; "required": false; "isSignal": true; }; "reducedMotion": { "alias": "reducedMotion"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "hapticTrigger": "hapticTrigger"; }, never, never, true, never>;
5102
5102
  }
5103
5103
 
5104
5104
  type VuMeterVariant = 'led' | 'gradient' | 'solid' | 'retro' | 'light' | 'highContrast';
package/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Pegasus Heavy Industries LLC
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-