@onereach/ui-components 9.0.0 → 9.0.1-beta.4187.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/{OrInput-a13e7864.js → OrInput-32963774.js} +10 -6
- package/dist/bundled/v2/{OrList-fb177f0d.js → OrList-b7b7017a.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/OrConfirmV3/OrConfirm.js +1 -1
- 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 +1 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +1 -1
- 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/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +9 -5
- 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 +2 -2
- package/dist/bundled/v2/index.js +2 -2
- 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-32d28f25.js → OrCodeV3-983d8290.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-f7b0629a.js → OrCombinedInputV3-0f778002.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-a82cfc5d.js → OrConfirmV3-0216cdbd.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-39b678c0.js → OrDateFormatV3-df2af786.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-3e308ac9.js → OrDatePickerV3-87f21337.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-885e8c83.js → OrDateRangePickerV3-5a02b231.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-0639ecf6.js → OrDateTimeFormatV3-bb20d916.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-fd16e9ae.js → OrDateTimePickerV3-160e8550.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-fe03d79b.js → OrFormGroupV3-7fe620c0.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/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-65eecfd2.js → OrInputV3-4e10d1cf.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-e531ef3d.js → OrListV3-159c96b5.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-2d55c8f1.js → OrRichTextEditorV3-3e2811e3.js} +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.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-65c31879.js → OrSelectV3-b4b79d72.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-f9cd5ec2.js → OrTagInputV3-38c1c81d.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-62b93d7f.js → OrTextareaV3-c489d481.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-077eef3e.js → OrTimeFormatV3-0fca61f1.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-85ef291c.js → OrTimePickerV3-40e40f12.js} +6 -6
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-fae46dde.js → OrTimeRangePickerV3-195db897.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-5eee34d5.js → OrCardCollection-c6368a1f.js} +1 -1
- package/dist/esm/v2/{OrCheckboxGroup-e15983cc.js → OrCheckboxGroup-f5577316.js} +1 -1
- package/dist/esm/v2/{OrCode-4bbd11e9.js → OrCode-02d56743.js} +26 -4
- package/dist/esm/v2/{OrCombinedInput-10ddf756.js → OrCombinedInput-211d1778.js} +8 -4
- package/dist/esm/v2/{OrConfirm-e7f01e79.js → OrConfirm-5487190f.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-2f4bc3b8.js → OrDatePicker-8b663c98.js} +8 -4
- package/dist/esm/v2/{OrDateRangePicker-3d779969.js → OrDateRangePicker-0ae23a9f.js} +8 -4
- package/dist/esm/v2/{OrDateTimePicker-10c5e6f6.js → OrDateTimePicker-15858a01.js} +5 -3
- package/dist/esm/v2/{OrFormGroup-2367ec36.js → OrFormGroup-d1d9f3bc.js} +8 -4
- package/dist/esm/v2/{OrInput-764a570e.js → OrInput-e233fc41.js} +10 -6
- package/dist/esm/v2/{OrList-bd4d1da5.js → OrList-8ba6bef9.js} +3 -1
- package/dist/esm/v2/{OrRadioGroup-79538004.js → OrRadioGroup-9337e0ea.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-6e783c77.js → OrRichTextEditor-62499c88.js} +1 -1
- package/dist/esm/v2/{OrSearch-35f81246.js → OrSearch-0b5530e9.js} +1 -1
- package/dist/esm/v2/{OrSelect-2561017f.js → OrSelect-e1754ced.js} +9 -5
- package/dist/esm/v2/{OrTagInput-652d58f1.js → OrTagInput-cb43b029.js} +10 -6
- package/dist/esm/v2/{OrTextarea-7f902807.js → OrTextarea-4e2d511a.js} +10 -6
- package/dist/esm/v2/{OrTimePicker-33ef73cd.js → OrTimePicker-11d99dfb.js} +8 -4
- package/dist/esm/v2/{OrTimeRangePicker-4ca58703.js → OrTimeRangePicker-a6412bdf.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-bad0b25e.js → OrCardCollection-aeb3825f.js} +1 -1
- package/dist/esm/v3/{OrCheckboxGroup-4436e802.js → OrCheckboxGroup-11a7b74e.js} +1 -1
- package/dist/esm/v3/{OrCode-a111fca1.js → OrCode-842bcdcd.js} +9 -5
- package/dist/esm/v3/{OrCombinedInput-25a954ce.js → OrCombinedInput-b42c2ead.js} +5 -5
- package/dist/esm/v3/{OrConfirm-500628e6.js → OrConfirm-de93af99.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-ff3245df.js → OrDateFormat-c5e1a18a.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-6479bf29.js → OrDatePicker-3221f4f8.js} +6 -6
- package/dist/esm/v3/{OrDateRangePicker-872d67d5.js → OrDateRangePicker-af4ad584.js} +6 -6
- package/dist/esm/v3/{OrDateTimeFormat-43f8033f.js → OrDateTimeFormat-48e04e67.js} +1 -1
- package/dist/esm/v3/{OrDateTimePicker-28018aea.js → OrDateTimePicker-cb148e54.js} +3 -3
- package/dist/esm/v3/{OrFormGroup-25d0a2da.js → OrFormGroup-11ed3699.js} +5 -5
- package/dist/esm/v3/{OrInput-2c4b97ed.js → OrInput-79cce73c.js} +4 -4
- package/dist/esm/v3/{OrList-decc6768.js → OrList-8e43f5cd.js} +1 -1
- package/dist/esm/v3/{OrRadioGroup-01871290.js → OrRadioGroup-0c1bcc17.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-9f45f9d8.js → OrRichTextEditor-866dae43.js} +1 -1
- package/dist/esm/v3/{OrSearch-eed1ea7b.js → OrSearch-d71cd69e.js} +1 -1
- package/dist/esm/v3/{OrSelect-8e2b6f05.js → OrSelect-edcb0db9.js} +6 -6
- package/dist/esm/v3/{OrTagInput-2258e489.js → OrTagInput-85bb35a5.js} +4 -4
- package/dist/esm/v3/{OrTextarea-31993c4c.js → OrTextarea-72acd2de.js} +4 -4
- package/dist/esm/v3/{OrTimeFormat-a818056b.js → OrTimeFormat-0dc51078.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-0e197489.js → OrTimePicker-5097684d.js} +6 -6
- package/dist/esm/v3/{OrTimeRangePicker-c2cdde8f.js → OrTimeRangePicker-4d4c6e61.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-c480a57b.js → OrCardCollectionV3-736a4eb8.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrTimeFormatV3 } from '../../OrTimeFormat-
|
|
1
|
+
export { s as OrTimeFormatV3 } from '../../OrTimeFormat-0dc51078.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker-
|
|
3
|
+
import '../../OrDateTimePicker-cb148e54.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../../OrTimePicker-5097684d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -8,7 +8,7 @@ import 'lodash/get';
|
|
|
8
8
|
import '../../useProxyModelValue-940010d2.js';
|
|
9
9
|
import '@onereach/styles/tailwind/plugins/core';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import '../../OrDateTimePicker-
|
|
11
|
+
import '../../OrDateTimePicker-cb148e54.js';
|
|
12
12
|
import '../../OrError-331220bc.js';
|
|
13
13
|
import 'vue';
|
|
14
14
|
import '../../OrHint-262c8217.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-
|
|
1
|
+
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-4d4c6e61.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -9,7 +9,7 @@ import '../../useProxyModelValue-940010d2.js';
|
|
|
9
9
|
import '../../useResponsive-1baf3485.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrDateTimePicker-
|
|
12
|
+
import '../../OrDateTimePicker-cb148e54.js';
|
|
13
13
|
import '../../OrError-331220bc.js';
|
|
14
14
|
import 'vue';
|
|
15
15
|
import '../../OrHint-262c8217.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -8,10 +8,10 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c95aef65.js';
|
|
9
9
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-a2ba0b3e.js';
|
|
11
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-aeb3825f.js';
|
|
12
12
|
export { C as CardPadding, s as OrCardV3 } from './OrCard-c2ef331b.js';
|
|
13
13
|
export { s as OrCheckbox } from './OrCheckbox-42ed332c.js';
|
|
14
|
-
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-
|
|
14
|
+
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-11a7b74e.js';
|
|
15
15
|
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree-7693bcda.js';
|
|
16
16
|
export { s as OrCheckboxV3 } from './OrCheckbox-abe46de1.js';
|
|
17
17
|
export { s as OrChip } from './OrChip-2e26629d.js';
|
|
@@ -22,21 +22,21 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
22
22
|
export { javascript } from '@codemirror/lang-javascript';
|
|
23
23
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
24
24
|
export { html } from '@codemirror/lang-html';
|
|
25
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-
|
|
25
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-842bcdcd.js';
|
|
26
26
|
export { EditorView } from '@codemirror/view';
|
|
27
27
|
export { EditorState } from '@codemirror/state';
|
|
28
28
|
export { s as OrCollapse } from './OrCollapse-d7c0afae.js';
|
|
29
29
|
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-7e1067a0.js';
|
|
30
|
-
export { s as OrCombinedInputV3 } from './OrCombinedInput-
|
|
30
|
+
export { s as OrCombinedInputV3 } from './OrCombinedInput-b42c2ead.js';
|
|
31
31
|
export { s as OrConfirm } from './OrConfirm-c63285a6.js';
|
|
32
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
32
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-de93af99.js';
|
|
33
33
|
export { s as OrContextMenuV3 } from './OrContextMenu-78d02563.js';
|
|
34
|
-
export { s as OrDateFormatV3 } from './OrDateFormat-
|
|
35
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
36
|
-
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-
|
|
37
|
-
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-
|
|
34
|
+
export { s as OrDateFormatV3 } from './OrDateFormat-c5e1a18a.js';
|
|
35
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-3221f4f8.js';
|
|
36
|
+
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-af4ad584.js';
|
|
37
|
+
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-48e04e67.js';
|
|
38
38
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-45bc8bd3.js';
|
|
39
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
39
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-cb148e54.js';
|
|
40
40
|
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from './OrDateTimePickerTimeSelect-2771249a.js';
|
|
41
41
|
export { D as DateTimePickerTimeFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from './getTimePlaceholder-a1d75821.js';
|
|
42
42
|
export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
@@ -51,7 +51,7 @@ export { s as OrErrorV3 } from './OrError-331220bc.js';
|
|
|
51
51
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-3281fa33.js';
|
|
52
52
|
export { F as FabColor, s as OrFabV3 } from './OrFab-3d860eef.js';
|
|
53
53
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-c875c590.js';
|
|
54
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-
|
|
54
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-11ed3699.js';
|
|
55
55
|
export { s as OrHint } from './OrHint-8822005b.js';
|
|
56
56
|
export { s as OrHintV3 } from './OrHint-262c8217.js';
|
|
57
57
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-eb0a5aa2.js';
|
|
@@ -63,13 +63,13 @@ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInli
|
|
|
63
63
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7321d8d3.js';
|
|
64
64
|
export { s as OrInput } from './OrInput-2c3111c2.js';
|
|
65
65
|
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './OrInputBox-287f97ba.js';
|
|
66
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
66
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-79cce73c.js';
|
|
67
67
|
export { s as OrLabel } from './OrLabel-a7d99df4.js';
|
|
68
68
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-f1a581d8.js';
|
|
69
69
|
export { L as LinkColor, s as OrLinkV3 } from './OrLink-c83a51b2.js';
|
|
70
70
|
export { s as OrList } from './OrList-59f4430e.js';
|
|
71
71
|
export { s as OrListOfInputs } from './OrListOfInputs-c557cd79.js';
|
|
72
|
-
export { s as OrListV3 } from './OrList-
|
|
72
|
+
export { s as OrListV3 } from './OrList-8e43f5cd.js';
|
|
73
73
|
export { s as OrListItem } from './OrListItem-12e21bc6.js';
|
|
74
74
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-0b463089.js';
|
|
75
75
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-5e2f359b.js';
|
|
@@ -91,17 +91,17 @@ export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './
|
|
|
91
91
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-0939955c.js';
|
|
92
92
|
export { s as OrRadio } from './OrRadio-40bf2c87.js';
|
|
93
93
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
94
|
-
export { s as OrRadioGroupV3 } from './OrRadioGroup-
|
|
94
|
+
export { s as OrRadioGroupV3 } from './OrRadioGroup-0c1bcc17.js';
|
|
95
95
|
export { s as OrRadioV3 } from './OrRadio-b4ab913e.js';
|
|
96
96
|
export { s as OrRangeSliderV3 } from './OrRangeSlider-1284dce6.js';
|
|
97
97
|
export { s as OrRatingV3 } from './OrRating-640f9e87.js';
|
|
98
98
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-e107f883.js';
|
|
99
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
99
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-866dae43.js';
|
|
100
100
|
export { s as OrSearch } from './OrSearch-54a642d3.js';
|
|
101
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
101
|
+
export { s as OrSearchV3 } from './OrSearch-d71cd69e.js';
|
|
102
102
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-4b163ea9.js';
|
|
103
103
|
export { s as OrSelect } from './OrSelect-4f2ea2f2.js';
|
|
104
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
104
|
+
export { s as OrSelectV3 } from './OrSelect-edcb0db9.js';
|
|
105
105
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-4ab42b93.js';
|
|
106
106
|
export { s as OrSidebarV3, S as SidebarPlacement } from './props-3212cd17.js';
|
|
107
107
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-66e175a0.js';
|
|
@@ -124,18 +124,18 @@ export { s as OrTabV3 } from './OrTab-74a9bd5b.js';
|
|
|
124
124
|
export { s as OrTabs } from './OrTabs-3da3ea89.js';
|
|
125
125
|
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-f9958f65.js';
|
|
126
126
|
export { s as OrTag } from './OrTag-04abf6a7.js';
|
|
127
|
-
export { s as OrTagInputV3 } from './OrTagInput-
|
|
127
|
+
export { s as OrTagInputV3 } from './OrTagInput-85bb35a5.js';
|
|
128
128
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a29c2113.js';
|
|
129
129
|
export { s as OrTagsV3, T as TagsOverflow } from './OrTags-215da9e7.js';
|
|
130
130
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
131
131
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
132
132
|
export { s as OrTextV3 } from './OrText-ea114c19.js';
|
|
133
133
|
export { s as OrTextarea } from './OrTextarea-7a753c1a.js';
|
|
134
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
134
|
+
export { s as OrTextareaV3 } from './OrTextarea-72acd2de.js';
|
|
135
135
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-9524352e.js';
|
|
136
|
-
export { s as OrTimeFormatV3 } from './OrTimeFormat-
|
|
137
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
138
|
-
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-
|
|
136
|
+
export { s as OrTimeFormatV3 } from './OrTimeFormat-0dc51078.js';
|
|
137
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-5097684d.js';
|
|
138
|
+
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-4d4c6e61.js';
|
|
139
139
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-71ba538b.js';
|
|
140
140
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
141
141
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-bd194714.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "9.0.0",
|
|
3
|
+
"version": "9.0.1-beta.4187.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -177,6 +177,5 @@
|
|
|
177
177
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
178
178
|
},
|
|
179
179
|
"./package.json": "./package.json"
|
|
180
|
-
}
|
|
181
|
-
"gitHead": "908a707f0e57c52f47842380f4d10bc4ab8de920"
|
|
180
|
+
}
|
|
182
181
|
}
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
:disabled="disabled"
|
|
13
13
|
:readonly="readonly"
|
|
14
14
|
>
|
|
15
|
+
<template v-slot:label>
|
|
16
|
+
<slot name="label">
|
|
17
|
+
{{ label }}
|
|
18
|
+
</slot>
|
|
19
|
+
</template>
|
|
15
20
|
<template v-slot:addon>
|
|
16
21
|
<div :class="['layout-row', 'gap-xs']">
|
|
17
22
|
<slot name="addon" />
|
|
@@ -23,6 +28,11 @@
|
|
|
23
28
|
/>
|
|
24
29
|
</div>
|
|
25
30
|
</template>
|
|
31
|
+
<template v-slot:hint>
|
|
32
|
+
<slot name="hint">
|
|
33
|
+
{{ hint }}
|
|
34
|
+
</slot>
|
|
35
|
+
</template>
|
|
26
36
|
</OrCodeControl>
|
|
27
37
|
|
|
28
38
|
<OrModal
|
|
@@ -31,7 +41,9 @@
|
|
|
31
41
|
:size="'l'"
|
|
32
42
|
>
|
|
33
43
|
<template v-slot:header>
|
|
34
|
-
|
|
44
|
+
<slot name="label">
|
|
45
|
+
{{ label }}
|
|
46
|
+
</slot>
|
|
35
47
|
</template>
|
|
36
48
|
|
|
37
49
|
<OrCodeControl
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -33,9 +35,11 @@
|
|
|
33
35
|
v-show="!error"
|
|
34
36
|
:class="['contents']"
|
|
35
37
|
>
|
|
36
|
-
<template v-if="hint">
|
|
38
|
+
<template v-if="$slots.hint || hint">
|
|
37
39
|
<OrHint :disabled="disabled">
|
|
38
|
-
|
|
40
|
+
<slot name="hint">
|
|
41
|
+
{{ hint }}
|
|
42
|
+
</slot>
|
|
39
43
|
</OrHint>
|
|
40
44
|
</template>
|
|
41
45
|
</div>
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -32,9 +34,11 @@
|
|
|
32
34
|
v-show="!error"
|
|
33
35
|
:class="['contents']"
|
|
34
36
|
>
|
|
35
|
-
<template v-if="hint">
|
|
37
|
+
<template v-if="$slots.hint || hint">
|
|
36
38
|
<OrHint :disabled="disabled">
|
|
37
|
-
|
|
39
|
+
<slot name="hint">
|
|
40
|
+
{{ hint }}
|
|
41
|
+
</slot>
|
|
38
42
|
</OrHint>
|
|
39
43
|
</template>
|
|
40
44
|
</div>
|
|
@@ -51,7 +55,7 @@
|
|
|
51
55
|
</template>
|
|
52
56
|
|
|
53
57
|
<script lang="ts">
|
|
54
|
-
import { computed, defineComponent, PropType, ref } from 'vue-demi';
|
|
58
|
+
import { computed, defineComponent, h, PropType, ref } from 'vue-demi';
|
|
55
59
|
import { OrErrorV3 as OrError } from '../or-error-v3';
|
|
56
60
|
import { OrHintV3 as OrHint } from '../or-hint-v3';
|
|
57
61
|
import { InputBoxSize } from '../or-input-box-v3';
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -98,9 +100,11 @@
|
|
|
98
100
|
</OrInputBox>
|
|
99
101
|
|
|
100
102
|
<template v-if="!error">
|
|
101
|
-
<template v-if="hint">
|
|
103
|
+
<template v-if="$slots.hint || hint">
|
|
102
104
|
<OrHint :disabled="disabled">
|
|
103
|
-
|
|
105
|
+
<slot name="hint">
|
|
106
|
+
{{ hint }}
|
|
107
|
+
</slot>
|
|
104
108
|
</OrHint>
|
|
105
109
|
</template>
|
|
106
110
|
</template>
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -142,9 +144,11 @@
|
|
|
142
144
|
</OrInputBox>
|
|
143
145
|
|
|
144
146
|
<template v-if="!error">
|
|
145
|
-
<template v-if="hint">
|
|
147
|
+
<template v-if="$slots.hint || hint">
|
|
146
148
|
<OrHint :disabled="disabled">
|
|
147
|
-
|
|
149
|
+
<slot name="hint">
|
|
150
|
+
{{ hint }}
|
|
151
|
+
</slot>
|
|
148
152
|
</OrHint>
|
|
149
153
|
</template>
|
|
150
154
|
</template>
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -144,7 +146,7 @@
|
|
|
144
146
|
</OrInputBox>
|
|
145
147
|
|
|
146
148
|
<template v-if="!error">
|
|
147
|
-
<template v-if="hint">
|
|
149
|
+
<template v-if="$slots.hint || hint">
|
|
148
150
|
<OrHint :disabled="disabled">
|
|
149
151
|
{{ hint }}
|
|
150
152
|
</OrHint>
|
|
@@ -6,13 +6,15 @@
|
|
|
6
6
|
<div class="layout-row">
|
|
7
7
|
<slot name="label">
|
|
8
8
|
<OrLabel
|
|
9
|
-
v-if="label"
|
|
9
|
+
v-if="$slots.label || $slots.addon || label"
|
|
10
10
|
:class="labelStyles"
|
|
11
11
|
:invalid="invalid"
|
|
12
12
|
:required="required"
|
|
13
13
|
:disabled="disabled"
|
|
14
14
|
>
|
|
15
|
-
|
|
15
|
+
<slot name="label">
|
|
16
|
+
{{ label }}
|
|
17
|
+
</slot>
|
|
16
18
|
|
|
17
19
|
<template v-slot:addon>
|
|
18
20
|
<slot name="addon" />
|
|
@@ -24,9 +26,11 @@
|
|
|
24
26
|
<slot />
|
|
25
27
|
</div>
|
|
26
28
|
|
|
27
|
-
<template v-if="hint && !error">
|
|
29
|
+
<template v-if="($slots.hint || hint) && !error">
|
|
28
30
|
<OrHint :disabled="disabled">
|
|
29
|
-
|
|
31
|
+
<slot name="hint">
|
|
32
|
+
{{ hint }}
|
|
33
|
+
</slot>
|
|
30
34
|
</OrHint>
|
|
31
35
|
</template>
|
|
32
36
|
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:control-id="controlAttributes.id"
|
|
9
9
|
:variant="'input'"
|
|
10
10
|
:required="required"
|
|
11
11
|
:disabled="disabled"
|
|
12
12
|
>
|
|
13
|
-
|
|
13
|
+
<slot name="label">
|
|
14
|
+
{{ label }}
|
|
15
|
+
</slot>
|
|
14
16
|
|
|
15
17
|
<template v-slot:addon>
|
|
16
18
|
<slot name="addon" />
|
|
@@ -91,10 +93,11 @@
|
|
|
91
93
|
v-show="!error"
|
|
92
94
|
:class="['contents']"
|
|
93
95
|
>
|
|
94
|
-
<template v-if="hint || maxLength">
|
|
96
|
+
<template v-if="$slots.hint || hint || maxLength">
|
|
95
97
|
<OrHint :disabled="disabled">
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
<slot name="hint">
|
|
99
|
+
{{ hint }}
|
|
100
|
+
</slot>
|
|
98
101
|
<template
|
|
99
102
|
v-if="maxLength"
|
|
100
103
|
v-slot:addon
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:control-id="controlId"
|
|
9
9
|
:variant="'input'"
|
|
10
10
|
:required="required"
|
|
11
11
|
:disabled="disabled"
|
|
12
12
|
>
|
|
13
|
-
|
|
13
|
+
<slot name="label">
|
|
14
|
+
{{ label }}
|
|
15
|
+
</slot>
|
|
14
16
|
|
|
15
17
|
<template v-slot:addon>
|
|
16
18
|
<slot name="addon" />
|
|
@@ -236,9 +238,11 @@
|
|
|
236
238
|
v-show="!error"
|
|
237
239
|
:class="['contents']"
|
|
238
240
|
>
|
|
239
|
-
<template v-if="hint">
|
|
241
|
+
<template v-if="$slots.hint || hint">
|
|
240
242
|
<OrHint :disabled="disabled">
|
|
241
|
-
|
|
243
|
+
<slot name="hint">
|
|
244
|
+
{{ hint }}
|
|
245
|
+
</slot>
|
|
242
246
|
</OrHint>
|
|
243
247
|
</template>
|
|
244
248
|
</div>
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:control-id="controlAttributes.id"
|
|
9
9
|
:variant="'input'"
|
|
10
10
|
:required="required"
|
|
11
11
|
:disabled="disabled"
|
|
12
12
|
>
|
|
13
|
-
|
|
13
|
+
<slot name="label">
|
|
14
|
+
{{ label }}
|
|
15
|
+
</slot>
|
|
14
16
|
|
|
15
17
|
<template v-slot:addon>
|
|
16
18
|
<slot name="addon" />
|
|
@@ -92,9 +94,11 @@
|
|
|
92
94
|
v-show="!error"
|
|
93
95
|
:class="['contents']"
|
|
94
96
|
>
|
|
95
|
-
<template v-if="hint || maxLength">
|
|
97
|
+
<template v-if="$slots.hint || hint || maxLength">
|
|
96
98
|
<OrHint :disabled="disabled">
|
|
97
|
-
|
|
99
|
+
<slot name="hint">
|
|
100
|
+
{{ hint }}
|
|
101
|
+
</slot>
|
|
98
102
|
|
|
99
103
|
<template
|
|
100
104
|
v-if="maxLength"
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:control-id="controlAttributes.id"
|
|
9
9
|
:variant="'input'"
|
|
10
10
|
:required="required"
|
|
11
11
|
:disabled="disabled"
|
|
12
12
|
>
|
|
13
|
-
|
|
13
|
+
<slot name="label">
|
|
14
|
+
{{ label }}
|
|
15
|
+
</slot>
|
|
14
16
|
|
|
15
17
|
<template v-slot:addon>
|
|
16
18
|
<slot name="addon" />
|
|
@@ -48,9 +50,11 @@
|
|
|
48
50
|
v-show="!error"
|
|
49
51
|
:class="['contents']"
|
|
50
52
|
>
|
|
51
|
-
<template v-if="hint || maxLength">
|
|
53
|
+
<template v-if="$slots.hint || hint || maxLength">
|
|
52
54
|
<OrHint :disabled="disabled">
|
|
53
|
-
|
|
55
|
+
<slot name="hint">
|
|
56
|
+
{{ hint }}
|
|
57
|
+
</slot>
|
|
54
58
|
|
|
55
59
|
<template
|
|
56
60
|
v-if="maxLength"
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -95,9 +97,11 @@
|
|
|
95
97
|
</OrInputBox>
|
|
96
98
|
|
|
97
99
|
<template v-if="!error">
|
|
98
|
-
<template v-if="hint">
|
|
100
|
+
<template v-if="$slots.hint || hint">
|
|
99
101
|
<OrHint :disabled="disabled">
|
|
100
|
-
|
|
102
|
+
<slot name="hint">
|
|
103
|
+
{{ hint }}
|
|
104
|
+
</slot>
|
|
101
105
|
</OrHint>
|
|
102
106
|
</template>
|
|
103
107
|
</template>
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
<template v-if="label">
|
|
6
|
+
<template v-if="$slots.label || $slots.addon || label">
|
|
7
7
|
<OrLabel
|
|
8
8
|
:variant="'input'"
|
|
9
9
|
:required="required"
|
|
10
10
|
:disabled="disabled"
|
|
11
11
|
>
|
|
12
|
-
|
|
12
|
+
<slot name="label">
|
|
13
|
+
{{ label }}
|
|
14
|
+
</slot>
|
|
13
15
|
|
|
14
16
|
<template v-slot:addon>
|
|
15
17
|
<slot name="addon" />
|
|
@@ -132,9 +134,11 @@
|
|
|
132
134
|
</OrInputBox>
|
|
133
135
|
|
|
134
136
|
<template v-if="!error">
|
|
135
|
-
<template v-if="hint">
|
|
137
|
+
<template v-if="$slots.hint || hint">
|
|
136
138
|
<OrHint :disabled="disabled">
|
|
137
|
-
|
|
139
|
+
<slot name="hint">
|
|
140
|
+
{{ hint }}
|
|
141
|
+
</slot>
|
|
138
142
|
</OrHint>
|
|
139
143
|
</template>
|
|
140
144
|
</template>
|
|
File without changes
|