q2-tecton-elements 1.60.6 → 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
|
@@ -821,15 +821,15 @@ const D = class {
|
|
|
821
821
|
}
|
|
822
822
|
render() {
|
|
823
823
|
return n("click-elsewhere", {
|
|
824
|
-
key: "
|
|
824
|
+
key: "9f7bdbe54d0a3785c1a8e27cf9e7cc9ad6d38c0e",
|
|
825
825
|
onChange: this.onClickElsewhere
|
|
826
826
|
}, n("figure", {
|
|
827
|
-
key: "
|
|
827
|
+
key: "ea82412cc53f5e31c99bcc542c0a5e81185e08ad"
|
|
828
828
|
}, n("div", {
|
|
829
|
-
key: "
|
|
829
|
+
key: "857217949a937a2cc1ed02a9b8fd2cffa90b69a8",
|
|
830
830
|
class: "container"
|
|
831
831
|
}, n("div", {
|
|
832
|
-
key: "
|
|
832
|
+
key: "c05d233e593fe6dca20c74284d86ba4626dbcddf",
|
|
833
833
|
ref: t => this.chartContainer = t,
|
|
834
834
|
"aria-describedby": !this.isClickable ? "center-card-description" : undefined,
|
|
835
835
|
class: "chart-container",
|
|
@@ -839,9 +839,9 @@ const D = class {
|
|
|
839
839
|
tabIndex: !this.isClickable ? 0 : undefined,
|
|
840
840
|
onKeyDown: !this.isClickable ? this.onButtonKeyDown : undefined
|
|
841
841
|
}), this.renderCenterBlock()), this.showLegend && n("figcaption", {
|
|
842
|
-
key: "
|
|
842
|
+
key: "4f597bc516b8c22ee42eb0524f820c121ee857b1"
|
|
843
843
|
}, n("q2-legend", {
|
|
844
|
-
key: "
|
|
844
|
+
key: "b53a6d8c6e3df6cf82107e1b2e8108e8261d2b61",
|
|
845
845
|
class: "legend",
|
|
846
846
|
data: this.legendData,
|
|
847
847
|
format: this.format,
|
|
@@ -2,9 +2,9 @@ import { r as t, c as e, h as r, F as o, g as a } from "./index-CGkHOjh1.js";
|
|
|
2
2
|
|
|
3
3
|
import { c as i, r as n } from "./index-xCuy-dFb.js";
|
|
4
4
|
|
|
5
|
-
const
|
|
5
|
+
const c = '*{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{--comp-default-checkbox-group-margin:var(--tct-checkbox-group-margin-top, var(--t-checkbox-group-margin-top, var(--app-scale-5x, 25px))) 0 var(--tct-checkbox-group-margin-bottom, var(--t-checkbox-group-margin-bottom, var(--app-scale-5x, 25px)));display:block;margin:var(--tct-checkbox-group-margin, var(--comp-default-checkbox-group-margin))}fieldset{padding:var(--tct-checkbox-group-fieldset-padding, 0);margin:0;border:0;position:relative}.label-row{display:grid;grid-template-columns:1fr 24px;grid-template-areas:"label icon";column-gap:var(--tct-checkbox-group-label-column-gap, var(--app-scale-2x, 10px));color:var(--tct-checkbox-group-label-font-color, inherit);font-size:var(--tct-checkbox-group-label-font-size, inherit);font-weight:var(--tct-checkbox-group-label-font-weight, 600);text-transform:var(--tct-checkbox-group-label-text-transform, none);letter-spacing:var(--tct-checkbox-group-label-letter-spacing, inherit)}.label-row q2-icon{grid-area:icon;margin-top:-2px;margin-bottom:-2px}.group-legend{font-weight:600}legend.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0}.slot-container{--comp-default-container-margin:var(--app-scale-1x, 5px) 0;margin:var(--tct-checkbox-group-container-margin, var(--comp-default-container-margin));padding:var(--tct-checkbox-group-container-padding, var(--app-scale-1x, 5px));border-width:1px;border-color:transparent;border-style:solid;border-radius:var(--tct-checkbox-group-border-radius, var(--app-border-radius-1, 4px))}:host([has-error]) .slot-container{border-color:var(--tct-checkbox-group-error-border-color, var(--const-stoplight-alert, #d20a0a))}:host([has-error=false]) .slot-container{border-color:transparent}.optional-tag{margin-left:var(--tct-checkbox-group-label-optional-margin-left, var(--app-scale-1x, 5px));color:var(--tct-checkbox-group-label-optional-color, var(--t-checkbox-group-label-optional-color, var(--tct-a11y-color, var(--t-a11y-color, var(--tct-a11y-gray-color, var(--t-a11y-gray-color, var(--tct-gray-7, var(--t-gray-7, var(--tct-gray-d1, var(--t-gray-d1, var(--app-gray-d1, rgba(77, 77, 77, 0.77))))))))))));font-size:var(--tct-checkbox-group-label-optional-font-size, 12px);font-weight:var(--tct-checkbox-group-label-optional-font-weight, 400)}.flexed{margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.flexed.left{justify-content:left}';
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const s = class {
|
|
8
8
|
constructor(r) {
|
|
9
9
|
t(this, r);
|
|
10
10
|
this.change = e(this, "change", 7);
|
|
@@ -119,23 +119,23 @@ const c = class {
|
|
|
119
119
|
const t = this.label || this.optional || this.readonly;
|
|
120
120
|
const e = t && !this.hideLabel || this.hasError;
|
|
121
121
|
return r(o, {
|
|
122
|
-
key: "
|
|
122
|
+
key: "7ed88abbecbf4dbbb7a4695d119b27eab0b814fb"
|
|
123
123
|
}, e && r("div", {
|
|
124
|
-
key: "
|
|
124
|
+
key: "a2b64dd5c68fc1496fb3f3d03a06ba0459313334",
|
|
125
125
|
class: "label-row"
|
|
126
126
|
}, t && !this.hideLabel && r("div", {
|
|
127
|
-
key: "
|
|
127
|
+
key: "b22eefa5e0d4c32bf3c74f5e06c25a4e12edf8cc",
|
|
128
128
|
class: "group-legend"
|
|
129
129
|
}, n(this)), this.hasError && r("q2-icon", {
|
|
130
|
-
key: "
|
|
130
|
+
key: "7e5efc2cc9e773787311330b1aca345be555ab80",
|
|
131
131
|
type: "error",
|
|
132
132
|
"test-id": "iconError"
|
|
133
133
|
})), r("fieldset", {
|
|
134
|
-
key: "
|
|
134
|
+
key: "06da704734e57178506dcd0bac18f557fb6a9737",
|
|
135
135
|
onChange: this.onInnerCheckboxChange,
|
|
136
136
|
"aria-invalid": this.hasError ? `${this.hasError}` : undefined
|
|
137
137
|
}, t && r("legend", {
|
|
138
|
-
key: "
|
|
138
|
+
key: "218f3d540a5b6b427e3702fb4c59990551b213b5",
|
|
139
139
|
class: "sr-only"
|
|
140
140
|
}, n(this)), this.inputDom()));
|
|
141
141
|
}
|
|
@@ -151,8 +151,8 @@ const c = class {
|
|
|
151
151
|
}
|
|
152
152
|
};
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
s.style = c;
|
|
155
155
|
|
|
156
|
-
export {
|
|
156
|
+
export { s as q2_checkbox_group };
|
|
157
157
|
//# sourceMappingURL=q2-checkbox-group.entry.esm.js.map
|
|
158
158
|
//# sourceMappingURL=q2-checkbox-group.entry.js.map
|
|
@@ -165,10 +165,10 @@ const d = class {
|
|
|
165
165
|
const o = [ "label-text" ];
|
|
166
166
|
if (this.hideLabel) o.push("sr");
|
|
167
167
|
return c("div", {
|
|
168
|
-
key: "
|
|
168
|
+
key: "a860872aea10597b16b6a4c12d52dabab4dcf54e",
|
|
169
169
|
class: "container"
|
|
170
170
|
}, c("input", {
|
|
171
|
-
key: "
|
|
171
|
+
key: "6fee35bf87986d553168d4c075c6616ab8af381f",
|
|
172
172
|
ref: o => this.inputElement = o,
|
|
173
173
|
"aria-describedby": this.description ? "description" : undefined,
|
|
174
174
|
"aria-invalid": this.hasError === undefined ? undefined : `${this.hasError}`,
|
|
@@ -182,25 +182,25 @@ const d = class {
|
|
|
182
182
|
type: "checkbox",
|
|
183
183
|
value: this.value
|
|
184
184
|
}), c("label", {
|
|
185
|
-
key: "
|
|
185
|
+
key: "070a133fd4fa9080ece3aa8a719525e0eb4a5a9f",
|
|
186
186
|
htmlFor: this._id,
|
|
187
187
|
class: "label-control",
|
|
188
188
|
"test-id": "checkboxButton",
|
|
189
189
|
"aria-label": h(this.label)
|
|
190
190
|
}, this.renderCheckboxSVG()), c("div", {
|
|
191
|
-
key: "
|
|
191
|
+
key: "cc26e03b05dd2ddbcc7b2b336c06e4f578336345",
|
|
192
192
|
class: o.join(" ")
|
|
193
193
|
}, c("label", {
|
|
194
|
-
key: "
|
|
194
|
+
key: "a2611c34d2ec16896b45cd90977a74387926bc00",
|
|
195
195
|
"test-id": "checkboxLabel",
|
|
196
196
|
htmlFor: this._id,
|
|
197
197
|
"aria-hidden": "true"
|
|
198
198
|
}, c("div", {
|
|
199
|
-
key: "
|
|
199
|
+
key: "6dddc1ec905ef09e44ef3ef2470be180b303e3f4"
|
|
200
200
|
}, h(this.label), c("slot", {
|
|
201
|
-
key: "
|
|
201
|
+
key: "45c5708df20e43efda296617ac29acfd1b166422"
|
|
202
202
|
})))), this.description && c("div", {
|
|
203
|
-
key: "
|
|
203
|
+
key: "2f89911ba171b8bf16ffb52e04aa954e93e42e0b",
|
|
204
204
|
class: "description-text",
|
|
205
205
|
"test-id": "checkboxDescription",
|
|
206
206
|
id: "description"
|
|
@@ -117,42 +117,42 @@ const a = class {
|
|
|
117
117
|
// #region Render Methods
|
|
118
118
|
render() {
|
|
119
119
|
return e("div", {
|
|
120
|
-
key: "
|
|
120
|
+
key: "5afde8298aa66f39d29e3815e4f6b0697a2c056c",
|
|
121
121
|
class: "context-wrapper"
|
|
122
122
|
}, e("q2-item", {
|
|
123
|
-
key: "
|
|
123
|
+
key: "a2845eb6b3693ef1a619e3e0f544320d37d12ee4",
|
|
124
124
|
class: "context-item"
|
|
125
125
|
}, this.hasDecoratorSlotContent && e("slot", {
|
|
126
|
-
key: "
|
|
126
|
+
key: "064818ca43c300f6f62209b2d592f2a5563e1cab",
|
|
127
127
|
name: "decorator",
|
|
128
128
|
slot: "bullet"
|
|
129
129
|
}), e("div", {
|
|
130
|
-
key: "
|
|
130
|
+
key: "7adf08a3fafd285e399212a5774e03aef8dc8818",
|
|
131
131
|
class: "context-body",
|
|
132
132
|
slot: "body"
|
|
133
133
|
}, e("slot", {
|
|
134
|
-
key: "
|
|
134
|
+
key: "973bb3c3273a6ff3b7b97ab658c3e4c19337b132",
|
|
135
135
|
name: "header"
|
|
136
136
|
}), e("slot", {
|
|
137
|
-
key: "
|
|
137
|
+
key: "1399e9ff51423e67d89d96462f17366852aec3cf",
|
|
138
138
|
name: "description"
|
|
139
139
|
})), this.hasAffordanceSlotContent && e("slot", {
|
|
140
|
-
key: "
|
|
140
|
+
key: "158fc5e641872f0329be8f78d0075d846fdf8254",
|
|
141
141
|
name: "affordance",
|
|
142
142
|
slot: "action"
|
|
143
143
|
})), this.separator && e("div", {
|
|
144
|
-
key: "
|
|
144
|
+
key: "93b05d04c25f99ca513ad1d8ddeb91c3ad3ffb62",
|
|
145
145
|
class: "separator",
|
|
146
146
|
role: "separator"
|
|
147
147
|
}), this.hasActionGroupSlotContent && e("q2-action-group", {
|
|
148
|
-
key: "
|
|
148
|
+
key: "7c50124b793b72852272fba68c63333d66dfc277",
|
|
149
149
|
class: "action-group",
|
|
150
150
|
orientation: "horizontal"
|
|
151
151
|
}, e("slot", {
|
|
152
|
-
key: "
|
|
152
|
+
key: "65673741f37a47e3619406dae5ab48b19fdb1594",
|
|
153
153
|
name: "action-group"
|
|
154
154
|
})), this.hasFooterSlotContent && e("slot", {
|
|
155
|
-
key: "
|
|
155
|
+
key: "c522eb21751e4fa16c67e48e8d19d6a456cac43f",
|
|
156
156
|
name: "footer"
|
|
157
157
|
}));
|
|
158
158
|
}
|
|
@@ -127,27 +127,27 @@ const n = class {
|
|
|
127
127
|
render() {
|
|
128
128
|
const {hasPlusMinusSign: r, plusMinusSign: e, currencyIsFront: c, currencySymbol: n, shouldSuperscriptSymbol: i, amountCore: s, fraction: o, shouldSuperscriptFraction: a, readableCurrency: u, currencyClasses: l, signDisplay: p, isNegativeAmount: d} = this;
|
|
129
129
|
return t("div", {
|
|
130
|
-
key: "
|
|
130
|
+
key: "b52f42839e2b58855fa0a2701494afb348fcf115",
|
|
131
131
|
"test-id": "q2CurrencyInner",
|
|
132
132
|
class: l,
|
|
133
133
|
"aria-label": u
|
|
134
134
|
}, p === "accounting" && d && t("span", {
|
|
135
|
-
key: "
|
|
135
|
+
key: "d7bb93aaa6990cf71c52d563de0d4edc57a753b5"
|
|
136
136
|
}, "("), r && t("span", {
|
|
137
|
-
key: "
|
|
137
|
+
key: "1932d9282c28dd864968c206db33e13b67887741"
|
|
138
138
|
}, e), c && t("span", {
|
|
139
|
-
key: "
|
|
139
|
+
key: "27fd6fc74c4d45958053a69817a2a68cb54224ca",
|
|
140
140
|
class: i ? "superscript" : ""
|
|
141
141
|
}, n), t("span", {
|
|
142
|
-
key: "
|
|
142
|
+
key: "ee5c187188065158a64e0bf297d69ead34c77ad5"
|
|
143
143
|
}, s), t("span", {
|
|
144
|
-
key: "
|
|
144
|
+
key: "25af7cc0af81031e9273343243aeb891af52ed26",
|
|
145
145
|
class: a ? "superscript" : ""
|
|
146
146
|
}, o), !c && t("span", {
|
|
147
|
-
key: "
|
|
147
|
+
key: "d7cd9a79163d8ab141eb861ba42d4ab9f2f1a493",
|
|
148
148
|
class: i ? "superscript" : ""
|
|
149
149
|
}, n), p === "accounting" && d && t("span", {
|
|
150
|
-
key: "
|
|
150
|
+
key: "06dbc7319959ea53b3e824ffebda5761ded6411a"
|
|
151
151
|
}, ")"));
|
|
152
152
|
}
|
|
153
153
|
get hostElement() {
|
|
@@ -338,12 +338,12 @@ const d = class {
|
|
|
338
338
|
render() {
|
|
339
339
|
const {caption: t} = this;
|
|
340
340
|
return a("div", {
|
|
341
|
-
key: "
|
|
341
|
+
key: "0a84a33d06a025c9e0cf3af6df1cfbd06e2a0cdb",
|
|
342
342
|
class: "container"
|
|
343
343
|
}, a("table", {
|
|
344
|
-
key: "
|
|
344
|
+
key: "11c6a88e893d3bc2ae6607059c8f1c3dfd7fd263"
|
|
345
345
|
}, t && a("caption", {
|
|
346
|
-
key: "
|
|
346
|
+
key: "f09321cd884c37f9dc2c7d5298e56e7f51e1b80d",
|
|
347
347
|
class: this.hideCaption ? "sr" : undefined
|
|
348
348
|
}, t), this.renderTableColGroup(), this.renderTableHeader(), this.renderEmptyState(), this.renderTableRows()));
|
|
349
349
|
}
|
|
@@ -100,16 +100,16 @@ const o = class {
|
|
|
100
100
|
// #region Render Methods
|
|
101
101
|
render() {
|
|
102
102
|
return e("div", {
|
|
103
|
-
key: "
|
|
103
|
+
key: "367f38fec525c8357e97006dc8b70bb70633c809",
|
|
104
104
|
class: this.detailClasses
|
|
105
105
|
}, this.hasLabel && e("div", {
|
|
106
|
-
key: "
|
|
106
|
+
key: "24b8cdc763b2850a82c4cda2282f499cddead313",
|
|
107
107
|
class: this.labelClasses,
|
|
108
108
|
"aria-describedby": !!this.description ? "label-description" : undefined
|
|
109
109
|
}, !!this.label ? s(this.label) : this.hasLabelSlotContent ? e("slot", {
|
|
110
110
|
name: "label"
|
|
111
111
|
}) : ""), this.hasDescripiton && e("div", {
|
|
112
|
-
key: "
|
|
112
|
+
key: "5b08dcb9c6522416a7e4b0e7cfa665731a7878c7",
|
|
113
113
|
id: "label-description",
|
|
114
114
|
class: this.descriptionClasses
|
|
115
115
|
}, !!this.description ? s(this.description) : this.hasDefaultSlotContent ? e("slot", null) : ""));
|
|
@@ -304,12 +304,12 @@ const u = class {
|
|
|
304
304
|
render() {
|
|
305
305
|
const t = this.toggleButtonProps;
|
|
306
306
|
return i("click-elsewhere", {
|
|
307
|
-
key: "
|
|
307
|
+
key: "17fa726cf318ef80c92dc8bd50d30838108d4a38",
|
|
308
308
|
class: this.open ? "dropdown-open" : "",
|
|
309
309
|
onChange: this.onClickElsewhere,
|
|
310
310
|
"test-id": "dropdownContainer"
|
|
311
311
|
}, i("q2-btn", {
|
|
312
|
-
key: "
|
|
312
|
+
key: "3f6f731730ccce717d4388528d001a112e7f0cde",
|
|
313
313
|
ref: t => this.controlElement = t,
|
|
314
314
|
class: t.className,
|
|
315
315
|
onClick: this.onToggleClick,
|
|
@@ -336,7 +336,7 @@ const u = class {
|
|
|
336
336
|
}) : " ", this.label && !this.hideLabel && i("span", {
|
|
337
337
|
class: "dropdown-button-text"
|
|
338
338
|
}, c(this.label)))), i("q2-popover", {
|
|
339
|
-
key: "
|
|
339
|
+
key: "43a00a872c512f692b0ca5b99bf57feaa2433a72",
|
|
340
340
|
ref: t => this.popoverElement = t,
|
|
341
341
|
controlElement: this.controlElement,
|
|
342
342
|
open: this.open,
|
|
@@ -348,7 +348,7 @@ const u = class {
|
|
|
348
348
|
mode: this.popoverMode || undefined,
|
|
349
349
|
block: this.block
|
|
350
350
|
}, i("q2-option-list", {
|
|
351
|
-
key: "
|
|
351
|
+
key: "2cbeab1452170a8789753e8ff0cf95be97f66e2e",
|
|
352
352
|
onPopoverState: this.onPopoverState,
|
|
353
353
|
id: "option-list",
|
|
354
354
|
ref: t => this.optionList = t,
|
|
@@ -356,7 +356,7 @@ const u = class {
|
|
|
356
356
|
label: c("tecton.element.optionList.label", [ this.optionListLabel ]),
|
|
357
357
|
"no-select": true
|
|
358
358
|
}, i("slot", {
|
|
359
|
-
key: "
|
|
359
|
+
key: "5915f27ac3f266d673dce075f3297056aa3367a4"
|
|
360
360
|
}))));
|
|
361
361
|
}
|
|
362
362
|
get hostElement() {
|
|
@@ -274,7 +274,7 @@ const o = class {
|
|
|
274
274
|
// #region Render Methods
|
|
275
275
|
render() {
|
|
276
276
|
return e("div", {
|
|
277
|
-
key: "
|
|
277
|
+
key: "c44eae508922c227eac7c17ac2ee2f686cf87d58"
|
|
278
278
|
}, this.generateEditStateDOM(), this.generateReadStateDOM());
|
|
279
279
|
}
|
|
280
280
|
get hostElement() {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { r as
|
|
1
|
+
import { r as o, h as n } from "./index-CGkHOjh1.js";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const c = "*{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}.container{--tct-input-margin:var(--comp-spacing);--tct-select-margin:var(--comp-spacing);--tct-calendar-margin:var(--comp-spacing);--tct-file-picker-margin:var(--comp-spacing);--tct-textarea-margin:var(--comp-spacing);--tct-checkbox-group-margin:var(--comp-spacing);--tct-radio-group-margin:var(--comp-spacing)}:host([spacing=none]) .container{--comp-spacing-none:var(--app-scale-0x, 0px);--comp-spacing:var(--tct-form-spacing-none, var(--comp-spacing-none) 0)}:host([spacing=compact]) .container{--comp-spacing-compact:var(--app-scale-3x, 15px);--comp-spacing:var(--tct-form-spacing-compact, var(--comp-spacing-compact) 0)}:host(:not([spacing]),[spacing=normal]) .container{--comp-spacing-normal:var(--app-scale-5x, 25px);--comp-spacing:var(--tct-form-spacing-normal, var(--comp-spacing-normal) 0)}:host([spacing=comfortable]) .container{--comp-spacing-comfortable:var(--app-scale-7x, 35px);--comp-spacing:var(--tct-form-spacing-comfortable, var(--comp-spacing-comfortable) 0)}";
|
|
4
4
|
|
|
5
|
-
const
|
|
6
|
-
constructor(
|
|
7
|
-
|
|
5
|
+
const a = class {
|
|
6
|
+
constructor(n) {
|
|
7
|
+
o(this, n);
|
|
8
8
|
// #region Public Property API
|
|
9
9
|
/** Changes the vertical spacing of the form-fields contained within the component's slot */ this.spacing = "normal";
|
|
10
10
|
}
|
|
11
11
|
// #endregion
|
|
12
12
|
// #region Render Methods
|
|
13
13
|
render() {
|
|
14
|
-
return
|
|
15
|
-
key: "
|
|
14
|
+
return n("div", {
|
|
15
|
+
key: "0b02c112668f04586a5fdd9cf0110de059d49edc",
|
|
16
16
|
class: "container"
|
|
17
|
-
},
|
|
18
|
-
key: "
|
|
17
|
+
}, n("slot", {
|
|
18
|
+
key: "8477c76cde96c37f54592970885625280062cd06"
|
|
19
19
|
}));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
a.style = c;
|
|
24
24
|
|
|
25
|
-
export {
|
|
25
|
+
export { a as q2_form };
|
|
26
26
|
//# sourceMappingURL=q2-form.entry.esm.js.map
|
|
27
27
|
//# sourceMappingURL=q2-form.entry.js.map
|
|
@@ -54,11 +54,11 @@ const o = class {
|
|
|
54
54
|
render() {
|
|
55
55
|
const {formattedTextClasses: t} = this;
|
|
56
56
|
return e("div", {
|
|
57
|
-
key: "
|
|
57
|
+
key: "d5e6977e662e138549e1726395e41b10a9122204",
|
|
58
58
|
class: t,
|
|
59
59
|
"aria-label": this.formattedValue
|
|
60
60
|
}, e("span", {
|
|
61
|
-
key: "
|
|
61
|
+
key: "e683c37a0ed228532ca2303c5b9c43eb72f4a9ba"
|
|
62
62
|
}, this.formattedValue));
|
|
63
63
|
}
|
|
64
64
|
static get watchers() {
|
|
@@ -94,10 +94,10 @@ const d = class {
|
|
|
94
94
|
"--xl-z-index": `${this.computedXlZIndex}`
|
|
95
95
|
};
|
|
96
96
|
return i(t, {
|
|
97
|
-
key: "
|
|
97
|
+
key: "d7d3a3d287855dd9d1025d51a03d16ec45605ca9",
|
|
98
98
|
style: s
|
|
99
99
|
}, i("slot", {
|
|
100
|
-
key: "
|
|
100
|
+
key: "80fec4e2ce3ff3718ae29804e4b4e4b1826feff9"
|
|
101
101
|
}));
|
|
102
102
|
}
|
|
103
103
|
};
|
|
@@ -85,13 +85,13 @@ const r = class {
|
|
|
85
85
|
"--xl-align-items": this.xlAlign || this.lgAlign || this.mdAlign || this.smAlign || this.xsAlign || this.align
|
|
86
86
|
};
|
|
87
87
|
return i(s, {
|
|
88
|
-
key: "
|
|
88
|
+
key: "4263d1ebfb0412dca175a9b48aab99afaa96f6d6"
|
|
89
89
|
}, i("div", {
|
|
90
|
-
key: "
|
|
90
|
+
key: "5b258ed54bbd39d2379875581dedfa351b352c5e",
|
|
91
91
|
style: t,
|
|
92
92
|
class: "q2-grid"
|
|
93
93
|
}, i("slot", {
|
|
94
|
-
key: "
|
|
94
|
+
key: "ab7487207e7f99f3f00cdc9b9cd1e14c33d8c0d7"
|
|
95
95
|
})));
|
|
96
96
|
}
|
|
97
97
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, h as e, g as o } from "./index-CGkHOjh1.js";
|
|
2
2
|
|
|
3
|
-
import { o as
|
|
3
|
+
import { o as i, h as a } from "./index-xCuy-dFb.js";
|
|
4
4
|
|
|
5
5
|
const r = "*{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}*{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}:host .item{--comp-border-radius:var(--tct-item-border-radius, var(--app-border-radius-0, 0))}:host([clickable]){cursor:pointer;--comp-background:var(--tct-btn-primary-background, var(--tct-btn-primary-bg, var(--t-a11y-active-gray-color-AA, #404040)))}:host([clickable]) .item{--comp-border-radius:var(--tct-item-border-radius, var(--app-border-radius-1, 4px));--comp-btn-tween:var(--tct-btn-tween, var(--t-btn-tween, var(--tct-tween-1, var(--app-tween-1, 0.2s ease))));--comp-btn-fallback-box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);--comp-hover-box-shadow:var(--tct-btn-primary-box-shadow, var(--comp-btn-fallback-box-shadow));--comp-active-box-shadow:var(--tct-btn-primary-active-background, #0063a0);--comp-font-color:var(--tct-btn-primary-font-color, var(--app-white, #ffffff));--comp-hover-outer-ring-color:var(--tct-btn-primary-hover-outer-ring-color, var(--comp-background));--comp-hover-inner-ring-color:var(--tct-btn-primary-hover-inner-ring-color, var(--comp-font-color));--comp-hover-box-shadow:var(\n --tct-btn-primary-hover-box-shadow,\n 0 0 0 2px var(--comp-hover-inner-ring-color),\n 0 0 0 4px var(--comp-hover-outer-ring-color)\n )}:host([clickable]) .item:hover{box-shadow:var(--comp-hover-box-shadow)}:host([clickable]) .item:active{box-shadow:var(--comp-active-box-shadow)}:host([clickable]) .item:focus-visible{box-shadow:var(--const-double-focus-ring)}.action{--tct-btn-icon-height:var(--tct-item-action-icon-height, var(--app-scale-6x, 30px));--tct-btn-icon-width:var(--tct-item-action-icon-width, var(--app-scale-6x, 30px));--tct-icon-size:var(--tct-item-action-icon-size, var(--app-scale-6x, 30px));--tct-radio-label-hidden-columns:18px;--tct-radio-label-margin-right:0;--tct-radio-margin:0;align-items:var(--tct-item-action-align-items, center);display:flex;grid-row:1;justify-content:center}.action-no-bullet{grid-column:2}.body{color:var(--tct-item-body-color, var(--t-textA, #747474));font-size:var(--tct-item-body-font-size, var(--app-font-size, 14px));font-weight:var(--tct-item-body-font-weight, 400)}.bullet{--tct-avatar-fallback-height:var(--tct-item-avatar-height, var(--app-scale-7x, 35px));--tct-avatar-fallback-width:var(--tct-item-avatar-width, var(--app-scale-7x, 35px));--tct-avatar-height:var(--tct-item-avatar-height, var(--app-scale-7x, 35px));--tct-avatar-width:var(--tct-item-avatar-width, var(--app-scale-7x, 35px));grid-column:1;grid-row-start:1;grid-row-end:3;padding-top:var(--tct-item-bullet-padding-top, var(--app-scale-1x, 5px));text-align:center}.bullet-no-footer{grid-row-end:2}.footer{grid-column-start:2;grid-column-end:4;grid-row:2}.footer-no-action-nor-bullet{grid-column-start:1;grid-column-end:2}.footer-no-action{grid-column-start:2;grid-column-end:3}.footer-no-bullet{grid-column-start:1;grid-column-end:3}.header{color:var(--tct-item-header-color, var(--t-text, #4d4d4d));font-size:var(--tct-item-header-font-size, 16px);font-weight:var(--tct-item-header-font-weight, 600);line-height:var(--tct-item-header-line-height, 1.5)}.item{border:var(--tct-item-border);border-radius:var(--comp-border-radius);transition:var(--comp-btn-tween);transition-property:box-shadow;column-gap:var(--tct-item-horizontal-spacing, var(--app-scale-3x, 15px));display:grid;grid-template-columns:minmax(var(--app-scale-7x, 35px), auto) minmax(0, 1fr) minmax(var(--app-scale-5x, 25px), auto);grid-template-rows:auto auto;padding:var(--tct-item-padding, 0);row-gap:var(--tct-item-vertical-spacing, var(--app-scale-2x, 10px))}.item-no-action-nor-bullet{grid-template-columns:auto}.item-no-action{grid-template-columns:minmax(var(--app-scale-7x, 35px), auto) minmax(0, 1fr)}.item-no-footer{grid-template-rows:auto}.item-no-bullet{grid-template-columns:minmax(0, 1fr) minmax(var(--app-scale-5x, 25px), auto)}.main{grid-column:2;grid-row:1}.main-no-action-nor-bullet{grid-column:1}.main-no-bullet{grid-column:1}";
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ const n = class {
|
|
|
23
23
|
});
|
|
24
24
|
this.mutationObserver = t;
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
i(this.hostElement);
|
|
27
27
|
}
|
|
28
28
|
// #endregion
|
|
29
29
|
// #region Listeners
|
|
@@ -63,19 +63,19 @@ const n = class {
|
|
|
63
63
|
return t.join(" ");
|
|
64
64
|
}
|
|
65
65
|
get hasActionSlotContent() {
|
|
66
|
-
return
|
|
66
|
+
return a(this.hostElement, "action");
|
|
67
67
|
}
|
|
68
68
|
get hasBodySlotContent() {
|
|
69
|
-
return
|
|
69
|
+
return a(this.hostElement, "body");
|
|
70
70
|
}
|
|
71
71
|
get hasBulletSlotContent() {
|
|
72
|
-
return
|
|
72
|
+
return a(this.hostElement, "bullet");
|
|
73
73
|
}
|
|
74
74
|
get hasFooterSlotContent() {
|
|
75
|
-
return
|
|
75
|
+
return a(this.hostElement, "footer");
|
|
76
76
|
}
|
|
77
77
|
get hasHeaderSlotContent() {
|
|
78
|
-
return
|
|
78
|
+
return a(this.hostElement, "header");
|
|
79
79
|
}
|
|
80
80
|
get itemClasses() {
|
|
81
81
|
const t = [ "item" ];
|
|
@@ -105,44 +105,44 @@ const n = class {
|
|
|
105
105
|
render() {
|
|
106
106
|
const {clickable: t} = this;
|
|
107
107
|
return e("div", {
|
|
108
|
-
key: "
|
|
108
|
+
key: "6b3bb1e5c44109c9cec72510e2a6ce3ef1341ee0",
|
|
109
109
|
"test-id": "itemContainer",
|
|
110
110
|
class: this.itemClasses,
|
|
111
111
|
ref: t => this.itemElement = t,
|
|
112
112
|
role: t ? "button" : undefined,
|
|
113
113
|
tabIndex: t ? 0 : undefined
|
|
114
114
|
}, this.hasBulletSlotContent && e("div", {
|
|
115
|
-
key: "
|
|
115
|
+
key: "85550e33d0ed9ea6fbcc2b6011ef816c6582a409",
|
|
116
116
|
class: this.bulletClasses
|
|
117
117
|
}, e("slot", {
|
|
118
|
-
key: "
|
|
118
|
+
key: "27878595e0c6e1dd7bff4f89d088d2eff3a89081",
|
|
119
119
|
name: "bullet"
|
|
120
120
|
})), e("div", {
|
|
121
|
-
key: "
|
|
121
|
+
key: "66cb1e4c12228134b52bc9ce7fc6948e0e032189",
|
|
122
122
|
class: this.mainClasses
|
|
123
123
|
}, this.hasHeaderSlotContent && e("div", {
|
|
124
|
-
key: "
|
|
124
|
+
key: "1c6153c3ffec60e206aa48da2e64ff34fc9c4759",
|
|
125
125
|
class: "header"
|
|
126
126
|
}, e("slot", {
|
|
127
|
-
key: "
|
|
127
|
+
key: "cff1262d7b3de7ba43315259db55c46b9573b57b",
|
|
128
128
|
name: "header"
|
|
129
129
|
})), this.hasBodySlotContent && e("div", {
|
|
130
|
-
key: "
|
|
130
|
+
key: "65e0912d2f9e8af1d482251623134a636279df61",
|
|
131
131
|
class: "body"
|
|
132
132
|
}, e("slot", {
|
|
133
|
-
key: "
|
|
133
|
+
key: "8be6e8685365294f4ec73321286a4a54a73de02c",
|
|
134
134
|
name: "body"
|
|
135
135
|
}))), this.hasActionSlotContent && e("div", {
|
|
136
|
-
key: "
|
|
136
|
+
key: "a2cc7e70215f381527f47b1888ee838620a69e44",
|
|
137
137
|
class: this.actionClasses
|
|
138
138
|
}, e("slot", {
|
|
139
|
-
key: "
|
|
139
|
+
key: "219cf069772b09dcaf230a8025acbb96afe39a74",
|
|
140
140
|
name: "action"
|
|
141
141
|
})), this.hasFooterSlotContent && e("div", {
|
|
142
|
-
key: "
|
|
142
|
+
key: "0184eebce11e3979fea36d9d321f96c23571f622",
|
|
143
143
|
class: this.footerClasses
|
|
144
144
|
}, e("slot", {
|
|
145
|
-
key: "
|
|
145
|
+
key: "def0861ee4c73d4b8a4027993cb5990ed93231a9",
|
|
146
146
|
name: "footer"
|
|
147
147
|
})));
|
|
148
148
|
}
|
|
@@ -104,10 +104,10 @@ const s = class {
|
|
|
104
104
|
// #region Render Methods
|
|
105
105
|
render() {
|
|
106
106
|
return i("click-elsewhere", {
|
|
107
|
-
key: "
|
|
107
|
+
key: "b955f605c385783d6957979ed48a54be4e85e354",
|
|
108
108
|
onChange: () => this.onClickElsewhere(this)
|
|
109
109
|
}, i("ul", {
|
|
110
|
-
key: "
|
|
110
|
+
key: "d6a97f3953f777dce363bbca502a95e0925437b5"
|
|
111
111
|
}, this.dataWithClasses.map((t => i("li", {
|
|
112
112
|
class: "item"
|
|
113
113
|
}, i("button", {
|
|
@@ -80,7 +80,7 @@ s.style = r;
|
|
|
80
80
|
|
|
81
81
|
const a = "*{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}*{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([bordered]:not([bordered=false])) ::slotted(q2-item:not(:last-child)),:host([bordered]:not([bordered=false])) .header{border-style:var(--tct-list-item-border-style, solid);border-width:var(--tct-list-item-border-width, 0 0 1px 0);border-color:var(--tct-list-item-border-color, var(--t-gray-12, #d9d9d9))}::slotted(q2-item){--comp-item-padding:var(--tct-list-item-padding, var(--app-scale-2x, 10px) var(--app-scale-4x, 20px));--tct-item-padding:var(--comp-item-padding)}.header{--comp-default-header-padding:0 var(--app-scale-4x, 20px);display:flex;gap:var(--app-scale-3x, 12px);padding:var(--tct-list-header-padding, var(--comp-default-header-padding));min-height:var(--tct-list-header-min-height, var(--t-list-header-min-height, 44px))}.header-spacebetween{justify-content:space-between}.header-start{justify-content:flex-start}.header-end{justify-content:flex-end}.header .label{width:100%;height:var(--tct-list-label-height, 44px);line-height:var(--tct-list-label-line-height, 44px);font-size:var(--tct-list-label-font-size, var(--app-font-size, 14px));font-weight:var(--tct-list-label-font-weight, 600);color:var(--tct-list-label-font-color, var(--t-text, #4d4d4d))}slot:not([name]){display:flex;flex-direction:column;gap:var(--tct-list-item-gap, 0)}";
|
|
82
82
|
|
|
83
|
-
const
|
|
83
|
+
const d = class {
|
|
84
84
|
constructor(i) {
|
|
85
85
|
t(this, i);
|
|
86
86
|
this.scheduledAfterRender = [];
|
|
@@ -144,23 +144,23 @@ const l = class {
|
|
|
144
144
|
// #region Render Methods
|
|
145
145
|
render() {
|
|
146
146
|
return e("div", {
|
|
147
|
-
key: "
|
|
147
|
+
key: "87de0bf3b9b86df335cd05f811fff108d512fdad",
|
|
148
148
|
class: this.listClasses,
|
|
149
149
|
ref: t => this.listElement = t
|
|
150
150
|
}, (this.hasFilterSlot || this.hasLabelContent) && e("div", {
|
|
151
|
-
key: "
|
|
151
|
+
key: "08333b2adb11d1b5367f164da7dde1003da06e4e",
|
|
152
152
|
class: this.headerClasses
|
|
153
153
|
}, e("div", {
|
|
154
|
-
key: "
|
|
154
|
+
key: "77dbdc5fb278d64ddd0f3d81631dee81a516eafa",
|
|
155
155
|
class: "label"
|
|
156
156
|
}, this.label), this.hasFilterSlot && e("slot", {
|
|
157
|
-
key: "
|
|
157
|
+
key: "39e940169c5d5dfd942234add697f6e81dbd5dd4",
|
|
158
158
|
name: "filter"
|
|
159
159
|
})), e("div", {
|
|
160
|
-
key: "
|
|
160
|
+
key: "71fbdfb3752feab05b73022670768837e92fef3e",
|
|
161
161
|
role: "list"
|
|
162
162
|
}, e("slot", {
|
|
163
|
-
key: "
|
|
163
|
+
key: "f0d574242dda38a3bcf7cdebeb20e5bf32001e1c"
|
|
164
164
|
})));
|
|
165
165
|
}
|
|
166
166
|
get hostElement() {
|
|
@@ -168,8 +168,8 @@ const l = class {
|
|
|
168
168
|
}
|
|
169
169
|
};
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
d.style = a;
|
|
172
172
|
|
|
173
|
-
export { s as q2_link,
|
|
173
|
+
export { s as q2_link, d as q2_list };
|
|
174
174
|
//# sourceMappingURL=q2-link.q2-list.entry.esm.js.map
|
|
175
175
|
//# sourceMappingURL=q2-link_2.entry.js.map
|
|
@@ -65,7 +65,7 @@ const p = class {
|
|
|
65
65
|
const {description: o} = this;
|
|
66
66
|
const r = c(`tecton.element.message.type.${this.type ? this.type : "info"}`);
|
|
67
67
|
return e("div", {
|
|
68
|
-
key: "
|
|
68
|
+
key: "1c9d5fc617703a5193b0907d6808b73bcbda76ca",
|
|
69
69
|
tabindex: "-1",
|
|
70
70
|
class: "message",
|
|
71
71
|
role: o ? undefined : "alert",
|
|
@@ -74,17 +74,17 @@ const p = class {
|
|
|
74
74
|
"aria-relevant": o && s ? undefined : "all",
|
|
75
75
|
"test-id": "messageContainer"
|
|
76
76
|
}, this.appearance === "standard" ? this.messageIcon(this.type) : "", a && e("div", {
|
|
77
|
-
key: "
|
|
77
|
+
key: "1fb3a9261694ed8c99c4b4324aeff0b15f63b7cb",
|
|
78
78
|
class: "sr"
|
|
79
79
|
}), e("div", {
|
|
80
|
-
key: "
|
|
80
|
+
key: "5e9989ebba7512b492002ab0abc951f2d6b7fcc8",
|
|
81
81
|
class: "sr message-label"
|
|
82
82
|
}, r), e("div", {
|
|
83
|
-
key: "
|
|
83
|
+
key: "37de20f2c426afbed3c15048643a60f42321cfa3",
|
|
84
84
|
class: "message-content",
|
|
85
85
|
"aria-hidden": s ? "true" : undefined
|
|
86
86
|
}, e("slot", {
|
|
87
|
-
key: "
|
|
87
|
+
key: "bddc8bb5641c773c8c47f94bbfe8cdb0562e2a49"
|
|
88
88
|
})));
|
|
89
89
|
}
|
|
90
90
|
get hostElement() {
|