@apipass/buttons 0.2.16 → 1.0.1

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.
Files changed (43) hide show
  1. package/assets/css/buttons.scss +127 -118
  2. package/assets/css/colors.scss +34 -34
  3. package/assets/css/fonts.scss +24 -24
  4. package/assets/css/pt_sans.scss +143 -143
  5. package/assets/css/spacing.scss +28 -28
  6. package/assets/css/texts.scss +18 -18
  7. package/buttons.module.d.ts +16 -15
  8. package/default-button/default-button.component.d.ts +15 -15
  9. package/{esm2015/apipass-buttons.js → esm2020/apipass-buttons.mjs} +4 -4
  10. package/esm2020/buttons.module.mjs +62 -0
  11. package/esm2020/default-button/default-button.component.mjs +50 -0
  12. package/esm2020/outline-button/outline-button.component.mjs +40 -0
  13. package/esm2020/primary-button/primary-button.component.mjs +40 -0
  14. package/{esm2015/public-api.js → esm2020/public-api.mjs} +7 -7
  15. package/esm2020/secondary-button/secondary-button.component.mjs +40 -0
  16. package/esm2020/tab-button/tab-button.component.mjs +50 -0
  17. package/esm2020/tertiary-button/tertiary-button.component.mjs +40 -0
  18. package/fesm2015/apipass-buttons.mjs +304 -0
  19. package/fesm2015/apipass-buttons.mjs.map +1 -0
  20. package/fesm2020/apipass-buttons.mjs +304 -0
  21. package/fesm2020/apipass-buttons.mjs.map +1 -0
  22. package/{apipass-buttons.d.ts → index.d.ts} +5 -5
  23. package/outline-button/outline-button.component.d.ts +14 -14
  24. package/package.json +29 -19
  25. package/primary-button/primary-button.component.d.ts +14 -14
  26. package/public-api.d.ts +7 -7
  27. package/secondary-button/secondary-button.component.d.ts +14 -14
  28. package/tab-button/tab-button.component.d.ts +15 -15
  29. package/tertiary-button/tertiary-button.component.d.ts +14 -14
  30. package/assets/css/inputs.scss +0 -197
  31. package/bundles/apipass-buttons.umd.js +0 -597
  32. package/bundles/apipass-buttons.umd.js.map +0 -1
  33. package/bundles/apipass-buttons.umd.min.js +0 -2
  34. package/bundles/apipass-buttons.umd.min.js.map +0 -1
  35. package/esm2015/buttons.module.js +0 -64
  36. package/esm2015/default-button/default-button.component.js +0 -131
  37. package/esm2015/outline-button/outline-button.component.js +0 -51
  38. package/esm2015/primary-button/primary-button.component.js +0 -51
  39. package/esm2015/secondary-button/secondary-button.component.js +0 -51
  40. package/esm2015/tab-button/tab-button.component.js +0 -131
  41. package/esm2015/tertiary-button/tertiary-button.component.js +0 -51
  42. package/fesm2015/apipass-buttons.js +0 -508
  43. package/fesm2015/apipass-buttons.js.map +0 -1
