wj-elements 0.0.4 → 0.0.6

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 (71) hide show
  1. package/dist/animation-2266bd6e.js +103 -0
  2. package/dist/localize-762a9f0f.js +43 -0
  3. package/dist/wj-animation.js +6 -0
  4. package/dist/wj-aside.js +8 -10
  5. package/dist/wj-avatar.js +19 -21
  6. package/dist/wj-badge.js +16 -16
  7. package/dist/wj-breadcrumb.js +7 -11
  8. package/dist/wj-breadcrumbs.js +5 -7
  9. package/dist/wj-button-group.js +11 -13
  10. package/dist/wj-button.js +36 -39
  11. package/dist/wj-card-content.js +11 -13
  12. package/dist/wj-card-controls.js +6 -8
  13. package/dist/wj-card-header.js +11 -13
  14. package/dist/wj-card-subtitle.js +9 -11
  15. package/dist/wj-card-title.js +7 -9
  16. package/dist/wj-card.js +13 -15
  17. package/dist/wj-carousel-item.js +32 -0
  18. package/dist/wj-carousel.js +178 -0
  19. package/dist/wj-checkbox.js +11 -11
  20. package/dist/wj-chip.js +17 -17
  21. package/dist/wj-col.js +11 -12
  22. package/dist/wj-color-picker.js +192 -179
  23. package/dist/wj-container.js +7 -9
  24. package/dist/wj-copy-button.js +1 -3
  25. package/dist/wj-dialog.js +20 -22
  26. package/dist/wj-divider.js +7 -9
  27. package/dist/wj-dropdown.js +10 -14
  28. package/dist/wj-element.js +9 -9
  29. package/dist/wj-file-upload-item.js +63 -0
  30. package/dist/wj-file-upload.js +221 -0
  31. package/dist/wj-footer.js +9 -11
  32. package/dist/wj-form.js +6 -8
  33. package/dist/wj-format-digital.js +51 -0
  34. package/dist/wj-grid.js +9 -10
  35. package/dist/wj-header.js +9 -11
  36. package/dist/wj-icon-picker.js +78 -58
  37. package/dist/wj-icon.js +45 -48
  38. package/dist/wj-img-comparer.js +12 -14
  39. package/dist/wj-img.js +14 -16
  40. package/dist/wj-infinite-scroll.js +27 -22
  41. package/dist/wj-input-file.js +47 -0
  42. package/dist/wj-input.js +30 -23
  43. package/dist/wj-item.js +1 -3
  44. package/dist/wj-label.js +10 -10
  45. package/dist/wj-list.js +1 -3
  46. package/dist/wj-main.js +1 -3
  47. package/dist/wj-masonry.js +71518 -0
  48. package/dist/wj-master.js +287 -253
  49. package/dist/wj-menu-button.js +10 -12
  50. package/dist/wj-menu-item.js +49 -46
  51. package/dist/wj-menu-label.js +2 -2
  52. package/dist/wj-menu.js +8 -10
  53. package/dist/wj-popup.js +89 -88
  54. package/dist/wj-progress-bar.js +14 -16
  55. package/dist/wj-radio-group.js +5 -7
  56. package/dist/wj-radio.js +13 -15
  57. package/dist/wj-rate.js +127 -0
  58. package/dist/wj-relative-time.js +50 -0
  59. package/dist/wj-router-link.js +11 -13
  60. package/dist/wj-row.js +11 -12
  61. package/dist/wj-slider.js +6 -6
  62. package/dist/wj-split-view.js +1 -3
  63. package/dist/wj-textarea.js +17 -19
  64. package/dist/wj-thumbnail.js +12 -14
  65. package/dist/wj-toast.js +1 -1
  66. package/dist/wj-toggle.js +9 -9
  67. package/dist/wj-toolbar.js +13 -15
  68. package/dist/wj-tooltip.js +16 -18
  69. package/dist/wj-visually-hidden.js +6 -8
  70. package/package.json +1 -1
  71. package/dist/style.css +0 -3
