@onereach/ui-components 8.26.1 → 8.26.2-beta.4181.0
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/bundled/v2/{OrList-1f3cef56.js → OrList-c0cad04d.js} +3 -1
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +26 -4
- package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +8 -4
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +8 -4
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +8 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +5 -3
- package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +8 -4
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +10 -6
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +8 -4
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +10 -6
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +10 -6
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +8 -4
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +8 -4
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCodeV3-be714c73.js → OrCodeV3-befbd8ec.js} +9 -5
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCombinedInputV3-d79de639.js → OrCombinedInputV3-68f580e0.js} +5 -5
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/props.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrConfirmV3-3078dce2.js → OrConfirmV3-7daefa02.js} +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateFormatV3-ff031782.js → OrDateFormatV3-65d70bd9.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDatePickerV3-5e4fc90c.js → OrDatePickerV3-c9a920b1.js} +6 -6
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateRangePickerV3-8888ba6c.js → OrDateRangePickerV3-46ef4dd8.js} +6 -6
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimeFormatV3-7faa9509.js → OrDateTimeFormatV3-e66c3fa0.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-9a35ead1.js → OrDateTimePickerV3-366304b0.js} +3 -3
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/props.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFormGroupV3-216f55ee.js → OrFormGroupV3-9755e92c.js} +5 -5
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/props.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-0fcc85a6.js → OrInputV3-ff13c6c6.js} +4 -4
- package/dist/bundled/v3/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v3/components/OrListV3/index.js +1 -1
- package/dist/bundled/v3/components/OrListV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrListV3-a6cb7d3b.js → OrListV3-150dad8e.js} +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-dc7a77e5.js → OrRichTextEditorV3-c1f4fe62.js} +1 -1
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-a95f6604.js → OrSelectV3-f166a8a6.js} +6 -6
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTagInputV3-27062e71.js → OrTagInputV3-cd5d623d.js} +4 -4
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTextareaV3-f5ed4e33.js → OrTextareaV3-cc3e8dbf.js} +4 -4
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeFormatV3-f66cf518.js → OrTimeFormatV3-e02df05f.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-f6eea7e4.js → OrTimePickerV3-0ac7ec6b.js} +6 -6
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-4b09b7a6.js → OrTimeRangePickerV3-41c2c890.js} +6 -6
- package/dist/bundled/v3/components/index.js +19 -19
- package/dist/bundled/v3/index.js +19 -19
- package/dist/esm/v2/{OrCardCollection-d8dd7800.js → OrCardCollection-d4055ed3.js} +1 -1
- package/dist/esm/v2/{OrCheckboxGroup-5611e13a.js → OrCheckboxGroup-b353d838.js} +1 -1
- package/dist/esm/v2/{OrCode-29371ad7.js → OrCode-250cdf17.js} +26 -4
- package/dist/esm/v2/{OrCombinedInput-a43fd38e.js → OrCombinedInput-80e925e1.js} +8 -4
- package/dist/esm/v2/{OrConfirm-51f4a720.js → OrConfirm-8b931b52.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-ae68e7a1.js → OrDatePicker-bfcf32ec.js} +8 -4
- package/dist/esm/v2/{OrDateRangePicker-f9c3a661.js → OrDateRangePicker-941c08b7.js} +8 -4
- package/dist/esm/v2/{OrDateTimePicker-ecf6049b.js → OrDateTimePicker-000516c2.js} +5 -3
- package/dist/esm/v2/{OrFormGroup-1aaf6500.js → OrFormGroup-a38c82c7.js} +8 -4
- package/dist/esm/v2/{OrInput-4892978f.js → OrInput-08e3d885.js} +10 -6
- package/dist/esm/v2/{OrList-cf5fcafb.js → OrList-bb938905.js} +3 -1
- package/dist/esm/v2/{OrRadioGroup-825def2c.js → OrRadioGroup-9138760a.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-ab81253d.js → OrRichTextEditor-090654ad.js} +1 -1
- package/dist/esm/v2/{OrSearch-177677ab.js → OrSearch-a98e20ae.js} +1 -1
- package/dist/esm/v2/{OrSelect-3ca44559.js → OrSelect-d2a966df.js} +9 -5
- package/dist/esm/v2/{OrTagInput-67c9274a.js → OrTagInput-93b7f0fb.js} +10 -6
- package/dist/esm/v2/{OrTextarea-fb25fff4.js → OrTextarea-3eaeb962.js} +10 -6
- package/dist/esm/v2/{OrTimePicker-fc33a4ed.js → OrTimePicker-7ad36831.js} +8 -4
- package/dist/esm/v2/{OrTimeRangePicker-84dd121e.js → OrTimeRangePicker-557330ff.js} +8 -4
- package/dist/esm/v2/components/index.js +19 -19
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-code-v3/index.js +1 -1
- package/dist/esm/v2/components/or-combined-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v2/components/or-date-picker-v3/index.js +1 -1
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +1 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +1 -1
- package/dist/esm/v2/components/or-form-group-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-list-v3/index.js +1 -1
- package/dist/esm/v2/components/or-radio-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v2/components/or-time-picker-v3/index.js +1 -1
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +1 -1
- package/dist/esm/v2/index.js +19 -19
- package/dist/esm/v3/{OrCardCollection-0d91ca80.js → OrCardCollection-bd548f75.js} +1 -1
- package/dist/esm/v3/{OrCheckboxGroup-b802d08c.js → OrCheckboxGroup-9dd78c1d.js} +1 -1
- package/dist/esm/v3/{OrCode-905f9fca.js → OrCode-48a5af04.js} +9 -5
- package/dist/esm/v3/{OrCombinedInput-556ac0f1.js → OrCombinedInput-725af45c.js} +5 -5
- package/dist/esm/v3/{OrConfirm-a1550dde.js → OrConfirm-617ec8a9.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-f21984de.js → OrDateFormat-94259126.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-126b2c45.js → OrDatePicker-d3686806.js} +6 -6
- package/dist/esm/v3/{OrDateRangePicker-7dce28b2.js → OrDateRangePicker-b98d7ae4.js} +6 -6
- package/dist/esm/v3/{OrDateTimeFormat-91da6494.js → OrDateTimeFormat-98bbd64c.js} +1 -1
- package/dist/esm/v3/{OrDateTimePicker-c3048d3f.js → OrDateTimePicker-c9e2c1ae.js} +3 -3
- package/dist/esm/v3/{OrFormGroup-44b0ba75.js → OrFormGroup-d14969dc.js} +5 -5
- package/dist/esm/v3/{OrInput-2ccc8f4c.js → OrInput-d4a0f9ad.js} +4 -4
- package/dist/esm/v3/{OrList-57249ba3.js → OrList-6ed449f8.js} +1 -1
- package/dist/esm/v3/{OrRadioGroup-cb6e81cb.js → OrRadioGroup-b1d155fe.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-9e55fd0c.js → OrRichTextEditor-15b2e31f.js} +1 -1
- package/dist/esm/v3/{OrSearch-c2ab03b7.js → OrSearch-31b69d05.js} +1 -1
- package/dist/esm/v3/{OrSelect-2420cbd5.js → OrSelect-52113871.js} +6 -6
- package/dist/esm/v3/{OrTagInput-b127ae4f.js → OrTagInput-84e7ae52.js} +4 -4
- package/dist/esm/v3/{OrTextarea-28bf12ac.js → OrTextarea-18b03b0f.js} +4 -4
- package/dist/esm/v3/{OrTimeFormat-4a141a50.js → OrTimeFormat-53822f46.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-6a4bc657.js → OrTimePicker-bfbcb2cf.js} +6 -6
- package/dist/esm/v3/{OrTimeRangePicker-427cea8e.js → OrTimeRangePicker-8e11bf76.js} +6 -6
- package/dist/esm/v3/components/index.js +22 -22
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-code-v3/index.js +1 -1
- package/dist/esm/v3/components/or-combined-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-format-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +1 -1
- package/dist/esm/v3/components/or-form-group-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-list-v3/index.js +1 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tag-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-time-format-v3/index.js +2 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +2 -2
- package/dist/esm/v3/index.js +22 -22
- package/package.json +2 -3
- package/src/components/or-code-v3/OrCode.vue +13 -1
- package/src/components/or-code-v3/partials/OrCodeControl.vue +7 -3
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +9 -5
- package/src/components/or-date-picker-v3/OrDatePicker.vue +8 -4
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +8 -4
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +5 -3
- package/src/components/or-form-group-v3/OrFormGroup.vue +8 -4
- package/src/components/or-input-v3/OrInput.vue +8 -5
- package/src/components/or-list-v3/OrList.vue +3 -1
- package/src/components/or-select-v3/OrSelect.vue +8 -4
- package/src/components/or-tag-input-v3/OrTagInput.vue +8 -4
- package/src/components/or-textarea-v3/OrTextarea.vue +8 -4
- package/src/components/or-time-picker-v3/OrTimePicker.vue +8 -4
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +8 -4
- /package/dist/bundled/v3/components/{OrCardCollectionV3-7abb4970.js → OrCardCollectionV3-6bc5a997.js} +0 -0
|
@@ -126,7 +126,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
126
126
|
disabled: _ctx.disabled
|
|
127
127
|
}, {
|
|
128
128
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
129
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
129
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
130
130
|
|
|
131
131
|
_: 3 /* FORWARDED */
|
|
132
132
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"]), createVNode(_component_OrInputBox, {
|
|
@@ -142,13 +142,13 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
142
142
|
}, null, 2 /* CLASS */)]),
|
|
143
143
|
|
|
144
144
|
_: 1 /* STABLE */
|
|
145
|
-
}, 8 /* PROPS */, ["invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_1$1, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
145
|
+
}, 8 /* PROPS */, ["invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_1$1, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
146
146
|
key: 0,
|
|
147
147
|
disabled: _ctx.disabled
|
|
148
148
|
}, {
|
|
149
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
149
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
150
150
|
|
|
151
|
-
_:
|
|
151
|
+
_: 3 /* FORWARDED */
|
|
152
152
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_2, [createVNode(_component_OrError, {
|
|
153
153
|
disabled: _ctx.disabled
|
|
154
154
|
}, {
|
|
@@ -433,18 +433,22 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
433
433
|
disabled: _ctx.disabled,
|
|
434
434
|
readonly: _ctx.readonly
|
|
435
435
|
}, {
|
|
436
|
+
label: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
437
|
+
|
|
436
438
|
addon: withCtx(() => [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "addon"), _ctx.enableFullscreen ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
437
439
|
key: 0,
|
|
438
440
|
icon: 'fullscreen',
|
|
439
441
|
onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.openFullscreen(), ["stop"]))
|
|
440
442
|
})) : createCommentVNode("v-if", true)])]),
|
|
443
|
+
hint: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
444
|
+
|
|
441
445
|
_: 3 /* FORWARDED */
|
|
442
446
|
}, 8 /* PROPS */, ["control-id", "label", "hint", "error", "disabled", "readonly"]), createVNode(_component_OrModal, {
|
|
443
447
|
ref: "modal",
|
|
444
448
|
"additional-styles": _ctx.modalStyles,
|
|
445
449
|
size: 'l'
|
|
446
450
|
}, createSlots({
|
|
447
|
-
header: withCtx(() => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)]),
|
|
451
|
+
header: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
448
452
|
|
|
449
453
|
default: withCtx(() => [createVNode(_component_OrCodeControl, {
|
|
450
454
|
ref: "fullscreenControl",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCombinedInputV3-
|
|
1
|
+
export { s as default } from '../OrCombinedInputV3-68f580e0.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrCombinedInputV3 } from '../OrCombinedInputV3-
|
|
1
|
+
export { s as OrCombinedInputV3 } from '../OrCombinedInputV3-68f580e0.js';
|
|
2
2
|
export { I as CombinedInputSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CombinedInput, a as CombinedInputControlGroup } from '../OrCombinedInputV3-
|
|
1
|
+
export { C as CombinedInput, a as CombinedInputControlGroup } from '../OrCombinedInputV3-68f580e0.js';
|
package/dist/bundled/v3/components/{OrCombinedInputV3-d79de639.js → OrCombinedInputV3-68f580e0.js}
RENAMED
|
@@ -92,14 +92,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
92
92
|
return openBlock(), createElementBlock("div", {
|
|
93
93
|
ref: "root",
|
|
94
94
|
class: normalizeClass(_ctx.rootStyles)
|
|
95
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
95
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
96
96
|
key: 0,
|
|
97
97
|
variant: 'input',
|
|
98
98
|
required: _ctx.required,
|
|
99
99
|
disabled: _ctx.disabled
|
|
100
100
|
}, {
|
|
101
101
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
102
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
102
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
103
103
|
|
|
104
104
|
_: 3 /* FORWARDED */
|
|
105
105
|
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
@@ -111,13 +111,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
111
111
|
readonly: _ctx.readonly,
|
|
112
112
|
disabled: _ctx.disabled,
|
|
113
113
|
disableDefaultStyles: _ctx.disableDefaultStyles
|
|
114
|
-
})], 2 /* CLASS */), withDirectives(createElementVNode("div", _hoisted_1, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
114
|
+
})], 2 /* CLASS */), withDirectives(createElementVNode("div", _hoisted_1, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
115
115
|
key: 0,
|
|
116
116
|
disabled: _ctx.disabled
|
|
117
117
|
}, {
|
|
118
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
118
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
119
119
|
|
|
120
|
-
_:
|
|
120
|
+
_: 3 /* FORWARDED */
|
|
121
121
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_2, [createVNode(_component_OrError, {
|
|
122
122
|
disabled: _ctx.disabled
|
|
123
123
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrConfirmV3-
|
|
1
|
+
export { s as default } from '../OrConfirmV3-7daefa02.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-7daefa02.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType } from '../OrConfirmV3-7daefa02.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-
|
|
1
|
+
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-7daefa02.js';
|
|
@@ -4,7 +4,7 @@ import { l as logicAnd } from './OrConfirm-2413da85.js';
|
|
|
4
4
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
5
5
|
import { s as script$1 } from './OrOverlayV3-cb9fedf7.js';
|
|
6
6
|
import { s as script$2, B as ButtonColor } from './OrButtonV3-53e01c98.js';
|
|
7
|
-
import { s as script$3 } from './OrInputV3-
|
|
7
|
+
import { s as script$3 } from './OrInputV3-ff13c6c6.js';
|
|
8
8
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
9
9
|
|
|
10
10
|
var ConfirmType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateFormatV3-65d70bd9.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateFormatV3 } from '../OrDateFormatV3-
|
|
1
|
+
export { s as OrDateFormatV3 } from '../OrDateFormatV3-65d70bd9.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateFormat } from '../OrDateFormatV3-
|
|
1
|
+
export { D as DateFormat } from '../OrDateFormatV3-65d70bd9.js';
|
package/dist/bundled/v3/components/{OrDateFormatV3-ff031782.js → OrDateFormatV3-65d70bd9.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { f as formatDate } from './OrDateTimePickerV3-
|
|
3
|
+
import { f as formatDate } from './OrDateTimePickerV3-366304b0.js';
|
|
4
4
|
|
|
5
5
|
const DateFormat = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDatePickerV3-
|
|
1
|
+
export { s as default } from '../OrDatePickerV3-c9a920b1.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../OrDatePickerV3-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../OrDatePickerV3-c9a920b1.js';
|
|
2
2
|
export { I as DatePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-
|
|
1
|
+
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-c9a920b1.js';
|
package/dist/bundled/v3/components/{OrDatePickerV3-5e4fc90c.js → OrDatePickerV3-c9a920b1.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-90e51950.js';
|
|
2
2
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
3
3
|
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
4
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate } from './OrDateTimePickerV3-
|
|
4
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate } from './OrDateTimePickerV3-366304b0.js';
|
|
5
5
|
import { s as script$7 } from './OrErrorV3-19502b8d.js';
|
|
6
6
|
import { s as script$8 } from './OrHintV3-25a3be82.js';
|
|
7
7
|
import { s as script$9 } from './OrIconV3-5db4e349.js';
|
|
@@ -211,14 +211,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
211
211
|
return openBlock(), createElementBlock("div", {
|
|
212
212
|
ref: "root",
|
|
213
213
|
class: normalizeClass(_ctx.rootStyles)
|
|
214
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
214
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
215
215
|
key: 0,
|
|
216
216
|
variant: 'input',
|
|
217
217
|
required: _ctx.required,
|
|
218
218
|
disabled: _ctx.disabled
|
|
219
219
|
}, {
|
|
220
220
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
221
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
221
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
222
222
|
|
|
223
223
|
_: 3 /* FORWARDED */
|
|
224
224
|
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -297,13 +297,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
297
297
|
_: 1 /* STABLE */
|
|
298
298
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
299
299
|
key: 1
|
|
300
|
-
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
300
|
+
}, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
301
301
|
key: 0,
|
|
302
302
|
disabled: _ctx.disabled
|
|
303
303
|
}, {
|
|
304
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
304
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
305
305
|
|
|
306
|
-
_:
|
|
306
|
+
_: 3 /* FORWARDED */
|
|
307
307
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
308
308
|
key: 2,
|
|
309
309
|
disabled: _ctx.disabled
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as default } from '../OrDateRangePickerV3-46ef4dd8.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-46ef4dd8.js';
|
|
2
2
|
export { I as DateRangePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-
|
|
1
|
+
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-46ef4dd8.js';
|
|
@@ -7,7 +7,7 @@ import { s as script$9 } from './OrIconV3-5db4e349.js';
|
|
|
7
7
|
import { s as script$a } from './OrIconButtonV3-d839149d.js';
|
|
8
8
|
import { s as script$c } from './OrLabelV3-44afce27.js';
|
|
9
9
|
import { s as script$d } from './OrPopoverV3-de799243.js';
|
|
10
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as getNextMonthDate } from './OrDateTimePickerV3-
|
|
10
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as getNextMonthDate } from './OrDateTimePickerV3-366304b0.js';
|
|
11
11
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
12
12
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
13
13
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
@@ -254,14 +254,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
254
254
|
return openBlock(), createElementBlock("div", {
|
|
255
255
|
ref: "root",
|
|
256
256
|
class: normalizeClass(_ctx.rootStyles)
|
|
257
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
257
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
258
258
|
key: 0,
|
|
259
259
|
variant: 'input',
|
|
260
260
|
required: _ctx.required,
|
|
261
261
|
disabled: _ctx.disabled
|
|
262
262
|
}, {
|
|
263
263
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
264
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
264
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
265
265
|
|
|
266
266
|
_: 3 /* FORWARDED */
|
|
267
267
|
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -362,13 +362,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
362
362
|
_: 1 /* STABLE */
|
|
363
363
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
364
364
|
key: 1
|
|
365
|
-
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
365
|
+
}, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
366
366
|
key: 0,
|
|
367
367
|
disabled: _ctx.disabled
|
|
368
368
|
}, {
|
|
369
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
369
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
370
370
|
|
|
371
|
-
_:
|
|
371
|
+
_: 3 /* FORWARDED */
|
|
372
372
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
373
373
|
key: 2,
|
|
374
374
|
disabled: _ctx.disabled
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateTimeFormatV3-e66c3fa0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-e66c3fa0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-e66c3fa0.js';
|
package/dist/bundled/v3/components/{OrDateTimeFormatV3-7faa9509.js → OrDateTimeFormatV3-e66c3fa0.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { D as DateTimePickerTimeFormat, f as formatDate, i as formatTime } from './OrDateTimePickerV3-
|
|
3
|
+
import { D as DateTimePickerTimeFormat, f as formatDate, i as formatTime } from './OrDateTimePickerV3-366304b0.js';
|
|
4
4
|
|
|
5
5
|
const DateTimeFormat = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { l as default } from '../OrDateTimePickerV3-
|
|
1
|
+
export { l as default } from '../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../OrDateTimePickerV3-
|
|
1
|
+
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../OrDateTimePickerV3-366304b0.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { I as DateTimePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
2
|
-
export { D as DateTimePickerTimeFormat } from '../OrDateTimePickerV3-
|
|
2
|
+
export { D as DateTimePickerTimeFormat } from '../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { o as DateTimePicker, p as DateTimePickerDatePopover, q as DateTimePickerTimePopover } from '../OrDateTimePickerV3-
|
|
1
|
+
export { o as DateTimePicker, p as DateTimePickerDatePopover, q as DateTimePickerTimePopover } from '../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { i as formatTime } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { i as formatTime } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { g as getCurrentDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { g as getCurrentDate } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { m as getDatePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { m as getDatePlaceholder } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { h as getNextMonthDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { h as getNextMonthDate } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { n as getTimePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { n as getTimePlaceholder } from '../../OrDateTimePickerV3-366304b0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../../OrDateTimePickerV3-366304b0.js';
|
package/dist/bundled/v3/components/{OrDateTimePickerV3-9a35ead1.js → OrDateTimePickerV3-366304b0.js}
RENAMED
|
@@ -1240,14 +1240,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1240
1240
|
return openBlock(), createElementBlock("div", {
|
|
1241
1241
|
ref: "root",
|
|
1242
1242
|
class: normalizeClass(_ctx.rootStyles)
|
|
1243
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
1243
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
1244
1244
|
key: 0,
|
|
1245
1245
|
variant: 'input',
|
|
1246
1246
|
required: _ctx.required,
|
|
1247
1247
|
disabled: _ctx.disabled
|
|
1248
1248
|
}, {
|
|
1249
1249
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
1250
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
1250
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
1251
1251
|
|
|
1252
1252
|
_: 3 /* FORWARDED */
|
|
1253
1253
|
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -1385,7 +1385,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1385
1385
|
_: 1 /* STABLE */
|
|
1386
1386
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggleDatePopover], [_directive_dropdown_close, _ctx.closeDatePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
1387
1387
|
key: 1
|
|
1388
|
-
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
1388
|
+
}, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
1389
1389
|
key: 0,
|
|
1390
1390
|
disabled: _ctx.disabled
|
|
1391
1391
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrFormGroupV3-
|
|
1
|
+
export { s as default } from '../OrFormGroupV3-9755e92c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroupV3-
|
|
1
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroupV3-9755e92c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as FormGroupDirection } from '../OrFormGroupV3-
|
|
1
|
+
export { F as FormGroupDirection } from '../OrFormGroupV3-9755e92c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as FormGroupContent, d as FormGroupContentDirections, c as FormGroupLabel, a as FormGroupRoot } from '../OrFormGroupV3-
|
|
1
|
+
export { b as FormGroupContent, d as FormGroupContentDirections, c as FormGroupLabel, a as FormGroupRoot } from '../OrFormGroupV3-9755e92c.js';
|
|
@@ -86,7 +86,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
86
86
|
return openBlock(), createElementBlock("div", {
|
|
87
87
|
ref: "root",
|
|
88
88
|
class: normalizeClass(_ctx.rootStyles)
|
|
89
|
-
}, [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "label", {}, () => [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
89
|
+
}, [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "label", {}, () => [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
90
90
|
key: 0,
|
|
91
91
|
class: normalizeClass(_ctx.labelStyles),
|
|
92
92
|
invalid: _ctx.invalid,
|
|
@@ -94,18 +94,18 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
94
94
|
disabled: _ctx.disabled
|
|
95
95
|
}, {
|
|
96
96
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
97
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
97
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
98
98
|
|
|
99
99
|
_: 3 /* FORWARDED */
|
|
100
100
|
}, 8 /* PROPS */, ["class", "invalid", "required", "disabled"])) : createCommentVNode("v-if", true)])]), createElementVNode("div", {
|
|
101
101
|
class: normalizeClass(_ctx.contentStyles)
|
|
102
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */), _ctx.hint && !_ctx.error ? (openBlock(), createBlock(_component_OrHint, {
|
|
102
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */), (_ctx.$slots.hint || _ctx.hint) && !_ctx.error ? (openBlock(), createBlock(_component_OrHint, {
|
|
103
103
|
key: 0,
|
|
104
104
|
disabled: _ctx.disabled
|
|
105
105
|
}, {
|
|
106
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
106
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
107
107
|
|
|
108
|
-
_:
|
|
108
|
+
_: 3 /* FORWARDED */
|
|
109
109
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
110
110
|
key: 1,
|
|
111
111
|
disabled: _ctx.disabled
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInputV3-
|
|
1
|
+
export { s as default } from '../OrInputV3-ff13c6c6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../OrInputV3-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../OrInputV3-ff13c6c6.js';
|
|
2
2
|
export { I as InputSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { I as InputSize } from '../OrInputBoxV3-90e51950.js';
|
|
2
|
-
export { I as InputType } from '../OrInputV3-
|
|
2
|
+
export { I as InputType } from '../OrInputV3-ff13c6c6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as InputControl, a as InputRoot } from '../OrInputV3-
|
|
1
|
+
export { b as InputControl, a as InputRoot } from '../OrInputV3-ff13c6c6.js';
|
|
@@ -183,7 +183,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183
183
|
return openBlock(), createElementBlock("div", {
|
|
184
184
|
ref: "root",
|
|
185
185
|
class: normalizeClass(_ctx.rootStyles)
|
|
186
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
186
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
187
187
|
key: 0,
|
|
188
188
|
"control-id": _ctx.controlAttributes.id,
|
|
189
189
|
variant: 'input',
|
|
@@ -191,7 +191,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
191
191
|
disabled: _ctx.disabled
|
|
192
192
|
}, {
|
|
193
193
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
194
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
194
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
195
195
|
|
|
196
196
|
_: 3 /* FORWARDED */
|
|
197
197
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
@@ -253,11 +253,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
253
253
|
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))]),
|
|
254
254
|
|
|
255
255
|
key: "0"
|
|
256
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
256
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
257
257
|
key: 0,
|
|
258
258
|
disabled: _ctx.disabled
|
|
259
259
|
}, createSlots({
|
|
260
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint)
|
|
260
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
261
261
|
|
|
262
262
|
_: 2 /* DYNAMIC */
|
|
263
263
|
}, [_ctx.maxLength ? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrListV3-
|
|
1
|
+
export { s as default } from '../OrListV3-150dad8e.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as OrListItem, s as OrListV3 } from '../OrListV3-
|
|
1
|
+
export { a as OrListItem, s as OrListV3 } from '../OrListV3-150dad8e.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { L as List, b as ListContent } from '../OrListV3-
|
|
1
|
+
export { L as List, b as ListContent } from '../OrListV3-150dad8e.js';
|
|
@@ -227,7 +227,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
227
227
|
disabled: _ctx.disabled
|
|
228
228
|
}, {
|
|
229
229
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "label-addon")]),
|
|
230
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
230
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
231
231
|
|
|
232
232
|
_: 3 /* FORWARDED */
|
|
233
233
|
}, 8 /* PROPS */, ["disabled"])]), createElementVNode("div", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
2
|
import { defineComponent, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from '../OrFormGroupV3-
|
|
3
|
+
import { s as script$1 } from '../OrFormGroupV3-9755e92c.js';
|
|
4
4
|
import { s as script$2 } from '../OrRadioV3-36509387.js';
|
|
5
5
|
import { useProxyModelValue } from '../../hooks/useProxyModelValue.js';
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorContainer, f as EditorInput, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-
|
|
1
|
+
export { E as EditorContainer, f as EditorInput, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { i as default } from '../../../OrRichTextEditorV3-c1f4fe62.js';
|
|
2
2
|
import '../../../OrCode-fb47c51d.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-c1f4fe62.js';
|
|
2
2
|
import '../../../OrCode-fb47c51d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../../../OrCode-fb47c51d.js';
|
|
2
2
|
import '../../../../hooks/useTheme.js';
|
|
3
|
-
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-c1f4fe62.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-c1f4fe62.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-dc7a77e5.js → OrRichTextEditorV3-c1f4fe62.js}
RENAMED
|
@@ -10,7 +10,7 @@ import { s as script$2 } from './OrLabelV3-44afce27.js';
|
|
|
10
10
|
import { s as script$3 } from './OrMenuItemV3-d60fdae0.js';
|
|
11
11
|
import { s as script$4 } from './OrMenuV3-517392be.js';
|
|
12
12
|
import { s as script$5 } from './OrModalV3-8e731b49.js';
|
|
13
|
-
import { s as script$6 } from './OrInputV3-
|
|
13
|
+
import { s as script$6 } from './OrInputV3-ff13c6c6.js';
|
|
14
14
|
import { s as script$7 } from './OrButtonV3-53e01c98.js';
|
|
15
15
|
import { s as script$8 } from './OrPopoverV3-de799243.js';
|
|
16
16
|
import { useTheme } from '../hooks/useTheme.js';
|
|
@@ -2,7 +2,7 @@ import { I as InputBoxSize } from '../OrInputBoxV3-90e51950.js';
|
|
|
2
2
|
export { I as SearchSize } from '../OrInputBoxV3-90e51950.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
|
|
4
4
|
import { defineComponent, ref, computed, reactive, toRef, watch } from 'vue-demi';
|
|
5
|
-
import { s as script$1 } from '../OrInputV3-
|
|
5
|
+
import { s as script$1 } from '../OrInputV3-ff13c6c6.js';
|
|
6
6
|
import { n as watchDebounced } from '../OrBottomSheetV3-bbdab2f9.js';
|
|
7
7
|
import { useIdAttribute } from '../../hooks/useIdAttribute.js';
|
|
8
8
|
import { useControlAttributes } from '../../hooks/useControlAttributes.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrSelectV3-
|
|
1
|
+
export { s as default } from '../OrSelectV3-f166a8a6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../OrSelectV3-
|
|
1
|
+
export { s as OrSelectV3 } from '../OrSelectV3-f166a8a6.js';
|
|
2
2
|
export { I as SelectSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { S as Select, a as SelectControl, d as SelectDropdown, e as SelectDropdownDefault, f as SelectDropdownFlipped, g as SelectDropdownItem, h as SelectNoSearchResults, b as SelectSearchControl } from '../OrSelectV3-
|
|
1
|
+
export { S as Select, a as SelectControl, d as SelectDropdown, e as SelectDropdownDefault, f as SelectDropdownFlipped, g as SelectDropdownItem, h as SelectNoSearchResults, b as SelectSearchControl } from '../OrSelectV3-f166a8a6.js';
|