@@ -1,597 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/material/icon'), require('@angular/material/tooltip'), require('@angular/material/button')) :
3
- typeof define === 'function' && define.amd ? define('@apipass/buttons', ['exports', '@angular/core', '@angular/common', '@angular/material/icon', '@angular/material/tooltip', '@angular/material/button'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.apipass = global.apipass || {}, global.apipass.buttons = {}), global.ng.core, global.ng.common, global.ng.material.icon, global.ng.material.tooltip, global.ng.material.button));
5
- }(this, (function (exports, i0, i1, i3, tooltip, i2) { 'use strict';
6
-
7
- var _c0 = function (a0) { return { "apipass-btn-icon-text": a0 }; };
8
- function DefaultButtonComponent_button_0_mat_icon_1_Template(rf, ctx) {
9
- if (rf & 1) {
10
- i0.ɵɵelementStart(0, "mat-icon", 5);
11
- i0.ɵɵtext(1);
12
- i0.ɵɵelementEnd();
13
- }
14
- if (rf & 2) {
15
- var ctx_r2 = i0.ɵɵnextContext(2);
16
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0, ctx_r2.btnText));
17
- i0.ɵɵadvance(1);
18
- i0.ɵɵtextInterpolate(ctx_r2.btnIcon);
19
- }
20
- }
21
- function DefaultButtonComponent_button_0_span_2_Template(rf, ctx) {
22
- if (rf & 1) {
23
- i0.ɵɵelementStart(0, "span", 6);
24
- i0.ɵɵtext(1);
25
- i0.ɵɵelementEnd();
26
- }
27
- if (rf & 2) {
28
- var ctx_r3 = i0.ɵɵnextContext(2);
29
- i0.ɵɵadvance(1);
30
- i0.ɵɵtextInterpolate(ctx_r3.btnText);
31
- }
32
- }
33
- var _c1 = function (a0) { return { "apipass-btn-icon-text-suffix": a0 }; };
34
- function DefaultButtonComponent_button_0_mat_icon_3_Template(rf, ctx) {
35
- if (rf & 1) {
36
- i0.ɵɵelementStart(0, "mat-icon", 5);
37
- i0.ɵɵtext(1);
38
- i0.ɵɵelementEnd();
39
- }
40
- if (rf & 2) {
41
- var ctx_r4 = i0.ɵɵnextContext(2);
42
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c1, ctx_r4.btnText));
43
- i0.ɵɵadvance(1);
44
- i0.ɵɵtextInterpolate(ctx_r4.suffixIcon);
45
- }
46
- }
47
- function DefaultButtonComponent_button_0_Template(rf, ctx) {
48
- if (rf & 1) {
49
- var _r6_1 = i0.ɵɵgetCurrentView();
50
- i0.ɵɵelementStart(0, "button", 2);
51
- i0.ɵɵlistener("click", function DefaultButtonComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6_1); var ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.click(); });
52
- i0.ɵɵtemplate(1, DefaultButtonComponent_button_0_mat_icon_1_Template, 2, 4, "mat-icon", 3);
53
- i0.ɵɵtemplate(2, DefaultButtonComponent_button_0_span_2_Template, 2, 1, "span", 4);
54
- i0.ɵɵtemplate(3, DefaultButtonComponent_button_0_mat_icon_3_Template, 2, 4, "mat-icon", 3);
55
- i0.ɵɵelementEnd();
56
- }
57
- if (rf & 2) {
58
- var ctx_r0 = i0.ɵɵnextContext();
59
- i0.ɵɵproperty("ngClass", ctx_r0.getClass())("disabled", ctx_r0.btnDisabled);
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵproperty("ngIf", ctx_r0.btnIcon);
62
- i0.ɵɵadvance(1);
63
- i0.ɵɵproperty("ngIf", ctx_r0.btnText);
64
- i0.ɵɵadvance(1);
65
- i0.ɵɵproperty("ngIf", ctx_r0.suffixIcon);
66
- }
67
- }
68
- function DefaultButtonComponent_button_1_span_1_Template(rf, ctx) {
69
- if (rf & 1) {
70
- i0.ɵɵelementStart(0, "span", 6);
71
- i0.ɵɵtext(1);
72
- i0.ɵɵelementEnd();
73
- }
74
- if (rf & 2) {
75
- var ctx_r7 = i0.ɵɵnextContext(2);
76
- i0.ɵɵadvance(1);
77
- i0.ɵɵtextInterpolate(ctx_r7.btnText);
78
- }
79
- }
80
- function DefaultButtonComponent_button_1_Template(rf, ctx) {
81
- if (rf & 1) {
82
- var _r9_1 = i0.ɵɵgetCurrentView();
83
- i0.ɵɵelementStart(0, "button", 7);
84
- i0.ɵɵlistener("click", function DefaultButtonComponent_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9_1); var ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.click(); });
85
- i0.ɵɵtemplate(1, DefaultButtonComponent_button_1_span_1_Template, 2, 1, "span", 4);
86
- i0.ɵɵelementEnd();
87
- }
88
- if (rf & 2) {
89
- var ctx_r1 = i0.ɵɵnextContext();
90
- i0.ɵɵproperty("ngClass", ctx_r1.getClass())("disabled", ctx_r1.btnDisabled);
91
- i0.ɵɵadvance(1);
92
- i0.ɵɵproperty("ngIf", ctx_r1.btnText);
93
- }
94
- }
95
- var DefaultButtonComponent = /** @class */ (function () {
96
- function DefaultButtonComponent() {
97
- this.btnText = '';
98
- this.btnIcon = '';
99
- this.suffixIcon = '';
100
- this.btnClass = '';
101
- this.btnDisabled = false;
102
- this.selected = false;
103
- this.onClick = new i0.EventEmitter();
104
- }
105
- DefaultButtonComponent.prototype.click = function () {
106
- if (!this.btnDisabled) {
107
- this.onClick.emit(true);
108
- }
109
- };
110
- DefaultButtonComponent.prototype.getClass = function () {
111
- var classValues = {};
112
- classValues[this.btnClass] = true;
113
- if (this.selected) {
114
- classValues['selected'] = true;
115
- }
116
- return classValues;
117
- };
118
- return DefaultButtonComponent;
119
- }());
120
- DefaultButtonComponent.ɵfac = function DefaultButtonComponent_Factory(t) { return new (t || DefaultButtonComponent)(); };
121
- DefaultButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DefaultButtonComponent, selectors: [["default-button"]], inputs: { btnText: "btnText", btnIcon: "btnIcon", suffixIcon: "suffixIcon", btnClass: "btnClass", btnDisabled: "btnDisabled", selected: "selected" }, outputs: { onClick: "onClick" }, decls: 2, vars: 2, consts: [["class", "apipass-btn-default", "mat-icon-button", "", 3, "ngClass", "disabled", "click", 4, "ngIf"], ["class", "apipass-btn-default", 3, "ngClass", "disabled", "click", 4, "ngIf"], ["mat-icon-button", "", 1, "apipass-btn-default", 3, "ngClass", "disabled", "click"], [3, "ngClass", 4, "ngIf"], ["class", "button-text", 4, "ngIf"], [3, "ngClass"], [1, "button-text"], [1, "apipass-btn-default", 3, "ngClass", "disabled", "click"]], template: function DefaultButtonComponent_Template(rf, ctx) {
122
- if (rf & 1) {
123
- i0.ɵɵtemplate(0, DefaultButtonComponent_button_0_Template, 4, 5, "button", 0);
124
- i0.ɵɵtemplate(1, DefaultButtonComponent_button_1_Template, 2, 3, "button", 1);
125
- }
126
- if (rf & 2) {
127
- i0.ɵɵproperty("ngIf", ctx.btnIcon || ctx.suffixIcon);
128
- i0.ɵɵadvance(1);
129
- i0.ɵɵproperty("ngIf", !ctx.btnIcon && !ctx.suffixIcon);
130
- }
131
- }, directives: [i1.NgIf, i2.MatButton, i1.NgClass, i3.MatIcon], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;font-weight:700;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}"] });
132
- /*@__PURE__*/ (function () {
133
- i0.ɵsetClassMetadata(DefaultButtonComponent, [{
134
- type: i0.Component,
135
- args: [{
136
- selector: 'default-button',
137
- templateUrl: 'default-button.component.html',
138
- styleUrls: ['default-button.component.scss']
139
- }]
140
- }], null, { btnText: [{
141
- type: i0.Input
142
- }], btnIcon: [{
143
- type: i0.Input
144
- }], suffixIcon: [{
145
- type: i0.Input
146
- }], btnClass: [{
147
- type: i0.Input
148
- }], btnDisabled: [{
149
- type: i0.Input
150
- }], selected: [{
151
- type: i0.Input
152
- }], onClick: [{
153
- type: i0.Output
154
- }] });
155
- })();
156
-
157
- var PrimaryButtonComponent = /** @class */ (function () {
158
- function PrimaryButtonComponent() {
159
- this.label = '';
160
- this.btnDisabled = false;
161
- this.icon = '';
162
- this.suffixIcon = '';
163
- this.selected = false;
164
- this.btnClass = '';
165
- this.onClick = new i0.EventEmitter();
166
- }
167
- PrimaryButtonComponent.prototype.click = function () {
168
- if (!this.btnDisabled) {
169
- this.onClick.emit(true);
170
- }
171
- };
172
- return PrimaryButtonComponent;
173
- }());
174
- PrimaryButtonComponent.ɵfac = function PrimaryButtonComponent_Factory(t) { return new (t || PrimaryButtonComponent)(); };
175
- PrimaryButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PrimaryButtonComponent, selectors: [["primary-button"]], inputs: { label: "label", btnDisabled: "btnDisabled", icon: "icon", suffixIcon: "suffixIcon", selected: "selected", btnClass: "btnClass" }, outputs: { onClick: "onClick" }, decls: 1, vars: 6, consts: [[3, "btnClass", "selected", "btnIcon", "suffixIcon", "btnText", "btnDisabled", "click"]], template: function PrimaryButtonComponent_Template(rf, ctx) {
176
- if (rf & 1) {
177
- i0.ɵɵelementStart(0, "default-button", 0);
178
- i0.ɵɵlistener("click", function PrimaryButtonComponent_Template_default_button_click_0_listener() { return ctx.click(); });
179
- i0.ɵɵelementEnd();
180
- }
181
- if (rf & 2) {
182
- i0.ɵɵpropertyInterpolate1("btnClass", "apipass-btn-primary ", ctx.btnClass, "");
183
- i0.ɵɵproperty("selected", ctx.selected)("btnIcon", ctx.icon)("suffixIcon", ctx.suffixIcon)("btnText", ctx.label)("btnDisabled", ctx.btnDisabled);
184
- }
185
- }, directives: [DefaultButtonComponent], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;font-weight:700;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}"] });
186
- /*@__PURE__*/ (function () {
187
- i0.ɵsetClassMetadata(PrimaryButtonComponent, [{
188
- type: i0.Component,
189
- args: [{
190
- selector: 'primary-button',
191
- templateUrl: 'primary-button.component.html',
192
- styleUrls: ['primary-button.component.scss']
193
- }]
194
- }], null, { label: [{
195
- type: i0.Input
196
- }], btnDisabled: [{
197
- type: i0.Input
198
- }], icon: [{
199
- type: i0.Input
200
- }], suffixIcon: [{
201
- type: i0.Input
202
- }], selected: [{
203
- type: i0.Input
204
- }], btnClass: [{
205
- type: i0.Input
206
- }], onClick: [{
207
- type: i0.Output
208
- }] });
209
- })();
210
-
211
- var SecondaryButtonComponent = /** @class */ (function () {
212
- function SecondaryButtonComponent() {
213
- this.label = '';
214
- this.btnDisabled = false;
215
- this.icon = '';
216
- this.suffixIcon = '';
217
- this.selected = false;
218
- this.btnClass = '';
219
- this.onClick = new i0.EventEmitter();
220
- }
221
- SecondaryButtonComponent.prototype.click = function () {
222
- if (!this.btnDisabled) {
223
- this.onClick.emit(true);
224
- }
225
- };
226
- return SecondaryButtonComponent;
227
- }());
228
- SecondaryButtonComponent.ɵfac = function SecondaryButtonComponent_Factory(t) { return new (t || SecondaryButtonComponent)(); };
229
- SecondaryButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SecondaryButtonComponent, selectors: [["secondary-button"]], inputs: { label: "label", btnDisabled: "btnDisabled", icon: "icon", suffixIcon: "suffixIcon", selected: "selected", btnClass: "btnClass" }, outputs: { onClick: "onClick" }, decls: 1, vars: 6, consts: [[3, "btnClass", "selected", "btnIcon", "suffixIcon", "btnText", "btnDisabled", "click"]], template: function SecondaryButtonComponent_Template(rf, ctx) {
230
- if (rf & 1) {
231
- i0.ɵɵelementStart(0, "default-button", 0);
232
- i0.ɵɵlistener("click", function SecondaryButtonComponent_Template_default_button_click_0_listener() { return ctx.click(); });
233
- i0.ɵɵelementEnd();
234
- }
235
- if (rf & 2) {
236
- i0.ɵɵpropertyInterpolate1("btnClass", "apipass-btn-secondary ", ctx.btnClass, "");
237
- i0.ɵɵproperty("selected", ctx.selected)("btnIcon", ctx.icon)("suffixIcon", ctx.suffixIcon)("btnText", ctx.label)("btnDisabled", ctx.btnDisabled);
238
- }
239
- }, directives: [DefaultButtonComponent], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;font-weight:700;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}"] });
240
- /*@__PURE__*/ (function () {
241
- i0.ɵsetClassMetadata(SecondaryButtonComponent, [{
242
- type: i0.Component,
243
- args: [{
244
- selector: 'secondary-button',
245
- templateUrl: 'secondary-button.component.html',
246
- styleUrls: ['secondary-button.component.scss']
247
- }]
248
- }], null, { label: [{
249
- type: i0.Input
250
- }], btnDisabled: [{
251
- type: i0.Input
252
- }], icon: [{
253
- type: i0.Input
254
- }], suffixIcon: [{
255
- type: i0.Input
256
- }], selected: [{
257
- type: i0.Input
258
- }], btnClass: [{
259
- type: i0.Input
260
- }], onClick: [{
261
- type: i0.Output
262
- }] });
263
- })();
264
-
265
- var OutlineButtonComponent = /** @class */ (function () {
266
- function OutlineButtonComponent() {
267
- this.label = '';
268
- this.btnDisabled = false;
269
- this.icon = '';
270
- this.suffixIcon = '';
271
- this.selected = false;
272
- this.btnClass = '';
273
- this.onClick = new i0.EventEmitter();
274
- }
275
- OutlineButtonComponent.prototype.click = function () {
276
- if (!this.btnDisabled) {
277
- this.onClick.emit(true);
278
- }
279
- };
280
- return OutlineButtonComponent;
281
- }());
282
- OutlineButtonComponent.ɵfac = function OutlineButtonComponent_Factory(t) { return new (t || OutlineButtonComponent)(); };
283
- OutlineButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: OutlineButtonComponent, selectors: [["outline-button"]], inputs: { label: "label", btnDisabled: "btnDisabled", icon: "icon", suffixIcon: "suffixIcon", selected: "selected", btnClass: "btnClass" }, outputs: { onClick: "onClick" }, decls: 1, vars: 6, consts: [[3, "btnClass", "selected", "btnIcon", "suffixIcon", "btnText", "btnDisabled", "click"]], template: function OutlineButtonComponent_Template(rf, ctx) {
284
- if (rf & 1) {
285
- i0.ɵɵelementStart(0, "default-button", 0);
286
- i0.ɵɵlistener("click", function OutlineButtonComponent_Template_default_button_click_0_listener() { return ctx.click(); });
287
- i0.ɵɵelementEnd();
288
- }
289
- if (rf & 2) {
290
- i0.ɵɵpropertyInterpolate1("btnClass", "apipass-btn-outline ", ctx.btnClass, "");
291
- i0.ɵɵproperty("selected", ctx.selected)("btnIcon", ctx.icon)("suffixIcon", ctx.suffixIcon)("btnText", ctx.label)("btnDisabled", ctx.btnDisabled);
292
- }
293
- }, directives: [DefaultButtonComponent], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;font-weight:700;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}"] });
294
- /*@__PURE__*/ (function () {
295
- i0.ɵsetClassMetadata(OutlineButtonComponent, [{
296
- type: i0.Component,
297
- args: [{
298
- selector: 'outline-button',
299
- templateUrl: 'outline-button.component.html',
300
- styleUrls: ['outline-button.component.scss']
301
- }]
302
- }], null, { label: [{
303
- type: i0.Input
304
- }], btnDisabled: [{
305
- type: i0.Input
306
- }], icon: [{
307
- type: i0.Input
308
- }], suffixIcon: [{
309
- type: i0.Input
310
- }], selected: [{
311
- type: i0.Input
312
- }], btnClass: [{
313
- type: i0.Input
314
- }], onClick: [{
315
- type: i0.Output
316
- }] });
317
- })();
318
-
319
- var TertiaryButtonComponent = /** @class */ (function () {
320
- function TertiaryButtonComponent() {
321
- this.label = '';
322
- this.btnDisabled = false;
323
- this.icon = '';
324
- this.suffixIcon = '';
325
- this.selected = false;
326
- this.btnClass = '';
327
- this.onClick = new i0.EventEmitter();
328
- }
329
- TertiaryButtonComponent.prototype.click = function () {
330
- if (!this.btnDisabled) {
331
- this.onClick.emit(true);
332
- }
333
- };
334
- return TertiaryButtonComponent;
335
- }());
336
- TertiaryButtonComponent.ɵfac = function TertiaryButtonComponent_Factory(t) { return new (t || TertiaryButtonComponent)(); };
337
- TertiaryButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TertiaryButtonComponent, selectors: [["tertiary-button"]], inputs: { label: "label", btnDisabled: "btnDisabled", icon: "icon", suffixIcon: "suffixIcon", selected: "selected", btnClass: "btnClass" }, outputs: { onClick: "onClick" }, decls: 1, vars: 6, consts: [[3, "btnClass", "selected", "btnIcon", "suffixIcon", "btnText", "btnDisabled", "click"]], template: function TertiaryButtonComponent_Template(rf, ctx) {
338
- if (rf & 1) {
339
- i0.ɵɵelementStart(0, "default-button", 0);
340
- i0.ɵɵlistener("click", function TertiaryButtonComponent_Template_default_button_click_0_listener() { return ctx.click(); });
341
- i0.ɵɵelementEnd();
342
- }
343
- if (rf & 2) {
344
- i0.ɵɵpropertyInterpolate1("btnClass", "apipass-btn-tertiary ", ctx.btnClass, "");
345
- i0.ɵɵproperty("selected", ctx.selected)("btnIcon", ctx.icon)("suffixIcon", ctx.suffixIcon)("btnText", ctx.label)("btnDisabled", ctx.btnDisabled);
346
- }
347
- }, directives: [DefaultButtonComponent], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;font-weight:700;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}"] });
348
- /*@__PURE__*/ (function () {
349
- i0.ɵsetClassMetadata(TertiaryButtonComponent, [{
350
- type: i0.Component,
351
- args: [{
352
- selector: 'tertiary-button',
353
- templateUrl: 'tertiary-button.component.html',
354
- styleUrls: ['tertiary-button.component.scss']
355
- }]
356
- }], null, { label: [{
357
- type: i0.Input
358
- }], btnDisabled: [{
359
- type: i0.Input
360
- }], icon: [{
361
- type: i0.Input
362
- }], suffixIcon: [{
363
- type: i0.Input
364
- }], selected: [{
365
- type: i0.Input
366
- }], btnClass: [{
367
- type: i0.Input
368
- }], onClick: [{
369
- type: i0.Output
370
- }] });
371
- })();
372
-
373
- var _c0$1 = function (a0) { return { "apipass-btn-icon-text": a0 }; };
374
- function TabButtonComponent_button_0_mat_icon_1_Template(rf, ctx) {
375
- if (rf & 1) {
376
- i0.ɵɵelementStart(0, "mat-icon", 5);
377
- i0.ɵɵtext(1);
378
- i0.ɵɵelementEnd();
379
- }
380
- if (rf & 2) {
381
- var ctx_r2 = i0.ɵɵnextContext(2);
382
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$1, ctx_r2.btnText));
383
- i0.ɵɵadvance(1);
384
- i0.ɵɵtextInterpolate(ctx_r2.btnIcon);
385
- }
386
- }
387
- function TabButtonComponent_button_0_span_2_Template(rf, ctx) {
388
- if (rf & 1) {
389
- i0.ɵɵelementStart(0, "span", 6);
390
- i0.ɵɵtext(1);
391
- i0.ɵɵelementEnd();
392
- }
393
- if (rf & 2) {
394
- var ctx_r3 = i0.ɵɵnextContext(2);
395
- i0.ɵɵadvance(1);
396
- i0.ɵɵtextInterpolate(ctx_r3.btnText);
397
- }
398
- }
399
- var _c1$1 = function (a0) { return { "apipass-btn-icon-text-suffix": a0 }; };
400
- function TabButtonComponent_button_0_mat_icon_3_Template(rf, ctx) {
401
- if (rf & 1) {
402
- i0.ɵɵelementStart(0, "mat-icon", 5);
403
- i0.ɵɵtext(1);
404
- i0.ɵɵelementEnd();
405
- }
406
- if (rf & 2) {
407
- var ctx_r4 = i0.ɵɵnextContext(2);
408
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c1$1, ctx_r4.btnText));
409
- i0.ɵɵadvance(1);
410
- i0.ɵɵtextInterpolate(ctx_r4.suffixIcon);
411
- }
412
- }
413
- function TabButtonComponent_button_0_Template(rf, ctx) {
414
- if (rf & 1) {
415
- var _r6_1 = i0.ɵɵgetCurrentView();
416
- i0.ɵɵelementStart(0, "button", 2);
417
- i0.ɵɵlistener("click", function TabButtonComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6_1); var ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.click(); });
418
- i0.ɵɵtemplate(1, TabButtonComponent_button_0_mat_icon_1_Template, 2, 4, "mat-icon", 3);
419
- i0.ɵɵtemplate(2, TabButtonComponent_button_0_span_2_Template, 2, 1, "span", 4);
420
- i0.ɵɵtemplate(3, TabButtonComponent_button_0_mat_icon_3_Template, 2, 4, "mat-icon", 3);
421
- i0.ɵɵelementEnd();
422
- }
423
- if (rf & 2) {
424
- var ctx_r0 = i0.ɵɵnextContext();
425
- i0.ɵɵproperty("ngClass", ctx_r0.getClass())("disabled", ctx_r0.btnDisabled);
426
- i0.ɵɵadvance(1);
427
- i0.ɵɵproperty("ngIf", ctx_r0.btnIcon);
428
- i0.ɵɵadvance(1);
429
- i0.ɵɵproperty("ngIf", ctx_r0.btnText);
430
- i0.ɵɵadvance(1);
431
- i0.ɵɵproperty("ngIf", ctx_r0.suffixIcon);
432
- }
433
- }
434
- function TabButtonComponent_button_1_span_1_Template(rf, ctx) {
435
- if (rf & 1) {
436
- i0.ɵɵelementStart(0, "span", 6);
437
- i0.ɵɵtext(1);
438
- i0.ɵɵelementEnd();
439
- }
440
- if (rf & 2) {
441
- var ctx_r7 = i0.ɵɵnextContext(2);
442
- i0.ɵɵadvance(1);
443
- i0.ɵɵtextInterpolate(ctx_r7.btnText);
444
- }
445
- }
446
- function TabButtonComponent_button_1_Template(rf, ctx) {
447
- if (rf & 1) {
448
- var _r9_1 = i0.ɵɵgetCurrentView();
449
- i0.ɵɵelementStart(0, "button", 7);
450
- i0.ɵɵlistener("click", function TabButtonComponent_button_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9_1); var ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.click(); });
451
- i0.ɵɵtemplate(1, TabButtonComponent_button_1_span_1_Template, 2, 1, "span", 4);
452
- i0.ɵɵelementEnd();
453
- }
454
- if (rf & 2) {
455
- var ctx_r1 = i0.ɵɵnextContext();
456
- i0.ɵɵproperty("ngClass", ctx_r1.getClass())("disabled", ctx_r1.btnDisabled);
457
- i0.ɵɵadvance(1);
458
- i0.ɵɵproperty("ngIf", ctx_r1.btnText);
459
- }
460
- }
461
- var TabButtonComponent = /** @class */ (function () {
462
- function TabButtonComponent() {
463
- this.btnText = '';
464
- this.btnIcon = '';
465
- this.suffixIcon = '';
466
- this.btnDisabled = false;
467
- this.btnClass = '';
468
- this.selected = false;
469
- this.onClick = new i0.EventEmitter();
470
- }
471
- TabButtonComponent.prototype.click = function () {
472
- if (!this.btnDisabled) {
473
- this.onClick.emit(true);
474
- }
475
- };
476
- TabButtonComponent.prototype.getClass = function () {
477
- var classValues = {};
478
- classValues[this.btnClass] = true;
479
- if (this.selected) {
480
- classValues['selected-tab'] = true;
481
- }
482
- return classValues;
483
- };
484
- return TabButtonComponent;
485
- }());
486
- TabButtonComponent.ɵfac = function TabButtonComponent_Factory(t) { return new (t || TabButtonComponent)(); };
487
- TabButtonComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabButtonComponent, selectors: [["tab-button"]], inputs: { btnText: "btnText", btnIcon: "btnIcon", suffixIcon: "suffixIcon", btnDisabled: "btnDisabled", btnClass: "btnClass", selected: "selected" }, outputs: { onClick: "onClick" }, decls: 2, vars: 2, consts: [["class", "apipass-tab-button", "mat-icon-button", "", 3, "ngClass", "disabled", "click", 4, "ngIf"], ["class", "apipass-tab-button", 3, "ngClass", "disabled", "click", 4, "ngIf"], ["mat-icon-button", "", 1, "apipass-tab-button", 3, "ngClass", "disabled", "click"], [3, "ngClass", 4, "ngIf"], ["class", "button-text", 4, "ngIf"], [3, "ngClass"], [1, "button-text"], [1, "apipass-tab-button", 3, "ngClass", "disabled", "click"]], template: function TabButtonComponent_Template(rf, ctx) {
488
- if (rf & 1) {
489
- i0.ɵɵtemplate(0, TabButtonComponent_button_0_Template, 4, 5, "button", 0);
490
- i0.ɵɵtemplate(1, TabButtonComponent_button_1_Template, 2, 3, "button", 1);
491
- }
492
- if (rf & 2) {
493
- i0.ɵɵproperty("ngIf", ctx.btnIcon || ctx.suffixIcon);
494
- i0.ɵɵadvance(1);
495
- i0.ɵɵproperty("ngIf", !ctx.btnIcon && !ctx.suffixIcon);
496
- }
497
- }, directives: [i1.NgIf, i2.MatButton, i1.NgClass, i3.MatIcon], styles: ["[_ngcontent-%COMP%]:root{--color-body-light:#fff;--color-fonts-tertiary:#777;--color-inputs-background:#fff;--color-inputs-border:#ddd;--color-primary:#222d57;--color-primary-active:#29376a;--color-primary-hover:#18203d;--color-red:red;--color-secondary:#d3d921;--color-secondary-active:#dce13f;--color-secondary-hover:#b3b81c;--color-tertiary:#efefef;--color-tertiary-active:#f1f1f1;--color-tertiary-hover:#cbcbcb;--color_components_light:#fff;--color_disabled:#e0e0e0;--color_graph_error:#eb5757;--color_graph_error_hover:#c91717;--color_graph_primary:#1643ef;--color_graph_primary_hover:#0a2692;--color_icon_remove:var(--color-red);--color_icon_success:#070;--limit-plan-color:#ff6c00}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:local(\"PT Sans Italic\"),local(\"PTSans-Italic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0x8mI.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:local(\"PT Sans Bold Italic\"),local(\"PTSans-BoldItalic\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:local(\"PT Sans\"),local(\"PTSans-Regular\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\"woff2\");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:local(\"PT Sans Bold\"),local(\"PTSans-Bold\"),url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\"woff2\");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.text-primary[_ngcontent-%COMP%]{color:var(--color-primary)!important}.text-secondary[_ngcontent-%COMP%]{color:var(--color-secondary)!important}.text-tertiary[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)!important}.text-weight-bold[_ngcontent-%COMP%]{font-weight:700!important}.text-weight-normal[_ngcontent-%COMP%]{font-weight:400!important}.apipass-tab-button[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px 6px 0 0!important;display:flex!important;font-size:12px;justify-content:center!important;padding:8px 40px!important}.apipass-tab-button[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-tab-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-tab-button[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-default[_ngcontent-%COMP%]{align-items:center!important;border-radius:6px!important;display:flex!important;font-weight:700;justify-content:center!important;padding:0 15px!important}.apipass-btn-default[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-button-wrapper[_ngcontent-%COMP%], .apipass-btn-default[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:center}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text[_ngcontent-%COMP%]{padding-right:10px}.apipass-btn-default[_ngcontent-%COMP%] .apipass-btn-icon-text-suffix[_ngcontent-%COMP%]{padding-left:10px}.apipass-btn-primary[_ngcontent-%COMP%]{background:var(--color-primary);color:#fff}.apipass-btn-primary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:hover{background:var(--color-primary-hover)}.apipass-btn-primary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:active{background:var(--color-primary-active)}.apipass-btn-primary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-primary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-secondary[_ngcontent-%COMP%]{background:var(--color-secondary);color:var(--color-primary)}.apipass-btn-secondary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:hover{background:var(--color-secondary-hover)}.apipass-btn-secondary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:active{background:var(--color-secondary-active)}.apipass-btn-secondary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-secondary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-tertiary[_ngcontent-%COMP%]{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-primary);padding:15px!important}.apipass-btn-tertiary[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-tertiary[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-tertiary[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-tertiary[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-btn-outline[_ngcontent-%COMP%]{color:var(--color-fonts-tertiary)}.apipass-btn-outline.remove-button[_ngcontent-%COMP%]{color:var(--color-red)}.apipass-btn-outline[_ngcontent-%COMP%] .hover[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:hover{background:var(--color-tertiary-hover)}.apipass-btn-outline[_ngcontent-%COMP%] .active[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:active{background:var(--color-tertiary-active)}.apipass-btn-outline[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%], .apipass-btn-outline[_ngcontent-%COMP%]:disabled{background:var(--color-tertiary);border:1px solid var(--color-tertiary-hover);color:var(--color-fonts-tertiary);cursor:no-drop!important}.apipass-tab-button[_ngcontent-%COMP%]{background:#fff;border:1px solid var(--color-tertiary);border-bottom-color:var(--color_components_light);color:var(--color-fonts-tertiary);font-weight:700;opacity:.6}.apipass-tab-button.selected-tab[_ngcontent-%COMP%]{background:var(--color_components_light);border:1px solid var(--color_components_light);color:var(--color-primary);cursor:default;font-weight:700;opacity:1}"] });
498
- /*@__PURE__*/ (function () {
499
- i0.ɵsetClassMetadata(TabButtonComponent, [{
500
- type: i0.Component,
501
- args: [{
502
- selector: 'tab-button',
503
- templateUrl: 'tab-button.component.html',
504
- styleUrls: ['tab-button.component.scss']
505
- }]
506
- }], null, { btnText: [{
507
- type: i0.Input
508
- }], btnIcon: [{
509
- type: i0.Input
510
- }], suffixIcon: [{
511
- type: i0.Input
512
- }], btnDisabled: [{
513
- type: i0.Input
514
- }], btnClass: [{
515
- type: i0.Input
516
- }], selected: [{
517
- type: i0.Input
518
- }], onClick: [{
519
- type: i0.Output
520
- }] });
521
- })();
522
-
523
- var ButtonsModule = /** @class */ (function () {
524
- function ButtonsModule() {
525
- }
526
- return ButtonsModule;
527
- }());
528
- ButtonsModule.ɵmod = i0.ɵɵdefineNgModule({ type: ButtonsModule });
529
- ButtonsModule.ɵinj = i0.ɵɵdefineInjector({ factory: function ButtonsModule_Factory(t) { return new (t || ButtonsModule)(); }, providers: [], imports: [[
530
- i1.CommonModule,
531
- i3.MatIconModule,
532
- tooltip.MatTooltipModule,
533
- i2.MatButtonModule,
534
- ]] });
535
- (function () {
536
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ButtonsModule, { declarations: [DefaultButtonComponent,
537
- PrimaryButtonComponent,
538
- SecondaryButtonComponent,
539
- OutlineButtonComponent,
540
- TertiaryButtonComponent,
541
- TabButtonComponent], imports: [i1.CommonModule,
542
- i3.MatIconModule,
543
- tooltip.MatTooltipModule,
544
- i2.MatButtonModule], exports: [DefaultButtonComponent,
545
- PrimaryButtonComponent,
546
- SecondaryButtonComponent,
547
- OutlineButtonComponent,
548
- TertiaryButtonComponent,
549
- TabButtonComponent] });
550
- })();
551
- /*@__PURE__*/ (function () {
552
- i0.ɵsetClassMetadata(ButtonsModule, [{
553
- type: i0.NgModule,
554
- args: [{
555
- imports: [
556
- i1.CommonModule,
557
- i3.MatIconModule,
558
- tooltip.MatTooltipModule,
559
- i2.MatButtonModule,
560
- ],
561
- declarations: [
562
- DefaultButtonComponent,
563
- PrimaryButtonComponent,
564
- SecondaryButtonComponent,
565
- OutlineButtonComponent,
566
- TertiaryButtonComponent,
567
- TabButtonComponent
568
- ],
569
- exports: [
570
- DefaultButtonComponent,
571
- PrimaryButtonComponent,
572
- SecondaryButtonComponent,
573
- OutlineButtonComponent,
574
- TertiaryButtonComponent,
575
- TabButtonComponent
576
- ],
577
- providers: []
578
- }]
579
- }], null, null);
580
- })();
581
-
582
- /**
583
- * Generated bundle index. Do not edit.
584
- */
585
-
586
- exports.ButtonsModule = ButtonsModule;
587
- exports.DefaultButtonComponent = DefaultButtonComponent;
588
- exports.OutlineButtonComponent = OutlineButtonComponent;
589
- exports.PrimaryButtonComponent = PrimaryButtonComponent;
590
- exports.SecondaryButtonComponent = SecondaryButtonComponent;
591
- exports.TabButtonComponent = TabButtonComponent;
592
- exports.TertiaryButtonComponent = TertiaryButtonComponent;
593
-
594
- Object.defineProperty(exports, '__esModule', { value: true });
595
-
596
- })));
597
- //# sourceMappingURL=apipass-buttons.umd.js.map