@progress/kendo-angular-typography 1.2.1 → 2.0.0-next.202203310835
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/kendo-angular-typography.umd.js +5 -0
- package/{dist/es/index.js → esm2015/kendo-angular-typography.js} +0 -0
- package/{dist/es → esm2015}/main.js +0 -0
- package/{dist/es2015 → esm2015}/models/font-size.js +0 -0
- package/{dist/es2015 → esm2015}/models/font-weight.js +0 -0
- package/{dist/es2015 → esm2015}/models/margin-sides.js +0 -0
- package/{dist/es2015 → esm2015}/models/margin.js +0 -0
- package/{dist/es2015 → esm2015}/models/text-align.js +0 -0
- package/{dist/es2015 → esm2015}/models/text-transform.js +0 -0
- package/{dist/es2015 → esm2015}/models/theme-color.js +1 -0
- package/{dist/es2015 → esm2015}/models/variant.js +0 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015 → esm2015}/typography.directive.js +27 -42
- package/{dist/es → esm2015}/typography.module.js +13 -13
- package/{dist/es2015 → esm2015}/utils.js +0 -0
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-typography.js} +90 -51
- package/{dist/es2015/index.js → kendo-angular-typography.d.ts} +1 -0
- package/{dist/es2015/main.d.ts → main.d.ts} +1 -0
- package/{dist/es2015/models → models}/font-size.d.ts +5 -5
- package/{dist/es2015/models → models}/font-weight.d.ts +3 -3
- package/{dist/es2015/models → models}/margin-sides.d.ts +4 -4
- package/{dist/es2015/models → models}/margin.d.ts +35 -35
- package/{dist/es2015/models → models}/text-align.d.ts +4 -4
- package/{dist/es2015/models → models}/text-transform.d.ts +3 -3
- package/{dist/es2015/models → models}/theme-color.d.ts +0 -0
- package/{dist/es2015/models → models}/variant.d.ts +9 -9
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +31 -91
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/typography.directive.d.ts → typography.directive.d.ts} +3 -0
- package/{dist/es2015/typography.module.d.ts → typography.module.d.ts} +5 -0
- package/{dist/es2015/utils.d.ts → utils.d.ts} +0 -0
- package/dist/cdn/js/kendo-angular-typography.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/models/font-size.js +0 -14
- package/dist/es/models/font-weight.js +0 -12
- package/dist/es/models/margin-sides.js +0 -13
- package/dist/es/models/margin.js +0 -75
- package/dist/es/models/text-align.js +0 -13
- package/dist/es/models/text-transform.js +0 -12
- package/dist/es/models/theme-color.js +0 -21
- package/dist/es/models/variant.js +0 -18
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/typography.directive.js +0 -140
- package/dist/es/utils.js +0 -8
- package/dist/es2015/index.d.ts +0 -8
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/main.js +0 -6
- package/dist/es2015/typography.module.js +0 -47
- package/dist/fesm5/index.js +0 -285
- package/dist/npm/index.js +0 -11
- package/dist/npm/main.js +0 -10
- package/dist/npm/models/font-size.js +0 -16
- package/dist/npm/models/font-weight.js +0 -14
- package/dist/npm/models/margin-sides.js +0 -15
- package/dist/npm/models/margin.js +0 -77
- package/dist/npm/models/text-align.js +0 -15
- package/dist/npm/models/text-transform.js +0 -14
- package/dist/npm/models/theme-color.js +0 -23
- package/dist/npm/models/variant.js +0 -20
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/typography.directive.js +0 -142
- package/dist/npm/typography.module.js +0 -52
- package/dist/npm/utils.js +0 -10
- package/dist/systemjs/kendo-angular-typography.js +0 -5
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var font_size_1 = require("./models/font-size");
|
|
10
|
-
var font_weight_1 = require("./models/font-weight");
|
|
11
|
-
var margin_1 = require("./models/margin");
|
|
12
|
-
var margin_sides_1 = require("./models/margin-sides");
|
|
13
|
-
var text_align_1 = require("./models/text-align");
|
|
14
|
-
var text_transform_1 = require("./models/text-transform");
|
|
15
|
-
var variant_1 = require("./models/variant");
|
|
16
|
-
var utils_1 = require("./utils");
|
|
17
|
-
var kendo_licensing_1 = require("@progress/kendo-licensing");
|
|
18
|
-
var package_metadata_1 = require("./package-metadata");
|
|
19
|
-
/**
|
|
20
|
-
* Represents the [Kendo UI Typography directive for Angular]({% slug overview_typography %}).
|
|
21
|
-
* Used to represent element types in a uniform way by relying on the predefined Kendo theme classes.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* ```ts-no-run
|
|
25
|
-
* <div kendoTypography variant="k-h1"></div>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
var TypographyDirective = /** @class */ (function () {
|
|
29
|
-
function TypographyDirective(elementWrapper, renderer, element) {
|
|
30
|
-
this.elementWrapper = elementWrapper;
|
|
31
|
-
this.renderer = renderer;
|
|
32
|
-
this.element = element;
|
|
33
|
-
this.typographyClasses = [];
|
|
34
|
-
kendo_licensing_1.validatePackage(package_metadata_1.packageMetadata);
|
|
35
|
-
}
|
|
36
|
-
TypographyDirective.prototype.ngOnChanges = function () {
|
|
37
|
-
this.setTypographyClasses();
|
|
38
|
-
};
|
|
39
|
-
TypographyDirective.prototype.variantClass = function () {
|
|
40
|
-
return variant_1.typographyVariantOptions[this.variant];
|
|
41
|
-
};
|
|
42
|
-
TypographyDirective.prototype.themeColorClass = function () {
|
|
43
|
-
return utils_1.isPresent(this.themeColor) ? "k-color-" + this.themeColor : null;
|
|
44
|
-
};
|
|
45
|
-
TypographyDirective.prototype.textAlignClass = function () {
|
|
46
|
-
return text_align_1.typographyTextAlignOptions[this.textAlign];
|
|
47
|
-
};
|
|
48
|
-
TypographyDirective.prototype.fontWeightClass = function () {
|
|
49
|
-
return font_weight_1.typographyFontWeightOptions[this.fontWeight];
|
|
50
|
-
};
|
|
51
|
-
TypographyDirective.prototype.fontSizeClass = function () {
|
|
52
|
-
return font_size_1.typographyFontSizeOptions[this.fontSize];
|
|
53
|
-
};
|
|
54
|
-
TypographyDirective.prototype.textTransformClass = function () {
|
|
55
|
-
return text_transform_1.typographyTextTransformOptions[this.textTransform];
|
|
56
|
-
};
|
|
57
|
-
TypographyDirective.prototype.setMarginClassPerSide = function (marginSide, value) {
|
|
58
|
-
return "" + margin_sides_1.marginSides[marginSide] + value;
|
|
59
|
-
};
|
|
60
|
-
TypographyDirective.prototype.marginClasses = function () {
|
|
61
|
-
var _this = this;
|
|
62
|
-
if (typeof (this.margin) === 'string') {
|
|
63
|
-
return [margin_1.typographyMarginOptions[this.margin]];
|
|
64
|
-
}
|
|
65
|
-
if (typeof (this.margin) === 'number') {
|
|
66
|
-
return ["k-m-" + this.margin];
|
|
67
|
-
}
|
|
68
|
-
if (typeof (this.margin) === 'object') {
|
|
69
|
-
var marginClasses_1 = [];
|
|
70
|
-
Object.keys(this.margin).forEach(function (key) {
|
|
71
|
-
if (utils_1.isPresent(_this.margin[key])) {
|
|
72
|
-
marginClasses_1.push(_this.setMarginClassPerSide(key, _this.margin[key]));
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
return marginClasses_1;
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
TypographyDirective.prototype.setTypographyClasses = function () {
|
|
79
|
-
var _this = this;
|
|
80
|
-
var element = this.element.nativeElement;
|
|
81
|
-
this.typographyClasses.forEach(function (className) {
|
|
82
|
-
_this.renderer.removeClass(element, className);
|
|
83
|
-
});
|
|
84
|
-
this.typographyClasses = [
|
|
85
|
-
this.variantClass(),
|
|
86
|
-
this.fontSizeClass(),
|
|
87
|
-
this.fontWeightClass(),
|
|
88
|
-
this.textTransformClass(),
|
|
89
|
-
this.textAlignClass(),
|
|
90
|
-
this.themeColorClass()
|
|
91
|
-
];
|
|
92
|
-
if (this.margin) {
|
|
93
|
-
this.marginClasses().forEach(function (className) {
|
|
94
|
-
_this.typographyClasses.push(className);
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
this.typographyClasses.forEach(function (className) {
|
|
98
|
-
if (utils_1.isPresent(className)) {
|
|
99
|
-
_this.renderer.addClass(element, className);
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
};
|
|
103
|
-
tslib_1.__decorate([
|
|
104
|
-
core_1.Input(),
|
|
105
|
-
tslib_1.__metadata("design:type", String)
|
|
106
|
-
], TypographyDirective.prototype, "variant", void 0);
|
|
107
|
-
tslib_1.__decorate([
|
|
108
|
-
core_1.Input(),
|
|
109
|
-
tslib_1.__metadata("design:type", String)
|
|
110
|
-
], TypographyDirective.prototype, "fontSize", void 0);
|
|
111
|
-
tslib_1.__decorate([
|
|
112
|
-
core_1.Input(),
|
|
113
|
-
tslib_1.__metadata("design:type", String)
|
|
114
|
-
], TypographyDirective.prototype, "fontWeight", void 0);
|
|
115
|
-
tslib_1.__decorate([
|
|
116
|
-
core_1.Input(),
|
|
117
|
-
tslib_1.__metadata("design:type", String)
|
|
118
|
-
], TypographyDirective.prototype, "textAlign", void 0);
|
|
119
|
-
tslib_1.__decorate([
|
|
120
|
-
core_1.Input(),
|
|
121
|
-
tslib_1.__metadata("design:type", String)
|
|
122
|
-
], TypographyDirective.prototype, "textTransform", void 0);
|
|
123
|
-
tslib_1.__decorate([
|
|
124
|
-
core_1.Input(),
|
|
125
|
-
tslib_1.__metadata("design:type", String)
|
|
126
|
-
], TypographyDirective.prototype, "themeColor", void 0);
|
|
127
|
-
tslib_1.__decorate([
|
|
128
|
-
core_1.Input(),
|
|
129
|
-
tslib_1.__metadata("design:type", Object)
|
|
130
|
-
], TypographyDirective.prototype, "margin", void 0);
|
|
131
|
-
TypographyDirective = tslib_1.__decorate([
|
|
132
|
-
core_1.Directive({
|
|
133
|
-
selector: '[kendoTypography]',
|
|
134
|
-
exportAs: 'kendoTypography'
|
|
135
|
-
}),
|
|
136
|
-
tslib_1.__metadata("design:paramtypes", [core_1.ElementRef,
|
|
137
|
-
core_1.Renderer2,
|
|
138
|
-
core_1.ElementRef])
|
|
139
|
-
], TypographyDirective);
|
|
140
|
-
return TypographyDirective;
|
|
141
|
-
}());
|
|
142
|
-
exports.TypographyDirective = TypographyDirective;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var typography_directive_1 = require("./typography.directive");
|
|
10
|
-
/**
|
|
11
|
-
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
12
|
-
* definition for the Typography component.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
*
|
|
16
|
-
* ```ts-no-run
|
|
17
|
-
* // Import the Typography module
|
|
18
|
-
* import { TypographyModule } from '@progress/kendo-angular-typography';
|
|
19
|
-
*
|
|
20
|
-
* // The browser platform with a compiler
|
|
21
|
-
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
22
|
-
*
|
|
23
|
-
* import { NgModule } from '@angular/core';
|
|
24
|
-
*
|
|
25
|
-
* // Import the app component
|
|
26
|
-
* import { AppComponent } from './app.component';
|
|
27
|
-
*
|
|
28
|
-
* // Define the app module
|
|
29
|
-
* _@NgModule({
|
|
30
|
-
* declarations: [AppComponent], // declare app component
|
|
31
|
-
* imports: [BrowserModule, TypographyModule], // import Typography module
|
|
32
|
-
* bootstrap: [AppComponent]
|
|
33
|
-
* })
|
|
34
|
-
* export class AppModule { }
|
|
35
|
-
*
|
|
36
|
-
* // Compile and launch the module
|
|
37
|
-
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
38
|
-
*
|
|
39
|
-
* ```
|
|
40
|
-
*/
|
|
41
|
-
var TypographyModule = /** @class */ (function () {
|
|
42
|
-
function TypographyModule() {
|
|
43
|
-
}
|
|
44
|
-
TypographyModule = tslib_1.__decorate([
|
|
45
|
-
core_1.NgModule({
|
|
46
|
-
declarations: [typography_directive_1.TypographyDirective],
|
|
47
|
-
exports: [typography_directive_1.TypographyDirective]
|
|
48
|
-
})
|
|
49
|
-
], TypographyModule);
|
|
50
|
-
return TypographyModule;
|
|
51
|
-
}());
|
|
52
|
-
exports.TypographyModule = TypographyModule;
|
package/dist/npm/utils.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
exports.isPresent = function (value) { return value !== null && value !== undefined; };
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
System.register("@progress/kendo-angular-typography",["@angular/core","tslib","@progress/kendo-licensing"],function(s){var i,a,p;function e(t){return t.__useDefault?t.default:t}return{setters:[function(t){i=e(t)},function(t){a=e(t)},function(t){p=e(t)}],execute:function(){function n(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return r[t].call(e.exports,e,e.exports,n),e.l=!0,e.exports}var r,o;r=[function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r(2),o=r(1),i=r(12),s=r(11),a=r(10),p=r(9),l=r(8),u=r(7),h=r(6),g=r(5),c=r(4),m=r(3),r=(y.prototype.ngOnChanges=function(){this.setTypographyClasses()},y.prototype.variantClass=function(){return h.typographyVariantOptions[this.variant]},y.prototype.themeColorClass=function(){return g.isPresent(this.themeColor)?"k-color-"+this.themeColor:null},y.prototype.textAlignClass=function(){return l.typographyTextAlignOptions[this.textAlign]},y.prototype.fontWeightClass=function(){return s.typographyFontWeightOptions[this.fontWeight]},y.prototype.fontSizeClass=function(){return i.typographyFontSizeOptions[this.fontSize]},y.prototype.textTransformClass=function(){return u.typographyTextTransformOptions[this.textTransform]},y.prototype.setMarginClassPerSide=function(t,e){return""+p.marginSides[t]+e},y.prototype.marginClasses=function(){var e,r=this;return"string"==typeof this.margin?[a.typographyMarginOptions[this.margin]]:"number"==typeof this.margin?["k-m-"+this.margin]:"object"==typeof this.margin?(e=[],Object.keys(this.margin).forEach(function(t){g.isPresent(r.margin[t])&&e.push(r.setMarginClassPerSide(t,r.margin[t]))}),e):void 0},y.prototype.setTypographyClasses=function(){var e=this,r=this.element.nativeElement;this.typographyClasses.forEach(function(t){e.renderer.removeClass(r,t)}),this.typographyClasses=[this.variantClass(),this.fontSizeClass(),this.fontWeightClass(),this.textTransformClass(),this.textAlignClass(),this.themeColorClass()],this.margin&&this.marginClasses().forEach(function(t){e.typographyClasses.push(t)}),this.typographyClasses.forEach(function(t){g.isPresent(t)&&e.renderer.addClass(r,t)})},n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"variant",void 0),n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"fontSize",void 0),n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"fontWeight",void 0),n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"textAlign",void 0),n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"textTransform",void 0),n.__decorate([o.Input(),n.__metadata("design:type",String)],y.prototype,"themeColor",void 0),n.__decorate([o.Input(),n.__metadata("design:type",Object)],y.prototype,"margin",void 0),n.__decorate([o.Directive({selector:"[kendoTypography]",exportAs:"kendoTypography"}),n.__metadata("design:paramtypes",[o.ElementRef,o.Renderer2,o.ElementRef])],y));function y(t,e,r){this.elementWrapper=t,this.renderer=e,this.element=r,this.typographyClasses=[],c.validatePackage(m.packageMetadata)}e.TypographyDirective=r},function(t,e){t.exports=i},function(t,e){t.exports=a},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata={name:"@progress/kendo-angular-typography",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1646219244,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(t,e){t.exports=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isPresent=function(t){return null!=t}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyVariantOptions={p:"k-paragraph",h1:"k-h1",h2:"k-h2",h3:"k-h3",h4:"k-h4",h5:"k-h5",h6:"k-h6",code:"k-code",pre:"k-pre"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyTextTransformOptions={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyTextAlignOptions={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.marginSides={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyMarginOptions={xs:"k-m-xs",sm:"k-m-sm",md:"k-m-md",lg:"k-m-lg",xl:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},e.typographyMarginTopOptions={xs:"k-mt-xs",sm:"k-mt-sm",md:"k-mt-md",lg:"k-mt-lg",xl:"k-mt-xl",thin:"k-mt-thin",hair:"k-mt-hair"},e.typographyMarginBottomOptions={xs:"k-mb-xs",sm:"k-mb-sm",md:"k-mb-md",lg:"k-mb-lg",xl:"k-mb-xl",thin:"k-mb-thin",hair:"k-mb-hair"},e.typographyMarginLeftOptions={xs:"k-ml-xs",sm:"k-ml-sm",md:"k-ml-md",lg:"k-ml-lg",xl:"k-ml-xl",thin:"k-ml-thin",hair:"k-ml-hair"},e.typographyMarginRightOptions={xs:"k-mr-xs",sm:"k-mr-sm",md:"k-mr-md",lg:"k-mr-lg",xl:"k-mr-xl",thin:"k-mr-thin",hair:"k-mr-hair"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyFontWeightOptions={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.typographyFontSizeOptions={xs:"k-fs-xs",sm:"k-fs-sm",md:"k-fs-md",lg:"k-fs-lg",xl:"k-fs-xl"}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r(2),o=r(1),r=r(0),n=n.__decorate([o.NgModule({declarations:[r.TypographyDirective],exports:[r.TypographyDirective]})],i);function i(){}e.TypographyModule=n},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,o=r(13),o=(e.TypographyModule=o.TypographyModule,r(0)),i=(e.TypographyDirective=o.TypographyDirective,e);for(n in i)s(n,i[n])}],o={},n.m=r,n.c=o,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=14)}}});
|