@ardium-ui/ui 3.1.0 → 3.1.3-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.
- package/esm2022/lib/inputs/_simple-input-base.mjs +3 -9
- package/esm2022/lib/inputs/input/input.component.mjs +4 -4
- package/esm2022/lib/inputs/input/input.directives.mjs +5 -5
- package/esm2022/lib/inputs/input/input.module.mjs +7 -7
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +9 -3
- package/fesm2022/ardium-ui-ui.mjs +155 -155
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/inputs/_simple-input-base.d.ts +4 -5
- package/lib/inputs/input/input.component.d.ts +2 -2
- package/lib/inputs/input/input.directives.d.ts +3 -3
- package/lib/inputs/input/input.module.d.ts +1 -1
- package/lib/inputs/simple-input/simple-input.component.d.ts +5 -1
- package/package.json +1 -1
|
@@ -653,6 +653,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
653
653
|
}]
|
|
654
654
|
}] });
|
|
655
655
|
|
|
656
|
+
class _ClearButtonComponent extends _FocusableComponentBase {
|
|
657
|
+
constructor() {
|
|
658
|
+
super(_focusableComponentDefaults);
|
|
659
|
+
}
|
|
660
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
661
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.2", type: _ClearButtonComponent, selector: "ard-clear-button", usesInheritance: true, ngImport: i0, template: "<button\n #focusableElement\n class=\"ard-clear-btn-wrapper\"\n type=\"button\"\n [tabindex]=\"tabIndex()\"\n>\n <div class=\"ard-hitbox\"></div>\n <div class=\"ard-focus-overlay\"></div>\n <div\n class=\"ard-clear-btn\"\n aria-hidden=\"true\"\n ></div>\n</button>\n", styles: [""] }); }
|
|
662
|
+
}
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonComponent, decorators: [{
|
|
664
|
+
type: Component,
|
|
665
|
+
args: [{ selector: 'ard-clear-button', template: "<button\n #focusableElement\n class=\"ard-clear-btn-wrapper\"\n type=\"button\"\n [tabindex]=\"tabIndex()\"\n>\n <div class=\"ard-hitbox\"></div>\n <div class=\"ard-focus-overlay\"></div>\n <div\n class=\"ard-clear-btn\"\n aria-hidden=\"true\"\n ></div>\n</button>\n" }]
|
|
666
|
+
}], ctorParameters: () => [] });
|
|
667
|
+
|
|
668
|
+
class _ClearButtonModule {
|
|
669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
670
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, declarations: [_ClearButtonComponent], imports: [CommonModule], exports: [_ClearButtonComponent] }); }
|
|
671
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, imports: [CommonModule] }); }
|
|
672
|
+
}
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, decorators: [{
|
|
674
|
+
type: NgModule,
|
|
675
|
+
args: [{
|
|
676
|
+
declarations: [_ClearButtonComponent],
|
|
677
|
+
imports: [CommonModule],
|
|
678
|
+
exports: [_ClearButtonComponent],
|
|
679
|
+
}]
|
|
680
|
+
}] });
|
|
681
|
+
|
|
656
682
|
const DropdownPanelAppearance = {
|
|
657
683
|
Outlined: 'outlined',
|
|
658
684
|
Raised: 'raised',
|
|
@@ -894,32 +920,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
894
920
|
}]
|
|
895
921
|
}] });
|
|
896
922
|
|
|
897
|
-
class _ClearButtonComponent extends _FocusableComponentBase {
|
|
898
|
-
constructor() {
|
|
899
|
-
super(_focusableComponentDefaults);
|
|
900
|
-
}
|
|
901
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
902
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.2", type: _ClearButtonComponent, selector: "ard-clear-button", usesInheritance: true, ngImport: i0, template: "<button\n #focusableElement\n class=\"ard-clear-btn-wrapper\"\n type=\"button\"\n [tabindex]=\"tabIndex()\"\n>\n <div class=\"ard-hitbox\"></div>\n <div class=\"ard-focus-overlay\"></div>\n <div\n class=\"ard-clear-btn\"\n aria-hidden=\"true\"\n ></div>\n</button>\n", styles: [""] }); }
|
|
903
|
-
}
|
|
904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonComponent, decorators: [{
|
|
905
|
-
type: Component,
|
|
906
|
-
args: [{ selector: 'ard-clear-button', template: "<button\n #focusableElement\n class=\"ard-clear-btn-wrapper\"\n type=\"button\"\n [tabindex]=\"tabIndex()\"\n>\n <div class=\"ard-hitbox\"></div>\n <div class=\"ard-focus-overlay\"></div>\n <div\n class=\"ard-clear-btn\"\n aria-hidden=\"true\"\n ></div>\n</button>\n" }]
|
|
907
|
-
}], ctorParameters: () => [] });
|
|
908
|
-
|
|
909
|
-
class _ClearButtonModule {
|
|
910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
911
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, declarations: [_ClearButtonComponent], imports: [CommonModule], exports: [_ClearButtonComponent] }); }
|
|
912
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, imports: [CommonModule] }); }
|
|
913
|
-
}
|
|
914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _ClearButtonModule, decorators: [{
|
|
915
|
-
type: NgModule,
|
|
916
|
-
args: [{
|
|
917
|
-
declarations: [_ClearButtonComponent],
|
|
918
|
-
imports: [CommonModule],
|
|
919
|
-
exports: [_ClearButtonComponent],
|
|
920
|
-
}]
|
|
921
|
-
}] });
|
|
922
|
-
|
|
923
923
|
class SimplestItemStorage {
|
|
924
924
|
constructor(_ardParentComp) {
|
|
925
925
|
this._ardParentComp = _ardParentComp;
|
|
@@ -1333,118 +1333,6 @@ function escapeAndCreateRegex(str, flags, negated = true) {
|
|
|
1333
1333
|
return new RegExp(`[${negated ? '^' : ''}${str}]`, flags);
|
|
1334
1334
|
}
|
|
1335
1335
|
|
|
1336
|
-
const _simpleInputDefaults = {
|
|
1337
|
-
..._ngModelComponentDefaults,
|
|
1338
|
-
appearance: FormElementAppearance.Outlined,
|
|
1339
|
-
variant: FormElementVariant.Rounded,
|
|
1340
|
-
compact: false,
|
|
1341
|
-
placeholder: '',
|
|
1342
|
-
alignText: SimpleOneAxisAlignment.Left,
|
|
1343
|
-
clearable: false,
|
|
1344
|
-
clearButtonTitle: 'Clear',
|
|
1345
|
-
inputAttrs: {},
|
|
1346
|
-
maxLength: undefined,
|
|
1347
|
-
};
|
|
1348
|
-
const ARD_SIMPLE_INPUT_DEFAULTS = new InjectionToken('ard-simple-input-defaults', {
|
|
1349
|
-
factory: () => ({
|
|
1350
|
-
..._simpleInputDefaults,
|
|
1351
|
-
}),
|
|
1352
|
-
});
|
|
1353
|
-
function provideSimpleInputDefaults(config) {
|
|
1354
|
-
return { provide: ARD_SIMPLE_INPUT_DEFAULTS, useValue: { ..._simpleInputDefaults, ...config } };
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
class ArdiumSimpleInputComponent extends _SimpleInputComponentBase {
|
|
1358
|
-
constructor(defaults) {
|
|
1359
|
-
super(defaults);
|
|
1360
|
-
}
|
|
1361
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputComponent, deps: [{ token: ARD_SIMPLE_INPUT_DEFAULTS }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1362
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: ArdiumSimpleInputComponent, selector: "ard-simple-input", providers: [
|
|
1363
|
-
{
|
|
1364
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1365
|
-
useExisting: forwardRef(() => ArdiumSimpleInputComponent),
|
|
1366
|
-
multi: true,
|
|
1367
|
-
},
|
|
1368
|
-
], usesInheritance: true, ngImport: i0, template: "<ard-form-field-frame\n [appearance]=\"appearance()\"\n [variant]=\"variant()\"\n [compact]=\"compact\"\n [isFocused]=\"isFocused\"\n [prefixTemplate]=\"prefixTemplate()?.template\"\n [suffixTemplate]=\"suffixTemplate()?.template\"\n>\n <div\n class=\"ard-simple-input\"\n [ngClass]=\"ngClasses()\"\n [class.ard-has-value]=\"value\"\n (click)=\"focus()\"\n >\n <div class=\"ard-input-container\">\n @if (shouldDisplayPlaceholder()) {\n <ng-template #defaultPlaceholderTemplate>\n <div class=\"ard-placeholder\">{{ placeholder() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"placeholderTemplate()?.template || defaultPlaceholderTemplate\"></ng-template>\n }\n\n <input\n #textInput\n #focusableElement\n type=\"text\"\n [attr.id]=\"inputId()\"\n [attr.tabindex]=\"tabIndex()\"\n [readonly]=\"readonly()\"\n [disabled]=\"disabled()\"\n (input)=\"onInput(textInput.value)\"\n (focus)=\"onFocusMaster($event)\"\n (blur)=\"onBlurMaster($event)\"\n (change)=\"onChange($event)\"\n (copy)=\"onCopy($event)\"\n />\n </div>\n\n @if (shouldShowClearButton()) {\n <ard-clear-button\n [title]=\"clearButtonTitle()\"\n (click)=\"onClearButtonClick($event)\"\n />\n }\n </div>\n</ard-form-field-frame>\n", styles: [".ard-input-container{position:relative}.ard-placeholder{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.ard-text-align-left input,.ard-text-align-left .ard-placeholder{text-align:left}.ard-text-align-center input,.ard-text-align-center .ard-placeholder{text-align:center}.ard-text-align-right input,.ard-text-align-right .ard-placeholder{text-align:right}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: _ClearButtonComponent, selector: "ard-clear-button" }, { kind: "component", type: ArdiumFormFieldFrameComponent, selector: "ard-form-field-frame", inputs: ["isFocused", "appearance", "variant", "compact", "prefixTemplate", "suffixTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1369
|
-
}
|
|
1370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputComponent, decorators: [{
|
|
1371
|
-
type: Component,
|
|
1372
|
-
args: [{ selector: 'ard-simple-input', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
1373
|
-
{
|
|
1374
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1375
|
-
useExisting: forwardRef(() => ArdiumSimpleInputComponent),
|
|
1376
|
-
multi: true,
|
|
1377
|
-
},
|
|
1378
|
-
], template: "<ard-form-field-frame\n [appearance]=\"appearance()\"\n [variant]=\"variant()\"\n [compact]=\"compact\"\n [isFocused]=\"isFocused\"\n [prefixTemplate]=\"prefixTemplate()?.template\"\n [suffixTemplate]=\"suffixTemplate()?.template\"\n>\n <div\n class=\"ard-simple-input\"\n [ngClass]=\"ngClasses()\"\n [class.ard-has-value]=\"value\"\n (click)=\"focus()\"\n >\n <div class=\"ard-input-container\">\n @if (shouldDisplayPlaceholder()) {\n <ng-template #defaultPlaceholderTemplate>\n <div class=\"ard-placeholder\">{{ placeholder() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"placeholderTemplate()?.template || defaultPlaceholderTemplate\"></ng-template>\n }\n\n <input\n #textInput\n #focusableElement\n type=\"text\"\n [attr.id]=\"inputId()\"\n [attr.tabindex]=\"tabIndex()\"\n [readonly]=\"readonly()\"\n [disabled]=\"disabled()\"\n (input)=\"onInput(textInput.value)\"\n (focus)=\"onFocusMaster($event)\"\n (blur)=\"onBlurMaster($event)\"\n (change)=\"onChange($event)\"\n (copy)=\"onCopy($event)\"\n />\n </div>\n\n @if (shouldShowClearButton()) {\n <ard-clear-button\n [title]=\"clearButtonTitle()\"\n (click)=\"onClearButtonClick($event)\"\n />\n }\n </div>\n</ard-form-field-frame>\n", styles: [".ard-input-container{position:relative}.ard-placeholder{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.ard-text-align-left input,.ard-text-align-left .ard-placeholder{text-align:left}.ard-text-align-center input,.ard-text-align-center .ard-placeholder{text-align:center}.ard-text-align-right input,.ard-text-align-right .ard-placeholder{text-align:right}\n"] }]
|
|
1379
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1380
|
-
type: Inject,
|
|
1381
|
-
args: [ARD_SIMPLE_INPUT_DEFAULTS]
|
|
1382
|
-
}] }] });
|
|
1383
|
-
|
|
1384
|
-
class ArdSimpleInputPlaceholderTemplateDirective {
|
|
1385
|
-
constructor(template) {
|
|
1386
|
-
this.template = template;
|
|
1387
|
-
}
|
|
1388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPlaceholderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1389
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputPlaceholderTemplateDirective, selector: "ard-simple-input > ng-template[ard-placeholder-tmp]", ngImport: i0 }); }
|
|
1390
|
-
}
|
|
1391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPlaceholderTemplateDirective, decorators: [{
|
|
1392
|
-
type: Directive,
|
|
1393
|
-
args: [{ selector: 'ard-simple-input > ng-template[ard-placeholder-tmp]' }]
|
|
1394
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1395
|
-
class ArdSimpleInputPrefixTemplateDirective {
|
|
1396
|
-
constructor(template) {
|
|
1397
|
-
this.template = template;
|
|
1398
|
-
}
|
|
1399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPrefixTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1400
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputPrefixTemplateDirective, selector: "ard-simple-input > ng-template[ard-prefix-tmp]", ngImport: i0 }); }
|
|
1401
|
-
}
|
|
1402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPrefixTemplateDirective, decorators: [{
|
|
1403
|
-
type: Directive,
|
|
1404
|
-
args: [{ selector: 'ard-simple-input > ng-template[ard-prefix-tmp]' }]
|
|
1405
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1406
|
-
class ArdSimpleInputSuffixTemplateDirective {
|
|
1407
|
-
constructor(template) {
|
|
1408
|
-
this.template = template;
|
|
1409
|
-
}
|
|
1410
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputSuffixTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1411
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputSuffixTemplateDirective, selector: "ard-simple-input > ng-template[ard-suffix-tmp]", ngImport: i0 }); }
|
|
1412
|
-
}
|
|
1413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputSuffixTemplateDirective, decorators: [{
|
|
1414
|
-
type: Directive,
|
|
1415
|
-
args: [{ selector: 'ard-simple-input > ng-template[ard-suffix-tmp]' }]
|
|
1416
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1417
|
-
|
|
1418
|
-
class ArdiumSimpleInputModule {
|
|
1419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1420
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, declarations: [ArdiumSimpleInputComponent,
|
|
1421
|
-
ArdSimpleInputPlaceholderTemplateDirective,
|
|
1422
|
-
ArdSimpleInputPrefixTemplateDirective,
|
|
1423
|
-
ArdSimpleInputSuffixTemplateDirective], imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule], exports: [ArdiumSimpleInputComponent,
|
|
1424
|
-
ArdSimpleInputPlaceholderTemplateDirective,
|
|
1425
|
-
ArdSimpleInputPrefixTemplateDirective,
|
|
1426
|
-
ArdSimpleInputSuffixTemplateDirective] }); }
|
|
1427
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule] }); }
|
|
1428
|
-
}
|
|
1429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, decorators: [{
|
|
1430
|
-
type: NgModule,
|
|
1431
|
-
args: [{
|
|
1432
|
-
declarations: [
|
|
1433
|
-
ArdiumSimpleInputComponent,
|
|
1434
|
-
ArdSimpleInputPlaceholderTemplateDirective,
|
|
1435
|
-
ArdSimpleInputPrefixTemplateDirective,
|
|
1436
|
-
ArdSimpleInputSuffixTemplateDirective,
|
|
1437
|
-
],
|
|
1438
|
-
imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule],
|
|
1439
|
-
exports: [
|
|
1440
|
-
ArdiumSimpleInputComponent,
|
|
1441
|
-
ArdSimpleInputPlaceholderTemplateDirective,
|
|
1442
|
-
ArdSimpleInputPrefixTemplateDirective,
|
|
1443
|
-
ArdSimpleInputSuffixTemplateDirective,
|
|
1444
|
-
],
|
|
1445
|
-
}]
|
|
1446
|
-
}] });
|
|
1447
|
-
|
|
1448
1336
|
const _simpleInputComponentDefaults = {
|
|
1449
1337
|
..._ngModelComponentDefaults,
|
|
1450
1338
|
appearance: FormElementAppearance.Outlined,
|
|
@@ -1467,11 +1355,6 @@ class _SimpleInputComponentBase extends _NgModelComponentBase {
|
|
|
1467
1355
|
this.placeholder = input(this._DEFAULTS.placeholder);
|
|
1468
1356
|
this.inputId = input(undefined);
|
|
1469
1357
|
this.clearButtonTitle = input(this._DEFAULTS.clearButtonTitle);
|
|
1470
|
-
//! prefix & suffix
|
|
1471
|
-
this.prefixTemplate = contentChild(ArdSimpleInputPrefixTemplateDirective);
|
|
1472
|
-
this.suffixTemplate = contentChild(ArdSimpleInputSuffixTemplateDirective);
|
|
1473
|
-
//! placeholder
|
|
1474
|
-
this.placeholderTemplate = contentChild(ArdSimpleInputPlaceholderTemplateDirective);
|
|
1475
1358
|
this.shouldDisplayPlaceholder = computed(() => Boolean(this.placeholder()) && !this.inputModel.value());
|
|
1476
1359
|
//! appearance
|
|
1477
1360
|
this.appearance = input(this._DEFAULTS.appearance);
|
|
@@ -1588,7 +1471,7 @@ class _SimpleInputComponentBase extends _NgModelComponentBase {
|
|
|
1588
1471
|
}
|
|
1589
1472
|
}
|
|
1590
1473
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _SimpleInputComponentBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1591
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "18.0.2", type: _SimpleInputComponentBase, inputs: { placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, inputId: { classPropertyName: "inputId", publicName: "inputId", isSignal: true, isRequired: false, transformFunction: null }, clearButtonTitle: { classPropertyName: "clearButtonTitle", publicName: "clearButtonTitle", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, alignText: { classPropertyName: "alignText", publicName: "alignText", isSignal: true, isRequired: false, transformFunction: null }, compact: { classPropertyName: "compact", publicName: "compact", isSignal: true, isRequired: false, transformFunction: null }, inputAttrs: { classPropertyName: "inputAttrs", publicName: "inputAttrs", isSignal: true, isRequired: false, transformFunction: null }, maxLength: { classPropertyName: "maxLength", publicName: "maxLength", isSignal: true, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { valueChange: "valueChange", inputEvent: "input", changeEvent: "change", clearEvent: "clear" },
|
|
1474
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "18.0.2", type: _SimpleInputComponentBase, inputs: { placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, inputId: { classPropertyName: "inputId", publicName: "inputId", isSignal: true, isRequired: false, transformFunction: null }, clearButtonTitle: { classPropertyName: "clearButtonTitle", publicName: "clearButtonTitle", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, alignText: { classPropertyName: "alignText", publicName: "alignText", isSignal: true, isRequired: false, transformFunction: null }, compact: { classPropertyName: "compact", publicName: "compact", isSignal: true, isRequired: false, transformFunction: null }, inputAttrs: { classPropertyName: "inputAttrs", publicName: "inputAttrs", isSignal: true, isRequired: false, transformFunction: null }, maxLength: { classPropertyName: "maxLength", publicName: "maxLength", isSignal: true, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { valueChange: "valueChange", inputEvent: "input", changeEvent: "change", clearEvent: "clear" }, viewQueries: [{ propertyName: "textInputEl", first: true, predicate: ["textInput"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0 }); }
|
|
1592
1475
|
}
|
|
1593
1476
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: _SimpleInputComponentBase, decorators: [{
|
|
1594
1477
|
type: Directive
|
|
@@ -1611,14 +1494,14 @@ function provideInputDefaults(config) {
|
|
|
1611
1494
|
return { provide: ARD_INPUT_DEFAULTS, useValue: { ..._inputDefaults, ...config } };
|
|
1612
1495
|
}
|
|
1613
1496
|
|
|
1614
|
-
class
|
|
1497
|
+
class ArdInputSuggestionTemplateDirective {
|
|
1615
1498
|
constructor(template) {
|
|
1616
1499
|
this.template = template;
|
|
1617
1500
|
}
|
|
1618
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type:
|
|
1619
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type:
|
|
1501
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdInputSuggestionTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1502
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdInputSuggestionTemplateDirective, selector: "ard-input > ng-template[ard-suggestion-tmp]", ngImport: i0 }); }
|
|
1620
1503
|
}
|
|
1621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type:
|
|
1504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdInputSuggestionTemplateDirective, decorators: [{
|
|
1622
1505
|
type: Directive,
|
|
1623
1506
|
args: [{ selector: 'ard-input > ng-template[ard-suggestion-tmp]' }]
|
|
1624
1507
|
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -1715,7 +1598,7 @@ class ArdiumInputComponent extends _SimpleInputComponentBase {
|
|
|
1715
1598
|
this.shouldDisplaySuggestions = computed(() => !this.disabled() && (this.suggestionItems().length > 0 || this.areSuggestionsLoading()) && this._suggestionDropdowOpen());
|
|
1716
1599
|
this.areSuggestionsLoading = input(false, { transform: v => coerceBooleanProperty(v) });
|
|
1717
1600
|
this.suggestionsLoadingText = input(this.DEFAULTS.suggestionsLoadingText);
|
|
1718
|
-
this.suggestionTemplate = contentChild(
|
|
1601
|
+
this.suggestionTemplate = contentChild(ArdInputSuggestionTemplateDirective);
|
|
1719
1602
|
this.suggestionLoadingTemplate = contentChild(ArdInputLoadingTemplateDirective);
|
|
1720
1603
|
//! suggestions overlay
|
|
1721
1604
|
this.dropdownHost = viewChild('suggestionsHost');
|
|
@@ -1886,7 +1769,7 @@ class ArdiumInputComponent extends _SimpleInputComponentBase {
|
|
|
1886
1769
|
useExisting: forwardRef(() => ArdiumInputComponent),
|
|
1887
1770
|
multi: true,
|
|
1888
1771
|
},
|
|
1889
|
-
], queries: [{ propertyName: "prefixTemplate", first: true, predicate: ArdInputPrefixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suffixTemplate", first: true, predicate: ArdInputSuffixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "placeholderTemplate", first: true, predicate: ArdInputPlaceholderTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suggestionTemplate", first: true, predicate:
|
|
1772
|
+
], queries: [{ propertyName: "prefixTemplate", first: true, predicate: ArdInputPrefixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suffixTemplate", first: true, predicate: ArdInputSuffixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "placeholderTemplate", first: true, predicate: ArdInputPlaceholderTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suggestionTemplate", first: true, predicate: ArdInputSuggestionTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suggestionLoadingTemplate", first: true, predicate: ArdInputLoadingTemplateDirective, descendants: true, isSignal: true }], viewQueries: [{ propertyName: "dropdownHost", first: true, predicate: ["suggestionsHost"], descendants: true, isSignal: true }, { propertyName: "dropdownTemplate", first: true, predicate: ["suggestionsTemplate"], descendants: true, read: TemplateRef, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<ard-form-field-frame\n [appearance]=\"appearance()\"\n [variant]=\"variant()\"\n [compact]=\"compact()\"\n [isFocused]=\"isFocused\"\n [prefixTemplate]=\"prefixTemplate()?.template\"\n [suffixTemplate]=\"suffixTemplate()?.template\"\n>\n <div\n class=\"ard-input\"\n #suggestionsHost\n [ngClass]=\"ngClasses()\"\n [class.ard-has-value]=\"value\"\n (click)=\"focus()\"\n >\n <div class=\"ard-input-container\">\n @if (shouldDisplayAutocomplete()) {\n <div class=\"ard-autocomplete\">{{ autocomplete() }}</div>\n }\n @if (shouldDisplayPlaceholder()) {\n <ng-template #defaultPlaceholderTemplate>\n <div class=\"ard-placeholder\">{{ placeholder() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"placeholderTemplate()?.template || defaultPlaceholderTemplate\"></ng-template>\n }\n <input\n #textInput\n #focusableElement\n type=\"text\"\n [attr.id]=\"inputId()\"\n [attr.tabindex]=\"tabIndex()\"\n [readonly]=\"readonly()\"\n [disabled]=\"disabled()\"\n (input)=\"onInput(textInput.value)\"\n (focus)=\"onFocus($event)\"\n (blur)=\"onBlur($event)\"\n (copy)=\"onCopy($event)\"\n />\n </div>\n\n @if (shouldShowClearButton()) {\n <ard-clear-button\n [title]=\"clearButtonTitle()\"\n (click)=\"onClearButtonClick($event)\"\n />\n }\n </div>\n</ard-form-field-frame>\n\n<ng-template #suggestionsTemplate>\n <ard-dropdown-panel\n class=\"ard-dropdown-panel ard-input-suggestions-panel\"\n role=\"listbox\"\n [compact]=\"compact\"\n aria-label=\"Suggestions\"\n [appearance]=\"dropdownAppearanceOrDefault()\"\n [variant]=\"dropdownVariantOrDefault()\"\n [isOpen]=\"shouldDisplaySuggestions()\"\n (ardClickOutside)=\"handleSuggestionClickOutside($event)\"\n (mousemove)=\"onMouseMove()\"\n >\n @for (item of suggestionItems(); track item.index) {\n <div\n class=\"ard-option\"\n role=\"option\"\n [class.ard-option-selected]=\"item.selected()\"\n [class.ard-option-highlighted]=\"item.highlighted()\"\n [attr.aria-selected]=\"item.selected()\"\n (click)=\"selectSuggestion(item, $event)\"\n (mouseenter)=\"onSuggestionMouseEnter(item, $event)\"\n (mouseleave)=\"onSuggestionMouseLeave(item, $event)\"\n >\n <span class=\"ard-option-label\">\n <ng-template #defaultOptionTemplate>\n {{ item.label() }}\n </ng-template>\n\n <ng-template\n [ngTemplateOutlet]=\"suggestionTemplate()?.template || defaultOptionTemplate\"\n [ngTemplateOutletContext]=\"getOptionContext(item)\"\n ></ng-template>\n </span>\n </div>\n }\n @if (areSuggestionsLoading()) {\n <ng-template #defaultLoadingPlaceholderTemplate>\n <div class=\"ard-option ard-option-disabled\">{{ suggestionsLoadingText() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"suggestionLoadingTemplate()?.template || defaultLoadingPlaceholderTemplate\"></ng-template>\n }\n </ard-dropdown-panel>\n</ng-template>\n", styles: [".ard-input-container{position:relative}.ard-placeholder{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.ard-text-align-left input,.ard-text-align-left .ard-placeholder{text-align:left}.ard-text-align-center input,.ard-text-align-center .ard-placeholder{text-align:center}.ard-text-align-right input,.ard-text-align-right .ard-placeholder{text-align:right}.ard-autocomplete{position:absolute}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ArdiumFormFieldFrameComponent, selector: "ard-form-field-frame", inputs: ["isFocused", "appearance", "variant", "compact", "prefixTemplate", "suffixTemplate"] }, { kind: "component", type: _ClearButtonComponent, selector: "ard-clear-button" }, { kind: "component", type: ArdiumDropdownPanelComponent, selector: "ard-dropdown-panel", inputs: ["panelId", "headerTemplate", "footerTemplate", "filterValue", "appearance", "variant", "compact", "isOpen"], outputs: ["scroll", "scrollToEnd"] }, { kind: "directive", type: i4.ClickOutsideDirective, selector: "[ardClickOutside]", outputs: ["ardClickOutside"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1890
1773
|
}
|
|
1891
1774
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumInputComponent, decorators: [{
|
|
1892
1775
|
type: Component,
|
|
@@ -1916,7 +1799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
1916
1799
|
class ArdiumInputModule {
|
|
1917
1800
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1918
1801
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.2", ngImport: i0, type: ArdiumInputModule, declarations: [ArdiumInputComponent,
|
|
1919
|
-
|
|
1802
|
+
ArdInputSuggestionTemplateDirective,
|
|
1920
1803
|
ArdInputPlaceholderTemplateDirective,
|
|
1921
1804
|
ArdInputLoadingTemplateDirective,
|
|
1922
1805
|
ArdInputPrefixTemplateDirective,
|
|
@@ -1925,7 +1808,7 @@ class ArdiumInputModule {
|
|
|
1925
1808
|
_ClearButtonModule,
|
|
1926
1809
|
ArdiumDropdownPanelModule,
|
|
1927
1810
|
ArdiumClickOutsideEventModule], exports: [ArdiumInputComponent,
|
|
1928
|
-
|
|
1811
|
+
ArdInputSuggestionTemplateDirective,
|
|
1929
1812
|
ArdInputPlaceholderTemplateDirective,
|
|
1930
1813
|
ArdInputLoadingTemplateDirective,
|
|
1931
1814
|
ArdInputPrefixTemplateDirective,
|
|
@@ -1941,7 +1824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
1941
1824
|
args: [{
|
|
1942
1825
|
declarations: [
|
|
1943
1826
|
ArdiumInputComponent,
|
|
1944
|
-
|
|
1827
|
+
ArdInputSuggestionTemplateDirective,
|
|
1945
1828
|
ArdInputPlaceholderTemplateDirective,
|
|
1946
1829
|
ArdInputLoadingTemplateDirective,
|
|
1947
1830
|
ArdInputPrefixTemplateDirective,
|
|
@@ -1956,7 +1839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
1956
1839
|
],
|
|
1957
1840
|
exports: [
|
|
1958
1841
|
ArdiumInputComponent,
|
|
1959
|
-
|
|
1842
|
+
ArdInputSuggestionTemplateDirective,
|
|
1960
1843
|
ArdInputPlaceholderTemplateDirective,
|
|
1961
1844
|
ArdInputLoadingTemplateDirective,
|
|
1962
1845
|
ArdInputPrefixTemplateDirective,
|
|
@@ -2304,6 +2187,123 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
2304
2187
|
}]
|
|
2305
2188
|
}] });
|
|
2306
2189
|
|
|
2190
|
+
const _simpleInputDefaults = {
|
|
2191
|
+
..._ngModelComponentDefaults,
|
|
2192
|
+
appearance: FormElementAppearance.Outlined,
|
|
2193
|
+
variant: FormElementVariant.Rounded,
|
|
2194
|
+
compact: false,
|
|
2195
|
+
placeholder: '',
|
|
2196
|
+
alignText: SimpleOneAxisAlignment.Left,
|
|
2197
|
+
clearable: false,
|
|
2198
|
+
clearButtonTitle: 'Clear',
|
|
2199
|
+
inputAttrs: {},
|
|
2200
|
+
maxLength: undefined,
|
|
2201
|
+
};
|
|
2202
|
+
const ARD_SIMPLE_INPUT_DEFAULTS = new InjectionToken('ard-simple-input-defaults', {
|
|
2203
|
+
factory: () => ({
|
|
2204
|
+
..._simpleInputDefaults,
|
|
2205
|
+
}),
|
|
2206
|
+
});
|
|
2207
|
+
function provideSimpleInputDefaults(config) {
|
|
2208
|
+
return { provide: ARD_SIMPLE_INPUT_DEFAULTS, useValue: { ..._simpleInputDefaults, ...config } };
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
class ArdSimpleInputPlaceholderTemplateDirective {
|
|
2212
|
+
constructor(template) {
|
|
2213
|
+
this.template = template;
|
|
2214
|
+
}
|
|
2215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPlaceholderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2216
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputPlaceholderTemplateDirective, selector: "ard-simple-input > ng-template[ard-placeholder-tmp]", ngImport: i0 }); }
|
|
2217
|
+
}
|
|
2218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPlaceholderTemplateDirective, decorators: [{
|
|
2219
|
+
type: Directive,
|
|
2220
|
+
args: [{ selector: 'ard-simple-input > ng-template[ard-placeholder-tmp]' }]
|
|
2221
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
2222
|
+
class ArdSimpleInputPrefixTemplateDirective {
|
|
2223
|
+
constructor(template) {
|
|
2224
|
+
this.template = template;
|
|
2225
|
+
}
|
|
2226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPrefixTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2227
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputPrefixTemplateDirective, selector: "ard-simple-input > ng-template[ard-prefix-tmp]", ngImport: i0 }); }
|
|
2228
|
+
}
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputPrefixTemplateDirective, decorators: [{
|
|
2230
|
+
type: Directive,
|
|
2231
|
+
args: [{ selector: 'ard-simple-input > ng-template[ard-prefix-tmp]' }]
|
|
2232
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
2233
|
+
class ArdSimpleInputSuffixTemplateDirective {
|
|
2234
|
+
constructor(template) {
|
|
2235
|
+
this.template = template;
|
|
2236
|
+
}
|
|
2237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputSuffixTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2238
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: ArdSimpleInputSuffixTemplateDirective, selector: "ard-simple-input > ng-template[ard-suffix-tmp]", ngImport: i0 }); }
|
|
2239
|
+
}
|
|
2240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdSimpleInputSuffixTemplateDirective, decorators: [{
|
|
2241
|
+
type: Directive,
|
|
2242
|
+
args: [{ selector: 'ard-simple-input > ng-template[ard-suffix-tmp]' }]
|
|
2243
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
2244
|
+
|
|
2245
|
+
class ArdiumSimpleInputComponent extends _SimpleInputComponentBase {
|
|
2246
|
+
constructor(defaults) {
|
|
2247
|
+
super(defaults);
|
|
2248
|
+
//! prefix & suffix
|
|
2249
|
+
this.prefixTemplate = contentChild(ArdSimpleInputPrefixTemplateDirective);
|
|
2250
|
+
this.suffixTemplate = contentChild(ArdSimpleInputSuffixTemplateDirective);
|
|
2251
|
+
//! placeholder
|
|
2252
|
+
this.placeholderTemplate = contentChild(ArdSimpleInputPlaceholderTemplateDirective);
|
|
2253
|
+
}
|
|
2254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputComponent, deps: [{ token: ARD_SIMPLE_INPUT_DEFAULTS }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2255
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: ArdiumSimpleInputComponent, selector: "ard-simple-input", providers: [
|
|
2256
|
+
{
|
|
2257
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2258
|
+
useExisting: forwardRef(() => ArdiumSimpleInputComponent),
|
|
2259
|
+
multi: true,
|
|
2260
|
+
},
|
|
2261
|
+
], queries: [{ propertyName: "prefixTemplate", first: true, predicate: ArdSimpleInputPrefixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "suffixTemplate", first: true, predicate: ArdSimpleInputSuffixTemplateDirective, descendants: true, isSignal: true }, { propertyName: "placeholderTemplate", first: true, predicate: ArdSimpleInputPlaceholderTemplateDirective, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<ard-form-field-frame\n [appearance]=\"appearance()\"\n [variant]=\"variant()\"\n [compact]=\"compact\"\n [isFocused]=\"isFocused\"\n [prefixTemplate]=\"prefixTemplate()?.template\"\n [suffixTemplate]=\"suffixTemplate()?.template\"\n>\n <div\n class=\"ard-simple-input\"\n [ngClass]=\"ngClasses()\"\n [class.ard-has-value]=\"value\"\n (click)=\"focus()\"\n >\n <div class=\"ard-input-container\">\n @if (shouldDisplayPlaceholder()) {\n <ng-template #defaultPlaceholderTemplate>\n <div class=\"ard-placeholder\">{{ placeholder() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"placeholderTemplate()?.template || defaultPlaceholderTemplate\"></ng-template>\n }\n\n <input\n #textInput\n #focusableElement\n type=\"text\"\n [attr.id]=\"inputId()\"\n [attr.tabindex]=\"tabIndex()\"\n [readonly]=\"readonly()\"\n [disabled]=\"disabled()\"\n (input)=\"onInput(textInput.value)\"\n (focus)=\"onFocusMaster($event)\"\n (blur)=\"onBlurMaster($event)\"\n (change)=\"onChange($event)\"\n (copy)=\"onCopy($event)\"\n />\n </div>\n\n @if (shouldShowClearButton()) {\n <ard-clear-button\n [title]=\"clearButtonTitle()\"\n (click)=\"onClearButtonClick($event)\"\n />\n }\n </div>\n</ard-form-field-frame>\n", styles: [".ard-input-container{position:relative}.ard-placeholder{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.ard-text-align-left input,.ard-text-align-left .ard-placeholder{text-align:left}.ard-text-align-center input,.ard-text-align-center .ard-placeholder{text-align:center}.ard-text-align-right input,.ard-text-align-right .ard-placeholder{text-align:right}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: _ClearButtonComponent, selector: "ard-clear-button" }, { kind: "component", type: ArdiumFormFieldFrameComponent, selector: "ard-form-field-frame", inputs: ["isFocused", "appearance", "variant", "compact", "prefixTemplate", "suffixTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2262
|
+
}
|
|
2263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputComponent, decorators: [{
|
|
2264
|
+
type: Component,
|
|
2265
|
+
args: [{ selector: 'ard-simple-input', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
2266
|
+
{
|
|
2267
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2268
|
+
useExisting: forwardRef(() => ArdiumSimpleInputComponent),
|
|
2269
|
+
multi: true,
|
|
2270
|
+
},
|
|
2271
|
+
], template: "<ard-form-field-frame\n [appearance]=\"appearance()\"\n [variant]=\"variant()\"\n [compact]=\"compact\"\n [isFocused]=\"isFocused\"\n [prefixTemplate]=\"prefixTemplate()?.template\"\n [suffixTemplate]=\"suffixTemplate()?.template\"\n>\n <div\n class=\"ard-simple-input\"\n [ngClass]=\"ngClasses()\"\n [class.ard-has-value]=\"value\"\n (click)=\"focus()\"\n >\n <div class=\"ard-input-container\">\n @if (shouldDisplayPlaceholder()) {\n <ng-template #defaultPlaceholderTemplate>\n <div class=\"ard-placeholder\">{{ placeholder() }}</div>\n </ng-template>\n\n <ng-template [ngTemplateOutlet]=\"placeholderTemplate()?.template || defaultPlaceholderTemplate\"></ng-template>\n }\n\n <input\n #textInput\n #focusableElement\n type=\"text\"\n [attr.id]=\"inputId()\"\n [attr.tabindex]=\"tabIndex()\"\n [readonly]=\"readonly()\"\n [disabled]=\"disabled()\"\n (input)=\"onInput(textInput.value)\"\n (focus)=\"onFocusMaster($event)\"\n (blur)=\"onBlurMaster($event)\"\n (change)=\"onChange($event)\"\n (copy)=\"onCopy($event)\"\n />\n </div>\n\n @if (shouldShowClearButton()) {\n <ard-clear-button\n [title]=\"clearButtonTitle()\"\n (click)=\"onClearButtonClick($event)\"\n />\n }\n </div>\n</ard-form-field-frame>\n", styles: [".ard-input-container{position:relative}.ard-placeholder{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.ard-text-align-left input,.ard-text-align-left .ard-placeholder{text-align:left}.ard-text-align-center input,.ard-text-align-center .ard-placeholder{text-align:center}.ard-text-align-right input,.ard-text-align-right .ard-placeholder{text-align:right}\n"] }]
|
|
2272
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2273
|
+
type: Inject,
|
|
2274
|
+
args: [ARD_SIMPLE_INPUT_DEFAULTS]
|
|
2275
|
+
}] }] });
|
|
2276
|
+
|
|
2277
|
+
class ArdiumSimpleInputModule {
|
|
2278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2279
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, declarations: [ArdiumSimpleInputComponent,
|
|
2280
|
+
ArdSimpleInputPlaceholderTemplateDirective,
|
|
2281
|
+
ArdSimpleInputPrefixTemplateDirective,
|
|
2282
|
+
ArdSimpleInputSuffixTemplateDirective], imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule], exports: [ArdiumSimpleInputComponent,
|
|
2283
|
+
ArdSimpleInputPlaceholderTemplateDirective,
|
|
2284
|
+
ArdSimpleInputPrefixTemplateDirective,
|
|
2285
|
+
ArdSimpleInputSuffixTemplateDirective] }); }
|
|
2286
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule] }); }
|
|
2287
|
+
}
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ArdiumSimpleInputModule, decorators: [{
|
|
2289
|
+
type: NgModule,
|
|
2290
|
+
args: [{
|
|
2291
|
+
declarations: [
|
|
2292
|
+
ArdiumSimpleInputComponent,
|
|
2293
|
+
ArdSimpleInputPlaceholderTemplateDirective,
|
|
2294
|
+
ArdSimpleInputPrefixTemplateDirective,
|
|
2295
|
+
ArdSimpleInputSuffixTemplateDirective,
|
|
2296
|
+
],
|
|
2297
|
+
imports: [CommonModule, _ClearButtonModule, ArdiumFormFieldFrameModule],
|
|
2298
|
+
exports: [
|
|
2299
|
+
ArdiumSimpleInputComponent,
|
|
2300
|
+
ArdSimpleInputPlaceholderTemplateDirective,
|
|
2301
|
+
ArdSimpleInputPrefixTemplateDirective,
|
|
2302
|
+
ArdSimpleInputSuffixTemplateDirective,
|
|
2303
|
+
],
|
|
2304
|
+
}]
|
|
2305
|
+
}] });
|
|
2306
|
+
|
|
2307
2307
|
class ArdiumOptionComponent {
|
|
2308
2308
|
constructor() {
|
|
2309
2309
|
this.elementRef = inject((ElementRef));
|
|
@@ -11326,5 +11326,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
11326
11326
|
* Generated bundle index. Do not edit.
|
|
11327
11327
|
*/
|
|
11328
11328
|
|
|
11329
|
-
export { ARD_BADGE_DEFAULTS, ARD_BUTTON_DEFAULTS, ARD_CARD_DEFAULTS, ARD_CHECKBOX_DEFAULTS, ARD_CHECKBOX_LIST_DEFAULTS, ARD_CHIP_DEFAULTS, ARD_COLOR_DISPLAY_DEFAULTS, ARD_DELETABLE_CHIP_DEFAULTS, ARD_DIALOG_DEFAULTS, ARD_DIGIT_INPUT_DEFAULTS, ARD_DIVIDER_DEFAULTS, ARD_DROPDOWN_PANEL_DEFAULTS, ARD_FAB_DEFAULTS, ARD_FILE_DROP_AREA_DEFAULTS, ARD_FILE_INPUT_DEFAULTS, ARD_FORM_FIELD_FRAME_DEFAULTS, ARD_HEX_INPUT_DEFAULTS, ARD_ICON_BUTTON_DEFAULTS, ARD_ICON_DEFAULTS, ARD_KBD_DEFAULTS, ARD_KBD_SHORTCUT_DEFAULTS, ARD_MODAL_DEFAULTS, ARD_NUMBER_INPUT_DEFAULTS, ARD_PASSWORD_INPUT_DEFAULTS, ARD_PROGRESS_BAR_DEFAULTS, ARD_PROGRESS_CIRCLE_DEFAULTS, ARD_RADIO_DEFAULTS, ARD_SEGMENT_DEFAULTS, ARD_SELECTABLE_CHIP_DEFAULTS, ARD_SELECT_DEFAULTS, ARD_SIMPLE_INPUT_DEFAULTS, ARD_SLIDER_DEFAULTS, ARD_SLIDE_TOGGLE_DEFAULTS, ARD_SNACKBAR_ANIMATION_LENGTH, ARD_SNACKBAR_DATA, ARD_SNACKBAR_DEFAULTS, ARD_SPINNER_DEFAULTS, ARD_STAR_BUTTON_DEFAULTS, ARD_STAR_DEFAULTS, ARD_STAR_DISPLAY_DEFAULTS, ARD_STAR_INPUT_DEFAULTS, ARD_STATEBOX_DEFAULTS, ARD_TABBER_DEFAULTS, ARD_TABLE_DEFAULTS, ARD_TABLE_FROM_CSV_DEFAULTS, ARD_TABLE_PAGINATION_DEFAULTS, ARD_TAB_DEFAULTS, ArdAddCustomTemplateDirective, ArdDialogButtonsTemplateDirective, ArdDropdownFooterTemplateDirective, ArdDropdownHeaderTemplateDirective, ArdFileInputPlaceholderTemplateDirective, ArdFileInputPrefixTemplateDirective, ArdFileInputSuffixTemplateDirective, ArdFormFieldPrefixTemplateDirective, ArdFormFieldSuffixTemplateDirective, ArdHexInputPlaceholderTemplateDirective, ArdHexInputPrefixTemplateDirective, ArdHexInputSuffixTemplateDirective, ArdInputLoadingTemplateDirective, ArdInputPlaceholderTemplateDirective, ArdInputPrefixTemplateDirective, ArdInputSuffixTemplateDirective, ArdItemDisplayLimitTemplateDirective, ArdItemLimitReachedTemplateDirective, ArdLoadingPlaceholderTemplateDirective, ArdLoadingSpinnerTemplateDirective, ArdNoItemsFoundTemplateDirective, ArdNumberInputPlaceholderTemplateDirective, ArdOptgroupTemplateDirective, ArdOptionTemplateDirective, ArdPanelPosition, ArdPasswordInputPlaceholderTemplateDirective, ArdPasswordInputPrefixTemplateDirective, ArdPasswordInputRevealButtonTemplateDirective, ArdPasswordInputSuffixTemplateDirective, ArdProgressBarValueTemplateDirective, ArdProgressCircleValueTemplateDirective, searchFunctions as ArdSearchFunction, ArdSegmentOptionTemplateDirective, ArdSelectPlaceholderTemplateDirective, ArdSelectPrefixTemplateDirective, ArdSelectSuffixTemplateDirective, ArdSimpleInputPlaceholderTemplateDirective, ArdSimpleInputPrefixTemplateDirective, ArdSimpleInputSuffixTemplateDirective, ArdSlideToggleAppearance, ArdSliderTooltipDirective, ArdSnackbarAlignment, ArdSnackbarOriginRelation, ArdSnackbarQueueHandling, ArdSnackbarRef, ArdSnackbarType,
|
|
11329
|
+
export { ARD_BADGE_DEFAULTS, ARD_BUTTON_DEFAULTS, ARD_CARD_DEFAULTS, ARD_CHECKBOX_DEFAULTS, ARD_CHECKBOX_LIST_DEFAULTS, ARD_CHIP_DEFAULTS, ARD_COLOR_DISPLAY_DEFAULTS, ARD_DELETABLE_CHIP_DEFAULTS, ARD_DIALOG_DEFAULTS, ARD_DIGIT_INPUT_DEFAULTS, ARD_DIVIDER_DEFAULTS, ARD_DROPDOWN_PANEL_DEFAULTS, ARD_FAB_DEFAULTS, ARD_FILE_DROP_AREA_DEFAULTS, ARD_FILE_INPUT_DEFAULTS, ARD_FORM_FIELD_FRAME_DEFAULTS, ARD_HEX_INPUT_DEFAULTS, ARD_ICON_BUTTON_DEFAULTS, ARD_ICON_DEFAULTS, ARD_KBD_DEFAULTS, ARD_KBD_SHORTCUT_DEFAULTS, ARD_MODAL_DEFAULTS, ARD_NUMBER_INPUT_DEFAULTS, ARD_PASSWORD_INPUT_DEFAULTS, ARD_PROGRESS_BAR_DEFAULTS, ARD_PROGRESS_CIRCLE_DEFAULTS, ARD_RADIO_DEFAULTS, ARD_SEGMENT_DEFAULTS, ARD_SELECTABLE_CHIP_DEFAULTS, ARD_SELECT_DEFAULTS, ARD_SIMPLE_INPUT_DEFAULTS, ARD_SLIDER_DEFAULTS, ARD_SLIDE_TOGGLE_DEFAULTS, ARD_SNACKBAR_ANIMATION_LENGTH, ARD_SNACKBAR_DATA, ARD_SNACKBAR_DEFAULTS, ARD_SPINNER_DEFAULTS, ARD_STAR_BUTTON_DEFAULTS, ARD_STAR_DEFAULTS, ARD_STAR_DISPLAY_DEFAULTS, ARD_STAR_INPUT_DEFAULTS, ARD_STATEBOX_DEFAULTS, ARD_TABBER_DEFAULTS, ARD_TABLE_DEFAULTS, ARD_TABLE_FROM_CSV_DEFAULTS, ARD_TABLE_PAGINATION_DEFAULTS, ARD_TAB_DEFAULTS, ArdAddCustomTemplateDirective, ArdDialogButtonsTemplateDirective, ArdDropdownFooterTemplateDirective, ArdDropdownHeaderTemplateDirective, ArdFileInputPlaceholderTemplateDirective, ArdFileInputPrefixTemplateDirective, ArdFileInputSuffixTemplateDirective, ArdFormFieldPrefixTemplateDirective, ArdFormFieldSuffixTemplateDirective, ArdHexInputPlaceholderTemplateDirective, ArdHexInputPrefixTemplateDirective, ArdHexInputSuffixTemplateDirective, ArdInputLoadingTemplateDirective, ArdInputPlaceholderTemplateDirective, ArdInputPrefixTemplateDirective, ArdInputSuffixTemplateDirective, ArdInputSuggestionTemplateDirective, ArdItemDisplayLimitTemplateDirective, ArdItemLimitReachedTemplateDirective, ArdLoadingPlaceholderTemplateDirective, ArdLoadingSpinnerTemplateDirective, ArdNoItemsFoundTemplateDirective, ArdNumberInputPlaceholderTemplateDirective, ArdOptgroupTemplateDirective, ArdOptionTemplateDirective, ArdPanelPosition, ArdPasswordInputPlaceholderTemplateDirective, ArdPasswordInputPrefixTemplateDirective, ArdPasswordInputRevealButtonTemplateDirective, ArdPasswordInputSuffixTemplateDirective, ArdProgressBarValueTemplateDirective, ArdProgressCircleValueTemplateDirective, searchFunctions as ArdSearchFunction, ArdSegmentOptionTemplateDirective, ArdSelectPlaceholderTemplateDirective, ArdSelectPrefixTemplateDirective, ArdSelectSuffixTemplateDirective, ArdSimpleInputPlaceholderTemplateDirective, ArdSimpleInputPrefixTemplateDirective, ArdSimpleInputSuffixTemplateDirective, ArdSlideToggleAppearance, ArdSliderTooltipDirective, ArdSnackbarAlignment, ArdSnackbarOriginRelation, ArdSnackbarQueueHandling, ArdSnackbarRef, ArdSnackbarType, ArdValueChipTemplateDirective, ArdValueTemplateDirective, ArdiumBadgeDirective, ArdiumBadgeModule, ArdiumButtonComponent, ArdiumButtonModule, ArdiumCardActionButtonsDirective, ArdiumCardAvatarDirective, ArdiumCardComponent, ArdiumCardContentDirective, ArdiumCardDirective, ArdiumCardFooterDirective, ArdiumCardHeaderComponent, ArdiumCardImageDirective, ArdiumCardModule, ArdiumCardSubtitleDirective, ArdiumCardTitleDirective, ArdiumCheckboxComponent, ArdiumCheckboxListComponent, ArdiumCheckboxListModule, ArdiumCheckboxModule, ArdiumChipComponent, ArdiumChipModule, ArdiumColorDisplayComponent, ArdiumColorDisplayModule, ArdiumDeletableChipComponent, ArdiumDialogComponent, ArdiumDialogModule, ArdiumDigitInputComponent, ArdiumDigitInputModule, ArdiumDividerComponent, ArdiumDividerModule, ArdiumDropdownPanelComponent, ArdiumDropdownPanelModule, ArdiumFabComponent, ArdiumFabModule, ArdiumFileDropAreaComponent, ArdiumFileDropAreaDragoverContentTemplateDirective, ArdiumFileDropAreaIdleContentTemplateDirective, ArdiumFileDropAreaModule, ArdiumFileDropAreaUploadedContentTemplateDirective, ArdiumFileInputComponent, ArdiumFileInputDragoverContentTemplateDirective, ArdiumFileInputIdleContentTemplateDirective, ArdiumFileInputModule, ArdiumFileInputUploadedContentTemplateDirective, ArdiumFormFieldFrameComponent, ArdiumFormFieldFrameModule, ArdiumHexInputComponent, ArdiumHexInputModule, ArdiumIconButtonComponent, ArdiumIconButtonModule, ArdiumIconComponent, ArdiumIconModule, ArdiumIconPipe, ArdiumInputComponent, ArdiumInputModule, ArdiumKbdComponent, ArdiumKbdDirective, ArdiumKbdModule, ArdiumKbdPipe, ArdiumKbdShortcutComponent, ArdiumKbdShortcutModule, ArdiumModalComponent, ArdiumModalModule, ArdiumNumberInputComponent, ArdiumNumberInputModule, ArdiumOptionComponent, ArdiumOptionModule, ArdiumPasswordInputComponent, ArdiumPasswordInputModule, ArdiumProgressBarComponent, ArdiumProgressBarModule, ArdiumProgressCircleComponent, ArdiumProgressCircleModule, ArdiumRadioComponent, ArdiumRadioGroupComponent, ArdiumRadioModule, ArdiumRangeSliderComponent, ArdiumRangeSliderModule, ArdiumSegmentComponent, ArdiumSegmentModule, ArdiumSelectComponent, ArdiumSelectModule, ArdiumSelectableChipComponent, ArdiumSimpleInputComponent, ArdiumSimpleInputModule, ArdiumSlideToggleComponent, ArdiumSlideToggleModule, ArdiumSliderComponent, ArdiumSliderModule, ArdiumSnackbarService, ArdiumSpinnerComponent, ArdiumSpinnerModule, ArdiumStarButtonComponent, ArdiumStarButtonModule, ArdiumStarComponent, ArdiumStarDisplayComponent, ArdiumStarDisplayModule, ArdiumStarInputComponent, ArdiumStarInputModule, ArdiumStarModule, ArdiumStateboxComponent, ArdiumStateboxModule, ArdiumTabComponent, ArdiumTabberComponent, ArdiumTabberModule, ArdiumTableCaptionTemplateDirective, ArdiumTableCheckboxTemplateDirective, ArdiumTableComponent, ArdiumTableFromCsvComponent, ArdiumTableFromCsvModule, ArdiumTableHeaderCheckboxTemplateDirective, ArdiumTableModule, ArdiumTablePaginationComponent, ArdiumTablePaginationModule, ArdiumTablePaginationTemplateDirective, ArdiumTableTemplateDirective, ArdiumTextListComponent, ArdiumTextListModule, ArdiumTextListPipe, BadgePosition, BadgeSize, ButtonAppearance, ButtonVariant, CardAppearance, CardVariant, CheckboxListAlignType, CheckboxState, ClickStrategy, ColorDisplayAppearance, ComponentColor, DecorationElementAppearance, DialogResult, DigitInputPrimitiveOption, DigitInputShape, DropdownPanelAppearance, DropdownPanelVariant, FabSize, FormElementAppearance, FormElementVariant, OneAxisAlignment, OutlinedAppearance, PaginationAlign, PanelAppearance, PanelVariant, ProgressBarAppearance, ProgressBarMode, ProgressBarSize, ProgressBarVariant, ProgressCircleAppearance, ProgressCircleVariant, SegmentAppearance, SegmentVariant, SimpleComponentColor, SimpleOneAxisAlignment, SliderDecorationPosition, SliderTooltipBehavior, SortType, StarColor, StarFillMode, TableAlignType, TableAppearance, TablePaginationStrategy, TableVariant, TransformType, _chipDefaults, _modalDefaults, provideBadgeDefaults, provideButtonDefaults, provideCardDefaults, provideCheckboxDefaults, provideCheckboxListDefaults, provideChipDefaults, provideColorDisplayDefaults, provideDeletableChipDefaults, provideDialogDefaults, provideDigitInputDefaults, provideDividerDefaults, provideDropdownPanelDefaults, provideFabDefaults, provideFileDropAreaDefaults, provideFileInputDefaults, provideFormFieldFrameDefaults, provideHexInputDefaults, provideIconButtonDefaults, provideIconDefaults, provideKbdDefaults, provideKbdShortcutDefaults, provideModalDefaults, provideNumberInputDefaults, providePasswordInputDefaults, provideProgressBarDefaults, provideProgressCircleDefaults, provideRadioDefaults, provideSegmentDefaults, provideSelectDefaults, provideSelectableChipDefaults, provideSimpleInputDefaults, provideSlideToggleDefaults, provideSliderDefaults, provideSnackbarDefaults, provideSpinnerDefaults, provideStarButtonDefaults, provideStarDefaults, provideStarDisplayDefaults, provideStarInputDefaults, provideStateboxDefaults, provideTabDefaults, provideTabberDefaults, provideTableDefaults, provideTableFromCsvDefaults, provideTablePaginationDefaults, searchInString };
|
|
11330
11330
|
//# sourceMappingURL=ardium-ui-ui.mjs.map
|