wj-elements 0.1.140 → 0.1.142

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 (114) hide show
  1. package/dist/dark.css +6 -2
  2. package/dist/infinite-scroll.element-XVJukzjy.js.map +1 -1
  3. package/dist/light.css +14 -2
  4. package/dist/localize.js +2 -6
  5. package/dist/localize.js.map +1 -1
  6. package/dist/packages/index.d.ts +2 -0
  7. package/dist/packages/localize/localize.d.ts +1 -1
  8. package/dist/packages/translations/en-gb.d.ts +5 -0
  9. package/dist/packages/utils/permissions-api.d.ts +2 -2
  10. package/dist/packages/wje-accordion/accordion.element.d.ts +2 -2
  11. package/dist/packages/wje-accordion-item/accordion-item.element.d.ts +1 -1
  12. package/dist/packages/wje-animation/animation.element.d.ts +1 -1
  13. package/dist/packages/wje-aside/aside.element.d.ts +1 -1
  14. package/dist/packages/wje-badge/badge.element.d.ts +1 -1
  15. package/dist/packages/wje-breadcrumb/breadcrumb.element.d.ts +2 -2
  16. package/dist/packages/wje-breadcrumbs/breadcrumbs.element.d.ts +3 -3
  17. package/dist/packages/wje-button/button.element.d.ts +5 -5
  18. package/dist/packages/wje-button-group/button-group.element.d.ts +2 -2
  19. package/dist/packages/wje-card/card.element.d.ts +1 -1
  20. package/dist/packages/wje-card-content/card-content.element.d.ts +1 -1
  21. package/dist/packages/wje-card-controls/card-controls.element.d.ts +1 -1
  22. package/dist/packages/wje-card-header/card-header.element.d.ts +1 -1
  23. package/dist/packages/wje-card-subtitle/card-subtitle.element.d.ts +1 -1
  24. package/dist/packages/wje-card-title/card-title.element.d.ts +1 -1
  25. package/dist/packages/wje-carousel/carousel.element.d.ts +2 -2
  26. package/dist/packages/wje-chip/chip.element.d.ts +1 -0
  27. package/dist/packages/wje-color-picker/color-picker.element.d.ts +4 -4
  28. package/dist/packages/wje-color-picker/color-picker.test.d.ts +1 -0
  29. package/dist/packages/wje-container/container.element.d.ts +1 -1
  30. package/dist/packages/wje-dialog/dialog.element.d.ts +2 -2
  31. package/dist/packages/wje-dropdown/dropdown.element.d.ts +2 -2
  32. package/dist/packages/wje-element/element.d.ts +2 -2
  33. package/dist/packages/wje-file-upload/file-upload.element.d.ts +2 -2
  34. package/dist/packages/wje-file-upload-item/file-upload-item.element.d.ts +1 -1
  35. package/dist/packages/wje-footer/footer.element.d.ts +1 -1
  36. package/dist/packages/wje-format-digital/format-digital.element.d.ts +1 -1
  37. package/dist/packages/wje-header/header.element.d.ts +1 -1
  38. package/dist/packages/wje-icon/icon.element.d.ts +1 -1
  39. package/dist/packages/wje-icon-picker/icon-picker.element.d.ts +1 -1
  40. package/dist/packages/wje-img/img.element.d.ts +1 -1
  41. package/dist/packages/wje-img-comparer/img-comparer.element.d.ts +1 -1
  42. package/dist/packages/wje-infinite-scroll/infinite-scroll.element.d.ts +3 -3
  43. package/dist/packages/wje-input-file/input-file.element.d.ts +1 -1
  44. package/dist/packages/wje-item/item.element.d.ts +1 -1
  45. package/dist/packages/wje-kanban/kanban.element.d.ts +3 -3
  46. package/dist/packages/wje-label/label.element.d.ts +1 -1
  47. package/dist/packages/wje-level-indicator/level-indicator.d.ts +2 -0
  48. package/dist/packages/wje-level-indicator/level-indicator.element.d.ts +91 -0
  49. package/dist/packages/wje-main/main.element.d.ts +1 -1
  50. package/dist/packages/wje-menu/menu.element.d.ts +1 -1
  51. package/dist/packages/wje-menu-button/menu-button.element.d.ts +1 -1
  52. package/dist/packages/wje-menu-label/menu-label.element.d.ts +1 -1
  53. package/dist/packages/wje-option/option.element.d.ts +1 -1
  54. package/dist/packages/wje-options/options.element.d.ts +1 -1
  55. package/dist/packages/wje-pagination/pagination.d.ts +2 -0
  56. package/dist/packages/wje-pagination/pagination.element.d.ts +166 -0
  57. package/dist/packages/wje-pagination/pagination.test.d.ts +1 -0
  58. package/dist/packages/wje-pagination/service/service.d.ts +9 -0
  59. package/dist/packages/wje-popup/popup.element.d.ts +1 -1
  60. package/dist/packages/wje-progress-bar/progress-bar.element.d.ts +1 -1
  61. package/dist/packages/wje-radio/radio.element.d.ts +1 -1
  62. package/dist/packages/wje-rate/rate.element.d.ts +3 -3
  63. package/dist/packages/wje-relative-time/relative-time.element.d.ts +1 -1
  64. package/dist/packages/wje-reorder/reorder.element.d.ts +1 -1
  65. package/dist/packages/wje-route/route.element.d.ts +1 -1
  66. package/dist/packages/wje-router/router.element.d.ts +1 -1
  67. package/dist/packages/wje-router-link/router-link.element.d.ts +1 -1
  68. package/dist/packages/wje-select/select.element.d.ts +2 -2
  69. package/dist/packages/wje-slider/slider.element.d.ts +1 -1
  70. package/dist/packages/wje-split-view/split-view.element.d.ts +1 -1
  71. package/dist/packages/wje-textarea/textarea.element.d.ts +1 -1
  72. package/dist/packages/wje-tree/tree.test.d.ts +1 -0
  73. package/dist/packages/wje-tree-item/tree-item.element.d.ts +2 -2
  74. package/dist/packages/wje-tree-item/tree-item.test.d.ts +1 -0
  75. package/dist/wje-animation.js +3 -3
  76. package/dist/wje-animation.js.map +1 -1
  77. package/dist/wje-button.js +4 -2
  78. package/dist/wje-button.js.map +1 -1
  79. package/dist/wje-checkbox.js +1 -1
  80. package/dist/wje-checkbox.js.map +1 -1
  81. package/dist/wje-chip.js +7 -2
  82. package/dist/wje-chip.js.map +1 -1
  83. package/dist/wje-color-picker.js.map +1 -1
  84. package/dist/wje-dialog.js +1 -1
  85. package/dist/wje-dialog.js.map +1 -1
  86. package/dist/wje-element.js +4 -4
  87. package/dist/wje-element.js.map +1 -1
  88. package/dist/wje-fetchAndParseCSS.js.map +1 -1
  89. package/dist/wje-file-upload-item.js.map +1 -1
  90. package/dist/wje-file-upload.js.map +1 -1
  91. package/dist/wje-format-digital.js.map +1 -1
  92. package/dist/wje-icon-picker.js +6 -8
  93. package/dist/wje-icon-picker.js.map +1 -1
  94. package/dist/wje-level-indicator.js +160 -0
  95. package/dist/wje-level-indicator.js.map +1 -0
  96. package/dist/wje-master.js +190 -651
  97. package/dist/wje-master.js.map +1 -1
  98. package/dist/wje-options.js +1 -6
  99. package/dist/wje-options.js.map +1 -1
  100. package/dist/wje-pagination.js +355 -0
  101. package/dist/wje-pagination.js.map +1 -0
  102. package/dist/wje-slider.js +1 -1
  103. package/dist/wje-slider.js.map +1 -1
  104. package/dist/wje-split-view.js.map +1 -1
  105. package/dist/wje-store.js +5 -7
  106. package/dist/wje-store.js.map +1 -1
  107. package/dist/wje-textarea.js +1 -4
  108. package/dist/wje-textarea.js.map +1 -1
  109. package/dist/wje-tree-item.js +371 -0
  110. package/dist/wje-tree-item.js.map +1 -0
  111. package/dist/wje-tree.js +205 -0
  112. package/dist/wje-tree.js.map +1 -0
  113. package/package.json +6 -3
  114. /package/dist/packages/{bundle.d.ts → wje-accordion/accordion.test.d.ts} +0 -0
