morya-ui 0.3.0 → 0.3.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.
Files changed (205) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/{Button-B5X_R4Md.js → Button-smoDleh0.js} +1 -1
  3. package/dist/Icon-od9Ob-Ay.js +393 -0
  4. package/dist/Loading-BSsRs6v9.js +420 -0
  5. package/dist/{Pagination-CVrH8Ypi.js → Pagination-DrXmzcEy.js} +1 -1
  6. package/dist/accordion/style.css +4 -0
  7. package/dist/auto-complete/index.js +1 -1
  8. package/dist/auto-complete/style.css +18 -6
  9. package/dist/avatar/index.js +1 -1
  10. package/dist/avatar/style.css +4 -0
  11. package/dist/badge/style.css +4 -0
  12. package/dist/block-ui/style.css +4 -0
  13. package/dist/breadcrumb/style.css +4 -0
  14. package/dist/button/index.js +1 -1
  15. package/dist/button/style.css +4 -0
  16. package/dist/card/style.css +4 -0
  17. package/dist/carousel/index.js +72 -64
  18. package/dist/carousel/style.css +31 -10
  19. package/dist/cascade-select/index.js +1 -1
  20. package/dist/cascade-select/style.css +18 -6
  21. package/dist/checkbox/style.css +4 -0
  22. package/dist/chip/index.js +1 -1
  23. package/dist/chip/style.css +4 -0
  24. package/dist/command-menu/index.js +2 -2
  25. package/dist/command-menu/style.css +4 -0
  26. package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
  27. package/dist/components/Carousel/styles.css +27 -10
  28. package/dist/components/DataView/DataView.vue.d.ts +7 -7
  29. package/dist/components/DataView/DataView.vue.d.ts.map +1 -1
  30. package/dist/components/DataView/styles.css +0 -20
  31. package/dist/components/Dropdown/Dropdown.vue.d.ts +2 -2
  32. package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
  33. package/dist/components/Dropdown/DropdownNodes.vue.d.ts +8 -9
  34. package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
  35. package/dist/components/Dropdown/styles.css +24 -5
  36. package/dist/components/Icon/Icon.vue.d.ts.map +1 -1
  37. package/dist/components/Icon/icon-categories.d.ts.map +1 -1
  38. package/dist/components/Icon/icons-types.d.ts +4 -2
  39. package/dist/components/Icon/icons-types.d.ts.map +1 -1
  40. package/dist/components/Icon/icons.d.ts +250 -561
  41. package/dist/components/Icon/icons.d.ts.map +1 -1
  42. package/dist/components/Icon/index.d.ts +2 -2
  43. package/dist/components/Icon/index.d.ts.map +1 -1
  44. package/dist/components/Layout/styles.css +5 -2
  45. package/dist/components/Menu/styles.css +6 -0
  46. package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
  47. package/dist/components/Menubar/styles.css +4 -0
  48. package/dist/components/Scrollbar/Scrollbar.vue.d.ts +1 -1
  49. package/dist/components/Select/Select.vue.d.ts +9 -5
  50. package/dist/components/Select/Select.vue.d.ts.map +1 -1
  51. package/dist/components/Select/styles.css +30 -1
  52. package/dist/components/Select/types.d.ts +11 -1
  53. package/dist/components/Select/types.d.ts.map +1 -1
  54. package/dist/components/Slider/styles.css +9 -0
  55. package/dist/components/SplitButton/styles.css +5 -0
  56. package/dist/components/Table/Table.vue.d.ts +26 -26
  57. package/dist/components/Table/Table.vue.d.ts.map +1 -1
  58. package/dist/components/Table/TableLoadingLine.vue.d.ts.map +1 -1
  59. package/dist/components/Table/styles.css +58 -38
  60. package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
  61. package/dist/components/TreeSelect/styles.css +1 -1
  62. package/dist/config-provider/style.css +4 -0
  63. package/dist/confirm-dialog/index.js +2 -2
  64. package/dist/confirm-dialog/style.css +4 -0
  65. package/dist/confirm-popup/index.js +2 -2
  66. package/dist/confirm-popup/style.css +4 -0
  67. package/dist/context-menu/index.js +2 -2
  68. package/dist/context-menu/style.css +4 -0
  69. package/dist/data-view/index.js +47 -47
  70. package/dist/data-view/style.css +399 -106
  71. package/dist/data-view/style.js +1 -1
  72. package/dist/date-picker/index.js +1 -1
  73. package/dist/date-picker/style.css +4 -0
  74. package/dist/dialog/index.js +2 -2
  75. package/dist/dialog/style.css +4 -0
  76. package/dist/divider/style.css +4 -0
  77. package/dist/dock/index.js +2 -2
  78. package/dist/dock/style.css +4 -0
  79. package/dist/drawer/index.js +1 -1
  80. package/dist/drawer/style.css +4 -0
  81. package/dist/dropdown/index.js +110 -91
  82. package/dist/dropdown/style.css +28 -5
  83. package/dist/empty/index.js +1 -1
  84. package/dist/empty/style.css +4 -0
  85. package/dist/fieldset/index.js +1 -1
  86. package/dist/fieldset/style.css +4 -0
  87. package/dist/file-upload/index.js +1 -1
  88. package/dist/file-upload/style.css +4 -0
  89. package/dist/flex/style.css +4 -0
  90. package/dist/float-label/style.css +4 -0
  91. package/dist/fluid/style.css +4 -0
  92. package/dist/form/style.css +4 -0
  93. package/dist/gallery/index.js +1 -1
  94. package/dist/gallery/style.css +4 -0
  95. package/dist/grid/style.css +4 -0
  96. package/dist/icon/index.js +93 -39
  97. package/dist/icon/style.css +4 -0
  98. package/dist/icon-COrt_N8A.js +18 -0
  99. package/dist/icon-field/style.css +4 -0
  100. package/dist/index.js +2733 -2801
  101. package/dist/inplace/style.css +4 -0
  102. package/dist/input/index.js +1 -1
  103. package/dist/input/style.css +4 -0
  104. package/dist/input-color/style.css +4 -0
  105. package/dist/input-group/style.css +4 -0
  106. package/dist/input-number/index.js +1 -1
  107. package/dist/input-number/style.css +4 -0
  108. package/dist/input-otp/style.css +4 -0
  109. package/dist/input-password/index.js +1 -1
  110. package/dist/input-password/style.css +4 -0
  111. package/dist/input-tags/index.js +1 -1
  112. package/dist/input-tags/style.css +4 -0
  113. package/dist/knob/style.css +4 -0
  114. package/dist/label/style.css +4 -0
  115. package/dist/layout/index.js +1 -1
  116. package/dist/layout/style.css +9 -2
  117. package/dist/listbox/style.css +4 -0
  118. package/dist/loading/index.js +32 -446
  119. package/dist/loading/style.css +4 -0
  120. package/dist/mega-menu/index.js +2 -2
  121. package/dist/mega-menu/style.css +4 -0
  122. package/dist/menu/index.js +2 -2
  123. package/dist/menu/style.css +10 -0
  124. package/dist/menubar/index.js +6 -3
  125. package/dist/menubar/style.css +8 -0
  126. package/dist/message/index.js +1 -1
  127. package/dist/message/style.css +4 -0
  128. package/dist/meter-group/style.css +4 -0
  129. package/dist/order-list/index.js +1 -1
  130. package/dist/order-list/style.css +4 -0
  131. package/dist/page/index.js +1 -1
  132. package/dist/page/style.css +4 -0
  133. package/dist/pagination/index.js +1 -1
  134. package/dist/pagination/style.css +4 -0
  135. package/dist/panel/index.js +1 -1
  136. package/dist/panel/style.css +4 -0
  137. package/dist/pick-list/index.js +1 -1
  138. package/dist/pick-list/style.css +4 -0
  139. package/dist/popover/style.css +4 -0
  140. package/dist/progress-bar/style.css +4 -0
  141. package/dist/progress-spinner/index.js +105 -2
  142. package/dist/progress-spinner/style.css +4 -0
  143. package/dist/radio/style.css +4 -0
  144. package/dist/rating/index.js +1 -1
  145. package/dist/rating/style.css +4 -0
  146. package/dist/result/index.js +1 -1
  147. package/dist/result/style.css +4 -0
  148. package/dist/scroll-top/index.js +1 -1
  149. package/dist/scroll-top/style.css +4 -0
  150. package/dist/scrollbar/style.css +4 -0
  151. package/dist/select/index.js +284 -217
  152. package/dist/select/style.css +48 -7
  153. package/dist/select-button/style.css +4 -0
  154. package/dist/shared/menu/icon.d.ts.map +1 -1
  155. package/dist/shared/styles/select-overlay.css +14 -6
  156. package/dist/sidebar/index.js +2 -2
  157. package/dist/sidebar/style.css +4 -0
  158. package/dist/skeleton/style.css +4 -0
  159. package/dist/slider/style.css +13 -0
  160. package/dist/space/style.css +4 -0
  161. package/dist/speed-dial/index.js +2 -2
  162. package/dist/speed-dial/style.css +4 -0
  163. package/dist/split-button/index.js +1 -1
  164. package/dist/split-button/style.css +9 -0
  165. package/dist/splitter/style.css +4 -0
  166. package/dist/status/index.js +1 -1
  167. package/dist/status/style.css +4 -0
  168. package/dist/stepper/index.js +1 -1
  169. package/dist/stepper/style.css +4 -0
  170. package/dist/styles/base.css +4 -0
  171. package/dist/styles.css +1 -1
  172. package/dist/switch/style.css +4 -0
  173. package/dist/table/index.js +344 -338
  174. package/dist/table/style.css +457 -124
  175. package/dist/table/style.js +1 -1
  176. package/dist/tabs/index.js +1 -1
  177. package/dist/tabs/style.css +4 -0
  178. package/dist/tag/index.js +1 -1
  179. package/dist/tag/style.css +4 -0
  180. package/dist/terminal/style.css +4 -0
  181. package/dist/textarea/index.js +1 -1
  182. package/dist/textarea/style.css +4 -0
  183. package/dist/tiered-menu/index.js +1 -1
  184. package/dist/tiered-menu/style.css +4 -0
  185. package/dist/timeline/index.js +1 -1
  186. package/dist/timeline/style.css +4 -0
  187. package/dist/toast/index.js +1 -1
  188. package/dist/toast/style.css +4 -0
  189. package/dist/toggle-button/index.js +2 -2
  190. package/dist/toggle-button/style.css +4 -0
  191. package/dist/toolbar/style.css +4 -0
  192. package/dist/tooltip/style.css +4 -0
  193. package/dist/tree/index.js +1 -1
  194. package/dist/tree/style.css +4 -0
  195. package/dist/tree-select/index.js +2 -1
  196. package/dist/tree-select/style.css +19 -7
  197. package/dist/tree-table/index.js +1 -1
  198. package/dist/tree-table/style.css +4 -0
  199. package/dist/virtual-scroller/style.css +4 -0
  200. package/package.json +1 -1
  201. package/dist/Icon-lcN1rS87.js +0 -610
  202. package/dist/ProgressSpinner-BeWVF6Jv.js +0 -105
  203. package/dist/components/Icon/icons-tabler.d.ts +0 -77
  204. package/dist/components/Icon/icons-tabler.d.ts.map +0 -1
  205. package/dist/icon-DWXkh-RM.js +0 -27
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {
@@ -1199,6 +1203,401 @@
1199
1203
  }
