monkey-style-guide 21.2.14 → 21.2.16
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -234,14 +234,14 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
234
234
|
noFooterSpace: boolean;
|
|
235
235
|
displayOnly: i0.InputSignal<boolean>;
|
|
236
236
|
onDisplayOnlyChange: i0.OutputEmitterRef<boolean>;
|
|
237
|
-
private _formFieldControl;
|
|
238
|
-
private _displayChild;
|
|
239
|
-
private _labelChildren;
|
|
240
|
-
private _helperChildren;
|
|
241
|
-
private _prefixChildren;
|
|
242
|
-
private _suffixChildren;
|
|
243
|
-
private _infoChildren;
|
|
244
|
-
private _errorChildren;
|
|
237
|
+
private readonly _formFieldControl;
|
|
238
|
+
private readonly _displayChild;
|
|
239
|
+
private readonly _labelChildren;
|
|
240
|
+
private readonly _helperChildren;
|
|
241
|
+
private readonly _prefixChildren;
|
|
242
|
+
private readonly _suffixChildren;
|
|
243
|
+
private readonly _infoChildren;
|
|
244
|
+
private readonly _errorChildren;
|
|
245
245
|
elementRef: ElementRef<any>;
|
|
246
246
|
private readonly _changeDetectorRef;
|
|
247
247
|
private readonly _idGenerator;
|
|
@@ -255,17 +255,17 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
255
255
|
private _valueChanges;
|
|
256
256
|
readonly currencySymbol: string | undefined;
|
|
257
257
|
readonly percentSymbol = "%";
|
|
258
|
-
hasLabel: boolean
|
|
259
|
-
hasHelper: boolean
|
|
260
|
-
hasPrefix: boolean
|
|
261
|
-
hasSuffix: boolean
|
|
262
|
-
hasInfo: boolean
|
|
263
|
-
hasError: boolean
|
|
258
|
+
readonly hasLabel: i0.Signal<boolean>;
|
|
259
|
+
readonly hasHelper: i0.Signal<boolean>;
|
|
260
|
+
readonly hasPrefix: i0.Signal<boolean>;
|
|
261
|
+
readonly hasSuffix: i0.Signal<boolean>;
|
|
262
|
+
readonly hasInfo: i0.Signal<boolean>;
|
|
263
|
+
readonly hasError: i0.Signal<boolean>;
|
|
264
|
+
readonly showHeader: i0.Signal<boolean>;
|
|
265
|
+
readonly showFooter: i0.Signal<boolean>;
|
|
264
266
|
get control(): MonkeyFormFieldControl;
|
|
265
267
|
get labelId(): string;
|
|
266
268
|
hideBorder: i0.Signal<boolean>;
|
|
267
|
-
get showHeader(): boolean;
|
|
268
|
-
get showFooter(): boolean;
|
|
269
269
|
get showInvalid(): boolean;
|
|
270
270
|
showClear: i0.Signal<boolean>;
|
|
271
271
|
get showCalendar(): boolean;
|
|
@@ -277,11 +277,6 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
277
277
|
constructor();
|
|
278
278
|
private updateFocusState;
|
|
279
279
|
private handleFormFieldControl;
|
|
280
|
-
private checkPrefixAndSuffix;
|
|
281
|
-
private initializePrefixAndSuffix;
|
|
282
|
-
private checkInfoError;
|
|
283
|
-
private initializeInfoError;
|
|
284
|
-
private initializeComponents;
|
|
285
280
|
private initializeControl;
|
|
286
281
|
private openDatePicker;
|
|
287
282
|
ngAfterContentInit(): void;
|
|
@@ -293,7 +288,7 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
293
288
|
onOpenCalendar(event: MouseEvent): void;
|
|
294
289
|
onCancelDisplayOnly(event: MouseEvent): void;
|
|
295
290
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFormFieldComponent, never>;
|
|
296
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFormFieldComponent, "monkey-form-field", ["monkeyFormField"], { "id": { "alias": "id"; "required": false; }; "hideAction": { "alias": "hideAction"; "required": false; }; "enableClear": { "alias": "enableClear"; "required": false; }; "size": { "alias": "size"; "required": false; }; "noFooterSpace": { "alias": "noFooterSpace"; "required": false; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; }, { "onDisplayOnlyChange": "onDisplayOnlyChange"; }, ["_formFieldControl"], ["monkey-display", "monkey-helper", "monkey-prefix", "*", "monkey-suffix", "monkey-error", "monkey-info", "monkey-label"], false, never>;
|
|
291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFormFieldComponent, "monkey-form-field", ["monkeyFormField"], { "id": { "alias": "id"; "required": false; }; "hideAction": { "alias": "hideAction"; "required": false; }; "enableClear": { "alias": "enableClear"; "required": false; }; "size": { "alias": "size"; "required": false; }; "noFooterSpace": { "alias": "noFooterSpace"; "required": false; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; }, { "onDisplayOnlyChange": "onDisplayOnlyChange"; }, ["_formFieldControl", "_displayChild", "_labelChildren", "_helperChildren", "_prefixChildren", "_suffixChildren", "_infoChildren", "_errorChildren"], ["monkey-display", "monkey-helper", "monkey-prefix", "*", "monkey-suffix", "monkey-error", "monkey-info", "monkey-label"], false, never>;
|
|
297
292
|
static ngAcceptInputType_hideAction: unknown;
|
|
298
293
|
static ngAcceptInputType_enableClear: unknown;
|
|
299
294
|
static ngAcceptInputType_noFooterSpace: unknown;
|
|
@@ -982,7 +977,7 @@ declare class MonkeyFilterBarComponent {
|
|
|
982
977
|
protected readonly addOptions: i0.Signal<MonkeyFilterBarOption[]>;
|
|
983
978
|
protected readonly canAddFilter: i0.Signal<boolean>;
|
|
984
979
|
protected readonly changeOptions: i0.Signal<MonkeyFilterBarOption[]>;
|
|
985
|
-
protected readonly triggerVariant: i0.Signal<"
|
|
980
|
+
protected readonly triggerVariant: i0.Signal<"icon" | "text">;
|
|
986
981
|
protected readonly triggerIcon: i0.Signal<"filter" | "add-plus">;
|
|
987
982
|
protected readonly triggerFlipId: i0.Signal<"trigger-text" | "trigger-icon">;
|
|
988
983
|
constructor();
|
|
@@ -2227,7 +2222,7 @@ declare class MonkeyTableComponent<T> implements OnDestroy {
|
|
|
2227
2222
|
readonly rowSelectable: i0.InputSignal<((row: T) => boolean) | undefined>;
|
|
2228
2223
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
2229
2224
|
readonly caption: i0.InputSignal<string>;
|
|
2230
|
-
readonly selectionMode: i0.InputSignal<"
|
|
2225
|
+
readonly selectionMode: i0.InputSignal<"multiple" | "none">;
|
|
2231
2226
|
readonly selected: i0.ModelSignal<ReadonlySet<string>>;
|
|
2232
2227
|
readonly maxSelected: i0.InputSignal<number>;
|
|
2233
2228
|
readonly sort: i0.InputSignal<SortState | null>;
|
|
@@ -2238,7 +2233,7 @@ declare class MonkeyTableComponent<T> implements OnDestroy {
|
|
|
2238
2233
|
readonly pinnable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2239
2234
|
readonly rowHeight: i0.InputSignal<number>;
|
|
2240
2235
|
readonly maxVisibleRows: i0.InputSignal<number | "none">;
|
|
2241
|
-
readonly virtualScroll: i0.InputSignal<"
|
|
2236
|
+
readonly virtualScroll: i0.InputSignal<"off" | "auto">;
|
|
2242
2237
|
readonly columnOrder: i0.ModelSignal<readonly string[]>;
|
|
2243
2238
|
readonly columnState: i0.InputSignal<readonly MonkeyTableColumnState[]>;
|
|
2244
2239
|
readonly striped: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2748,6 +2743,7 @@ declare class MonkeyEcxAddressService {
|
|
|
2748
2743
|
declare class MonkeyDictionaryService {
|
|
2749
2744
|
private _localeId;
|
|
2750
2745
|
private _destroyRef;
|
|
2746
|
+
private _lang$;
|
|
2751
2747
|
private _data$;
|
|
2752
2748
|
constructor();
|
|
2753
2749
|
private handleWrapperValues;
|
|
@@ -2783,7 +2779,8 @@ declare const MECX_I18N_WRAPPER: InjectionToken<BehaviorSubject<string>>;
|
|
|
2783
2779
|
declare const MECX_POPOVER_OPTIONS: InjectionToken<unknown>;
|
|
2784
2780
|
declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
|
|
2785
2781
|
declare const MECX_GOOGLE_API_KEY: InjectionToken<string>;
|
|
2782
|
+
declare const MECX_I18N_LANG: InjectionToken<BehaviorSubject<string>>;
|
|
2786
2783
|
declare function injectTokenWithWarning<T>(token: InjectionToken<T>, name?: string): T | null;
|
|
2787
2784
|
|
|
2788
|
-
export { MECX_COUNTRY_ISO_CODE, MECX_GOOGLE_API_KEY, MECX_I18N_WRAPPER, MECX_MODAL_DATA, MECX_MODAL_DEFAULT_CONFIG, MECX_POPOVER_OPTIONS, MonkeyAccordionComponent, MonkeyActionBarComponent, MonkeyAlertComponent, MonkeyAutocompleteAddressComponent, MonkeyAutocompleteComponent, MonkeyAvatarComponent, MonkeyBadgeComponent, MonkeyBadgeDirective, MonkeyBreadcrumbComponent, MonkeyButtonComponent, MonkeyCheckboxComponent, MonkeyComplexFilterBarComponent, MonkeyDateRangeComponent, MonkeyDictionaryService, MonkeyDisplayDirective, MonkeyDividerComponent, MonkeyDownloadButtonComponent, MonkeyEcxAddressService, MonkeyErrorDirective, MonkeyFilterBarComponent, MonkeyFilterBarService, MonkeyFilterChipComponent, MonkeyFilterMenuComponent, MonkeyFilterMenuItemComponent, MonkeyFilterSegmentComponent, MonkeyFilterTriggerComponent, MonkeyFormDirective, MonkeyFormFieldComponent, MonkeyFormFieldControl, MonkeyFormFieldModule, MonkeyHelperDirective, MonkeyIconButtonComponent, MonkeyInfoDirective, MonkeyInputCodeComponent, MonkeyInputCurrencyDirective, MonkeyInputDateRangeComponent, MonkeyInputDirective, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputUploadComponent, MonkeyLabelDirective, MonkeyModalActionsDirective, MonkeyModalComponent, MonkeyModalConfig, MonkeyModalContentDirective, MonkeyModalModule, MonkeyModalRef, MonkeyModalService, MonkeyModalSubtitleDirective, MonkeyModalTitleDirective, MonkeyOptionComponent, MonkeyPaginationActionComponent, MonkeyPaginationLabelComponent, MonkeyPaginationSizeComponent, MonkeyPassNumberComponent, MonkeyPassSecretNumberComponent, MonkeyPopoverContentComponent, MonkeyPopoverDirective, MonkeyPrefixDirective, MonkeyRadioButtonComponent, MonkeyScrollbarComponent, MonkeySecurityLevelComponent, MonkeySelectComponent, MonkeyStatusComponent, MonkeyStepComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStepperService, MonkeySuffixDirective, MonkeyTabComponent, MonkeyTabLinkDirective, MonkeyTableCellDirective, MonkeyTableColumnDirective, MonkeyTableComponent, MonkeyTableEmptyDirective, MonkeyTableHeaderCellDirective, MonkeyTableLoadingDirective, MonkeyTableRowDetailDirective, MonkeyTabsComponent, MonkeyTabsModule, MonkeyToastComponent, MonkeyToastRef, MonkeyToastService, MonkeyToggleComponent, MonkeyToggleLineButtonComponent, MonkeyToggleLineComponent, MonkeyTooltipComponent, MonkeyTooltipDirective, MonkeyUserProfileButtonComponent, MonkeyUserProfileComponent, addKeys, appliedFrom, ariaSortOf, arityOf, conditionsOf, getCurrencySymbol, indexAtOffset, injectTokenWithWarning, interpolate, isComplete, mergeOrder, offsetOfIndex, panelOf, removeKeys, sameColumnState, selectionState, sortByOrder, toPx, toggleKey, totalHeight, withCondition, withType };
|
|
2785
|
+
export { MECX_COUNTRY_ISO_CODE, MECX_GOOGLE_API_KEY, MECX_I18N_LANG, MECX_I18N_WRAPPER, MECX_MODAL_DATA, MECX_MODAL_DEFAULT_CONFIG, MECX_POPOVER_OPTIONS, MonkeyAccordionComponent, MonkeyActionBarComponent, MonkeyAlertComponent, MonkeyAutocompleteAddressComponent, MonkeyAutocompleteComponent, MonkeyAvatarComponent, MonkeyBadgeComponent, MonkeyBadgeDirective, MonkeyBreadcrumbComponent, MonkeyButtonComponent, MonkeyCheckboxComponent, MonkeyComplexFilterBarComponent, MonkeyDateRangeComponent, MonkeyDictionaryService, MonkeyDisplayDirective, MonkeyDividerComponent, MonkeyDownloadButtonComponent, MonkeyEcxAddressService, MonkeyErrorDirective, MonkeyFilterBarComponent, MonkeyFilterBarService, MonkeyFilterChipComponent, MonkeyFilterMenuComponent, MonkeyFilterMenuItemComponent, MonkeyFilterSegmentComponent, MonkeyFilterTriggerComponent, MonkeyFormDirective, MonkeyFormFieldComponent, MonkeyFormFieldControl, MonkeyFormFieldModule, MonkeyHelperDirective, MonkeyIconButtonComponent, MonkeyInfoDirective, MonkeyInputCodeComponent, MonkeyInputCurrencyDirective, MonkeyInputDateRangeComponent, MonkeyInputDirective, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputUploadComponent, MonkeyLabelDirective, MonkeyModalActionsDirective, MonkeyModalComponent, MonkeyModalConfig, MonkeyModalContentDirective, MonkeyModalModule, MonkeyModalRef, MonkeyModalService, MonkeyModalSubtitleDirective, MonkeyModalTitleDirective, MonkeyOptionComponent, MonkeyPaginationActionComponent, MonkeyPaginationLabelComponent, MonkeyPaginationSizeComponent, MonkeyPassNumberComponent, MonkeyPassSecretNumberComponent, MonkeyPopoverContentComponent, MonkeyPopoverDirective, MonkeyPrefixDirective, MonkeyRadioButtonComponent, MonkeyScrollbarComponent, MonkeySecurityLevelComponent, MonkeySelectComponent, MonkeyStatusComponent, MonkeyStepComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStepperService, MonkeySuffixDirective, MonkeyTabComponent, MonkeyTabLinkDirective, MonkeyTableCellDirective, MonkeyTableColumnDirective, MonkeyTableComponent, MonkeyTableEmptyDirective, MonkeyTableHeaderCellDirective, MonkeyTableLoadingDirective, MonkeyTableRowDetailDirective, MonkeyTabsComponent, MonkeyTabsModule, MonkeyToastComponent, MonkeyToastRef, MonkeyToastService, MonkeyToggleComponent, MonkeyToggleLineButtonComponent, MonkeyToggleLineComponent, MonkeyTooltipComponent, MonkeyTooltipDirective, MonkeyUserProfileButtonComponent, MonkeyUserProfileComponent, addKeys, appliedFrom, ariaSortOf, arityOf, conditionsOf, getCurrencySymbol, indexAtOffset, injectTokenWithWarning, interpolate, isComplete, mergeOrder, offsetOfIndex, panelOf, removeKeys, sameColumnState, selectionState, sortByOrder, toPx, toggleKey, totalHeight, withCondition, withType };
|
|
2789
2786
|
export type { ActiveFilter, AutocompleteSuggestion, AutocompleteSuggestionType, ColumnAlign, ColumnPinned, ComplexFilterCondition, ComplexFilterGroup, ComplexFilterOperator, ComplexFilterResult, FilterBarConfig, FilterBarState, FilterOption, FilterType, GoogleApiPlaces, GoogleApiPlacesAddressComponents, GoogleApiPlacesResponse, MonkeyAlertType, MonkeyAppliedFilter, MonkeyAutocompleteData, MonkeyAutocompleteResponse, MonkeyBreadcrumb, MonkeyButtonColor, MonkeyButtonType, MonkeyDownloadButtonChangeEvent, MonkeyFilterArity, MonkeyFilterBarConfig, MonkeyFilterBarOption, MonkeyFilterBarStatusOption, MonkeyFilterBarType, MonkeyFilterCondition, MonkeyFilterMenuItemProperty, MonkeyFilterOperand, MonkeyFilterOperator, MonkeyFilterPanel, MonkeyFilterRow, MonkeyFilterTriggerVariant, MonkeyInputUploadChangeEvent, MonkeyModalConfirmationConfig, MonkeyModalDefaultConfig, MonkeyPopoverDir, MonkeyPopoverOptions, MonkeyScrollbarOrientation, MonkeyScrollbarSize, MonkeySize, MonkeyTableCellContext, MonkeyTableColumnState, MonkeyTableScrollConfig, MonkeyTableSortKind, MonkeyToastPosition, MonkeyToastType, RowMetrics, SelectionState, SortDirection, SortState, StatusOption, ToastConfig };
|
|
Binary file
|