@@ -1,101 +1,105 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
+ import { default as default2 } from "./wje-level-indicator.js";
4
5
  import { b } from "./router-links-CJnOdbas.js";
5
- import { default as default2 } from "./wje-sliding-container.js";
6
+ import { default as default3 } from "./wje-sliding-container.js";
6
7
  import { fetchAndParseCSS } from "./wje-fetchAndParseCSS.js";
7
8
  import WJElement from "./wje-element.js";
8
9
  import { WjePermissionsApi, event } from "./wje-element.js";
9
10
  import { Localizer } from "./localize.js";
10
- import { default as default3 } from "./wje-accordion.js";
11
- import { default as default4 } from "./wje-accordion-item.js";
12
- import { default as default5 } from "./wje-animation.js";
13
- import { default as default6 } from "./wje-aside.js";
14
- import { default as default7 } from "./wje-avatar.js";
15
- import { default as default8 } from "./wje-badge.js";
16
- import { default as default9 } from "./wje-breadcrumb.js";
17
- import { default as default10 } from "./wje-breadcrumbs.js";
18
- import { default as default11 } from "./wje-button.js";
19
- import { default as default12 } from "./wje-button-group.js";
20
- import { default as default13 } from "./wje-card.js";
21
- import { default as default14 } from "./wje-card-content.js";
22
- import { default as default15 } from "./wje-card-controls.js";
23
- import { default as default16 } from "./wje-card-header.js";
24
- import { default as default17 } from "./wje-card-subtitle.js";
25
- import { default as default18 } from "./wje-card-title.js";
26
- import { default as default19 } from "./wje-carousel.js";
27
- import { default as default20 } from "./wje-carousel-item.js";
28
- import { default as default21 } from "./wje-checkbox.js";
29
- import { default as default22 } from "./wje-chip.js";
30
- import { default as default23 } from "./wje-col.js";
31
- import { default as default24 } from "./wje-color-picker.js";
32
- import { default as default25 } from "./wje-container.js";
33
- import { default as default26 } from "./wje-copy-button.js";
34
- import { default as default27 } from "./wje-dialog.js";
35
- import { default as default28 } from "./wje-divider.js";
36
- import { default as default29 } from "./wje-dropdown.js";
37
- import { default as default30 } from "./wje-file-upload.js";
38
- import { default as default31 } from "./wje-file-upload-item.js";
39
- import { default as default32 } from "./wje-footer.js";
40
- import { default as default33 } from "./wje-format-digital.js";
41
- import { default as default34 } from "./wje-grid.js";
42
- import { default as default35 } from "./wje-header.js";
43
- import { default as default36 } from "./wje-icon.js";
44
- import { default as default37 } from "./wje-icon-picker.js";
45
- import { default as default38 } from "./wje-img.js";
46
- import { default as default39 } from "./wje-img-comparer.js";
11
+ import { default as default4 } from "./wje-accordion.js";
12
+ import { default as default5 } from "./wje-accordion-item.js";
13
+ import { default as default6 } from "./wje-animation.js";
14
+ import { default as default7 } from "./wje-aside.js";
15
+ import { default as default8 } from "./wje-avatar.js";
16
+ import { default as default9 } from "./wje-badge.js";
17
+ import { default as default10 } from "./wje-breadcrumb.js";
18
+ import { default as default11 } from "./wje-breadcrumbs.js";
19
+ import { default as default12 } from "./wje-button.js";
20
+ import { default as default13 } from "./wje-button-group.js";
21
+ import { default as default14 } from "./wje-card.js";
22
+ import { default as default15 } from "./wje-card-content.js";
23
+ import { default as default16 } from "./wje-card-controls.js";
24
+ import { default as default17 } from "./wje-card-header.js";
25
+ import { default as default18 } from "./wje-card-subtitle.js";
26
+ import { default as default19 } from "./wje-card-title.js";
27
+ import { default as default20 } from "./wje-carousel.js";
28
+ import { default as default21 } from "./wje-carousel-item.js";
29
+ import { default as default22 } from "./wje-checkbox.js";
30
+ import { default as default23 } from "./wje-chip.js";
31
+ import { default as default24 } from "./wje-col.js";
32
+ import { default as default25 } from "./wje-color-picker.js";
33
+ import { default as default26 } from "./wje-container.js";
34
+ import { default as default27 } from "./wje-copy-button.js";
35
+ import { default as default28 } from "./wje-dialog.js";
36
+ import { default as default29 } from "./wje-divider.js";
37
+ import { default as default30 } from "./wje-dropdown.js";
38
+ import { default as default31 } from "./wje-file-upload.js";
39
+ import { default as default32 } from "./wje-file-upload-item.js";
40
+ import { default as default33 } from "./wje-footer.js";
41
+ import { default as default34 } from "./wje-format-digital.js";
42
+ import { default as default35 } from "./wje-grid.js";
43
+ import { default as default36 } from "./wje-header.js";
44
+ import { default as default37 } from "./wje-icon.js";
45
+ import { default as default38 } from "./wje-icon-picker.js";
46
+ import { default as default39 } from "./wje-img.js";
47
+ import { default as default40 } from "./wje-img-comparer.js";
47
48
  import "./wje-infinite-scroll.js";
