source: trip-planner-front/node_modules/.cache/babel-webpack/0ecccb2f228cc49af19dd8bb0faeae44.json@ 6fe77af

Last change on this file since 6fe77af was 6fe77af, checked in by Ema <ema_spirova@…>, 2 years ago

add location feature

  • Property mode set to 100644
File size: 18.1 KB
Line 
1{"ast":null,"code":"import * as i0 from '@angular/core';\nimport { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, NgModule } from '@angular/core';\nimport * as i1 from '@angular/common';\nimport { CommonModule } from '@angular/common';\n\nfunction ProgressBar_div_1_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"div\", 4);\n }\n\n if (rf & 2) {\n const ctx_r0 = i0.ɵɵnextContext();\n i0.ɵɵstyleProp(\"width\", ctx_r0.value + \"%\");\n }\n}\n\nfunction ProgressBar_div_2_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 5);\n i0.ɵɵtext(1);\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵstyleProp(\"display\", ctx_r1.value != null ? \"block\" : \"none\");\n i0.ɵɵadvance(1);\n i0.ɵɵtextInterpolate2(\"\", ctx_r1.value, \"\", ctx_r1.unit, \"\");\n }\n}\n\nfunction ProgressBar_div_3_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 6);\n i0.ɵɵelement(1, \"div\", 7);\n i0.ɵɵelementEnd();\n }\n}\n\nconst _c0 = function (a1, a2) {\n return {\n \"p-progressbar p-component\": true,\n \"p-progressbar-determinate\": a1,\n \"p-progressbar-indeterminate\": a2\n };\n};\n\nclass ProgressBar {\n constructor() {\n this.showValue = true;\n this.unit = '%';\n this.mode = 'determinate';\n }\n\n}\n\nProgressBar.ɵfac = function ProgressBar_Factory(t) {\n return new (t || ProgressBar)();\n};\n\nProgressBar.ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n type: ProgressBar,\n selectors: [[\"p-progressBar\"]],\n hostAttrs: [1, \"p-element\"],\n inputs: {\n value: \"value\",\n showValue: \"showValue\",\n style: \"style\",\n styleClass: \"styleClass\",\n unit: \"unit\",\n mode: \"mode\"\n },\n decls: 4,\n vars: 11,\n consts: [[\"role\", \"progressbar\", \"aria-valuemin\", \"0\", \"aria-valuemax\", \"100\", 3, \"ngStyle\", \"ngClass\"], [\"class\", \"p-progressbar-value p-progressbar-value-animate\", \"style\", \"display:block\", 3, \"width\", 4, \"ngIf\"], [\"class\", \"p-progressbar-label\", 3, \"display\", 4, \"ngIf\"], [\"class\", \"p-progressbar-indeterminate-container\", 4, \"ngIf\"], [1, \"p-progressbar-value\", \"p-progressbar-value-animate\", 2, \"display\", \"block\"], [1, \"p-progressbar-label\"], [1, \"p-progressbar-indeterminate-container\"], [1, \"p-progressbar-value\", \"p-progressbar-value-animate\"]],\n template: function ProgressBar_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 0);\n i0.ɵɵtemplate(1, ProgressBar_div_1_Template, 1, 2, \"div\", 1);\n i0.ɵɵtemplate(2, ProgressBar_div_2_Template, 2, 4, \"div\", 2);\n i0.ɵɵtemplate(3, ProgressBar_div_3_Template, 2, 0, \"div\", 3);\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n i0.ɵɵclassMap(ctx.styleClass);\n i0.ɵɵproperty(\"ngStyle\", ctx.style)(\"ngClass\", i0.ɵɵpureFunction2(8, _c0, ctx.mode === \"determinate\", ctx.mode === \"indeterminate\"));\n i0.ɵɵattribute(\"aria-valuenow\", ctx.value);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.mode === \"determinate\");\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.mode === \"determinate\" && ctx.showValue);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.mode === \"indeterminate\");\n }\n },\n directives: [i1.NgStyle, i1.NgClass, i1.NgIf],\n styles: [\".p-progressbar{position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0%;position:absolute;display:none;border:0 none}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{text-align:center;height:100%;width:100%;position:absolute;font-weight:bold}.p-progressbar-indeterminate .p-progressbar-value:before{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}\\n\"],\n encapsulation: 2,\n changeDetection: 0\n});\n\n(function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(ProgressBar, [{\n type: Component,\n args: [{\n selector: 'p-progressBar',\n template: `\n <div [class]=\"styleClass\" [ngStyle]=\"style\" role=\"progressbar\" aria-valuemin=\"0\" [attr.aria-valuenow]=\"value\" aria-valuemax=\"100\"\n [ngClass]=\"{'p-progressbar p-component': true, 'p-progressbar-determinate': (mode === 'determinate'), 'p-progressbar-indeterminate': (mode === 'indeterminate')}\">\n <div *ngIf=\"mode === 'determinate'\" class=\"p-progressbar-value p-progressbar-value-animate\" [style.width]=\"value + '%'\" style=\"display:block\"></div>\n <div *ngIf=\"mode === 'determinate' && showValue\" class=\"p-progressbar-label\" [style.display]=\"value != null ? 'block' : 'none'\">{{value}}{{unit}}</div>\n <div *ngIf=\"mode === 'indeterminate'\" class=\"p-progressbar-indeterminate-container\">\n <div class=\"p-progressbar-value p-progressbar-value-animate\"></div>\n </div>\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n 'class': 'p-element'\n },\n styles: [\".p-progressbar{position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0%;position:absolute;display:none;border:0 none}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{text-align:center;height:100%;width:100%;position:absolute;font-weight:bold}.p-progressbar-indeterminate .p-progressbar-value:before{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}\\n\"]\n }]\n }], null, {\n value: [{\n type: Input\n }],\n showValue: [{\n type: Input\n }],\n style: [{\n type: Input\n }],\n styleClass: [{\n type: Input\n }],\n unit: [{\n type: Input\n }],\n mode: [{\n type: Input\n }]\n });\n})();\n\nclass ProgressBarModule {}\n\nProgressBarModule.ɵfac = function ProgressBarModule_Factory(t) {\n return new (t || ProgressBarModule)();\n};\n\nProgressBarModule.ɵmod = /* @__PURE__ */i0.ɵɵdefineNgModule({\n type: ProgressBarModule\n});\nProgressBarModule.ɵinj = /* @__PURE__ */i0.ɵɵdefineInjector({\n imports: [[CommonModule]]\n});\n\n(function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(ProgressBarModule, [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n exports: [ProgressBar],\n declarations: [ProgressBar]\n }]\n }], null, null);\n})();\n/**\n * Generated bundle index. Do not edit.\n */\n\n\nexport { ProgressBar, ProgressBarModule };","map":{"version":3,"sources":["C:/Users/DELL/Desktop/bachelor-thesis/trip-planner-front/node_modules/primeng/fesm2015/primeng-progressbar.mjs"],"names":["i0","Component","ChangeDetectionStrategy","ViewEncapsulation","Input","NgModule","i1","CommonModule","ProgressBar","constructor","showValue","unit","mode","ɵfac","ɵcmp","NgStyle","NgClass","NgIf","type","args","selector","template","changeDetection","OnPush","encapsulation","None","host","styles","value","style","styleClass","ProgressBarModule","ɵmod","ɵinj","imports","exports","declarations"],"mappings":"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","sourcesContent":["import * as i0 from '@angular/core';\nimport { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, NgModule } from '@angular/core';\nimport * as i1 from '@angular/common';\nimport { CommonModule } from '@angular/common';\n\nclass ProgressBar {\n constructor() {\n this.showValue = true;\n this.unit = '%';\n this.mode = 'determinate';\n }\n}\nProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBar, deps: [], target: i0.ɵɵFactoryTarget.Component });\nProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"12.0.0\", version: \"13.0.0\", type: ProgressBar, selector: \"p-progressBar\", inputs: { value: \"value\", showValue: \"showValue\", style: \"style\", styleClass: \"styleClass\", unit: \"unit\", mode: \"mode\" }, host: { classAttribute: \"p-element\" }, ngImport: i0, template: `\n <div [class]=\"styleClass\" [ngStyle]=\"style\" role=\"progressbar\" aria-valuemin=\"0\" [attr.aria-valuenow]=\"value\" aria-valuemax=\"100\"\n [ngClass]=\"{'p-progressbar p-component': true, 'p-progressbar-determinate': (mode === 'determinate'), 'p-progressbar-indeterminate': (mode === 'indeterminate')}\">\n <div *ngIf=\"mode === 'determinate'\" class=\"p-progressbar-value p-progressbar-value-animate\" [style.width]=\"value + '%'\" style=\"display:block\"></div>\n <div *ngIf=\"mode === 'determinate' && showValue\" class=\"p-progressbar-label\" [style.display]=\"value != null ? 'block' : 'none'\">{{value}}{{unit}}</div>\n <div *ngIf=\"mode === 'indeterminate'\" class=\"p-progressbar-indeterminate-container\">\n <div class=\"p-progressbar-value p-progressbar-value-animate\"></div>\n </div>\n </div>\n `, isInline: true, styles: [\".p-progressbar{position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0%;position:absolute;display:none;border:0 none}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{text-align:center;height:100%;width:100%;position:absolute;font-weight:bold}.p-progressbar-indeterminate .p-progressbar-value:before{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}\\n\"], directives: [{ type: i1.NgStyle, selector: \"[ngStyle]\", inputs: [\"ngStyle\"] }, { type: i1.NgClass, selector: \"[ngClass]\", inputs: [\"class\", \"ngClass\"] }, { type: i1.NgIf, selector: \"[ngIf]\", inputs: [\"ngIf\", \"ngIfThen\", \"ngIfElse\"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBar, decorators: [{\n type: Component,\n args: [{ selector: 'p-progressBar', template: `\n <div [class]=\"styleClass\" [ngStyle]=\"style\" role=\"progressbar\" aria-valuemin=\"0\" [attr.aria-valuenow]=\"value\" aria-valuemax=\"100\"\n [ngClass]=\"{'p-progressbar p-component': true, 'p-progressbar-determinate': (mode === 'determinate'), 'p-progressbar-indeterminate': (mode === 'indeterminate')}\">\n <div *ngIf=\"mode === 'determinate'\" class=\"p-progressbar-value p-progressbar-value-animate\" [style.width]=\"value + '%'\" style=\"display:block\"></div>\n <div *ngIf=\"mode === 'determinate' && showValue\" class=\"p-progressbar-label\" [style.display]=\"value != null ? 'block' : 'none'\">{{value}}{{unit}}</div>\n <div *ngIf=\"mode === 'indeterminate'\" class=\"p-progressbar-indeterminate-container\">\n <div class=\"p-progressbar-value p-progressbar-value-animate\"></div>\n </div>\n </div>\n `, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {\n 'class': 'p-element'\n }, styles: [\".p-progressbar{position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0%;position:absolute;display:none;border:0 none}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{text-align:center;height:100%;width:100%;position:absolute;font-weight:bold}.p-progressbar-indeterminate .p-progressbar-value:before{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:\\\"\\\";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}\\n\"] }]\n }], propDecorators: { value: [{\n type: Input\n }], showValue: [{\n type: Input\n }], style: [{\n type: Input\n }], styleClass: [{\n type: Input\n }], unit: [{\n type: Input\n }], mode: [{\n type: Input\n }] } });\nclass ProgressBarModule {\n}\nProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBarModule, declarations: [ProgressBar], imports: [CommonModule], exports: [ProgressBar] });\nProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBarModule, imports: [[CommonModule]] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"13.0.0\", ngImport: i0, type: ProgressBarModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n exports: [ProgressBar],\n declarations: [ProgressBar]\n }]\n }] });\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { ProgressBar, ProgressBarModule };\n"]},"metadata":{},"sourceType":"module"}
Note: See TracBrowser for help on using the repository browser.