@tekus/kiosks-design-system 3.18.0 → 3.20.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/fesm2022/tekus-kiosks-design-system.mjs +45 -13
- package/fesm2022/tekus-kiosks-design-system.mjs.map +1 -1
- package/lib/components/tk-kiosk-badge/tk-kiosk-badge.component.d.ts +2 -1
- package/lib/components/tk-kiosk-bar/tk-kiosk-bar-cart/tk-kiosk-bar-cart.component.d.ts +3 -2
- package/lib/components/tk-kiosk-text-field/tk-kiosk-text-field.component.d.ts +1 -0
- package/lib/icon-data-set/icons/index.d.ts +1 -0
- package/lib/icon-data-set/icons/shopping-cart-outline.d.ts +1 -0
- package/package.json +1 -1
|
@@ -6,7 +6,8 @@ export declare class TkKioskBadgeComponent {
|
|
|
6
6
|
stroked: boolean;
|
|
7
7
|
icon: string | boolean;
|
|
8
8
|
showText: boolean;
|
|
9
|
+
size: 'sm' | 'md';
|
|
9
10
|
iconType(): string;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TkKioskBadgeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TkKioskBadgeComponent, "tk-kiosk-badge", never, { "count": { "alias": "count"; "required": false; }; "isInactive": { "alias": "isInactive"; "required": false; }; "squared": { "alias": "squared"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TkKioskBadgeComponent, "tk-kiosk-badge", never, { "count": { "alias": "count"; "required": false; }; "isInactive": { "alias": "isInactive"; "required": false; }; "squared": { "alias": "squared"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
13
|
}
|
|
@@ -5,7 +5,8 @@ export declare class TkKioskBarCartComponent {
|
|
|
5
5
|
iconHeight: string;
|
|
6
6
|
cartItems: number;
|
|
7
7
|
icon: string;
|
|
8
|
-
|
|
8
|
+
label: string;
|
|
9
|
+
onClickCart: EventEmitter<boolean>;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TkKioskBarCartComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TkKioskBarCartComponent, "tk-kiosk-bar-cart", never, { "iconWidth": { "alias": "iconWidth"; "required": false; }; "iconHeight": { "alias": "iconHeight"; "required": false; }; "cartItems": { "alias": "cartItems"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TkKioskBarCartComponent, "tk-kiosk-bar-cart", never, { "iconWidth": { "alias": "iconWidth"; "required": false; }; "iconHeight": { "alias": "iconHeight"; "required": false; }; "cartItems": { "alias": "cartItems"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "onClickCart": "onClickCart"; }, never, never, true, never>;
|
|
11
12
|
}
|
|
@@ -31,6 +31,7 @@ export declare class TkKioskTextFieldComponent implements OnInit {
|
|
|
31
31
|
readonly numericTypes: string[];
|
|
32
32
|
keyboardType: any;
|
|
33
33
|
cursorPosition: number;
|
|
34
|
+
get inputValue(): string;
|
|
34
35
|
private getControl;
|
|
35
36
|
get showError(): boolean;
|
|
36
37
|
get displayErrorMessage(): string;
|
|
@@ -12,6 +12,7 @@ export * from './log-out';
|
|
|
12
12
|
export * from './minus';
|
|
13
13
|
export * from './shop-bag';
|
|
14
14
|
export * from './shopping-cart';
|
|
15
|
+
export * from './shopping-cart-outline';
|
|
15
16
|
export * from './search-normal';
|
|
16
17
|
export * from './ticket-2';
|
|
17
18
|
export * from './trash-outline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const shoppingCartOutline = "<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.475 44.375H18.85C16.375 44.375 14 43.325 12.325 41.5C10.65 39.675 9.8 37.225 10 34.75L12.075 9.85001C12.15 9.07501 11.875 8.32502 11.35 7.75002C10.825 7.17502 10.1 6.875 9.32499 6.875H5C3.975 6.875 3.125 6.025 3.125 5C3.125 3.975 3.975 3.125 5 3.125H9.35001C11.175 3.125 12.9 3.89999 14.125 5.22499C14.8 5.97499 15.3 6.85001 15.575 7.82501H46.8C49.325 7.82501 51.65 8.825 53.35 10.625C55.025 12.45 55.875 14.825 55.675 17.35L54.325 36.1C54.05 40.675 50.05 44.375 45.475 44.375ZM15.7 11.55L13.75 35.05C13.625 36.5 14.1 37.875 15.075 38.95C16.05 40.025 17.4 40.6 18.85 40.6H45.475C48.075 40.6 50.425 38.4 50.625 35.8L51.975 17.05C52.075 15.575 51.6 14.175 50.625 13.15C49.65 12.1 48.3 11.525 46.825 11.525H15.7V11.55Z\" fill=\"currentColor\"/>\n<path d=\"M40.625 56.875C37.875 56.875 35.625 54.625 35.625 51.875C35.625 49.125 37.875 46.875 40.625 46.875C43.375 46.875 45.625 49.125 45.625 51.875C45.625 54.625 43.375 56.875 40.625 56.875ZM40.625 50.625C39.925 50.625 39.375 51.175 39.375 51.875C39.375 52.575 39.925 53.125 40.625 53.125C41.325 53.125 41.875 52.575 41.875 51.875C41.875 51.175 41.325 50.625 40.625 50.625Z\" fill=\"currentColor\"/>\n<path d=\"M20.625 56.875C17.875 56.875 15.625 54.625 15.625 51.875C15.625 49.125 17.875 46.875 20.625 46.875C23.375 46.875 25.625 49.125 25.625 51.875C25.625 54.625 23.375 56.875 20.625 56.875ZM20.625 50.625C19.925 50.625 19.375 51.175 19.375 51.875C19.375 52.575 19.925 53.125 20.625 53.125C21.325 53.125 21.875 52.575 21.875 51.875C21.875 51.175 21.325 50.625 20.625 50.625Z\" fill=\"currentColor\"/>\n<path d=\"M52.5 21.875H22.5C21.475 21.875 20.625 21.025 20.625 20C20.625 18.975 21.475 18.125 22.5 18.125H52.5C53.525 18.125 54.375 18.975 54.375 20C54.375 21.025 53.525 21.875 52.5 21.875Z\" fill=\"currentColor\"/>\n</svg>\n";
|