@xplortech/apollo-core 0.0.7 → 0.1.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/CHANGELOG.md +40 -0
- package/README.md +42 -1
- package/build/style.css +972 -372
- package/dist/apollo-core/apollo-core.css +2127 -9
- package/dist/apollo-core/apollo-core.esm.js +125 -1
- package/dist/apollo-core/app-globals-0f993ce5.js +3 -0
- package/dist/apollo-core/css-shim-bbdf0cc6.js +4 -0
- package/dist/apollo-core/dom-1f98a75f.js +73 -0
- package/dist/apollo-core/index-912d1a21.js +584 -0
- package/dist/apollo-core/index-f313719f.js +2938 -0
- package/dist/apollo-core/index.esm.js +1 -0
- package/dist/apollo-core/p-00996870.js +1 -0
- package/dist/apollo-core/p-21872e0f.entry.js +1 -0
- package/dist/apollo-core/{p-1fc2ec24.entry.js → p-6c4f9227.entry.js} +4 -3
- package/dist/apollo-core/p-d8ea7d80.entry.js +1 -0
- package/dist/apollo-core/shadow-css-67b66845.js +389 -0
- package/dist/apollo-core/xpl-avatar.entry.js +19 -0
- package/dist/apollo-core/xpl-badge.entry.js +17 -0
- package/dist/apollo-core/xpl-breadcrumb-item.entry.js +19 -0
- package/dist/apollo-core/xpl-breadcrumbs.entry.js +14 -0
- package/dist/{esm/xpl-button_3.entry.js → apollo-core/xpl-button.entry.js} +15 -152
- package/dist/apollo-core/xpl-checkbox.entry.js +14 -0
- package/dist/apollo-core/xpl-choicelist.entry.js +12 -0
- package/dist/apollo-core/xpl-pagination.entry.js +72 -0
- package/dist/apollo-core/xpl-radio.entry.js +14 -0
- package/dist/apollo-core/xpl-table.entry.js +85 -0
- package/dist/apollo-core/xpl-utility-bar.entry.js +12 -0
- package/dist/cjs/apollo-core.cjs.js +113 -5
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/css-shim-a7379e2b.js +6 -0
- package/dist/cjs/dom-3e7d9c3b.js +75 -0
- package/dist/cjs/index-318d5fc7.js +586 -0
- package/dist/cjs/{index-d0d9877d.js → index-716d8f57.js} +106 -29
- package/dist/cjs/index-fca88002.js +2973 -0
- package/dist/cjs/index.cjs.js +1 -0
- package/dist/cjs/loader.cjs.js +19 -3
- package/dist/cjs/shadow-css-09555044.js +391 -0
- package/dist/cjs/xpl-avatar.cjs.entry.js +23 -0
- package/dist/cjs/xpl-avatar_9.cjs.entry.js +16327 -0
- package/dist/cjs/xpl-badge.cjs.entry.js +21 -0
- package/dist/cjs/xpl-breadcrumb-item.cjs.entry.js +23 -0
- package/dist/cjs/xpl-breadcrumbs.cjs.entry.js +18 -0
- package/dist/cjs/{xpl-button_3.cjs.entry.js → xpl-button.cjs.entry.js} +14 -153
- package/dist/cjs/xpl-checkbox.cjs.entry.js +18 -0
- package/dist/cjs/xpl-choicelist.cjs.entry.js +16 -0
- package/dist/cjs/xpl-pagination.cjs.entry.js +76 -0
- package/dist/cjs/xpl-radio.cjs.entry.js +18 -0
- package/dist/cjs/xpl-table.cjs.entry.js +89 -0
- package/dist/cjs/xpl-utility-bar.cjs.entry.js +16 -0
- package/dist/collection/collection-manifest.json +10 -2
- package/dist/collection/components/xpl-avatar/xpl-avatar.js +158 -0
- package/dist/collection/components/xpl-badge/xpl-badge.js +50 -0
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +19 -0
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +12 -0
- package/dist/collection/components/xpl-button/xpl-button.js +37 -5
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +139 -0
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +9 -0
- package/dist/collection/components/xpl-radio/xpl-radio.js +122 -0
- package/dist/collection/components/xpl-table/xpl-table.js +9 -5
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +10 -0
- package/dist/custom-elements/index.d.ts +36 -0
- package/dist/custom-elements/index.js +733 -11
- package/dist/esm/apollo-core.js +113 -5
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/css-shim-bbdf0cc6.js +4 -0
- package/dist/esm/dom-1f98a75f.js +73 -0
- package/dist/esm/{index-252a5f91.js → index-4c8962a5.js} +106 -29
- package/dist/esm/index-912d1a21.js +584 -0
- package/dist/esm/index-f313719f.js +2938 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +19 -3
- package/dist/esm/shadow-css-67b66845.js +389 -0
- package/dist/esm/xpl-avatar.entry.js +19 -0
- package/dist/esm/xpl-avatar_9.entry.js +16315 -0
- package/dist/esm/xpl-badge.entry.js +17 -0
- package/dist/esm/xpl-breadcrumb-item.entry.js +19 -0
- package/dist/esm/xpl-breadcrumbs.entry.js +14 -0
- package/dist/esm/xpl-button.entry.js +16086 -0
- package/dist/esm/xpl-checkbox.entry.js +14 -0
- package/dist/esm/xpl-choicelist.entry.js +12 -0
- package/dist/esm/xpl-pagination.entry.js +72 -0
- package/dist/esm/xpl-radio.entry.js +14 -0
- package/dist/esm/xpl-table.entry.js +85 -0
- package/dist/esm/xpl-utility-bar.entry.js +12 -0
- package/dist/stories/avatar.stories.js +173 -0
- package/dist/stories/badge.stories.js +48 -0
- package/dist/stories/breadcrumbs.stories.js +115 -0
- package/dist/stories/button.stories.js +98 -0
- package/dist/stories/checkbox.stories.js +66 -0
- package/dist/stories/pagination.stories.js +84 -0
- package/dist/stories/radio.stories.js +56 -0
- package/dist/stories/table.stories.js +107 -0
- package/dist/stories/tabs.stories.js +24 -0
- package/dist/stories/utility-bar.stories.js +94 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/avatar.stories.d.ts +91 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/badge.stories.d.ts +48 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/breadcrumbs.stories.d.ts +53 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/button.stories.d.ts +74 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/checkbox.stories.d.ts +64 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/pagination.stories.d.ts +0 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/radio.stories.d.ts +56 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/table.stories.d.ts +50 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/tabs.stories.d.ts +0 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/utility-bar.stories.d.ts +20 -0
- package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +11 -0
- package/dist/types/components/xpl-badge/xpl-badge.d.ts +5 -0
- package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.d.ts +4 -0
- package/dist/types/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.d.ts +3 -0
- package/dist/types/{.stencil → components}/xpl-button/xpl-button.d.ts +3 -1
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +11 -0
- package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +3 -0
- package/dist/types/components/xpl-radio/xpl-radio.d.ts +10 -0
- package/dist/types/{.stencil → components}/xpl-table/xpl-table.d.ts +2 -2
- package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +3 -0
- package/dist/types/components.d.ts +132 -4
- package/dist/types/stencil-public-runtime.d.ts +183 -182
- package/package.json +42 -13
- package/dist/apollo-core/p-3f7da885.js +0 -1
- /package/dist/types/{.stencil → components}/xpl-pagination/xpl-pagination.d.ts +0 -0
|
@@ -679,6 +679,7 @@ export declare namespace JSXBase {
|
|
|
679
679
|
media?: string;
|
|
680
680
|
rel?: string;
|
|
681
681
|
target?: string;
|
|
682
|
+
referrerPolicy?: ReferrerPolicy;
|
|
682
683
|
}
|
|
683
684
|
interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
684
685
|
}
|
|
@@ -1166,87 +1167,87 @@ export declare namespace JSXBase {
|
|
|
1166
1167
|
unselectable?: boolean;
|
|
1167
1168
|
}
|
|
1168
1169
|
interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
|
|
1169
|
-
|
|
1170
|
+
class?: string | {
|
|
1170
1171
|
[className: string]: boolean;
|
|
1171
1172
|
};
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1173
|
+
color?: string;
|
|
1174
|
+
height?: number | string;
|
|
1175
|
+
id?: string;
|
|
1176
|
+
lang?: string;
|
|
1177
|
+
max?: number | string;
|
|
1178
|
+
media?: string;
|
|
1179
|
+
method?: string;
|
|
1180
|
+
min?: number | string;
|
|
1181
|
+
name?: string;
|
|
1182
|
+
style?: {
|
|
1182
1183
|
[key: string]: string | undefined;
|
|
1183
1184
|
};
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1185
|
+
target?: string;
|
|
1186
|
+
type?: string;
|
|
1187
|
+
width?: number | string;
|
|
1188
|
+
role?: string;
|
|
1189
|
+
tabindex?: number;
|
|
1189
1190
|
'accent-height'?: number | string;
|
|
1190
|
-
|
|
1191
|
-
|
|
1191
|
+
accumulate?: 'none' | 'sum';
|
|
1192
|
+
additive?: 'replace' | 'sum';
|
|
1192
1193
|
'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1194
|
+
allowReorder?: 'no' | 'yes';
|
|
1195
|
+
alphabetic?: number | string;
|
|
1196
|
+
amplitude?: number | string;
|
|
1196
1197
|
'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1198
|
+
ascent?: number | string;
|
|
1199
|
+
attributeName?: string;
|
|
1200
|
+
attributeType?: string;
|
|
1201
|
+
autoReverse?: number | string;
|
|
1202
|
+
azimuth?: number | string;
|
|
1203
|
+
baseFrequency?: number | string;
|
|
1203
1204
|
'baseline-shift'?: number | string;
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1205
|
+
baseProfile?: number | string;
|
|
1206
|
+
bbox?: number | string;
|
|
1207
|
+
begin?: number | string;
|
|
1208
|
+
bias?: number | string;
|
|
1209
|
+
by?: number | string;
|
|
1210
|
+
calcMode?: number | string;
|
|
1210
1211
|
'cap-height'?: number | string;
|
|
1211
|
-
|
|
1212
|
+
clip?: number | string;
|
|
1212
1213
|
'clip-path'?: string;
|
|
1213
|
-
|
|
1214
|
+
clipPathUnits?: number | string;
|
|
1214
1215
|
'clip-rule'?: number | string;
|
|
1215
1216
|
'color-interpolation'?: number | string;
|
|
1216
1217
|
'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
|
|
1217
1218
|
'color-profile'?: number | string;
|
|
1218
1219
|
'color-rendering'?: number | string;
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1220
|
+
contentScriptType?: number | string;
|
|
1221
|
+
contentStyleType?: number | string;
|
|
1222
|
+
cursor?: number | string;
|
|
1223
|
+
cx?: number | string;
|
|
1224
|
+
cy?: number | string;
|
|
1225
|
+
d?: string;
|
|
1226
|
+
decelerate?: number | string;
|
|
1227
|
+
descent?: number | string;
|
|
1228
|
+
diffuseConstant?: number | string;
|
|
1229
|
+
direction?: number | string;
|
|
1230
|
+
display?: number | string;
|
|
1231
|
+
divisor?: number | string;
|
|
1231
1232
|
'dominant-baseline'?: number | string;
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1233
|
+
dur?: number | string;
|
|
1234
|
+
dx?: number | string;
|
|
1235
|
+
dy?: number | string;
|
|
1235
1236
|
'edge-mode'?: number | string;
|
|
1236
|
-
|
|
1237
|
+
elevation?: number | string;
|
|
1237
1238
|
'enable-background'?: number | string;
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1239
|
+
end?: number | string;
|
|
1240
|
+
exponent?: number | string;
|
|
1241
|
+
externalResourcesRequired?: number | string;
|
|
1242
|
+
fill?: string;
|
|
1242
1243
|
'fill-opacity'?: number | string;
|
|
1243
1244
|
'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1245
|
+
filter?: string;
|
|
1246
|
+
filterRes?: number | string;
|
|
1247
|
+
filterUnits?: number | string;
|
|
1247
1248
|
'flood-color'?: number | string;
|
|
1248
1249
|
'flood-opacity'?: number | string;
|
|
1249
|
-
|
|
1250
|
+
focusable?: number | string;
|
|
1250
1251
|
'font-family'?: string;
|
|
1251
1252
|
'font-size'?: number | string;
|
|
1252
1253
|
'font-size-adjust'?: number | string;
|
|
@@ -1254,113 +1255,113 @@ export declare namespace JSXBase {
|
|
|
1254
1255
|
'font-style'?: number | string;
|
|
1255
1256
|
'font-variant'?: number | string;
|
|
1256
1257
|
'font-weight'?: number | string;
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1258
|
+
format?: number | string;
|
|
1259
|
+
from?: number | string;
|
|
1260
|
+
fx?: number | string;
|
|
1261
|
+
fy?: number | string;
|
|
1262
|
+
g1?: number | string;
|
|
1263
|
+
g2?: number | string;
|
|
1263
1264
|
'glyph-name'?: number | string;
|
|
1264
1265
|
'glyph-orientation-horizontal'?: number | string;
|
|
1265
1266
|
'glyph-orientation-vertical'?: number | string;
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1267
|
+
glyphRef?: number | string;
|
|
1268
|
+
gradientTransform?: string;
|
|
1269
|
+
gradientUnits?: string;
|
|
1270
|
+
hanging?: number | string;
|
|
1270
1271
|
'horiz-adv-x'?: number | string;
|
|
1271
1272
|
'horiz-origin-x'?: number | string;
|
|
1272
|
-
|
|
1273
|
-
|
|
1273
|
+
href?: string;
|
|
1274
|
+
ideographic?: number | string;
|
|
1274
1275
|
'image-rendering'?: number | string;
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1276
|
+
in2?: number | string;
|
|
1277
|
+
in?: string;
|
|
1278
|
+
intercept?: number | string;
|
|
1279
|
+
k1?: number | string;
|
|
1280
|
+
k2?: number | string;
|
|
1281
|
+
k3?: number | string;
|
|
1282
|
+
k4?: number | string;
|
|
1283
|
+
k?: number | string;
|
|
1284
|
+
kernelMatrix?: number | string;
|
|
1285
|
+
kernelUnitLength?: number | string;
|
|
1286
|
+
kerning?: number | string;
|
|
1287
|
+
keyPoints?: number | string;
|
|
1288
|
+
keySplines?: number | string;
|
|
1289
|
+
keyTimes?: number | string;
|
|
1290
|
+
lengthAdjust?: number | string;
|
|
1290
1291
|
'letter-spacing'?: number | string;
|
|
1291
1292
|
'lighting-color'?: number | string;
|
|
1292
|
-
|
|
1293
|
-
|
|
1293
|
+
limitingConeAngle?: number | string;
|
|
1294
|
+
local?: number | string;
|
|
1294
1295
|
'marker-end'?: string;
|
|
1295
|
-
|
|
1296
|
+
markerHeight?: number | string;
|
|
1296
1297
|
'marker-mid'?: string;
|
|
1297
1298
|
'marker-start'?: string;
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1299
|
+
markerUnits?: number | string;
|
|
1300
|
+
markerWidth?: number | string;
|
|
1301
|
+
mask?: string;
|
|
1302
|
+
maskContentUnits?: number | string;
|
|
1303
|
+
maskUnits?: number | string;
|
|
1304
|
+
mathematical?: number | string;
|
|
1305
|
+
mode?: number | string;
|
|
1306
|
+
numOctaves?: number | string;
|
|
1307
|
+
offset?: number | string;
|
|
1308
|
+
opacity?: number | string;
|
|
1309
|
+
operator?: number | string;
|
|
1310
|
+
order?: number | string;
|
|
1311
|
+
orient?: number | string;
|
|
1312
|
+
orientation?: number | string;
|
|
1313
|
+
origin?: number | string;
|
|
1314
|
+
overflow?: number | string;
|
|
1314
1315
|
'overline-position'?: number | string;
|
|
1315
1316
|
'overline-thickness'?: number | string;
|
|
1316
1317
|
'paint-order'?: number | string;
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1318
|
+
panose1?: number | string;
|
|
1319
|
+
pathLength?: number | string;
|
|
1320
|
+
patternContentUnits?: string;
|
|
1321
|
+
patternTransform?: number | string;
|
|
1322
|
+
patternUnits?: string;
|
|
1322
1323
|
'pointer-events'?: number | string;
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1324
|
+
points?: string;
|
|
1325
|
+
pointsAtX?: number | string;
|
|
1326
|
+
pointsAtY?: number | string;
|
|
1327
|
+
pointsAtZ?: number | string;
|
|
1328
|
+
preserveAlpha?: number | string;
|
|
1329
|
+
preserveAspectRatio?: string;
|
|
1330
|
+
primitiveUnits?: number | string;
|
|
1331
|
+
r?: number | string;
|
|
1332
|
+
radius?: number | string;
|
|
1333
|
+
refX?: number | string;
|
|
1334
|
+
refY?: number | string;
|
|
1334
1335
|
'rendering-intent'?: number | string;
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1336
|
+
repeatCount?: number | string;
|
|
1337
|
+
repeatDur?: number | string;
|
|
1338
|
+
requiredextensions?: number | string;
|
|
1339
|
+
requiredFeatures?: number | string;
|
|
1340
|
+
restart?: number | string;
|
|
1341
|
+
result?: string;
|
|
1342
|
+
rotate?: number | string;
|
|
1343
|
+
rx?: number | string;
|
|
1344
|
+
ry?: number | string;
|
|
1345
|
+
scale?: number | string;
|
|
1346
|
+
seed?: number | string;
|
|
1346
1347
|
'shape-rendering'?: number | string;
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1348
|
+
slope?: number | string;
|
|
1349
|
+
spacing?: number | string;
|
|
1350
|
+
specularConstant?: number | string;
|
|
1351
|
+
specularExponent?: number | string;
|
|
1352
|
+
speed?: number | string;
|
|
1353
|
+
spreadMethod?: string;
|
|
1354
|
+
startOffset?: number | string;
|
|
1355
|
+
stdDeviation?: number | string;
|
|
1356
|
+
stemh?: number | string;
|
|
1357
|
+
stemv?: number | string;
|
|
1358
|
+
stitchTiles?: number | string;
|
|
1358
1359
|
'stop-color'?: string;
|
|
1359
1360
|
'stop-opacity'?: number | string;
|
|
1360
1361
|
'strikethrough-position'?: number | string;
|
|
1361
1362
|
'strikethrough-thickness'?: number | string;
|
|
1362
|
-
|
|
1363
|
-
|
|
1363
|
+
string?: number | string;
|
|
1364
|
+
stroke?: string;
|
|
1364
1365
|
'stroke-dasharray'?: string | number;
|
|
1365
1366
|
'stroke-dashoffset'?: string | number;
|
|
1366
1367
|
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
|
|
@@ -1368,63 +1369,63 @@ export declare namespace JSXBase {
|
|
|
1368
1369
|
'stroke-miterlimit'?: string;
|
|
1369
1370
|
'stroke-opacity'?: number | string;
|
|
1370
1371
|
'stroke-width'?: number | string;
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1372
|
+
surfaceScale?: number | string;
|
|
1373
|
+
systemLanguage?: number | string;
|
|
1374
|
+
tableValues?: number | string;
|
|
1375
|
+
targetX?: number | string;
|
|
1376
|
+
targetY?: number | string;
|
|
1376
1377
|
'text-anchor'?: string;
|
|
1377
1378
|
'text-decoration'?: number | string;
|
|
1378
|
-
|
|
1379
|
+
textLength?: number | string;
|
|
1379
1380
|
'text-rendering'?: number | string;
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1381
|
+
to?: number | string;
|
|
1382
|
+
transform?: string;
|
|
1383
|
+
u1?: number | string;
|
|
1384
|
+
u2?: number | string;
|
|
1384
1385
|
'underline-position'?: number | string;
|
|
1385
1386
|
'underline-thickness'?: number | string;
|
|
1386
|
-
|
|
1387
|
+
unicode?: number | string;
|
|
1387
1388
|
'unicode-bidi'?: number | string;
|
|
1388
1389
|
'unicode-range'?: number | string;
|
|
1389
1390
|
'units-per-em'?: number | string;
|
|
1390
1391
|
'v-alphabetic'?: number | string;
|
|
1391
|
-
|
|
1392
|
+
values?: string;
|
|
1392
1393
|
'vector-effect'?: number | string;
|
|
1393
|
-
|
|
1394
|
+
version?: string;
|
|
1394
1395
|
'vert-adv-y'?: number | string;
|
|
1395
1396
|
'vert-origin-x'?: number | string;
|
|
1396
1397
|
'vert-origin-y'?: number | string;
|
|
1397
1398
|
'v-hanging'?: number | string;
|
|
1398
1399
|
'v-ideographic'?: number | string;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1400
|
+
viewBox?: string;
|
|
1401
|
+
viewTarget?: number | string;
|
|
1402
|
+
visibility?: number | string;
|
|
1402
1403
|
'v-mathematical'?: number | string;
|
|
1403
|
-
|
|
1404
|
+
widths?: number | string;
|
|
1404
1405
|
'word-spacing'?: number | string;
|
|
1405
1406
|
'writing-mode'?: number | string;
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1407
|
+
x1?: number | string;
|
|
1408
|
+
x2?: number | string;
|
|
1409
|
+
x?: number | string;
|
|
1409
1410
|
'x-channel-selector'?: string;
|
|
1410
1411
|
'x-height'?: number | string;
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1412
|
+
xlinkActuate?: string;
|
|
1413
|
+
xlinkArcrole?: string;
|
|
1414
|
+
xlinkHref?: string;
|
|
1415
|
+
xlinkRole?: string;
|
|
1416
|
+
xlinkShow?: string;
|
|
1417
|
+
xlinkTitle?: string;
|
|
1418
|
+
xlinkType?: string;
|
|
1419
|
+
xmlBase?: string;
|
|
1420
|
+
xmlLang?: string;
|
|
1421
|
+
xmlns?: string;
|
|
1422
|
+
xmlSpace?: string;
|
|
1423
|
+
y1?: number | string;
|
|
1424
|
+
y2?: number | string;
|
|
1425
|
+
y?: number | string;
|
|
1426
|
+
yChannelSelector?: string;
|
|
1427
|
+
z?: number | string;
|
|
1428
|
+
zoomAndPan?: string;
|
|
1428
1429
|
}
|
|
1429
1430
|
interface DOMAttributes<T = Element> {
|
|
1430
1431
|
key?: string | number;
|
package/package.json
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xplortech/apollo-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/custom-elements/index.js",
|
|
6
6
|
"types": "dist/custom-elements/index.d.ts",
|
|
7
7
|
"collection": "dist/collection/collection-manifest.json",
|
|
8
8
|
"collection:main": "dist/collection/index.js",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "
|
|
10
|
+
"build": "npm-run-all build:*",
|
|
11
|
+
"build:css": "NODE_ENV=production postcss src/style.css -o build/style.css",
|
|
12
|
+
"build:stencil": "stencil build --docs --prod && cp -r dist .storybook && cp -r loader .storybook",
|
|
13
|
+
"clean": "rm -rf dist/ loader/ storybook-static/ www/ build/ src/components/components.d.ts",
|
|
14
|
+
"build:storybook": "build-storybook -s build",
|
|
11
15
|
"dev": "concurrently 'stencil build --dev --watch --serve' 'postcss src/style.css -o build/style.css -w'",
|
|
16
|
+
"lint": "npm-run-all lint:*",
|
|
17
|
+
"lint:css": "stylelint 'src/**/*.css'",
|
|
18
|
+
"lint:ts": "eslint src/components/**/*{.ts,.tsx} src/stories/**/*.ts",
|
|
12
19
|
"format": "prettier --write src",
|
|
13
|
-
"test": "
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
20
|
+
"test": "stencil test --spec",
|
|
21
|
+
"test.watch": "stencil test --spec --watch",
|
|
22
|
+
"test.e2e": "stencil test --e2e",
|
|
23
|
+
"release-major": "release-it major --disable-metrics -- --ci",
|
|
24
|
+
"release-minor": "release-it minor --disable-metrics -- --ci",
|
|
25
|
+
"release-patch": "release-it patch --disable-metrics -- --ci",
|
|
26
|
+
"storybook": "npm-run-all build:css storybook:start",
|
|
27
|
+
"storybook:start": "start-storybook -s build -p 6006",
|
|
18
28
|
"generate": "stencil generate"
|
|
19
29
|
},
|
|
20
30
|
"engines": {
|
|
@@ -29,27 +39,46 @@
|
|
|
29
39
|
"@babel/core": "^7.14.5",
|
|
30
40
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
31
41
|
"@stencil/core": "^2.6.0",
|
|
42
|
+
"@stencil/eslint-plugin": "^0.3.1",
|
|
32
43
|
"@stencil/react-output-target": "0.0.9",
|
|
33
|
-
"@storybook/addon-a11y": "^6.3.
|
|
34
|
-
"@storybook/addon-actions": "^6.
|
|
35
|
-
"@storybook/addon-essentials": "^6.
|
|
44
|
+
"@storybook/addon-a11y": "^6.3.4",
|
|
45
|
+
"@storybook/addon-actions": "^6.3.4",
|
|
46
|
+
"@storybook/addon-essentials": "^6.3.4",
|
|
36
47
|
"@storybook/addon-info": "^5.3.21",
|
|
37
|
-
"@storybook/addon-links": "^6.
|
|
38
|
-
"@storybook/html": "^6.
|
|
48
|
+
"@storybook/addon-links": "^6.3.4",
|
|
49
|
+
"@storybook/html": "^6.3.4",
|
|
50
|
+
"@types/jest": "^26.0.21",
|
|
51
|
+
"@types/puppeteer": "^5.4.3",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
53
|
+
"@typescript-eslint/parser": "^4.30.0",
|
|
39
54
|
"@whitespace/storybook-addon-html": "^5.0.0",
|
|
55
|
+
"auto-changelog": "^2.3.0",
|
|
40
56
|
"autoprefixer": "^10.2.6",
|
|
41
57
|
"babel-loader": "^8.2.2",
|
|
42
58
|
"concurrently": "5.3.0",
|
|
59
|
+
"doctoc": "^2.1.0",
|
|
43
60
|
"dotenv": "^10.0.0",
|
|
61
|
+
"eslint": "^7.32.0",
|
|
62
|
+
"eslint-plugin-react": "^7.25.1",
|
|
63
|
+
"jest": "^26.6.3",
|
|
64
|
+
"jest-cli": "^26.6.3",
|
|
65
|
+
"npm-run-all": "^4.1.5",
|
|
44
66
|
"parcel": "^2.0.0-beta.2",
|
|
45
|
-
"postcss": "^8.3.
|
|
67
|
+
"postcss": "^8.3.8",
|
|
46
68
|
"postcss-cli": "^8.3.1",
|
|
47
69
|
"postcss-import": "^14.0.2",
|
|
70
|
+
"postcss-nested": "^5.0.6",
|
|
71
|
+
"postcss-pxtorem": "^6.0.0",
|
|
48
72
|
"prettier": "^2.3.1",
|
|
49
73
|
"puppeteer": "^10.1.0",
|
|
74
|
+
"release-it": "^14.11.6",
|
|
50
75
|
"storybook-addon-html-document": "^1.0.1",
|
|
51
76
|
"storybook-dark-mode": "^1.0.8",
|
|
77
|
+
"stylelint": "^13.13.1",
|
|
78
|
+
"stylelint-config-standard": "^22.0.0",
|
|
79
|
+
"stylelint-order": "^4.1.0",
|
|
52
80
|
"tailwindcss": "2.1.4",
|
|
81
|
+
"typescript": "^4.4.2",
|
|
53
82
|
"uuid": "^8.3.2"
|
|
54
83
|
}
|
|
55
84
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
let e,t,l=!1,n=!1,o=!1,s=!1,r=!1;const c="undefined"!=typeof window?window:{},i=c.document||{head:{}},a={t:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,n)=>e.addEventListener(t,l,n),rel:(e,t,l,n)=>e.removeEventListener(t,l,n),ce:(e,t)=>new CustomEvent(e,t)},u=e=>Promise.resolve(e),f={},$=e=>"object"==(e=typeof e)||"function"===e,d=(e,t,...l)=>{let n=null,o=null,s=!1,r=!1,c=[];const i=t=>{for(let l=0;l<t.length;l++)n=t[l],Array.isArray(n)?i(n):null!=n&&"boolean"!=typeof n&&((s="function"!=typeof e&&!$(n))&&(n+=""),s&&r?c[c.length-1].o+=n:c.push(s?b(null,n):n),r=s)};if(i(l),t){t.name&&(o=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const a=b(e,null);return a.i=t,c.length>0&&(a.u=c),a.$=o,a},b=(e,t)=>({t:0,m:e,o:t,p:null,u:null,i:null,$:null}),m={},p=(e,t,l,n,o,s)=>{if(l!==n){let r=Y(e,t),i=t.toLowerCase();if("class"===t){const t=e.classList,o=w(l),s=w(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("ref"===t)n&&n(e);else if(r||"o"!==t[0]||"n"!==t[1]){const c=$(n);if((r||c&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{let o=null==n?"":n;"list"===t?r=!1:null!=l&&e[t]==o||(e[t]=o)}}catch(e){}null==n||!1===n?!1===n&&""!==e.getAttribute(t)||e.removeAttribute(t):(!r||4&s||o)&&!c&&e.setAttribute(t,n=!0===n?"":n)}else t="-"===t[2]?t.slice(3):Y(c,i)?i.slice(2):i[2]+t.slice(3),l&&a.rel(e,t,l,!1),n&&a.ael(e,t,n,!1)}},h=/\s/,w=e=>e?e.split(h):[],y=(e,t,l,n)=>{const o=11===t.p.nodeType&&t.p.host?t.p.host:t.p,s=e&&e.i||f,r=t.i||f;for(n in s)n in r||p(o,n,s[n],void 0,l,t.t);for(n in r)p(o,n,s[n],r[n],l,t.t)},g=(n,r,c)=>{let a,u,f,$=r.u[c],d=0;if(l||(o=!0,"slot"===$.m&&($.t|=$.u?2:1)),null!==$.o)a=$.p=i.createTextNode($.o);else if(1&$.t)a=$.p=i.createTextNode("");else{if(s||(s="svg"===$.m),a=$.p=i.createElementNS(s?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&$.t?"slot-fb":$.m),s&&"foreignObject"===$.m&&(s=!1),y(null,$,s),$.u)for(d=0;d<$.u.length;++d)u=g(n,$,d),u&&a.appendChild(u);"svg"===$.m?s=!1:"foreignObject"===a.tagName&&(s=!0)}return a["s-hn"]=t,3&$.t&&(a["s-sr"]=!0,a["s-cr"]=e,a["s-sn"]=$.$||"",f=n&&n.u&&n.u[c],f&&f.m===$.m&&n.p&&v(n.p,!1)),a},v=(e,l)=>{a.t|=1;const n=e.childNodes;for(let e=n.length-1;e>=0;e--){const s=n[e];s["s-hn"]!==t&&s["s-ol"]&&(P(s).insertBefore(s,M(s)),s["s-ol"].remove(),s["s-ol"]=void 0,o=!0),l&&v(s,l)}a.t&=-2},j=(e,t,l,n,o,s)=>{let r,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(;o<=s;++o)n[o]&&(r=g(null,l,o),r&&(n[o].p=r,c.insertBefore(r,M(t))))},O=(e,t,l,o,s)=>{for(;t<=l;++t)(o=e[t])&&(s=o.p,L(o),n=!0,s["s-ol"]?s["s-ol"].remove():v(s,!0),s.remove())},k=(e,t)=>e.m===t.m&&("slot"!==e.m||e.$===t.$),M=e=>e&&e["s-ol"]||e,P=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,R=(e,t)=>{const l=t.p=e.p,n=e.u,o=t.u,r=t.m,c=t.o;let i;null===c?(s="svg"===r||"foreignObject"!==r&&s,"slot"===r||y(e,t,s),null!==n&&null!==o?((e,t,l,n)=>{let o,s=0,r=0,c=t.length-1,i=t[0],a=t[c],u=n.length-1,f=n[0],$=n[u];for(;s<=c&&r<=u;)null==i?i=t[++s]:null==a?a=t[--c]:null==f?f=n[++r]:null==$?$=n[--u]:k(i,f)?(R(i,f),i=t[++s],f=n[++r]):k(a,$)?(R(a,$),a=t[--c],$=n[--u]):k(i,$)?("slot"!==i.m&&"slot"!==$.m||v(i.p.parentNode,!1),R(i,$),e.insertBefore(i.p,a.p.nextSibling),i=t[++s],$=n[--u]):k(a,f)?("slot"!==i.m&&"slot"!==$.m||v(a.p.parentNode,!1),R(a,f),e.insertBefore(a.p,i.p),a=t[--c],f=n[++r]):(o=g(t&&t[r],l,r),f=n[++r],o&&P(i.p).insertBefore(o,M(i.p)));s>c?j(e,null==n[u+1]?null:n[u+1].p,l,n,r,u):r>u&&O(t,s,c)})(l,n,t,o):null!==o?(null!==e.o&&(l.textContent=""),j(l,null,t,o,0,o.length-1)):null!==n&&O(n,0,n.length-1),s&&"svg"===r&&(s=!1)):(i=l["s-cr"])?i.parentNode.textContent=c:e.o!==c&&(l.data=c)},T=e=>{let t,l,n,o,s,r,c=e.childNodes;for(l=0,n=c.length;l<n;l++)if(t=c[l],1===t.nodeType){if(t["s-sr"])for(s=t["s-sn"],t.hidden=!1,o=0;o<n;o++)if(r=c[o].nodeType,c[o]["s-hn"]!==t["s-hn"]||""!==s){if(1===r&&s===c[o].getAttribute("slot")){t.hidden=!0;break}}else if(1===r||3===r&&""!==c[o].textContent.trim()){t.hidden=!0;break}T(t)}},x=[],C=e=>{let t,l,o,s,r,c,i=0,a=e.childNodes,u=a.length;for(;i<u;i++){if(t=a[i],t["s-sr"]&&(l=t["s-cr"])&&l.parentNode)for(o=l.parentNode.childNodes,s=t["s-sn"],c=o.length-1;c>=0;c--)l=o[c],l["s-cn"]||l["s-nr"]||l["s-hn"]===t["s-hn"]||(E(l,s)?(r=x.find((e=>e.h===l)),n=!0,l["s-sn"]=l["s-sn"]||s,r?r.g=t:x.push({g:t,h:l}),l["s-sr"]&&x.map((e=>{E(e.h,l["s-sn"])&&(r=x.find((e=>e.h===l)),r&&!e.g&&(e.g=r.g))}))):x.some((e=>e.h===l))||x.push({h:l}));1===t.nodeType&&C(t)}},E=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,L=e=>{e.i&&e.i.ref&&e.i.ref(null),e.u&&e.u.map(L)},A=(e,t,l)=>{const n=(e=>Q(e).v)(e);return{emit:e=>F(n,t,{bubbles:!!(4&l),composed:!!(2&l),cancelable:!!(1&l),detail:e})}},F=(e,t,l)=>{const n=a.ce(t,l);return e.dispatchEvent(n),n},H=(e,t)=>{t&&!e.j&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.j=t)))},N=(e,t)=>{if(e.t|=16,!(4&e.t))return H(e,e.O),ie((()=>U(e,t)));e.t|=512},U=(e,t)=>{const l=e.k;let n;return t&&(n=z(l,"componentWillLoad")),B(n,(()=>W(e,l)))},W=async(e,t)=>{const l=e.v,n=l["s-rc"];q(e,t),n&&(n.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>V(e);0===t.length?n():(Promise.all(t).then(n),e.t|=4,t.length=0)}},q=(s,r)=>{try{r=r.render(),s.t&=-17,s.t|=2,((s,r)=>{const c=s.v,u=s.M,f=s.P||b(null,null),$=(e=>e&&e.m===m)(r)?r:d(null,null,r);if(t=c.tagName,$.m=null,$.t|=4,s.P=$,$.p=f.p=c,e=c["s-cr"],l=0!=(1&u.t),n=!1,R(f,$),a.t|=1,o){let e,t,l,n,o,s;C($.p);let r=0;for(;r<x.length;r++)e=x[r],t=e.h,t["s-ol"]||(l=i.createTextNode(""),l["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=l,t));for(r=0;r<x.length;r++)if(e=x[r],t=e.h,e.g){for(n=e.g.parentNode,o=e.g.nextSibling,l=t["s-ol"];l=l.previousSibling;)if(s=l["s-nr"],s&&s["s-sn"]===t["s-sn"]&&n===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&n!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),n.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}n&&T($.p),a.t&=-2,x.length=0})(s,r)}catch(e){Z(e,s.v)}return null},V=e=>{const t=e.v,l=e.O;64&e.t||(e.t|=64,D(t),e.R(t),l||_()),e.T(t),e.j&&(e.j(),e.j=void 0),512&e.t&&ce((()=>N(e,!1))),e.t&=-517},_=()=>{D(i.documentElement),ce((()=>F(c,"appload",{detail:{namespace:"apollo-core"}})))},z=(e,t,l)=>{if(e&&e[t])try{return e[t](l)}catch(e){Z(e)}},B=(e,t)=>e&&e.then?e.then(t):t(),D=e=>e.classList.add("hydrated"),G=(e,t,l)=>{if(t.C){const n=Object.entries(t.C),o=e.prototype;if(n.map((([e,[n]])=>{31&n||2&l&&32&n?Object.defineProperty(o,e,{get(){return((e,t)=>Q(this).L.get(t))(0,e)},set(l){((e,t,l,n)=>{const o=Q(e),s=o.L.get(t),r=o.t,c=o.k;l=((e,t)=>null==e||$(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(l,n.C[t][0]),8&r&&void 0!==s||l===s||(o.L.set(t,l),c&&2==(18&r)&&N(o,!1))})(this,e,l,t)},configurable:!0,enumerable:!0}):1&l&&64&n&&Object.defineProperty(o,e,{value(...t){const l=Q(this);return l.A.then((()=>l.k[e](...t)))}})})),1&l){const t=new Map;o.attributeChangedCallback=function(e,l,n){a.jmp((()=>{const l=t.get(e);this[l]=(null!==n||"boolean"!=typeof this[l])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,l])=>{const n=l[1]||e;return t.set(n,e),n}))}}return e},I=e=>{const t=e["s-cr"]=i.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)},J=(e,t={})=>{const l=[],n=t.exclude||[],o=c.customElements,s=i.head,r=s.querySelector("meta[charset]"),u=i.createElement("style"),f=[];let $,d=!0;Object.assign(a,t),a.l=new URL(t.resourcesUrl||"./",i.baseURI).href,e.map((e=>e[1].map((t=>{const s={t:t[0],F:t[1],C:t[2],H:t[3]};s.C=t[2];const r=s.F,c=class extends HTMLElement{constructor(e){super(e),X(e=this,s)}connectedCallback(){$&&(clearTimeout($),$=null),d?f.push(this):a.jmp((()=>(e=>{if(0==(1&a.t)){const t=Q(e),l=t.M,n=()=>{};if(!(1&t.t)){t.t|=1,12&l.t&&I(e);{let l=e;for(;l=l.parentNode||l.host;)if(l["s-p"]){H(t,t.O=l);break}}l.C&&Object.entries(l.C).map((([t,[l]])=>{if(31&l&&e.hasOwnProperty(t)){const l=e[t];delete e[t],e[t]=l}})),(async(e,t,l,n,o)=>{if(0==(32&t.t)){if(t.t|=32,(o=te(l)).then){const e=()=>{};o=await o,e()}o.isProxied||(G(o,l,2),o.isProxied=!0);const e=()=>{};t.t|=8;try{new o(t)}catch(e){Z(e)}t.t&=-9,e()}const s=t.O,r=()=>N(t,!0);s&&s["s-rc"]?s["s-rc"].push(r):r()})(0,t,l)}n()}})(this)))}disconnectedCallback(){a.jmp((()=>{}))}componentOnReady(){return Q(this).N}};s.U=e[0],n.includes(r)||o.get(r)||(l.push(r),o.define(r,G(c,s,1)))})))),u.innerHTML=l+"{visibility:hidden}.hydrated{visibility:inherit}",u.setAttribute("data-styles",""),s.insertBefore(u,r?r.nextSibling:s.firstChild),d=!1,f.length?f.map((e=>e.connectedCallback())):a.jmp((()=>$=setTimeout(_,30)))},K=new WeakMap,Q=e=>K.get(e),S=(e,t)=>K.set(t.k=e,t),X=(e,t)=>{const l={t:0,v:e,M:t,L:new Map};return l.A=new Promise((e=>l.T=e)),l.N=new Promise((e=>l.R=e)),e["s-p"]=[],e["s-rc"]=[],K.set(e,l)},Y=(e,t)=>t in e,Z=(e,t)=>(0,console.error)(e,t),ee=new Map,te=e=>{const t=e.F.replace(/-/g,"_"),l=e.U,n=ee.get(l);return n?n[t]:import(`./${l}.entry.js`).then((e=>(ee.set(l,e),e[t])),Z)},le=[],ne=[],oe=(e,t)=>l=>{e.push(l),r||(r=!0,t&&4&a.t?ce(re):a.raf(re))},se=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){Z(e)}e.length=0},re=()=>{se(le),se(ne),(r=le.length>0)&&a.raf(re)},ce=e=>u().then(e),ie=oe(ne,!0);export{m as H,J as b,A as c,d as h,u as p,S as r}
|
|
File without changes
|