@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
|
@@ -149,7 +149,7 @@ var script = defineComponent({
|
|
|
149
149
|
}
|
|
150
150
|
});
|
|
151
151
|
|
|
152
|
-
var css_248z = "input[data-v-
|
|
152
|
+
var css_248z = "input[data-v-2411ca72]{min-width:0;background:0 0;outline:0}input[type=number][data-v-2411ca72]::-webkit-inner-spin-button{display:none}input[type=search][data-v-2411ca72]::-webkit-search-cancel-button{display:none}";
|
|
153
153
|
styleInject(css_248z);
|
|
154
154
|
|
|
155
155
|
/* script */
|
|
@@ -162,7 +162,7 @@ var __vue_render__ = function () {
|
|
|
162
162
|
return _c('div', {
|
|
163
163
|
ref: 'root',
|
|
164
164
|
class: _vm.rootStyles
|
|
165
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
165
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
166
166
|
attrs: {
|
|
167
167
|
"control-id": _vm.controlAttributes.id,
|
|
168
168
|
"variant": 'input',
|
|
@@ -176,7 +176,9 @@ var __vue_render__ = function () {
|
|
|
176
176
|
},
|
|
177
177
|
proxy: true
|
|
178
178
|
}], null, true)
|
|
179
|
-
}, [_vm.
|
|
179
|
+
}, [_vm._t("label", function () {
|
|
180
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
181
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
180
182
|
attrs: {
|
|
181
183
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
182
184
|
"size": _vm.size,
|
|
@@ -285,7 +287,7 @@ var __vue_render__ = function () {
|
|
|
285
287
|
expression: "!error"
|
|
286
288
|
}],
|
|
287
289
|
class: ['contents']
|
|
288
|
-
}, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
290
|
+
}, [_vm.$slots.hint || _vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
289
291
|
attrs: {
|
|
290
292
|
"disabled": _vm.disabled
|
|
291
293
|
},
|
|
@@ -296,7 +298,9 @@ var __vue_render__ = function () {
|
|
|
296
298
|
},
|
|
297
299
|
proxy: true
|
|
298
300
|
} : null], null, true)
|
|
299
|
-
}, [_vm.
|
|
301
|
+
}, [_vm._t("hint", function () {
|
|
302
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
303
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
300
304
|
directives: [{
|
|
301
305
|
name: "show",
|
|
302
306
|
rawName: "v-show",
|
|
@@ -322,7 +326,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
322
326
|
/* style */
|
|
323
327
|
const __vue_inject_styles__ = undefined;
|
|
324
328
|
/* scoped */
|
|
325
|
-
const __vue_scope_id__ = "data-v-
|
|
329
|
+
const __vue_scope_id__ = "data-v-2411ca72";
|
|
326
330
|
/* module identifier */
|
|
327
331
|
const __vue_module_identifier__ = undefined;
|
|
328
332
|
/* functional template */
|
|
@@ -258,7 +258,9 @@ var __vue_render__ = function () {
|
|
|
258
258
|
},
|
|
259
259
|
proxy: true
|
|
260
260
|
}], null, true)
|
|
261
|
-
}, [_vm.
|
|
261
|
+
}, [_vm._t("label", function () {
|
|
262
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
263
|
+
})], 2)];
|
|
262
264
|
}, null, {
|
|
263
265
|
addItem: _vm.addItem,
|
|
264
266
|
deleteItem: _vm.deleteItem
|
|
@@ -107,7 +107,9 @@ var __vue_render__$1 = function () {
|
|
|
107
107
|
},
|
|
108
108
|
proxy: true
|
|
109
109
|
}], null, true)
|
|
110
|
-
}, [_vm.
|
|
110
|
+
}, [_vm._t("label", function () {
|
|
111
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
112
|
+
})], 2), _vm._v(" "), _c('OrInputBox', {
|
|
111
113
|
class: ['grow'],
|
|
112
114
|
attrs: {
|
|
113
115
|
"size": 'm',
|
|
@@ -126,11 +128,13 @@ var __vue_render__$1 = function () {
|
|
|
126
128
|
expression: "!error"
|
|
127
129
|
}],
|
|
128
130
|
class: ['contents']
|
|
129
|
-
}, [_vm.hint ? [_c('OrHint', {
|
|
131
|
+
}, [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
130
132
|
attrs: {
|
|
131
133
|
"disabled": _vm.disabled
|
|
132
134
|
}
|
|
133
|
-
}, [_vm.
|
|
135
|
+
}, [_vm._t("hint", function () {
|
|
136
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
137
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
134
138
|
directives: [{
|
|
135
139
|
name: "show",
|
|
136
140
|
rawName: "v-show",
|
|
@@ -432,6 +436,14 @@ var __vue_render__ = function () {
|
|
|
432
436
|
"readonly": _vm.readonly
|
|
433
437
|
},
|
|
434
438
|
scopedSlots: _vm._u([{
|
|
439
|
+
key: "label",
|
|
440
|
+
fn: function () {
|
|
441
|
+
return [_vm._t("label", function () {
|
|
442
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
443
|
+
})];
|
|
444
|
+
},
|
|
445
|
+
proxy: true
|
|
446
|
+
}, {
|
|
435
447
|
key: "addon",
|
|
436
448
|
fn: function () {
|
|
437
449
|
return [_c('div', {
|
|
@@ -449,6 +461,14 @@ var __vue_render__ = function () {
|
|
|
449
461
|
}) : _vm._e()], 2)];
|
|
450
462
|
},
|
|
451
463
|
proxy: true
|
|
464
|
+
}, {
|
|
465
|
+
key: "hint",
|
|
466
|
+
fn: function () {
|
|
467
|
+
return [_vm._t("hint", function () {
|
|
468
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
469
|
+
})];
|
|
470
|
+
},
|
|
471
|
+
proxy: true
|
|
452
472
|
}], null, true)
|
|
453
473
|
}), _vm._v(" "), _c('OrModal', {
|
|
454
474
|
ref: 'modal',
|
|
@@ -459,7 +479,9 @@ var __vue_render__ = function () {
|
|
|
459
479
|
scopedSlots: _vm._u([{
|
|
460
480
|
key: "header",
|
|
461
481
|
fn: function () {
|
|
462
|
-
return [_vm.
|
|
482
|
+
return [_vm._t("label", function () {
|
|
483
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
484
|
+
})];
|
|
463
485
|
},
|
|
464
486
|
proxy: true
|
|
465
487
|
}, _vm.$slots.modalFooter ? {
|
|
@@ -72,7 +72,7 @@ var __vue_render__ = function () {
|
|
|
72
72
|
return _c('div', {
|
|
73
73
|
ref: 'root',
|
|
74
74
|
class: _vm.rootStyles
|
|
75
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
75
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
76
76
|
attrs: {
|
|
77
77
|
"variant": 'input',
|
|
78
78
|
"required": _vm.required,
|
|
@@ -85,7 +85,9 @@ var __vue_render__ = function () {
|
|
|
85
85
|
},
|
|
86
86
|
proxy: true
|
|
87
87
|
}], null, true)
|
|
88
|
-
}, [_vm.
|
|
88
|
+
}, [_vm._t("label", function () {
|
|
89
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
90
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('div', {
|
|
89
91
|
class: _vm.controlGroup
|
|
90
92
|
}, [_vm._t("default", null, {
|
|
91
93
|
"size": _vm.size,
|
|
@@ -102,11 +104,13 @@ var __vue_render__ = function () {
|
|
|
102
104
|
expression: "!error"
|
|
103
105
|
}],
|
|
104
106
|
class: ['contents']
|
|
105
|
-
}, [_vm.hint ? [_c('OrHint', {
|
|
107
|
+
}, [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
106
108
|
attrs: {
|
|
107
109
|
"disabled": _vm.disabled
|
|
108
110
|
}
|
|
109
|
-
}, [_vm.
|
|
111
|
+
}, [_vm._t("hint", function () {
|
|
112
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
113
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
110
114
|
directives: [{
|
|
111
115
|
name: "show",
|
|
112
116
|
rawName: "v-show",
|
|
@@ -5,7 +5,7 @@ import { ConfirmType } from './props.js';
|
|
|
5
5
|
import { Confirm, ConfirmHeader, ConfirmInput, ConfirmFooter, ConfirmFooterTypes, ConfirmFooterButtons } from './styles.js';
|
|
6
6
|
import __vue_component__$1 from '../OrOverlayV3/OrOverlay.js';
|
|
7
7
|
import __vue_component__$2 from '../OrButtonV3/OrButton.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from '../../OrInput-
|
|
8
|
+
import { _ as __vue_component__$3 } from '../../OrInput-32963774.js';
|
|
9
9
|
import { usePopoverState } from '../../hooks/usePopoverState.js';
|
|
10
10
|
import { ButtonColor } from '../OrButtonV3/props.js';
|
|
11
11
|
import { w as whenever } from '../../index-279e78b9.js';
|
|
@@ -195,7 +195,7 @@ var __vue_render__ = function () {
|
|
|
195
195
|
return _c('div', {
|
|
196
196
|
ref: 'root',
|
|
197
197
|
class: _vm.rootStyles
|
|
198
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
198
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
199
199
|
attrs: {
|
|
200
200
|
"variant": 'input',
|
|
201
201
|
"required": _vm.required,
|
|
@@ -208,7 +208,9 @@ var __vue_render__ = function () {
|
|
|
208
208
|
},
|
|
209
209
|
proxy: true
|
|
210
210
|
}], null, true)
|
|
211
|
-
}, [_vm.
|
|
211
|
+
}, [_vm._t("label", function () {
|
|
212
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
213
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
212
214
|
directives: [{
|
|
213
215
|
name: "dropdown-open",
|
|
214
216
|
rawName: "v-dropdown-open",
|
|
@@ -340,11 +342,13 @@ var __vue_render__ = function () {
|
|
|
340
342
|
}
|
|
341
343
|
})], 1), _vm._v(" "), _c('div', {
|
|
342
344
|
class: ['grow']
|
|
343
|
-
})], 1), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
345
|
+
})], 1), _vm._v(" "), !_vm.error ? [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
344
346
|
attrs: {
|
|
345
347
|
"disabled": _vm.disabled
|
|
346
348
|
}
|
|
347
|
-
}, [_vm.
|
|
349
|
+
}, [_vm._t("hint", function () {
|
|
350
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
351
|
+
})], 2)] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
348
352
|
attrs: {
|
|
349
353
|
"disabled": _vm.disabled
|
|
350
354
|
}
|
|
@@ -228,7 +228,7 @@ var __vue_render__ = function () {
|
|
|
228
228
|
return _c('div', {
|
|
229
229
|
ref: 'root',
|
|
230
230
|
class: _vm.rootStyles
|
|
231
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
231
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
232
232
|
attrs: {
|
|
233
233
|
"variant": 'input',
|
|
234
234
|
"required": _vm.required,
|
|
@@ -241,7 +241,9 @@ var __vue_render__ = function () {
|
|
|
241
241
|
},
|
|
242
242
|
proxy: true
|
|
243
243
|
}], null, true)
|
|
244
|
-
}, [_vm.
|
|
244
|
+
}, [_vm._t("label", function () {
|
|
245
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
246
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
245
247
|
directives: [{
|
|
246
248
|
name: "dropdown-open",
|
|
247
249
|
rawName: "v-dropdown-open",
|
|
@@ -452,11 +454,13 @@ var __vue_render__ = function () {
|
|
|
452
454
|
}
|
|
453
455
|
})], 1), _vm._v(" "), _c('div', {
|
|
454
456
|
class: ['grow']
|
|
455
|
-
})], 1), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
457
|
+
})], 1), _vm._v(" "), !_vm.error ? [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
456
458
|
attrs: {
|
|
457
459
|
"disabled": _vm.disabled
|
|
458
460
|
}
|
|
459
|
-
}, [_vm.
|
|
461
|
+
}, [_vm._t("hint", function () {
|
|
462
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
463
|
+
})], 2)] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
460
464
|
attrs: {
|
|
461
465
|
"disabled": _vm.disabled
|
|
462
466
|
}
|
|
@@ -261,7 +261,7 @@ var __vue_render__ = function () {
|
|
|
261
261
|
return _c('div', {
|
|
262
262
|
ref: 'root',
|
|
263
263
|
class: _vm.rootStyles
|
|
264
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
264
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
265
265
|
attrs: {
|
|
266
266
|
"variant": 'input',
|
|
267
267
|
"required": _vm.required,
|
|
@@ -274,7 +274,9 @@ var __vue_render__ = function () {
|
|
|
274
274
|
},
|
|
275
275
|
proxy: true
|
|
276
276
|
}], null, true)
|
|
277
|
-
}, [_vm.
|
|
277
|
+
}, [_vm._t("label", function () {
|
|
278
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
279
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
278
280
|
directives: [{
|
|
279
281
|
name: "dropdown-open",
|
|
280
282
|
rawName: "v-dropdown-open",
|
|
@@ -487,7 +489,7 @@ var __vue_render__ = function () {
|
|
|
487
489
|
}
|
|
488
490
|
})], 1), _vm._v(" "), _c('div', {
|
|
489
491
|
class: ['grow']
|
|
490
|
-
})], 1), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
492
|
+
})], 1), _vm._v(" "), !_vm.error ? [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
491
493
|
attrs: {
|
|
492
494
|
"disabled": _vm.disabled
|
|
493
495
|
}
|
|
@@ -72,7 +72,7 @@ var __vue_render__ = function () {
|
|
|
72
72
|
}, [_c('div', {
|
|
73
73
|
staticClass: "layout-row"
|
|
74
74
|
}, [_vm._t("label", function () {
|
|
75
|
-
return [_vm.label ? _c('OrLabel', {
|
|
75
|
+
return [_vm.$slots.label || _vm.$slots.addon || _vm.label ? _c('OrLabel', {
|
|
76
76
|
class: _vm.labelStyles,
|
|
77
77
|
attrs: {
|
|
78
78
|
"invalid": _vm.invalid,
|
|
@@ -86,14 +86,18 @@ var __vue_render__ = function () {
|
|
|
86
86
|
},
|
|
87
87
|
proxy: true
|
|
88
88
|
}], null, true)
|
|
89
|
-
}, [_vm.
|
|
89
|
+
}, [_vm._t("label", function () {
|
|
90
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
91
|
+
})], 2) : _vm._e()];
|
|
90
92
|
})], 2), _vm._v(" "), _c('div', {
|
|
91
93
|
class: _vm.contentStyles
|
|
92
|
-
}, [_vm._t("default")], 2), _vm._v(" "), _vm.hint && !_vm.error ? [_c('OrHint', {
|
|
94
|
+
}, [_vm._t("default")], 2), _vm._v(" "), (_vm.$slots.hint || _vm.hint) && !_vm.error ? [_c('OrHint', {
|
|
93
95
|
attrs: {
|
|
94
96
|
"disabled": _vm.disabled
|
|
95
97
|
}
|
|
96
|
-
}, [_vm.
|
|
98
|
+
}, [_vm._t("hint", function () {
|
|
99
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
100
|
+
})], 2)] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
97
101
|
attrs: {
|
|
98
102
|
"disabled": _vm.disabled
|
|
99
103
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { _ as default } from '../../OrInput-
|
|
1
|
+
export { _ as default } from '../../OrInput-32963774.js';
|
|
2
2
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-32963774.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { _ as default } from '../../OrList-
|
|
1
|
+
export { _ as default } from '../../OrList-b7b7017a.js';
|
|
2
2
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrListItem, _ as OrListV3 } from '../../OrList-
|
|
1
|
+
export { O as OrListItem, _ as OrListV3 } from '../../OrList-b7b7017a.js';
|
|
@@ -12,7 +12,7 @@ import __vue_component__$2 from '../OrLabelV3/OrLabel.js';
|
|
|
12
12
|
import __vue_component__$3 from '../OrMenuItemV3/OrMenuItem.js';
|
|
13
13
|
import __vue_component__$4 from '../OrMenuV3/OrMenu.js';
|
|
14
14
|
import __vue_component__$5 from '../OrModalV3/OrModal.js';
|
|
15
|
-
import { _ as __vue_component__$6 } from '../../OrInput-
|
|
15
|
+
import { _ as __vue_component__$6 } from '../../OrInput-32963774.js';
|
|
16
16
|
import __vue_component__$7 from '../OrButtonV3/OrButton.js';
|
|
17
17
|
import __vue_component__$8 from '../OrPopoverV3/OrPopover.js';
|
|
18
18
|
import { a as useDebounceFn } from '../../index-279e78b9.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive, toRef, watch } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from '../../OrInput-
|
|
2
|
+
import { _ as __vue_component__$1 } from '../../OrInput-32963774.js';
|
|
3
3
|
import { b as watchDebounced } from '../../index-279e78b9.js';
|
|
4
4
|
import { InputBoxSize } from '../OrInputBoxV3/props.js';
|
|
5
5
|
import { useIdAttribute } from '../../hooks/useIdAttribute.js';
|
|
@@ -14,7 +14,7 @@ import __vue_component__$8 from '../OrExpansionPanelV3/OrExpansionPanel.js';
|
|
|
14
14
|
import __vue_component__$9 from '../OrHintV3/OrHint.js';
|
|
15
15
|
import __vue_component__$a from '../OrIconV3/OrIcon.js';
|
|
16
16
|
import __vue_component__$b from '../OrIconButtonV3/OrIconButton.js';
|
|
17
|
-
import { _ as __vue_component__$c } from '../../OrInput-
|
|
17
|
+
import { _ as __vue_component__$c } from '../../OrInput-32963774.js';
|
|
18
18
|
import __vue_component__$d from '../OrInputBoxV3/OrInputBox.js';
|
|
19
19
|
import __vue_component__$e from '../OrLabelV3/OrLabel.js';
|
|
20
20
|
import __vue_component__$f from '../OrMenuItemV3/OrMenuItem.js';
|
|
@@ -891,7 +891,7 @@ var __vue_render__ = function () {
|
|
|
891
891
|
return _c('div', {
|
|
892
892
|
ref: 'root',
|
|
893
893
|
class: _vm.rootStyles
|
|
894
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
894
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
895
895
|
attrs: {
|
|
896
896
|
"control-id": _vm.controlId,
|
|
897
897
|
"variant": 'input',
|
|
@@ -905,7 +905,9 @@ var __vue_render__ = function () {
|
|
|
905
905
|
},
|
|
906
906
|
proxy: true
|
|
907
907
|
}], null, true)
|
|
908
|
-
}, [_vm.
|
|
908
|
+
}, [_vm._t("label", function () {
|
|
909
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
910
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
909
911
|
directives: [{
|
|
910
912
|
name: "dropdown-open",
|
|
911
913
|
rawName: "v-dropdown-open",
|
|
@@ -1162,11 +1164,13 @@ var __vue_render__ = function () {
|
|
|
1162
1164
|
expression: "!error"
|
|
1163
1165
|
}],
|
|
1164
1166
|
class: ['contents']
|
|
1165
|
-
}, [_vm.hint ? [_c('OrHint', {
|
|
1167
|
+
}, [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
1166
1168
|
attrs: {
|
|
1167
1169
|
"disabled": _vm.disabled
|
|
1168
1170
|
}
|
|
1169
|
-
}, [_vm.
|
|
1171
|
+
}, [_vm._t("hint", function () {
|
|
1172
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
1173
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
1170
1174
|
directives: [{
|
|
1171
1175
|
name: "show",
|
|
1172
1176
|
rawName: "v-show",
|
|
@@ -219,7 +219,7 @@ var script = defineComponent({
|
|
|
219
219
|
}
|
|
220
220
|
});
|
|
221
221
|
|
|
222
|
-
var css_248z = "input[data-v-
|
|
222
|
+
var css_248z = "input[data-v-02b0b3d7]{min-width:0;background:0 0;outline:0}";
|
|
223
223
|
styleInject(css_248z);
|
|
224
224
|
|
|
225
225
|
/* script */
|
|
@@ -232,7 +232,7 @@ var __vue_render__ = function () {
|
|
|
232
232
|
return _c('div', {
|
|
233
233
|
ref: 'root',
|
|
234
234
|
class: _vm.rootStyles
|
|
235
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
235
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
236
236
|
attrs: {
|
|
237
237
|
"control-id": _vm.controlAttributes.id,
|
|
238
238
|
"variant": 'input',
|
|
@@ -246,7 +246,9 @@ var __vue_render__ = function () {
|
|
|
246
246
|
},
|
|
247
247
|
proxy: true
|
|
248
248
|
}], null, true)
|
|
249
|
-
}, [_vm.
|
|
249
|
+
}, [_vm._t("label", function () {
|
|
250
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
251
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
250
252
|
ref: 'inputBox',
|
|
251
253
|
class: ['interactivity-select'],
|
|
252
254
|
attrs: {
|
|
@@ -367,7 +369,7 @@ var __vue_render__ = function () {
|
|
|
367
369
|
expression: "!error"
|
|
368
370
|
}],
|
|
369
371
|
class: ['contents']
|
|
370
|
-
}, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
372
|
+
}, [_vm.$slots.hint || _vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
371
373
|
attrs: {
|
|
372
374
|
"disabled": _vm.disabled
|
|
373
375
|
},
|
|
@@ -378,7 +380,9 @@ var __vue_render__ = function () {
|
|
|
378
380
|
},
|
|
379
381
|
proxy: true
|
|
380
382
|
} : null], null, true)
|
|
381
|
-
}, [_vm.
|
|
383
|
+
}, [_vm._t("hint", function () {
|
|
384
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
385
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
382
386
|
directives: [{
|
|
383
387
|
name: "show",
|
|
384
388
|
rawName: "v-show",
|
|
@@ -404,7 +408,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
404
408
|
/* style */
|
|
405
409
|
const __vue_inject_styles__ = undefined;
|
|
406
410
|
/* scoped */
|
|
407
|
-
const __vue_scope_id__ = "data-v-
|
|
411
|
+
const __vue_scope_id__ = "data-v-02b0b3d7";
|
|
408
412
|
/* module identifier */
|
|
409
413
|
const __vue_module_identifier__ = undefined;
|
|
410
414
|
/* functional template */
|
|
@@ -119,7 +119,7 @@ var script = defineComponent({
|
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
var css_248z = "textarea[data-v-
|
|
122
|
+
var css_248z = "textarea[data-v-18fe4348]{min-width:0;background:0 0;outline:0}";
|
|
123
123
|
styleInject(css_248z);
|
|
124
124
|
|
|
125
125
|
/* script */
|
|
@@ -132,7 +132,7 @@ var __vue_render__ = function () {
|
|
|
132
132
|
return _c('div', {
|
|
133
133
|
ref: 'root',
|
|
134
134
|
class: _vm.rootStyles
|
|
135
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
135
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
136
136
|
attrs: {
|
|
137
137
|
"control-id": _vm.controlAttributes.id,
|
|
138
138
|
"variant": 'input',
|
|
@@ -146,7 +146,9 @@ var __vue_render__ = function () {
|
|
|
146
146
|
},
|
|
147
147
|
proxy: true
|
|
148
148
|
}], null, true)
|
|
149
|
-
}, [_vm.
|
|
149
|
+
}, [_vm._t("label", function () {
|
|
150
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
151
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
150
152
|
attrs: {
|
|
151
153
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
152
154
|
"size": _vm.size,
|
|
@@ -209,7 +211,7 @@ var __vue_render__ = function () {
|
|
|
209
211
|
expression: "!error"
|
|
210
212
|
}],
|
|
211
213
|
class: ['contents']
|
|
212
|
-
}, [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
214
|
+
}, [_vm.$slots.hint || _vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
213
215
|
attrs: {
|
|
214
216
|
"disabled": _vm.disabled
|
|
215
217
|
},
|
|
@@ -220,7 +222,9 @@ var __vue_render__ = function () {
|
|
|
220
222
|
},
|
|
221
223
|
proxy: true
|
|
222
224
|
} : null], null, true)
|
|
223
|
-
}, [_vm.
|
|
225
|
+
}, [_vm._t("hint", function () {
|
|
226
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
227
|
+
})], 2)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
224
228
|
directives: [{
|
|
225
229
|
name: "show",
|
|
226
230
|
rawName: "v-show",
|
|
@@ -246,7 +250,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
246
250
|
/* style */
|
|
247
251
|
const __vue_inject_styles__ = undefined;
|
|
248
252
|
/* scoped */
|
|
249
|
-
const __vue_scope_id__ = "data-v-
|
|
253
|
+
const __vue_scope_id__ = "data-v-18fe4348";
|
|
250
254
|
/* module identifier */
|
|
251
255
|
const __vue_module_identifier__ = undefined;
|
|
252
256
|
/* functional template */
|
|
@@ -193,7 +193,7 @@ var __vue_render__ = function () {
|
|
|
193
193
|
return _c('div', {
|
|
194
194
|
ref: 'root',
|
|
195
195
|
class: _vm.rootStyles
|
|
196
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
196
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
197
197
|
attrs: {
|
|
198
198
|
"variant": 'input',
|
|
199
199
|
"required": _vm.required,
|
|
@@ -206,7 +206,9 @@ var __vue_render__ = function () {
|
|
|
206
206
|
},
|
|
207
207
|
proxy: true
|
|
208
208
|
}], null, true)
|
|
209
|
-
}, [_vm.
|
|
209
|
+
}, [_vm._t("label", function () {
|
|
210
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
211
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
210
212
|
directives: [{
|
|
211
213
|
name: "dropdown-open",
|
|
212
214
|
rawName: "v-dropdown-open",
|
|
@@ -329,11 +331,13 @@ var __vue_render__ = function () {
|
|
|
329
331
|
}
|
|
330
332
|
})], 1), _vm._v(" "), _c('div', {
|
|
331
333
|
class: ['grow']
|
|
332
|
-
})], 1), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
334
|
+
})], 1), _vm._v(" "), !_vm.error ? [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
333
335
|
attrs: {
|
|
334
336
|
"disabled": _vm.disabled
|
|
335
337
|
}
|
|
336
|
-
}, [_vm.
|
|
338
|
+
}, [_vm._t("hint", function () {
|
|
339
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
340
|
+
})], 2)] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
337
341
|
attrs: {
|
|
338
342
|
"disabled": _vm.disabled
|
|
339
343
|
}
|
|
@@ -205,7 +205,7 @@ var __vue_render__ = function () {
|
|
|
205
205
|
return _c('div', {
|
|
206
206
|
ref: 'root',
|
|
207
207
|
class: _vm.rootStyles
|
|
208
|
-
}, [_vm.label ? [_c('OrLabel', {
|
|
208
|
+
}, [_vm.$slots.label || _vm.$slots.addon || _vm.label ? [_c('OrLabel', {
|
|
209
209
|
attrs: {
|
|
210
210
|
"variant": 'input',
|
|
211
211
|
"required": _vm.required,
|
|
@@ -218,7 +218,9 @@ var __vue_render__ = function () {
|
|
|
218
218
|
},
|
|
219
219
|
proxy: true
|
|
220
220
|
}], null, true)
|
|
221
|
-
}, [_vm.
|
|
221
|
+
}, [_vm._t("label", function () {
|
|
222
|
+
return [_vm._v("\n " + _vm._s(_vm.label) + "\n ")];
|
|
223
|
+
})], 2)] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
222
224
|
directives: [{
|
|
223
225
|
name: "dropdown-open",
|
|
224
226
|
rawName: "v-dropdown-open",
|
|
@@ -403,11 +405,13 @@ var __vue_render__ = function () {
|
|
|
403
405
|
}
|
|
404
406
|
})], 1), _vm._v(" "), _c('div', {
|
|
405
407
|
class: ['grow']
|
|
406
|
-
})], 1), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
408
|
+
})], 1), _vm._v(" "), !_vm.error ? [_vm.$slots.hint || _vm.hint ? [_c('OrHint', {
|
|
407
409
|
attrs: {
|
|
408
410
|
"disabled": _vm.disabled
|
|
409
411
|
}
|
|
410
|
-
}, [_vm.
|
|
412
|
+
}, [_vm._t("hint", function () {
|
|
413
|
+
return [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")];
|
|
414
|
+
})], 2)] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
411
415
|
attrs: {
|
|
412
416
|
"disabled": _vm.disabled
|
|
413
417
|
}
|
|
@@ -95,7 +95,7 @@ export { default as OrInlineTextareaV3 } from './OrInlineTextareaV3/OrInlineText
|
|
|
95
95
|
export { default as OrInput } from './OrInput/OrInput.js';
|
|
96
96
|
export { default as OrInputBoxV3 } from './OrInputBoxV3/OrInputBox.js';
|
|
97
97
|
export { InputBoxSize, InputBoxVariant } from './OrInputBoxV3/props.js';
|
|
98
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
98
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-32963774.js';
|
|
99
99
|
export { default as OrLabel } from './OrLabel/OrLabel.js';
|
|
100
100
|
export { default as OrLabelV3 } from './OrLabelV3/OrLabel.js';
|
|
101
101
|
export { LabelVariant } from './OrLabelV3/props.js';
|
|
@@ -103,7 +103,7 @@ export { default as OrLinkV3 } from './OrLinkV3/OrLink.js';
|
|
|
103
103
|
export { LinkColor } from './OrLinkV3/props.js';
|
|
104
104
|
export { default as OrList } from './OrList/OrList.js';
|
|
105
105
|
export { default as OrListOfInputs } from './OrListOfInputs/OrListOfInputs.js';
|
|
106
|
-
export { O as OrListItem, _ as OrListV3 } from '../OrList-
|
|
106
|
+
export { O as OrListItem, _ as OrListV3 } from '../OrList-b7b7017a.js';
|
|
107
107
|
export { default as OrLoader } from './OrLoader/OrLoader.js';
|
|
108
108
|
export { LoaderViews } from './OrLoader/constants.js';
|
|
109
109
|
export { default as OrLoaderV3 } from './OrLoaderV3/OrLoader.js';
|
package/dist/bundled/v2/index.js
CHANGED
|
@@ -33,7 +33,7 @@ export { default as OrInlineTextEdit } from './components/OrInlineTextEdit/OrInl
|
|
|
33
33
|
export { default as OrInlineTextareaV3 } from './components/OrInlineTextareaV3/OrInlineTextarea.js';
|
|
34
34
|
export { default as OrLinkV3 } from './components/OrLinkV3/OrLink.js';
|
|
35
35
|
export { default as OrListOfInputs } from './components/OrListOfInputs/OrListOfInputs.js';
|
|
36
|
-
export { O as OrListItem, _ as OrListV3 } from './OrList-
|
|
36
|
+
export { O as OrListItem, _ as OrListV3 } from './OrList-b7b7017a.js';
|
|
37
37
|
export { default as OrNotification } from './components/OrNotification/OrNotification.js';
|
|
38
38
|
export { default as OrNotificationV3 } from './components/OrNotificationV3/OrNotification.js';
|
|
39
39
|
export { default as OrNumberInput } from './components/OrNumberInput/OrNumberInput.js';
|
|
@@ -147,7 +147,7 @@ export { InlineTextEditTrimmingTypes, InlineTextEditTypes } from './components/O
|
|
|
147
147
|
export { default as OrInput } from './components/OrInput/OrInput.js';
|
|
148
148
|
export { default as OrInputBoxV3 } from './components/OrInputBoxV3/OrInputBox.js';
|
|
149
149
|
export { InputBoxSize, InputBoxVariant } from './components/OrInputBoxV3/props.js';
|
|
150
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
150
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-32963774.js';
|
|
151
151
|
export { default as OrLabel } from './components/OrLabel/OrLabel.js';
|
|
152
152
|
export { default as OrLabelV3 } from './components/OrLabelV3/OrLabel.js';
|
|
153
153
|
export { LabelVariant } from './components/OrLabelV3/props.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCardCollectionV3-
|
|
1
|
+
export { s as default } from '../OrCardCollectionV3-736a4eb8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-736a4eb8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-736a4eb8.js';
|