48
- import { default as default40 } from "./wje-input.js";
49
- import { default as default41 } from "./wje-input-file.js";
50
- import { default as default42 } from "./wje-item.js";
51
- import { default as default43 } from "./wje-kanban.js";
52
- import { default as default44 } from "./wje-label.js";
49
+ import { default as default41 } from "./wje-input.js";
50
+ import { default as default42 } from "./wje-input-file.js";
51
+ import { default as default43 } from "./wje-item.js";
52
+ import { default as default44 } from "./wje-kanban.js";
53
+ import { default as default45 } from "./wje-label.js";
53
54
  import "./wje-list.js";
54
- import { default as default45 } from "./wje-main.js";
55
- import { default as default46 } from "./wje-masonry.js";
56
- import { default as default47 } from "./wje-menu.js";
57
- import { default as default48 } from "./wje-menu-button.js";
58
- import { default as default49 } from "./wje-menu-item.js";
59
- import { default as default50 } from "./wje-menu-label.js";
60
- import { default as default51 } from "./wje-option.js";
61
- import { default as default52 } from "./wje-options.js";
62
- import { default as default53 } from "./wje-orgchart.js";
63
- import { default as default54 } from "./wje-orgchart-group.js";
64
- import { default as default55 } from "./wje-orgchart-item.js";
55
+ import { default as default46 } from "./wje-main.js";
56
+ import { default as default47 } from "./wje-masonry.js";
57
+ import { default as default48 } from "./wje-menu.js";
58
+ import { default as default49 } from "./wje-menu-button.js";
59
+ import { default as default50 } from "./wje-menu-item.js";
60
+ import { default as default51 } from "./wje-menu-label.js";
61
+ import { default as default52 } from "./wje-option.js";
62
+ import { default as default53 } from "./wje-options.js";
63
+ import { default as default54 } from "./wje-orgchart.js";
64
+ import { default as default55 } from "./wje-orgchart-group.js";
65
+ import { default as default56 } from "./wje-orgchart-item.js";
66
+ import { default as default57 } from "./wje-pagination.js";
65
67
  import "./wje-popup.js";
66
- import { default as default56 } from "./wje-progress-bar.js";
67
- import { default as default57 } from "./wje-qr-code.js";
68
- import { default as default58 } from "./wje-radio.js";
69
- import { default as default59 } from "./wje-radio-group.js";
70
- import { default as default60 } from "./wje-rate.js";
71
- import { default as default61 } from "./wje-relative-time.js";
72
- import { default as default62 } from "./wje-reorder.js";
73
- import { default as default63 } from "./wje-reorder-dropzone.js";
74
- import { default as default64 } from "./wje-reorder-handle.js";
75
- import { default as default65 } from "./wje-reorder-item.js";
76
- import { default as default66 } from "./wje-route.js";
77
- import { default as default67 } from "./wje-routerx.js";
78
- import { default as default68 } from "./wje-router-link.js";
79
- import { default as default69 } from "./wje-router-outlet.js";
80
- import { default as default70 } from "./wje-row.js";
81
- import { default as default71 } from "./wje-select.js";
82
- import { default as default72 } from "./wje-slider.js";
83
- import { default as default73 } from "./wje-split-view.js";
84
- import { default as default74 } from "./wje-status.js";
85
- import { default as default75 } from "./wje-step.js";
86
- import { default as default76 } from "./wje-stepper.js";
68
+ import { default as default58 } from "./wje-progress-bar.js";
69
+ import { default as default59 } from "./wje-qr-code.js";
70
+ import { default as default60 } from "./wje-radio.js";
71
+ import { default as default61 } from "./wje-radio-group.js";
72
+ import { default as default62 } from "./wje-rate.js";
73
+ import { default as default63 } from "./wje-relative-time.js";
74
+ import { default as default64 } from "./wje-reorder.js";
75
+ import { default as default65 } from "./wje-reorder-dropzone.js";
76
+ import { default as default66 } from "./wje-reorder-handle.js";
77
+ import { default as default67 } from "./wje-reorder-item.js";
78
+ import { default as default68 } from "./wje-route.js";
79
+ import { default as default69 } from "./wje-routerx.js";
80
+ import { default as default70 } from "./wje-router-link.js";
81
+ import { default as default71 } from "./wje-router-outlet.js";
82
+ import { default as default72 } from "./wje-row.js";
83
+ import { default as default73 } from "./wje-select.js";
84
+ import { default as default74 } from "./wje-slider.js";
85
+ import { default as default75 } from "./wje-split-view.js";
86
+ import { default as default76 } from "./wje-status.js";
87
+ import { default as default77 } from "./wje-step.js";
88
+ import { default as default78 } from "./wje-stepper.js";
87
89
  import { defaultStoreActions, store } from "./wje-store.js";
88
- import { default as default77 } from "./wje-tab.js";
89
- import { default as default78 } from "./wje-tab-group.js";
90
- import { default as default79 } from "./wje-tab-panel.js";
91
- import { default as default80 } from "./wje-textarea.js";
92
- import { default as default81 } from "./wje-thumbnail.js";
93
- import { default as default82 } from "./wje-toast.js";
94
- import { default as default83 } from "./wje-toggle.js";
95
- import { default as default84 } from "./wje-toolbar.js";
96
- import { default as default85 } from "./wje-toolbar-action.js";
97
- import { default as default86 } from "./wje-tooltip.js";
98
- import { default as default87 } from "./wje-visually-hidden.js";
90
+ import { default as default79 } from "./wje-tab.js";
91
+ import { default as default80 } from "./wje-tab-group.js";
92
+ import { default as default81 } from "./wje-tab-panel.js";
93
+ import { default as default82 } from "./wje-textarea.js";
94
+ import { default as default83 } from "./wje-thumbnail.js";
95
+ import { default as default84 } from "./wje-toast.js";
96
+ import { default as default85 } from "./wje-toggle.js";
97
+ import { default as default86 } from "./wje-toolbar.js";
98
+ import { default as default87 } from "./wje-toolbar-action.js";
99
+ import { default as default88 } from "./wje-tooltip.js";
100
+ import { default as default89 } from "./wje-tree.js";
101
+ import { default as default90 } from "./wje-tree-item.js";
102
+ import { default as default91 } from "./wje-visually-hidden.js";
99
103
  import { I } from "./infinite-scroll.element-XVJukzjy.js";
100
104
  import { L } from "./list.element-Ce1vIm1O.js";
101
105
  import { P } from "./popup.element-tyYxow0p.js";
@@ -150,10 +154,15 @@ const enGb = {
150
154
  "wj.stepper.button.next": "Next",
151
155
  "wj.stepper.button.finish": "Finish",
152
156
  "wj.stepper.button.previous": "Previous",
153
- "wj.stepper.step": "Step"
157
+ "wj.stepper.step": "Step",
158
+ "wj.pagination.of": "of",
159
+ "wj.pagination.first": "First page",
160
+ "wj.pagination.prev": "Previous",
161
+ "wj.pagination.next": "Next",
162
+ "wj.pagination.last": "Last page"
154
163
  };
