@vsn-ux/ngx-gaia 0.9.11 → 0.9.12
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/LICENSE +21 -0
- package/fesm2022/vsn-ux-ngx-gaia.mjs +94 -3
- package/fesm2022/vsn-ux-ngx-gaia.mjs.map +1 -1
- package/index.d.ts +34 -2
- package/package.json +3 -2
package/index.d.ts
CHANGED
|
@@ -368,6 +368,7 @@ declare class GaInputDirective {
|
|
|
368
368
|
readonly id: _angular_core.Signal<string>;
|
|
369
369
|
readonly disabled: _angular_core.Signal<boolean>;
|
|
370
370
|
constructor(placeholder?: string);
|
|
371
|
+
focus(): void;
|
|
371
372
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaInputDirective, [{ attribute: "placeholder"; }]>;
|
|
372
373
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaInputDirective, "[gaInput]", never, { "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; "idInput": { "alias": "id"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
373
374
|
}
|
|
@@ -1424,5 +1425,36 @@ declare class GaTextAreaModule {
|
|
|
1424
1425
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<GaTextAreaModule>;
|
|
1425
1426
|
}
|
|
1426
1427
|
|
|
1427
|
-
|
|
1428
|
-
|
|
1428
|
+
type GaChipVariant = 'default' | 'transparent';
|
|
1429
|
+
declare class GaChipListboxComponent<ValueT = any | readonly any[]> {
|
|
1430
|
+
protected readonly cdkListbox: CdkListbox<any>;
|
|
1431
|
+
readonly orientation: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
1432
|
+
readonly variant: _angular_core.InputSignal<GaChipVariant>;
|
|
1433
|
+
readonly valueChange: _angular_core.OutputEmitterRef<ValueT>;
|
|
1434
|
+
readonly disabled: _angular_core.Signal<boolean>;
|
|
1435
|
+
constructor();
|
|
1436
|
+
focus(): void;
|
|
1437
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaChipListboxComponent<any>, never>;
|
|
1438
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaChipListboxComponent<any>, "ga-chip-listbox", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, ["*"], true, [{ directive: typeof i1$3.CdkListbox; inputs: { "cdkListboxMultiple": "multiple"; "cdkListboxValue": "value"; "cdkListboxDisabled": "disabled"; "cdkListboxCompareWith": "compareWith"; }; outputs: {}; }]>;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
declare class GaChipComponent {
|
|
1442
|
+
private readonly cdkOption;
|
|
1443
|
+
protected readonly listbox: GaChipListboxComponent<any>;
|
|
1444
|
+
protected readonly _isSelected: _angular_core.WritableSignal<boolean | null>;
|
|
1445
|
+
readonly selected: _angular_core.Signal<boolean | null>;
|
|
1446
|
+
readonly value: _angular_core.InputSignal<any>;
|
|
1447
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1448
|
+
constructor();
|
|
1449
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaChipComponent, never>;
|
|
1450
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaChipComponent, "ga-chip", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionDisabled": "disabled"; }; outputs: {}; }]>;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
declare class GaChipModule {
|
|
1454
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaChipModule, never>;
|
|
1455
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<GaChipModule, never, [typeof GaChipComponent, typeof GaChipListboxComponent], [typeof GaChipComponent, typeof GaChipListboxComponent]>;
|
|
1456
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<GaChipModule>;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
export { CHECKBOX_CONTROL_VALUE_ACCESSOR, DEFAULT_MODAL_OPTIONS, GA_ALERT_I18N_FACTORY, GA_BASE_FONT_SIZE, GA_BUTTON_I18N_FACTORY, GA_CHECKBOX_REQUIRED_VALIDATOR, GA_DATEPICKER_I18N_FACTORY, GA_DATEPICKER_PARSER_FORMATTER_FACTORY, GA_DATEPICKER_VALUE_ADAPTER_FACTORY, GA_DATE_PARSER_FORMATTER_CONFIG, GA_DEFAULT_DATEPICKER_FORMATS, GA_FORM_CONTROL_ADAPTER, GA_FORM_ERRORS, GA_ICON_DEFAULT_SIZE, GA_MODAL_DATA, GA_MODAL_I18N_FACTORY, GA_SELECT_I18N_FACTORY, GA_SELECT_REQUIRED_VALIDATOR, GA_TOOLTIP_DEFAULT_OFFSET, GaAlertComponent, GaAlertI18n, GaAlertI18nDefault, GaAlertModule, GaAlertTitleActionsComponent, GaAlertTitleComponent, GaBadgeComponent, GaBadgeModule, GaButtonDirective, GaButtonI18n, GaButtonI18nDefault, GaButtonModule, GaCardComponent, GaCardModule, GaCheckboxComponent, GaCheckboxModule, GaCheckboxRequiredValidator, GaChipComponent, GaChipListboxComponent, GaChipModule, GaDatepickerComponent, GaDatepickerI18n, GaDatepickerI18nDefault, GaDatepickerInputDirective, GaDatepickerModule, GaDatepickerNativeUtcIsoValueAdapter, GaDatepickerNativeUtcValueAdapter, GaDatepickerParserFormatter, GaDatepickerParserFormatterDefault, GaDatepickerStructValueAdapter, GaDatepickerToggleComponent, GaDatepickerValueAdapter, GaFieldErrorDirective, GaFieldInfoComponent, GaFieldLabelComponent, GaFormControlDirective, GaFormControlErrorsDirective, GaFormFieldComponent, GaFormFieldConnector, GaFormFieldModule, GaIconButtonDirective, GaIconComponent, GaIconModule, GaInputComponent, GaInputDirective, GaInputModule, GaLabelledByFormFieldDirective, GaLinkDirective, GaLinkModule, GaMenuComponent, GaMenuItemComponent, GaMenuModule, GaMenuSeparatorComponent, GaMenuTitleComponent, GaMenuTriggerDirective, GaMenuTriggerIconComponent, GaModalActionsComponent, GaModalCloseDirective, GaModalComponent, GaModalContentComponent, GaModalDescriptionComponent, GaModalDescriptionDirective, GaModalHeaderComponent, GaModalI18n, GaModalI18nDefault, GaModalLabelDirective, GaModalModule, GaModalOptions, GaModalRef, GaModalService, GaModalTitleDirective, GaOptgroupComponent, GaOptionComponent, GaRadioButtonComponent, GaRadioGroupComponent, GaRadioModule, GaSegmentedControlButtonDirective, GaSegmentedControlComponent, GaSegmentedControlIconButtonComponent, GaSegmentedControlModule, GaSegmentedControlTextButtonComponent, GaSelectComponent, GaSelectDropdownComponent, GaSelectDropdownSpinnerComponent, GaSelectI18n, GaSelectI18nDefault, GaSelectModule, GaSelectRequiredValidator, GaSelectValueComponent, GaSpinnerComponent, GaSpinnerModule, GaSwitchComponent, GaSwitchModule, GaTextAreaDirective, GaTextAreaModule, GaTooltipComponent, GaTooltipDirective, GaTooltipModule, RADIO_CONTROL_VALUE_ACCESSOR, SWITCH_CONTROL_VALUE_ACCESSOR, compareStructs, extendGaDateParserFormatter, injectNgControlState, provideGaAlertI18n, provideGaBaseFontSize, provideGaButtonI18n, provideGaDatepickerI18n, provideGaDatepickerParserFormatter, provideGaDatepickerValueAdapter, provideGaFormErrors, provideGaModalI18n, provideGaModalOptions, provideGaSelectI18n };
|
|
1460
|
+
export type { GaAlertVariant, GaBadgeType, GaBadgeVariant, GaButtonType, GaChipVariant, GaDatepickerFormats, GaDatepickerStruct, GaFormControlAdapter, GaFormErrorMessage, GaFormErrorsConfig, GaFormErrorsMap, GaIconButtonVariant, GaIconData, GaLinkSize, GaLinkVariant, GaModalRole, GaModalSize, GaModalType, GaTooltipControlMode, GaTooltipDirection, GaTooltipPlacement, GaTooltipPosition, IGaDatepickerI18n };
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vsn-ux/ngx-gaia",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.12",
|
|
4
|
+
"license": "MIT",
|
|
4
5
|
"peerDependencies": {
|
|
5
6
|
"@angular/cdk": "^20.0.0",
|
|
6
7
|
"@angular/common": "^20.0.0",
|
|
7
8
|
"@angular/core": "^20.0.0",
|
|
8
|
-
"@vsn-ux/gaia-styles": "^0.5.
|
|
9
|
+
"@vsn-ux/gaia-styles": "^0.5.11",
|
|
9
10
|
"lucide-angular": ">=0.518.0 <1.0.0"
|
|
10
11
|
},
|
|
11
12
|
"dependencies": {
|