@kms-ngx-ui/presentational 0.0.3 → 0.0.5
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/kms-ngx-ui-presentational.umd.js +68 -44
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/esm2015/kms-ngx-ui-presentational.js +10 -11
- package/esm2015/lib/kms-ngx-ui-presentational.module.js +5 -1
- package/esm2015/lib/ui/checkbox/checkbox.component.js +1 -1
- package/esm2015/lib/ui/color-input/color-input.component.js +1 -1
- package/esm2015/lib/ui/flyout/flyout.component.js +1 -1
- package/esm2015/lib/ui/radiobutton/radiobutton.component.js +1 -1
- package/esm2015/lib/ui/time-input/time-input.component.js +1 -1
- package/esm2015/lib/ui/tooltip/tooltip.component.js +1 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/kms-ngx-ui-presentational.js +22 -17
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/kms-ngx-ui-presentational.d.ts +9 -10
- package/kms-ngx-ui-presentational.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/bundles/kms-ngx-ui-presentational.umd.min.js +0 -38
- package/bundles/kms-ngx-ui-presentational.umd.min.js.map +0 -1
|
@@ -1,15 +1,35 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/material/checkbox'), require('@angular/material/radio'), require('@angular/animations'), require('@angular/platform-browser'), require('rxjs'), require('@angular/material/dialog'), require('subsink'), require('@angular/google-maps'), require('@angular/material/button'), require('@angular/material/expansion')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@kms-ngx-ui/presentational', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/material/checkbox', '@angular/material/radio', '@angular/animations', '@angular/platform-browser', 'rxjs', '@angular/material/dialog', 'subsink', '@angular/google-maps', '@angular/material/button', '@angular/material/expansion'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global[
|
|
5
|
-
}(this, (function (exports, i0, common, forms, checkbox, radio, animations, platformBrowser, rxjs, dialog, subsink, googleMaps, button, expansion) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/material/checkbox'), require('@angular/material/radio'), require('@angular/animations'), require('@angular/platform-browser'), require('rxjs'), require('@angular/material/dialog'), require('subsink'), require('@angular/google-maps'), require('@angular/material/button'), require('@angular/material/expansion'), require('@angular/material/select'), require('@ngx-translate/core')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@kms-ngx-ui/presentational', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/material/checkbox', '@angular/material/radio', '@angular/animations', '@angular/platform-browser', 'rxjs', '@angular/material/dialog', 'subsink', '@angular/google-maps', '@angular/material/button', '@angular/material/expansion', '@angular/material/select', '@ngx-translate/core'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["kms-ngx-ui"] = global["kms-ngx-ui"] || {}, global["kms-ngx-ui"].presentational = {}), global.ng.core, global.ng.common, global.ng.forms, global.ng.material.checkbox, global.ng.material.radio, global.ng.animations, global.ng.platformBrowser, global.rxjs, global.ng.material.dialog, global.subsink, global.ng.googleMaps, global.ng.material.button, global.ng.material.expansion, global.ng.material.select, global.core));
|
|
5
|
+
})(this, (function (exports, i0, common, forms, checkbox, radio, animations, platformBrowser, rxjs, dialog, subsink, googleMaps, button, expansion, select, core) { 'use strict';
|
|
6
|
+
|
|
7
|
+
function _interopNamespace(e) {
|
|
8
|
+
if (e && e.__esModule) return e;
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return e[k]; }
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n["default"] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
6
26
|
|
|
7
27
|
var KmsUiPresentationalService = /** @class */ (function () {
|
|
8
28
|
function KmsUiPresentationalService() {
|
|
9
29
|
}
|
|
10
30
|
return KmsUiPresentationalService;
|
|
11
31
|
}());
|
|
12
|
-
KmsUiPresentationalService.ɵprov =
|
|
32
|
+
KmsUiPresentationalService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function KmsUiPresentationalService_Factory() { return new KmsUiPresentationalService(); }, token: KmsUiPresentationalService, providedIn: "root" });
|
|
13
33
|
KmsUiPresentationalService.decorators = [
|
|
14
34
|
{ type: i0.Injectable, args: [{
|
|
15
35
|
providedIn: 'root'
|
|
@@ -461,7 +481,7 @@
|
|
|
461
481
|
multi: true,
|
|
462
482
|
},
|
|
463
483
|
],
|
|
464
|
-
styles: [".test{color:#0000cd}"]
|
|
484
|
+
styles: [".test{color:#0000cd}\n"]
|
|
465
485
|
},] }
|
|
466
486
|
];
|
|
467
487
|
CheckboxComponent.ctorParameters = function () { return []; };
|
|
@@ -679,7 +699,7 @@
|
|
|
679
699
|
multi: true,
|
|
680
700
|
},
|
|
681
701
|
],
|
|
682
|
-
styles: [".colorInput{position:relative}.colorInput input[type=color]{display:block;position:absolute;width:20px;height:20px;left:0;bottom:10px;padding:0;margin:0;border:1px solid transparent}.colorInput input.my-inValid[type=color]{border:1px dotted red}.colorInput input[type=text]{padding-left:30px}.colorInput input.my-inValid[type=text]{color:red}.colorInput kms-tooltip-icon{position:absolute;right:0;top:-10px}.colorInput .mat-form-field-label{padding-left:30px}.colorInput .mat-form-field-can-float.mat-focused .mat-form-label{padding-left:0}"]
|
|
702
|
+
styles: [".colorInput{position:relative}.colorInput input[type=color]{display:block;position:absolute;width:20px;height:20px;left:0;bottom:10px;padding:0;margin:0;border:1px solid transparent}.colorInput input.my-inValid[type=color]{border:1px dotted red}.colorInput input[type=text]{padding-left:30px}.colorInput input.my-inValid[type=text]{color:red}.colorInput kms-tooltip-icon{position:absolute;right:0;top:-10px}.colorInput .mat-form-field-label{padding-left:30px}.colorInput .mat-form-field-can-float.mat-focused .mat-form-label{padding-left:0}\n"]
|
|
683
703
|
},] }
|
|
684
704
|
];
|
|
685
705
|
ColorInputComponent.ctorParameters = function () { return [
|
|
@@ -749,7 +769,7 @@
|
|
|
749
769
|
multi: true,
|
|
750
770
|
},
|
|
751
771
|
],
|
|
752
|
-
styles: [".wrapper{position:relative;display:inline-block;padding-left:35px;cursor:pointer}.wrapper input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wrapper.disabled{cursor:default}"]
|
|
772
|
+
styles: [".wrapper{position:relative;display:inline-block;padding-left:35px;cursor:pointer}.wrapper input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wrapper.disabled{cursor:default}\n"]
|
|
753
773
|
},] }
|
|
754
774
|
];
|
|
755
775
|
RadioButtonComponent.ctorParameters = function () { return []; };
|
|
@@ -836,7 +856,7 @@
|
|
|
836
856
|
multi: true,
|
|
837
857
|
},
|
|
838
858
|
],
|
|
839
|
-
styles: [".timeInput{display:inline}.timeInput input{width:2em;margin-right:4px;margin-left:4px;font-size:16px}"]
|
|
859
|
+
styles: [".timeInput{display:inline}.timeInput input{width:2em;margin-right:4px;margin-left:4px;font-size:16px}\n"]
|
|
840
860
|
},] }
|
|
841
861
|
];
|
|
842
862
|
TimeInputComponent.ctorParameters = function () { return [
|
|
@@ -924,6 +944,7 @@
|
|
|
924
944
|
/*!
|
|
925
945
|
* @copyright FLYACTS GmbH 2019
|
|
926
946
|
*/
|
|
947
|
+
exports.IconSize = void 0;
|
|
927
948
|
(function (IconSize) {
|
|
928
949
|
IconSize["FULLSIZE"] = "size-full";
|
|
929
950
|
IconSize["TINY"] = "size-16";
|
|
@@ -1258,7 +1279,7 @@
|
|
|
1258
1279
|
}),
|
|
1259
1280
|
]),
|
|
1260
1281
|
],
|
|
1261
|
-
styles: [".flyout{position:relative;display:block;padding:20px 45px}.flyout-header-more{font:normal normal normal 16px/25px var(--fontName-text03);letter-spacing:.26px;color:var(--primaryColor);cursor:pointer}.flyout-header-more kms-icon .icon
|
|
1282
|
+
styles: [".flyout{position:relative;display:block;padding:20px 45px}.flyout-header-more{font:normal normal normal 16px/25px var(--fontName-text03);letter-spacing:.26px;color:var(--primaryColor);cursor:pointer}.flyout-header-more kms-icon .icon{width:16px!important;height:20px!important}.flyout-header-more kms-icon .icon svg{width:16px!important;height:20px!important}.flyout-header-more kms-icon .icon svg use{fill:var(--primaryColor)}.flyout-body{padding:0;margin:0;overflow:hidden;outline:none}\n"]
|
|
1262
1283
|
},] }
|
|
1263
1284
|
];
|
|
1264
1285
|
FlyoutComponent.propDecorators = {
|
|
@@ -2012,6 +2033,7 @@
|
|
|
2012
2033
|
};
|
|
2013
2034
|
|
|
2014
2035
|
// TODO change values after cleaned up database
|
|
2036
|
+
exports.SalutationEnum = void 0;
|
|
2015
2037
|
(function (SalutationEnum) {
|
|
2016
2038
|
SalutationEnum["NOT_SPECIFIED"] = "Keine Anrede";
|
|
2017
2039
|
SalutationEnum["MALE"] = "Herr";
|
|
@@ -2077,7 +2099,7 @@
|
|
|
2077
2099
|
{ type: i0.Component, args: [{
|
|
2078
2100
|
selector: 'kms-tooltip-element',
|
|
2079
2101
|
template: "<ng-content></ng-content>",
|
|
2080
|
-
styles: ["[kmsTooltip]{position:relative}"]
|
|
2102
|
+
styles: ["[kmsTooltip]{position:relative}\n"]
|
|
2081
2103
|
},] }
|
|
2082
2104
|
];
|
|
2083
2105
|
TooltipComponent.propDecorators = {
|
|
@@ -2362,6 +2384,8 @@
|
|
|
2362
2384
|
CustomPipesModule,
|
|
2363
2385
|
googleMaps.GoogleMapsModule,
|
|
2364
2386
|
expansion.MatExpansionModule,
|
|
2387
|
+
select.MatSelectModule,
|
|
2388
|
+
core.TranslateModule
|
|
2365
2389
|
],
|
|
2366
2390
|
exports: [
|
|
2367
2391
|
KmsUiPresentationalComponent,
|
|
@@ -2398,44 +2422,44 @@
|
|
|
2398
2422
|
* Generated bundle index. Do not edit.
|
|
2399
2423
|
*/
|
|
2400
2424
|
|
|
2425
|
+
exports.CustomPipesModule = CustomPipesModule;
|
|
2401
2426
|
exports.GenericDialogComponent = GenericDialogComponent;
|
|
2402
2427
|
exports.KmsUiPresentationalComponent = KmsUiPresentationalComponent;
|
|
2403
2428
|
exports.KmsUiPresentationalModule = KmsUiPresentationalModule;
|
|
2404
2429
|
exports.KmsUiPresentationalService = KmsUiPresentationalService;
|
|
2405
|
-
exports
|
|
2406
|
-
exports
|
|
2407
|
-
exports
|
|
2408
|
-
exports
|
|
2409
|
-
exports
|
|
2410
|
-
exports
|
|
2411
|
-
exports
|
|
2412
|
-
exports
|
|
2413
|
-
exports
|
|
2414
|
-
exports
|
|
2415
|
-
exports
|
|
2416
|
-
exports
|
|
2417
|
-
exports
|
|
2418
|
-
exports
|
|
2419
|
-
exports
|
|
2420
|
-
exports
|
|
2421
|
-
exports
|
|
2422
|
-
exports
|
|
2423
|
-
exports
|
|
2424
|
-
exports
|
|
2425
|
-
exports
|
|
2426
|
-
exports
|
|
2427
|
-
exports
|
|
2428
|
-
exports
|
|
2429
|
-
exports
|
|
2430
|
-
exports
|
|
2431
|
-
exports
|
|
2432
|
-
exports
|
|
2433
|
-
exports
|
|
2434
|
-
exports
|
|
2435
|
-
exports
|
|
2436
|
-
exports.ɵz = SafeHtmlPipe;
|
|
2430
|
+
exports["ɵa"] = ActionsParentComponent;
|
|
2431
|
+
exports["ɵb"] = CheckboxComponent;
|
|
2432
|
+
exports["ɵba"] = SafeUrlPipe;
|
|
2433
|
+
exports["ɵbb"] = EncodeUriPipe;
|
|
2434
|
+
exports["ɵbc"] = DecodeUriPipe;
|
|
2435
|
+
exports["ɵbd"] = TypeofPipe;
|
|
2436
|
+
exports["ɵbe"] = TrimPipe;
|
|
2437
|
+
exports["ɵbf"] = ToNumberPipe;
|
|
2438
|
+
exports["ɵc"] = ColorInputComponent;
|
|
2439
|
+
exports["ɵd"] = FormControlParentComponent;
|
|
2440
|
+
exports["ɵe"] = FormParentComponent;
|
|
2441
|
+
exports["ɵf"] = RadioButtonComponent;
|
|
2442
|
+
exports["ɵg"] = TimeInputComponent;
|
|
2443
|
+
exports["ɵh"] = YesNoRadiogroupComponent;
|
|
2444
|
+
exports["ɵi"] = FileInputComponent;
|
|
2445
|
+
exports["ɵj"] = LoaderComponent;
|
|
2446
|
+
exports["ɵk"] = FlyoutComponent;
|
|
2447
|
+
exports["ɵl"] = IconComponent;
|
|
2448
|
+
exports["ɵm"] = EnumRadiogroupComponent;
|
|
2449
|
+
exports["ɵn"] = KMSAccordionItemComponent;
|
|
2450
|
+
exports["ɵo"] = MapComponent;
|
|
2451
|
+
exports["ɵp"] = ViewportService;
|
|
2452
|
+
exports["ɵq"] = SalutationDropdownComponent;
|
|
2453
|
+
exports["ɵr"] = SalutationRadiogroupComponent;
|
|
2454
|
+
exports["ɵs"] = TooltipComponent;
|
|
2455
|
+
exports["ɵt"] = TooltipIconComponent;
|
|
2456
|
+
exports["ɵu"] = BackToTopComponent;
|
|
2457
|
+
exports["ɵw"] = ButtonWithConfirmDialogComponent;
|
|
2458
|
+
exports["ɵx"] = IntegerCurrency;
|
|
2459
|
+
exports["ɵy"] = SafeHtmlPipe;
|
|
2460
|
+
exports["ɵz"] = SafeStylePipe;
|
|
2437
2461
|
|
|
2438
2462
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2439
2463
|
|
|
2440
|
-
}))
|
|
2464
|
+
}));
|
|
2441
2465
|
//# sourceMappingURL=kms-ngx-ui-presentational.umd.js.map
|