monkey-style-guide 21.0.3 → 21.0.4
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/assets/scss/partials/_icons.scss +38 -0
- package/assets/scss/partials/_index.scss +1 -0
- package/fesm2022/monkey-style-guide.mjs +249 -99
- package/fesm2022/monkey-style-guide.mjs.map +1 -1
- package/monkey-style-guide-21.0.4.tgz +0 -0
- package/package.json +1 -1
- package/types/monkey-style-guide.d.ts +45 -23
- package/monkey-style-guide-21.0.3.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -666,26 +666,6 @@ declare class MonkeyFilterBarComponent implements AfterContentInit, OnDestroy, O
|
|
|
666
666
|
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFilterBarComponent, "monkey-filter-bar", never, {}, {}, never, never, true, never>;
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
/** ************************
|
|
670
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
671
|
-
* This style guide was developed by Monkey Exchange Team
|
|
672
|
-
* MIT Licence
|
|
673
|
-
************************* */
|
|
674
|
-
|
|
675
|
-
declare class MonkeyIconComponent implements OnInit {
|
|
676
|
-
set icon(val: string);
|
|
677
|
-
size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
678
|
-
_icon: string;
|
|
679
|
-
protected _uid: string;
|
|
680
|
-
protected _id: string;
|
|
681
|
-
get id(): string;
|
|
682
|
-
set id(value: string);
|
|
683
|
-
constructor();
|
|
684
|
-
ngOnInit(): void;
|
|
685
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconComponent, never>;
|
|
686
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconComponent, "monkey-icon", never, { "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
669
|
declare class MonkeyIconButtonComponent {
|
|
690
670
|
type: 'primary' | 'secondary' | 'tertiary';
|
|
691
671
|
size: 'sm' | 'md' | 'lg';
|
|
@@ -1160,7 +1140,7 @@ declare class MonkeyModalConfirmationComponent {
|
|
|
1160
1140
|
|
|
1161
1141
|
declare class MonkeyModalModule {
|
|
1162
1142
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalModule, never>;
|
|
1163
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyModalModule, [typeof MonkeyModalComponent, typeof MonkeyModalDefaultComponent, typeof MonkeyModalConfirmationComponent, typeof MonkeyModalTitleDirective, typeof MonkeyModalSubtitleDirective, typeof MonkeyModalContentDirective, typeof MonkeyModalActionsDirective], [typeof i2.CommonModule, typeof MonkeyButtonComponent, typeof MonkeyIconButtonComponent
|
|
1143
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyModalModule, [typeof MonkeyModalComponent, typeof MonkeyModalDefaultComponent, typeof MonkeyModalConfirmationComponent, typeof MonkeyModalTitleDirective, typeof MonkeyModalSubtitleDirective, typeof MonkeyModalContentDirective, typeof MonkeyModalActionsDirective], [typeof i2.CommonModule, typeof MonkeyButtonComponent, typeof MonkeyIconButtonComponent], [typeof MonkeyModalComponent, typeof MonkeyModalTitleDirective, typeof MonkeyModalSubtitleDirective, typeof MonkeyModalContentDirective, typeof MonkeyModalActionsDirective]>;
|
|
1164
1144
|
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyModalModule>;
|
|
1165
1145
|
}
|
|
1166
1146
|
|
|
@@ -1427,7 +1407,7 @@ declare class MonkeyStepperComponent implements AfterContentInit, OnChanges {
|
|
|
1427
1407
|
|
|
1428
1408
|
declare class MonkeyStepperModule {
|
|
1429
1409
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperModule, never>;
|
|
1430
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof MonkeyStepperComponent, typeof MonkeyStepComponent], [typeof UtilIconComponent
|
|
1410
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof MonkeyStepperComponent, typeof MonkeyStepComponent], [typeof UtilIconComponent], [typeof MonkeyStepperComponent, typeof MonkeyStepComponent]>;
|
|
1431
1411
|
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStepperModule>;
|
|
1432
1412
|
}
|
|
1433
1413
|
|
|
@@ -1867,6 +1847,48 @@ declare class MonkeyUserProfileComponent {
|
|
|
1867
1847
|
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyUserProfileComponent, "monkey-user-profile", never, { "email": { "alias": "email"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
|
|
1868
1848
|
}
|
|
1869
1849
|
|
|
1850
|
+
declare class MonkeyPassNumberComponent {
|
|
1851
|
+
protected _uid: string;
|
|
1852
|
+
protected _id: string;
|
|
1853
|
+
protected selected: number[];
|
|
1854
|
+
onChange: i0.OutputEmitterRef<number[]>;
|
|
1855
|
+
get id(): string;
|
|
1856
|
+
set id(value: string);
|
|
1857
|
+
constructor();
|
|
1858
|
+
protected clear(): void;
|
|
1859
|
+
protected onPress(pin: number): void;
|
|
1860
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPassNumberComponent, never>;
|
|
1861
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPassNumberComponent, "monkey-pass-number", never, { "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
type PinCombinations = {
|
|
1865
|
+
first: number;
|
|
1866
|
+
last: number;
|
|
1867
|
+
};
|
|
1868
|
+
type PinResult = {
|
|
1869
|
+
passNumber1: string;
|
|
1870
|
+
passNumber2: string;
|
|
1871
|
+
passNumber3: string;
|
|
1872
|
+
passNumber4: string;
|
|
1873
|
+
};
|
|
1874
|
+
declare class MonkeyPassSecretNumberComponent implements OnInit {
|
|
1875
|
+
protected _uid: string;
|
|
1876
|
+
protected _id: string;
|
|
1877
|
+
readonly orLabel: rxjs.Observable<any>;
|
|
1878
|
+
protected pins: PinCombinations[];
|
|
1879
|
+
protected selected: string[];
|
|
1880
|
+
onChange: i0.OutputEmitterRef<PinResult>;
|
|
1881
|
+
get id(): string;
|
|
1882
|
+
set id(value: string);
|
|
1883
|
+
constructor();
|
|
1884
|
+
ngOnInit(): void;
|
|
1885
|
+
protected clear(): void;
|
|
1886
|
+
private getPinPassword;
|
|
1887
|
+
protected onPress(pin: PinCombinations): void;
|
|
1888
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPassSecretNumberComponent, never>;
|
|
1889
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPassSecretNumberComponent, "monkey-pass-secret-number", never, { "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1870
1892
|
/** ************************
|
|
1871
1893
|
* Copyright Monkey Exchange. All Rights Reserved
|
|
1872
1894
|
* This style guide was developed by Monkey Exchange Team
|
|
@@ -2061,5 +2083,5 @@ declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
|
|
|
2061
2083
|
declare const MECX_GOOGLE_API_KEY: InjectionToken<string>;
|
|
2062
2084
|
declare function injectTokenWithWarning<T>(token: InjectionToken<T>, name?: string): T | null;
|
|
2063
2085
|
|
|
2064
|
-
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, MonkeyColumnChecked, MonkeyColumnExpansible, MonkeyColumnSortable, MonkeyColumnStick, MonkeyDateRangeComponent, MonkeyDictionaryService, MonkeyDisplayDirective, MonkeyDividerComponent, MonkeyDownloadButtonComponent, MonkeyEcxAddressService, MonkeyErrorDirective, MonkeyFilterBarComponent, MonkeyFormFieldComponent, MonkeyFormFieldControl, MonkeyFormFieldModule, MonkeyHelperDirective, MonkeyIconButtonComponent,
|
|
2086
|
+
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, MonkeyColumnChecked, MonkeyColumnExpansible, MonkeyColumnSortable, MonkeyColumnStick, MonkeyDateRangeComponent, MonkeyDictionaryService, MonkeyDisplayDirective, MonkeyDividerComponent, MonkeyDownloadButtonComponent, MonkeyEcxAddressService, MonkeyErrorDirective, MonkeyFilterBarComponent, 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, MonkeySecurityLevelComponent, MonkeySelectComponent, MonkeyStatusComponent, MonkeyStepComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStepperService, MonkeySuffixDirective, MonkeyTabComponent, MonkeyTabLinkDirective, MonkeyTableComponent, MonkeyTableModule, MonkeyTabsComponent, MonkeyTabsModule, MonkeyToastComponent, MonkeyToastRef, MonkeyToastService, MonkeyToggleComponent, MonkeyToggleLineButtonComponent, MonkeyToggleLineComponent, MonkeyTooltipComponent, MonkeyTooltipDirective, MonkeyUserProfileButtonComponent, MonkeyUserProfileComponent, getCurrencySymbol, injectTokenWithWarning };
|
|
2065
2087
|
export type { GoogleApiPlaces, GoogleApiPlacesAddressComponents, GoogleApiPlacesResponse, MonkeyAlertType, MonkeyAutocompleteData, MonkeyAutocompleteResponse, MonkeyBreadcrumb, MonkeyButtonColor, MonkeyButtonType, MonkeyDownloadButtonChangeEvent, MonkeyInputUploadChangeEvent, MonkeyModalConfirmationConfig, MonkeyModalDefaultConfig, MonkeyPopoverDir, MonkeyPopoverOptions, MonkeySize, MonkeyTableScrollConfig, MonkeyToastPosition, MonkeyToastType, ToastConfig };
|
|
Binary file
|