@ifsworld/granite-components 3.5.1 → 3.5.2
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/ifsworld-granite-components.umd.js +11 -2
- package/bundles/ifsworld-granite-components.umd.js.map +1 -1
- package/bundles/ifsworld-granite-components.umd.min.js +1 -16
- package/bundles/ifsworld-granite-components.umd.min.js.map +1 -1
- package/esm2015/lib/input-field/input-field.component.js.map +1 -1
- package/esm2015/lib/toggle-switch/toggle-switch.component.js.map +1 -1
- package/fesm2015/ifsworld-granite-components.js.map +1 -1
- package/lib/input-field/input-field.component.d.ts +1 -1
- package/lib/toggle-switch/toggle-switch.component.d.ts +3 -3
- package/package.json +2 -2
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
},] }
|
|
349
349
|
];
|
|
350
350
|
|
|
351
|
-
|
|
351
|
+
/******************************************************************************
|
|
352
352
|
Copyright (c) Microsoft Corporation.
|
|
353
353
|
|
|
354
354
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -510,7 +510,11 @@
|
|
|
510
510
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
511
511
|
if (k2 === undefined)
|
|
512
512
|
k2 = k;
|
|
513
|
-
Object.
|
|
513
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
514
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
515
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
516
|
+
}
|
|
517
|
+
Object.defineProperty(o, k2, desc);
|
|
514
518
|
}) : (function (o, m, k, k2) {
|
|
515
519
|
if (k2 === undefined)
|
|
516
520
|
k2 = k;
|
|
@@ -665,6 +669,11 @@
|
|
|
665
669
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
666
670
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
667
671
|
}
|
|
672
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
673
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
674
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
675
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
676
|
+
}
|
|
668
677
|
|
|
669
678
|
var TOKEN_PREFIX = 'granite-';
|
|
670
679
|
var TOKEN_PREFIX_OLD = 'fnd-'; // TODO: Remove this when all tokens have 'granite-' as the prefix
|