package/dist/wj-col.js CHANGED
@@ -1,29 +1,28 @@
1
- var f = Object.defineProperty;
2
- var g = (e, t, o) => t in e ? f(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
- var r = (e, t, o) => (g(e, typeof t != "symbol" ? t + "" : t, o), o);
4
- import m from "./wj-element.js";
1
+ var h = Object.defineProperty;
2
+ var f = (e, t, o) => t in e ? h(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
+ var r = (e, t, o) => (f(e, typeof t != "symbol" ? t + "" : t, o), o);
4
+ import g from "./wj-element.js";
5
5
  import "./wj-store.js";
6
- const s = `/*!
6
+ const m = `/*!
7
7
  * direction.scss
8
8
  */:host{display:block;flex-grow:1;width:100%;max-width:100%;padding-right:calc(var(--wj-gutter-x) * .5);padding-left:calc(var(--wj-gutter-x) * .5);margin-top:var(--wj-gutter-y)}:host(.wj-col){flex:1 0 0%}:host(.wj-row-cols-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-6)>*{flex:0 0 auto;width:16.6666666667%}@media (min-width: 576px){:host(.wj-col-sm){flex:1 0 0%}:host(.wj-row-cols-sm-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-sm-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-sm-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-sm-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-sm-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-sm-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-sm-6)>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 768px){:host(.wj-col-md){flex:1 0 0%}:host(.wj-row-cols-md-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-md-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-md-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-md-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-md-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-md-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-md-6)>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 992px){:host(.wj-col-lg){flex:1 0 0%}:host(.wj-row-cols-lg-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-lg-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-lg-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-lg-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-lg-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-lg-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-lg-6)>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1200px){:host(.wj-col-xl){flex:1 0 0%}:host(.wj-row-cols-xl-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-xl-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-xl-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-xl-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-xl-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-xl-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-xl-6)>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1400px){:host(.wj-col-xxl){flex:1 0 0%}:host(.wj-row-cols-xxl-auto)>*{flex:0 0 auto;width:auto}:host(.wj-row-cols-xxl-1)>*{flex:0 0 auto;width:100%}:host(.wj-row-cols-xxl-2)>*{flex:0 0 auto;width:50%}:host(.wj-row-cols-xxl-3)>*{flex:0 0 auto;width:33.3333333333%}:host(.wj-row-cols-xxl-4)>*{flex:0 0 auto;width:25%}:host(.wj-row-cols-xxl-5)>*{flex:0 0 auto;width:20%}:host(.wj-row-cols-xxl-6)>*{flex:0 0 auto;width:16.6666666667%}}:host(.wj-col-auto){flex:0 0 auto;width:auto}:host(.wj-col-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-3){flex:0 0 auto;width:25%}:host(.wj-col-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-6){flex:0 0 auto;width:50%}:host(.wj-col-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-9){flex:0 0 auto;width:75%}:host(.wj-col-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-12){flex:0 0 auto;width:100%}:host(.wj-offset-1){margin-left:8.33333333%}:host(.wj-offset-2){margin-left:16.66666667%}:host(.wj-offset-3){margin-left:25%}:host(.wj-offset-4){margin-left:33.33333333%}:host(.wj-offset-5){margin-left:41.66666667%}:host(.wj-offset-6){margin-left:50%}:host(.wj-offset-7){margin-left:58.33333333%}:host(.wj-offset-8){margin-left:66.66666667%}:host(.wj-offset-9){margin-left:75%}:host(.wj-offset-10){margin-left:83.33333333%}:host(.wj-offset-11){margin-left:91.66666667%}.g-0,.gx-0{--wj-gutter-x: 0}.g-0,.gy-0{--wj-gutter-y: 0}.g-1,.gx-1{--wj-gutter-x: .25rem}.g-1,.gy-1{--wj-gutter-y: .25rem}.g-2,.gx-2{--wj-gutter-x: .5rem}.g-2,.gy-2{--wj-gutter-y: .5rem}.g-3,.gx-3{--wj-gutter-x: 1rem}.g-3,.gy-3{--wj-gutter-y: 1rem}.g-4,.gx-4{--wj-gutter-x: 1.5rem}.g-4,.gy-4{--wj-gutter-y: 1.5rem}.g-5,.gx-5{--wj-gutter-x: 3rem}.g-5,.gy-5{--wj-gutter-y: 3rem}@media (min-width: 576px){:host(.wj-col-sm-auto){flex:0 0 auto;width:auto}:host(.wj-col-sm-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-sm-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-sm-3){flex:0 0 auto;width:25%}:host(.wj-col-sm-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-sm-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-sm-6){flex:0 0 auto;width:50%}:host(.wj-col-sm-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-sm-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-sm-9){flex:0 0 auto;width:75%}:host(.wj-col-sm-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-sm-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-sm-12){flex:0 0 auto;width:100%}:host(.wj-offset-sm-0){margin-left:0}:host(.wj-offset-sm-1){margin-left:8.33333333%}:host(.wj-offset-sm-2){margin-left:16.66666667%}:host(.wj-offset-sm-3){margin-left:25%}:host(.wj-offset-sm-4){margin-left:33.33333333%}:host(.wj-offset-sm-5){margin-left:41.66666667%}:host(.wj-offset-sm-6){margin-left:50%}:host(.wj-offset-sm-7){margin-left:58.33333333%}:host(.wj-offset-sm-8){margin-left:66.66666667%}:host(.wj-offset-sm-9){margin-left:75%}:host(.wj-offset-sm-10){margin-left:83.33333333%}:host(.wj-offset-sm-11){margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--wj-gutter-x: 0}.g-sm-0,.gy-sm-0{--wj-gutter-y: 0}.g-sm-1,.gx-sm-1{--wj-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--wj-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--wj-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--wj-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--wj-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--wj-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--wj-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--wj-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--wj-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--wj-gutter-y: 3rem}}@media (min-width: 768px){:host(.wj-col-md-auto){flex:0 0 auto;width:auto}:host(.wj-col-md-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-md-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-md-3){flex:0 0 auto;width:25%}:host(.wj-col-md-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-md-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-md-6){flex:0 0 auto;width:50%}:host(.wj-col-md-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-md-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-md-9){flex:0 0 auto;width:75%}:host(.wj-col-md-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-md-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-md-12){flex:0 0 auto;width:100%}:host(.wj-offset-md-0){margin-left:0}:host(.wj-offset-md-1){margin-left:8.33333333%}:host(.wj-offset-md-2){margin-left:16.66666667%}:host(.wj-offset-md-3){margin-left:25%}:host(.wj-offset-md-4){margin-left:33.33333333%}:host(.wj-offset-md-5){margin-left:41.66666667%}:host(.wj-offset-md-6){margin-left:50%}:host(.wj-offset-md-7){margin-left:58.33333333%}:host(.wj-offset-md-8){margin-left:66.66666667%}:host(.wj-offset-md-9){margin-left:75%}:host(.wj-offset-md-10){margin-left:83.33333333%}:host(.wj-offset-md-11){margin-left:91.66666667%}.g-md-0,.gx-md-0{--wj-gutter-x: 0}.g-md-0,.gy-md-0{--wj-gutter-y: 0}.g-md-1,.gx-md-1{--wj-gutter-x: .25rem}.g-md-1,.gy-md-1{--wj-gutter-y: .25rem}.g-md-2,.gx-md-2{--wj-gutter-x: .5rem}.g-md-2,.gy-md-2{--wj-gutter-y: .5rem}.g-md-3,.gx-md-3{--wj-gutter-x: 1rem}.g-md-3,.gy-md-3{--wj-gutter-y: 1rem}.g-md-4,.gx-md-4{--wj-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--wj-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--wj-gutter-x: 3rem}.g-md-5,.gy-md-5{--wj-gutter-y: 3rem}}@media (min-width: 992px){:host(.wj-col-lg-auto){flex:0 0 auto;width:auto}:host(.wj-col-lg-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-lg-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-lg-3){flex:0 0 auto;width:25%}:host(.wj-col-lg-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-lg-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-lg-6){flex:0 0 auto;width:50%}:host(.wj-col-lg-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-lg-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-lg-9){flex:0 0 auto;width:75%}:host(.wj-col-lg-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-lg-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-lg-12){flex:0 0 auto;width:100%}:host(.wj-offset-lg-0){margin-left:0}:host(.wj-offset-lg-1){margin-left:8.33333333%}:host(.wj-offset-lg-2){margin-left:16.66666667%}:host(.wj-offset-lg-3){margin-left:25%}:host(.wj-offset-lg-4){margin-left:33.33333333%}:host(.wj-offset-lg-5){margin-left:41.66666667%}:host(.wj-offset-lg-6){margin-left:50%}:host(.wj-offset-lg-7){margin-left:58.33333333%}:host(.wj-offset-lg-8){margin-left:66.66666667%}:host(.wj-offset-lg-9){margin-left:75%}:host(.wj-offset-lg-10){margin-left:83.33333333%}:host(.wj-offset-lg-11){margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--wj-gutter-x: 0}.g-lg-0,.gy-lg-0{--wj-gutter-y: 0}.g-lg-1,.gx-lg-1{--wj-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--wj-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--wj-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--wj-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--wj-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--wj-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--wj-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--wj-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--wj-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--wj-gutter-y: 3rem}}@media (min-width: 1200px){:host(.wj-col-xl-auto){flex:0 0 auto;width:auto}:host(.wj-col-xl-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-xl-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-xl-3){flex:0 0 auto;width:25%}:host(.wj-col-xl-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-xl-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-xl-6){flex:0 0 auto;width:50%}:host(.wj-col-xl-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-xl-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-xl-9){flex:0 0 auto;width:75%}:host(.wj-col-xl-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-xl-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-xl-12){flex:0 0 auto;width:100%}:host(.wj-offset-xl-0){margin-left:0}:host(.wj-offset-xl-1){margin-left:8.33333333%}:host(.wj-offset-xl-2){margin-left:16.66666667%}:host(.wj-offset-xl-3){margin-left:25%}:host(.wj-offset-xl-4){margin-left:33.33333333%}:host(.wj-offset-xl-5){margin-left:41.66666667%}:host(.wj-offset-xl-6){margin-left:50%}:host(.wj-offset-xl-7){margin-left:58.33333333%}:host(.wj-offset-xl-8){margin-left:66.66666667%}:host(.wj-offset-xl-9){margin-left:75%}:host(.wj-offset-xl-10){margin-left:83.33333333%}:host(.wj-offset-xl-11){margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--wj-gutter-x: 0}.g-xl-0,.gy-xl-0{--wj-gutter-y: 0}.g-xl-1,.gx-xl-1{--wj-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--wj-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--wj-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--wj-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--wj-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--wj-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--wj-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--wj-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--wj-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--wj-gutter-y: 3rem}}@media (min-width: 1400px){:host(.wj-col-xxl-auto){flex:0 0 auto;width:auto}:host(.wj-col-xxl-1){flex:0 0 auto;width:8.33333333%}:host(.wj-col-xxl-2){flex:0 0 auto;width:16.66666667%}:host(.wj-col-xxl-3){flex:0 0 auto;width:25%}:host(.wj-col-xxl-4){flex:0 0 auto;width:33.33333333%}:host(.wj-col-xxl-5){flex:0 0 auto;width:41.66666667%}:host(.wj-col-xxl-6){flex:0 0 auto;width:50%}:host(.wj-col-xxl-7){flex:0 0 auto;width:58.33333333%}:host(.wj-col-xxl-8){flex:0 0 auto;width:66.66666667%}:host(.wj-col-xxl-9){flex:0 0 auto;width:75%}:host(.wj-col-xxl-10){flex:0 0 auto;width:83.33333333%}:host(.wj-col-xxl-11){flex:0 0 auto;width:91.66666667%}:host(.wj-col-xxl-12){flex:0 0 auto;width:100%}:host(.wj-offset-xxl-0){margin-left:0}:host(.wj-offset-xxl-1){margin-left:8.33333333%}:host(.wj-offset-xxl-2){margin-left:16.66666667%}:host(.wj-offset-xxl-3){margin-left:25%}:host(.wj-offset-xxl-4){margin-left:33.33333333%}:host(.wj-offset-xxl-5){margin-left:41.66666667%}:host(.wj-offset-xxl-6){margin-left:50%}:host(.wj-offset-xxl-7){margin-left:58.33333333%}:host(.wj-offset-xxl-8){margin-left:66.66666667%}:host(.wj-offset-xxl-9){margin-left:75%}:host(.wj-offset-xxl-10){margin-left:83.33333333%}:host(.wj-offset-xxl-11){margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--wj-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--wj-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--wj-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--wj-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--wj-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--wj-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--wj-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--wj-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--wj-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--wj-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--wj-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--wj-gutter-y: 3rem}}:host(.order-first){order:-1!important}:host(.order-0){order:0!important}:host(.order-1){order:1!important}:host(.order-2){order:2!important}:host(.order-3){order:3!important}:host(.order-4){order:4!important}:host(.order-5){order:5!important}:host(.order-last){order:6!important}:host(.order-sm-first){order:-1!important}:host(.order-sm-0){order:0!important}:host(.order-sm-1){order:1!important}:host(.order-sm-2){order:2!important}:host(.order-sm-3){order:3!important}:host(.order-sm-4){order:4!important}:host(.order-sm-5){order:5!important}:host(.order-sm-last){order:6!important}:host(.order-md-first){order:-1!important}:host(.order-md-0){order:0!important}:host(.order-md-1){order:1!important}:host(.order-md-2){order:2!important}:host(.order-md-3){order:3!important}:host(.order-md-4){order:4!important}:host(.order-md-5){order:5!important}:host(.order-md-last){order:6!important}:host(.order-lg-first){order:-1!important}:host(.order-lg-0){order:0!important}:host(.order-lg-1){order:1!important}:host(.order-lg-2){order:2!important}:host(.order-lg-3){order:3!important}:host(.order-lg-4){order:4!important}:host(.order-lg-5){order:5!important}:host(.order-lg-last){order:6!important}:host(.order-xl-first){order:-1!important}:host(.order-xl-0){order:0!important}:host(.order-xl-1){order:1!important}:host(.order-xl-2){order:2!important}:host(.order-xl-3){order:3!important}:host(.order-xl-4){order:4!important}:host(.order-xl-5){order:5!important}:host(.order-xl-last){order:6!important}:host(.order-xxl-first){order:-1!important}:host(.order-xxl-0){order:0!important}:host(.order-xxl-1){order:1!important}:host(.order-xxl-2){order:2!important}:host(.order-xxl-3){order:3!important}:host(.order-xxl-4){order:4!important}:host(.order-xxl-5){order:5!important}:host(.order-xxl-last){order:6!important}
9
9
  `;
10
- console.log("STYLES COL:", s);
11
- class d extends m {
10
+ class d extends g {
12
11
  constructor() {
13
12
  super();
14
13
  r(this, "className", "Col");
15
14
  }
16
15
  static get cssStyleSheet() {
17
- return s;
16
+ return m;
18
17
  }
19
18
  setupAttributes() {
20
19
  this.isShadowRoot = "open";
21
20
  }
22
- beforeDraw(o, w, x) {
21
+ beforeDraw(o, s, w) {
23
22
  }
24
- draw(o, w, x) {
25
- let l = document.createDocumentFragment(), h = document.createElement("slot");
26
- return this.order && this.classList.add("order-" + this.order), this.size && this.classList.add("wj-col-" + this.size), this.sizeSm && this.classList.add("wj-col-sm-" + this.sizeSm), this.sizeMd && this.classList.add("wj-col-md-" + this.sizeMd), this.offset && this.classList.add("wj-offset-" + this.offset), this.offsetSm && this.classList.add("wj-offset-sm-" + this.offsetSm), l.appendChild(h), l;
23
+ draw(o, s, w) {
24
+ let l = document.createDocumentFragment(), x = document.createElement("slot");
25
+ return this.order && this.classList.add("order-" + this.order), this.size && this.classList.add("wj-col-" + this.size), this.sizeSm && this.classList.add("wj-col-sm-" + this.sizeSm), this.sizeMd && this.classList.add("wj-col-md-" + this.sizeMd), this.offset && this.classList.add("wj-offset-" + this.offset), this.offsetSm && this.classList.add("wj-offset-sm-" + this.offsetSm), l.appendChild(x), l;
27
26
  }
28
27
  }
29
28
  customElements.get("wj-col") || window.customElements.define("wj-col", d);