@oiz/stzh-components-angular 3.0.0-beta1
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/README.md +130 -0
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +38 -0
- package/esm2022/lib/stencil-generated/index.mjs +126 -0
- package/esm2022/lib/stencil-generated/number-value-accessor.mjs +40 -0
- package/esm2022/lib/stencil-generated/proxies.mjs +2999 -0
- package/esm2022/lib/stencil-generated/select-value-accessor.mjs +35 -0
- package/esm2022/lib/stencil-generated/text-value-accessor.mjs +35 -0
- package/esm2022/lib/stencil-generated/value-accessor.mjs +40 -0
- package/esm2022/oiz-stzh-components-angular.mjs +5 -0
- package/esm2022/public-api.mjs +11 -0
- package/esm2022/stzh-components-angular.module.mjs +48 -0
- package/fesm2022/oiz-stzh-components-angular.mjs +3402 -0
- package/fesm2022/oiz-stzh-components-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/lib/stencil-generated/boolean-value-accessor.d.ts +9 -0
- package/lib/stencil-generated/index.d.ts +2 -0
- package/lib/stencil-generated/number-value-accessor.d.ts +9 -0
- package/lib/stencil-generated/proxies.d.ts +1938 -0
- package/lib/stencil-generated/select-value-accessor.d.ts +8 -0
- package/lib/stencil-generated/text-value-accessor.d.ts +8 -0
- package/lib/stencil-generated/value-accessor.d.ts +18 -0
- package/package.json +32 -0
- package/public-api.d.ts +7 -0
- package/stzh-components-angular.module.d.ts +11 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
|
|
2
|
+
export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
|
|
3
|
+
export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
|
|
4
|
+
export declare const defineCustomElement: (tagName: string, customElement: any) => void;
|
|
5
|
+
export declare function ProxyCmp(opts: {
|
|
6
|
+
defineCustomElementFn?: () => void;
|
|
7
|
+
inputs?: any;
|
|
8
|
+
methods?: any;
|
|
9
|
+
}): (cls: any) => any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { ValueAccessor } from './value-accessor';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BooleanValueAccessor extends ValueAccessor {
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
writeValue(value: any): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessor, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessor, "stzh-checkbox, stzh-toggle, stzh-radio, stzh-button[type=radio], stzh-card", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as d from './proxies';
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.StzhAccordion | typeof d.StzhAccordionItem | typeof d.StzhActions | typeof d.StzhActionset | typeof d.StzhAmount | typeof d.StzhAnchornav | typeof d.StzhAppointments | typeof d.StzhArchivelist | typeof d.StzhAudio | typeof d.StzhBadge | typeof d.StzhBanner | typeof d.StzhBreadcrumb | typeof d.StzhButton | typeof d.StzhButtongroup | typeof d.StzhCalendar | typeof d.StzhCard | typeof d.StzhCardNavigation | typeof d.StzhCardSearchresult | typeof d.StzhCardlist | typeof d.StzhCarousel | typeof d.StzhCell | typeof d.StzhChart | typeof d.StzhCheckbox | typeof d.StzhCheckboxgroup | typeof d.StzhChip | typeof d.StzhChipSelect | typeof d.StzhClamp | typeof d.StzhContact | typeof d.StzhContainer | typeof d.StzhContent | typeof d.StzhCspace | typeof d.StzhCta | typeof d.StzhDatalist | typeof d.StzhDatalistItem | typeof d.StzhDatamessagelist | typeof d.StzhDatamessagelistItem | typeof d.StzhDatatable | typeof d.StzhDatepicker | typeof d.StzhDetails | typeof d.StzhDialog | typeof d.StzhDisturber | typeof d.StzhDropdown | typeof d.StzhEditor | typeof d.StzhEventinfo | typeof d.StzhFieldset | typeof d.StzhFigure | typeof d.StzhFlyingfocus | typeof d.StzhFooter | typeof d.StzhGallery | typeof d.StzhGhettobox | typeof d.StzhHeader | typeof d.StzhHeading | typeof d.StzhHr | typeof d.StzhHspace | typeof d.StzhIcon | typeof d.StzhIframe | typeof d.StzhImagecomparison | typeof d.StzhInput | typeof d.StzhInvert | typeof d.StzhLink | typeof d.StzhList | typeof d.StzhListItem | typeof d.StzhLoader | typeof d.StzhLoadingbar | typeof d.StzhMenu | typeof d.StzhMenuItem | typeof d.StzhMessage | typeof d.StzhMicrositeTeaserlist | typeof d.StzhMonthyearpicker | typeof d.StzhOlmap | typeof d.StzhOverlay | typeof d.StzhPageSkiplinks | typeof d.StzhPagebottom | typeof d.StzhPagecontent | typeof d.StzhPagetitle | typeof d.StzhPagetitleHero | typeof d.StzhPagination | typeof d.StzhPanorama | typeof d.StzhPopover | typeof d.StzhPrint | typeof d.StzhProgressbar | typeof d.StzhProgressbarItem | typeof d.StzhRadio | typeof d.StzhRadiogroup | typeof d.StzhRatio | typeof d.StzhReadspeaker | typeof d.StzhRichtext | typeof d.StzhRow | typeof d.StzhSaptcha | typeof d.StzhScrollup | typeof d.StzhSearch | typeof d.StzhSection | typeof d.StzhShare | typeof d.StzhShow | typeof d.StzhSitemap | typeof d.StzhSkinPortalMitwirken | typeof d.StzhSkinStorybookPreview | typeof d.StzhSkiplink | typeof d.StzhSortable | typeof d.StzhSpace | typeof d.StzhStatus | typeof d.StzhSticky | typeof d.StzhStickyActions | typeof d.StzhTable | typeof d.StzhText | typeof d.StzhTextandimage | typeof d.StzhTimeline | typeof d.StzhTimelineItem | typeof d.StzhTimepicker | typeof d.StzhToast | typeof d.StzhToastbar | typeof d.StzhToggle | typeof d.StzhTooltip | typeof d.StzhTwocolumns | typeof d.StzhUpload | typeof d.StzhVbzCarousel | typeof d.StzhVbzLinechip | typeof d.StzhVbzMajorticker | typeof d.StzhVbzTicker | typeof d.StzhVisuallyhidden | typeof d.StzhVspace | typeof d.StzhYoutube)[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { ValueAccessor } from './value-accessor';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NumericValueAccessor extends ValueAccessor {
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
registerOnChange(fn: (_: number | null) => void): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericValueAccessor, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericValueAccessor, "stzh-input[type=number], stzh-amount:not(:has(stzh-dropdown)), stzh-pagination", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|