solid-panes 4.5.1 → 4.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/dist/solid-panes.js +335 -317
- package/dist/solid-panes.js.map +1 -1
- package/dist/solid-panes.min.js +1 -2
- package/dist/solid-panes.min.js.map +1 -1
- package/dist/versionInfo.js +3 -3
- package/package.json +4 -4
package/dist/solid-panes.js
CHANGED
|
@@ -990,10 +990,10 @@ const shortChatPane = exports.shortChatPane = {
|
|
|
990
990
|
|
|
991
991
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
992
992
|
if(true)
|
|
993
|
-
module.exports = factory(__webpack_require__(
|
|
993
|
+
module.exports = factory(__webpack_require__(5491), __webpack_require__(5663), __webpack_require__(9426));
|
|
994
994
|
else // removed by dead control flow
|
|
995
995
|
{}
|
|
996
|
-
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__941__, __WEBPACK_EXTERNAL_MODULE__104__
|
|
996
|
+
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__53__, __WEBPACK_EXTERNAL_MODULE__941__, __WEBPACK_EXTERNAL_MODULE__104__) => {
|
|
997
997
|
return /******/ (() => { // webpackBootstrap
|
|
998
998
|
/******/ "use strict";
|
|
999
999
|
/******/ var __webpack_modules__ = ({
|
|
@@ -1001,9 +1001,6 @@ return /******/ (() => { // webpackBootstrap
|
|
|
1001
1001
|
/***/ 903
|
|
1002
1002
|
(module, __nested_webpack_exports__, __nested_webpack_require_822__) {
|
|
1003
1003
|
|
|
1004
|
-
/* harmony export */ __nested_webpack_require_822__.d(__nested_webpack_exports__, {
|
|
1005
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1006
|
-
/* harmony export */ });
|
|
1007
1004
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_822__(354);
|
|
1008
1005
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_822__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1009
1006
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_822__(314);
|
|
@@ -1641,19 +1638,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* Focus indicator for keyboard naviga
|
|
|
1641
1638
|
// Exports
|
|
1642
1639
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
1643
1640
|
|
|
1641
|
+
/* harmony export */ __nested_webpack_require_822__.d(__nested_webpack_exports__, [
|
|
1642
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
1643
|
+
/* harmony export */ ]);
|
|
1644
|
+
|
|
1644
1645
|
|
|
1645
1646
|
/***/ },
|
|
1646
1647
|
|
|
1647
1648
|
/***/ 686
|
|
1648
|
-
(module, __nested_webpack_exports__,
|
|
1649
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_41060__) {
|
|
1649
1650
|
|
|
1650
|
-
/* harmony
|
|
1651
|
-
/* harmony
|
|
1652
|
-
/* harmony
|
|
1653
|
-
/* harmony import */ var
|
|
1654
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_41033__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1655
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_41033__(314);
|
|
1656
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_41033__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1651
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_41060__(354);
|
|
1652
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_41060__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1653
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_41060__(314);
|
|
1654
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_41060__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1657
1655
|
// Imports
|
|
1658
1656
|
|
|
1659
1657
|
|
|
@@ -2177,19 +2175,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* Solid-UI form */
|
|
|
2177
2175
|
// Exports
|
|
2178
2176
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2179
2177
|
|
|
2178
|
+
/* harmony export */ __nested_webpack_require_41060__.d(__nested_webpack_exports__, [
|
|
2179
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2180
|
+
/* harmony export */ ]);
|
|
2181
|
+
|
|
2180
2182
|
|
|
2181
2183
|
/***/ },
|
|
2182
2184
|
|
|
2183
2185
|
/***/ 93
|
|
2184
|
-
(module, __nested_webpack_exports__,
|
|
2186
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_83603__) {
|
|
2185
2187
|
|
|
2186
|
-
/* harmony
|
|
2187
|
-
/* harmony
|
|
2188
|
-
/* harmony
|
|
2189
|
-
/* harmony import */ var
|
|
2190
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_83549__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2191
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_83549__(314);
|
|
2192
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_83549__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2188
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_83603__(354);
|
|
2189
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_83603__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2190
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_83603__(314);
|
|
2191
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_83603__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2193
2192
|
// Imports
|
|
2194
2193
|
|
|
2195
2194
|
|
|
@@ -2314,19 +2313,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* ── Group Membership Section ─
|
|
|
2314
2313
|
// Exports
|
|
2315
2314
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2316
2315
|
|
|
2316
|
+
/* harmony export */ __nested_webpack_require_83603__.d(__nested_webpack_exports__, [
|
|
2317
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2318
|
+
/* harmony export */ ]);
|
|
2319
|
+
|
|
2317
2320
|
|
|
2318
2321
|
/***/ },
|
|
2319
2322
|
|
|
2320
2323
|
/***/ 479
|
|
2321
|
-
(module, __nested_webpack_exports__,
|
|
2324
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_93239__) {
|
|
2322
2325
|
|
|
2323
|
-
/* harmony
|
|
2324
|
-
/* harmony
|
|
2325
|
-
/* harmony
|
|
2326
|
-
/* harmony import */ var
|
|
2327
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_93158__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2328
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_93158__(314);
|
|
2329
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_93158__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2326
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_93239__(354);
|
|
2327
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_93239__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2328
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_93239__(314);
|
|
2329
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_93239__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2330
2330
|
// Imports
|
|
2331
2331
|
|
|
2332
2332
|
|
|
@@ -2347,19 +2347,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* individual.js styles — extracted
|
|
|
2347
2347
|
// Exports
|
|
2348
2348
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2349
2349
|
|
|
2350
|
+
/* harmony export */ __nested_webpack_require_93239__.d(__nested_webpack_exports__, [
|
|
2351
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2352
|
+
/* harmony export */ ]);
|
|
2353
|
+
|
|
2350
2354
|
|
|
2351
2355
|
/***/ },
|
|
2352
2356
|
|
|
2353
2357
|
/***/ 546
|
|
2354
|
-
(module, __nested_webpack_exports__,
|
|
2358
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_95633__) {
|
|
2355
2359
|
|
|
2356
|
-
/* harmony
|
|
2357
|
-
/* harmony
|
|
2358
|
-
/* harmony
|
|
2359
|
-
/* harmony import */ var
|
|
2360
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_95525__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2361
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_95525__(314);
|
|
2362
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_95525__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2360
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_95633__(354);
|
|
2361
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_95633__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2362
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_95633__(314);
|
|
2363
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_95633__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2363
2364
|
// Imports
|
|
2364
2365
|
|
|
2365
2366
|
|
|
@@ -2418,19 +2419,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* CSS for the accessible modal dialog
|
|
|
2418
2419
|
// Exports
|
|
2419
2420
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2420
2421
|
|
|
2422
|
+
/* harmony export */ __nested_webpack_require_95633__.d(__nested_webpack_exports__, [
|
|
2423
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2424
|
+
/* harmony export */ ]);
|
|
2425
|
+
|
|
2421
2426
|
|
|
2422
2427
|
/***/ },
|
|
2423
2428
|
|
|
2424
2429
|
/***/ 715
|
|
2425
|
-
(module, __nested_webpack_exports__,
|
|
2430
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_100112__) {
|
|
2426
2431
|
|
|
2427
|
-
/* harmony
|
|
2428
|
-
/* harmony
|
|
2429
|
-
/* harmony
|
|
2430
|
-
/* harmony import */ var
|
|
2431
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_99977__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2432
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_99977__(314);
|
|
2433
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_99977__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2432
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_100112__(354);
|
|
2433
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_100112__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2434
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_100112__(314);
|
|
2435
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_100112__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2434
2436
|
// Imports
|
|
2435
2437
|
|
|
2436
2438
|
|
|
@@ -2457,19 +2459,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* mugshotGallery.js styles — extrac
|
|
|
2457
2459
|
// Exports
|
|
2458
2460
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2459
2461
|
|
|
2462
|
+
/* harmony export */ __nested_webpack_require_100112__.d(__nested_webpack_exports__, [
|
|
2463
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2464
|
+
/* harmony export */ ]);
|
|
2465
|
+
|
|
2460
2466
|
|
|
2461
2467
|
/***/ },
|
|
2462
2468
|
|
|
2463
2469
|
/***/ 295
|
|
2464
|
-
(module, __nested_webpack_exports__,
|
|
2470
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_102836__) {
|
|
2465
2471
|
|
|
2466
|
-
/* harmony
|
|
2467
|
-
/* harmony
|
|
2468
|
-
/* harmony
|
|
2469
|
-
/* harmony import */ var
|
|
2470
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_102674__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2471
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_102674__(314);
|
|
2472
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_102674__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2472
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_102836__(354);
|
|
2473
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_102836__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2474
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_102836__(314);
|
|
2475
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_102836__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2473
2476
|
// Imports
|
|
2474
2477
|
|
|
2475
2478
|
|
|
@@ -2522,19 +2525,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* toolsPane.js styles — extracted f
|
|
|
2522
2525
|
// Exports
|
|
2523
2526
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2524
2527
|
|
|
2528
|
+
/* harmony export */ __nested_webpack_require_102836__.d(__nested_webpack_exports__, [
|
|
2529
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2530
|
+
/* harmony export */ ]);
|
|
2531
|
+
|
|
2525
2532
|
|
|
2526
2533
|
/***/ },
|
|
2527
2534
|
|
|
2528
2535
|
/***/ 92
|
|
2529
|
-
(module, __nested_webpack_exports__,
|
|
2536
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_106764__) {
|
|
2530
2537
|
|
|
2531
|
-
/* harmony
|
|
2532
|
-
/* harmony
|
|
2533
|
-
/* harmony
|
|
2534
|
-
/* harmony import */ var
|
|
2535
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_106575__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2536
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_106575__(314);
|
|
2537
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_106575__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2538
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_106764__(354);
|
|
2539
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_106764__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2540
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_106764__(314);
|
|
2541
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_106764__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2538
2542
|
// Imports
|
|
2539
2543
|
|
|
2540
2544
|
|
|
@@ -2554,19 +2558,20 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* Shared utility variables for compon
|
|
|
2554
2558
|
// Exports
|
|
2555
2559
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2556
2560
|
|
|
2561
|
+
/* harmony export */ __nested_webpack_require_106764__.d(__nested_webpack_exports__, [
|
|
2562
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2563
|
+
/* harmony export */ ]);
|
|
2564
|
+
|
|
2557
2565
|
|
|
2558
2566
|
/***/ },
|
|
2559
2567
|
|
|
2560
2568
|
/***/ 886
|
|
2561
|
-
(module, __nested_webpack_exports__,
|
|
2569
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_108932__) {
|
|
2562
2570
|
|
|
2563
|
-
/* harmony
|
|
2564
|
-
/* harmony
|
|
2565
|
-
/* harmony
|
|
2566
|
-
/* harmony import */ var
|
|
2567
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_108716__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2568
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_108716__(314);
|
|
2569
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_108716__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2571
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_108932__(354);
|
|
2572
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_108932__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2573
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_108932__(314);
|
|
2574
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_108932__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2570
2575
|
// Imports
|
|
2571
2576
|
|
|
2572
2577
|
|
|
@@ -2828,6 +2833,10 @@ ___CSS_LOADER_EXPORT___.push([module.id, `/* ── Named pane (rendered sub-pan
|
|
|
2828
2833
|
// Exports
|
|
2829
2834
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
2830
2835
|
|
|
2836
|
+
/* harmony export */ __nested_webpack_require_108932__.d(__nested_webpack_exports__, [
|
|
2837
|
+
/* harmony export */ "A", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
|
|
2838
|
+
/* harmony export */ ]);
|
|
2839
|
+
|
|
2831
2840
|
|
|
2832
2841
|
/***/ },
|
|
2833
2842
|
|
|
@@ -2976,9 +2985,25 @@ module.exports = function (item) {
|
|
|
2976
2985
|
|
|
2977
2986
|
/***/ },
|
|
2978
2987
|
|
|
2979
|
-
/***/
|
|
2980
|
-
(module) {
|
|
2988
|
+
/***/ 438
|
|
2989
|
+
(module, __nested_webpack_exports__, __nested_webpack_require_133441__) {
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
// EXPORTS
|
|
2993
|
+
__nested_webpack_require_133441__.d(__nested_webpack_exports__, {
|
|
2994
|
+
"default": () => (/* binding */ src_contactsPane)
|
|
2995
|
+
});
|
|
2981
2996
|
|
|
2997
|
+
// UNUSED EXPORTS: addPersonToGroup, addWebIDToContacts, getPersonas, groupMembers, removeWebIDFromContacts, saveNewContact, saveNewGroup
|
|
2998
|
+
|
|
2999
|
+
// EXTERNAL MODULE: external {"commonjs":"solid-logic","commonjs2":"solid-logic","amd":"solid-logic","root":"SolidLogic"}
|
|
3000
|
+
var external_commonjs_solid_logic_commonjs2_solid_logic_amd_solid_logic_root_SolidLogic_ = __nested_webpack_require_133441__(941);
|
|
3001
|
+
// EXTERNAL MODULE: external {"commonjs":"solid-ui","commonjs2":"solid-ui","amd":"solid-ui","root":"UI"}
|
|
3002
|
+
var external_commonjs_solid_ui_commonjs2_solid_ui_amd_solid_ui_root_UI_ = __nested_webpack_require_133441__(104);
|
|
3003
|
+
// EXTERNAL MODULE: external {"commonjs":"rdflib","commonjs2":"rdflib","amd":"rdflib","root":"$rdf"}
|
|
3004
|
+
var external_commonjs_rdflib_commonjs2_rdflib_amd_rdflib_root_$rdf_ = __nested_webpack_require_133441__(53);
|
|
3005
|
+
;// ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
3006
|
+
var injectStylesIntoStyleTag_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
2982
3007
|
|
|
2983
3008
|
|
|
2984
3009
|
var stylesInDOM = [];
|
|
@@ -3063,84 +3088,11 @@ module.exports = function (list, options) {
|
|
|
3063
3088
|
lastIdentifiers = newLastIdentifiers;
|
|
3064
3089
|
};
|
|
3065
3090
|
};
|
|
3091
|
+
});
|
|
3066
3092
|
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
(module) {
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
var memo = {};
|
|
3075
|
-
|
|
3076
|
-
/* istanbul ignore next */
|
|
3077
|
-
function getTarget(target) {
|
|
3078
|
-
if (typeof memo[target] === "undefined") {
|
|
3079
|
-
var styleTarget = document.querySelector(target);
|
|
3080
|
-
|
|
3081
|
-
// Special case to return head of iframe instead of iframe itself
|
|
3082
|
-
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
3083
|
-
try {
|
|
3084
|
-
// This will throw an exception if access to iframe is blocked
|
|
3085
|
-
// due to cross-origin restrictions
|
|
3086
|
-
styleTarget = styleTarget.contentDocument.head;
|
|
3087
|
-
} catch (e) {
|
|
3088
|
-
// istanbul ignore next
|
|
3089
|
-
styleTarget = null;
|
|
3090
|
-
}
|
|
3091
|
-
}
|
|
3092
|
-
memo[target] = styleTarget;
|
|
3093
|
-
}
|
|
3094
|
-
return memo[target];
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
/* istanbul ignore next */
|
|
3098
|
-
function insertBySelector(insert, style) {
|
|
3099
|
-
var target = getTarget(insert);
|
|
3100
|
-
if (!target) {
|
|
3101
|
-
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
3102
|
-
}
|
|
3103
|
-
target.appendChild(style);
|
|
3104
|
-
}
|
|
3105
|
-
module.exports = insertBySelector;
|
|
3106
|
-
|
|
3107
|
-
/***/ },
|
|
3108
|
-
|
|
3109
|
-
/***/ 540
|
|
3110
|
-
(module) {
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
/* istanbul ignore next */
|
|
3115
|
-
function insertStyleElement(options) {
|
|
3116
|
-
var element = document.createElement("style");
|
|
3117
|
-
options.setAttributes(element, options.attributes);
|
|
3118
|
-
options.insert(element, options.options);
|
|
3119
|
-
return element;
|
|
3120
|
-
}
|
|
3121
|
-
module.exports = insertStyleElement;
|
|
3122
|
-
|
|
3123
|
-
/***/ },
|
|
3124
|
-
|
|
3125
|
-
/***/ 56
|
|
3126
|
-
(module, __unused_webpack_exports, __nested_webpack_require_137032__) {
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
/* istanbul ignore next */
|
|
3131
|
-
function setAttributesWithoutAttributes(styleElement) {
|
|
3132
|
-
var nonce = true ? __nested_webpack_require_137032__.nc : 0;
|
|
3133
|
-
if (nonce) {
|
|
3134
|
-
styleElement.setAttribute("nonce", nonce);
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
module.exports = setAttributesWithoutAttributes;
|
|
3138
|
-
|
|
3139
|
-
/***/ },
|
|
3140
|
-
|
|
3141
|
-
/***/ 825
|
|
3142
|
-
(module) {
|
|
3143
|
-
|
|
3093
|
+
var injectStylesIntoStyleTag_default = /*#__PURE__*/__nested_webpack_require_133441__.n(injectStylesIntoStyleTag_namespaceObject);
|
|
3094
|
+
;// ./node_modules/style-loader/dist/runtime/styleDomAPI.js
|
|
3095
|
+
var styleDomAPI_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
3144
3096
|
|
|
3145
3097
|
|
|
3146
3098
|
/* istanbul ignore next */
|
|
@@ -3202,183 +3154,99 @@ function domAPI(options) {
|
|
|
3202
3154
|
};
|
|
3203
3155
|
}
|
|
3204
3156
|
module.exports = domAPI;
|
|
3157
|
+
});
|
|
3205
3158
|
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
(module) {
|
|
3159
|
+
var styleDomAPI_default = /*#__PURE__*/__nested_webpack_require_133441__.n(styleDomAPI_namespaceObject);
|
|
3160
|
+
;// ./node_modules/style-loader/dist/runtime/insertBySelector.js
|
|
3161
|
+
var insertBySelector_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
3210
3162
|
|
|
3211
3163
|
|
|
3164
|
+
var memo = {};
|
|
3212
3165
|
|
|
3213
3166
|
/* istanbul ignore next */
|
|
3214
|
-
function
|
|
3215
|
-
if (
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3167
|
+
function getTarget(target) {
|
|
3168
|
+
if (typeof memo[target] === "undefined") {
|
|
3169
|
+
var styleTarget = document.querySelector(target);
|
|
3170
|
+
|
|
3171
|
+
// Special case to return head of iframe instead of iframe itself
|
|
3172
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
3173
|
+
try {
|
|
3174
|
+
// This will throw an exception if access to iframe is blocked
|
|
3175
|
+
// due to cross-origin restrictions
|
|
3176
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
3177
|
+
} catch (e) {
|
|
3178
|
+
// istanbul ignore next
|
|
3179
|
+
styleTarget = null;
|
|
3180
|
+
}
|
|
3220
3181
|
}
|
|
3221
|
-
|
|
3182
|
+
memo[target] = styleTarget;
|
|
3222
3183
|
}
|
|
3184
|
+
return memo[target];
|
|
3223
3185
|
}
|
|
3224
|
-
module.exports = styleTagTransform;
|
|
3225
|
-
|
|
3226
|
-
/***/ },
|
|
3227
|
-
|
|
3228
|
-
/***/ 102
|
|
3229
|
-
(module) {
|
|
3230
|
-
|
|
3231
|
-
module.exports = "data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999%27 viewBox=%270 0 24 24%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99c.41.41 1.09.41 1.5 0s.41-1.09 0-1.5l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z%27/%3E%3C/svg%3E";
|
|
3232
3186
|
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
(
|
|
3187
|
+
/* istanbul ignore next */
|
|
3188
|
+
function insertBySelector(insert, style) {
|
|
3189
|
+
var target = getTarget(insert);
|
|
3190
|
+
if (!target) {
|
|
3191
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
3192
|
+
}
|
|
3193
|
+
target.appendChild(style);
|
|
3194
|
+
}
|
|
3195
|
+
module.exports = insertBySelector;
|
|
3196
|
+
});
|
|
3237
3197
|
|
|
3238
|
-
|
|
3198
|
+
var insertBySelector_default = /*#__PURE__*/__nested_webpack_require_133441__.n(insertBySelector_namespaceObject);
|
|
3199
|
+
;// ./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js
|
|
3200
|
+
var setAttributesWithoutAttributes_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
3239
3201
|
|
|
3240
|
-
/***/ },
|
|
3241
3202
|
|
|
3242
|
-
|
|
3243
|
-
(
|
|
3244
|
-
|
|
3245
|
-
|
|
3203
|
+
/* istanbul ignore next */
|
|
3204
|
+
function setAttributesWithoutAttributes(styleElement) {
|
|
3205
|
+
var nonce = true ? __nested_webpack_require_133441__.nc : 0;
|
|
3206
|
+
if (nonce) {
|
|
3207
|
+
styleElement.setAttribute("nonce", nonce);
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
module.exports = setAttributesWithoutAttributes;
|
|
3211
|
+
});
|
|
3246
3212
|
|
|
3247
|
-
|
|
3213
|
+
var setAttributesWithoutAttributes_default = /*#__PURE__*/__nested_webpack_require_133441__.n(setAttributesWithoutAttributes_namespaceObject);
|
|
3214
|
+
;// ./node_modules/style-loader/dist/runtime/insertStyleElement.js
|
|
3215
|
+
var insertStyleElement_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
3248
3216
|
|
|
3249
|
-
/***/ 104
|
|
3250
|
-
(module) {
|
|
3251
3217
|
|
|
3252
|
-
|
|
3218
|
+
/* istanbul ignore next */
|
|
3219
|
+
function insertStyleElement(options) {
|
|
3220
|
+
var element = document.createElement("style");
|
|
3221
|
+
options.setAttributes(element, options.attributes);
|
|
3222
|
+
options.insert(element, options.options);
|
|
3223
|
+
return element;
|
|
3224
|
+
}
|
|
3225
|
+
module.exports = insertStyleElement;
|
|
3226
|
+
});
|
|
3253
3227
|
|
|
3254
|
-
|
|
3228
|
+
var insertStyleElement_default = /*#__PURE__*/__nested_webpack_require_133441__.n(insertStyleElement_namespaceObject);
|
|
3229
|
+
;// ./node_modules/style-loader/dist/runtime/styleTagTransform.js
|
|
3230
|
+
var styleTagTransform_namespaceObject = /*#__PURE__*/__nested_webpack_require_133441__.cjs(function(module, exports) {
|
|
3255
3231
|
|
|
3256
|
-
/******/ });
|
|
3257
|
-
/************************************************************************/
|
|
3258
|
-
/******/ // The module cache
|
|
3259
|
-
/******/ var __webpack_module_cache__ = {};
|
|
3260
|
-
/******/
|
|
3261
|
-
/******/ // The require function
|
|
3262
|
-
/******/ function __nested_webpack_require_140197__(moduleId) {
|
|
3263
|
-
/******/ // Check if module is in cache
|
|
3264
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
3265
|
-
/******/ if (cachedModule !== undefined) {
|
|
3266
|
-
/******/ return cachedModule.exports;
|
|
3267
|
-
/******/ }
|
|
3268
|
-
/******/ // Create a new module (and put it into the cache)
|
|
3269
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3270
|
-
/******/ id: moduleId,
|
|
3271
|
-
/******/ // no module.loaded needed
|
|
3272
|
-
/******/ exports: {}
|
|
3273
|
-
/******/ };
|
|
3274
|
-
/******/
|
|
3275
|
-
/******/ // Execute the module function
|
|
3276
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_140197__);
|
|
3277
|
-
/******/
|
|
3278
|
-
/******/ // Return the exports of the module
|
|
3279
|
-
/******/ return module.exports;
|
|
3280
|
-
/******/ }
|
|
3281
|
-
/******/
|
|
3282
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
3283
|
-
/******/ __nested_webpack_require_140197__.m = __webpack_modules__;
|
|
3284
|
-
/******/
|
|
3285
|
-
/************************************************************************/
|
|
3286
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
3287
|
-
/******/ (() => {
|
|
3288
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
3289
|
-
/******/ __nested_webpack_require_140197__.n = (module) => {
|
|
3290
|
-
/******/ var getter = module && module.__esModule ?
|
|
3291
|
-
/******/ () => (module['default']) :
|
|
3292
|
-
/******/ () => (module);
|
|
3293
|
-
/******/ __nested_webpack_require_140197__.d(getter, { a: getter });
|
|
3294
|
-
/******/ return getter;
|
|
3295
|
-
/******/ };
|
|
3296
|
-
/******/ })();
|
|
3297
|
-
/******/
|
|
3298
|
-
/******/ /* webpack/runtime/define property getters */
|
|
3299
|
-
/******/ (() => {
|
|
3300
|
-
/******/ // define getter functions for harmony exports
|
|
3301
|
-
/******/ __nested_webpack_require_140197__.d = (exports, definition) => {
|
|
3302
|
-
/******/ for(var key in definition) {
|
|
3303
|
-
/******/ if(__nested_webpack_require_140197__.o(definition, key) && !__nested_webpack_require_140197__.o(exports, key)) {
|
|
3304
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
3305
|
-
/******/ }
|
|
3306
|
-
/******/ }
|
|
3307
|
-
/******/ };
|
|
3308
|
-
/******/ })();
|
|
3309
|
-
/******/
|
|
3310
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
3311
|
-
/******/ (() => {
|
|
3312
|
-
/******/ __nested_webpack_require_140197__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
3313
|
-
/******/ })();
|
|
3314
|
-
/******/
|
|
3315
|
-
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
3316
|
-
/******/ (() => {
|
|
3317
|
-
/******/ __nested_webpack_require_140197__.b = (typeof document !== 'undefined' && document.baseURI) || self.location.href;
|
|
3318
|
-
/******/
|
|
3319
|
-
/******/ // object to store loaded and loading chunks
|
|
3320
|
-
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
3321
|
-
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
3322
|
-
/******/ var installedChunks = {
|
|
3323
|
-
/******/ 792: 0
|
|
3324
|
-
/******/ };
|
|
3325
|
-
/******/
|
|
3326
|
-
/******/ // no chunk on demand loading
|
|
3327
|
-
/******/
|
|
3328
|
-
/******/ // no prefetching
|
|
3329
|
-
/******/
|
|
3330
|
-
/******/ // no preloaded
|
|
3331
|
-
/******/
|
|
3332
|
-
/******/ // no HMR
|
|
3333
|
-
/******/
|
|
3334
|
-
/******/ // no HMR manifest
|
|
3335
|
-
/******/
|
|
3336
|
-
/******/ // no on chunks loaded
|
|
3337
|
-
/******/
|
|
3338
|
-
/******/ // no jsonp function
|
|
3339
|
-
/******/ })();
|
|
3340
|
-
/******/
|
|
3341
|
-
/******/ /* webpack/runtime/nonce */
|
|
3342
|
-
/******/ (() => {
|
|
3343
|
-
/******/ __nested_webpack_require_140197__.nc = undefined;
|
|
3344
|
-
/******/ })();
|
|
3345
|
-
/******/
|
|
3346
|
-
/************************************************************************/
|
|
3347
|
-
var __nested_webpack_exports__ = {};
|
|
3348
3232
|
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3233
|
+
/* istanbul ignore next */
|
|
3234
|
+
function styleTagTransform(css, styleElement) {
|
|
3235
|
+
if (styleElement.styleSheet) {
|
|
3236
|
+
styleElement.styleSheet.cssText = css;
|
|
3237
|
+
} else {
|
|
3238
|
+
while (styleElement.firstChild) {
|
|
3239
|
+
styleElement.removeChild(styleElement.firstChild);
|
|
3240
|
+
}
|
|
3241
|
+
styleElement.appendChild(document.createTextNode(css));
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
3244
|
+
module.exports = styleTagTransform;
|
|
3352
3245
|
});
|
|
3353
3246
|
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
// EXTERNAL MODULE: external {"commonjs":"solid-logic","commonjs2":"solid-logic","amd":"solid-logic","root":"SolidLogic"}
|
|
3357
|
-
var external_commonjs_solid_logic_commonjs2_solid_logic_amd_solid_logic_root_SolidLogic_ = __nested_webpack_require_140197__(941);
|
|
3358
|
-
// EXTERNAL MODULE: external {"commonjs":"solid-ui","commonjs2":"solid-ui","amd":"solid-ui","root":"UI"}
|
|
3359
|
-
var external_commonjs_solid_ui_commonjs2_solid_ui_amd_solid_ui_root_UI_ = __nested_webpack_require_140197__(104);
|
|
3360
|
-
// EXTERNAL MODULE: external {"commonjs":"rdflib","commonjs2":"rdflib","amd":"rdflib","root":"$rdf"}
|
|
3361
|
-
var external_commonjs_rdflib_commonjs2_rdflib_amd_rdflib_root_$rdf_ = __nested_webpack_require_140197__(53);
|
|
3362
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
3363
|
-
var injectStylesIntoStyleTag = __nested_webpack_require_140197__(72);
|
|
3364
|
-
var injectStylesIntoStyleTag_default = /*#__PURE__*/__nested_webpack_require_140197__.n(injectStylesIntoStyleTag);
|
|
3365
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/styleDomAPI.js
|
|
3366
|
-
var styleDomAPI = __nested_webpack_require_140197__(825);
|
|
3367
|
-
var styleDomAPI_default = /*#__PURE__*/__nested_webpack_require_140197__.n(styleDomAPI);
|
|
3368
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/insertBySelector.js
|
|
3369
|
-
var insertBySelector = __nested_webpack_require_140197__(659);
|
|
3370
|
-
var insertBySelector_default = /*#__PURE__*/__nested_webpack_require_140197__.n(insertBySelector);
|
|
3371
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js
|
|
3372
|
-
var setAttributesWithoutAttributes = __nested_webpack_require_140197__(56);
|
|
3373
|
-
var setAttributesWithoutAttributes_default = /*#__PURE__*/__nested_webpack_require_140197__.n(setAttributesWithoutAttributes);
|
|
3374
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/insertStyleElement.js
|
|
3375
|
-
var insertStyleElement = __nested_webpack_require_140197__(540);
|
|
3376
|
-
var insertStyleElement_default = /*#__PURE__*/__nested_webpack_require_140197__.n(insertStyleElement);
|
|
3377
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/styleTagTransform.js
|
|
3378
|
-
var styleTagTransform = __nested_webpack_require_140197__(113);
|
|
3379
|
-
var styleTagTransform_default = /*#__PURE__*/__nested_webpack_require_140197__.n(styleTagTransform);
|
|
3247
|
+
var styleTagTransform_default = /*#__PURE__*/__nested_webpack_require_133441__.n(styleTagTransform_namespaceObject);
|
|
3380
3248
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/webidControl.css
|
|
3381
|
-
var webidControl =
|
|
3249
|
+
var webidControl = __nested_webpack_require_133441__(886);
|
|
3382
3250
|
;// ./src/styles/webidControl.css
|
|
3383
3251
|
|
|
3384
3252
|
|
|
@@ -3754,7 +3622,7 @@ async function renderIdControl (person, dataBrowserContext, options) {
|
|
|
3754
3622
|
}
|
|
3755
3623
|
|
|
3756
3624
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/localUtils.css
|
|
3757
|
-
var localUtils =
|
|
3625
|
+
var localUtils = __nested_webpack_require_133441__(546);
|
|
3758
3626
|
;// ./src/styles/localUtils.css
|
|
3759
3627
|
|
|
3760
3628
|
|
|
@@ -4560,7 +4428,7 @@ function mintNewAddressBook (dataBrowserContext, context) {
|
|
|
4560
4428
|
}
|
|
4561
4429
|
|
|
4562
4430
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/mugshotGallery.css
|
|
4563
|
-
var mugshotGallery =
|
|
4431
|
+
var mugshotGallery = __nested_webpack_require_133441__(715);
|
|
4564
4432
|
;// ./src/styles/mugshotGallery.css
|
|
4565
4433
|
|
|
4566
4434
|
|
|
@@ -4926,7 +4794,7 @@ function renderMugshotGallery (dom, subject) {
|
|
|
4926
4794
|
}
|
|
4927
4795
|
|
|
4928
4796
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/groupMembership.css
|
|
4929
|
-
var groupMembership =
|
|
4797
|
+
var groupMembership = __nested_webpack_require_133441__(93);
|
|
4930
4798
|
;// ./src/styles/groupMembership.css
|
|
4931
4799
|
|
|
4932
4800
|
|
|
@@ -5693,7 +5561,7 @@ const individualAndOrganizationForm_namespaceObject = "# This turtle file define
|
|
|
5693
5561
|
;// ./src/ontology/vcard.ttl
|
|
5694
5562
|
const vcard_namespaceObject = "@prefix : <http://www.w3.org/2006/vcard/ns#> .\n@prefix owl: <http://www.w3.org/2002/07/owl#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix xml: <http://www.w3.org/XML/1998/namespace> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\n:Acquaintance a owl:Class ;\n rdfs:label \"Acquaintance\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Agent a owl:Class ;\n rdfs:label \"Agent\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:BBS a owl:Class ;\n rdfs:label \"BBS\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType ;\n owl:deprecated true .\n\n:Car a owl:Class ;\n rdfs:label \"Car\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType ;\n owl:deprecated true .\n\n:Cell a owl:Class ;\n rdfs:label \"Cell\"@en ;\n rdfs:comment \"Also called mobile telephone\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Child a owl:Class ;\n rdfs:label \"Child\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Colleague a owl:Class ;\n rdfs:label \"Colleague\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Contact a owl:Class ;\n rdfs:label \"Contact\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Coresident a owl:Class ;\n rdfs:label \"Coresident\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Coworker a owl:Class ;\n rdfs:label \"Coworker\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Crush a owl:Class ;\n rdfs:label \"Crush\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Date a owl:Class ;\n rdfs:label \"Date\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Dom a owl:Class ;\n rdfs:label \"Dom\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Emergency a owl:Class ;\n rdfs:label \"Emergency\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Fax a owl:Class ;\n rdfs:label \"Fax\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Female a owl:Class ;\n rdfs:label \"Female\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Gender .\n\n:Friend a owl:Class ;\n rdfs:label \"Friend\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Home a owl:Class ;\n rdfs:label \"Home\"@en ;\n rdfs:comment \"This implies that the property is related to an individual's personal life\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type .\n\n:ISDN a owl:Class ;\n rdfs:label \"ISDN\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Internet a owl:Class ;\n rdfs:label \"Internet\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Intl a owl:Class ;\n rdfs:label \"Intl\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Kin a owl:Class ;\n rdfs:label \"Kin\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Label a owl:Class ;\n rdfs:label \"Label\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Male a owl:Class ;\n rdfs:label \"Male\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Gender .\n\n:Me a owl:Class ;\n rdfs:label \"Me\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Met a owl:Class ;\n rdfs:label \"Met\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Modem a owl:Class ;\n rdfs:label \"Modem\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType ;\n owl:deprecated true .\n\n:Msg a owl:Class ;\n rdfs:label \"Msg\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType ;\n owl:deprecated true .\n\n:Muse a owl:Class ;\n rdfs:label \"Muse\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Neighbor a owl:Class ;\n rdfs:label \"Neighbor\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:None a owl:Class ;\n rdfs:label \"None\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Gender .\n\n:Other a owl:Class ;\n rdfs:label \"Other\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Gender .\n\n:PCS a owl:Class ;\n rdfs:label \"PCS\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType ;\n owl:deprecated true .\n\n:Pager a owl:Class ;\n rdfs:label \"Pager\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Parcel a owl:Class ;\n rdfs:label \"Parcel\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Parent a owl:Class ;\n rdfs:label \"Parent\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Postal a owl:Class ;\n rdfs:label \"Postal\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Pref a owl:Class ;\n rdfs:label \"Pref\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:Sibling a owl:Class ;\n rdfs:label \"Sibling\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Spouse a owl:Class ;\n rdfs:label \"Spouse\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Sweetheart a owl:Class ;\n rdfs:label \"Sweetheart\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :RelatedType .\n\n:Tel a owl:Class ;\n rdfs:label \"Tel\"@en ;\n rdfs:comment \"This class is deprecated. Use the hasTelephone object property.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:Text a owl:Class ;\n rdfs:label \"Text\"@en ;\n rdfs:comment \"Also called sms telephone\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:TextPhone a owl:Class ;\n rdfs:label \"Text phone\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Unknown a owl:Class ;\n rdfs:label \"Unknown\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Gender .\n\n:Video a owl:Class ;\n rdfs:label \"Video\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Voice a owl:Class ;\n rdfs:label \"Voice\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :TelephoneType .\n\n:Work a owl:Class ;\n rdfs:label \"Work\"@en ;\n rdfs:comment \"This implies that the property is related to an individual's work place\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type .\n\n:X400 a owl:Class ;\n rdfs:label \"X400\"@en ;\n rdfs:comment \"This class is deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Type ;\n owl:deprecated true .\n\n:adr a owl:ObjectProperty ;\n rdfs:label \"address\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasAddress .\n\n:agent a owl:ObjectProperty ;\n rdfs:label \"agent\"@en ;\n rdfs:comment \"This object property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:anniversary a owl:DatatypeProperty ;\n rdfs:label \"anniversary\"@en ;\n rdfs:comment \"The date of marriage, or equivalent, of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range [ a rdfs:Datatype ;\n owl:unionOf ( xsd:dateTime xsd:gYear ) ] .\n\n:bday a owl:DatatypeProperty ;\n rdfs:label \"birth date\"@en ;\n rdfs:comment \"To specify the birth date of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range [ a rdfs:Datatype ;\n owl:unionOf ( xsd:dateTime xsd:dateTimeStamp xsd:gYear ) ] .\n\n:category a owl:DatatypeProperty ;\n rdfs:label \"category\"@en ;\n rdfs:comment \"The category information about the object, also known as tags\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:class a owl:DatatypeProperty ;\n rdfs:label \"class\"@en ;\n rdfs:comment \"This data property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:email a owl:ObjectProperty ;\n rdfs:label \"email\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasEmail .\n\n:extended-address a owl:DatatypeProperty ;\n rdfs:label \"extended address\"@en ;\n rdfs:comment \"This data property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:geo a owl:ObjectProperty ;\n rdfs:label \"geo\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasGeo .\n\n:hasAdditionalName a owl:ObjectProperty ;\n rdfs:label \"has additional name\"@en ;\n rdfs:comment \"Used to support property parameters for the additional name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasCalendarBusy a owl:ObjectProperty ;\n rdfs:label \"has calendar busy\"@en ;\n rdfs:comment \"To specify the busy time associated with the object. (Was called FBURL in RFC6350)\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasCalendarLink a owl:ObjectProperty ;\n rdfs:label \"has calendar link\"@en ;\n rdfs:comment \"To specify the calendar associated with the object. (Was called CALURI in RFC6350)\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasCalendarRequest a owl:ObjectProperty ;\n rdfs:label \"has calendar request\"@en ;\n rdfs:comment \"To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasCategory a owl:ObjectProperty ;\n rdfs:label \"has category\"@en ;\n rdfs:comment \"Used to support property parameters for the category data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasCountryName a owl:ObjectProperty ;\n rdfs:label \"has country name\"@en ;\n rdfs:comment \"Used to support property parameters for the country name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasFN a owl:ObjectProperty ;\n rdfs:label \"has formatted name\"@en ;\n rdfs:comment \"Used to support property parameters for the formatted name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasFamilyName a owl:ObjectProperty ;\n rdfs:label \"has family name\"@en ;\n rdfs:comment \"Used to support property parameters for the family name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasGender a owl:ObjectProperty ;\n rdfs:label \"has gender\"@en ;\n rdfs:comment \"To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasGivenName a owl:ObjectProperty ;\n rdfs:label \"has given name\"@en ;\n rdfs:comment \"Used to support property parameters for the given name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasHonorificPrefix a owl:ObjectProperty ;\n rdfs:label \"has honorific prefix\"@en ;\n rdfs:comment \"Used to support property parameters for the honorific prefix data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasHonorificSuffix a owl:ObjectProperty ;\n rdfs:label \"has honorific suffix\"@en ;\n rdfs:comment \"Used to support property parameters for the honorific suffix data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasInstantMessage a owl:ObjectProperty ;\n rdfs:label \"has messaging\"@en ;\n rdfs:comment \"To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasLanguage a owl:ObjectProperty ;\n rdfs:label \"has language\"@en ;\n rdfs:comment \"Used to support property parameters for the language data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasLocality a owl:ObjectProperty ;\n rdfs:label \"has locality\"@en ;\n rdfs:comment \"Used to support property parameters for the locality data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasNickname a owl:ObjectProperty ;\n rdfs:label \"has nickname\"@en ;\n rdfs:comment \"Used to support property parameters for the nickname data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:seeAlso :nickname .\n\n:hasNote a owl:ObjectProperty ;\n rdfs:label \"has note\"@en ;\n rdfs:comment \"Used to support property parameters for the note data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasOrganizationName a owl:ObjectProperty ;\n rdfs:label \"has organization name\"@en ;\n rdfs:comment \"Used to support property parameters for the organization name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasOrganizationUnit a owl:ObjectProperty ;\n rdfs:label \"has organization unit name\"@en ;\n rdfs:comment \"Used to support property parameters for the organization unit name data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasPostalCode a owl:ObjectProperty ;\n rdfs:label \"has postal code\"@en ;\n rdfs:comment \"Used to support property parameters for the postal code data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasRegion a owl:ObjectProperty ;\n rdfs:label \"has region\"@en ;\n rdfs:comment \"Used to support property parameters for the region data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasRelated a owl:ObjectProperty ;\n rdfs:label \"has related\"@en ;\n rdfs:comment \"To specify a relationship between another entity and the entity represented by this object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasRole a owl:ObjectProperty ;\n rdfs:label \"has role\"@en ;\n rdfs:comment \"Used to support property parameters for the role data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasSource a owl:ObjectProperty ;\n rdfs:label \"has source\"@en ;\n rdfs:comment \"To identify the source of directory information of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasStreetAddress a owl:ObjectProperty ;\n rdfs:label \"has street address\"@en ;\n rdfs:comment \"Used to support property parameters for the street address data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasTitle a owl:ObjectProperty ;\n rdfs:label \"has title\"@en ;\n rdfs:comment \"Used to support property parameters for the title data property\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasUID a owl:ObjectProperty ;\n rdfs:label \"has uid\"@en ;\n rdfs:comment \"To specify a value that represents a globally unique identifier corresponding to the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasValue a owl:ObjectProperty ;\n rdfs:label \"has value\"@en ;\n rdfs:comment \"Used to indicate the resource value of an object property that requires property parameters\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:label a owl:DatatypeProperty ;\n rdfs:label \"label\"@en ;\n rdfs:comment \"This data property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:language a owl:DatatypeProperty ;\n rdfs:label \"language\"@en ;\n rdfs:comment \"To specify the language that may be used for contacting the object. May also be used as a property parameter.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:latitude a owl:DatatypeProperty ;\n rdfs:label \"latitude\"@en ;\n rdfs:comment \"This data property has been deprecated. See hasGeo\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:longitude a owl:DatatypeProperty ;\n rdfs:label \"longitude\"@en ;\n rdfs:comment \"This data property has been deprecated. See hasGeo\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:mailer a owl:DatatypeProperty ;\n rdfs:label \"mailer\"@en ;\n rdfs:comment \"This data property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:note a owl:DatatypeProperty ;\n rdfs:label \"note\"@en ;\n rdfs:comment \"A note associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:org a owl:ObjectProperty ;\n rdfs:label \"organization\"@en ;\n rdfs:comment \"This object property has been mapped. Use the organization-name data property.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :organization-name .\n\n:organization-unit a owl:DatatypeProperty ;\n rdfs:label \"organizational unit name\"@en ;\n rdfs:comment \"To specify the organizational unit name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string ;\n rdfs:subPropertyOf :organization-name .\n\n:post-office-box a owl:DatatypeProperty ;\n rdfs:label \"post office box\"@en ;\n rdfs:comment \"This data property has been deprecated\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:prodid a owl:DatatypeProperty ;\n rdfs:label \"product id\"@en ;\n rdfs:comment \"To specify the identifier for the product that created the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:rev a owl:DatatypeProperty ;\n rdfs:label \"revision\"@en ;\n rdfs:comment \"To specify revision information about the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:dateTime .\n\n:role a owl:DatatypeProperty ;\n rdfs:label \"role\"@en ;\n rdfs:comment \"To specify the function or part played in a particular situation by the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:sort-string a owl:DatatypeProperty ;\n rdfs:label \"sort as\"@en ;\n rdfs:comment \"To specify the string to be used for national-language-specific sorting. Used as a property parameter only.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:title a owl:DatatypeProperty ;\n rdfs:label \"title\"@en ;\n rdfs:comment \"To specify the position or job of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:tz a owl:DatatypeProperty ;\n rdfs:label \"time zone\"@en ;\n rdfs:comment \"To indicate time zone information that is specific to the object. May also be used as a property parameter.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:value a owl:DatatypeProperty ;\n rdfs:label \"value\"@en ;\n rdfs:comment \"Used to indicate the literal value of a data property that requires property parameters\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:Address a owl:Class ;\n rdfs:label \"Address\"@en ;\n rdfs:comment \"To specify the components of the delivery address for the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentClass [ a owl:Class ;\n owl:unionOf ( [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :country-name ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :country-name ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :locality ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :locality ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :postal-code ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :postal-code ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :region ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :region ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :street-address ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :street-address ] ) ] ) ] .\n\n:Email a owl:Class ;\n rdfs:label \"Email\"@en ;\n rdfs:comment \"To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:deprecated true .\n\n:Group a owl:Class ;\n rdfs:label \"Group\"@en ;\n rdfs:comment \"Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Kind ;\n owl:disjointWith :Individual,\n :Location,\n :Organization ;\n owl:equivalentClass [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :hasMember ;\n owl:someValuesFrom :Kind ] [ a owl:Restriction ;\n owl:minQualifiedCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onClass :Kind ;\n owl:onProperty :hasMember ] ) ] .\n\n:Individual a owl:Class ;\n rdfs:label \"Individual\"@en ;\n rdfs:comment \"An object representing a single person or entity\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Kind ;\n owl:disjointWith :Location,\n :Organization .\n\n:Name a owl:Class ;\n rdfs:label \"Name\"@en ;\n rdfs:comment \"To specify the components of the name of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentClass [ a owl:Class ;\n owl:unionOf ( [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :additional-name ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:minCardinality \"0\"^^xsd:nonNegativeInteger ;\n owl:onProperty :additional-name ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :family-name ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :family-name ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :given-name ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:maxCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onProperty :given-name ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :honorific-prefix ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:minCardinality \"0\"^^xsd:nonNegativeInteger ;\n owl:onProperty :honorific-prefix ] ) ] [ a owl:Class ;\n owl:intersectionOf ( [ a owl:Restriction ;\n owl:onProperty :honorific-suffix ;\n owl:someValuesFrom xsd:string ] [ a owl:Restriction ;\n owl:minCardinality \"0\"^^xsd:nonNegativeInteger ;\n owl:onProperty :honorific-suffix ] ) ] ) ] .\n\n:VCard a owl:Class ;\n rdfs:label \"VCard\"@en ;\n rdfs:comment \"The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentClass :Kind .\n\n:fn a owl:DatatypeProperty ;\n rdfs:label \"formatted name\"@en ;\n rdfs:comment \"The formatted text corresponding to the name of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:hasAddress a owl:ObjectProperty ;\n rdfs:label \"has address\"@en ;\n rdfs:comment \"To specify the components of the delivery address for the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range :Address .\n\n:hasEmail a owl:ObjectProperty ;\n rdfs:label \"has email\"@en ;\n rdfs:comment \"To specify the electronic mail address for communication with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range :Email .\n\n:hasGeo a owl:ObjectProperty ;\n rdfs:label \"has geo\"@en ;\n rdfs:comment \"To specify information related to the global positioning of the object. May also be used as a property parameter.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:hasKey a owl:ObjectProperty ;\n rdfs:label \"has key\"@en ;\n rdfs:comment \"To specify a public key or authentication certificate associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :key .\n\n:hasLogo a owl:ObjectProperty ;\n rdfs:label \"has logo\"@en ;\n rdfs:comment \"To specify a graphic image of a logo associated with the object \"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :logo .\n\n:hasName a owl:ObjectProperty ;\n rdfs:label \"has name\"@en ;\n rdfs:comment \"To specify the components of the name of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range :Name ;\n owl:equivalentProperty :n .\n\n:hasPhoto a owl:ObjectProperty ;\n rdfs:label \"has photo\"@en ;\n rdfs:comment \"To specify an image or photograph information that annotates some aspect of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :photo .\n\n:hasSound a owl:ObjectProperty ;\n rdfs:label \"has sound\"@en ;\n rdfs:comment \"To specify a digital sound content information that annotates some aspect of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :sound .\n\n:hasTelephone a owl:ObjectProperty ;\n rdfs:label \"has telephone\"@en ;\n rdfs:comment \"To specify the telephone number for telephony communication with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :tel .\n\n:hasURL a owl:ObjectProperty ;\n rdfs:label \"has url\"@en ;\n rdfs:comment \"To specify a uniform resource locator associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :url .\n\n:key a owl:ObjectProperty ;\n rdfs:label \"key\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasKey .\n\n:logo a owl:ObjectProperty ;\n rdfs:label \"logo\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasLogo .\n\n:n a owl:ObjectProperty ;\n rdfs:label \"name\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasName .\n\n:nickname a owl:DatatypeProperty ;\n rdfs:label \"nickname\"@en ;\n rdfs:comment \"The nick name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:photo a owl:ObjectProperty ;\n rdfs:label \"photo\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasPhoto .\n\n:sound a owl:ObjectProperty ;\n rdfs:label \"sound\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasSound .\n\n:tel a owl:ObjectProperty ;\n rdfs:label \"telephone\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasTelephone .\n\n:url a owl:ObjectProperty ;\n rdfs:label \"url\"@en ;\n rdfs:comment \"This object property has been mapped\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentProperty :hasURL .\n\n:Location a owl:Class ;\n rdfs:label \"Location\"@en ;\n rdfs:comment \"An object representing a named geographical place\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Kind ;\n owl:disjointWith :Organization .\n\n:additional-name a owl:DatatypeProperty ;\n rdfs:label \"additional name\"@en ;\n rdfs:comment \"The additional name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:country-name a owl:DatatypeProperty ;\n rdfs:label \"country name\"@en ;\n rdfs:comment \"The country name associated with the address of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:family-name a owl:DatatypeProperty ;\n rdfs:label \"family name\"@en ;\n rdfs:comment \"The family name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:given-name a owl:DatatypeProperty ;\n rdfs:label \"given name\"@en ;\n rdfs:comment \"The given name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:hasMember a owl:ObjectProperty ;\n rdfs:label \"has member\"@en ;\n rdfs:comment \"To include a member in the group this object represents. (This property can only be used by Group individuals)\"@en ;\n rdfs:domain :Group ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range :Kind .\n\n:honorific-prefix a owl:DatatypeProperty ;\n rdfs:label \"honorific prefix\"@en ;\n rdfs:comment \"The honorific prefix of the name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:honorific-suffix a owl:DatatypeProperty ;\n rdfs:label \"honorific suffix\"@en ;\n rdfs:comment \"The honorific suffix of the name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:locality a owl:DatatypeProperty ;\n rdfs:label \"locality\"@en ;\n rdfs:comment \"The locality (e.g. city or town) associated with the address of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:organization-name a owl:DatatypeProperty ;\n rdfs:label \"organization name\"@en ;\n rdfs:comment \"To specify the organizational name associated with the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:postal-code a owl:DatatypeProperty ;\n rdfs:label \"postal code\"@en ;\n rdfs:comment \"The postal code associated with the address of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:region a owl:DatatypeProperty ;\n rdfs:label \"region\"@en ;\n rdfs:comment \"The region (e.g. state or province) associated with the address of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:street-address a owl:DatatypeProperty ;\n rdfs:label \"street address\"@en ;\n rdfs:comment \"The street address associated with the address of the object\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:range xsd:string .\n\n:Organization a owl:Class ;\n rdfs:label \"Organization\"@en ;\n rdfs:comment \"\"\"An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.\n\"\"\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n rdfs:subClassOf :Kind .\n\n:Gender a owl:Class ;\n rdfs:label \"Gender\"@en ;\n rdfs:comment \"Used for gender codes. The URI of the gender code must be used as the value for Gender.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:Kind a owl:Class ;\n rdfs:label \"Kind\"@en ;\n rdfs:comment \"The parent class for all objects\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;\n owl:equivalentClass [ a owl:Restriction ;\n owl:minQualifiedCardinality \"1\"^^xsd:nonNegativeInteger ;\n owl:onDataRange xsd:string ;\n owl:onProperty :fn ],\n :VCard .\n\n:Type a owl:Class ;\n rdfs:label \"Type\"@en ;\n rdfs:comment \"Used for type codes. The URI of the type code must be used as the value for Type.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:TelephoneType a owl:Class ;\n rdfs:label \"Phone\"@en ;\n rdfs:comment \"Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n:RelatedType a owl:Class ;\n rdfs:label \"Relation Type\"@en ;\n rdfs:comment \"Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.\"@en ;\n rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .\n\n<http://www.w3.org/2006/vcard/ns> a owl:Ontology ;\n rdfs:label \"Ontology for vCard\"@en ;\n rdfs:comment \"Ontology for vCard based on RFC6350\"@en ;\n owl:versionInfo \"Final\"@en .\n\n\n";
|
|
5695
5563
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/individual.css
|
|
5696
|
-
var individual =
|
|
5564
|
+
var individual = __nested_webpack_require_133441__(479);
|
|
5697
5565
|
;// ./src/styles/individual.css
|
|
5698
5566
|
|
|
5699
5567
|
|
|
@@ -5722,7 +5590,7 @@ var individual_update = injectStylesIntoStyleTag_default()(individual/* default
|
|
|
5722
5590
|
/* harmony default export */ const styles_individual = (individual/* default */.A && individual/* default */.A.locals ? individual/* default */.A.locals : undefined);
|
|
5723
5591
|
|
|
5724
5592
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/contactsRDFFormsEnforced.css
|
|
5725
|
-
var contactsRDFFormsEnforced =
|
|
5593
|
+
var contactsRDFFormsEnforced = __nested_webpack_require_133441__(686);
|
|
5726
5594
|
;// ./src/styles/contactsRDFFormsEnforced.css
|
|
5727
5595
|
|
|
5728
5596
|
|
|
@@ -5887,7 +5755,7 @@ async function renderIndividual (dom, div, subject, dataBrowserContext) {
|
|
|
5887
5755
|
} // renderIndividual
|
|
5888
5756
|
|
|
5889
5757
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/toolsPane.css
|
|
5890
|
-
var toolsPane =
|
|
5758
|
+
var toolsPane = __nested_webpack_require_133441__(295);
|
|
5891
5759
|
;// ./src/styles/toolsPane.css
|
|
5892
5760
|
|
|
5893
5761
|
|
|
@@ -6733,7 +6601,7 @@ async function fixToOldDataModel (book) {
|
|
|
6733
6601
|
*/
|
|
6734
6602
|
|
|
6735
6603
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/utilities.css
|
|
6736
|
-
var utilities =
|
|
6604
|
+
var utilities = __nested_webpack_require_133441__(92);
|
|
6737
6605
|
;// ./src/styles/utilities.css
|
|
6738
6606
|
|
|
6739
6607
|
|
|
@@ -6762,7 +6630,7 @@ var utilities_update = injectStylesIntoStyleTag_default()(utilities/* default */
|
|
|
6762
6630
|
/* harmony default export */ const styles_utilities = (utilities/* default */.A && utilities/* default */.A.locals ? utilities/* default */.A.locals : undefined);
|
|
6763
6631
|
|
|
6764
6632
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./src/styles/contactsPane.css
|
|
6765
|
-
var contactsPane =
|
|
6633
|
+
var contactsPane = __nested_webpack_require_133441__(903);
|
|
6766
6634
|
;// ./src/styles/contactsPane.css
|
|
6767
6635
|
|
|
6768
6636
|
|
|
@@ -7675,7 +7543,160 @@ function buildFooterButtons (ctx) {
|
|
|
7675
7543
|
|
|
7676
7544
|
|
|
7677
7545
|
|
|
7678
|
-
|
|
7546
|
+
|
|
7547
|
+
/***/ },
|
|
7548
|
+
|
|
7549
|
+
/***/ 102
|
|
7550
|
+
(module) {
|
|
7551
|
+
|
|
7552
|
+
module.exports = "data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999%27 viewBox=%270 0 24 24%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99c.41.41 1.09.41 1.5 0s.41-1.09 0-1.5l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z%27/%3E%3C/svg%3E";
|
|
7553
|
+
|
|
7554
|
+
/***/ },
|
|
7555
|
+
|
|
7556
|
+
/***/ 53
|
|
7557
|
+
(module) {
|
|
7558
|
+
|
|
7559
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__53__;
|
|
7560
|
+
|
|
7561
|
+
/***/ },
|
|
7562
|
+
|
|
7563
|
+
/***/ 941
|
|
7564
|
+
(module) {
|
|
7565
|
+
|
|
7566
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__941__;
|
|
7567
|
+
|
|
7568
|
+
/***/ },
|
|
7569
|
+
|
|
7570
|
+
/***/ 104
|
|
7571
|
+
(module) {
|
|
7572
|
+
|
|
7573
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__104__;
|
|
7574
|
+
|
|
7575
|
+
/***/ }
|
|
7576
|
+
|
|
7577
|
+
/******/ });
|
|
7578
|
+
/************************************************************************/
|
|
7579
|
+
/******/ // The module cache
|
|
7580
|
+
/******/ const __webpack_module_cache__ = {};
|
|
7581
|
+
/******/
|
|
7582
|
+
/******/ // The require function
|
|
7583
|
+
/******/ function __nested_webpack_require_355659__(moduleId) {
|
|
7584
|
+
/******/ // Check if module is in cache
|
|
7585
|
+
/******/ const cachedModule = __webpack_module_cache__[moduleId];
|
|
7586
|
+
/******/ if (cachedModule !== undefined) {
|
|
7587
|
+
/******/ return cachedModule.exports;
|
|
7588
|
+
/******/ }
|
|
7589
|
+
/******/ // Create a new module (and put it into the cache)
|
|
7590
|
+
/******/ const module = __webpack_module_cache__[moduleId] = {
|
|
7591
|
+
/******/ id: moduleId,
|
|
7592
|
+
/******/ // no module.loaded needed
|
|
7593
|
+
/******/ exports: {}
|
|
7594
|
+
/******/ };
|
|
7595
|
+
/******/
|
|
7596
|
+
/******/ // Execute the module function
|
|
7597
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_355659__);
|
|
7598
|
+
/******/
|
|
7599
|
+
/******/ // Return the exports of the module
|
|
7600
|
+
/******/ return module.exports;
|
|
7601
|
+
/******/ }
|
|
7602
|
+
/******/
|
|
7603
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
7604
|
+
/******/ __nested_webpack_require_355659__.m = __webpack_modules__;
|
|
7605
|
+
/******/
|
|
7606
|
+
/************************************************************************/
|
|
7607
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
7608
|
+
/******/ (() => {
|
|
7609
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
7610
|
+
/******/ __nested_webpack_require_355659__.n = (module) => {
|
|
7611
|
+
/******/ const getter = module && module.__esModule ?
|
|
7612
|
+
/******/ () => (module['default']) :
|
|
7613
|
+
/******/ () => (module);
|
|
7614
|
+
/******/ __nested_webpack_require_355659__.d(getter, { a: getter });
|
|
7615
|
+
/******/ return getter;
|
|
7616
|
+
/******/ };
|
|
7617
|
+
/******/ })();
|
|
7618
|
+
/******/
|
|
7619
|
+
/******/ /* webpack/runtime/define property getters */
|
|
7620
|
+
/******/ (() => {
|
|
7621
|
+
/******/ // define getter/value functions for harmony exports
|
|
7622
|
+
/******/ __nested_webpack_require_355659__.d = (exports, definition) => {
|
|
7623
|
+
/******/ if(Array.isArray(definition)) {
|
|
7624
|
+
/******/ var i = 0;
|
|
7625
|
+
/******/ while(i < definition.length) {
|
|
7626
|
+
/******/ var key = definition[i++];
|
|
7627
|
+
/******/ var binding = definition[i++];
|
|
7628
|
+
/******/ if(!__nested_webpack_require_355659__.o(exports, key)) {
|
|
7629
|
+
/******/ if(binding === 0) {
|
|
7630
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
7631
|
+
/******/ } else {
|
|
7632
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
7633
|
+
/******/ }
|
|
7634
|
+
/******/ } else if(binding === 0) { i++; }
|
|
7635
|
+
/******/ }
|
|
7636
|
+
/******/ } else {
|
|
7637
|
+
/******/ for(var key in definition) {
|
|
7638
|
+
/******/ if(__nested_webpack_require_355659__.o(definition, key) && !__nested_webpack_require_355659__.o(exports, key)) {
|
|
7639
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
7640
|
+
/******/ }
|
|
7641
|
+
/******/ }
|
|
7642
|
+
/******/ }
|
|
7643
|
+
/******/ };
|
|
7644
|
+
/******/ })();
|
|
7645
|
+
/******/
|
|
7646
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
7647
|
+
/******/ (() => {
|
|
7648
|
+
/******/ __nested_webpack_require_355659__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
7649
|
+
/******/ })();
|
|
7650
|
+
/******/
|
|
7651
|
+
/******/ /* webpack/runtime/wrap commonjs module */
|
|
7652
|
+
/******/ (() => {
|
|
7653
|
+
/******/ // execute a CommonJS module body with real module/exports objects, returning the final exports
|
|
7654
|
+
/******/ __nested_webpack_require_355659__.cjs = (body) => {
|
|
7655
|
+
/******/ const mod = { exports: {} };
|
|
7656
|
+
/******/ body.call(mod.exports, mod, mod.exports);
|
|
7657
|
+
/******/ return mod.exports;
|
|
7658
|
+
/******/ };
|
|
7659
|
+
/******/ })();
|
|
7660
|
+
/******/
|
|
7661
|
+
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
7662
|
+
/******/ (() => {
|
|
7663
|
+
/******/ __nested_webpack_require_355659__.b = (typeof document !== 'undefined' && document.baseURI) || self.location.href;
|
|
7664
|
+
/******/
|
|
7665
|
+
/******/ // object to store loaded and loading chunks
|
|
7666
|
+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
7667
|
+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
7668
|
+
/******/ const installedChunks = {
|
|
7669
|
+
/******/ 792: 0
|
|
7670
|
+
/******/ };
|
|
7671
|
+
/******/
|
|
7672
|
+
/******/ // no chunk on demand loading
|
|
7673
|
+
/******/
|
|
7674
|
+
/******/ // no prefetching
|
|
7675
|
+
/******/
|
|
7676
|
+
/******/ // no preloaded
|
|
7677
|
+
/******/
|
|
7678
|
+
/******/ // no HMR
|
|
7679
|
+
/******/
|
|
7680
|
+
/******/ // no HMR manifest
|
|
7681
|
+
/******/
|
|
7682
|
+
/******/ // no on chunks loaded
|
|
7683
|
+
/******/
|
|
7684
|
+
/******/ // no jsonp function
|
|
7685
|
+
/******/ })();
|
|
7686
|
+
/******/
|
|
7687
|
+
/******/ /* webpack/runtime/nonce */
|
|
7688
|
+
/******/ (() => {
|
|
7689
|
+
/******/ __nested_webpack_require_355659__.nc = undefined;
|
|
7690
|
+
/******/ })();
|
|
7691
|
+
/******/
|
|
7692
|
+
/************************************************************************/
|
|
7693
|
+
/******/
|
|
7694
|
+
/******/ // startup
|
|
7695
|
+
/******/ // Load entry module and return exports
|
|
7696
|
+
/******/ // This entry module used 'module' so it can't be inlined
|
|
7697
|
+
/******/ let __nested_webpack_exports__ = __nested_webpack_require_355659__(438);
|
|
7698
|
+
/******/ __nested_webpack_exports__ = __nested_webpack_exports__["default"];
|
|
7699
|
+
/******/
|
|
7679
7700
|
/******/ return __nested_webpack_exports__;
|
|
7680
7701
|
/******/ })()
|
|
7681
7702
|
;
|
|
@@ -26922,7 +26943,6 @@ const QRCodeCard = (arg1, arg2, arg3) => {
|
|
|
26922
26943
|
data-value="${vCard}"
|
|
26923
26944
|
data-testid="qrcode-card"
|
|
26924
26945
|
aria-labelledby="qr-code-caption"
|
|
26925
|
-
role="img"
|
|
26926
26946
|
aria-describedby="qr-code-description"
|
|
26927
26947
|
>
|
|
26928
26948
|
<div class="qrcode-card__frame">
|
|
@@ -59881,9 +59901,7 @@ var options = {};
|
|
|
59881
59901
|
|
|
59882
59902
|
options.styleTagTransform = (styleTagTransform_default());
|
|
59883
59903
|
options.setAttributes = (setAttributesWithoutAttributes_default());
|
|
59884
|
-
|
|
59885
|
-
options.insert = insertBySelector_default().bind(null, "head");
|
|
59886
|
-
|
|
59904
|
+
options.insert = insertBySelector_default().bind(null, "head");
|
|
59887
59905
|
options.domAPI = (styleDomAPI_default());
|
|
59888
59906
|
options.insertStyleElement = (insertStyleElement_default());
|
|
59889
59907
|
|