@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
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../../../utils/isEmptyValue.js';
|
|
2
|
-
export { c as castToMultipleValue } from '../../OrSelectV3-
|
|
2
|
+
export { c as castToMultipleValue } from '../../OrSelectV3-f166a8a6.js';
|
|
@@ -12,7 +12,7 @@ import { s as script$8 } from './OrExpansionPanelV3-fe0f5ea3.js';
|
|
|
12
12
|
import { s as script$9 } from './OrHintV3-25a3be82.js';
|
|
13
13
|
import { s as script$a } from './OrIconV3-5db4e349.js';
|
|
14
14
|
import { s as script$b } from './OrIconButtonV3-d839149d.js';
|
|
15
|
-
import { s as script$c } from './OrInputV3-
|
|
15
|
+
import { s as script$c } from './OrInputV3-ff13c6c6.js';
|
|
16
16
|
import { s as script$e } from './OrLabelV3-44afce27.js';
|
|
17
17
|
import { s as script$f } from './OrMenuItemV3-d60fdae0.js';
|
|
18
18
|
import { s as script$g } from './OrPopoverV3-de799243.js';
|
|
@@ -832,7 +832,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
832
832
|
return openBlock(), createElementBlock("div", {
|
|
833
833
|
ref: "root",
|
|
834
834
|
class: normalizeClass(_ctx.rootStyles)
|
|
835
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
835
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
836
836
|
key: 0,
|
|
837
837
|
"control-id": _ctx.controlId,
|
|
838
838
|
variant: 'input',
|
|
@@ -840,7 +840,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
840
840
|
disabled: _ctx.disabled
|
|
841
841
|
}, {
|
|
842
842
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
843
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
843
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
844
844
|
|
|
845
845
|
_: 3 /* FORWARDED */
|
|
846
846
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -1035,13 +1035,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1035
1035
|
_: 3 /* FORWARDED */
|
|
1036
1036
|
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"])]),
|
|
1037
1037
|
_: 3 /* FORWARDED */
|
|
1038
|
-
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div", _hoisted_4, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
1038
|
+
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div", _hoisted_4, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
1039
1039
|
key: 0,
|
|
1040
1040
|
disabled: _ctx.disabled
|
|
1041
1041
|
}, {
|
|
1042
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
1042
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
1043
1043
|
|
|
1044
|
-
_:
|
|
1044
|
+
_: 3 /* FORWARDED */
|
|
1045
1045
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_5, [createVNode(_component_OrError, {
|
|
1046
1046
|
disabled: _ctx.disabled
|
|
1047
1047
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrTagInputV3-
|
|
1
|
+
export { s as default } from '../OrTagInputV3-cd5d623d.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrTagInputV3 } from '../OrTagInputV3-
|
|
1
|
+
export { s as OrTagInputV3 } from '../OrTagInputV3-cd5d623d.js';
|
|
2
2
|
export { I as TagInputSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as TagInput, a as TagInputControl, b as TagInputItem } from '../OrTagInputV3-
|
|
1
|
+
export { T as TagInput, a as TagInputControl, b as TagInputItem } from '../OrTagInputV3-cd5d623d.js';
|
|
@@ -252,7 +252,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
252
252
|
return openBlock(), createElementBlock("div", {
|
|
253
253
|
ref: "root",
|
|
254
254
|
class: normalizeClass(_ctx.rootStyles)
|
|
255
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
255
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
256
256
|
key: 0,
|
|
257
257
|
"control-id": _ctx.controlAttributes.id,
|
|
258
258
|
variant: 'input',
|
|
@@ -260,7 +260,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
260
260
|
disabled: _ctx.disabled
|
|
261
261
|
}, {
|
|
262
262
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
263
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
263
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
264
264
|
|
|
265
265
|
_: 3 /* FORWARDED */
|
|
266
266
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
@@ -329,11 +329,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
329
329
|
onClick: _cache[6] || (_cache[6] = $event => _ctx.reset())
|
|
330
330
|
}, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)]),
|
|
331
331
|
key: "0"
|
|
332
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "invalid", "readonly", "disabled", "force-state", "onFocus"]), withDirectives(createElementVNode("div", _hoisted_3, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
332
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "invalid", "readonly", "disabled", "force-state", "onFocus"]), withDirectives(createElementVNode("div", _hoisted_3, [_ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
333
333
|
key: 0,
|
|
334
334
|
disabled: _ctx.disabled
|
|
335
335
|
}, createSlots({
|
|
336
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint)
|
|
336
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
337
337
|
|
|
338
338
|
_: 2 /* DYNAMIC */
|
|
339
339
|
}, [_ctx.maxLength ? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrTextareaV3-
|
|
1
|
+
export { s as default } from '../OrTextareaV3-cc3e8dbf.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrTextareaV3 } from '../OrTextareaV3-
|
|
1
|
+
export { s as OrTextareaV3 } from '../OrTextareaV3-cc3e8dbf.js';
|
|
2
2
|
export { I as TextareaSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as Textarea, a as TextareaControl } from '../OrTextareaV3-
|
|
1
|
+
export { T as Textarea, a as TextareaControl } from '../OrTextareaV3-cc3e8dbf.js';
|
|
@@ -135,7 +135,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
135
135
|
return openBlock(), createElementBlock("div", {
|
|
136
136
|
ref: "root",
|
|
137
137
|
class: normalizeClass(_ctx.rootStyles)
|
|
138
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
138
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
139
139
|
key: 0,
|
|
140
140
|
"control-id": _ctx.controlAttributes.id,
|
|
141
141
|
variant: 'input',
|
|
@@ -143,7 +143,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
143
143
|
disabled: _ctx.disabled
|
|
144
144
|
}, {
|
|
145
145
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
146
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
146
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
147
147
|
|
|
148
148
|
_: 3 /* FORWARDED */
|
|
149
149
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
@@ -167,11 +167,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
167
167
|
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
168
168
|
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelText, _ctx.proxyModelValue]])]),
|
|
169
169
|
_: 1 /* STABLE */
|
|
170
|
-
}, 8 /* PROPS */, ["size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
170
|
+
}, 8 /* PROPS */, ["size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
171
171
|
key: 0,
|
|
172
172
|
disabled: _ctx.disabled
|
|
173
173
|
}, createSlots({
|
|
174
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint)
|
|
174
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
175
175
|
|
|
176
176
|
_: 2 /* DYNAMIC */
|
|
177
177
|
}, [_ctx.maxLength ? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrTimeFormatV3-
|
|
1
|
+
export { s as default } from '../OrTimeFormatV3-e02df05f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrTimeFormatV3 } from '../OrTimeFormatV3-
|
|
1
|
+
export { s as OrTimeFormatV3 } from '../OrTimeFormatV3-e02df05f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as TimeFormat } from '../OrTimeFormatV3-
|
|
1
|
+
export { T as TimeFormat } from '../OrTimeFormatV3-e02df05f.js';
|
package/dist/bundled/v3/components/{OrTimeFormatV3-f66cf518.js → OrTimeFormatV3-e02df05f.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, i as formatTime } from './OrDateTimePickerV3-
|
|
3
|
+
import { D as DateTimePickerTimeFormat, i as formatTime } from './OrDateTimePickerV3-366304b0.js';
|
|
4
4
|
|
|
5
5
|
const TimeFormat = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrTimePickerV3-
|
|
1
|
+
export { s as default } from '../OrTimePickerV3-0ac7ec6b.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../OrTimePickerV3-
|
|
2
|
-
export { D as TimePickerFormat } from '../OrDateTimePickerV3-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../OrTimePickerV3-0ac7ec6b.js';
|
|
2
|
+
export { D as TimePickerFormat } from '../OrDateTimePickerV3-366304b0.js';
|
|
3
3
|
export { I as TimePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as TimePickerFormat } from '../OrDateTimePickerV3-
|
|
1
|
+
export { D as TimePickerFormat } from '../OrDateTimePickerV3-366304b0.js';
|
|
2
2
|
export { I as TimePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as TimePicker, a as TimePickerPopover } from '../OrTimePickerV3-
|
|
1
|
+
export { T as TimePicker, a as TimePickerPopover } from '../OrTimePickerV3-0ac7ec6b.js';
|
package/dist/bundled/v3/components/{OrTimePickerV3-f6eea7e4.js → OrTimePickerV3-0ac7ec6b.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as script$1, d as script$2, e as script$3, j as script$4, k as script$5, D as DateTimePickerTimeFormat, g as getCurrentDate } from './OrDateTimePickerV3-
|
|
1
|
+
import { b as script$1, d as script$2, e as script$3, j as script$4, k as script$5, D as DateTimePickerTimeFormat, g as getCurrentDate } from './OrDateTimePickerV3-366304b0.js';
|
|
2
2
|
import { s as script$a, I as InputBoxSize } from './OrInputBoxV3-90e51950.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
@@ -205,14 +205,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
205
205
|
return openBlock(), createElementBlock("div", {
|
|
206
206
|
ref: "root",
|
|
207
207
|
class: normalizeClass(_ctx.rootStyles)
|
|
208
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
208
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
209
209
|
key: 0,
|
|
210
210
|
variant: 'input',
|
|
211
211
|
required: _ctx.required,
|
|
212
212
|
disabled: _ctx.disabled
|
|
213
213
|
}, {
|
|
214
214
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
215
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label)
|
|
215
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
216
216
|
|
|
217
217
|
_: 3 /* FORWARDED */
|
|
218
218
|
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -289,13 +289,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
289
289
|
_: 1 /* STABLE */
|
|
290
290
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
291
291
|
key: 1
|
|
292
|
-
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
292
|
+
}, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
293
293
|
key: 0,
|
|
294
294
|
disabled: _ctx.disabled
|
|
295
295
|
}, {
|
|
296
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
296
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
297
297
|
|
|
298
|
-
_:
|
|
298
|
+
_: 3 /* FORWARDED */
|
|
299
299
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
300
300
|
key: 2,
|
|
301
301
|
disabled: _ctx.disabled
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrTimeRangePickerV3-
|
|
1
|
+
export { s as default } from '../OrTimeRangePickerV3-41c2c890.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { s as OrTimeRangePickerV3 } from '../OrTimeRangePickerV3-
|
|
2
|
-
export { D as TimeRangePickerFormat } from '../OrDateTimePickerV3-
|
|
1
|
+
export { s as OrTimeRangePickerV3 } from '../OrTimeRangePickerV3-41c2c890.js';
|
|
2
|
+
export { D as TimeRangePickerFormat } from '../OrDateTimePickerV3-366304b0.js';
|
|
3
3
|
export { I as TimeRangePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as TimeRangePickerFormat } from '../OrDateTimePickerV3-
|
|
1
|
+
export { D as TimeRangePickerFormat } from '../OrDateTimePickerV3-366304b0.js';
|
|
2
2
|
export { I as TimeRangePickerSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as TimeRangePicker, a as TimeRangePickerPopover } from '../OrTimeRangePickerV3-
|
|
1
|
+
export { T as TimeRangePicker, a as TimeRangePickerPopover } from '../OrTimeRangePickerV3-41c2c890.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as script$1, d as script$2, e as script$3, j as script$4, k as script$5, D as DateTimePickerTimeFormat, g as getCurrentDate } from './OrDateTimePickerV3-
|
|
1
|
+
import { b as script$1, d as script$2, e as script$3, j as script$4, k as script$5, D as DateTimePickerTimeFormat, g as getCurrentDate } from './OrDateTimePickerV3-366304b0.js';
|
|
2
2
|
import { s as script$a, I as InputBoxSize } from './OrInputBoxV3-90e51950.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, createElementVNode, Fragment } from 'vue';
|
|
4
4
|
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
@@ -220,14 +220,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
220
220
|
return openBlock(), createElementBlock("div", {
|
|
221
221
|
ref: "root",
|
|
222
222
|
class: normalizeClass(_ctx.rootStyles)
|
|
223
|
-
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
223
|
+
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
224
224
|
key: 0,
|
|
225
225
|
variant: 'input',
|
|
226
226
|
required: _ctx.required,
|
|
227
227
|
disabled: _ctx.disabled
|
|
228
228
|
}, {
|
|
229
229
|
addon: withCtx(() => [renderSlot(_ctx.$slots, "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 */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
@@ -328,13 +328,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
328
328
|
_: 1 /* STABLE */
|
|
329
329
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
330
330
|
key: 1
|
|
331
|
-
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
331
|
+
}, [_ctx.$slots.hint || _ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
332
332
|
key: 0,
|
|
333
333
|
disabled: _ctx.disabled
|
|
334
334
|
}, {
|
|
335
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
335
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
336
336
|
|
|
337
|
-
_:
|
|
337
|
+
_: 3 /* FORWARDED */
|
|
338
338
|
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
339
339
|
key: 2,
|
|
340
340
|
disabled: _ctx.disabled
|
|
@@ -8,7 +8,7 @@ export { B as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, a as BUTTON_SIZE, b as BUTT
|
|
|
8
8
|
export { default as OrIconButton, default as OrIconButtonV2 } from './OrIconButtonV2/OrIconButton.js';
|
|
9
9
|
export { default as OrCard } from './OrCard/OrCard.js';
|
|
10
10
|
export { CARD_COLLECTION_LAYOUT, OrCardCollection } from './OrCardCollection/index.js';
|
|
11
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollectionV3-
|
|
11
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollectionV3-6bc5a997.js';
|
|
12
12
|
export { C as CardPadding, s as OrCardV3 } from './OrCardV3-a3bb7835.js';
|
|
13
13
|
export { default as OrCheckbox } from './OrCheckbox/OrCheckbox.js';
|
|
14
14
|
export { default as OrCheckboxGroupV3 } from './OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
@@ -16,21 +16,21 @@ export { s as OrCheckboxTreeV3 } from './OrCheckboxTreeV3-f35152cb.js';
|
|
|
16
16
|
export { s as OrCheckboxV3 } from './OrCheckboxV3-245a7e8a.js';
|
|
17
17
|
export { s as OrChip, a as OrChips } from './OrChips-f548f281.js';
|
|
18
18
|
export { a as EditorState, E as EditorView, q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from './OrCode-fb47c51d.js';
|
|
19
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-
|
|
19
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-befbd8ec.js';
|
|
20
20
|
export { default as OrCollapse } from './OrCollapse/OrCollapse.js';
|
|
21
21
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-e5bc6e94.js';
|
|
22
|
-
export { s as OrCombinedInputV3 } from './OrCombinedInputV3-
|
|
22
|
+
export { s as OrCombinedInputV3 } from './OrCombinedInputV3-68f580e0.js';
|
|
23
23
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from './OrInputBoxV3-90e51950.js';
|
|
24
24
|
export { s as OrConfirm } from './OrConfirm-2413da85.js';
|
|
25
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirmV3-
|
|
25
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirmV3-7daefa02.js';
|
|
26
26
|
export { OrContextMenuV3 } from './OrContextMenuV3/index.js';
|
|
27
27
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement, i as isPrevented } from './OrPopoverV3-de799243.js';
|
|
28
|
-
export { s as OrDateFormatV3 } from './OrDateFormatV3-
|
|
29
|
-
export { s as OrDatePickerV3 } from './OrDatePickerV3-
|
|
30
|
-
export { s as OrDateRangePickerV3 } from './OrDateRangePickerV3-
|
|
31
|
-
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormatV3-
|
|
28
|
+
export { s as OrDateFormatV3 } from './OrDateFormatV3-65d70bd9.js';
|
|
29
|
+
export { s as OrDatePickerV3 } from './OrDatePickerV3-c9a920b1.js';
|
|
30
|
+
export { s as OrDateRangePickerV3 } from './OrDateRangePickerV3-46ef4dd8.js';
|
|
31
|
+
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormatV3-e66c3fa0.js';
|
|
32
32
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-72060191.js';
|
|
33
|
-
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, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './OrDateTimePickerV3-
|
|
33
|
+
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, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './OrDateTimePickerV3-366304b0.js';
|
|
34
34
|
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './OrDropAreaV3-8a3b7de5.js';
|
|
35
35
|
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabsV3-a19717bd.js';
|
|
36
36
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyStateV3-f6122da2.js';
|
|
@@ -40,7 +40,7 @@ export { s as OrErrorV3 } from './OrErrorV3-19502b8d.js';
|
|
|
40
40
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanelV3-fe0f5ea3.js';
|
|
41
41
|
export { F as FabColor, s as OrFabV3 } from './OrFabV3-df769cd1.js';
|
|
42
42
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-886c77a4.js';
|
|
43
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroupV3-
|
|
43
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroupV3-9755e92c.js';
|
|
44
44
|
export { default as OrHint } from './OrHint/OrHint.js';
|
|
45
45
|
export { s as OrHintV3 } from './OrHintV3-25a3be82.js';
|
|
46
46
|
export { OrIcon, OrIconColors, OrIconType } from './OrIcon/index.js';
|
|
@@ -51,13 +51,13 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInputV3-98
|
|
|
51
51
|
export { InlineTextEditTrimmingTypes, InlineTextEditTypes, OrInlineTextEdit } from './OrInlineTextEdit/index.js';
|
|
52
52
|
export { s as OrInlineTextareaV3 } from './OrInlineTextareaV3-538701f2.js';
|
|
53
53
|
export { default as OrInput } from './OrInput/OrInput.js';
|
|
54
|
-
export { I as InputType, s as OrInputV3 } from './OrInputV3-
|
|
54
|
+
export { I as InputType, s as OrInputV3 } from './OrInputV3-ff13c6c6.js';
|
|
55
55
|
export { default as OrLabel } from './OrLabel/OrLabel.js';
|
|
56
56
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabelV3-44afce27.js';
|
|
57
57
|
export { L as LinkColor, s as OrLinkV3 } from './OrLinkV3-7cbaaa20.js';
|
|
58
58
|
export { s as OrList } from './OrList-baf2736e.js';
|
|
59
59
|
export { default as OrListOfInputs } from './OrListOfInputs/OrListOfInputs.js';
|
|
60
|
-
export { a as OrListItem, s as OrListV3 } from './OrListV3-
|
|
60
|
+
export { a as OrListItem, s as OrListV3 } from './OrListV3-150dad8e.js';
|
|
61
61
|
export { LoaderViews, OrLoader } from './OrLoader/index.js';
|
|
62
62
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoaderV3-204899bb.js';
|
|
63
63
|
export { s as OrMenuItemV3 } from './OrMenuItemV3-d60fdae0.js';
|
|
@@ -82,12 +82,12 @@ export { s as OrRangeSliderV3 } from './OrRangeSliderV3-0b5e5bdf.js';
|
|
|
82
82
|
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-2f9715e4.js';
|
|
83
83
|
export { s as OrRatingV3 } from './OrRatingV3-b6b47938.js';
|
|
84
84
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanelV3-1832c574.js';
|
|
85
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-
|
|
85
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-c1f4fe62.js';
|
|
86
86
|
export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
87
87
|
export { OrSearchV3 } from './OrSearchV3/index.js';
|
|
88
88
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-d7578374.js';
|
|
89
89
|
export { s as OrSelect } from './OrSelect-d5f6764b.js';
|
|
90
|
-
export { s as OrSelectV3 } from './OrSelectV3-
|
|
90
|
+
export { s as OrSelectV3 } from './OrSelectV3-f166a8a6.js';
|
|
91
91
|
export { OrSidebar, OrSidebarSide } from './OrSidebar/index.js';
|
|
92
92
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from './OrSidebarV3-12daef52.js';
|
|
93
93
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeleton-bf98d328.js';
|
|
@@ -104,18 +104,18 @@ export { s as OrTabV3 } from './OrTabV3-9dbd8ad9.js';
|
|
|
104
104
|
export { default as OrTabs } from './OrTabs/OrTabs.js';
|
|
105
105
|
export { s as OrTabsV3, T as TabsVariant } from './OrTabsV3-0c709763.js';
|
|
106
106
|
export { default as OrTag } from './OrTag/OrTag.js';
|
|
107
|
-
export { s as OrTagInputV3 } from './OrTagInputV3-
|
|
107
|
+
export { s as OrTagInputV3 } from './OrTagInputV3-cd5d623d.js';
|
|
108
108
|
export { s as OrTagV3, T as TagColor, a as TagVariant } from './OrTagV3-c5c78c06.js';
|
|
109
109
|
export { s as OrTagsV3, T as TagsOverflow } from './OrTagsV3-9f635cad.js';
|
|
110
110
|
export { s as OrTeleport } from './OrTeleport-5a34b07f.js';
|
|
111
111
|
export { default as OrTeleportV3 } from './OrTeleportV3/OrTeleport.js';
|
|
112
112
|
export { s as OrTextV3 } from './OrTextV3-ff806d55.js';
|
|
113
113
|
export { default as OrTextarea } from './OrTextarea/OrTextarea.js';
|
|
114
|
-
export { s as OrTextareaV3 } from './OrTextareaV3-
|
|
114
|
+
export { s as OrTextareaV3 } from './OrTextareaV3-cc3e8dbf.js';
|
|
115
115
|
export { OrTextbox, TextboxTypes } from './OrTextbox/index.js';
|
|
116
|
-
export { s as OrTimeFormatV3 } from './OrTimeFormatV3-
|
|
117
|
-
export { s as OrTimePickerV3 } from './OrTimePickerV3-
|
|
118
|
-
export { s as OrTimeRangePickerV3 } from './OrTimeRangePickerV3-
|
|
116
|
+
export { s as OrTimeFormatV3 } from './OrTimeFormatV3-e02df05f.js';
|
|
117
|
+
export { s as OrTimePickerV3 } from './OrTimePickerV3-0ac7ec6b.js';
|
|
118
|
+
export { s as OrTimeRangePickerV3 } from './OrTimeRangePickerV3-41c2c890.js';
|
|
119
119
|
export { s as OrToast, a as OrToastContainer, P as PositionsX, c as PositionsY, d as ToastType, T as TransitionType, b as useQueue, u as useToast } from './OrToast-2099d398.js';
|
|
120
120
|
export { a as OrToastContainerV3, s as OrToastV3, p as PropsV3, t as TypesV3, b as useQueueV3, u as useToastV3 } from './OrToastV3-a3db45db.js';
|
|
121
121
|
export { OrTooltip, OrTooltipContent } from './OrTooltip/index.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -4,23 +4,23 @@ export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './components
|
|
|
4
4
|
export { OrButton, OrButtonColors, OrButtonSizes, OrButtonViews } from './components/OrButton/index.js';
|
|
5
5
|
export { s as OrButtonGroupV3 } from './components/OrButtonGroupV3-b3dfa95a.js';
|
|
6
6
|
export { CARD_COLLECTION_LAYOUT, OrCardCollection } from './components/OrCardCollection/index.js';
|
|
7
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './components/OrCardCollectionV3-
|
|
7
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './components/OrCardCollectionV3-6bc5a997.js';
|
|
8
8
|
export { C as CardPadding, s as OrCardV3 } from './components/OrCardV3-a3bb7835.js';
|
|
9
9
|
export { default as OrCheckboxGroupV3 } from './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
10
10
|
export { s as OrChip, a as OrChips } from './components/OrChips-f548f281.js';
|
|
11
11
|
export { a as EditorState, E as EditorView, q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from './components/OrCode-fb47c51d.js';
|
|
12
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-
|
|
12
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-befbd8ec.js';
|
|
13
13
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './components/OrColorPicker-e5bc6e94.js';
|
|
14
|
-
export { s as OrCombinedInputV3 } from './components/OrCombinedInputV3-
|
|
14
|
+
export { s as OrCombinedInputV3 } from './components/OrCombinedInputV3-68f580e0.js';
|
|
15
15
|
export { s as OrConfirm } from './components/OrConfirm-2413da85.js';
|
|
16
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-
|
|
16
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-7daefa02.js';
|
|
17
17
|
export { OrContextMenuV3 } from './components/OrContextMenuV3/index.js';
|
|
18
|
-
export { s as OrDateFormatV3 } from './components/OrDateFormatV3-
|
|
19
|
-
export { s as OrDatePickerV3 } from './components/OrDatePickerV3-
|
|
20
|
-
export { s as OrDateRangePickerV3 } from './components/OrDateRangePickerV3-
|
|
21
|
-
export { s as OrDateTimeFormatV3 } from './components/OrDateTimeFormatV3-
|
|
18
|
+
export { s as OrDateFormatV3 } from './components/OrDateFormatV3-65d70bd9.js';
|
|
19
|
+
export { s as OrDatePickerV3 } from './components/OrDatePickerV3-c9a920b1.js';
|
|
20
|
+
export { s as OrDateRangePickerV3 } from './components/OrDateRangePickerV3-46ef4dd8.js';
|
|
21
|
+
export { s as OrDateTimeFormatV3 } from './components/OrDateTimeFormatV3-e66c3fa0.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './components/OrDateTimePicker-72060191.js';
|
|
23
|
-
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, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './components/OrDateTimePickerV3-
|
|
23
|
+
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, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './components/OrDateTimePickerV3-366304b0.js';
|
|
24
24
|
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './components/OrDropAreaV3-8a3b7de5.js';
|
|
25
25
|
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEditorTabsV3-a19717bd.js';
|
|
26
26
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './components/OrEmptyStateV3-f6122da2.js';
|
|
@@ -31,7 +31,7 @@ export { InlineTextEditTrimmingTypes, InlineTextEditTypes, OrInlineTextEdit } fr
|
|
|
31
31
|
export { s as OrInlineTextareaV3 } from './components/OrInlineTextareaV3-538701f2.js';
|
|
32
32
|
export { L as LinkColor, s as OrLinkV3 } from './components/OrLinkV3-7cbaaa20.js';
|
|
33
33
|
export { default as OrListOfInputs } from './components/OrListOfInputs/OrListOfInputs.js';
|
|
34
|
-
export { a as OrListItem, s as OrListV3 } from './components/OrListV3-
|
|
34
|
+
export { a as OrListItem, s as OrListV3 } from './components/OrListV3-150dad8e.js';
|
|
35
35
|
export { OR_NOTIFICATION_SIZE, OR_NOTIFICATION_TYPE, OrNotification } from './components/OrNotification/index.js';
|
|
36
36
|
export { N as NotificationVariant, s as OrNotificationV3 } from './components/OrNotificationV3-ddde2d6f.js';
|
|
37
37
|
export { default as OrNumberInput } from './components/OrNumberInput/OrNumberInput.js';
|
|
@@ -44,10 +44,10 @@ export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.
|
|
|
44
44
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
45
45
|
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-0b5e5bdf.js';
|
|
46
46
|
export { s as OrRatingV3 } from './components/OrRatingV3-b6b47938.js';
|
|
47
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
47
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-c1f4fe62.js';
|
|
48
48
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-d7578374.js';
|
|
49
49
|
export { s as OrSelect } from './components/OrSelect-d5f6764b.js';
|
|
50
|
-
export { s as OrSelectV3 } from './components/OrSelectV3-
|
|
50
|
+
export { s as OrSelectV3 } from './components/OrSelectV3-f166a8a6.js';
|
|
51
51
|
export { OrSidebar, OrSidebarSide } from './components/OrSidebar/index.js';
|
|
52
52
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from './components/OrSidebarV3-12daef52.js';
|
|
53
53
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './components/OrSkeleton-bf98d328.js';
|
|
@@ -62,14 +62,14 @@ export { default as OrTab } from './components/OrTab/OrTab.js';
|
|
|
62
62
|
export { default as OrTabs } from './components/OrTabs/OrTabs.js';
|
|
63
63
|
export { s as OrTabsV3, T as TabsVariant } from './components/OrTabsV3-0c709763.js';
|
|
64
64
|
export { default as OrTag } from './components/OrTag/OrTag.js';
|
|
65
|
-
export { s as OrTagInputV3 } from './components/OrTagInputV3-
|
|
65
|
+
export { s as OrTagInputV3 } from './components/OrTagInputV3-cd5d623d.js';
|
|
66
66
|
export { s as OrTextV3 } from './components/OrTextV3-ff806d55.js';
|
|
67
67
|
export { default as OrTextarea } from './components/OrTextarea/OrTextarea.js';
|
|
68
|
-
export { s as OrTextareaV3 } from './components/OrTextareaV3-
|
|
68
|
+
export { s as OrTextareaV3 } from './components/OrTextareaV3-cc3e8dbf.js';
|
|
69
69
|
export { OrTextbox, TextboxTypes } from './components/OrTextbox/index.js';
|
|
70
|
-
export { s as OrTimeFormatV3 } from './components/OrTimeFormatV3-
|
|
71
|
-
export { s as OrTimePickerV3 } from './components/OrTimePickerV3-
|
|
72
|
-
export { s as OrTimeRangePickerV3 } from './components/OrTimeRangePickerV3-
|
|
70
|
+
export { s as OrTimeFormatV3 } from './components/OrTimeFormatV3-e02df05f.js';
|
|
71
|
+
export { s as OrTimePickerV3 } from './components/OrTimePickerV3-0ac7ec6b.js';
|
|
72
|
+
export { s as OrTimeRangePickerV3 } from './components/OrTimeRangePickerV3-41c2c890.js';
|
|
73
73
|
export { s as OrToast, a as OrToastContainer, P as PositionsX, c as PositionsY, d as ToastType, T as TransitionType, b as useQueue, u as useToast } from './components/OrToast-2099d398.js';
|
|
74
74
|
export { a as OrToastContainerV3, s as OrToastV3, p as PropsV3, t as TypesV3, b as useQueueV3, u as useToastV3 } from './components/OrToastV3-a3db45db.js';
|
|
75
75
|
export { OrTreeV3, TreeNodeDropPosition } from './components/OrTreeV3/index.js';
|
|
@@ -88,7 +88,7 @@ export { default as OrError } from './components/OrError/OrError.js';
|
|
|
88
88
|
export { s as OrErrorV3 } from './components/OrErrorV3-19502b8d.js';
|
|
89
89
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-fe0f5ea3.js';
|
|
90
90
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './components/OrFloating-886c77a4.js';
|
|
91
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from './components/OrFormGroupV3-
|
|
91
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from './components/OrFormGroupV3-9755e92c.js';
|
|
92
92
|
export { default as OrHint } from './components/OrHint/OrHint.js';
|
|
93
93
|
export { s as OrHintV3 } from './components/OrHintV3-25a3be82.js';
|
|
94
94
|
export { OrIcon, OrIconColors, OrIconType } from './components/OrIcon/index.js';
|
|
@@ -96,7 +96,7 @@ export { I as IconButtonColor, s as OrIconButtonV3 } from './components/OrIconBu
|
|
|
96
96
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './components/OrIconV3-5db4e349.js';
|
|
97
97
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './components/OrInlineInputBoxV3-a75f9e25.js';
|
|
98
98
|
export { default as OrInput } from './components/OrInput/OrInput.js';
|
|
99
|
-
export { I as InputType, s as OrInputV3 } from './components/OrInputV3-
|
|
99
|
+
export { I as InputType, s as OrInputV3 } from './components/OrInputV3-ff13c6c6.js';
|
|
100
100
|
export { default as OrLabel } from './components/OrLabel/OrLabel.js';
|
|
101
101
|
export { L as LabelVariant, s as OrLabelV3 } from './components/OrLabelV3-44afce27.js';
|
|
102
102
|
export { s as OrList } from './components/OrList-baf2736e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2 } from './OrIconButton-9648578c.js';
|
|
3
|
-
import { _ as __vue_component__$4 } from './OrSearch-
|
|
3
|
+
import { _ as __vue_component__$4 } from './OrSearch-a98e20ae.js';
|
|
4
4
|
import './OrInputBox.vue_rollup-plugin-vue_script-e9b6fa51.js';
|
|
5
5
|
import { _ as __vue_component__$5 } from './OrLoader-784e2060.js';
|
|
6
6
|
import { _ as __vue_component__$3 } from './OrSorting-054efbea.js';
|
|
@@ -5,7 +5,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import { _ as __vue_component__$1 } from './OrCheckboxTree-ac1a0899.js';
|
|
8
|
-
import { _ as __vue_component__$2, F as FormGroupDirection } from './OrFormGroup-
|
|
8
|
+
import { _ as __vue_component__$2, F as FormGroupDirection } from './OrFormGroup-a38c82c7.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
var script = defineComponent({
|
|
@@ -136,7 +136,9 @@ var __vue_render__$1 = function () {
|
|
|
136
136
|
},
|
|
137
137
|
proxy: true
|
|
138
138
|
}], null, true)
|
|
139
|
-
}, [_vm.
|
|
139
|
+
}, [_vm._t("label", function () {
|
|
140
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
141
|
+
})], 2), _vm._v(" "), _c('OrInputBox', {
|
|
140
142
|
class: ['grow'],
|
|
141
143
|
attrs: {
|
|
142
144
|
"size": 'm',
|
|
@@ -155,11 +157,13 @@ var __vue_render__$1 = function () {
|
|
|
155
157
|
expression: "!error"
|
|
156
158
|
}],
|
|
157
159
|
class: ['contents']
|
|
158
|
-
}, [_vm.hint ? [_c('OrHint', {
|
|
160
|
+
}, [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
159
161
|
attrs: {
|
|
160
162
|
"disabled": _vm.disabled
|
|
161
163
|
}
|
|
162
|
-
}, [_vm.
|
|
164
|
+
}, [_vm._t("hint", function () {
|
|
165
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
166
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
163
167
|
directives: [{
|
|
164
168
|
name: "show",
|
|
165
169
|
rawName: "v-show",
|
|
@@ -469,6 +473,14 @@ var __vue_render__ = function () {
|
|
|
469
473
|
"readonly": _vm.readonly
|
|
470
474
|
},
|
|
471
475
|
scopedSlots: _vm._u([{
|
|
476
|
+
key: "label",
|
|
477
|
+
fn: function () {
|
|
478
|
+
return [_vm._t("label", function () {
|
|
479
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
480
|
+
})];
|
|
481
|
+
},
|
|
482
|
+
proxy: true
|
|
483
|
+
}, {
|
|
472
484
|
key: "addon",
|
|
473
485
|
fn: function () {
|
|
474
486
|
return [_c('div', {
|
|
@@ -486,6 +498,14 @@ var __vue_render__ = function () {
|
|
|
486
498
|
}) : _vm._e()], 2)];
|
|
487
499
|
},
|
|
488
500
|
proxy: true
|
|
501
|
+
}, {
|
|
502
|
+
key: "hint",
|
|
503
|
+
fn: function () {
|
|
504
|
+
return [_vm._t("hint", function () {
|
|
505
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
506
|
+
})];
|
|
507
|
+
},
|
|
508
|
+
proxy: true
|
|
489
509
|
}], null, true)
|
|
490
510
|
}), _vm._v(" "), _c('OrModal', {
|
|
491
511
|
ref: "modal",
|
|
@@ -496,7 +516,9 @@ var __vue_render__ = function () {
|
|
|
496
516
|
scopedSlots: _vm._u([{
|
|
497
517
|
key: "header",
|
|
498
518
|
fn: function () {
|
|
499
|
-
return [_vm.
|
|
519
|
+
return [_vm._t("label", function () {
|
|
520
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
521
|
+
})];
|
|
500
522
|
},
|
|
501
523
|
proxy: true
|
|
502
524
|
}, _vm.$slots.modalFooter ? {
|