155
164
  Localizer.registerTranslation(enGb);
156
- const styles$3 = ".native-timeline {\n position: relative;\n}\n\n.vertical-line {\n position: absolute;\n margin-left: calc(var(--wje-spacing-x-large) + 1px);\n top: 0;\n bottom: 0;\n width: 1px;\n background-color: var(--wje-color-info-3);\n}\n";
165
+ const styles$1 = ".native-timeline {\n position: relative;\n}\n\n.vertical-line {\n position: absolute;\n margin-left: calc(var(--wje-spacing-x-large) + 1px);\n top: 0;\n bottom: 0;\n width: 1px;\n background-color: var(--wje-color-info-3);\n}\n";
157
166
  class Timeline extends WJElement {
158
167
  /**
159
168
  * Creates an instance of Timeline.
@@ -171,7 +180,7 @@ class Timeline extends WJElement {
171
180
  * @returns {CSSStyleSheet} The CSS stylesheet
172
181
  */
173
182
  static get cssStyleSheet() {
174
- return styles$3;
183
+ return styles$1;
175
184
  }
176
185
  /**
177
186
  * Sets up the attributes for the component.
@@ -199,7 +208,7 @@ class Timeline extends WJElement {
199
208
  }
200
209
  }
201
210
  Timeline.define("wje-timeline", Timeline);
202
- const styles$2 = ":host {\n --wje-card-content-padding: var(--wje-spacing-medium);\n margin-bottom: 0.5rem;\n display: block;\n}\n\n.native-timeline-item > wje-icon {\n color: var(--wje-color-contrast-5) !important;\n}\n\n.timeline-items {\n display: flex;\n flex-direction: column;\n}\n\n.native-timeline-item {\n display: flex;\n position: relative;\n padding: var(--wje-spacing-medium) var(--wje-spacing-medium) var(--wje-spacing-medium) var(--wje-spacing-large);\n gap: var(--wje-spacing-medium);\n border-width: 1px;\n border-style: solid;\n border-color: transparent;\n border-radius: var(--wje-border-radius-large);\n}\n\n:host .native-timeline-item:hover {\n background-color: var(--wje-color-contrast-1);\n border-color: var(--wje-color-contrast-3);\n}\n\n:host([active]) .native-timeline-item {\n background-color: var(--wje-color-primary-1);\n border-color: var(--wje-color-primary-3);\n}\n\n:host([active]) .native-timeline-item:hover {\n background-color: var(--wje-color-primary-2);\n}\n\n.icon-container {\n position: absolute;\n display: flex;\n width: var(--wje-size-small);\n height: var(--wje-size-small);\n padding: var(--wje-spacing-2x-small);\n border-radius: var(--wje-border-radius-circle);\n opacity: 0;\n}\n\n.content-container {\n height: fit-content;\n gap: var(--wje-spacing-small);\n}\n\n.event {\n margin: 0;\n font-size: var(--wje-font-size-large);\n font-weight: var(--wje-font-weight-bold);\n line-height: var(--wje-line-height-dense);\n letter-spacing: var(--wje-spacing-4x-small);\n}\n\n.additional-content {\n font-size: var(--wje-font-size-medium);\n margin-top: 1rem;\n}\n\nwje-status {\n position: relative;\n z-index: 1;\n}\n\nwje-relative-time {\n display: block;\n margin-bottom: var(--wje-spacing-2x-small);\n}\n";
211
+ const styles = ":host {\n --wje-card-content-padding: var(--wje-spacing-medium);\n margin-bottom: 0.5rem;\n display: block;\n}\n\n.native-timeline-item > wje-icon {\n color: var(--wje-color-contrast-5) !important;\n}\n\n.timeline-items {\n display: flex;\n flex-direction: column;\n}\n\n.native-timeline-item {\n display: flex;\n position: relative;\n padding: var(--wje-spacing-medium) var(--wje-spacing-medium) var(--wje-spacing-medium) var(--wje-spacing-large);\n gap: var(--wje-spacing-medium);\n border-width: 1px;\n border-style: solid;\n border-color: transparent;\n border-radius: var(--wje-border-radius-large);\n}\n\n:host .native-timeline-item:hover {\n background-color: var(--wje-color-contrast-1);\n border-color: var(--wje-color-contrast-3);\n}\n\n:host([active]) .native-timeline-item {\n background-color: var(--wje-color-primary-1);\n border-color: var(--wje-color-primary-3);\n}\n\n:host([active]) .native-timeline-item:hover {\n background-color: var(--wje-color-primary-2);\n}\n\n.icon-container {\n position: absolute;\n display: flex;\n width: var(--wje-size-small);\n height: var(--wje-size-small);\n padding: var(--wje-spacing-2x-small);\n border-radius: var(--wje-border-radius-circle);\n opacity: 0;\n}\n\n.content-container {\n height: fit-content;\n gap: var(--wje-spacing-small);\n}\n\n.event {\n margin: 0;\n font-size: var(--wje-font-size-large);\n font-weight: var(--wje-font-weight-bold);\n line-height: var(--wje-line-height-dense);\n letter-spacing: var(--wje-spacing-4x-small);\n}\n\n.additional-content {\n font-size: var(--wje-font-size-medium);\n margin-top: 1rem;\n}\n\nwje-status {\n position: relative;\n z-index: 1;\n}\n\nwje-relative-time {\n display: block;\n margin-bottom: var(--wje-spacing-2x-small);\n}\n";
203
212
  class TimelineItem extends WJElement {
204
213
  constructor() {
205
214
  super();
@@ -215,7 +224,7 @@ class TimelineItem extends WJElement {
215
224
  * @returns {CSSStyleSheet}
216
225
  */
217
226
  static get cssStyleSheet() {
218
- return styles$2;
227
+ return styles;
219
228
  }
220
229
  /**
221
230
  * Sets up the attributes for the component.
@@ -266,573 +275,103 @@ class TimelineItem extends WJElement {
266
275
  }
267
276
  }
268
277
  TimelineItem.define("wje-timeline-item", TimelineItem);
269
- const styles$1 = "/*\n[ WJ Tree ]\n*/\n\n:host {\n position: relative;\n width: 100%;\n font-size: 0;\n}\n";
270
- class Tree extends WJElement {
271
- /**
272
- * Creates an instance of Toast.
273
- */
274
- constructor() {
275
- super();
276
- /**
277
- * The class name for the component.
278
- * @type {string}
279
- */
280
- __publicField(this, "className", "Tree");
281
- /**
282
- * Handles the click event triggered by the user interaction.
283
- * Identifies the closest tree item element to the event target and sets it
284
- * as the selected item. Ensures that only one item is selected at a time, resetting
285
- * the selection state for all other items.
286
- * @param {Event} e The click event object.
287
- */
288
- __publicField(this, "handleClick", (e) => {
289
- let selectedItem = e.target.closest("wje-tree-item");
290
- let isClickButton = e.composedPath().some((el) => {
291
- var _a;
292
- return (_a = el == null ? void 0 : el.classList) == null ? void 0 : _a.contains("toggle");
293
- });
294
- if (isClickButton)
295
- return;
296
- if (this.selection === "single") {
297
- if (selectedItem) {
298
- for (let item of this.getAllItems()) {
299
- item.selected = item === selectedItem;
300
- }
301
- }
302
- } else if (this.selection === "multiple") {
303
- selectedItem.selected = !selectedItem.selected;
304
- this.updateCheckboxState(selectedItem);
305
- }
306
- });
307
- }
308
- /**
309
- * Sets the selection attribute for the element.
310
- * @param {string} value The value to set as the selection attribute.
311
- */
312
- set selection(value) {
313
- this.setAttribute("selection", value);
314
- }
315
- /**
316
- * Gets the current selection mode for the element.
317
- * If no selection is explicitly set, it defaults to 'single'.
318
- * @returns {string} The current selection mode, either set by the element's attribute or the default value 'single'.
319
- */
320
- get selection() {
321
- return this.getAttribute("selection") || "single";
322
- }
323
- /**
324
- * Returns the CSS stylesheet for the component.
325
- * @static
326
- * @returns {CSSStyleSheet} The CSS stylesheet
327
- */
328
- static get cssStyleSheet() {
329
- return styles$1;
330
- }
331
- /**
332
- * Setup attributes for the Button element.
333
- */
334
- setupAttributes() {
335
- this.isShadowRoot = "open";
336
- }
337
- /**
338
- * A method called before the drawing or rendering process of tree items.
339
- * It iterates through all `wje-tree-item` elements, updating their selection state
340
- * and managing their expand/collapse icons accordingly.
341
- * @returns {void} This method does not return a value.
342
- */
343
- beforeDraw() {
344
- const items = this.querySelectorAll("wje-tree-item");
345
- items == null ? void 0 : items.forEach((item) => {
346
- item.selection = this.selection;
347
- this.getExpandCollapseIcon(item, "expand");
348
- this.getExpandCollapseIcon(item, "collapse");
349
- });
350
- }
351
- /**
352
- * Draw method for the toast notification.
353
- * @returns {object} Document fragment
354
- */
355
- draw() {
356
- let fragment = document.createDocumentFragment();
357
- let native = document.createElement("div");
358
- native.setAttribute("part", "native");
359
- native.classList.add("native-tree");
360
- let slot = document.createElement("slot");
361
- native.appendChild(slot);
362
- fragment.appendChild(native);
363
- return fragment;
364
- }
365
- /**
366
- * Called after the draw process of the component is completed.
367
- * Typically used to add event listeners or perform operations
368
- * that are dependent on the component's drawn state.
369
- * @returns {void} This method does not return a value.
370
- */
371
- afterDraw() {
372
- this.addEventListener("click", this.handleClick);
373
- }
374
- /**
375
- * Retrieves all items that match the selector 'wje-tree-item' within the current context.
376
- * @returns {Array<Element>} An array of all matching DOM elements.
377
- */
378
- getAllItems() {
379
- return [...this.querySelectorAll("wje-tree-item")];
380
- }
381
- /**
382
- * Retrieves and appends an expand/collapse icon to a given item based on the provided status.
383
- * @param {HTMLElement} item The DOM element to which the icon will be appended.
384
- * @param {string} status The status indicating which icon to retrieve (e.g., "expand" or "collapse").
385
- * @returns {void} This method does not return a value. If the icon matching the given status is not found, a warning is logged.
386
- */
387
- getExpandCollapseIcon(item, status) {
388
- let icon = this.querySelector(`[slot="${status}"]`);
389
- if (!icon) {
390
- console.warn(`Icon with slot "${status}" was not found.`);
391
- return;
392
- }
393
- let iconClone = icon.cloneNode(true);
394
- item.appendChild(iconClone);
395
- }
396
- /**
397
- * Updates the state of a checkbox, syncing the state both upwards to parent elements
398
- * and downwards to child elements as necessary.
399
- * @param {object} changedItem The specific item whose checkbox state has changed.
400
- * @param {boolean} [isInitialSync] Indicates whether the state update is part of the initial synchronization process.
401
- * @returns {void} This method does not return a value.
402
- */
403
- updateCheckboxState(changedItem, isInitialSync = false) {
404
- this.isInitialSync = isInitialSync;
405
- this.propagateStateDownwards(changedItem);
406
- this.propagateStateUpwards(changedItem);
407
- }
408
- /**
409
- * Updates the state of the parent item based on the state of its child items.
410
- * Recursively propagates changes up to all parent items to reflect the selection
411
- * or indeterminate state accurately.
412
- * @param {object} item The current tree item whose parent state needs to be updated.
413
- * It is expected to have properties `selected`, `indeterminate`,
414
- * and a method `getChildrenItems({ includeDisabled: boolean })`.
415
- * @returns {void} This method does not return a value.
416
- */
417
- updateParentState(item) {
418
- var _a;
419
- const children = item.getChildrenItems({ includeDisabled: false });
420
- if (children.length) {
421
- const areAllChildrenChecked = children.every((child) => child.selected);
422
- const areSomeChildrenChecked = children.some((child) => child.selected);
423
- const areSomeChildrenIndeterminate = children.some((child) => child.indeterminate);
424
- item.selected = areAllChildrenChecked;
425
- item.indeterminate = areSomeChildrenIndeterminate || areSomeChildrenChecked && !areAllChildrenChecked;
426
- } else {
427
- item.indeterminate = false;
428
- }
429
- const parent = (_a = item.parentElement) == null ? void 0 : _a.closest("wje-tree-item");
430
- if (parent) {
431
- this.updateParentState(parent);
432
- }
433
- }
434
- /**
435
- * Propagates the state changes of an item upwards through its ancestors in the hierarchy.
436
- * Calls the `updateParentState` method for each parent element until no parent exists.
437
- * @param {HTMLElement} item The current item whose state to propagate to its parent.
438
- * @returns {void} This method does not return a value.
439
- */
440
- propagateStateUpwards(item) {
441
- var _a;
442
- const parent = (_a = item.parentElement) == null ? void 0 : _a.closest("wje-tree-item");
443
- if (parent) {
444
- this.updateParentState(parent);
445
- this.propagateStateUpwards(parent);
446
- }
447
- }
448
- /**
449
- * Propagates the selected state of an item to its children recursively. Depending on the `isInitialSync` flag,
450
- * it also determines how the state should be applied to the child items and updates the parent state if needed.
451
- * @param {object} item The item whose state is being propagated to its child items. The item must have properties
452
- * such as `selected` and methods like `getChildrenItems` to retrieve its child elements.
453
- * @returns {void} This method does not return a value.
454
- */
455
- propagateStateDownwards(item) {
456
- const isChecked = item.selected;
457
- item.getChildrenItems().forEach((child) => {
458
- child.selected = this.isInitialSync ? isChecked || child.selected : !child.disabled && isChecked;
459
- this.propagateStateDownwards(child);
460
- });
461
- if (this.isInitialSync) {
462
- this.updateParentState(item);
463
- }
464
- }
465
- }
466
- Tree.define("wje-tree", Tree);
467
- const styles = '/*\n[ WJ Tree Item ]\n*/\n\n:host {\n .native-tree-item {\n position: relative;\n display: flex;\n align-items: stretch;\n flex-direction: column;\n &.multiple {\n .item {\n border-radius: 0 !important;\n }\n }\n .item {\n display: flex;\n align-items: center;\n\n /*--toggle-width: var(--wje-tree-item-indent);*/\n /*--spacer-col: var(--wje-tree-item-indent);*/\n\n /*display: grid;*/\n /*grid-template-columns: var(--spacer-col) var(--wje-tree-item-indent) 1fr;*/\n /*grid-template-areas: "indent toggle content";*/\n\n padding-inline: var(--wje-spacing-3x-small);\n padding-block: var(--wje-spacing-3x-small);\n border-radius: var(--wje-tree-item-border-radius);\n /*padding-left: var(--wje-tree-item-indent);*/\n &:hover {\n background-color: var(--wje-color-contrast-1);\n }\n .indent {\n /*grid-area: indent;*/\n display: block;\n /*width: var(--wje-tree-item-indent);*/\n width: 1em;\n }\n .toggle {\n font-size: var(--wje-font-size-medium);\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: content-box;\n width: var(--wje-tree-item-indent);\n height: var(--wje-tree-item-indent);\n flex-shrink: 0;\n /*grid-area: toggle;*/\n }\n wje-checkbox {\n font-size: var(--wje-font-size-medium);\n margin: 0;\n }\n .content {\n font-size: var(--wje-font-size-medium);\n grid-area: content;\n }\n slot {\n display: flex;\n align-items: center;\n }\n slot:not([name])::slotted(wje-icon) {\n margin-right: var(--wje-spacing-2x-small);\n }\n }\n .children {\n font-size: calc(1em + var(--wje-tree-item-indent, var(--wje-spacing-medium)));\n display: none;\n &.open {\n display: block;\n\n ::before {\n content: "";\n position: absolute;\n top: var(--wje-tree-item-indent);\n bottom: 5px;\n left: calc(1em - (var(--wje-spacing-3x-small) * 2) - (var(--wje-tree-item-indent-guid-width) / 2));\n border-inline-end: var(--wje-tree-item-indent-guid-width) solid var(--wje-border-color);\n z-index: 1;\n }\n }\n }\n }\n\n .native-tree-item.expanded .item slot[name="expand"], .native-tree-item:not(.expanded) slot[name="collapse"] {\n display: none;\n }\n}\n\n:host([selected]) {\n .item {\n background-color: var(--wje-color-contrast-2);\n }\n}';
468
- class TreeItem extends WJElement {
469
- /**
470
- * Creates an instance of Toast.
471
- */
472
- constructor() {
473
- super();
474
- /**
475
- * The class name for the component.
476
- * @type {string}
477
- */
478
- __publicField(this, "className", "TreeItem");
479
- this._selection = "single";
480
- }
481
- /**
482
- * Sets the expanded state of the element. When set to a truthy value,
483
- * the 'expanded' attribute will be added to the element. When set to a falsy
484
- * value, the 'expanded' attribute will be removed.
485
- * @param {boolean} value A boolean value indicating whether the
486
- * element should be expanded (true) or collapsed (false).
487
- */
488
- set expanded(value) {
489
- if (value) {
490
- this.setAttribute("expanded", "");
491
- } else {
492
- this.removeAttribute("expanded");
493
- }
494
- }
495
- /**
496
- * Retrieves the value of the 'expanded' state for the current element.
497
- * This getter checks whether the 'expanded' attribute is present on the element.
498
- * If the attribute exists, it returns true, representing that the element is expanded.
499
- * Otherwise, it returns false, indicating that the element is not expanded.
500
- * @returns {boolean} True if the 'expanded' attribute is present, false otherwise.
501
- */
502
- get expanded() {
503
- return this.hasAttribute("expanded");
504
- }
505
- /**
506
- * Sets the 'selected' attribute of the element. Removes the attribute if the provided value is falsy; otherwise, sets it.
507
- * @param {boolean} value The value indicating whether the element should have the 'selected' attribute.
508
- */
509
- set selected(value) {
510
- this.removeAttribute("selected");
511
- if (value)
512
- this.setAttribute("selected", "");
513
- }
514
- /**
515
- * Getter method for determining if the 'selected' attribute is present on the element.
516
- * @returns {boolean} Returns true if the 'selected' attribute is present, otherwise false.
517
- */
518
- get selected() {
519
- return this.hasAttribute("selected");
520
- }
521
- /**
522
- * Sets the selection mode for the component.
523
- * @param {string} value The selection mode to apply. Defaults to 'single'
524
- * if no value is provided. Possible options may be
525
- * specific to the implementation of the component
526
- * (e.g., 'single', 'multiple').
527
- */
528
- set selection(value) {
529
- this._selection = value || "single";
530
- }
531
- /**
532
- * Retrieves the current selection.
533
- * @returns {*} The value of the current selection.
534
- */
535
- get selection() {
536
- return this._selection;
537
- }
538
- /**
539
- * Sets or removes the 'indeterminate' attribute based on the provided value.
540
- * This can be used to visually indicate an indeterminate state for elements like checkboxes.
541
- * @param {boolean} value A boolean indicating whether to set the element to an indeterminate state.
542
- * If true, the 'indeterminate' attribute is added to the element; if false, the attribute is removed.
543
- */
544
- set indeterminate(value) {
545
- this.removeAttribute("indeterminate");
546
- if (value)
547
- this.setAttribute("indeterminate", "");
548
- }
549
- /**
550
- * Retrieves the state of the indeterminate attribute.
551
- * @returns {boolean} True if the indeterminate attribute is present, otherwise false.
552
- */
553
- get indeterminate() {
554
- return this.hasAttribute("indeterminate");
555
- }
556
- /**
557
- * Returns the CSS stylesheet for the component.
558
- * @static
559
- * @returns {CSSStyleSheet} The CSS stylesheet
560
- */
561
- static get cssStyleSheet() {
562
- return styles;
563
- }
564
- /**
565
- * Setup attributes for the Button element.
566
- */
567
- setupAttributes() {
568
- this.isShadowRoot = "open";
569
- }
570
- /**
571
- * Returns the list of attributes to observe for changes.
572
- * @static
573
- * @returns {Array<string>}
574
- */
575
- static get observedAttributes() {
576
- return ["selected", "indeterminate"];
577
- }
578
- /**
579
- * Handles updates when observed attributes of the element are changed.
580
- * Updates the checkbox state based on changes to the "selected" or "indeterminate" attributes.
581
- * @param {string} name The name of the attribute that was changed.
582
- * @param {string|null} oldValue The previous value of the attribute before the change.
583
- * @param {string|null} newValue The new value of the attribute after the change.
584
- * @returns {void}
585
- */
586
- attributeChangedCallback(name, oldValue, newValue) {
587
- if (name === "selected") {
588
- this.checkbox.removeAttribute("indeterminate");
589
- if (this.selected) {
590
- this.checkbox.setAttribute("checked", "");
591
- } else {
592
- this.checkbox.removeAttribute("checked");
593
- }
594
- }
595
- if (name === "indeterminate" && !this.selected) {
596
- this.checkbox.removeAttribute("indeterminate");
597
- this.checkbox.removeAttribute("checked");
598
- if (this.indeterminate)
599
- this.checkbox.setAttribute("indeterminate", "");
600
- }
601
- }
602
- /**
603
- * Custom logic executed before the draw process begins.
604
- * Determines and sets the appropriate slot if the current item is nested.
605
- * @returns {void} No return value.
606
- */
607
- beforeDraw() {
608
- if (this.isNestedItem())
609
- this.slot = "children";
610
- }
611
- /**
612
- * Creates and returns a document fragment representing the structure of a tree item component.
613
- * The method constructs the DOM elements including the native container, indentation, toggle button,
614
- * selection checkbox, label, and children container, along with their respective slots and attributes.
615
- * It dynamically handles the creation of expand and collapse icons, as well as appending slots for
616
- * child components.
617
- * @returns {DocumentFragment} A fragment containing the complete tree item structure to be rendered.
618
- */
619
- draw() {
620
- let fragment = document.createDocumentFragment();
621
- let native = document.createElement("div");
622
- native.setAttribute("part", "native");
623
- native.classList.add("native-tree-item", this.selection === "multiple" ? "multiple" : "single");
624
- let item = document.createElement("div");
625
- item.classList.add("item");
626
- let indent = document.createElement("div");
627
- indent.classList.add("indent");
628
- let button = document.createElement("div");
629
- button.classList.add("toggle");
630
- let checkbox = document.createElement("wje-checkbox");
631
- if (this.selected)
632
- checkbox.setAttribute("checked", "");
633
- let label = document.createElement("div");
634
- label.classList.add("content");
635
- let slotElement = document.createElement("slot");
636
- let children = document.createElement("div");
637
- children.classList.add("children");
638
- let slot = document.createElement("slot");
639
- slot.setAttribute("name", "children");
640
- children.appendChild(slot);
641
- item.appendChild(indent);
642
- if (this.querySelectorAll(":scope > wje-tree-item").length > 0) {
643
- if (this.querySelectorAll('[slot="expand"]').length < 1) {
644
- let expandIcon = document.createElement("wje-icon");
645
- expandIcon.setAttribute("name", "chevron-right");
646
- expandIcon.setAttribute("slot", "expand");
647
- this.appendChild(expandIcon);
648
- }
649
- if (this.querySelectorAll('[slot="collapse"]').length < 1) {
650
- let collapseIcon = document.createElement("wje-icon");
651
- collapseIcon.setAttribute("name", "chevron-down");
652
- collapseIcon.setAttribute("slot", "collapse");
653
- this.appendChild(collapseIcon);
654
- }
655
- let expandSlot = document.createElement("slot");
656
- expandSlot.setAttribute("name", "expand");
657
- let collapseSlot = document.createElement("slot");
658
- collapseSlot.setAttribute("name", "collapse");
659
- button.appendChild(expandSlot);
660
- button.appendChild(collapseSlot);
661
- }
662
- item.appendChild(button);
663
- if (this.selection === "multiple")
664
- item.appendChild(checkbox);
665
- label.appendChild(slotElement);
666
- item.appendChild(label);
667
- native.appendChild(item);
668
- native.appendChild(children);
669
- fragment.appendChild(native);
670
- this.checkbox = checkbox;
671
- this.native = native;
672
- this.button = button;
673
- this.childrenElement = children;
674
- this.childrenSlot = slot;
675
- return fragment;
676
- }
677
- /**
678
- * Executes operations to be performed after the draw action is completed.
679
- * If the state indicates it is expanded, toggles its children.
680
- * Additionally, sets up an event listener on the button element to handle toggling children upon click.
681
- * @returns {void} Does not return a value.
682
- */
683
- afterDraw() {
684
- if (this.expanded)
685
- this.toggleChildren();
686
- this.button.addEventListener("click", this.toggleChildren.bind(this));
687
- }
688
- /**
689
- * Determines if the current item is a nested item within a tree structure.
690
- * Checks if the item's parent element exists and is also a tree item.
691
- * @returns {boolean} Returns true if the current item is a nested tree item; otherwise, false.
692
- */
693
- isNestedItem() {
694
- const parent = this.parentElement;
695
- return !!parent && this.isTreeItem(parent);
696
- }
697
- /**
698
- * Checks whether the given node is a tree item.
699
- * @param {object} node The node to check.
700
- * @returns {boolean} Returns true if the node is an Element and has a class name of 'TreeItem', otherwise false.
701
- */
702
- isTreeItem(node) {
703
- return node instanceof Element && node.className === "TreeItem";
704
- }
705
- /**
706
- * Toggles the visibility state of the children element and updates the class of the parent element.
707
- * The method toggles the 'open' class on the children elements and the 'expanded' class on the parent element,
708
- * effectively showing or hiding the children and indicating the expanded state.
709
- * @returns {void} Does not return a value.
710
- */
711
- toggleChildren() {
712
- this.childrenElement.classList.toggle("open");
713
- this.native.classList.toggle("expanded");
714
- }
715
- /**
716
- * Retrieves the child items from the `childrenSlot` that match specific criteria.
717
- * @param {object} [options] Configuration options.
718
- * @param {boolean} [options.includeDisabled] Determines whether disabled items should be included in the result. Defaults to true.
719
- * @returns {Array} An array of child items that are valid tree items and meet the criteria specified in the options.
720
- */
721
- getChildrenItems(options = {}) {
722
- const includeDisabled = options.includeDisabled ?? true;
723
- if (!this.childrenSlot) {
724
- return [];
725
- }
726
- return [...this.childrenSlot.assignedElements({ flatten: true })].filter((item) => this.isTreeItem(item) && (includeDisabled || !item.disabled));
727
- }
728
- /**
729
- * Retrieves all descendant children of the current object in a flattened array structure.
730
- * @param {object} [options] An optional object specifying filters or configurations for retrieving children.
731
- * @returns {Array} An array containing all children and their descendants in a flat structure.
732
- */
733
- getAllChildrenFlat(options = {}) {
734
- const directChildren = this.getChildrenItems(options);
735
- return directChildren.flatMap(
736
- (child) => [child, ...child.getAllChildrenFlat(options)]
737
- );
738
- }
739
- }
740
- TreeItem.define("wje-tree-item", TreeItem);
741
278
  export {
742
- default3 as Accordion,
743
- default4 as AccordionItem,
744
- default5 as Animation,
745
- default6 as Aside,
746
- default7 as Avatar,
747
- default8 as Badge,
748
- default9 as Breadcrumb,
749
- default10 as Breadcrumbs,
750
- default11 as Button,
751
- default12 as ButtonGroup,
752
- default13 as Card,
753
- default14 as CardContent,
754
- default15 as CardControls,
755
- default16 as CardHeader,
756
- default17 as CardSubtitle,
757
- default18 as CardTitle,
758
- default19 as Carousel,
759
- default20 as CarouselItem,
760
- default21 as Checkbox,
761
- default22 as Chip,
762
- default23 as Col,
763
- default24 as ColorPicker,
764
- default25 as Container,
765
- default26 as CopyButton,
766
- default27 as Dialog,
767
- default28 as Divider,
768
- default29 as Dropdown,
769
- default30 as FileUpload,
770
- default31 as FileUploadItem,
771
- default32 as Footer,
772
- default33 as FormatDigital,
773
- default34 as Grid,
774
- default35 as Header,
775
- default36 as Icon,
776
- default37 as IconPicker,
777
- default38 as Img,
778
- default39 as ImgComparer,
279
+ default4 as Accordion,
280
+ default5 as AccordionItem,
281
+ default6 as Animation,
282
+ default7 as Aside,
283
+ default8 as Avatar,
284
+ default9 as Badge,
285
+ default10 as Breadcrumb,
286
+ default11 as Breadcrumbs,
287
+ default12 as Button,
288
+ default13 as ButtonGroup,
289
+ default14 as Card,
290
+ default15 as CardContent,
291
+ default16 as CardControls,
292
+ default17 as CardHeader,
293
+ default18 as CardSubtitle,
294
+ default19 as CardTitle,
295
+ default20 as Carousel,
296
+ default21 as CarouselItem,
297
+ default22 as Checkbox,
298
+ default23 as Chip,
299
+ default24 as Col,
300
+ default25 as ColorPicker,
301
+ default26 as Container,
302
+ default27 as CopyButton,
303
+ default28 as Dialog,
304
+ default29 as Divider,
305
+ default30 as Dropdown,
306
+ default31 as FileUpload,
307
+ default32 as FileUploadItem,
308
+ default33 as Footer,
309
+ default34 as FormatDigital,
310
+ default35 as Grid,
311
+ default36 as Header,
312
+ default37 as Icon,
313
+ default38 as IconPicker,
314
+ default39 as Img,
315
+ default40 as ImgComparer,
779
316
  I as InfiniteScroll,
780
- default40 as Input,
781
- default41 as InputFile,
782
- default42 as Item,
783
- default43 as Kanban,
784
- default44 as Label,
317
+ default41 as Input,
318
+ default42 as InputFile,
319
+ default43 as Item,
320
+ default44 as Kanban,
321
+ default45 as Label,
322
+ default2 as LevelIndicator,
785
323
  L as List,
786
324
  Localizer,
787
- default45 as Main,
788
- default46 as Masonry,
789
- default47 as Menu,
790
- default48 as MenuButton,
791
- default49 as MenuItem,
792
- default50 as MenuLabel,
793
- default51 as Option,
794
- default52 as Options,
795
- default53 as Orgchart,
796
- default54 as OrgchartGroup,
797
- default55 as OrgchartItem,
325
+ default46 as Main,
326
+ default47 as Masonry,
327
+ default48 as Menu,
328
+ default49 as MenuButton,
329
+ default50 as MenuItem,
330
+ default51 as MenuLabel,
331
+ default52 as Option,
332
+ default53 as Options,
333
+ default54 as Orgchart,
334
+ default55 as OrgchartGroup,
335
+ default56 as OrgchartItem,
336
+ default57 as Pagination,
798
337
  P as Popup,
799
- default56 as ProgressBar,
800
- default57 as QrCode,
801
- default58 as Radio,
802
- default59 as RadioGroup,
803
- default60 as Rate,
804
- default61 as RelativeTime,
805
- default62 as Reorder,
806
- default63 as ReorderDropzone,
807
- default64 as ReorderHandle,
808
- default65 as ReorderItem,
809
- default66 as Route,
810
- default68 as RouterLink,
811
- default69 as RouterOutlet,
812
- default67 as Routerx,
813
- default70 as Row,
814
- default71 as Select,
815
- default72 as Slider,
816
- default2 as SlidingContainer,
817
- default73 as SplitView,
818
- default74 as Status,
819
- default75 as Step,
820
- default76 as Stepper,
821
- default77 as Tab,
822
- default78 as TabGroup,
823
- default79 as TabPanel,
824
- default80 as Textarea,
825
- default81 as Thumbnail,
338
+ default58 as ProgressBar,
339
+ default59 as QrCode,
340
+ default60 as Radio,
341
+ default61 as RadioGroup,
342
+ default62 as Rate,
343
+ default63 as RelativeTime,
344
+ default64 as Reorder,
345
+ default65 as ReorderDropzone,
346
+ default66 as ReorderHandle,
347
+ default67 as ReorderItem,
348
+ default68 as Route,
349
+ default70 as RouterLink,
350
+ default71 as RouterOutlet,
351
+ default69 as Routerx,
352
+ default72 as Row,
353
+ default73 as Select,
354
+ default74 as Slider,
355
+ default3 as SlidingContainer,
356
+ default75 as SplitView,
357
+ default76 as Status,
358
+ default77 as Step,
359
+ default78 as Stepper,
360
+ default79 as Tab,
361
+ default80 as TabGroup,
362
+ default81 as TabPanel,
363
+ default82 as Textarea,
364
+ default83 as Thumbnail,
826
365
  Timeline,
827
366
  TimelineItem,
828
- default82 as Toast,
829
- default83 as Toggle,
830
- default84 as Toolbar,
831
- default85 as ToolbarAction,
832
- default86 as Tooltip,
833
- Tree,
834
- TreeItem,
835
- default87 as VisuallyHidden,
367
+ default84 as Toast,
368
+ default85 as Toggle,
369
+ default86 as Toolbar,
370
+ default87 as ToolbarAction,
371
+ default88 as Tooltip,
372
+ default89 as Tree,
373
+ default90 as TreeItem,
374
+ default91 as VisuallyHidden,
836
375
  WJElement,
837
376
  WjePermissionsApi,
838
377
  b as bindRouterLinks,