1200
1204
  }
1201
1205
 
1206
+ /* —— Feedback: Loading —— */
1207
+
1208
+ .m-loading {
1209
+ position: relative;
1210
+ }
1211
+
1212
+ .m-loading--fullscreen {
1213
+ inset: 0;
1214
+ position: fixed;
1215
+ z-index: var(--m-loading-z-index, calc(var(--m-z-base) + 200));
1216
+ }
1217
+
1218
+ .m-loading__content {
1219
+ position: relative;
1220
+ }
1221
+
1222
+ .m-loading--active .m-loading__content {
1223
+ pointer-events: none;
1224
+ user-select: none;
1225
+ }
1226
+
1227
+ .m-loading-parent--relative {
1228
+ position: relative;
1229
+ }
1230
+
1231
+ .m-loading-mask {
1232
+ --m-loading-z-index: calc(var(--m-z-base) + 200);
1233
+ --m-loading-mask-bg: color-mix(in srgb, var(--m-color-surface) 80%, transparent);
1234
+ align-items: center;
1235
+ background: var(--m-loading-mask-bg);
1236
+ display: flex;
1237
+ inset: 0;
1238
+ justify-content: center;
1239
+ position: absolute;
1240
+ z-index: 10;
1241
+ }
1242
+
1243
+ .m-loading-mask--fullscreen,
1244
+ .m-loading-mask--body {
1245
+ position: fixed;
1246
+ z-index: var(--m-loading-z-index);
1247
+ }
1248
+
1249
+ .m-loading-mask--body {
1250
+ inset: auto;
1251
+ }
1252
+
1253
+ .m-loading-enter-active {
1254
+ transition: opacity var(--m-motion-enter) var(--m-motion-ease);
1255
+ }
1256
+
1257
+ .m-loading-leave-active {
1258
+ transition: opacity var(--m-motion-exit) var(--m-motion-ease);
1259
+ }
1260
+
1261
+ .m-loading-enter-from,
1262
+ .m-loading-leave-to {
1263
+ opacity: 0;
1264
+ }
1265
+
1266
+ .m-loading-indicator {
1267
+ --m-loading-c1: var(--m-color-primary);
1268
+ --m-loading-c2: color-mix(in srgb, var(--m-color-primary) 62%, white);
1269
+ --m-loading-c3: var(--m-color-success);
1270
+ --m-loading-c4: var(--m-color-warning);
1271
+ --m-loading-c5: var(--m-color-danger);
1272
+ --m-loading-c6: var(--m-color-text-muted);
1273
+ --m-loading-spin: var(--m-motion-spin);
1274
+ --m-loading-aurora-glow: var(--m-motion-loading-aurora);
1275
+ --m-loading-bounce: var(--m-motion-loading-bounce);
1276
+ --m-loading-wave: var(--m-motion-spin-medium);
1277
+ --m-loading-pulse: var(--m-motion-loading-pulse);
1278
+ --m-loading-stardust: var(--m-motion-loading-stardust);
1279
+ --m-loading-circular-rotate: var(--m-motion-loading-circular-rotate);
1280
+ --m-loading-circular-dash: var(--m-motion-spin-dash);
1281
+ --m-loading-scale: 1;
1282
+
1283
+ align-items: center;
1284
+ display: inline-flex;
1285
+ flex-direction: column;
1286
+ font-family: var(--m-font-sans);
1287
+ gap: var(--m-space-3);
1288
+ justify-content: center;
1289
+ }
1290
+
1291
+ .m-loading-indicator__graphic {
1292
+ align-items: center;
1293
+ display: inline-flex;
1294
+ justify-content: center;
1295
+ transform: scale(var(--m-loading-scale));
1296
+ }
1297
+
1298
+ .m-loading-indicator__tip {
1299
+ color: var(--m-color-text-muted);
1300
+ font-size: var(--m-font-size-sm);
1301
+ line-height: 1;
1302
+ margin: 0;
1303
+ }
1304
+
1305
+ .m-loading-indicator--small {
1306
+ --m-loading-scale: 0.85;
1307
+ }
1308
+
1309
+ .m-loading-indicator--large {
1310
+ --m-loading-scale: 1.15;
1311
+ }
1312
+
1313
+ .m-loading-aurora,
1314
+ .m-loading-pulse,
1315
+ .m-loading-stardust {
1316
+ height: 3.75rem;
1317
+ position: relative;
1318
+ width: 3.75rem;
1319
+ }
1320
+
1321
+ .m-loading-aurora__ring {
1322
+ animation: m-loading-spin var(--m-loading-spin) cubic-bezier(0.5, 0, 0.5, 1) infinite;
1323
+ border: 4px solid transparent;
1324
+ border-bottom-color: var(--m-loading-c2);
1325
+ border-left-color: var(--m-loading-c3);
1326
+ border-radius: 50%;
1327
+ border-right-color: var(--m-loading-c5);
1328
+ border-top-color: var(--m-loading-c1);
1329
+ box-sizing: border-box;
1330
+ height: 100%;
1331
+ position: relative;
1332
+ width: 100%;
1333
+ z-index: 2;
1334
+ }
1335
+
1336
+ .m-loading-aurora__glow {
1337
+ animation: m-loading-spin var(--m-loading-aurora-glow) linear infinite reverse;
1338
+ /* Soft radial layers instead of animated blur (≤8px / no continuous filter). */
1339
+ background:
1340
+ radial-gradient(
1341
+ circle at 30% 30%,
1342
+ color-mix(in srgb, var(--m-loading-c1) 55%, transparent),
1343
+ transparent 62%
1344
+ ),
1345
+ radial-gradient(
1346
+ circle at 70% 65%,
1347
+ color-mix(in srgb, var(--m-loading-c5) 45%, transparent),
1348
+ transparent 58%
1349
+ ),
1350
+ radial-gradient(
1351
+ circle at 50% 50%,
1352
+ color-mix(in srgb, var(--m-loading-c2) 35%, transparent),
1353
+ transparent 70%
1354
+ );
1355
+ border-radius: 50%;
1356
+ inset: -10px;
1357
+ opacity: 0.55;
1358
+ position: absolute;
1359
+ z-index: 1;
1360
+ }
1361
+
1362
+ .m-loading-bounce {
1363
+ align-items: flex-end;
1364
+ display: flex;
1365
+ gap: var(--m-space-3);
1366
+ height: 3.125rem;
1367
+ }
1368
+
1369
+ .m-loading-bounce__ball {
1370
+ animation: m-loading-bounce var(--m-loading-bounce) cubic-bezier(0.34, 1.2, 0.64, 1) infinite alternate;
1371
+ background: var(--m-loading-c1);
1372
+ border-radius: 50%;
1373
+ display: block;
1374
+ height: 1rem;
1375
+ width: 1rem;
1376
+ }
1377
+
1378
+ .m-loading-bounce__ball:nth-child(1) {
1379
+ animation-delay: 0s;
1380
+ background: var(--m-loading-c5);
1381
+ }
1382
+
1383
+ .m-loading-bounce__ball:nth-child(2) {
1384
+ animation-delay: 0.15s;
1385
+ background: var(--m-loading-c2);
1386
+ }
1387
+
1388
+ .m-loading-bounce__ball:nth-child(3) {
1389
+ animation-delay: 0.3s;
1390
+ background: var(--m-loading-c6);
1391
+ }
1392
+
1393
+ .m-loading-wave {
1394
+ align-items: center;
1395
+ display: flex;
1396
+ gap: var(--m-space-1);
1397
+ height: 3.125rem;
1398
+ }
1399
+
1400
+ .m-loading-wave__bar {
1401
+ animation: m-loading-wave var(--m-loading-wave) ease-in-out infinite alternate;
1402
+ background: var(--m-loading-c1);
1403
+ border-radius: 0.375rem;
1404
+ display: block;
1405
+ height: 2.875rem;
1406
+ transform-origin: center center;
1407
+ width: 0.5rem;
1408
+ }
1409
+
1410
+ .m-loading-wave__bar:nth-child(1) {
1411
+ animation-delay: 0s;
1412
+ background: var(--m-loading-c1);
1413
+ }
1414
+
1415
+ .m-loading-wave__bar:nth-child(2) {
1416
+ animation-delay: 0.09s;
1417
+ background: var(--m-loading-c5);
1418
+ }
1419
+
1420
+ .m-loading-wave__bar:nth-child(3) {
1421
+ animation-delay: 0.18s;
1422
+ background: var(--m-loading-c2);
1423
+ }
1424
+
1425
+ .m-loading-wave__bar:nth-child(4) {
1426
+ animation-delay: 0.27s;
1427
+ background: var(--m-loading-c3);
1428
+ }
1429
+
1430
+ .m-loading-wave__bar:nth-child(5) {
1431
+ animation-delay: 0.36s;
1432
+ background: var(--m-loading-c6);
1433
+ }
1434
+
1435
+ .m-loading-pulse__ring {
1436
+ animation: m-loading-pulse var(--m-loading-pulse) ease-out infinite;
1437
+ border: 3px solid var(--m-loading-c2);
1438
+ border-radius: 50%;
1439
+ box-sizing: border-box;
1440
+ inset: 0;
1441
+ position: absolute;
1442
+ }
1443
+
1444
+ .m-loading-pulse__ring:nth-child(1) {
1445
+ animation-delay: 0s;
1446
+ border-color: var(--m-loading-c1);
1447
+ }
1448
+
1449
+ .m-loading-pulse__ring:nth-child(2) {
1450
+ animation-delay: 0.45s;
1451
+ border-color: var(--m-loading-c5);
1452
+ }
1453
+
1454
+ .m-loading-pulse__ring:nth-child(3) {
1455
+ animation-delay: 0.9s;
1456
+ border-color: var(--m-loading-c2);
1457
+ }
1458
+
1459
+ .m-loading-pulse__ring:nth-child(4) {
1460
+ animation-delay: 1.35s;
1461
+ border-color: var(--m-loading-c3);
1462
+ }
1463
+
1464
+ .m-loading-stardust__dot {
1465
+ --i: 0;
1466
+ animation: m-loading-stardust var(--m-loading-stardust) ease-in-out infinite;
1467
+ background: var(--m-loading-c1);
1468
+ border-radius: 50%;
1469
+ height: 0.5rem;
1470
+ left: 50%;
1471
+ position: absolute;
1472
+ top: 50%;
1473
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateX(22px);
1474
+ width: 0.5rem;
1475
+ }
1476
+
1477
+ .m-loading-stardust__dot:nth-child(1) { animation-delay: 0s; background: var(--m-loading-c1); }
1478
+ .m-loading-stardust__dot:nth-child(2) { animation-delay: 0.08s; background: var(--m-loading-c5); }
1479
+ .m-loading-stardust__dot:nth-child(3) { animation-delay: 0.16s; background: var(--m-loading-c4); }
1480
+ .m-loading-stardust__dot:nth-child(4) { animation-delay: 0.24s; background: var(--m-loading-c2); }
1481
+ .m-loading-stardust__dot:nth-child(5) { animation-delay: 0.32s; background: var(--m-loading-c3); }
1482
+ .m-loading-stardust__dot:nth-child(6) { animation-delay: 0.4s; background: var(--m-loading-c6); }
1483
+ .m-loading-stardust__dot:nth-child(7) { animation-delay: 0.48s; background: color-mix(in srgb, var(--m-loading-c1) 55%, white); }
1484
+ .m-loading-stardust__dot:nth-child(8) { animation-delay: 0.56s; background: var(--m-loading-c2); }
1485
+
1486
+ .m-loading-circular {
1487
+ align-items: center;
1488
+ display: inline-flex;
1489
+ justify-content: center;
1490
+ }
1491
+
1492
+ .m-loading-circular__svg {
1493
+ animation: m-loading-circular-rotate var(--m-loading-circular-rotate) linear infinite;
1494
+ display: inline-block;
1495
+ height: 2.625rem;
1496
+ width: 2.625rem;
1497
+ }
1498
+
1499
+ .m-loading-circular__path {
1500
+ animation: m-loading-circular-dash var(--m-loading-circular-dash) ease-in-out infinite;
1501
+ fill: none;
1502
+ stroke: var(--m-loading-c1);
1503
+ stroke-linecap: round;
1504
+ stroke-width: 2;
1505
+ }
1506
+
1507
+ @keyframes m-loading-spin {
1508
+ from { transform: rotate(0deg); }
1509
+ to { transform: rotate(360deg); }
1510
+ }
1511
+
1512
+ @keyframes m-loading-bounce {
1513
+ from { transform: translateY(0) scale(1); }
1514
+ to { transform: translateY(-34px) scale(1.1); }
1515
+ }
1516
+
1517
+ @keyframes m-loading-wave {
1518
+ from { transform: scaleY(0.26); }
1519
+ to { transform: scaleY(1); }
1520
+ }
1521
+
1522
+ @keyframes m-loading-pulse {
1523
+ from { opacity: 1; transform: scale(0.15); }
1524
+ to { opacity: 0; transform: scale(1.6); }
1525
+ }
1526
+
1527
+ @keyframes m-loading-stardust {
1528
+ 0%,
1529
+ 100% {
1530
+ opacity: 0.2;
1531
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateX(22px) scale(0.3);
1532
+ }
1533
+
1534
+ 50% {
1535
+ opacity: 1;
1536
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg + 180deg)) translateX(28px) scale(1.2);
1537
+ }
1538
+ }
1539
+
1540
+ @keyframes m-loading-circular-rotate {
1541
+ to { transform: rotate(360deg); }
1542
+ }
1543
+
1544
+ @keyframes m-loading-circular-dash {
1545
+ 0% {
1546
+ stroke-dasharray: 1, 200;
1547
+ stroke-dashoffset: 0;
1548
+ }
1549
+
1550
+ 50% {
1551
+ stroke-dasharray: 90, 150;
1552
+ stroke-dashoffset: -40px;
1553
+ }
1554
+
1555
+ 100% {
1556
+ stroke-dasharray: 90, 150;
1557
+ stroke-dashoffset: -120px;
1558
+ }
1559
+ }
1560
+
1561
+ @media (prefers-reduced-motion: reduce) {
1562
+ html:not([data-m-ignore-reduced-motion]) .m-loading-aurora__ring,
1563
+ html:not([data-m-ignore-reduced-motion]) .m-loading-aurora__glow,
1564
+ html:not([data-m-ignore-reduced-motion]) .m-loading-bounce__ball,
1565
+ html:not([data-m-ignore-reduced-motion]) .m-loading-wave__bar,
1566
+ html:not([data-m-ignore-reduced-motion]) .m-loading-pulse__ring,
1567
+ html:not([data-m-ignore-reduced-motion]) .m-loading-stardust__dot,
1568
+ html:not([data-m-ignore-reduced-motion]) .m-loading-circular__svg,
1569
+ html:not([data-m-ignore-reduced-motion]) .m-loading-circular__path,
1570
+ html:not([data-m-ignore-reduced-motion]) .m-loading-enter-active,
1571
+ html:not([data-m-ignore-reduced-motion]) .m-loading-leave-active {
1572
+ animation: none;
1573
+ transition: none;
1574
+ }
1575
+ }
1576
+
1577
+ [data-m-motion="reduced"] .m-loading-aurora__ring,
1578
+ [data-m-motion="reduced"] .m-loading-aurora__glow,
1579
+ [data-m-motion="reduced"] .m-loading-bounce__ball,
1580
+ [data-m-motion="reduced"] .m-loading-wave__bar,
1581
+ [data-m-motion="reduced"] .m-loading-pulse__ring,
1582
+ [data-m-motion="reduced"] .m-loading-stardust__dot,
1583
+ [data-m-motion="reduced"] .m-loading-circular__svg,
1584
+ [data-m-motion="reduced"] .m-loading-circular__path,
1585
+ [data-m-motion="reduced"] .m-loading-enter-active,
1586
+ [data-m-motion="reduced"] .m-loading-leave-active,
1587
+ [data-m-motion="none"] .m-loading-aurora__ring,
1588
+ [data-m-motion="none"] .m-loading-aurora__glow,
1589
+ [data-m-motion="none"] .m-loading-bounce__ball,
1590
+ [data-m-motion="none"] .m-loading-wave__bar,
1591
+ [data-m-motion="none"] .m-loading-pulse__ring,
1592
+ [data-m-motion="none"] .m-loading-stardust__dot,
1593
+ [data-m-motion="none"] .m-loading-circular__svg,
1594
+ [data-m-motion="none"] .m-loading-circular__path,
1595
+ [data-m-motion="none"] .m-loading-enter-active,
1596
+ [data-m-motion="none"] .m-loading-leave-active {
1597
+ animation: none;
1598
+ transition: none;
1599
+ }
1600
+
1202
1601
  .m-pagination {
1203
1602
  --m-pagination-simple-width: 3.5rem;
1204
1603
  --m-pagination-jumper-width: 3.5rem;
@@ -1308,92 +1707,6 @@
1308
1707
  width: var(--m-pagination-jumper-width);
1309
1708
  }
