ggblab 0.9.3__py3-none-any.whl
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.
- ggblab/__init__.py +44 -0
- ggblab/_version.py +4 -0
- ggblab/comm.py +243 -0
- ggblab/construction.py +179 -0
- ggblab/errors.py +142 -0
- ggblab/ggbapplet.py +293 -0
- ggblab/parser.py +486 -0
- ggblab/persistent_counter.py +175 -0
- ggblab/schema.py +114 -0
- ggblab/utils.py +109 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/build_log.json +730 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/install.json +5 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/package.json +210 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/package.json.orig +205 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/plugin.json +8 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js +465 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js.map +1 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js +568 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js.map +1 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style.js +4 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js +492 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js.map +1 -0
- ggblab-0.9.3.dist-info/METADATA +768 -0
- ggblab-0.9.3.dist-info/RECORD +26 -0
- ggblab-0.9.3.dist-info/WHEEL +4 -0
- ggblab-0.9.3.dist-info/licenses/LICENSE +29 -0
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
(self["webpackChunkggblab"] = self["webpackChunkggblab"] || []).push([["style_index_js"],{
|
|
3
|
+
|
|
4
|
+
/***/ "./node_modules/css-loader/dist/cjs.js!./style/base.css"
|
|
5
|
+
/*!**************************************************************!*\
|
|
6
|
+
!*** ./node_modules/css-loader/dist/cjs.js!./style/base.css ***!
|
|
7
|
+
\**************************************************************/
|
|
8
|
+
(module, __webpack_exports__, __webpack_require__) {
|
|
9
|
+
|
|
10
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
13
|
+
/* harmony export */ });
|
|
14
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/sourceMaps.js */ "./node_modules/css-loader/dist/runtime/sourceMaps.js");
|
|
15
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
16
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js");
|
|
17
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
18
|
+
// Imports
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
22
|
+
// Module
|
|
23
|
+
___CSS_LOADER_EXPORT___.push([module.id, `/*
|
|
24
|
+
See the JupyterLab Developer Guide for useful CSS Patterns:
|
|
25
|
+
|
|
26
|
+
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
|
|
27
|
+
*/
|
|
28
|
+
#ggb-applet {
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
} `, "",{"version":3,"sources":["webpack://./style/base.css"],"names":[],"mappings":"AAAA;;;;CAIC;AACD;IACI,WAAW;IACX,YAAY;AAChB","sourcesContent":["/*\n See the JupyterLab Developer Guide for useful CSS Patterns:\n\n https://jupyterlab.readthedocs.io/en/stable/developer/css.html\n*/\n#ggb-applet {\n width: 100%;\n height: 100%;\n} "],"sourceRoot":""}]);
|
|
32
|
+
// Exports
|
|
33
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/***/ },
|
|
37
|
+
|
|
38
|
+
/***/ "./node_modules/css-loader/dist/runtime/api.js"
|
|
39
|
+
/*!*****************************************************!*\
|
|
40
|
+
!*** ./node_modules/css-loader/dist/runtime/api.js ***!
|
|
41
|
+
\*****************************************************/
|
|
42
|
+
(module) {
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
/*
|
|
47
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
48
|
+
Author Tobias Koppers @sokra
|
|
49
|
+
*/
|
|
50
|
+
module.exports = function (cssWithMappingToString) {
|
|
51
|
+
var list = [];
|
|
52
|
+
|
|
53
|
+
// return the list of modules as css string
|
|
54
|
+
list.toString = function toString() {
|
|
55
|
+
return this.map(function (item) {
|
|
56
|
+
var content = "";
|
|
57
|
+
var needLayer = typeof item[5] !== "undefined";
|
|
58
|
+
if (item[4]) {
|
|
59
|
+
content += "@supports (".concat(item[4], ") {");
|
|
60
|
+
}
|
|
61
|
+
if (item[2]) {
|
|
62
|
+
content += "@media ".concat(item[2], " {");
|
|
63
|
+
}
|
|
64
|
+
if (needLayer) {
|
|
65
|
+
content += "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {");
|
|
66
|
+
}
|
|
67
|
+
content += cssWithMappingToString(item);
|
|
68
|
+
if (needLayer) {
|
|
69
|
+
content += "}";
|
|
70
|
+
}
|
|
71
|
+
if (item[2]) {
|
|
72
|
+
content += "}";
|
|
73
|
+
}
|
|
74
|
+
if (item[4]) {
|
|
75
|
+
content += "}";
|
|
76
|
+
}
|
|
77
|
+
return content;
|
|
78
|
+
}).join("");
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
// import a list of modules into the list
|
|
82
|
+
list.i = function i(modules, media, dedupe, supports, layer) {
|
|
83
|
+
if (typeof modules === "string") {
|
|
84
|
+
modules = [[null, modules, undefined]];
|
|
85
|
+
}
|
|
86
|
+
var alreadyImportedModules = {};
|
|
87
|
+
if (dedupe) {
|
|
88
|
+
for (var k = 0; k < this.length; k++) {
|
|
89
|
+
var id = this[k][0];
|
|
90
|
+
if (id != null) {
|
|
91
|
+
alreadyImportedModules[id] = true;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
for (var _k = 0; _k < modules.length; _k++) {
|
|
96
|
+
var item = [].concat(modules[_k]);
|
|
97
|
+
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
98
|
+
continue;
|
|
99
|
+
}
|
|
100
|
+
if (typeof layer !== "undefined") {
|
|
101
|
+
if (typeof item[5] === "undefined") {
|
|
102
|
+
item[5] = layer;
|
|
103
|
+
} else {
|
|
104
|
+
item[1] = "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {").concat(item[1], "}");
|
|
105
|
+
item[5] = layer;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
if (media) {
|
|
109
|
+
if (!item[2]) {
|
|
110
|
+
item[2] = media;
|
|
111
|
+
} else {
|
|
112
|
+
item[1] = "@media ".concat(item[2], " {").concat(item[1], "}");
|
|
113
|
+
item[2] = media;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
if (supports) {
|
|
117
|
+
if (!item[4]) {
|
|
118
|
+
item[4] = "".concat(supports);
|
|
119
|
+
} else {
|
|
120
|
+
item[1] = "@supports (".concat(item[4], ") {").concat(item[1], "}");
|
|
121
|
+
item[4] = supports;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
list.push(item);
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
return list;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
/***/ },
|
|
131
|
+
|
|
132
|
+
/***/ "./node_modules/css-loader/dist/runtime/sourceMaps.js"
|
|
133
|
+
/*!************************************************************!*\
|
|
134
|
+
!*** ./node_modules/css-loader/dist/runtime/sourceMaps.js ***!
|
|
135
|
+
\************************************************************/
|
|
136
|
+
(module) {
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
module.exports = function (item) {
|
|
141
|
+
var content = item[1];
|
|
142
|
+
var cssMapping = item[3];
|
|
143
|
+
if (!cssMapping) {
|
|
144
|
+
return content;
|
|
145
|
+
}
|
|
146
|
+
if (typeof btoa === "function") {
|
|
147
|
+
var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));
|
|
148
|
+
var data = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64);
|
|
149
|
+
var sourceMapping = "/*# ".concat(data, " */");
|
|
150
|
+
return [content].concat([sourceMapping]).join("\n");
|
|
151
|
+
}
|
|
152
|
+
return [content].join("\n");
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
/***/ },
|
|
156
|
+
|
|
157
|
+
/***/ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"
|
|
158
|
+
/*!****************************************************************************!*\
|
|
159
|
+
!*** ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js ***!
|
|
160
|
+
\****************************************************************************/
|
|
161
|
+
(module) {
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
var stylesInDOM = [];
|
|
166
|
+
function getIndexByIdentifier(identifier) {
|
|
167
|
+
var result = -1;
|
|
168
|
+
for (var i = 0; i < stylesInDOM.length; i++) {
|
|
169
|
+
if (stylesInDOM[i].identifier === identifier) {
|
|
170
|
+
result = i;
|
|
171
|
+
break;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
return result;
|
|
175
|
+
}
|
|
176
|
+
function modulesToDom(list, options) {
|
|
177
|
+
var idCountMap = {};
|
|
178
|
+
var identifiers = [];
|
|
179
|
+
for (var i = 0; i < list.length; i++) {
|
|
180
|
+
var item = list[i];
|
|
181
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
182
|
+
var count = idCountMap[id] || 0;
|
|
183
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
184
|
+
idCountMap[id] = count + 1;
|
|
185
|
+
var indexByIdentifier = getIndexByIdentifier(identifier);
|
|
186
|
+
var obj = {
|
|
187
|
+
css: item[1],
|
|
188
|
+
media: item[2],
|
|
189
|
+
sourceMap: item[3],
|
|
190
|
+
supports: item[4],
|
|
191
|
+
layer: item[5]
|
|
192
|
+
};
|
|
193
|
+
if (indexByIdentifier !== -1) {
|
|
194
|
+
stylesInDOM[indexByIdentifier].references++;
|
|
195
|
+
stylesInDOM[indexByIdentifier].updater(obj);
|
|
196
|
+
} else {
|
|
197
|
+
var updater = addElementStyle(obj, options);
|
|
198
|
+
options.byIndex = i;
|
|
199
|
+
stylesInDOM.splice(i, 0, {
|
|
200
|
+
identifier: identifier,
|
|
201
|
+
updater: updater,
|
|
202
|
+
references: 1
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
identifiers.push(identifier);
|
|
206
|
+
}
|
|
207
|
+
return identifiers;
|
|
208
|
+
}
|
|
209
|
+
function addElementStyle(obj, options) {
|
|
210
|
+
var api = options.domAPI(options);
|
|
211
|
+
api.update(obj);
|
|
212
|
+
var updater = function updater(newObj) {
|
|
213
|
+
if (newObj) {
|
|
214
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {
|
|
215
|
+
return;
|
|
216
|
+
}
|
|
217
|
+
api.update(obj = newObj);
|
|
218
|
+
} else {
|
|
219
|
+
api.remove();
|
|
220
|
+
}
|
|
221
|
+
};
|
|
222
|
+
return updater;
|
|
223
|
+
}
|
|
224
|
+
module.exports = function (list, options) {
|
|
225
|
+
options = options || {};
|
|
226
|
+
list = list || [];
|
|
227
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
228
|
+
return function update(newList) {
|
|
229
|
+
newList = newList || [];
|
|
230
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
231
|
+
var identifier = lastIdentifiers[i];
|
|
232
|
+
var index = getIndexByIdentifier(identifier);
|
|
233
|
+
stylesInDOM[index].references--;
|
|
234
|
+
}
|
|
235
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
236
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
237
|
+
var _identifier = lastIdentifiers[_i];
|
|
238
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
239
|
+
if (stylesInDOM[_index].references === 0) {
|
|
240
|
+
stylesInDOM[_index].updater();
|
|
241
|
+
stylesInDOM.splice(_index, 1);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
lastIdentifiers = newLastIdentifiers;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
|
|
248
|
+
/***/ },
|
|
249
|
+
|
|
250
|
+
/***/ "./node_modules/style-loader/dist/runtime/insertBySelector.js"
|
|
251
|
+
/*!********************************************************************!*\
|
|
252
|
+
!*** ./node_modules/style-loader/dist/runtime/insertBySelector.js ***!
|
|
253
|
+
\********************************************************************/
|
|
254
|
+
(module) {
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
var memo = {};
|
|
259
|
+
|
|
260
|
+
/* istanbul ignore next */
|
|
261
|
+
function getTarget(target) {
|
|
262
|
+
if (typeof memo[target] === "undefined") {
|
|
263
|
+
var styleTarget = document.querySelector(target);
|
|
264
|
+
|
|
265
|
+
// Special case to return head of iframe instead of iframe itself
|
|
266
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
267
|
+
try {
|
|
268
|
+
// This will throw an exception if access to iframe is blocked
|
|
269
|
+
// due to cross-origin restrictions
|
|
270
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
271
|
+
} catch (e) {
|
|
272
|
+
// istanbul ignore next
|
|
273
|
+
styleTarget = null;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
memo[target] = styleTarget;
|
|
277
|
+
}
|
|
278
|
+
return memo[target];
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* istanbul ignore next */
|
|
282
|
+
function insertBySelector(insert, style) {
|
|
283
|
+
var target = getTarget(insert);
|
|
284
|
+
if (!target) {
|
|
285
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
286
|
+
}
|
|
287
|
+
target.appendChild(style);
|
|
288
|
+
}
|
|
289
|
+
module.exports = insertBySelector;
|
|
290
|
+
|
|
291
|
+
/***/ },
|
|
292
|
+
|
|
293
|
+
/***/ "./node_modules/style-loader/dist/runtime/insertStyleElement.js"
|
|
294
|
+
/*!**********************************************************************!*\
|
|
295
|
+
!*** ./node_modules/style-loader/dist/runtime/insertStyleElement.js ***!
|
|
296
|
+
\**********************************************************************/
|
|
297
|
+
(module) {
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
/* istanbul ignore next */
|
|
302
|
+
function insertStyleElement(options) {
|
|
303
|
+
var element = document.createElement("style");
|
|
304
|
+
options.setAttributes(element, options.attributes);
|
|
305
|
+
options.insert(element, options.options);
|
|
306
|
+
return element;
|
|
307
|
+
}
|
|
308
|
+
module.exports = insertStyleElement;
|
|
309
|
+
|
|
310
|
+
/***/ },
|
|
311
|
+
|
|
312
|
+
/***/ "./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"
|
|
313
|
+
/*!**********************************************************************************!*\
|
|
314
|
+
!*** ./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js ***!
|
|
315
|
+
\**********************************************************************************/
|
|
316
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
/* istanbul ignore next */
|
|
321
|
+
function setAttributesWithoutAttributes(styleElement) {
|
|
322
|
+
var nonce = true ? __webpack_require__.nc : 0;
|
|
323
|
+
if (nonce) {
|
|
324
|
+
styleElement.setAttribute("nonce", nonce);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
module.exports = setAttributesWithoutAttributes;
|
|
328
|
+
|
|
329
|
+
/***/ },
|
|
330
|
+
|
|
331
|
+
/***/ "./node_modules/style-loader/dist/runtime/styleDomAPI.js"
|
|
332
|
+
/*!***************************************************************!*\
|
|
333
|
+
!*** ./node_modules/style-loader/dist/runtime/styleDomAPI.js ***!
|
|
334
|
+
\***************************************************************/
|
|
335
|
+
(module) {
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
/* istanbul ignore next */
|
|
340
|
+
function apply(styleElement, options, obj) {
|
|
341
|
+
var css = "";
|
|
342
|
+
if (obj.supports) {
|
|
343
|
+
css += "@supports (".concat(obj.supports, ") {");
|
|
344
|
+
}
|
|
345
|
+
if (obj.media) {
|
|
346
|
+
css += "@media ".concat(obj.media, " {");
|
|
347
|
+
}
|
|
348
|
+
var needLayer = typeof obj.layer !== "undefined";
|
|
349
|
+
if (needLayer) {
|
|
350
|
+
css += "@layer".concat(obj.layer.length > 0 ? " ".concat(obj.layer) : "", " {");
|
|
351
|
+
}
|
|
352
|
+
css += obj.css;
|
|
353
|
+
if (needLayer) {
|
|
354
|
+
css += "}";
|
|
355
|
+
}
|
|
356
|
+
if (obj.media) {
|
|
357
|
+
css += "}";
|
|
358
|
+
}
|
|
359
|
+
if (obj.supports) {
|
|
360
|
+
css += "}";
|
|
361
|
+
}
|
|
362
|
+
var sourceMap = obj.sourceMap;
|
|
363
|
+
if (sourceMap && typeof btoa !== "undefined") {
|
|
364
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// For old IE
|
|
368
|
+
/* istanbul ignore if */
|
|
369
|
+
options.styleTagTransform(css, styleElement, options.options);
|
|
370
|
+
}
|
|
371
|
+
function removeStyleElement(styleElement) {
|
|
372
|
+
// istanbul ignore if
|
|
373
|
+
if (styleElement.parentNode === null) {
|
|
374
|
+
return false;
|
|
375
|
+
}
|
|
376
|
+
styleElement.parentNode.removeChild(styleElement);
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
/* istanbul ignore next */
|
|
380
|
+
function domAPI(options) {
|
|
381
|
+
if (typeof document === "undefined") {
|
|
382
|
+
return {
|
|
383
|
+
update: function update() {},
|
|
384
|
+
remove: function remove() {}
|
|
385
|
+
};
|
|
386
|
+
}
|
|
387
|
+
var styleElement = options.insertStyleElement(options);
|
|
388
|
+
return {
|
|
389
|
+
update: function update(obj) {
|
|
390
|
+
apply(styleElement, options, obj);
|
|
391
|
+
},
|
|
392
|
+
remove: function remove() {
|
|
393
|
+
removeStyleElement(styleElement);
|
|
394
|
+
}
|
|
395
|
+
};
|
|
396
|
+
}
|
|
397
|
+
module.exports = domAPI;
|
|
398
|
+
|
|
399
|
+
/***/ },
|
|
400
|
+
|
|
401
|
+
/***/ "./node_modules/style-loader/dist/runtime/styleTagTransform.js"
|
|
402
|
+
/*!*********************************************************************!*\
|
|
403
|
+
!*** ./node_modules/style-loader/dist/runtime/styleTagTransform.js ***!
|
|
404
|
+
\*********************************************************************/
|
|
405
|
+
(module) {
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
/* istanbul ignore next */
|
|
410
|
+
function styleTagTransform(css, styleElement) {
|
|
411
|
+
if (styleElement.styleSheet) {
|
|
412
|
+
styleElement.styleSheet.cssText = css;
|
|
413
|
+
} else {
|
|
414
|
+
while (styleElement.firstChild) {
|
|
415
|
+
styleElement.removeChild(styleElement.firstChild);
|
|
416
|
+
}
|
|
417
|
+
styleElement.appendChild(document.createTextNode(css));
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
module.exports = styleTagTransform;
|
|
421
|
+
|
|
422
|
+
/***/ },
|
|
423
|
+
|
|
424
|
+
/***/ "./style/base.css"
|
|
425
|
+
/*!************************!*\
|
|
426
|
+
!*** ./style/base.css ***!
|
|
427
|
+
\************************/
|
|
428
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
429
|
+
|
|
430
|
+
__webpack_require__.r(__webpack_exports__);
|
|
431
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
432
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
433
|
+
/* harmony export */ });
|
|
434
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
|
|
435
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
436
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "./node_modules/style-loader/dist/runtime/styleDomAPI.js");
|
|
437
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
438
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/insertBySelector.js */ "./node_modules/style-loader/dist/runtime/insertBySelector.js");
|
|
439
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
440
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
|
|
441
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
442
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "./node_modules/style-loader/dist/runtime/insertStyleElement.js");
|
|
443
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
444
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "./node_modules/style-loader/dist/runtime/styleTagTransform.js");
|
|
445
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
446
|
+
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_base_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../node_modules/css-loader/dist/cjs.js!./base.css */ "./node_modules/css-loader/dist/cjs.js!./style/base.css");
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
var options = {};
|
|
459
|
+
|
|
460
|
+
options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
461
|
+
options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
462
|
+
|
|
463
|
+
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
464
|
+
|
|
465
|
+
options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
466
|
+
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
467
|
+
|
|
468
|
+
var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_base_css__WEBPACK_IMPORTED_MODULE_6__["default"], options);
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_base_css__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_base_css__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_base_css__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
/***/ },
|
|
477
|
+
|
|
478
|
+
/***/ "./style/index.js"
|
|
479
|
+
/*!************************!*\
|
|
480
|
+
!*** ./style/index.js ***!
|
|
481
|
+
\************************/
|
|
482
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
483
|
+
|
|
484
|
+
__webpack_require__.r(__webpack_exports__);
|
|
485
|
+
/* harmony import */ var _base_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./base.css */ "./style/base.css");
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
/***/ }
|
|
490
|
+
|
|
491
|
+
}]);
|
|
492
|
+
//# sourceMappingURL=style_index_js.aab9f5416f41ce79cac3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style_index_js.aab9f5416f41ce79cac3.js","mappings":";;;;;;;;;;;;;;;;;AAAA;AAC0G;AACjB;AACzF,8BAA8B,mFAA2B,CAAC,4FAAqC;AAC/F;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,EAAE,OAAO,oFAAoF,KAAK,KAAK,UAAU,UAAU,sLAAsL,kBAAkB,mBAAmB,IAAI,mBAAmB;AAC7W;AACA,iEAAe,uBAAuB,EAAC;;;;;;;;;;;ACf1B;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,iDAAiD,qBAAqB;AACtE;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sDAAsD,qBAAqB;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;ACpFa;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uDAAuD,cAAc;AACrE;AACA;AACA;AACA;AACA,E;;;;;;;;;;ACfa;;AAEb;AACA;AACA;AACA,kBAAkB,wBAAwB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,iBAAiB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB,4BAA4B;AAChD;AACA;AACA;AACA;AACA;AACA,qBAAqB,6BAA6B;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;ACnFa;;AAEb;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kC;;;;;;;;;;ACjCa;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oC;;;;;;;;;;ACTa;;AAEb;AACA;AACA,cAAc,KAAwC,GAAG,sBAAiB,GAAG,CAAI;AACjF;AACA;AACA;AACA;AACA,gD;;;;;;;;;;ACTa;;AAEb;AACA;AACA;AACA;AACA,kDAAkD;AAClD;AACA;AACA,0CAA0C;AAC1C;AACA;AACA;AACA,iFAAiF;AACjF;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,yDAAyD;AACzD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,wB;;;;;;;;;;AC5Da;;AAEb;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA,mC;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACZA,MAA+F;AAC/F,MAAqF;AACrF,MAA4F;AAC5F,MAA+G;AAC/G,MAAwG;AACxG,MAAwG;AACxG,MAAkG;AAClG;AACA;;AAEA;;AAEA,4BAA4B,qGAAmB;AAC/C,wBAAwB,kHAAa;;AAErC,uBAAuB,uGAAa;AACpC;AACA,iBAAiB,+FAAM;AACvB,6BAA6B,sGAAkB;;AAE/C,aAAa,0GAAG,CAAC,qFAAO;;;;AAI4C;AACpE,OAAO,iEAAe,qFAAO,IAAI,qFAAO,UAAU,qFAAO,mBAAmB,EAAC;;;;;;;;;;;;;AC1BzD","sources":["webpack://ggblab/./style/base.css","webpack://ggblab/./node_modules/css-loader/dist/runtime/api.js","webpack://ggblab/./node_modules/css-loader/dist/runtime/sourceMaps.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack://ggblab/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://ggblab/./style/base.css?1944","webpack://ggblab/./style/index.js"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/*\n See the JupyterLab Developer Guide for useful CSS Patterns:\n\n https://jupyterlab.readthedocs.io/en/stable/developer/css.html\n*/\n#ggb-applet {\n width: 100%;\n height: 100%;\n} `, \"\",{\"version\":3,\"sources\":[\"webpack://./style/base.css\"],\"names\":[],\"mappings\":\"AAAA;;;;CAIC;AACD;IACI,WAAW;IACX,YAAY;AAChB\",\"sourcesContent\":[\"/*\\n See the JupyterLab Developer Guide for useful CSS Patterns:\\n\\n https://jupyterlab.readthedocs.io/en/stable/developer/css.html\\n*/\\n#ggb-applet {\\n width: 100%;\\n height: 100%;\\n} \"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","\"use strict\";\n\nmodule.exports = function (item) {\n var content = item[1];\n var cssMapping = item[3];\n if (!cssMapping) {\n return content;\n }\n if (typeof btoa === \"function\") {\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n return [content].concat([sourceMapping]).join(\"\\n\");\n }\n return [content].join(\"\\n\");\n};","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n var sourceMap = obj.sourceMap;\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n }\n\n // For old IE\n /* istanbul ignore if */\n options.styleTagTransform(css, styleElement, options.options);\n}\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n styleElement.parentNode.removeChild(styleElement);\n}\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") {\n return {\n update: function update() {},\n remove: function remove() {}\n };\n }\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\nmodule.exports = domAPI;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n styleElement.appendChild(document.createTextNode(css));\n }\n}\nmodule.exports = styleTagTransform;","\n import API from \"!../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../node_modules/css-loader/dist/cjs.js!./base.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../node_modules/css-loader/dist/cjs.js!./base.css\";\n export default content && content.locals ? content.locals : undefined;\n","import './base.css';\n"],"names":[],"ignoreList":[],"sourceRoot":""}
|