videomail-client 13.6.15 → 13.7.1
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/README.md +19 -16
- package/dist/cjs/index.cjs +164 -69
- package/dist/esm/index.js +429 -314
- package/dist/umd/index.js +164 -69
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
Record videos in contact forms!
|
|
15
15
|
|
|
16
16
|
Finally you can encode any webcam recordings from modern browsers and mobiles into MP4 + WebM within seconds.
|
|
17
|
-
This without the need for Flash, Java nor any other plugins / addons. Just TypeScript, compiled into ESM
|
|
17
|
+
This without the need for Flash, Java nor any other plugins / addons. Just TypeScript, compiled into ESM with their declarations.
|
|
18
18
|
|
|
19
|
+
- <a href="#demo">Live Demo
|
|
19
20
|
- <a href="#storybook">Storybook (examples)</a>
|
|
20
|
-
- <a href="#demo">Demo / Fully working version</a>
|
|
21
21
|
- <a href="#options">Options</a>
|
|
22
22
|
- <a href="#api">API</a>
|
|
23
23
|
- <a href="#form">Form Submissions</a>
|
|
@@ -27,31 +27,34 @@ This without the need for Flash, Java nor any other plugins / addons. Just TypeS
|
|
|
27
27
|
- <a href="#addons">Addons</a>
|
|
28
28
|
- <a href="#notes">Notes</a>
|
|
29
29
|
|
|
30
|
-
<a name="
|
|
30
|
+
<a name="demo"></a>
|
|
31
31
|
|
|
32
|
-
##
|
|
32
|
+
## Live Demo
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
Have fun on [videomail-client.netlify.app](https://videomail-client.netlify.app)
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
2. `npm run storybook`
|
|
36
|
+
### Real world usages
|
|
38
37
|
|
|
39
|
-
|
|
38
|
+
There is a full version with all its features on [videomail.io](https://videomail.io).
|
|
40
39
|
|
|
41
|
-
|
|
40
|
+
And there is more:
|
|
42
41
|
|
|
43
|
-
|
|
42
|
+
- https://wfdeaf.org/contact
|
|
43
|
+
- https://www.deaf.org.nz/contact
|
|
44
|
+
- ...
|
|
44
45
|
|
|
45
|
-
|
|
46
|
+
And many more out there. We are rolling ...
|
|
46
47
|
|
|
47
|
-
|
|
48
|
+
<a name="storybook"></a>
|
|
48
49
|
|
|
49
|
-
|
|
50
|
+
## Storybook (examples)
|
|
50
51
|
|
|
51
|
-
|
|
52
|
+
To check out some examples in your browser locally, just run these two commands:
|
|
52
53
|
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
1. `npm install`
|
|
55
|
+
2. `npm run storybook`
|
|
56
|
+
|
|
57
|
+
That's it. Easy as apple pie.
|
|
55
58
|
|
|
56
59
|
<a name="options"></a>
|
|
57
60
|
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var __webpack_modules__ = {
|
|
2
|
-
"./node_modules/@
|
|
2
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[13].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[13].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[13].use[3]!./src/styles/main.styl" (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.d(__webpack_exports__, {
|
|
5
5
|
A: ()=>__rspack_default_export
|
|
6
6
|
});
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var ___CSS_LOADER_EXPORT___ =
|
|
7
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__rspack_import_0 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js");
|
|
8
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__rspack_import_0_default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__rspack_import_0);
|
|
9
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__rspack_import_1 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
|
|
10
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__rspack_import_1_default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_api_js__rspack_import_1);
|
|
11
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_rsbuild_core_compiled_css_loader_api_js__rspack_import_1_default()(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__rspack_import_0_default());
|
|
12
12
|
___CSS_LOADER_EXPORT___.push([
|
|
13
13
|
module.id,
|
|
14
14
|
`@keyframes blink {
|
|
@@ -10201,12 +10201,18 @@ var __webpack_modules__ = {
|
|
|
10201
10201
|
var superProto = getProto(proto);
|
|
10202
10202
|
descriptor = gOPD(superProto, Symbol.toStringTag);
|
|
10203
10203
|
}
|
|
10204
|
-
|
|
10204
|
+
if (descriptor && descriptor.get) {
|
|
10205
|
+
var bound = callBind(descriptor.get);
|
|
10206
|
+
cache['$' + typedArray] = bound;
|
|
10207
|
+
}
|
|
10205
10208
|
}
|
|
10206
10209
|
}) : forEach(typedArrays, function(typedArray) {
|
|
10207
10210
|
var arr = new g[typedArray]();
|
|
10208
10211
|
var fn = arr.slice || arr.set;
|
|
10209
|
-
if (fn)
|
|
10212
|
+
if (fn) {
|
|
10213
|
+
var bound = callBind(fn);
|
|
10214
|
+
cache['$' + typedArray] = bound;
|
|
10215
|
+
}
|
|
10210
10216
|
});
|
|
10211
10217
|
var tryTypedArrays = function(value) {
|
|
10212
10218
|
var found = false;
|
|
@@ -10266,7 +10272,7 @@ var __webpack_modules__ = {
|
|
|
10266
10272
|
"?3f0e" () {},
|
|
10267
10273
|
"?3412" () {},
|
|
10268
10274
|
"?3152" () {},
|
|
10269
|
-
"./node_modules/@
|
|
10275
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/api.js" (module) {
|
|
10270
10276
|
"use strict";
|
|
10271
10277
|
module.exports = function(cssWithMappingToString) {
|
|
10272
10278
|
var list = [];
|
|
@@ -10320,13 +10326,13 @@ var __webpack_modules__ = {
|
|
|
10320
10326
|
return list;
|
|
10321
10327
|
};
|
|
10322
10328
|
},
|
|
10323
|
-
"./node_modules/@
|
|
10329
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js" (module) {
|
|
10324
10330
|
"use strict";
|
|
10325
10331
|
module.exports = function(i) {
|
|
10326
10332
|
return i[1];
|
|
10327
10333
|
};
|
|
10328
10334
|
},
|
|
10329
|
-
"./node_modules/@
|
|
10335
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js" (module) {
|
|
10330
10336
|
"use strict";
|
|
10331
10337
|
var stylesInDOM = [];
|
|
10332
10338
|
function getIndexByIdentifier(identifier) {
|
|
@@ -10405,7 +10411,7 @@ var __webpack_modules__ = {
|
|
|
10405
10411
|
};
|
|
10406
10412
|
};
|
|
10407
10413
|
},
|
|
10408
|
-
"./node_modules/@
|
|
10414
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js" (module) {
|
|
10409
10415
|
"use strict";
|
|
10410
10416
|
var memo = {};
|
|
10411
10417
|
function getTarget(target) {
|
|
@@ -10427,7 +10433,7 @@ var __webpack_modules__ = {
|
|
|
10427
10433
|
}
|
|
10428
10434
|
module.exports = insertBySelector;
|
|
10429
10435
|
},
|
|
10430
|
-
"./node_modules/@
|
|
10436
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js" (module) {
|
|
10431
10437
|
"use strict";
|
|
10432
10438
|
function insertStyleElement(options) {
|
|
10433
10439
|
var element = document.createElement("style");
|
|
@@ -10437,7 +10443,7 @@ var __webpack_modules__ = {
|
|
|
10437
10443
|
}
|
|
10438
10444
|
module.exports = insertStyleElement;
|
|
10439
10445
|
},
|
|
10440
|
-
"./node_modules/@
|
|
10446
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js" (module, __unused_rspack_exports, __webpack_require__) {
|
|
10441
10447
|
"use strict";
|
|
10442
10448
|
function setAttributesWithoutAttributes(styleElement) {
|
|
10443
10449
|
var nonce = __webpack_require__.nc;
|
|
@@ -10445,7 +10451,7 @@ var __webpack_modules__ = {
|
|
|
10445
10451
|
}
|
|
10446
10452
|
module.exports = setAttributesWithoutAttributes;
|
|
10447
10453
|
},
|
|
10448
|
-
"./node_modules/@
|
|
10454
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js" (module) {
|
|
10449
10455
|
"use strict";
|
|
10450
10456
|
function apply(styleElement, options, obj) {
|
|
10451
10457
|
var css = "";
|
|
@@ -10482,7 +10488,7 @@ var __webpack_modules__ = {
|
|
|
10482
10488
|
}
|
|
10483
10489
|
module.exports = domAPI;
|
|
10484
10490
|
},
|
|
10485
|
-
"./node_modules/@
|
|
10491
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js" (module) {
|
|
10486
10492
|
"use strict";
|
|
10487
10493
|
function styleTagTransform(css, styleElement) {
|
|
10488
10494
|
if (styleElement.styleSheet) styleElement.styleSheet.cssText = css;
|
|
@@ -10578,6 +10584,79 @@ var __webpack_exports__ = {};
|
|
|
10578
10584
|
ENC_TYPE_FORM: "application/x-www-form-urlencoded"
|
|
10579
10585
|
}
|
|
10580
10586
|
};
|
|
10587
|
+
const isNonErrorSymbol = Symbol('isNonError');
|
|
10588
|
+
function defineProperty(object, key, value) {
|
|
10589
|
+
Object.defineProperty(object, key, {
|
|
10590
|
+
value,
|
|
10591
|
+
writable: false,
|
|
10592
|
+
enumerable: false,
|
|
10593
|
+
configurable: false
|
|
10594
|
+
});
|
|
10595
|
+
}
|
|
10596
|
+
function stringify(value) {
|
|
10597
|
+
if (void 0 === value) return 'undefined';
|
|
10598
|
+
if (null === value) return 'null';
|
|
10599
|
+
if ('string' == typeof value) return value;
|
|
10600
|
+
if ('number' == typeof value || 'boolean' == typeof value) return String(value);
|
|
10601
|
+
if ('bigint' == typeof value) return `${value}n`;
|
|
10602
|
+
if ('symbol' == typeof value) return value.toString();
|
|
10603
|
+
if ('function' == typeof value) return `[Function${value.name ? ` ${value.name}` : ' (anonymous)'}]`;
|
|
10604
|
+
if (value instanceof Error) try {
|
|
10605
|
+
return String(value);
|
|
10606
|
+
} catch {
|
|
10607
|
+
return '<Unserializable error>';
|
|
10608
|
+
}
|
|
10609
|
+
try {
|
|
10610
|
+
return JSON.stringify(value);
|
|
10611
|
+
} catch {
|
|
10612
|
+
try {
|
|
10613
|
+
return String(value);
|
|
10614
|
+
} catch {
|
|
10615
|
+
return '<Unserializable value>';
|
|
10616
|
+
}
|
|
10617
|
+
}
|
|
10618
|
+
}
|
|
10619
|
+
class NonError extends Error {
|
|
10620
|
+
constructor(value, { superclass: Superclass = Error } = {}){
|
|
10621
|
+
if (NonError.isNonError(value)) return value;
|
|
10622
|
+
if (value instanceof Error) throw new TypeError('Do not pass Error instances to NonError. Throw the error directly instead.');
|
|
10623
|
+
super(`Non-error value: ${stringify(value)}`);
|
|
10624
|
+
if (Superclass !== Error) Object.setPrototypeOf(this, Superclass.prototype);
|
|
10625
|
+
defineProperty(this, 'name', 'NonError');
|
|
10626
|
+
defineProperty(this, isNonErrorSymbol, true);
|
|
10627
|
+
defineProperty(this, 'isNonError', true);
|
|
10628
|
+
defineProperty(this, 'value', value);
|
|
10629
|
+
}
|
|
10630
|
+
static isNonError(value) {
|
|
10631
|
+
return value?.[isNonErrorSymbol] === true;
|
|
10632
|
+
}
|
|
10633
|
+
static #handleCallback(callback, arguments_) {
|
|
10634
|
+
try {
|
|
10635
|
+
const result = callback(...arguments_);
|
|
10636
|
+
if (result && 'function' == typeof result.then) return (async ()=>{
|
|
10637
|
+
try {
|
|
10638
|
+
return await result;
|
|
10639
|
+
} catch (error) {
|
|
10640
|
+
if (error instanceof Error) throw error;
|
|
10641
|
+
throw new NonError(error);
|
|
10642
|
+
}
|
|
10643
|
+
})();
|
|
10644
|
+
return result;
|
|
10645
|
+
} catch (error) {
|
|
10646
|
+
if (error instanceof Error) throw error;
|
|
10647
|
+
throw new NonError(error);
|
|
10648
|
+
}
|
|
10649
|
+
}
|
|
10650
|
+
static try(callback) {
|
|
10651
|
+
return NonError.#handleCallback(callback, []);
|
|
10652
|
+
}
|
|
10653
|
+
static wrap(callback) {
|
|
10654
|
+
return (...arguments_)=>NonError.#handleCallback(callback, arguments_);
|
|
10655
|
+
}
|
|
10656
|
+
static [Symbol.hasInstance](instance) {
|
|
10657
|
+
return NonError.isNonError(instance);
|
|
10658
|
+
}
|
|
10659
|
+
}
|
|
10581
10660
|
const list = [
|
|
10582
10661
|
Error,
|
|
10583
10662
|
EvalError,
|
|
@@ -10595,19 +10674,7 @@ var __webpack_exports__ = {};
|
|
|
10595
10674
|
constructor
|
|
10596
10675
|
]);
|
|
10597
10676
|
const errorConstructors = new Map(list);
|
|
10598
|
-
|
|
10599
|
-
name = 'NonError';
|
|
10600
|
-
constructor(message){
|
|
10601
|
-
super(NonError._prepareSuperMessage(message));
|
|
10602
|
-
}
|
|
10603
|
-
static _prepareSuperMessage(message) {
|
|
10604
|
-
try {
|
|
10605
|
-
return JSON.stringify(message);
|
|
10606
|
-
} catch {
|
|
10607
|
-
return String(message);
|
|
10608
|
-
}
|
|
10609
|
-
}
|
|
10610
|
-
}
|
|
10677
|
+
const errorFactories = new Map();
|
|
10611
10678
|
const errorProperties = [
|
|
10612
10679
|
{
|
|
10613
10680
|
property: 'name',
|
|
@@ -10642,79 +10709,107 @@ var __webpack_exports__ = {};
|
|
|
10642
10709
|
return json;
|
|
10643
10710
|
};
|
|
10644
10711
|
const newError = (name)=>{
|
|
10712
|
+
if ('NonError' === name) return new NonError();
|
|
10713
|
+
const factory = errorFactories.get(name);
|
|
10714
|
+
if (factory) return factory();
|
|
10645
10715
|
const ErrorConstructor = errorConstructors.get(name) ?? Error;
|
|
10646
10716
|
return ErrorConstructor === AggregateError ? new ErrorConstructor([]) : new ErrorConstructor();
|
|
10647
10717
|
};
|
|
10648
10718
|
const destroyCircular = ({ from, seen, to, forceEnumerable, maxDepth, depth, useToJSON, serialize })=>{
|
|
10649
10719
|
if (!to) to = Array.isArray(from) ? [] : !serialize && isErrorLike(from) ? newError(from.name) : {};
|
|
10650
|
-
seen.
|
|
10651
|
-
if (depth >= maxDepth)
|
|
10652
|
-
|
|
10720
|
+
seen.add(from);
|
|
10721
|
+
if (depth >= maxDepth) {
|
|
10722
|
+
seen.delete(from);
|
|
10723
|
+
return to;
|
|
10724
|
+
}
|
|
10725
|
+
if (useToJSON && 'function' == typeof from.toJSON && !toJsonWasCalled.has(from)) {
|
|
10726
|
+
seen.delete(from);
|
|
10727
|
+
return toJSON(from);
|
|
10728
|
+
}
|
|
10653
10729
|
const continueDestroyCircular = (value)=>destroyCircular({
|
|
10654
10730
|
from: value,
|
|
10655
|
-
seen
|
|
10656
|
-
...seen
|
|
10657
|
-
],
|
|
10731
|
+
seen,
|
|
10658
10732
|
forceEnumerable,
|
|
10659
10733
|
maxDepth,
|
|
10660
|
-
depth,
|
|
10734
|
+
depth: depth + 1,
|
|
10661
10735
|
useToJSON,
|
|
10662
10736
|
serialize
|
|
10663
10737
|
});
|
|
10664
|
-
for (const
|
|
10738
|
+
for (const key of Object.keys(from)){
|
|
10739
|
+
const value = from[key];
|
|
10665
10740
|
if (value && value instanceof Uint8Array && 'Buffer' === value.constructor.name) {
|
|
10666
|
-
to[key] = '[object Buffer]';
|
|
10741
|
+
to[key] = serialize ? '[object Buffer]' : value;
|
|
10667
10742
|
continue;
|
|
10668
10743
|
}
|
|
10669
10744
|
if (null !== value && 'object' == typeof value && 'function' == typeof value.pipe) {
|
|
10670
|
-
to[key] = '[object Stream]';
|
|
10745
|
+
to[key] = serialize ? '[object Stream]' : value;
|
|
10671
10746
|
continue;
|
|
10672
10747
|
}
|
|
10673
|
-
if ('function'
|
|
10674
|
-
if (!
|
|
10675
|
-
|
|
10676
|
-
to[key] = value;
|
|
10677
|
-
} catch {}
|
|
10678
|
-
continue;
|
|
10679
|
-
}
|
|
10680
|
-
if (!seen.includes(from[key])) {
|
|
10681
|
-
depth++;
|
|
10682
|
-
to[key] = continueDestroyCircular(from[key]);
|
|
10683
|
-
continue;
|
|
10684
|
-
}
|
|
10685
|
-
to[key] = '[Circular]';
|
|
10748
|
+
if ('function' == typeof value) {
|
|
10749
|
+
if (!serialize) to[key] = value;
|
|
10750
|
+
continue;
|
|
10686
10751
|
}
|
|
10687
|
-
|
|
10688
|
-
|
|
10689
|
-
|
|
10690
|
-
|
|
10691
|
-
|
|
10752
|
+
if (serialize && 'bigint' == typeof value) {
|
|
10753
|
+
to[key] = `${value}n`;
|
|
10754
|
+
continue;
|
|
10755
|
+
}
|
|
10756
|
+
if (!value || 'object' != typeof value) {
|
|
10757
|
+
try {
|
|
10758
|
+
to[key] = value;
|
|
10759
|
+
} catch {}
|
|
10760
|
+
continue;
|
|
10761
|
+
}
|
|
10762
|
+
if (!seen.has(value)) {
|
|
10763
|
+
to[key] = continueDestroyCircular(value);
|
|
10764
|
+
continue;
|
|
10765
|
+
}
|
|
10766
|
+
to[key] = '[Circular]';
|
|
10767
|
+
}
|
|
10768
|
+
if (serialize || to instanceof Error) for (const { property, enumerable } of errorProperties){
|
|
10769
|
+
const value = from[property];
|
|
10770
|
+
if (null == value) continue;
|
|
10771
|
+
const descriptor = Object.getOwnPropertyDescriptor(to, property);
|
|
10772
|
+
if (descriptor?.configurable === false) continue;
|
|
10773
|
+
let processedValue = value;
|
|
10774
|
+
if ('object' == typeof value) processedValue = seen.has(value) ? '[Circular]' : continueDestroyCircular(value);
|
|
10775
|
+
Object.defineProperty(to, property, {
|
|
10776
|
+
value: processedValue,
|
|
10777
|
+
enumerable: forceEnumerable || enumerable,
|
|
10692
10778
|
configurable: true,
|
|
10693
10779
|
writable: true
|
|
10694
10780
|
});
|
|
10695
10781
|
}
|
|
10782
|
+
seen.delete(from);
|
|
10696
10783
|
return to;
|
|
10697
10784
|
};
|
|
10698
10785
|
function serializeError(value, options = {}) {
|
|
10699
10786
|
const { maxDepth = 1 / 0, useToJSON = true } = options;
|
|
10700
10787
|
if ('object' == typeof value && null !== value) return destroyCircular({
|
|
10701
10788
|
from: value,
|
|
10702
|
-
seen:
|
|
10789
|
+
seen: new Set(),
|
|
10790
|
+
forceEnumerable: true,
|
|
10791
|
+
maxDepth,
|
|
10792
|
+
depth: 0,
|
|
10793
|
+
useToJSON,
|
|
10794
|
+
serialize: true
|
|
10795
|
+
});
|
|
10796
|
+
if ('function' == typeof value) value = '<Function>';
|
|
10797
|
+
return destroyCircular({
|
|
10798
|
+
from: new NonError(value),
|
|
10799
|
+
seen: new Set(),
|
|
10703
10800
|
forceEnumerable: true,
|
|
10704
10801
|
maxDepth,
|
|
10705
10802
|
depth: 0,
|
|
10706
10803
|
useToJSON,
|
|
10707
10804
|
serialize: true
|
|
10708
10805
|
});
|
|
10709
|
-
if ('function' == typeof value) return `[Function: ${value.name || 'anonymous'}]`;
|
|
10710
|
-
return value;
|
|
10711
10806
|
}
|
|
10712
10807
|
function deserializeError(value, options = {}) {
|
|
10713
10808
|
const { maxDepth = 1 / 0 } = options;
|
|
10714
10809
|
if (value instanceof Error) return value;
|
|
10715
10810
|
if (isMinimumViableSerializedError(value)) return destroyCircular({
|
|
10716
10811
|
from: value,
|
|
10717
|
-
seen:
|
|
10812
|
+
seen: new Set(),
|
|
10718
10813
|
to: newError(value.name),
|
|
10719
10814
|
maxDepth,
|
|
10720
10815
|
depth: 0,
|
|
@@ -10731,7 +10826,7 @@ var __webpack_exports__ = {};
|
|
|
10731
10826
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10732
10827
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10733
10828
|
var package_namespaceObject = {
|
|
10734
|
-
rE: "13.
|
|
10829
|
+
rE: "13.7.1"
|
|
10735
10830
|
};
|
|
10736
10831
|
function isAudioEnabled(options) {
|
|
10737
10832
|
return Boolean(options.audio.enabled);
|
|
@@ -15157,19 +15252,19 @@ var __webpack_exports__ = {};
|
|
|
15157
15252
|
return newOptions;
|
|
15158
15253
|
}
|
|
15159
15254
|
const options_mergeWithDefaultOptions = mergeWithDefaultOptions;
|
|
15160
|
-
var injectStylesIntoStyleTag = __webpack_require__("./node_modules/@
|
|
15255
|
+
var injectStylesIntoStyleTag = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js");
|
|
15161
15256
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/ __webpack_require__.n(injectStylesIntoStyleTag);
|
|
15162
|
-
var styleDomAPI = __webpack_require__("./node_modules/@
|
|
15257
|
+
var styleDomAPI = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js");
|
|
15163
15258
|
var styleDomAPI_default = /*#__PURE__*/ __webpack_require__.n(styleDomAPI);
|
|
15164
|
-
var insertBySelector = __webpack_require__("./node_modules/@
|
|
15259
|
+
var insertBySelector = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js");
|
|
15165
15260
|
var insertBySelector_default = /*#__PURE__*/ __webpack_require__.n(insertBySelector);
|
|
15166
|
-
var setAttributesWithoutAttributes = __webpack_require__("./node_modules/@
|
|
15261
|
+
var setAttributesWithoutAttributes = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js");
|
|
15167
15262
|
var setAttributesWithoutAttributes_default = /*#__PURE__*/ __webpack_require__.n(setAttributesWithoutAttributes);
|
|
15168
|
-
var insertStyleElement = __webpack_require__("./node_modules/@
|
|
15263
|
+
var insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js");
|
|
15169
15264
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
15170
|
-
var styleTagTransform = __webpack_require__("./node_modules/@
|
|
15265
|
+
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
15171
15266
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
15172
|
-
var main = __webpack_require__("./node_modules/@
|
|
15267
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[13].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[13].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[13].use[3]!./src/styles/main.styl");
|
|
15173
15268
|
var main_options = {};
|
|
15174
15269
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
15175
15270
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|