1310
1709
 
1311
- /* —— Feedback: ProgressSpinner —— */
1312
- .m-progress-spinner {
1313
- --m-progress-spinner-size: calc(var(--m-space-8) + var(--m-space-2));
1314
- --m-progress-spinner-color: var(--m-color-primary);
1315
- animation: m-progress-spinner-rotate var(--m-motion-spin) linear infinite;
1316
- color: var(--m-progress-spinner-color);
1317
- display: inline-block;
1318
- font-family: var(--m-font-sans);
1319
- height: var(--m-progress-spinner-size);
1320
- vertical-align: middle;
1321
- width: var(--m-progress-spinner-size);
1322
- }
1323
-
1324
- .m-progress-spinner__circle {
1325
- animation: m-progress-spinner-dash var(--m-motion-spin-dash) ease-in-out infinite;
1326
- stroke: currentColor;
1327
- stroke-dasharray: 90, 150;
1328
- stroke-dashoffset: 0;
1329
- stroke-linecap: round;
1330
- }
1331
-
1332
- @keyframes m-progress-spinner-dash {
1333
- 0% {
1334
- stroke-dasharray: 1, 150;
1335
- stroke-dashoffset: 0;
1336
- }
1337
- 50% {
1338
- stroke-dasharray: 90, 150;
1339
- stroke-dashoffset: -35;
1340
- }
1341
- 100% {
1342
- stroke-dasharray: 90, 150;
1343
- stroke-dashoffset: -124;
1344
- }
1345
- }
1346
-
1347
- .m-progress-spinner--small {
1348
- --m-progress-spinner-size: var(--m-control-height-medium);
1349
- }
1350
-
1351
- .m-progress-spinner--large {
1352
- --m-progress-spinner-size: calc(var(--m-space-8) + var(--m-space-6));
1353
- }
1354
-
1355
- .m-progress-spinner-wrap {
1356
- position: relative;
1357
- }
1358
-
1359
- .m-progress-spinner-wrap--active .m-progress-spinner-wrap__content {
1360
- opacity: var(--m-opacity-disabled);
1361
- pointer-events: none;
1362
- }
1363
-
1364
- .m-progress-spinner-wrap__overlay {
1365
- align-items: center;
1366
- background: color-mix(in srgb, var(--m-color-surface) 72%, transparent);
1367
- display: flex;
1368
- flex-direction: column;
1369
- gap: var(--m-space-2);
1370
- inset: 0;
1371
- justify-content: center;
1372
- position: absolute;
1373
- z-index: var(--m-blockui-z-index, 10);
1374
- }
1375
-
1376
- .m-progress-spinner__description {
1377
- color: var(--m-color-text-muted);
1378
- font-family: var(--m-font-sans);
1379
- font-size: var(--m-font-size-sm);
1380
- margin: 0;
1381
- }
1382
-
1383
- @media (prefers-reduced-motion: reduce) {
1384
- html:not([data-m-ignore-reduced-motion]) .m-progress-spinner,
1385
- html:not([data-m-ignore-reduced-motion]) .m-progress-spinner__circle {
1386
- animation: none;
1387
- }
1388
- }
1389
-
1390
- [data-m-motion="reduced"] .m-progress-spinner,
1391
- [data-m-motion="reduced"] .m-progress-spinner__circle,
1392
- [data-m-motion="none"] .m-progress-spinner,
1393
- [data-m-motion="none"] .m-progress-spinner__circle {
1394
- animation: none;
1395
- }
1396
-
1397
1710
  /* —— Data: DataView —— */
