q2-tecton-elements 1.60.5 → 1.60.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle-report.json +426 -426
- package/dist/cjs/q2-action-group_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-action-sheet.cjs.entry.js +1 -1
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/q2-context.cjs.entry.js +1 -1
- package/dist/cjs/q2-currency.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +1 -1
- package/dist/cjs/q2-example.cjs.entry.js +1 -1
- package/dist/cjs/q2-form.cjs.entry.js +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/q2-grid-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-grid.cjs.entry.js +1 -1
- package/dist/cjs/q2-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-link_2.cjs.entry.js +1 -1
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-modal.cjs.entry.js +1 -1
- package/dist/cjs/q2-month-picker.cjs.entry.js +2 -2
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option-list_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-pagination.cjs.entry.js +3 -3
- package/dist/cjs/q2-pill.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio.cjs.entry.js +1 -1
- package/dist/cjs/q2-relative-time.cjs.entry.js +1 -1
- package/dist/cjs/q2-section.cjs.entry.js +2 -2
- package/dist/cjs/q2-select.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper.cjs.entry.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/q2-action-group/q2-action-group.js +1 -1
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +1 -1
- package/dist/collection/components/q2-avatar/q2-avatar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-calendar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +2 -2
- package/dist/collection/components/q2-carousel/q2-carousel.js +1 -1
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.js +2 -2
- package/dist/collection/components/q2-chart-area/q2-chart-area.js +1 -1
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.js +1 -1
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.js +1 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.js +1 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.js +1 -1
- package/dist/collection/components/q2-context/q2-context.js +1 -1
- package/dist/collection/components/q2-currency/q2-currency.js +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +8 -8
- package/dist/collection/components/q2-detail/q2-detail.js +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +1 -1
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +1 -1
- package/dist/collection/components/q2-example/q2-example.js +1 -1
- package/dist/collection/components/q2-file-picker/q2-file-picker.js +3 -3
- package/dist/collection/components/q2-form/q2-form.js +1 -1
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js +1 -1
- package/dist/collection/components/q2-grid/q2-grid.js +31 -31
- package/dist/collection/components/q2-grid-area/q2-grid-area.js +43 -43
- package/dist/collection/components/q2-input/q2-input.js +2 -2
- package/dist/collection/components/q2-item/q2-item.js +1 -1
- package/dist/collection/components/q2-legend/q2-legend.js +1 -1
- package/dist/collection/components/q2-list/q2-list.js +1 -1
- package/dist/collection/components/q2-message/q2-message.js +1 -1
- package/dist/collection/components/q2-modal/q2-modal.js +1 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.js +1 -1
- package/dist/collection/components/q2-option-list/q2-option-list.js +6 -6
- package/dist/collection/components/q2-pagination/q2-pagination.js +3 -3
- package/dist/collection/components/q2-pill/q2-pill.js +1 -1
- package/dist/collection/components/q2-popover/q2-popover.js +1 -1
- package/dist/collection/components/q2-radio/q2-radio.js +1 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.js +1 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
- package/dist/collection/components/q2-section/q2-section.js +2 -2
- package/dist/collection/components/q2-select/q2-select.js +1 -1
- package/dist/collection/components/q2-stepper/q2-stepper.js +1 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +3 -3
- package/dist/collection/components/q2-textarea/q2-textarea.js +1 -1
- package/dist/components/q2-action-group2.js +1 -1
- package/dist/components/q2-action-sheet.js +1 -1
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-calendar.js +1 -1
- package/dist/components/q2-carousel-pane.js +2 -2
- package/dist/components/q2-carousel.js +1 -1
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-bar.js +1 -1
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox-group.js +1 -1
- package/dist/components/q2-checkbox2.js +1 -1
- package/dist/components/q2-context.js +1 -1
- package/dist/components/q2-currency.js +1 -1
- package/dist/components/q2-data-table.js +1 -1
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown.js +1 -1
- package/dist/components/q2-editable-field.js +1 -1
- package/dist/components/q2-example.js +1 -1
- package/dist/components/q2-form.js +1 -1
- package/dist/components/q2-formatted-text.js +1 -1
- package/dist/components/q2-grid-area.js +1 -1
- package/dist/components/q2-grid.js +1 -1
- package/dist/components/q2-input2.js +1 -1
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +1 -1
- package/dist/components/q2-list2.js +1 -1
- package/dist/components/q2-message2.js +1 -1
- package/dist/components/q2-modal.js +1 -1
- package/dist/components/q2-month-picker.js +2 -2
- package/dist/components/q2-optgroup2.js +1 -1
- package/dist/components/q2-option-list2.js +1 -1
- package/dist/components/q2-pagination.js +3 -3
- package/dist/components/q2-pill.js +1 -1
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-radio-group.js +1 -1
- package/dist/components/q2-radio.js +1 -1
- package/dist/components/q2-relative-time.js +1 -1
- package/dist/components/q2-resize-observer2.js +1 -1
- package/dist/components/q2-section.js +2 -2
- package/dist/components/q2-select2.js +1 -1
- package/dist/components/q2-stepper-pane.js +1 -1
- package/dist/components/q2-stepper.js +1 -1
- package/dist/components/q2-textarea.js +1 -1
- package/dist/esm/q2-action-group_2.entry.js +2 -2
- package/dist/esm/q2-action-sheet.entry.js +1 -1
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +1 -1
- package/dist/esm/q2-calendar.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +2 -2
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +1 -1
- package/dist/esm/q2-chart-bar.entry.js +1 -1
- package/dist/esm/q2-chart-donut.entry.js +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox.entry.js +1 -1
- package/dist/esm/q2-context.entry.js +1 -1
- package/dist/esm/q2-currency.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +1 -1
- package/dist/esm/q2-detail.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +1 -1
- package/dist/esm/q2-editable-field.entry.js +1 -1
- package/dist/esm/q2-example.entry.js +1 -1
- package/dist/esm/q2-form.entry.js +1 -1
- package/dist/esm/q2-formatted-text.entry.js +1 -1
- package/dist/esm/q2-grid-area.entry.js +1 -1
- package/dist/esm/q2-grid.entry.js +1 -1
- package/dist/esm/q2-item.entry.js +1 -1
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-link_2.entry.js +1 -1
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-modal.entry.js +1 -1
- package/dist/esm/q2-month-picker.entry.js +2 -2
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option-list_2.entry.js +2 -2
- package/dist/esm/q2-pagination.entry.js +3 -3
- package/dist/esm/q2-pill.entry.js +1 -1
- package/dist/esm/q2-radio-group.entry.js +1 -1
- package/dist/esm/q2-radio.entry.js +1 -1
- package/dist/esm/q2-relative-time.entry.js +1 -1
- package/dist/esm/q2-section.entry.js +2 -2
- package/dist/esm/q2-select.entry.js +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper.entry.js +1 -1
- package/dist/esm/q2-textarea.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-action-group_2.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-avatar.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-badge_7.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-calendar.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +22 -22
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +10 -10
- package/dist/q2-tecton-elements/q2-checkbox.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-context.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-currency.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-data-table.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-detail.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-example.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-form.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-grid-area.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-grid.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-item.entry.js +19 -19
- package/dist/q2-tecton-elements/q2-legend.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-link_2.entry.js +9 -9
- package/dist/q2-tecton-elements/q2-message.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-modal.entry.js +17 -17
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-option-list_2.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-pagination.entry.js +27 -27
- package/dist/q2-tecton-elements/q2-pill.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +17 -17
- package/dist/q2-tecton-elements/q2-radio.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-section.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-select.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
- package/dist/q2-tecton-elements/q2-stepper.entry.js +12 -12
- package/dist/q2-tecton-elements/q2-textarea.entry.js +2 -2
- package/package.json +65 -66
- /package/dist/types/{builds/q2e/development/tecton/tecton → Users/kvanhouten/Documents/Work/tecton_extra}/packages/q2-tecton-elements/.stencil/jest.setup.d.ts +0 -0
|
@@ -84,10 +84,10 @@ const d = class {
|
|
|
84
84
|
// #region Render Methods
|
|
85
85
|
render() {
|
|
86
86
|
return e("div", {
|
|
87
|
-
key: "
|
|
87
|
+
key: "bda7ad94d8e65a80a94fe61c2a836c8938695814",
|
|
88
88
|
class: this.groupTileLayout ? "radio-tile" : "radio-container"
|
|
89
89
|
}, e("input", {
|
|
90
|
-
key: "
|
|
90
|
+
key: "750515cb37838ad039306b720404d426f540e80e",
|
|
91
91
|
ref: t => this.inputField = t,
|
|
92
92
|
class: "sr",
|
|
93
93
|
id: this._id,
|
|
@@ -100,32 +100,32 @@ const d = class {
|
|
|
100
100
|
onChange: this.inputChange,
|
|
101
101
|
"test-id": "q2RadioInnerRadioBox"
|
|
102
102
|
}), e("label", {
|
|
103
|
-
key: "
|
|
103
|
+
key: "8ff2ad7e7ae18518010895fcbefc0f98c66aefc1",
|
|
104
104
|
htmlFor: this._id,
|
|
105
105
|
class: this.hideLabel ? "label-hidden" : undefined,
|
|
106
106
|
"test-id": "radioButton"
|
|
107
107
|
}, !this.groupTileLayout && e("svg", {
|
|
108
|
-
key: "
|
|
108
|
+
key: "39eb5243dcc3d1392bc8e76cbe3927f682ae5c79",
|
|
109
109
|
viewBox: "0 0 18 18"
|
|
110
110
|
}, e("circle", {
|
|
111
|
-
key: "
|
|
111
|
+
key: "24e67f62da41c6c8352f1d98670abb870f10d814",
|
|
112
112
|
stroke: "none",
|
|
113
113
|
fill: "none",
|
|
114
114
|
cx: "9",
|
|
115
115
|
cy: "9",
|
|
116
116
|
r: "8"
|
|
117
117
|
}), e("circle", {
|
|
118
|
-
key: "
|
|
118
|
+
key: "790aa586c67498067b2096c83e857dc00fa219dd",
|
|
119
119
|
stroke: "none",
|
|
120
120
|
fill: "none",
|
|
121
121
|
cx: "9",
|
|
122
122
|
cy: "9",
|
|
123
123
|
r: "4"
|
|
124
124
|
})), !this.hideLabel && e("div", {
|
|
125
|
-
key: "
|
|
125
|
+
key: "c1c7222b2dd10eb4dd8b19ef81f1de6220817eba",
|
|
126
126
|
class: "label-content"
|
|
127
127
|
}, this.label && l(this.label) || "", e("slot", {
|
|
128
|
-
key: "
|
|
128
|
+
key: "038b1487dd1b16fcb09c05990b517ca9e096439f"
|
|
129
129
|
}))));
|
|
130
130
|
}
|
|
131
131
|
get hostElement() {
|
|
@@ -141,7 +141,7 @@ const o = class {
|
|
|
141
141
|
render() {
|
|
142
142
|
const {shouldShow: e, displayedMessage: s} = this;
|
|
143
143
|
return t(i, {
|
|
144
|
-
key: "
|
|
144
|
+
key: "0d285a64c9e37d285b2c292518f6d86c5b2a3580"
|
|
145
145
|
}, e ? t("time", {
|
|
146
146
|
dateTime: s
|
|
147
147
|
}, s) : null);
|
|
@@ -180,29 +180,29 @@ const h = class {
|
|
|
180
180
|
}
|
|
181
181
|
const r = !this.hasYieldedHeader && !!this.label;
|
|
182
182
|
return i("section", {
|
|
183
|
-
key: "
|
|
183
|
+
key: "ea8c2d47f9b916aa54768068a0ed077afcd74577",
|
|
184
184
|
class: "wrapper"
|
|
185
185
|
}, i("header", {
|
|
186
|
-
key: "
|
|
186
|
+
key: "4236bf182d6c179bfe199dc506eaa9cf465e2765",
|
|
187
187
|
class: t ? "has-header" : ""
|
|
188
188
|
}, i("div", {
|
|
189
|
-
key: "
|
|
189
|
+
key: "e0e2276b92499a38f49b69c09e0af8d6034a2c29",
|
|
190
190
|
class: "header-content",
|
|
191
191
|
id: this.titleId,
|
|
192
192
|
onClick: this.collapsible && this.onHeaderClick
|
|
193
193
|
}, r && i("h2", {
|
|
194
|
-
key: "
|
|
194
|
+
key: "c7e6f404f984cd4752fa422e5a5dced7dd54707e",
|
|
195
195
|
class: "title"
|
|
196
196
|
}, c(this.label)), i("div", {
|
|
197
|
-
key: "
|
|
197
|
+
key: "97f50f4e116b680ab1e265e1cb0f9cc6a1ec091c",
|
|
198
198
|
ref: t => this.headerSlotWrapper = t,
|
|
199
199
|
class: "header-slot-wrapper"
|
|
200
200
|
}, i("slot", {
|
|
201
|
-
key: "
|
|
201
|
+
key: "db3a62b4aa97aa9dd770287abaf3ddb4ca26806e",
|
|
202
202
|
ref: t => this.headerSlot = t,
|
|
203
203
|
name: "q2-section-header"
|
|
204
204
|
}))), this.collapsible && !this.noCollapseIcon && i("q2-btn", {
|
|
205
|
-
key: "
|
|
205
|
+
key: "981bff7d4d4de8ef6f18a729e6f28a5e52da54ac",
|
|
206
206
|
label: c(this.label || "tecton.element.section.defaultToggleLabel"),
|
|
207
207
|
ariaExpanded: `${!!this.expanded}`,
|
|
208
208
|
ariaControls: this.contentId,
|
|
@@ -210,10 +210,10 @@ const h = class {
|
|
|
210
210
|
"hide-label": true,
|
|
211
211
|
onClick: this.onHeaderClick
|
|
212
212
|
}, i("q2-icon", {
|
|
213
|
-
key: "
|
|
213
|
+
key: "2e6f3916e177517058b7ef4f61040ed264069be2",
|
|
214
214
|
type: "chevron-up"
|
|
215
215
|
}))), i("div", {
|
|
216
|
-
key: "
|
|
216
|
+
key: "4760950774a60fce7ba07187b7ab8be357a3821f",
|
|
217
217
|
class: e.join(" "),
|
|
218
218
|
id: this.contentId,
|
|
219
219
|
"aria-labelledby": this.titleId,
|
|
@@ -223,12 +223,12 @@ const h = class {
|
|
|
223
223
|
height: this.contentHeight
|
|
224
224
|
}
|
|
225
225
|
}, i("div", {
|
|
226
|
-
key: "
|
|
226
|
+
key: "e66a1a7861328cf3fd1470bbbd03b613eed0e1a8",
|
|
227
227
|
ref: t => this.contentContainer = t,
|
|
228
228
|
class: "content",
|
|
229
229
|
tabindex: "-1"
|
|
230
230
|
}, i("slot", {
|
|
231
|
-
key: "
|
|
231
|
+
key: "07276e9c52b71cdd80d43fd9f1b2e94a8d8e63f2",
|
|
232
232
|
ref: t => this.contentSlot = t
|
|
233
233
|
}))));
|
|
234
234
|
}
|
|
@@ -790,7 +790,7 @@ const m = class {
|
|
|
790
790
|
}
|
|
791
791
|
render() {
|
|
792
792
|
return i("click-elsewhere", {
|
|
793
|
-
key: "
|
|
793
|
+
key: "a188f728f9dc0e448e97a5c06fd1308b8cb37564",
|
|
794
794
|
class: this.wrapperClasses,
|
|
795
795
|
onChange: this.clickedElsewhere
|
|
796
796
|
}, this.renderSelectField());
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as e, c as t, h as i, F as s, H as
|
|
1
|
+
import { r as e, c as t, h as i, F as s, H as a, g as n } from "./index-CGkHOjh1.js";
|
|
2
2
|
|
|
3
|
-
import { c as o, n as h, l as
|
|
3
|
+
import { c as o, n as h, l as r } from "./index-xCuy-dFb.js";
|
|
4
4
|
|
|
5
5
|
const d = "*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:block;position:relative}";
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const c = class {
|
|
8
8
|
constructor(i) {
|
|
9
9
|
e(this, i);
|
|
10
10
|
this.activeChange = t(this, "activeChange", 7);
|
|
@@ -71,36 +71,36 @@ const r = class {
|
|
|
71
71
|
// #region Render Methods
|
|
72
72
|
render() {
|
|
73
73
|
const {label: e, isActive: t} = this;
|
|
74
|
-
return i(
|
|
75
|
-
key: "
|
|
74
|
+
return i(a, {
|
|
75
|
+
key: "63c1e854a072a7bf23a70a8b61ae9421fe60b709",
|
|
76
76
|
role: "listitem"
|
|
77
77
|
}, i(s, {
|
|
78
|
-
key: "
|
|
78
|
+
key: "1e15b77c4a166240c2b165e7ab2159de7a9a691e"
|
|
79
79
|
}, i("div", {
|
|
80
|
-
key: "
|
|
81
|
-
"aria-label": e &&
|
|
80
|
+
key: "892d76f13b9fd4c81bbc4179255df6994366904e",
|
|
81
|
+
"aria-label": e && r(e),
|
|
82
82
|
tabindex: "0",
|
|
83
83
|
hidden: !t && !(this.isChildActive && this.showWithChildren)
|
|
84
84
|
}, i("slot", {
|
|
85
|
-
key: "
|
|
85
|
+
key: "3b680f51efcdb202be9133a37843ba0606fb8b0c"
|
|
86
86
|
})), i("div", {
|
|
87
|
-
key: "
|
|
87
|
+
key: "06028ee07f115d64d8bfac6a1641893968acb30d",
|
|
88
88
|
hidden: true
|
|
89
89
|
}, i("slot", {
|
|
90
|
-
key: "
|
|
90
|
+
key: "ad6ff6d5a13e59696acd283518533a5eafe4914d",
|
|
91
91
|
name: "label",
|
|
92
92
|
onSlotchange: () => this.contentChange.emit()
|
|
93
93
|
}), i("slot", {
|
|
94
|
-
key: "
|
|
94
|
+
key: "7aa19916bff9ad61f1a7717c83ae040aa416f6dc",
|
|
95
95
|
name: "description",
|
|
96
96
|
onSlotchange: () => this.contentChange.emit()
|
|
97
97
|
})), i("slot", {
|
|
98
|
-
key: "
|
|
98
|
+
key: "fba6e7d73fe80420a529c18b65091508c83979aa",
|
|
99
99
|
name: "children"
|
|
100
100
|
})));
|
|
101
101
|
}
|
|
102
102
|
get hostElement() {
|
|
103
|
-
return
|
|
103
|
+
return n(this);
|
|
104
104
|
}
|
|
105
105
|
static get watchers() {
|
|
106
106
|
return {
|
|
@@ -113,8 +113,8 @@ const r = class {
|
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
c.style = d;
|
|
117
117
|
|
|
118
|
-
export {
|
|
118
|
+
export { c as q2_stepper_pane };
|
|
119
119
|
//# sourceMappingURL=q2-stepper-pane.entry.esm.js.map
|
|
120
120
|
//# sourceMappingURL=q2-stepper-pane.entry.js.map
|
|
@@ -286,50 +286,50 @@ const n = class {
|
|
|
286
286
|
const s = [ "step-container" ];
|
|
287
287
|
if (e) s.push("has-scroll");
|
|
288
288
|
return r(i, {
|
|
289
|
-
key: "
|
|
289
|
+
key: "e7782b5f660a545fde730c764d690a572456a324"
|
|
290
290
|
}, r("div", {
|
|
291
|
-
key: "
|
|
291
|
+
key: "fce729b2b91152477fa615843ec22d55f1d00752",
|
|
292
292
|
class: s.join(" ")
|
|
293
293
|
}, e && r(i, {
|
|
294
|
-
key: "
|
|
294
|
+
key: "e999742615c80d98ffeb6cda26bc5d3a8540ff88"
|
|
295
295
|
}, r("div", {
|
|
296
|
-
key: "
|
|
296
|
+
key: "d2e88091d9fcdf632abd219eb4538f04db634af5",
|
|
297
297
|
class: "gradient-left",
|
|
298
298
|
hidden: !o
|
|
299
299
|
}), r("div", {
|
|
300
|
-
key: "
|
|
300
|
+
key: "9919c8bef04476c1aecb93647434b5b63e5cef61",
|
|
301
301
|
class: "gradient-right",
|
|
302
302
|
hidden: !a
|
|
303
303
|
}), r("q2-btn", {
|
|
304
|
-
key: "
|
|
304
|
+
key: "a26caa1abde69915db6c107675a1b6f8174d1bb3",
|
|
305
305
|
class: "btn-left",
|
|
306
306
|
hideLabel: true,
|
|
307
307
|
hidden: !this.showScrollLeft,
|
|
308
308
|
label: l("tecton.element.stepper.scrollLeft"),
|
|
309
309
|
onClick: () => this.onScrollBtnClick("left")
|
|
310
310
|
}, r("q2-icon", {
|
|
311
|
-
key: "
|
|
311
|
+
key: "c0e4dcbe2ee599f74ac4633b772d607b6d9cd9cf",
|
|
312
312
|
type: "chevron-left"
|
|
313
313
|
})), r("q2-btn", {
|
|
314
|
-
key: "
|
|
314
|
+
key: "cfa4c53013792d3360602227317de4cb42b6afc0",
|
|
315
315
|
class: "btn-right",
|
|
316
316
|
hideLabel: true,
|
|
317
317
|
hidden: !this.showScrollRight,
|
|
318
318
|
label: l("tecton.element.stepper.scrollRight"),
|
|
319
319
|
onClick: () => this.onScrollBtnClick("right")
|
|
320
320
|
}, r("q2-icon", {
|
|
321
|
-
key: "
|
|
321
|
+
key: "e892c9075ddc98a571d914a62869477752eff31a",
|
|
322
322
|
type: "chevron-right"
|
|
323
323
|
}))), r("ul", {
|
|
324
|
-
key: "
|
|
324
|
+
key: "b6a36cdaf89dd79e0e1aa3e5d7a6f1656aa082f5",
|
|
325
325
|
onScroll: this.checkScrollState,
|
|
326
326
|
ref: t => this.listElement = t,
|
|
327
327
|
role: "tablist"
|
|
328
328
|
}, t > 0 && [ ...Array(t).keys() ].map((t => this.renderStepBtn(t))))), r("div", {
|
|
329
|
-
key: "
|
|
329
|
+
key: "e47d7585250b909a1bef67e87ecc5fe6ab0d0c2b",
|
|
330
330
|
role: "list"
|
|
331
331
|
}, r("slot", {
|
|
332
|
-
key: "
|
|
332
|
+
key: "4540a6506f3e2a66d08c940729048092366e4efa",
|
|
333
333
|
onSlotchange: () => this.onSlotChange()
|
|
334
334
|
})));
|
|
335
335
|
}
|
|
@@ -317,10 +317,10 @@ const p = class {
|
|
|
317
317
|
}
|
|
318
318
|
render() {
|
|
319
319
|
return a("div", {
|
|
320
|
-
key: "
|
|
320
|
+
key: "0426555a5f2ca919ddafdf81b4f6261bd6c6e348",
|
|
321
321
|
class: this.wrapperClasses
|
|
322
322
|
}, v(this), a("div", {
|
|
323
|
-
key: "
|
|
323
|
+
key: "f0a77219767ca53e2aeb6c6a4ff7610becc835da",
|
|
324
324
|
class: "content-container",
|
|
325
325
|
ref: t => this.contentContainer = t
|
|
326
326
|
}, this.renderInput(), this.maxlength ? this.renderMaxLength() : "", d(this)));
|
package/package.json
CHANGED
|
@@ -1,67 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
2
|
+
"name": "q2-tecton-elements",
|
|
3
|
+
"version": "1.60.7",
|
|
4
|
+
"description": "Q2 Tecton Custom Elements",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Q2 Tecton Team",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "dist/index.mjs",
|
|
9
|
+
"types": "dist/types/components.d.ts",
|
|
10
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
+
"collection:main": "dist/collection/index.js",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/"
|
|
14
|
+
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@stencil/core": "~4.32.0",
|
|
20
|
+
"q2-tecton-common": "1.60.7",
|
|
21
|
+
"swiper": "8.4.4"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@stencil-community/eslint-plugin": "^0.8.0",
|
|
25
|
+
"@stencil/react-output-target": "^0.5.3",
|
|
26
|
+
"@stencil/sass": "3.0.12",
|
|
27
|
+
"@stencil/vue-output-target": "^0.8.8",
|
|
28
|
+
"@types/eslint__js": "^8.42.3",
|
|
29
|
+
"@types/jest": "^29.5.12",
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
31
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
32
|
+
"axe-core": "^4.10.3",
|
|
33
|
+
"cross-env": "^7.0.3",
|
|
34
|
+
"date-fns": "^3.6.0",
|
|
35
|
+
"dompurify": "^3.2.4",
|
|
36
|
+
"echarts": "^5.5.1",
|
|
37
|
+
"fast-glob": "^3.3.2",
|
|
38
|
+
"jest-cli": "^29.7.0",
|
|
39
|
+
"jscodeshift": "^17.0.0",
|
|
40
|
+
"minimist": "^1.2.8",
|
|
41
|
+
"puppeteer": "^24.11.1",
|
|
42
|
+
"typescript": "5.4.5",
|
|
43
|
+
"typescript-eslint": "^7.11.0"
|
|
44
|
+
},
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
47
|
+
"build:dev": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
48
|
+
"build:docs-json": "stencil build --docs-json dist/docs.json",
|
|
49
|
+
"build:elements": "stencil build",
|
|
50
|
+
"build:local": "stencil build --dev --watch --serve",
|
|
51
|
+
"build:network": "stencil build --dev --watch --serve --host 0.0.0.0",
|
|
52
|
+
"build:prerelease": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
53
|
+
"build:prod": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
54
|
+
"clean": "rm -rf dist tmp",
|
|
55
|
+
"lint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --config .cli-eslintrc.js --ext .ts,.tsx --ignore-path .gitignore .",
|
|
56
|
+
"lint:fix": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix --config .cli-eslintrc.js --ext .ts,.tsx --ignore-path .gitignore .",
|
|
57
|
+
"problems": "tsc --noEmit",
|
|
58
|
+
"style": "node scripts/runApplyStyleGuide.js",
|
|
59
|
+
"style:fix": "node scripts/runApplyStyleGuide.js --fix",
|
|
60
|
+
"test:new": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand -- --json --outputFile=./test-reports-band-1.json",
|
|
61
|
+
"test": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand",
|
|
62
|
+
"test:accessibility-report": "stencil test --e2e --silent --maxWorkers=0 --runInBand --testNamePattern=ridiculousonpurpose -- --json --outputFile=../docs/src/data/accessibility-report.json",
|
|
63
|
+
"test:ci": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand",
|
|
64
|
+
"test:dev": "stencil test --spec --e2e --maxWorkers=0 --runInBand --watchAll"
|
|
65
|
+
}
|
|
66
|
+
}
|