1398
1711
  .m-dataview {
1399
1712
  display: flex;
@@ -1439,26 +1752,6 @@
1439
1752
  align-self: center;
1440
1753
  }
1441
1754
 
1442
- .m-dataview__loading {
1443
- position: absolute;
1444
- inset: 0;
1445
- z-index: 4;
1446
- display: flex;
1447
- align-items: center;
1448
- justify-content: center;
1449
- }
1450
-
1451
- .m-dataview__loading-mask {
1452
- position: absolute;
1453
- inset: 0;
1454
- background: color-mix(in srgb, var(--m-color-surface) 72%, transparent);
1455
- }
1456
-
1457
- .m-dataview__loading-body {
1458
- position: relative;
1459
- z-index: 1;
1460
- }
1461
-
1462
1755
  .m-dataview__message {
1463
1756
  display: flex;
1464
1757
  align-items: center;
@@ -1,5 +1,5 @@
1
1
  import '../theme/styles.css'
2
2
  import '../styles/base.css'
3
+ import '../components/Loading/styles.css'
3
4
  import '../components/Pagination/styles.css'
4
- import '../components/ProgressSpinner/styles.css'
5
5
  import '../components/DataView/styles.css'
@@ -1,5 +1,5 @@
1
1
  import { i as e } from "../useComponentAttrs-e-5QAjdw.js";
2
- import { t } from "../Icon-lcN1rS87.js";
2
+ import { t } from "../Icon-od9Ob-Ay.js";
3
3
  import { t as n } from "../useMotionTransition-Bxnnb_9u.js";
4
4
  import { n as r, t as i } from "../overlay-oR-5MDuE.js";
5
5
  import { t as a } from "../overlayPlacement-Cd20JTD_.js";
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {
@@ -1,7 +1,7 @@
1
1
  import { a as e } from "../useComponentAttrs-e-5QAjdw.js";
2
- import { t } from "../Icon-lcN1rS87.js";
2
+ import { t } from "../Icon-od9Ob-Ay.js";
3
3
  import { t as n } from "../useMotionTransition-Bxnnb_9u.js";
4
- import { t as r } from "../Button-B5X_R4Md.js";
4
+ import { t as r } from "../Button-smoDleh0.js";
5
5
  import { n as i } from "../overlay-oR-5MDuE.js";
6
6
  import { t as ee } from "../useModalOverlay-Beo3CEAt.js";
7
7
  import { t as a } from "../asyncGuard-CPGT_TKu.js";
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {
@@ -1,6 +1,6 @@
1
1
  import { a as e } from "../useComponentAttrs-e-5QAjdw.js";
2
- import { t } from "../Icon-lcN1rS87.js";
3
- import { t as n } from "../icon-DWXkh-RM.js";
2
+ import { t } from "../Icon-od9Ob-Ay.js";
3
+ import { t as n } from "../icon-COrt_N8A.js";
4
4
  import "./style.js";
5
5
  import { Fragment as r, computed as i, createBlock as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, defineComponent as l, mergeProps as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, useAttrs as g, useSlots as _ } from "vue";
6
6
  //#region src/components/Dock/Dock.vue?vue&type=script&setup=true&lang.ts
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {
@@ -1,5 +1,5 @@
1
1
  import { a as e } from "../useComponentAttrs-e-5QAjdw.js";
2
- import { t } from "../Icon-lcN1rS87.js";
2
+ import { t } from "../Icon-od9Ob-Ay.js";
3
3
  import { t as n } from "../useMotionTransition-Bxnnb_9u.js";
4
4
  import { n as r } from "../overlay-oR-5MDuE.js";
5
5
  import { t as i } from "../useModalOverlay-Beo3CEAt.js";
@@ -529,9 +529,13 @@
529
529
  border-radius: var(--m-radius-md);
530
530
  box-shadow: var(--m-shadow-md);
531
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
532
533
  min-width: 10rem;
533
534
  overflow: hidden;
534
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
535
539
  }
536
540
 
537
541
  .m-dropdown__submenu--teleported {