@onereach/ui-components 20.1.1 → 20.1.3
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/esm/components/OrAutocompleteV3-a5edfe9f.js +919 -0
- package/dist/{esm-deps/components/or-editor-tabs-v3/index.js → esm/components/OrEditorTabsV3-743f0eb4.js} +124 -34
- package/dist/esm/components/OrInlineInputV3-e5c2b0c8.js +292 -0
- package/dist/{esm-deps → esm}/components/index.js +51 -83
- package/dist/esm/components/or-autocomplete-v3/index.js +29 -0
- package/dist/{esm-deps → esm}/components/or-avatar-v3/index.js +48 -4
- package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/index.js +50 -4
- package/dist/esm/components/or-button-group-v3/index.js +92 -0
- package/dist/{esm-deps → esm}/components/or-button-v3/index.js +84 -4
- package/dist/{esm-deps → esm}/components/or-card-collection-v3/index.js +96 -87
- package/dist/{esm-deps → esm}/components/or-card-v3/index.js +13 -1
- package/dist/esm/components/or-checkbox-group-v3/index.js +116 -0
- package/dist/esm/components/or-checkbox-tree-v3/index.js +235 -0
- package/dist/{esm-deps → esm}/components/or-checkbox-v3/index.js +68 -7
- package/dist/esm/components/or-code-v3/index.js +496 -0
- package/dist/esm/components/or-combined-input-v3/index.js +123 -0
- package/dist/{esm-deps → esm}/components/or-confirm-v3/index.js +84 -40
- package/dist/{esm-deps → esm}/components/or-context-menu-v3/index.js +42 -11
- package/dist/esm/components/or-data-grid-v3/index.js +1378 -0
- package/dist/esm/components/or-date-format-v3/index.js +93 -0
- package/dist/esm/components/or-date-picker-v3/index.js +345 -0
- package/dist/esm/components/or-date-range-picker-v3/index.js +430 -0
- package/dist/esm/components/or-date-time-format-v3/index.js +100 -0
- package/dist/esm/components/or-date-time-picker-v3/index.js +1522 -0
- package/dist/{esm-deps → esm}/components/or-drawer-v3/index.js +43 -4
- package/dist/{esm-deps → esm}/components/or-drop-area-v3/index.js +84 -5
- package/dist/esm/components/or-editor-tabs-v3/index.js +31 -0
- package/dist/{esm-deps → esm}/components/or-empty-state-v3/index.js +24 -1
- package/dist/esm/components/or-error-tag-v3/index.js +53 -0
- package/dist/{esm-deps → esm}/components/or-error-v3/index.js +17 -1
- package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/index.js +70 -5
- package/dist/esm/components/or-fab-v3/index.js +114 -0
- package/dist/{esm-deps/components/or-filter-v3 → esm/components/or-filter-popover-v3}/index.js +144 -129
- package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/index.js +54 -15
- package/dist/esm/components/or-filter-v3/index.js +128 -0
- package/dist/esm/components/or-form-group-v3/index.js +111 -0
- package/dist/{esm-deps → esm}/components/or-hint-v3/index.js +17 -1
- package/dist/{esm-deps → esm}/components/or-icon-button-v3/index.js +53 -13
- package/dist/{esm-deps → esm}/components/or-icon-v3/index.js +12 -1
- package/dist/{esm-deps → esm}/components/or-indicator-v3/index.js +15 -2
- package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/index.js +14 -1
- package/dist/esm/components/or-inline-input-v3/index.js +29 -0
- package/dist/esm/components/or-inline-textarea-v3/index.js +248 -0
- package/dist/{esm-deps → esm}/components/or-input-box-v3/index.js +54 -6
- package/dist/{esm-deps/OrInput-4fcaf87c.js → esm/components/or-input-v3/index.js} +202 -3
- package/dist/{esm-deps → esm}/components/or-label-v3/index.js +24 -1
- package/dist/{esm-deps → esm}/components/or-link-v3/index.js +18 -1
- package/dist/esm/components/or-list-v3/index.js +294 -0
- package/dist/esm/components/or-loader-v3/index.js +190 -0
- package/dist/{esm-deps → esm}/components/or-menu-item-v3/index.js +61 -13
- package/dist/esm/components/or-menu-v3/index.js +128 -0
- package/dist/{esm-deps → esm}/components/or-modal-v3/index.js +61 -20
- package/dist/{esm-deps → esm}/components/or-notification-v3/index.js +47 -16
- package/dist/esm/components/or-overlay-v3/index.js +92 -0
- package/dist/esm/components/or-pagination-v3/index.js +356 -0
- package/dist/{esm-deps → esm}/components/or-popover-v3/OrPopover.vue.d.ts +9 -0
- package/dist/esm/components/or-popover-v3/index.js +448 -0
- package/dist/{esm-deps → esm}/components/or-progress-v3/index.js +101 -3
- package/dist/esm/components/or-radio-group-v3/index.js +116 -0
- package/dist/{esm-deps → esm}/components/or-radio-v3/index.js +72 -7
- package/dist/{esm-deps → esm}/components/or-range-slider-v3/index.js +120 -11
- package/dist/{esm-deps → esm}/components/or-rating-v3/index.js +60 -5
- package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/index.js +56 -13
- package/dist/esm/components/or-rich-text-editor-v3/index.js +1250 -0
- package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/index.js +58 -9
- package/dist/{esm-deps → esm}/components/or-search-v3/index.js +40 -24
- package/dist/{esm-deps → esm}/components/or-segmented-control-v3/index.js +51 -6
- package/dist/{esm-deps → esm}/components/or-select-v3/index.js +293 -99
- package/dist/{esm-deps → esm}/components/or-sidebar-v3/index.js +58 -52
- package/dist/esm/components/or-skeleton-v3/index.js +250 -0
- package/dist/{esm-deps → esm}/components/or-slider-v3/index.js +103 -11
- package/dist/esm/components/or-sorting-v3/index.js +137 -0
- package/dist/{esm-deps → esm}/components/or-status-v3/index.js +18 -3
- package/dist/{esm-deps → esm}/components/or-switch-v3/index.js +79 -8
- package/dist/{esm-deps → esm}/components/or-tab-v3/index.js +18 -1
- package/dist/{esm-deps → esm}/components/or-tabs-v3/index.js +94 -42
- package/dist/{esm-deps → esm}/components/or-tag-input-v3/index.js +144 -24
- package/dist/{esm-deps → esm}/components/or-tag-v3/index.js +51 -16
- package/dist/esm/components/or-tags-v3/index.js +252 -0
- package/dist/esm/components/or-teleport-v3/index.js +27 -0
- package/dist/{esm-deps → esm}/components/or-text-v3/index.js +17 -1
- package/dist/esm/components/or-textarea-v3/index.js +265 -0
- package/dist/esm/components/or-time-format-v3/index.js +93 -0
- package/dist/esm/components/or-time-picker-v3/index.js +340 -0
- package/dist/esm/components/or-time-range-picker-v3/index.js +415 -0
- package/dist/{esm-deps → esm}/components/or-toast-v3/index.js +62 -22
- package/dist/{esm-deps → esm}/components/or-tooltip-v3/index.js +54 -10
- package/dist/{esm-deps → esm}/components/or-tree-v3/index.js +55 -8
- package/dist/esm/constants.d.ts +2 -0
- package/dist/esm/index.js +129 -0
- package/package.json +11 -12
- package/src/constants.ts +1 -1
- package/dist/esm-deps/OrButton-91f48227.js +0 -39
- package/dist/esm-deps/OrCheckbox-cfd587f1.js +0 -43
- package/dist/esm-deps/OrDateTimePicker.vue_vue_type_script_lang-92237043.js +0 -275
- package/dist/esm-deps/OrDateTimePickerMonthSelect-8ff9ca1b.js +0 -507
- package/dist/esm-deps/OrDateTimePickerPopoverHeader-b4f2d13e.js +0 -162
- package/dist/esm-deps/OrDateTimePickerTimeSelect-92ce3cf8.js +0 -382
- package/dist/esm-deps/OrFormGroup-081248a1.js +0 -38
- package/dist/esm-deps/OrHint-fcdf591c.js +0 -35
- package/dist/esm-deps/OrIcon-cd8db2b5.js +0 -13
- package/dist/esm-deps/OrIconButton-b7d4175c.js +0 -34
- package/dist/esm-deps/OrIndicator-c4efdee9.js +0 -16
- package/dist/esm-deps/OrInlineInputBox-d9dc104a.js +0 -15
- package/dist/esm-deps/OrInputBox-e79531c2.js +0 -34
- package/dist/esm-deps/OrLabel-d50a3ebb.js +0 -25
- package/dist/esm-deps/OrLoader-4e331586.js +0 -75
- package/dist/esm-deps/OrMenu-13beee12.js +0 -26
- package/dist/esm-deps/OrMenuItem-c40a275b.js +0 -44
- package/dist/esm-deps/OrModal-b06077ec.js +0 -37
- package/dist/esm-deps/OrOverlay-d67e7093.js +0 -19
- package/dist/esm-deps/OrPopover-bd078650.js +0 -38
- package/dist/esm-deps/OrSearch-8e817fad.js +0 -25
- package/dist/esm-deps/OrSkeletonText.vue_vue_type_script_lang-890c25e3.js +0 -104
- package/dist/esm-deps/OrTagInput-4439b294.js +0 -133
- package/dist/esm-deps/OrTags-995e4846.js +0 -73
- package/dist/esm-deps/OrTooltip-62181b78.js +0 -32
- package/dist/esm-deps/components/or-autocomplete-v3/index.js +0 -383
- package/dist/esm-deps/components/or-button-group-v3/index.js +0 -55
- package/dist/esm-deps/components/or-checkbox-group-v3/index.js +0 -155
- package/dist/esm-deps/components/or-checkbox-tree-v3/index.js +0 -148
- package/dist/esm-deps/components/or-code-v3/index.js +0 -1413
- package/dist/esm-deps/components/or-combined-input-v3/index.js +0 -83
- package/dist/esm-deps/components/or-data-grid-v3/index.js +0 -2111
- package/dist/esm-deps/components/or-date-format-v3/index.js +0 -55
- package/dist/esm-deps/components/or-date-picker-v3/index.js +0 -232
- package/dist/esm-deps/components/or-date-range-picker-v3/index.js +0 -278
- package/dist/esm-deps/components/or-date-time-format-v3/index.js +0 -63
- package/dist/esm-deps/components/or-date-time-picker-v3/index.js +0 -48
- package/dist/esm-deps/components/or-error-tag-v3/index.js +0 -37
- package/dist/esm-deps/components/or-fab-v3/index.js +0 -64
- package/dist/esm-deps/components/or-filter-popover-v3/index.js +0 -146
- package/dist/esm-deps/components/or-form-group-v3/index.js +0 -77
- package/dist/esm-deps/components/or-inline-input-v3/index.js +0 -220
- package/dist/esm-deps/components/or-inline-textarea-v3/index.js +0 -174
- package/dist/esm-deps/components/or-input-v3/index.js +0 -206
- package/dist/esm-deps/components/or-list-v3/index.js +0 -3307
- package/dist/esm-deps/components/or-loader-v3/index.js +0 -117
- package/dist/esm-deps/components/or-menu-v3/index.js +0 -90
- package/dist/esm-deps/components/or-overlay-v3/index.js +0 -63
- package/dist/esm-deps/components/or-pagination-v3/index.js +0 -232
- package/dist/esm-deps/components/or-popover-v3/index.js +0 -1010
- package/dist/esm-deps/components/or-radio-group-v3/index.js +0 -115
- package/dist/esm-deps/components/or-rich-text-editor-v3/index.js +0 -14305
- package/dist/esm-deps/components/or-skeleton-v3/index.js +0 -91
- package/dist/esm-deps/components/or-sorting-v3/index.js +0 -92
- package/dist/esm-deps/components/or-tags-v3/index.js +0 -210
- package/dist/esm-deps/components/or-teleport-v3/index.js +0 -17
- package/dist/esm-deps/components/or-textarea-v3/index.js +0 -174
- package/dist/esm-deps/components/or-time-format-v3/index.js +0 -55
- package/dist/esm-deps/components/or-time-picker-v3/index.js +0 -226
- package/dist/esm-deps/components/or-time-range-picker-v3/index.js +0 -265
- package/dist/esm-deps/constants-57e8b5da.js +0 -6
- package/dist/esm-deps/constants.d.ts +0 -2
- package/dist/esm-deps/dom-CwV-xS38-5babad01.js +0 -72
- package/dist/esm-deps/dropdown-open-k6cFnrqA-b1726667.js +0 -17
- package/dist/esm-deps/extractCssVarName-IHa2pGlF-614fb8d2.js +0 -85
- package/dist/esm-deps/formatDate-0536a8d5.js +0 -11
- package/dist/esm-deps/formatTime-6d5fedb0.js +0 -14
- package/dist/esm-deps/getNextMonthDate-25fe3c1a.js +0 -6
- package/dist/esm-deps/index-df637b06.js +0 -407
- package/dist/esm-deps/index-f0e8521b.js +0 -19754
- package/dist/esm-deps/index.js +0 -2658
- package/dist/esm-deps/props-bba3dca8.js +0 -21
- package/dist/esm-deps/searchItemsByLabel-BhinsABA-b8049fb6.js +0 -11
- package/dist/esm-deps/style-inject.es-87955792.js +0 -26
- package/dist/esm-deps/types-75a1cc13.js +0 -14
- package/dist/esm-deps/types-98e9a758.js +0 -18
- package/dist/esm-deps/useValidationAttributes-DxhcSj_h-3380c3cf.js +0 -4004
- /package/dist/{esm-deps → esm}/components/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-avatar-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-avatar-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-avatar-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-group-v3/OrButtonGroup.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-group-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-group-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-v3/OrButton.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-button-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/OrCardCollection.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-collection-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-v3/OrCard.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-card-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-group-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-v3/OrCheckbox.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-checkbox-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/OrCode.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/libs.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/partials/OrCodeControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-code-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-combined-input-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-combined-input-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-confirm-v3/OrConfirm.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-confirm-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-confirm-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-confirm-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-context-menu-v3/OrContextMenu.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-context-menu-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/OrDataGrid.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-data-grid-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-format-v3/OrDateFormat.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-format-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-format-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-picker-v3/OrDatePicker.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-picker-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-picker-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatDate.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatTime.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/scrollToElementWithinContainer.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drawer-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drawer-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drawer-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/OrDropArea.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/utils/approximateFileSize.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-drop-area-v3/utils/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-empty-state-v3/OrEmptyState.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-empty-state-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-empty-state-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-empty-state-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-empty-state-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-tag-v3/OrErrorTag.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-tag-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-tag-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-v3/OrError.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-error-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-fab-v3/OrFab.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-fab-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-fab-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-fab-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-fab-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-v3/OrFilter.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-filter-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-form-group-v3/OrFormGroup.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-form-group-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-form-group-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-form-group-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-hint-v3/OrHint.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-hint-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-hint-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-button-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-button-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-button-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-button-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-v3/OrIcon.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-icon-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-indicator-v3/OrIndicator.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-indicator-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-indicator-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-indicator-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-v3/OrInlineInput.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-input-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/OrInputBox.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-box-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-v3/OrInput.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-input-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-label-v3/OrLabel.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-label-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-label-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-label-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-link-v3/OrLink.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-link-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-link-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-link-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/OrList.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/partials/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/partials/or-list-item/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-list-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-loader-v3/OrLoader.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-loader-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-loader-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-loader-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-item-v3/OrMenuItem.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-item-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-item-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-v3/OrMenu.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-menu-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/OrModal.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-modal-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-notification-v3/OrNotification.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-notification-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-notification-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-notification-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-overlay-v3/OrOverlay.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-overlay-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-overlay-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-overlay-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-pagination-v3/OrPagination.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-pagination-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-pagination-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-pagination-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/hooks/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/hooks/useFloating.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/utils/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-popover-v3/utils/isPrevented.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-progress-v3/OrProgress.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-progress-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-progress-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-progress-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-group-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-group-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-v3/OrRadio.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-radio-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-range-slider-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-range-slider-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-range-slider-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rating-v3/OrRating.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rating-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rating-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rating-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-search-v3/OrSearch.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-search-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-search-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/constants.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/OrSelect.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-select-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sidebar-v3/OrSidebar.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sidebar-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sidebar-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sidebar-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-skeleton-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-slider-v3/OrSlider.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-slider-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-slider-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-slider-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sorting-v3/OrSorting.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sorting-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sorting-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-sorting-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-status-v3/OrStatus.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-status-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-status-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-status-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-switch-v3/OrSwitch.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-switch-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-switch-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-switch-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tab-v3/OrTab.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tab-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tab-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tabs-v3/OrTabs.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tabs-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tabs-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tabs-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tabs-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-input-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-input-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-input-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-v3/OrTag.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tag-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/OrTags.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tags-v3/utils/castToTag.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-teleport-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-text-v3/OrText.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-text-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-text-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-textarea-v3/OrTextarea.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-textarea-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-textarea-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-textarea-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-format-v3/OrTimeFormat.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-format-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-format-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-picker-v3/OrTimePicker.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-picker-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-picker-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/OrToast.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/Timer.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useQueue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useToast.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useToastEventBus.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/or-toast-container-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/props.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-toast-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tooltip-v3/OrTooltip.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tooltip-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tooltip-v3/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/OrTree.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/index.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/styles.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/utils.d.ts +0 -0
- /package/dist/{esm-deps → esm}/components/or-tree-v3/types.d.ts +0 -0
- /package/dist/{esm-deps → esm}/index.d.ts +0 -0
|
@@ -1,2111 +0,0 @@
|
|
|
1
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createTextVNode, createVNode, withCtx, toDisplayString, Fragment, renderList, createBlock, createCommentVNode, normalizeStyle, normalizeProps, guardReactiveProps, renderSlot, withModifiers, defineComponent, ref, computed, resolveDirective, withDirectives, vShow, mergeProps, watch } from 'vue';
|
|
2
|
-
import '../../OrCheckbox-cfd587f1.js';
|
|
3
|
-
import { OrCheckboxV3 as script$o } from '../or-checkbox-v3/index.js';
|
|
4
|
-
import { OrDatePickerV3 as script$j } from '../or-date-picker-v3/index.js';
|
|
5
|
-
import { s as script$i } from '../../OrDateTimePicker.vue_vue_type_script_lang-92237043.js';
|
|
6
|
-
import '../../OrInput-4fcaf87c.js';
|
|
7
|
-
import { OrInputV3 as script$p } from '../or-input-v3/index.js';
|
|
8
|
-
import { OrRatingV3 as script$k } from '../or-rating-v3/index.js';
|
|
9
|
-
import { OrSelectV3 as script$l } from '../or-select-v3/index.js';
|
|
10
|
-
import { OrSwitchV3 as script$m } from '../or-switch-v3/index.js';
|
|
11
|
-
import { s as styleInject } from '../../style-inject.es-87955792.js';
|
|
12
|
-
import '../../OrTagInput-4439b294.js';
|
|
13
|
-
import { OrTagInputV3 as script$q } from '../or-tag-input-v3/index.js';
|
|
14
|
-
import { OrTimePickerV3 as script$n } from '../or-time-picker-v3/index.js';
|
|
15
|
-
import { useElementSize } from '@vueuse/core';
|
|
16
|
-
import '../../OrIcon-cd8db2b5.js';
|
|
17
|
-
import { OrIconV3 as script$r } from '../or-icon-v3/index.js';
|
|
18
|
-
import { OrPaginationV3 as script$f } from '../or-pagination-v3/index.js';
|
|
19
|
-
import '../../OrSearch-8e817fad.js';
|
|
20
|
-
import { OrSearchV3 as script$s } from '../or-search-v3/index.js';
|
|
21
|
-
import { s as script$g } from '../../OrSkeletonText.vue_vue_type_script_lang-890c25e3.js';
|
|
22
|
-
import { OrNotificationV3 as script$h } from '../or-notification-v3/index.js';
|
|
23
|
-
import '../../useValidationAttributes-DxhcSj_h-3380c3cf.js';
|
|
24
|
-
import '../../dom-CwV-xS38-5babad01.js';
|
|
25
|
-
import 'lodash/get';
|
|
26
|
-
import 'lodash/isElement';
|
|
27
|
-
import '../../extractCssVarName-IHa2pGlF-614fb8d2.js';
|
|
28
|
-
import '../../OrLabel-d50a3ebb.js';
|
|
29
|
-
import '../or-label-v3/index.js';
|
|
30
|
-
import '../../dropdown-open-k6cFnrqA-b1726667.js';
|
|
31
|
-
import '../../OrDateTimePickerMonthSelect-8ff9ca1b.js';
|
|
32
|
-
import '../../formatDate-0536a8d5.js';
|
|
33
|
-
import '../../OrButton-91f48227.js';
|
|
34
|
-
import '../or-button-v3/index.js';
|
|
35
|
-
import '../../props-bba3dca8.js';
|
|
36
|
-
import '../../constants-57e8b5da.js';
|
|
37
|
-
import '../../OrLoader-4e331586.js';
|
|
38
|
-
import '../or-loader-v3/index.js';
|
|
39
|
-
import '../../OrIconButton-b7d4175c.js';
|
|
40
|
-
import '../or-icon-button-v3/index.js';
|
|
41
|
-
import '../../OrTooltip-62181b78.js';
|
|
42
|
-
import '../or-tooltip-v3/index.js';
|
|
43
|
-
import '../or-popover-v3/index.js';
|
|
44
|
-
import '@floating-ui/core';
|
|
45
|
-
import '@floating-ui/utils';
|
|
46
|
-
import '@floating-ui/utils/dom';
|
|
47
|
-
import '../or-bottom-sheet-v3/index.js';
|
|
48
|
-
import '../../OrOverlay-d67e7093.js';
|
|
49
|
-
import '../or-overlay-v3/index.js';
|
|
50
|
-
import '../or-teleport-v3/index.js';
|
|
51
|
-
import '../../OrPopover-bd078650.js';
|
|
52
|
-
import '../../OrMenu-13beee12.js';
|
|
53
|
-
import '../or-menu-v3/index.js';
|
|
54
|
-
import '../../OrMenuItem-c40a275b.js';
|
|
55
|
-
import '../or-menu-item-v3/index.js';
|
|
56
|
-
import '../../OrDateTimePickerPopoverHeader-b4f2d13e.js';
|
|
57
|
-
import '../../OrHint-fcdf591c.js';
|
|
58
|
-
import '../or-error-v3/index.js';
|
|
59
|
-
import '../or-hint-v3/index.js';
|
|
60
|
-
import '../../OrInputBox-e79531c2.js';
|
|
61
|
-
import '../or-input-box-v3/index.js';
|
|
62
|
-
import '../../types-98e9a758.js';
|
|
63
|
-
import '../../OrDateTimePickerTimeSelect-92ce3cf8.js';
|
|
64
|
-
import '../../formatTime-6d5fedb0.js';
|
|
65
|
-
import '../../searchItemsByLabel-BhinsABA-b8049fb6.js';
|
|
66
|
-
import '../../OrTags-995e4846.js';
|
|
67
|
-
import '../or-tags-v3/index.js';
|
|
68
|
-
import '../or-tag-v3/index.js';
|
|
69
|
-
import '../or-expansion-panel-v3/index.js';
|
|
70
|
-
import 'lodash/range';
|
|
71
|
-
import '../../OrIndicator-c4efdee9.js';
|
|
72
|
-
import '../or-indicator-v3/index.js';
|
|
73
|
-
|
|
74
|
-
const _hoisted_1$c = {
|
|
75
|
-
key: 0,
|
|
76
|
-
class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm'])
|
|
77
|
-
};
|
|
78
|
-
function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
79
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
80
|
-
const _component_OrButton = resolveComponent("OrButton");
|
|
81
|
-
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
82
|
-
const _component_OrMenu = resolveComponent("OrMenu");
|
|
83
|
-
return openBlock(), createElementBlock("div", {
|
|
84
|
-
ref: 'root',
|
|
85
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
86
|
-
}, [createElementVNode("div", {
|
|
87
|
-
class: normalizeClass(_ctx.limitGroupStyles)
|
|
88
|
-
}, [_ctx.features.limit ? (openBlock(), createElementBlock("div", _hoisted_1$c, [createTextVNode(" Per page: "), createVNode(_component_OrButton, {
|
|
89
|
-
ref: 'limitButton',
|
|
90
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
91
|
-
variant: 'link',
|
|
92
|
-
color: 'inherit',
|
|
93
|
-
activated: true,
|
|
94
|
-
onClick: _cache[0] || (_cache[0] = $event => _ctx.limitMenu && _ctx.limitMenu.toggle())
|
|
95
|
-
}, {
|
|
96
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLimit) + " ", 1 /* TEXT */), createVNode(_component_OrIcon, {
|
|
97
|
-
icon: _ctx.limitMenu && _ctx.limitMenu.state === 'open' ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
98
|
-
}, null, 8 /* PROPS */, ["icon"])]),
|
|
99
|
-
_: 1 /* STABLE */
|
|
100
|
-
}, 8 /* PROPS */, ["class"]), createVNode(_component_OrMenu, {
|
|
101
|
-
ref: 'limitMenu',
|
|
102
|
-
"additional-styles": ['min-w-[60px]'],
|
|
103
|
-
trigger: _ctx.limitButtonRoot,
|
|
104
|
-
placement: 'top'
|
|
105
|
-
}, {
|
|
106
|
-
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, limit => {
|
|
107
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
108
|
-
key: limit,
|
|
109
|
-
selected: _ctx.currentLimit === limit,
|
|
110
|
-
onClick: $event => {
|
|
111
|
-
_ctx.currentLimit = limit;
|
|
112
|
-
_ctx.limitMenu && _ctx.limitMenu.close();
|
|
113
|
-
}
|
|
114
|
-
}, {
|
|
115
|
-
default: withCtx(() => [createTextVNode(toDisplayString(limit), 1 /* TEXT */)]),
|
|
116
|
-
_: 2 /* DYNAMIC */
|
|
117
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "onClick"]);
|
|
118
|
-
}), 128 /* KEYED_FRAGMENT */))]),
|
|
119
|
-
_: 1 /* STABLE */
|
|
120
|
-
}, 8 /* PROPS */, ["trigger"])])) : createCommentVNode("v-if", true), _ctx.features.range ? (openBlock(), createElementBlock(Fragment, {
|
|
121
|
-
key: 1
|
|
122
|
-
}, [createTextVNode(toDisplayString(_ctx.currentOffset + 1) + "-" + toDisplayString(Math.min(_ctx.currentOffset + _ctx.currentLimit, _ctx.length)) + " of " + toDisplayString(_ctx.length), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
|
|
123
|
-
class: normalizeClass(_ctx.offsetGroupStyles)
|
|
124
|
-
}, [createVNode(_component_OrButton, {
|
|
125
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
126
|
-
variant: 'link',
|
|
127
|
-
color: 'inherit',
|
|
128
|
-
disabled: _ctx.currentPage === _ctx.firstPage,
|
|
129
|
-
onClick: _cache[1] || (_cache[1] = $event => _ctx.toPreviousPage())
|
|
130
|
-
}, {
|
|
131
|
-
default: withCtx(() => [createVNode(_component_OrIcon, {
|
|
132
|
-
icon: 'keyboard_arrow_left'
|
|
133
|
-
})]),
|
|
134
|
-
_: 1 /* STABLE */
|
|
135
|
-
}, 8 /* PROPS */, ["class", "disabled"]), _ctx.isDesktop ? (openBlock(true), createElementBlock(Fragment, {
|
|
136
|
-
key: 0
|
|
137
|
-
}, renderList(_ctx.buttonGroup, (page, index) => {
|
|
138
|
-
return openBlock(), createBlock(_component_OrButton, {
|
|
139
|
-
key: index,
|
|
140
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
141
|
-
variant: 'link',
|
|
142
|
-
color: 'inherit',
|
|
143
|
-
activated: _ctx.currentPage === page,
|
|
144
|
-
onClick: $event => typeof page === 'number' && _ctx.toPage(page)
|
|
145
|
-
}, {
|
|
146
|
-
default: withCtx(() => [createTextVNode(toDisplayString(page), 1 /* TEXT */)]),
|
|
147
|
-
_: 2 /* DYNAMIC */
|
|
148
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "activated", "onClick"]);
|
|
149
|
-
}), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true), _ctx.isMobile ? (openBlock(), createElementBlock(Fragment, {
|
|
150
|
-
key: 1
|
|
151
|
-
}, [createVNode(_component_OrButton, {
|
|
152
|
-
ref: 'offsetButton',
|
|
153
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
154
|
-
variant: 'link',
|
|
155
|
-
color: 'inherit',
|
|
156
|
-
activated: true,
|
|
157
|
-
onClick: _cache[2] || (_cache[2] = $event => _ctx.offsetMenu && _ctx.offsetMenu.open())
|
|
158
|
-
}, {
|
|
159
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentPage) + " ", 1 /* TEXT */), createVNode(_component_OrIcon, {
|
|
160
|
-
icon: _ctx.offsetMenu && _ctx.offsetMenu.state === 'open' ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
161
|
-
}, null, 8 /* PROPS */, ["icon"])]),
|
|
162
|
-
_: 1 /* STABLE */
|
|
163
|
-
}, 8 /* PROPS */, ["class"]), createVNode(_component_OrMenu, {
|
|
164
|
-
ref: 'offsetMenu',
|
|
165
|
-
"additional-styles": ['min-w-[60px]'],
|
|
166
|
-
trigger: _ctx.offsetButtonRoot,
|
|
167
|
-
placement: 'top'
|
|
168
|
-
}, {
|
|
169
|
-
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.lastPage, page => {
|
|
170
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
171
|
-
key: page,
|
|
172
|
-
selected: _ctx.currentPage === page,
|
|
173
|
-
onClick: $event => {
|
|
174
|
-
_ctx.currentPage = page;
|
|
175
|
-
_ctx.offsetMenu && _ctx.offsetMenu.close();
|
|
176
|
-
}
|
|
177
|
-
}, {
|
|
178
|
-
default: withCtx(() => [createTextVNode(toDisplayString(page), 1 /* TEXT */)]),
|
|
179
|
-
_: 2 /* DYNAMIC */
|
|
180
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "onClick"]);
|
|
181
|
-
}), 128 /* KEYED_FRAGMENT */))]),
|
|
182
|
-
_: 1 /* STABLE */
|
|
183
|
-
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), createVNode(_component_OrButton, {
|
|
184
|
-
class: normalizeClass(_ctx.itemStyles),
|
|
185
|
-
variant: 'link',
|
|
186
|
-
color: 'inherit',
|
|
187
|
-
disabled: _ctx.currentPage === _ctx.lastPage,
|
|
188
|
-
onClick: _cache[3] || (_cache[3] = $event => _ctx.toNextPage())
|
|
189
|
-
}, {
|
|
190
|
-
default: withCtx(() => [createVNode(_component_OrIcon, {
|
|
191
|
-
icon: 'keyboard_arrow_right'
|
|
192
|
-
})]),
|
|
193
|
-
_: 1 /* STABLE */
|
|
194
|
-
}, 8 /* PROPS */, ["class", "disabled"])], 2 /* CLASS */)], 2 /* CLASS */);
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
script$f.render = render$m;
|
|
198
|
-
script$f.__file = "src/components/or-pagination-v3/OrPagination.vue";
|
|
199
|
-
|
|
200
|
-
function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
201
|
-
return openBlock(), createElementBlock("div", {
|
|
202
|
-
ref: 'root',
|
|
203
|
-
class: normalizeClass(_ctx.containerStyles),
|
|
204
|
-
style: normalizeStyle(_ctx.containerStyle)
|
|
205
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.lineKeys, key => {
|
|
206
|
-
return openBlock(), createElementBlock("div", {
|
|
207
|
-
key: key,
|
|
208
|
-
class: normalizeClass(_ctx.rowStyles),
|
|
209
|
-
style: normalizeStyle(_ctx.rowStyle)
|
|
210
|
-
}, null, 6 /* CLASS, STYLE */);
|
|
211
|
-
}), 128 /* KEYED_FRAGMENT */))], 6 /* CLASS, STYLE */);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
script$g.render = render$l;
|
|
215
|
-
script$g.__file = "src/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue";
|
|
216
|
-
|
|
217
|
-
const _hoisted_1$b = {
|
|
218
|
-
class: /*#__PURE__*/normalizeClass(['mt-[2px] md:mt-[2.5px]'])
|
|
219
|
-
};
|
|
220
|
-
const _hoisted_2$3 = {
|
|
221
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
222
|
-
};
|
|
223
|
-
const _hoisted_3$1 = {
|
|
224
|
-
class: /*#__PURE__*/normalizeClass(['mt-[2px] md:mt-[2.5px]'])
|
|
225
|
-
};
|
|
226
|
-
function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
227
|
-
const _component_OrIndicator = resolveComponent("OrIndicator");
|
|
228
|
-
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
229
|
-
return openBlock(), createElementBlock("div", {
|
|
230
|
-
ref: 'root',
|
|
231
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
232
|
-
}, [createElementVNode("div", _hoisted_1$b, [createVNode(_component_OrIndicator, normalizeProps(guardReactiveProps(_ctx.indicatorProps)), null, 16 /* FULL_PROPS */)]), createElementVNode("div", _hoisted_2$3, [renderSlot(_ctx.$slots, "default", {}, () => [createTextVNode(toDisplayString(_ctx.message), 1 /* TEXT */)])]), createElementVNode("div", _hoisted_3$1, [!_ctx.disableClose ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
233
|
-
key: 0,
|
|
234
|
-
icon: 'close',
|
|
235
|
-
size: 'm',
|
|
236
|
-
onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.$emit('close'), ["stop"]))
|
|
237
|
-
})) : createCommentVNode("v-if", true)])], 2 /* CLASS */);
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
script$h.render = render$k;
|
|
241
|
-
script$h.__file = "src/components/or-notification-v3/OrNotification.vue";
|
|
242
|
-
|
|
243
|
-
const DataGridFooter = [
|
|
244
|
-
// Layout
|
|
245
|
-
'layout-row',
|
|
246
|
-
// Interactivity
|
|
247
|
-
'interactivity-default',
|
|
248
|
-
// Box
|
|
249
|
-
'h-[calc(theme(spacing.2xl)+theme(spacing.xs))]',
|
|
250
|
-
// Spacing
|
|
251
|
-
'px-sm+', 'py-0', 'gap-xl',
|
|
252
|
-
// Theme
|
|
253
|
-
'theme-border-disabled border-t-1', 'dark:theme-border-disabled-dark'];
|
|
254
|
-
const DataGridFooterStatus = [
|
|
255
|
-
// Typography
|
|
256
|
-
'typography-body-2-semibold'];
|
|
257
|
-
|
|
258
|
-
var script$e = defineComponent({
|
|
259
|
-
name: 'OrDataGridFooter',
|
|
260
|
-
expose: ['root'],
|
|
261
|
-
setup() {
|
|
262
|
-
// Refs & Styles
|
|
263
|
-
const root = ref();
|
|
264
|
-
const rootStyles = computed(() => ['or-data-grid-footer-v3', ...DataGridFooter]);
|
|
265
|
-
const statusStyles = computed(() => [...DataGridFooterStatus]);
|
|
266
|
-
return {
|
|
267
|
-
root,
|
|
268
|
-
rootStyles,
|
|
269
|
-
statusStyles
|
|
270
|
-
};
|
|
271
|
-
}
|
|
272
|
-
});
|
|
273
|
-
|
|
274
|
-
const _hoisted_1$a = {
|
|
275
|
-
key: 1,
|
|
276
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
277
|
-
};
|
|
278
|
-
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
279
|
-
return openBlock(), createElementBlock("div", {
|
|
280
|
-
ref: 'root',
|
|
281
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
282
|
-
}, [_ctx.$slots['status'] ? (openBlock(), createElementBlock("div", {
|
|
283
|
-
key: 0,
|
|
284
|
-
class: normalizeClass(_ctx.statusStyles)
|
|
285
|
-
}, [renderSlot(_ctx.$slots, 'status')], 2 /* CLASS */)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, 'actions'), _ctx.$slots['paging'] ? (openBlock(), createElementBlock("div", _hoisted_1$a)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, 'paging')], 2 /* CLASS */);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
script$e.render = render$j;
|
|
289
|
-
script$e.__file = "src/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue";
|
|
290
|
-
|
|
291
|
-
const DataGridHeader = [
|
|
292
|
-
// Layout
|
|
293
|
-
'layout-row items-start',
|
|
294
|
-
// Interactivity
|
|
295
|
-
'interactivity-default',
|
|
296
|
-
// Box
|
|
297
|
-
'h-3xl'];
|
|
298
|
-
const DataGridHeaderTitle = [
|
|
299
|
-
// Typography
|
|
300
|
-
'typography-headline-2'];
|
|
301
|
-
|
|
302
|
-
var script$d = defineComponent({
|
|
303
|
-
name: 'OrDataGridHeader',
|
|
304
|
-
expose: ['root'],
|
|
305
|
-
setup() {
|
|
306
|
-
// Refs & Styles
|
|
307
|
-
const root = ref();
|
|
308
|
-
const rootStyles = computed(() => ['or-data-grid-header-v3', ...DataGridHeader]);
|
|
309
|
-
const titleStyles = computed(() => [...DataGridHeaderTitle]);
|
|
310
|
-
return {
|
|
311
|
-
root,
|
|
312
|
-
rootStyles,
|
|
313
|
-
titleStyles
|
|
314
|
-
};
|
|
315
|
-
}
|
|
316
|
-
});
|
|
317
|
-
|
|
318
|
-
const _hoisted_1$9 = {
|
|
319
|
-
key: 1,
|
|
320
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
321
|
-
};
|
|
322
|
-
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
323
|
-
return openBlock(), createElementBlock("div", {
|
|
324
|
-
ref: 'root',
|
|
325
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
326
|
-
}, [_ctx.$slots['title'] ? (openBlock(), createElementBlock("div", {
|
|
327
|
-
key: 0,
|
|
328
|
-
class: normalizeClass(_ctx.titleStyles)
|
|
329
|
-
}, [renderSlot(_ctx.$slots, 'title')], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots['searching'] ? (openBlock(), createElementBlock("div", _hoisted_1$9)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, 'searching')], 2 /* CLASS */);
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
script$d.render = render$i;
|
|
333
|
-
script$d.__file = "src/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue";
|
|
334
|
-
|
|
335
|
-
const _hoisted_1$8 = /*#__PURE__*/createElementVNode("div", {
|
|
336
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
337
|
-
}, null, -1 /* HOISTED */);
|
|
338
|
-
function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
339
|
-
const _component_OrLabel = resolveComponent("OrLabel");
|
|
340
|
-
const _component_OrDateTimePickerDateControl = resolveComponent("OrDateTimePickerDateControl");
|
|
341
|
-
const _component_OrDateTimePickerTimeControl = resolveComponent("OrDateTimePickerTimeControl");
|
|
342
|
-
const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
|
|
343
|
-
const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
|
|
344
|
-
const _component_OrDateTimePickerMonthSelect = resolveComponent("OrDateTimePickerMonthSelect");
|
|
345
|
-
const _component_OrDateTimePickerDateSelect = resolveComponent("OrDateTimePickerDateSelect");
|
|
346
|
-
const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
|
|
347
|
-
const _component_OrPopover = resolveComponent("OrPopover");
|
|
348
|
-
const _component_OrDateTimePickerTimeSelect = resolveComponent("OrDateTimePickerTimeSelect");
|
|
349
|
-
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
350
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
351
|
-
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
352
|
-
const _component_OrHint = resolveComponent("OrHint");
|
|
353
|
-
const _component_OrError = resolveComponent("OrError");
|
|
354
|
-
const _directive_dropdown_open = resolveDirective("dropdown-open");
|
|
355
|
-
const _directive_dropdown_close = resolveDirective("dropdown-close");
|
|
356
|
-
return openBlock(), createElementBlock("div", {
|
|
357
|
-
ref: 'root',
|
|
358
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
359
|
-
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
360
|
-
key: 0,
|
|
361
|
-
variant: 'input',
|
|
362
|
-
required: _ctx.required,
|
|
363
|
-
disabled: _ctx.disabled
|
|
364
|
-
}, {
|
|
365
|
-
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
366
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
367
|
-
_: 3 /* FORWARDED */
|
|
368
|
-
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
369
|
-
ref: 'inputBox',
|
|
370
|
-
variant: _ctx.variant,
|
|
371
|
-
size: _ctx.size,
|
|
372
|
-
invalid: !!_ctx.error,
|
|
373
|
-
readonly: _ctx.readonly,
|
|
374
|
-
disabled: _ctx.disabled
|
|
375
|
-
}, {
|
|
376
|
-
addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
377
|
-
key: 0,
|
|
378
|
-
icon: 'close',
|
|
379
|
-
color: 'inherit',
|
|
380
|
-
disabled: _ctx.readonly || _ctx.disabled,
|
|
381
|
-
onClick: _cache[11] || (_cache[11] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
|
|
382
|
-
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
383
|
-
key: 1,
|
|
384
|
-
icon: 'calendar_month',
|
|
385
|
-
variant: 'outlined'
|
|
386
|
-
}))]),
|
|
387
|
-
default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerDateControl, {
|
|
388
|
-
modelValue: _ctx.draft,
|
|
389
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draft = $event),
|
|
390
|
-
format: _ctx.resolvedDateFormat,
|
|
391
|
-
locale: _ctx.resolvedLocale,
|
|
392
|
-
selected: _ctx.datePopover && _ctx.datePopover.state === 'open',
|
|
393
|
-
required: _ctx.required,
|
|
394
|
-
readonly: _ctx.readonly,
|
|
395
|
-
disabled: _ctx.disabled
|
|
396
|
-
}, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.toggleDatePopover], [_directive_dropdown_close, _ctx.closeDatePopover]]), withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
|
|
397
|
-
modelValue: _ctx.draft,
|
|
398
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draft = $event),
|
|
399
|
-
format: _ctx.resolvedTimeFormat,
|
|
400
|
-
locale: _ctx.resolvedLocale,
|
|
401
|
-
selected: _ctx.timePopover && _ctx.timePopover.state === 'open',
|
|
402
|
-
required: _ctx.required,
|
|
403
|
-
readonly: _ctx.readonly,
|
|
404
|
-
disabled: _ctx.disabled
|
|
405
|
-
}, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.toggleTimePopover], [_directive_dropdown_close, _ctx.closeTimePopover]]), createVNode(_component_OrPopover, {
|
|
406
|
-
ref: 'datePopover',
|
|
407
|
-
class: normalizeClass(_ctx.datePopoverStyles),
|
|
408
|
-
"custom-styles": _ctx.datePopoverStyles,
|
|
409
|
-
variant: 'auto',
|
|
410
|
-
"bottom-sheet-props": {
|
|
411
|
-
variant: 'basic'
|
|
412
|
-
},
|
|
413
|
-
trigger: _ctx.anchor || _ctx.inputBoxRoot,
|
|
414
|
-
placement: 'bottom-start',
|
|
415
|
-
"fallback-placement": 'start',
|
|
416
|
-
onClose: _cache[6] || (_cache[6] = $event => _ctx.reset())
|
|
417
|
-
}, {
|
|
418
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
419
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
420
|
-
label: 'Date'
|
|
421
|
-
}, {
|
|
422
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileDate(_ctx.draft, _ctx.resolvedDateFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
423
|
-
_: 1 /* STABLE */
|
|
424
|
-
}), createVNode(_component_OrDateTimePickerMobileControl, {
|
|
425
|
-
label: 'Time'
|
|
426
|
-
}, {
|
|
427
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileTime(_ctx.draft, _ctx.resolvedTimeFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
428
|
-
_: 1 /* STABLE */
|
|
429
|
-
})]),
|
|
430
|
-
_: 1 /* STABLE */
|
|
431
|
-
}), createVNode(_component_OrDateTimePickerMonthSelect, {
|
|
432
|
-
modelValue: _ctx.initialValue,
|
|
433
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.initialValue = $event),
|
|
434
|
-
locale: _ctx.resolvedLocale,
|
|
435
|
-
"year-filter": _ctx.yearFilter,
|
|
436
|
-
"month-filter": _ctx.monthFilter
|
|
437
|
-
}, null, 8 /* PROPS */, ["modelValue", "locale", "year-filter", "month-filter"]), createVNode(_component_OrDateTimePickerDateSelect, {
|
|
438
|
-
modelValue: _ctx.draft,
|
|
439
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => _ctx.draft = $event),
|
|
440
|
-
"initial-value": _ctx.initialValue,
|
|
441
|
-
format: _ctx.resolvedDateFormat,
|
|
442
|
-
locale: _ctx.resolvedLocale,
|
|
443
|
-
"date-filter": _ctx.dateFilter
|
|
444
|
-
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "date-filter"]), createVNode(_component_OrDateTimePickerPopoverFooter, {
|
|
445
|
-
disabled: _ctx.invalid,
|
|
446
|
-
onApply: _cache[4] || (_cache[4] = $event => {
|
|
447
|
-
_ctx.apply();
|
|
448
|
-
_ctx.datePopover && _ctx.datePopover.close();
|
|
449
|
-
}),
|
|
450
|
-
onReset: _cache[5] || (_cache[5] = $event => {
|
|
451
|
-
_ctx.reset();
|
|
452
|
-
_ctx.datePopover && _ctx.datePopover.close();
|
|
453
|
-
})
|
|
454
|
-
}, null, 8 /* PROPS */, ["disabled"])]),
|
|
455
|
-
_: 1 /* STABLE */
|
|
456
|
-
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), createVNode(_component_OrPopover, {
|
|
457
|
-
ref: 'timePopover',
|
|
458
|
-
class: normalizeClass(_ctx.timePopoverStyles),
|
|
459
|
-
"custom-styles": _ctx.timePopoverStyles,
|
|
460
|
-
variant: 'auto',
|
|
461
|
-
"bottom-sheet-props": {
|
|
462
|
-
variant: 'basic'
|
|
463
|
-
},
|
|
464
|
-
trigger: _ctx.anchor || _ctx.inputBoxRoot,
|
|
465
|
-
placement: 'bottom-start',
|
|
466
|
-
"fallback-placement": 'start',
|
|
467
|
-
onClose: _cache[10] || (_cache[10] = $event => _ctx.reset())
|
|
468
|
-
}, {
|
|
469
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
470
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
471
|
-
label: 'Date'
|
|
472
|
-
}, {
|
|
473
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileDate(_ctx.draft, _ctx.resolvedDateFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
474
|
-
_: 1 /* STABLE */
|
|
475
|
-
}), createVNode(_component_OrDateTimePickerMobileControl, {
|
|
476
|
-
label: 'Time'
|
|
477
|
-
}, {
|
|
478
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileTime(_ctx.draft, _ctx.resolvedTimeFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
479
|
-
_: 1 /* STABLE */
|
|
480
|
-
})]),
|
|
481
|
-
_: 1 /* STABLE */
|
|
482
|
-
}), createVNode(_component_OrDateTimePickerTimeSelect, {
|
|
483
|
-
modelValue: _ctx.draft,
|
|
484
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.draft = $event),
|
|
485
|
-
"initial-value": _ctx.initialValue,
|
|
486
|
-
format: _ctx.resolvedTimeFormat,
|
|
487
|
-
locale: _ctx.resolvedLocale,
|
|
488
|
-
"hours-filter": _ctx.hoursFilter,
|
|
489
|
-
"minutes-filter": _ctx.minutesFilter,
|
|
490
|
-
"is-active": _ctx.timePopover && _ctx.timePopover.state === 'open',
|
|
491
|
-
"hour-step": _ctx.hourStep,
|
|
492
|
-
"minute-step": _ctx.minuteStep
|
|
493
|
-
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "hours-filter", "minutes-filter", "is-active", "hour-step", "minute-step"]), createVNode(_component_OrDateTimePickerPopoverFooter, {
|
|
494
|
-
disabled: _ctx.invalid,
|
|
495
|
-
onApply: _cache[8] || (_cache[8] = $event => {
|
|
496
|
-
_ctx.apply();
|
|
497
|
-
_ctx.timePopover && _ctx.timePopover.close();
|
|
498
|
-
}),
|
|
499
|
-
onReset: _cache[9] || (_cache[9] = $event => {
|
|
500
|
-
_ctx.reset();
|
|
501
|
-
_ctx.timePopover && _ctx.timePopover.close();
|
|
502
|
-
})
|
|
503
|
-
}, null, 8 /* PROPS */, ["disabled"])]),
|
|
504
|
-
_: 1 /* STABLE */
|
|
505
|
-
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _hoisted_1$8]),
|
|
506
|
-
_: 1 /* STABLE */
|
|
507
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggleDatePopover], [_directive_dropdown_close, _ctx.closeDatePopover]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
508
|
-
key: 1,
|
|
509
|
-
disabled: _ctx.disabled
|
|
510
|
-
}, {
|
|
511
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
512
|
-
_: 3 /* FORWARDED */
|
|
513
|
-
}, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
|
|
514
|
-
disabled: _ctx.disabled
|
|
515
|
-
}, {
|
|
516
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
517
|
-
_: 1 /* STABLE */
|
|
518
|
-
}, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
script$i.render = render$h;
|
|
522
|
-
script$i.__file = "src/components/or-date-time-picker-v3/OrDateTimePicker.vue";
|
|
523
|
-
|
|
524
|
-
const _hoisted_1$7 = /*#__PURE__*/createElementVNode("div", {
|
|
525
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
526
|
-
}, null, -1 /* HOISTED */);
|
|
527
|
-
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
528
|
-
const _component_OrLabel = resolveComponent("OrLabel");
|
|
529
|
-
const _component_OrDateTimePickerDateControl = resolveComponent("OrDateTimePickerDateControl");
|
|
530
|
-
const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
|
|
531
|
-
const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
|
|
532
|
-
const _component_OrDateTimePickerMonthSelect = resolveComponent("OrDateTimePickerMonthSelect");
|
|
533
|
-
const _component_OrDateTimePickerDateSelect = resolveComponent("OrDateTimePickerDateSelect");
|
|
534
|
-
const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
|
|
535
|
-
const _component_OrPopover = resolveComponent("OrPopover");
|
|
536
|
-
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
537
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
538
|
-
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
539
|
-
const _component_OrHint = resolveComponent("OrHint");
|
|
540
|
-
const _component_OrError = resolveComponent("OrError");
|
|
541
|
-
const _directive_dropdown_open = resolveDirective("dropdown-open");
|
|
542
|
-
const _directive_dropdown_close = resolveDirective("dropdown-close");
|
|
543
|
-
return openBlock(), createElementBlock("div", {
|
|
544
|
-
ref: 'root',
|
|
545
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
546
|
-
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
547
|
-
key: 0,
|
|
548
|
-
variant: 'input',
|
|
549
|
-
required: _ctx.required,
|
|
550
|
-
disabled: _ctx.disabled
|
|
551
|
-
}, {
|
|
552
|
-
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
553
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
554
|
-
_: 3 /* FORWARDED */
|
|
555
|
-
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
556
|
-
ref: 'inputBox',
|
|
557
|
-
variant: _ctx.variant,
|
|
558
|
-
size: _ctx.size,
|
|
559
|
-
invalid: !!_ctx.error,
|
|
560
|
-
readonly: _ctx.readonly,
|
|
561
|
-
disabled: _ctx.disabled
|
|
562
|
-
}, {
|
|
563
|
-
addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
564
|
-
key: 0,
|
|
565
|
-
icon: 'close',
|
|
566
|
-
color: 'inherit',
|
|
567
|
-
disabled: _ctx.readonly || _ctx.disabled,
|
|
568
|
-
onClick: _cache[6] || (_cache[6] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
|
|
569
|
-
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
570
|
-
key: 1,
|
|
571
|
-
icon: 'calendar_month',
|
|
572
|
-
variant: 'outlined'
|
|
573
|
-
}))]),
|
|
574
|
-
default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerDateControl, {
|
|
575
|
-
modelValue: _ctx.draft,
|
|
576
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draft = $event),
|
|
577
|
-
class: normalizeClass(['!border-0']),
|
|
578
|
-
format: _ctx.resolvedFormat,
|
|
579
|
-
locale: _ctx.resolvedLocale,
|
|
580
|
-
selected: _ctx.popover && _ctx.popover.state === 'open',
|
|
581
|
-
required: _ctx.required,
|
|
582
|
-
readonly: _ctx.readonly,
|
|
583
|
-
disabled: _ctx.disabled
|
|
584
|
-
}, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
|
|
585
|
-
ref: 'popover',
|
|
586
|
-
class: normalizeClass(_ctx.popoverStyles),
|
|
587
|
-
"custom-styles": _ctx.popoverStyles,
|
|
588
|
-
variant: 'auto',
|
|
589
|
-
"bottom-sheet-props": {
|
|
590
|
-
variant: 'basic'
|
|
591
|
-
},
|
|
592
|
-
trigger: _ctx.anchor || _ctx.inputBoxRoot,
|
|
593
|
-
placement: 'bottom-start',
|
|
594
|
-
"fallback-placement": 'start',
|
|
595
|
-
onClose: _cache[5] || (_cache[5] = $event => _ctx.reset())
|
|
596
|
-
}, {
|
|
597
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
598
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
599
|
-
label: 'Date',
|
|
600
|
-
selected: true
|
|
601
|
-
}, {
|
|
602
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileDate(_ctx.draft, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
603
|
-
_: 1 /* STABLE */
|
|
604
|
-
})]),
|
|
605
|
-
_: 1 /* STABLE */
|
|
606
|
-
}), createVNode(_component_OrDateTimePickerMonthSelect, {
|
|
607
|
-
modelValue: _ctx.initialValue,
|
|
608
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.initialValue = $event),
|
|
609
|
-
locale: _ctx.resolvedLocale,
|
|
610
|
-
"year-filter": _ctx.yearFilter,
|
|
611
|
-
"month-filter": _ctx.monthFilter
|
|
612
|
-
}, null, 8 /* PROPS */, ["modelValue", "locale", "year-filter", "month-filter"]), createVNode(_component_OrDateTimePickerDateSelect, {
|
|
613
|
-
modelValue: _ctx.draft,
|
|
614
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.draft = $event),
|
|
615
|
-
"initial-value": _ctx.initialValue,
|
|
616
|
-
format: _ctx.resolvedFormat,
|
|
617
|
-
locale: _ctx.resolvedLocale,
|
|
618
|
-
"date-filter": _ctx.dateFilter
|
|
619
|
-
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "date-filter"]), createVNode(_component_OrDateTimePickerPopoverFooter, {
|
|
620
|
-
disabled: _ctx.invalid,
|
|
621
|
-
onApply: _cache[3] || (_cache[3] = $event => {
|
|
622
|
-
_ctx.apply();
|
|
623
|
-
_ctx.popover && _ctx.popover.close();
|
|
624
|
-
}),
|
|
625
|
-
onReset: _cache[4] || (_cache[4] = $event => {
|
|
626
|
-
_ctx.reset();
|
|
627
|
-
_ctx.popover && _ctx.popover.close();
|
|
628
|
-
})
|
|
629
|
-
}, null, 8 /* PROPS */, ["disabled"])]),
|
|
630
|
-
_: 1 /* STABLE */
|
|
631
|
-
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _hoisted_1$7]),
|
|
632
|
-
_: 1 /* STABLE */
|
|
633
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
634
|
-
key: 1,
|
|
635
|
-
disabled: _ctx.disabled
|
|
636
|
-
}, {
|
|
637
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
638
|
-
_: 3 /* FORWARDED */
|
|
639
|
-
}, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
|
|
640
|
-
disabled: _ctx.disabled
|
|
641
|
-
}, {
|
|
642
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
643
|
-
_: 1 /* STABLE */
|
|
644
|
-
}, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
script$j.render = render$g;
|
|
648
|
-
script$j.__file = "src/components/or-date-picker-v3/OrDatePicker.vue";
|
|
649
|
-
|
|
650
|
-
const _hoisted_1$6 = ["disabled"];
|
|
651
|
-
const _hoisted_2$2 = ["activated", "disabled", "onMouseenter", "onMousemove", "onMouseleave", "onClick"];
|
|
652
|
-
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
653
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
654
|
-
return openBlock(), createElementBlock("div", {
|
|
655
|
-
ref: 'root',
|
|
656
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
657
|
-
disabled: _ctx.disabled
|
|
658
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.length, value => {
|
|
659
|
-
return openBlock(), createElementBlock("div", {
|
|
660
|
-
ref_for: true,
|
|
661
|
-
ref: 'stars',
|
|
662
|
-
key: value,
|
|
663
|
-
class: normalizeClass(_ctx.starStyles),
|
|
664
|
-
activated: value <= Math.ceil(_ctx.model),
|
|
665
|
-
disabled: _ctx.disabled,
|
|
666
|
-
onMouseenter: $event => _ctx.onMouseEnter($event, value - 1),
|
|
667
|
-
onMousemove: $event => _ctx.onMouseMove($event, value - 1),
|
|
668
|
-
onMouseleave: $event => _ctx.onMouseLeave($event, value - 1),
|
|
669
|
-
onClick: $event => {
|
|
670
|
-
_ctx.model = _ctx.draft;
|
|
671
|
-
_ctx.hoverIndex[value - 1] = false;
|
|
672
|
-
}
|
|
673
|
-
}, [createVNode(_component_OrIcon, {
|
|
674
|
-
icon: _ctx.draft - value + 1 === 0.5 ? 'star_half' : 'star',
|
|
675
|
-
variant: value <= _ctx.draft ? 'filled' : 'outlined',
|
|
676
|
-
size: _ctx.variant === 'fitted' ? 'inherit' : _ctx.hoverIndex[value - 1] ? 'xl' : 'l'
|
|
677
|
-
}, null, 8 /* PROPS */, ["icon", "variant", "size"])], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_2$2);
|
|
678
|
-
}), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_1$6);
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
script$k.render = render$f;
|
|
682
|
-
script$k.__file = "src/components/or-rating-v3/OrRating.vue";
|
|
683
|
-
|
|
684
|
-
const _hoisted_1$5 = ["id", "disabled"];
|
|
685
|
-
const _hoisted_2$1 = {
|
|
686
|
-
class: /*#__PURE__*/normalizeClass(['layout-inline-row', 'gap-sm'])
|
|
687
|
-
};
|
|
688
|
-
const _hoisted_3 = {
|
|
689
|
-
key: 0,
|
|
690
|
-
class: /*#__PURE__*/normalizeClass(['px-sm+', 'py-xs'])
|
|
691
|
-
};
|
|
692
|
-
const _hoisted_4 = ["onClick"];
|
|
693
|
-
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
694
|
-
const _component_OrLabel = resolveComponent("OrLabel");
|
|
695
|
-
const _component_OrSelectMultipleControl = resolveComponent("OrSelectMultipleControl");
|
|
696
|
-
const _component_OrSelectSingleControl = resolveComponent("OrSelectSingleControl");
|
|
697
|
-
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
698
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
699
|
-
const _component_OrInput = resolveComponent("OrInput");
|
|
700
|
-
const _component_OrLoader = resolveComponent("OrLoader");
|
|
701
|
-
const _component_OrCheckbox = resolveComponent("OrCheckbox");
|
|
702
|
-
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
703
|
-
const _component_OrExpansionPanel = resolveComponent("OrExpansionPanel");
|
|
704
|
-
const _component_OrPopover = resolveComponent("OrPopover");
|
|
705
|
-
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
706
|
-
const _component_OrHint = resolveComponent("OrHint");
|
|
707
|
-
const _component_OrError = resolveComponent("OrError");
|
|
708
|
-
const _directive_dropdown_open = resolveDirective("dropdown-open");
|
|
709
|
-
const _directive_dropdown_close = resolveDirective("dropdown-close");
|
|
710
|
-
return openBlock(), createElementBlock("div", {
|
|
711
|
-
ref: 'root',
|
|
712
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
713
|
-
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
714
|
-
key: 0,
|
|
715
|
-
"control-id": _ctx.controlId,
|
|
716
|
-
variant: 'input',
|
|
717
|
-
required: _ctx.required,
|
|
718
|
-
disabled: _ctx.disabled
|
|
719
|
-
}, {
|
|
720
|
-
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
721
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
722
|
-
_: 3 /* FORWARDED */
|
|
723
|
-
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
724
|
-
ref: 'inputBox',
|
|
725
|
-
class: normalizeClass([_ctx.popoverState === 'open' && (_ctx.popover && _ctx.popover.isFlipped ? 'rounded-t-0' : 'rounded-b-0'), {
|
|
726
|
-
'outline-none': _ctx.variant === 'embedded'
|
|
727
|
-
}]),
|
|
728
|
-
variant: _ctx.variant,
|
|
729
|
-
size: _ctx.size,
|
|
730
|
-
invalid: !!_ctx.error,
|
|
731
|
-
readonly: _ctx.readonly,
|
|
732
|
-
disabled: _ctx.disabled,
|
|
733
|
-
tabindex: !_ctx.disabled ? 0 : null
|
|
734
|
-
}, {
|
|
735
|
-
default: withCtx(() => [createElementVNode("div", {
|
|
736
|
-
id: _ctx.controlId,
|
|
737
|
-
ref: 'control',
|
|
738
|
-
class: normalizeClass(_ctx.controlStyles),
|
|
739
|
-
disabled: _ctx.disabled,
|
|
740
|
-
onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
|
|
741
|
-
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
742
|
-
}, [renderSlot(_ctx.$slots, "valueTemplate", {
|
|
743
|
-
model: _ctx.proxyModelValue
|
|
744
|
-
}, () => [_ctx.multiple ? (openBlock(), createBlock(_component_OrSelectMultipleControl, {
|
|
745
|
-
key: 0,
|
|
746
|
-
ref: 'multipleControl',
|
|
747
|
-
modelValue: _ctx.searchText,
|
|
748
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.searchText = $event),
|
|
749
|
-
model: _ctx.proxyModelValue,
|
|
750
|
-
options: _ctx.options,
|
|
751
|
-
overflow: _ctx.overflow,
|
|
752
|
-
placeholder: _ctx.placeholder,
|
|
753
|
-
readonly: _ctx.readonly,
|
|
754
|
-
disabled: _ctx.disabled,
|
|
755
|
-
"enable-search": _ctx.enableSearch,
|
|
756
|
-
"is-open": _ctx.popoverState === 'open',
|
|
757
|
-
onReset: _cache[1] || (_cache[1] = $event => _ctx.deselectOption($event))
|
|
758
|
-
}, {
|
|
759
|
-
tag: withCtx(({
|
|
760
|
-
item
|
|
761
|
-
}) => [renderSlot(_ctx.$slots, "tag", {
|
|
762
|
-
item: item
|
|
763
|
-
})]),
|
|
764
|
-
_: 3 /* FORWARDED */
|
|
765
|
-
}, 8 /* PROPS */, ["modelValue", "model", "options", "overflow", "placeholder", "readonly", "disabled", "enable-search", "is-open"])) : (openBlock(), createBlock(_component_OrSelectSingleControl, {
|
|
766
|
-
key: 1,
|
|
767
|
-
ref: 'singleControl',
|
|
768
|
-
modelValue: _ctx.searchText,
|
|
769
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.searchText = $event),
|
|
770
|
-
model: _ctx.proxyModelValue,
|
|
771
|
-
options: _ctx.options,
|
|
772
|
-
placeholder: _ctx.placeholder,
|
|
773
|
-
disabled: _ctx.disabled,
|
|
774
|
-
"enable-search": _ctx.enableSearch,
|
|
775
|
-
"is-open": _ctx.popoverState === 'open'
|
|
776
|
-
}, null, 8 /* PROPS */, ["modelValue", "model", "options", "placeholder", "disabled", "enable-search", "is-open"]))])], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_1$5), createElementVNode("div", _hoisted_2$1, [_ctx.showClear ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
777
|
-
key: 0,
|
|
778
|
-
icon: 'close',
|
|
779
|
-
color: 'inherit',
|
|
780
|
-
"additional-styles": ['!text-outline', '!dark:text-outline-dark'],
|
|
781
|
-
disabled: _ctx.readonly || _ctx.disabled,
|
|
782
|
-
onClick: _cache[5] || (_cache[5] = withModifiers($event => _ctx.$emit('update:modelValue', _ctx.multiple ? [] : undefined), ["stop"]))
|
|
783
|
-
}, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrIcon, {
|
|
784
|
-
icon: _ctx.popoverState === 'open' ? _ctx.enableSearch ? 'search' : 'arrow_drop_up' : 'arrow_drop_down',
|
|
785
|
-
class: normalizeClass(_ctx.popoverState === 'open' && _ctx.enableSearch ? '!text-outline !dark:text-outline-dark' : ''),
|
|
786
|
-
variant: 'outlined'
|
|
787
|
-
}, null, 8 /* PROPS */, ["icon", "class"]), [[vShow, !(_ctx.popoverState === 'open' && _ctx.enableSearch && _ctx.enableClear && !_ctx.isEmptyModelValue)]])]), createVNode(_component_OrPopover, {
|
|
788
|
-
ref: 'popover',
|
|
789
|
-
class: normalizeClass(_ctx.dropdownStyles),
|
|
790
|
-
"custom-styles": _ctx.dropdownStyles,
|
|
791
|
-
variant: 'auto',
|
|
792
|
-
trigger: _ctx.anchor || _ctx.inputBoxRoot,
|
|
793
|
-
placement: 'bottom',
|
|
794
|
-
offset: 0,
|
|
795
|
-
"full-width": true,
|
|
796
|
-
"disable-default-styles": true
|
|
797
|
-
}, {
|
|
798
|
-
default: withCtx(() => [_ctx.popoverState === 'open' && _ctx.enableSearch && _ctx.isMobile ? (openBlock(), createBlock(_component_OrInput, {
|
|
799
|
-
key: 0,
|
|
800
|
-
ref: 'searchControl',
|
|
801
|
-
modelValue: _ctx.searchText,
|
|
802
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.searchText = $event),
|
|
803
|
-
class: normalizeClass(_ctx.searchControlStyles),
|
|
804
|
-
type: 'search',
|
|
805
|
-
placeholder: _ctx.placeholder
|
|
806
|
-
}, null, 8 /* PROPS */, ["modelValue", "class", "placeholder"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
807
|
-
class: normalizeClass(_ctx.dropdownContainerStyles)
|
|
808
|
-
}, [_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_3, [renderSlot(_ctx.$slots, "loading", {}, () => [createVNode(_component_OrLoader, {
|
|
809
|
-
class: normalizeClass(_ctx.loaderStyles),
|
|
810
|
-
variant: "text",
|
|
811
|
-
text: _ctx.loadingText
|
|
812
|
-
}, null, 8 /* PROPS */, ["class", "text"])])])) : _ctx.resolvedSearchOptions.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
813
|
-
key: 1
|
|
814
|
-
}, [_ctx.groupByFunction ? (openBlock(true), createElementBlock(Fragment, {
|
|
815
|
-
key: 0
|
|
816
|
-
}, renderList(_ctx.groupedOptions, (group, groupName) => {
|
|
817
|
-
return openBlock(), createBlock(_component_OrExpansionPanel, {
|
|
818
|
-
key: groupName,
|
|
819
|
-
label: groupName
|
|
820
|
-
}, {
|
|
821
|
-
default: withCtx(() => [_ctx.multiple ? (openBlock(true), createElementBlock(Fragment, {
|
|
822
|
-
key: 0
|
|
823
|
-
}, renderList(group, (option, i) => {
|
|
824
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
825
|
-
key: i,
|
|
826
|
-
"tooltip-text": option.label,
|
|
827
|
-
selected: _ctx.proxyModelValue && _ctx.proxyModelValue.includes(option.value),
|
|
828
|
-
disabled: option.disabled
|
|
829
|
-
}, {
|
|
830
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
831
|
-
model: _ctx.proxyModelValue,
|
|
832
|
-
option: option
|
|
833
|
-
}, () => [createVNode(_component_OrCheckbox, {
|
|
834
|
-
modelValue: _ctx.proxyModelValue,
|
|
835
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.proxyModelValue = $event),
|
|
836
|
-
value: option.value,
|
|
837
|
-
label: option.label,
|
|
838
|
-
"label-variant": 'menu-item',
|
|
839
|
-
disabled: option.disabled
|
|
840
|
-
}, null, 8 /* PROPS */, ["modelValue", "value", "label", "disabled"])])]),
|
|
841
|
-
_: 2 /* DYNAMIC */
|
|
842
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["tooltip-text", "selected", "disabled"]);
|
|
843
|
-
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(true), createElementBlock(Fragment, {
|
|
844
|
-
key: 1
|
|
845
|
-
}, renderList(group, (option, i) => {
|
|
846
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
847
|
-
key: i,
|
|
848
|
-
class: normalizeClass(_ctx.dropdownItemStyles),
|
|
849
|
-
"tooltip-text": option.label,
|
|
850
|
-
selected: _ctx.proxyModelValue === option.value,
|
|
851
|
-
disabled: option.disabled,
|
|
852
|
-
onClick: withModifiers($event => _ctx.selectOption(option.value), ["stop"])
|
|
853
|
-
}, {
|
|
854
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
855
|
-
model: _ctx.proxyModelValue,
|
|
856
|
-
option: option
|
|
857
|
-
}, () => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)])]),
|
|
858
|
-
_: 2 /* DYNAMIC */
|
|
859
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "tooltip-text", "selected", "disabled", "onClick"]);
|
|
860
|
-
}), 128 /* KEYED_FRAGMENT */))]),
|
|
861
|
-
_: 2 /* DYNAMIC */
|
|
862
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
863
|
-
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
|
|
864
|
-
key: 1
|
|
865
|
-
}, [_ctx.multiple ? (openBlock(true), createElementBlock(Fragment, {
|
|
866
|
-
key: 0
|
|
867
|
-
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
868
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
869
|
-
key: i,
|
|
870
|
-
"tooltip-text": option.label,
|
|
871
|
-
class: normalizeClass(_ctx.dropdownItemStyles),
|
|
872
|
-
selected: _ctx.proxyModelValue && _ctx.proxyModelValue.includes(option.value),
|
|
873
|
-
disabled: option.disabled,
|
|
874
|
-
onClick: withModifiers($event => !option.disabled && _ctx.toggleOption(option.value), ["stop"])
|
|
875
|
-
}, {
|
|
876
|
-
default: withCtx(() => [createVNode(_component_OrCheckbox, {
|
|
877
|
-
"model-value": _ctx.proxyModelValue,
|
|
878
|
-
value: option.value,
|
|
879
|
-
"label-variant": 'menu-item',
|
|
880
|
-
disabled: option.disabled
|
|
881
|
-
}, {
|
|
882
|
-
default: withCtx(() => [createElementVNode("div", {
|
|
883
|
-
onClick: $event => !option.disabled && _ctx.toggleOption(option.value)
|
|
884
|
-
}, [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
885
|
-
model: _ctx.proxyModelValue,
|
|
886
|
-
option: option
|
|
887
|
-
}, () => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)])], 8 /* PROPS */, _hoisted_4)]),
|
|
888
|
-
_: 2 /* DYNAMIC */
|
|
889
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["model-value", "value", "disabled"])]),
|
|
890
|
-
_: 2 /* DYNAMIC */
|
|
891
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["tooltip-text", "class", "selected", "disabled", "onClick"]);
|
|
892
|
-
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(true), createElementBlock(Fragment, {
|
|
893
|
-
key: 1
|
|
894
|
-
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
895
|
-
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
896
|
-
key: i,
|
|
897
|
-
class: normalizeClass(_ctx.dropdownItemStyles),
|
|
898
|
-
selected: _ctx.proxyModelValue === option.value,
|
|
899
|
-
"tooltip-text": option.label,
|
|
900
|
-
disabled: option.disabled,
|
|
901
|
-
onClick: withModifiers($event => {
|
|
902
|
-
_ctx.selectOption(option.value);
|
|
903
|
-
_ctx.close();
|
|
904
|
-
}, ["stop"])
|
|
905
|
-
}, {
|
|
906
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
907
|
-
model: _ctx.proxyModelValue,
|
|
908
|
-
option: option
|
|
909
|
-
}, () => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)])]),
|
|
910
|
-
_: 2 /* DYNAMIC */
|
|
911
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "selected", "tooltip-text", "disabled", "onClick"]);
|
|
912
|
-
}), 128 /* KEYED_FRAGMENT */))], 64 /* STABLE_FRAGMENT */))], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("div", {
|
|
913
|
-
key: 2,
|
|
914
|
-
class: normalizeClass(_ctx.noSearchResultsStyles)
|
|
915
|
-
}, [renderSlot(_ctx.$slots, "noSearchResultsTemplate", {
|
|
916
|
-
searchText: _ctx.searchText
|
|
917
|
-
}, () => [createTextVNode(" No results ")])], 2 /* CLASS */))], 2 /* CLASS */)]),
|
|
918
|
-
_: 3 /* FORWARDED */
|
|
919
|
-
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"])]),
|
|
920
|
-
_: 3 /* FORWARDED */
|
|
921
|
-
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled", "tabindex"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
922
|
-
key: 1,
|
|
923
|
-
disabled: _ctx.disabled
|
|
924
|
-
}, {
|
|
925
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
926
|
-
_: 3 /* FORWARDED */
|
|
927
|
-
}, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
|
|
928
|
-
disabled: _ctx.disabled
|
|
929
|
-
}, {
|
|
930
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
931
|
-
_: 1 /* STABLE */
|
|
932
|
-
}, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
script$l.render = render$e;
|
|
936
|
-
script$l.__file = "src/components/or-select-v3/OrSelect.vue";
|
|
937
|
-
|
|
938
|
-
const _hoisted_1$4 = ["checked", "required", "disabled"];
|
|
939
|
-
const _hoisted_2 = ["disabled"];
|
|
940
|
-
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
941
|
-
const _component_OrLoader = resolveComponent("OrLoader");
|
|
942
|
-
const _component_OrLabel = resolveComponent("OrLabel");
|
|
943
|
-
return openBlock(), createElementBlock("div", {
|
|
944
|
-
ref: 'root',
|
|
945
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
946
|
-
}, [!_ctx.loading ? (openBlock(), createElementBlock("input", mergeProps({
|
|
947
|
-
key: 0,
|
|
948
|
-
ref: 'control'
|
|
949
|
-
}, _ctx.attributes, {
|
|
950
|
-
class: _ctx.controlStyles,
|
|
951
|
-
type: 'checkbox',
|
|
952
|
-
checked: _ctx.checked,
|
|
953
|
-
required: _ctx.required,
|
|
954
|
-
disabled: _ctx.disabled,
|
|
955
|
-
onChange: _cache[0] || (_cache[0] = $event => {
|
|
956
|
-
_ctx.$emit('change', $event);
|
|
957
|
-
_ctx.onChange();
|
|
958
|
-
}),
|
|
959
|
-
onClick: _cache[1] || (_cache[1] = $event => _ctx.$emit('click', $event)),
|
|
960
|
-
onFocus: _cache[2] || (_cache[2] = $event => _ctx.$emit('focus', $event)),
|
|
961
|
-
onBlur: _cache[3] || (_cache[3] = $event => _ctx.$emit('blur', $event))
|
|
962
|
-
}), null, 16 /* FULL_PROPS */, _hoisted_1$4)) : (openBlock(), createElementBlock("div", {
|
|
963
|
-
key: 1,
|
|
964
|
-
class: normalizeClass(_ctx.loaderStyles),
|
|
965
|
-
disabled: _ctx.disabled
|
|
966
|
-
}, [createVNode(_component_OrLoader, {
|
|
967
|
-
variant: 'circular',
|
|
968
|
-
color: 'primary',
|
|
969
|
-
size: 'm'
|
|
970
|
-
})], 10 /* CLASS, PROPS */, _hoisted_2)), _ctx.$slots.default || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
971
|
-
key: 2,
|
|
972
|
-
"control-id": _ctx.attributes.id,
|
|
973
|
-
variant: _ctx.labelVariant,
|
|
974
|
-
selected: _ctx.checked,
|
|
975
|
-
required: _ctx.required,
|
|
976
|
-
disabled: _ctx.disabled
|
|
977
|
-
}, {
|
|
978
|
-
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
979
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
980
|
-
_: 3 /* FORWARDED */
|
|
981
|
-
}, 8 /* PROPS */, ["control-id", "variant", "selected", "required", "disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
var css_248z = "\ninput[data-v-4296509a] {\n line-height: 0;\n appearance: none;\n}\n";
|
|
985
|
-
styleInject(css_248z);
|
|
986
|
-
|
|
987
|
-
script$m.render = render$d;
|
|
988
|
-
script$m.__scopeId = "data-v-4296509a";
|
|
989
|
-
script$m.__file = "src/components/or-switch-v3/OrSwitch.vue";
|
|
990
|
-
|
|
991
|
-
const _hoisted_1$3 = /*#__PURE__*/createElementVNode("div", {
|
|
992
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
993
|
-
}, null, -1 /* HOISTED */);
|
|
994
|
-
function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
995
|
-
const _component_OrLabel = resolveComponent("OrLabel");
|
|
996
|
-
const _component_OrDateTimePickerTimeControl = resolveComponent("OrDateTimePickerTimeControl");
|
|
997
|
-
const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
|
|
998
|
-
const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
|
|
999
|
-
const _component_OrDateTimePickerTimeSelect = resolveComponent("OrDateTimePickerTimeSelect");
|
|
1000
|
-
const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
|
|
1001
|
-
const _component_OrPopover = resolveComponent("OrPopover");
|
|
1002
|
-
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
1003
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
1004
|
-
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
1005
|
-
const _component_OrHint = resolveComponent("OrHint");
|
|
1006
|
-
const _component_OrError = resolveComponent("OrError");
|
|
1007
|
-
const _directive_dropdown_open = resolveDirective("dropdown-open");
|
|
1008
|
-
const _directive_dropdown_close = resolveDirective("dropdown-close");
|
|
1009
|
-
return openBlock(), createElementBlock("div", {
|
|
1010
|
-
ref: 'root',
|
|
1011
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1012
|
-
}, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
1013
|
-
key: 0,
|
|
1014
|
-
variant: 'input',
|
|
1015
|
-
required: _ctx.required,
|
|
1016
|
-
disabled: _ctx.disabled
|
|
1017
|
-
}, {
|
|
1018
|
-
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
1019
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
1020
|
-
_: 3 /* FORWARDED */
|
|
1021
|
-
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
1022
|
-
ref: 'inputBox',
|
|
1023
|
-
variant: _ctx.variant,
|
|
1024
|
-
size: _ctx.size,
|
|
1025
|
-
invalid: !!_ctx.error,
|
|
1026
|
-
readonly: _ctx.readonly,
|
|
1027
|
-
disabled: _ctx.disabled
|
|
1028
|
-
}, {
|
|
1029
|
-
addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
1030
|
-
key: 0,
|
|
1031
|
-
icon: 'close',
|
|
1032
|
-
color: 'inherit',
|
|
1033
|
-
disabled: _ctx.readonly || _ctx.disabled,
|
|
1034
|
-
onClick: _cache[5] || (_cache[5] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
|
|
1035
|
-
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
1036
|
-
key: 1,
|
|
1037
|
-
icon: 'schedule',
|
|
1038
|
-
variant: 'outlined'
|
|
1039
|
-
}))]),
|
|
1040
|
-
default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
|
|
1041
|
-
modelValue: _ctx.draft,
|
|
1042
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draft = $event),
|
|
1043
|
-
class: normalizeClass(['!border-0']),
|
|
1044
|
-
format: _ctx.resolvedFormat,
|
|
1045
|
-
locale: _ctx.resolvedLocale,
|
|
1046
|
-
selected: _ctx.popover && _ctx.popover.state === 'open',
|
|
1047
|
-
required: _ctx.required,
|
|
1048
|
-
readonly: _ctx.readonly,
|
|
1049
|
-
disabled: _ctx.disabled
|
|
1050
|
-
}, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
|
|
1051
|
-
ref: 'popover',
|
|
1052
|
-
class: normalizeClass(_ctx.popoverStyles),
|
|
1053
|
-
"custom-styles": _ctx.popoverStyles,
|
|
1054
|
-
variant: 'auto',
|
|
1055
|
-
"bottom-sheet-props": {
|
|
1056
|
-
variant: 'basic'
|
|
1057
|
-
},
|
|
1058
|
-
trigger: _ctx.anchor || _ctx.inputBoxRoot,
|
|
1059
|
-
placement: 'bottom-start',
|
|
1060
|
-
"fallback-placement": 'start',
|
|
1061
|
-
onClose: _cache[4] || (_cache[4] = $event => _ctx.reset())
|
|
1062
|
-
}, {
|
|
1063
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
1064
|
-
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
1065
|
-
label: 'Time',
|
|
1066
|
-
selected: true
|
|
1067
|
-
}, {
|
|
1068
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draft ? _ctx.formatMobileTime(_ctx.draft, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
|
|
1069
|
-
_: 1 /* STABLE */
|
|
1070
|
-
})]),
|
|
1071
|
-
_: 1 /* STABLE */
|
|
1072
|
-
}), createVNode(_component_OrDateTimePickerTimeSelect, {
|
|
1073
|
-
modelValue: _ctx.draft,
|
|
1074
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draft = $event),
|
|
1075
|
-
"initial-value": _ctx.initialValue,
|
|
1076
|
-
format: _ctx.resolvedFormat,
|
|
1077
|
-
locale: _ctx.resolvedLocale,
|
|
1078
|
-
"hours-filter": _ctx.hoursFilter,
|
|
1079
|
-
"minutes-filter": _ctx.minutesFilter,
|
|
1080
|
-
"hour-step": _ctx.hourStep,
|
|
1081
|
-
"minute-step": _ctx.minuteStep,
|
|
1082
|
-
"is-active": _ctx.popover && _ctx.popover.state === 'open'
|
|
1083
|
-
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "hours-filter", "minutes-filter", "hour-step", "minute-step", "is-active"]), createVNode(_component_OrDateTimePickerPopoverFooter, {
|
|
1084
|
-
disabled: _ctx.invalid,
|
|
1085
|
-
onApply: _cache[2] || (_cache[2] = $event => {
|
|
1086
|
-
_ctx.apply();
|
|
1087
|
-
_ctx.popover && _ctx.popover.close();
|
|
1088
|
-
}),
|
|
1089
|
-
onReset: _cache[3] || (_cache[3] = $event => {
|
|
1090
|
-
_ctx.reset();
|
|
1091
|
-
_ctx.popover && _ctx.popover.close();
|
|
1092
|
-
})
|
|
1093
|
-
}, null, 8 /* PROPS */, ["disabled"])]),
|
|
1094
|
-
_: 1 /* STABLE */
|
|
1095
|
-
}, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _hoisted_1$3]),
|
|
1096
|
-
_: 1 /* STABLE */
|
|
1097
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
1098
|
-
key: 1,
|
|
1099
|
-
disabled: _ctx.disabled
|
|
1100
|
-
}, {
|
|
1101
|
-
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
1102
|
-
_: 3 /* FORWARDED */
|
|
1103
|
-
}, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
|
|
1104
|
-
disabled: _ctx.disabled
|
|
1105
|
-
}, {
|
|
1106
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
1107
|
-
_: 1 /* STABLE */
|
|
1108
|
-
}, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
script$n.render = render$c;
|
|
1112
|
-
script$n.__file = "src/components/or-time-picker-v3/OrTimePicker.vue";
|
|
1113
|
-
|
|
1114
|
-
const DataGridTableContentCell = [
|
|
1115
|
-
// Layout
|
|
1116
|
-
'layout-row',
|
|
1117
|
-
// Spacing
|
|
1118
|
-
'px-sm+', 'py-0', 'gap-xs',
|
|
1119
|
-
// Theme
|
|
1120
|
-
'theme-border-transparent border-1', 'dark:theme-border-transparent-dark', 'theme-outline-transparent outline-2', 'dark:theme-outline-transparent-dark',
|
|
1121
|
-
// Theme (focus)
|
|
1122
|
-
'focus-within:theme-border-primary', 'dark:focus-within:theme-border-primary-dark', 'focus-within:theme-outline-primary', 'dark:focus-within:theme-outline-primary-dark',
|
|
1123
|
-
// Theme (.sticky-start)
|
|
1124
|
-
'[&.sticky-start]:border-e-disabled', 'dark:[&.sticky-start]:border-e-disabled-dark',
|
|
1125
|
-
// Theme (.sticky-end)
|
|
1126
|
-
'[&.sticky-end]:border-s-disabled', 'dark:[&.sticky-end]:border-s-disabled-dark'];
|
|
1127
|
-
|
|
1128
|
-
var script$c = defineComponent({
|
|
1129
|
-
name: 'OrDataGridTableContentCell',
|
|
1130
|
-
components: {
|
|
1131
|
-
OrCheckbox: script$o,
|
|
1132
|
-
OrDatePicker: script$j,
|
|
1133
|
-
OrDateTimePicker: script$i,
|
|
1134
|
-
OrInput: script$p,
|
|
1135
|
-
OrRating: script$k,
|
|
1136
|
-
OrSelect: script$l,
|
|
1137
|
-
OrSwitch: script$m,
|
|
1138
|
-
OrTagInput: script$q,
|
|
1139
|
-
OrTimePicker: script$n
|
|
1140
|
-
},
|
|
1141
|
-
model: {
|
|
1142
|
-
prop: 'modelValue',
|
|
1143
|
-
event: 'update:modelValue'
|
|
1144
|
-
},
|
|
1145
|
-
props: {
|
|
1146
|
-
modelValue: {
|
|
1147
|
-
type: undefined,
|
|
1148
|
-
default: undefined
|
|
1149
|
-
},
|
|
1150
|
-
column: {
|
|
1151
|
-
type: Object,
|
|
1152
|
-
default: undefined
|
|
1153
|
-
},
|
|
1154
|
-
features: {
|
|
1155
|
-
type: Object,
|
|
1156
|
-
default: undefined
|
|
1157
|
-
},
|
|
1158
|
-
override: {
|
|
1159
|
-
type: Boolean,
|
|
1160
|
-
default: false
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
emits: ['input'],
|
|
1164
|
-
expose: ['root'],
|
|
1165
|
-
setup(props, context) {
|
|
1166
|
-
// Refs & Styles
|
|
1167
|
-
const root = ref();
|
|
1168
|
-
const rootStyles = computed(() => {
|
|
1169
|
-
var _a;
|
|
1170
|
-
return ['or-data-grid-table-content-cell-v3', ...DataGridTableContentCell, ...(((_a = props.column) === null || _a === void 0 ? void 0 : _a.stickiness) ? [`sticky-${props.column.stickiness}`] : [])];
|
|
1171
|
-
});
|
|
1172
|
-
const rootInlineStyles = computed(() => {
|
|
1173
|
-
if (props.column) {
|
|
1174
|
-
switch (props.column.stickiness) {
|
|
1175
|
-
case 'start':
|
|
1176
|
-
return {
|
|
1177
|
-
position: 'sticky',
|
|
1178
|
-
insetInlineStart: '0',
|
|
1179
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1180
|
-
justifyContent: props.column.alignment
|
|
1181
|
-
};
|
|
1182
|
-
case 'end':
|
|
1183
|
-
return {
|
|
1184
|
-
position: 'sticky',
|
|
1185
|
-
insetInlineEnd: '0',
|
|
1186
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1187
|
-
justifyContent: props.column.alignment
|
|
1188
|
-
};
|
|
1189
|
-
default:
|
|
1190
|
-
return {
|
|
1191
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1192
|
-
justifyContent: props.column.alignment
|
|
1193
|
-
};
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
return {
|
|
1197
|
-
justifyContent: 'center'
|
|
1198
|
-
};
|
|
1199
|
-
});
|
|
1200
|
-
// State
|
|
1201
|
-
const model = computed({
|
|
1202
|
-
get: () => props.modelValue,
|
|
1203
|
-
set: value => {
|
|
1204
|
-
context.emit('input', value);
|
|
1205
|
-
}
|
|
1206
|
-
});
|
|
1207
|
-
const control = computed(() => {
|
|
1208
|
-
var _a;
|
|
1209
|
-
return (_a = props.column) === null || _a === void 0 ? void 0 : _a.control;
|
|
1210
|
-
});
|
|
1211
|
-
return {
|
|
1212
|
-
root,
|
|
1213
|
-
rootStyles,
|
|
1214
|
-
rootInlineStyles,
|
|
1215
|
-
model,
|
|
1216
|
-
control
|
|
1217
|
-
};
|
|
1218
|
-
}
|
|
1219
|
-
});
|
|
1220
|
-
|
|
1221
|
-
const _hoisted_1$2 = {
|
|
1222
|
-
key: 2,
|
|
1223
|
-
class: /*#__PURE__*/normalizeClass(['truncate'])
|
|
1224
|
-
};
|
|
1225
|
-
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1226
|
-
const _component_OrInput = resolveComponent("OrInput");
|
|
1227
|
-
const _component_OrRating = resolveComponent("OrRating");
|
|
1228
|
-
const _component_OrSelect = resolveComponent("OrSelect");
|
|
1229
|
-
const _component_OrCheckbox = resolveComponent("OrCheckbox");
|
|
1230
|
-
const _component_OrSwitch = resolveComponent("OrSwitch");
|
|
1231
|
-
const _component_OrDatePicker = resolveComponent("OrDatePicker");
|
|
1232
|
-
const _component_OrTimePicker = resolveComponent("OrTimePicker");
|
|
1233
|
-
const _component_OrDateTimePicker = resolveComponent("OrDateTimePicker");
|
|
1234
|
-
const _component_OrTagInput = resolveComponent("OrTagInput");
|
|
1235
|
-
return openBlock(), createElementBlock("div", {
|
|
1236
|
-
ref: 'root',
|
|
1237
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
1238
|
-
style: normalizeStyle(_ctx.rootInlineStyles)
|
|
1239
|
-
}, [_ctx.override ? renderSlot(_ctx.$slots, "default", {
|
|
1240
|
-
key: 0
|
|
1241
|
-
}) : _ctx.control ? (openBlock(), createElementBlock(Fragment, {
|
|
1242
|
-
key: 1
|
|
1243
|
-
}, [_ctx.control.type === 'text' ? (openBlock(), createBlock(_component_OrInput, {
|
|
1244
|
-
key: 0,
|
|
1245
|
-
modelValue: _ctx.model,
|
|
1246
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.model = $event),
|
|
1247
|
-
type: 'text',
|
|
1248
|
-
variant: 'embedded'
|
|
1249
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true), _ctx.control.type === 'number' ? (openBlock(), createBlock(_component_OrInput, {
|
|
1250
|
-
key: 1,
|
|
1251
|
-
modelValue: _ctx.model,
|
|
1252
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.model = $event),
|
|
1253
|
-
type: 'number',
|
|
1254
|
-
variant: 'embedded'
|
|
1255
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true), _ctx.control.type === 'rating' ? (openBlock(), createBlock(_component_OrRating, {
|
|
1256
|
-
key: 2,
|
|
1257
|
-
modelValue: _ctx.model,
|
|
1258
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.model = $event)
|
|
1259
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true), _ctx.control.type === 'select' ? (openBlock(), createBlock(_component_OrSelect, {
|
|
1260
|
-
key: 3,
|
|
1261
|
-
modelValue: _ctx.model,
|
|
1262
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => _ctx.model = $event),
|
|
1263
|
-
options: _ctx.control.options,
|
|
1264
|
-
variant: 'embedded',
|
|
1265
|
-
anchor: _ctx.root
|
|
1266
|
-
}, null, 8 /* PROPS */, ["modelValue", "options", "anchor"])) : createCommentVNode("v-if", true), _ctx.control.type === 'checkbox' ? (openBlock(), createBlock(_component_OrCheckbox, {
|
|
1267
|
-
key: 4,
|
|
1268
|
-
modelValue: _ctx.model,
|
|
1269
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.model = $event)
|
|
1270
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true), _ctx.control.type === 'switch' ? (openBlock(), createBlock(_component_OrSwitch, {
|
|
1271
|
-
key: 5,
|
|
1272
|
-
modelValue: _ctx.model,
|
|
1273
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => _ctx.model = $event)
|
|
1274
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true), _ctx.control.type === 'date' ? (openBlock(), createBlock(_component_OrDatePicker, {
|
|
1275
|
-
key: 6,
|
|
1276
|
-
modelValue: _ctx.model,
|
|
1277
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.model = $event),
|
|
1278
|
-
variant: 'embedded',
|
|
1279
|
-
anchor: _ctx.root
|
|
1280
|
-
}, null, 8 /* PROPS */, ["modelValue", "anchor"])) : createCommentVNode("v-if", true), _ctx.control.type === 'time' ? (openBlock(), createBlock(_component_OrTimePicker, {
|
|
1281
|
-
key: 7,
|
|
1282
|
-
modelValue: _ctx.model,
|
|
1283
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.model = $event),
|
|
1284
|
-
variant: 'embedded',
|
|
1285
|
-
anchor: _ctx.root
|
|
1286
|
-
}, null, 8 /* PROPS */, ["modelValue", "anchor"])) : createCommentVNode("v-if", true), _ctx.control.type === 'datetime' ? (openBlock(), createBlock(_component_OrDateTimePicker, {
|
|
1287
|
-
key: 8,
|
|
1288
|
-
modelValue: _ctx.model,
|
|
1289
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => _ctx.model = $event),
|
|
1290
|
-
variant: 'embedded',
|
|
1291
|
-
anchor: _ctx.root
|
|
1292
|
-
}, null, 8 /* PROPS */, ["modelValue", "anchor"])) : createCommentVNode("v-if", true), _ctx.control.type === 'tags' ? (openBlock(), createBlock(_component_OrTagInput, {
|
|
1293
|
-
key: 9,
|
|
1294
|
-
modelValue: _ctx.model,
|
|
1295
|
-
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => _ctx.model = $event),
|
|
1296
|
-
variant: 'embedded'
|
|
1297
|
-
}, null, 8 /* PROPS */, ["modelValue"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("div", _hoisted_1$2, [renderSlot(_ctx.$slots, "default")]))], 6 /* CLASS, STYLE */);
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
script$c.render = render$b;
|
|
1301
|
-
script$c.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue";
|
|
1302
|
-
|
|
1303
|
-
var DataGridVariant;
|
|
1304
|
-
(function (DataGridVariant) {
|
|
1305
|
-
DataGridVariant["Standard"] = "standard";
|
|
1306
|
-
DataGridVariant["Comfortable"] = "comfortable";
|
|
1307
|
-
DataGridVariant["Compact"] = "compact";
|
|
1308
|
-
})(DataGridVariant || (DataGridVariant = {}));
|
|
1309
|
-
|
|
1310
|
-
const DataGridTableContentRow = [
|
|
1311
|
-
// Layout
|
|
1312
|
-
'grid grid-cols-[subgrid] col-span-full',
|
|
1313
|
-
// Typography
|
|
1314
|
-
'typography-body-2-regular',
|
|
1315
|
-
// Theme
|
|
1316
|
-
'theme-border-disabled [&:not(:last-child)]:border-b-1', 'dark:theme-border-disabled-dark',
|
|
1317
|
-
// Theme (children)
|
|
1318
|
-
'children:theme-foreground-default', 'dark:children:theme-foreground-default-dark', 'children:theme-background-default', 'dark:children:theme-background-default-dark',
|
|
1319
|
-
// Theme (hover / children)
|
|
1320
|
-
'children:hover:theme-background-surface-1', 'dark:children:hover:theme-background-surface-1-dark',
|
|
1321
|
-
// Theme (selected / children)
|
|
1322
|
-
'children:selected:theme-background-surface-2', 'dark:children:selected:theme-background-surface-2-dark',
|
|
1323
|
-
// Theme (selected + hover / children)
|
|
1324
|
-
'children:hover:selected:theme-background-surface-3', 'dark:children:hover:selected:theme-background-surface-3-dark'];
|
|
1325
|
-
const DataGridTableContentRowVariants = {
|
|
1326
|
-
[DataGridVariant.Standard]: [
|
|
1327
|
-
// Box
|
|
1328
|
-
'h-[calc(theme(spacing.2xl)+theme(spacing.xs))]'],
|
|
1329
|
-
[DataGridVariant.Comfortable]: [
|
|
1330
|
-
// Box
|
|
1331
|
-
'h-[calc(theme(spacing.3xl)+theme(spacing.xs))]'],
|
|
1332
|
-
[DataGridVariant.Compact]: [
|
|
1333
|
-
// Box
|
|
1334
|
-
'h-[calc(theme(spacing.xl)+theme(spacing.xs))]']
|
|
1335
|
-
};
|
|
1336
|
-
|
|
1337
|
-
var script$b = defineComponent({
|
|
1338
|
-
name: 'OrDataGridTableContentRow',
|
|
1339
|
-
props: {
|
|
1340
|
-
variant: {
|
|
1341
|
-
type: String,
|
|
1342
|
-
required: true
|
|
1343
|
-
},
|
|
1344
|
-
selected: {
|
|
1345
|
-
type: Boolean,
|
|
1346
|
-
default: false
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
expose: ['root'],
|
|
1350
|
-
setup(props) {
|
|
1351
|
-
// Refs & Styles
|
|
1352
|
-
const root = ref();
|
|
1353
|
-
const rootStyles = computed(() => ['or-data-grid-table-content-row-v3', ...DataGridTableContentRow, ...DataGridTableContentRowVariants[props.variant]]);
|
|
1354
|
-
return {
|
|
1355
|
-
root,
|
|
1356
|
-
rootStyles
|
|
1357
|
-
};
|
|
1358
|
-
}
|
|
1359
|
-
});
|
|
1360
|
-
|
|
1361
|
-
const _hoisted_1$1 = ["selected"];
|
|
1362
|
-
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1363
|
-
return openBlock(), createElementBlock("div", {
|
|
1364
|
-
ref: 'root',
|
|
1365
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
1366
|
-
selected: _ctx.selected
|
|
1367
|
-
}, [renderSlot(_ctx.$slots, "default")], 10 /* CLASS, PROPS */, _hoisted_1$1);
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
script$b.render = render$a;
|
|
1371
|
-
script$b.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue";
|
|
1372
|
-
|
|
1373
|
-
const DataGridTableContent = [
|
|
1374
|
-
// Layout
|
|
1375
|
-
'contents'];
|
|
1376
|
-
|
|
1377
|
-
var script$a = defineComponent({
|
|
1378
|
-
name: 'OrDataGridTableContent',
|
|
1379
|
-
expose: ['root'],
|
|
1380
|
-
setup() {
|
|
1381
|
-
// Refs & Styles
|
|
1382
|
-
const root = ref();
|
|
1383
|
-
const rootStyles = computed(() => ['or-data-grid-table-content-v3', ...DataGridTableContent]);
|
|
1384
|
-
return {
|
|
1385
|
-
root,
|
|
1386
|
-
rootStyles
|
|
1387
|
-
};
|
|
1388
|
-
}
|
|
1389
|
-
});
|
|
1390
|
-
|
|
1391
|
-
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1392
|
-
return openBlock(), createElementBlock("div", {
|
|
1393
|
-
ref: 'root',
|
|
1394
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1395
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
script$a.render = render$9;
|
|
1399
|
-
script$a.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue";
|
|
1400
|
-
|
|
1401
|
-
const DataGridTableFooterCell = [
|
|
1402
|
-
// Layout
|
|
1403
|
-
'layout-row',
|
|
1404
|
-
// Spacing
|
|
1405
|
-
'px-sm+', 'py-0', 'gap-xs',
|
|
1406
|
-
// Theme
|
|
1407
|
-
'theme-border-transparent border-1', 'dark:theme-border-transparent-dark'];
|
|
1408
|
-
|
|
1409
|
-
var script$9 = defineComponent({
|
|
1410
|
-
name: 'OrDataGridTableFooterCell',
|
|
1411
|
-
expose: ['root'],
|
|
1412
|
-
setup() {
|
|
1413
|
-
// Refs & Styles
|
|
1414
|
-
const root = ref();
|
|
1415
|
-
const rootStyles = computed(() => ['or-data-grid-table-footer-cell-v3', ...DataGridTableFooterCell]);
|
|
1416
|
-
return {
|
|
1417
|
-
root,
|
|
1418
|
-
rootStyles
|
|
1419
|
-
};
|
|
1420
|
-
}
|
|
1421
|
-
});
|
|
1422
|
-
|
|
1423
|
-
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1424
|
-
return openBlock(), createElementBlock("div", {
|
|
1425
|
-
ref: 'root',
|
|
1426
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1427
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
script$9.render = render$8;
|
|
1431
|
-
script$9.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue";
|
|
1432
|
-
|
|
1433
|
-
const DataGridTableFooterRow = [
|
|
1434
|
-
// Layout
|
|
1435
|
-
'grid grid-cols-1',
|
|
1436
|
-
// Typography
|
|
1437
|
-
'typography-body-2-regular',
|
|
1438
|
-
// Theme
|
|
1439
|
-
'theme-border-disabled border-t-1', 'dark:theme-border-disabled-dark',
|
|
1440
|
-
// Theme (children)
|
|
1441
|
-
'children:theme-foreground-default', 'dark:children:theme-foreground-default-dark', 'children:theme-background-default', 'dark:children:theme-background-default-dark'];
|
|
1442
|
-
const DataGridTableFooterRowVariants = {
|
|
1443
|
-
[DataGridVariant.Standard]: [
|
|
1444
|
-
// Box
|
|
1445
|
-
'h-[calc(theme(spacing.2xl)+theme(spacing.xs))]'],
|
|
1446
|
-
[DataGridVariant.Comfortable]: [
|
|
1447
|
-
// Box
|
|
1448
|
-
'h-[calc(theme(spacing.3xl)+theme(spacing.xs))]'],
|
|
1449
|
-
[DataGridVariant.Compact]: [
|
|
1450
|
-
// Box
|
|
1451
|
-
'h-[calc(theme(spacing.xl)+theme(spacing.xs))]']
|
|
1452
|
-
};
|
|
1453
|
-
|
|
1454
|
-
var script$8 = defineComponent({
|
|
1455
|
-
name: 'OrDataGridTableFooterRow',
|
|
1456
|
-
props: {
|
|
1457
|
-
variant: {
|
|
1458
|
-
type: String,
|
|
1459
|
-
required: true
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
expose: ['root'],
|
|
1463
|
-
setup(props) {
|
|
1464
|
-
// Refs & Styles
|
|
1465
|
-
const root = ref();
|
|
1466
|
-
const rootStyles = computed(() => ['or-data-grid-table-footer-row-v3', ...DataGridTableFooterRow, ...DataGridTableFooterRowVariants[props.variant]]);
|
|
1467
|
-
return {
|
|
1468
|
-
root,
|
|
1469
|
-
rootStyles
|
|
1470
|
-
};
|
|
1471
|
-
}
|
|
1472
|
-
});
|
|
1473
|
-
|
|
1474
|
-
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1475
|
-
return openBlock(), createElementBlock("div", {
|
|
1476
|
-
ref: 'root',
|
|
1477
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1478
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
script$8.render = render$7;
|
|
1482
|
-
script$8.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue";
|
|
1483
|
-
|
|
1484
|
-
const DataGridTableFooter = [
|
|
1485
|
-
// Layout
|
|
1486
|
-
'contents'];
|
|
1487
|
-
|
|
1488
|
-
var script$7 = defineComponent({
|
|
1489
|
-
name: 'OrDataGridTableFooter',
|
|
1490
|
-
expose: ['root'],
|
|
1491
|
-
setup() {
|
|
1492
|
-
// Refs & Styles
|
|
1493
|
-
const root = ref();
|
|
1494
|
-
const rootStyles = computed(() => ['or-data-grid-table-footer-v3', ...DataGridTableFooter]);
|
|
1495
|
-
return {
|
|
1496
|
-
root,
|
|
1497
|
-
rootStyles
|
|
1498
|
-
};
|
|
1499
|
-
}
|
|
1500
|
-
});
|
|
1501
|
-
|
|
1502
|
-
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1503
|
-
return openBlock(), createElementBlock("div", {
|
|
1504
|
-
ref: 'root',
|
|
1505
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1506
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
script$7.render = render$6;
|
|
1510
|
-
script$7.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue";
|
|
1511
|
-
|
|
1512
|
-
const DataGridTableHeaderCell = [
|
|
1513
|
-
// Layout
|
|
1514
|
-
'layout-row',
|
|
1515
|
-
// Spacing
|
|
1516
|
-
'px-sm+', 'py-0', 'gap-xs',
|
|
1517
|
-
// Theme
|
|
1518
|
-
'theme-border-transparent border-1', 'dark:theme-border-transparent-dark',
|
|
1519
|
-
// Theme (.sticky-start)
|
|
1520
|
-
'[&.sticky-start]:border-e-disabled', 'dark:[&.sticky-start]:border-e-disabled-dark',
|
|
1521
|
-
// Theme (.sticky-end)
|
|
1522
|
-
'[&.sticky-end]:border-s-disabled', 'dark:[&.sticky-end]:border-s-disabled-dark'];
|
|
1523
|
-
|
|
1524
|
-
var script$6 = defineComponent({
|
|
1525
|
-
name: 'OrDataGridTableHeaderCell',
|
|
1526
|
-
components: {
|
|
1527
|
-
OrIcon: script$r
|
|
1528
|
-
},
|
|
1529
|
-
model: {
|
|
1530
|
-
prop: 'modelValue',
|
|
1531
|
-
event: 'update:modelValue'
|
|
1532
|
-
},
|
|
1533
|
-
props: {
|
|
1534
|
-
modelValue: {
|
|
1535
|
-
type: Object,
|
|
1536
|
-
default: undefined
|
|
1537
|
-
},
|
|
1538
|
-
column: {
|
|
1539
|
-
type: Object,
|
|
1540
|
-
default: undefined
|
|
1541
|
-
},
|
|
1542
|
-
features: {
|
|
1543
|
-
type: Object,
|
|
1544
|
-
default: undefined
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
emits: ['update:modelValue', 'update:scrollOffset', 'remove:scrollOffset'],
|
|
1548
|
-
expose: ['root'],
|
|
1549
|
-
setup(props, context) {
|
|
1550
|
-
// Refs & Styles
|
|
1551
|
-
const root = ref();
|
|
1552
|
-
const rootStyles = computed(() => {
|
|
1553
|
-
var _a, _b, _c;
|
|
1554
|
-
return ['or-data-grid-table-header-cell-v3', ...DataGridTableHeaderCell, ...(((_a = props.column) === null || _a === void 0 ? void 0 : _a.stickiness) ? [`sticky-${props.column.stickiness}`] : []), ...(((_b = props.features) === null || _b === void 0 ? void 0 : _b.sorting) && ((_c = props.column) === null || _c === void 0 ? void 0 : _c.name) ? ['interactivity-click'] : [])];
|
|
1555
|
-
});
|
|
1556
|
-
const rootInlineStyles = computed(() => {
|
|
1557
|
-
if (props.column) {
|
|
1558
|
-
switch (props.column.stickiness) {
|
|
1559
|
-
case 'start':
|
|
1560
|
-
return {
|
|
1561
|
-
position: 'sticky',
|
|
1562
|
-
insetInlineStart: '0',
|
|
1563
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1564
|
-
justifyContent: props.column.alignment
|
|
1565
|
-
};
|
|
1566
|
-
case 'end':
|
|
1567
|
-
return {
|
|
1568
|
-
position: 'sticky',
|
|
1569
|
-
insetInlineEnd: '0',
|
|
1570
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1571
|
-
justifyContent: props.column.alignment
|
|
1572
|
-
};
|
|
1573
|
-
default:
|
|
1574
|
-
return {
|
|
1575
|
-
flexDirection: props.column.alignment === 'end' ? 'row-reverse' : undefined,
|
|
1576
|
-
justifyContent: props.column.alignment
|
|
1577
|
-
};
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
return {
|
|
1581
|
-
justifyContent: 'center'
|
|
1582
|
-
};
|
|
1583
|
-
});
|
|
1584
|
-
// State
|
|
1585
|
-
const model = computed({
|
|
1586
|
-
get: () => {
|
|
1587
|
-
var _a, _b, _c;
|
|
1588
|
-
if (!((_a = props.features) === null || _a === void 0 ? void 0 : _a.sorting)) {
|
|
1589
|
-
return;
|
|
1590
|
-
}
|
|
1591
|
-
return ((_b = props.modelValue) === null || _b === void 0 ? void 0 : _b.column) === ((_c = props.column) === null || _c === void 0 ? void 0 : _c.name) ? props.modelValue : undefined;
|
|
1592
|
-
},
|
|
1593
|
-
set: value => {
|
|
1594
|
-
context.emit('update:modelValue', value);
|
|
1595
|
-
}
|
|
1596
|
-
});
|
|
1597
|
-
// Methods
|
|
1598
|
-
function toggleSorting() {
|
|
1599
|
-
var _a, _b;
|
|
1600
|
-
if (!((_a = props.features) === null || _a === void 0 ? void 0 : _a.sorting)) {
|
|
1601
|
-
return;
|
|
1602
|
-
}
|
|
1603
|
-
if (model.value) {
|
|
1604
|
-
model.value = {
|
|
1605
|
-
...model.value,
|
|
1606
|
-
direction: model.value.direction === 'asc' ? 'desc' : 'asc'
|
|
1607
|
-
};
|
|
1608
|
-
} else {
|
|
1609
|
-
if (!props.column) {
|
|
1610
|
-
throw new Error('[OrDataGridTableHeaderCell]: `column` must be specified.');
|
|
1611
|
-
}
|
|
1612
|
-
model.value = {
|
|
1613
|
-
column: ((_b = props.column) === null || _b === void 0 ? void 0 : _b.name) || '_check',
|
|
1614
|
-
direction: 'asc'
|
|
1615
|
-
};
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
// Effects
|
|
1619
|
-
const {
|
|
1620
|
-
width
|
|
1621
|
-
} = useElementSize(root, undefined, {
|
|
1622
|
-
box: 'border-box'
|
|
1623
|
-
});
|
|
1624
|
-
watch([root, width, () => {
|
|
1625
|
-
var _a;
|
|
1626
|
-
return (_a = props.column) === null || _a === void 0 ? void 0 : _a.stickiness;
|
|
1627
|
-
}], ([nextRoot, width], [prevRoot]) => {
|
|
1628
|
-
if (prevRoot && prevRoot !== nextRoot) {
|
|
1629
|
-
context.emit('remove:scrollOffset', prevRoot);
|
|
1630
|
-
}
|
|
1631
|
-
context.emit('update:scrollOffset', nextRoot, width, props.column);
|
|
1632
|
-
});
|
|
1633
|
-
return {
|
|
1634
|
-
root,
|
|
1635
|
-
rootStyles,
|
|
1636
|
-
rootInlineStyles,
|
|
1637
|
-
model,
|
|
1638
|
-
toggleSorting
|
|
1639
|
-
};
|
|
1640
|
-
}
|
|
1641
|
-
});
|
|
1642
|
-
|
|
1643
|
-
const _hoisted_1 = {
|
|
1644
|
-
class: /*#__PURE__*/normalizeClass(['truncate'])
|
|
1645
|
-
};
|
|
1646
|
-
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1647
|
-
const _component_OrIcon = resolveComponent("OrIcon");
|
|
1648
|
-
return openBlock(), createElementBlock("div", {
|
|
1649
|
-
ref: 'root',
|
|
1650
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
1651
|
-
style: normalizeStyle(_ctx.rootInlineStyles),
|
|
1652
|
-
onClick: _cache[0] || (_cache[0] = $event => _ctx.toggleSorting())
|
|
1653
|
-
}, [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "default")]), _ctx.model ? (openBlock(), createBlock(_component_OrIcon, {
|
|
1654
|
-
key: 0,
|
|
1655
|
-
icon: _ctx.model.direction === 'asc' ? 'arrow_upward' : 'arrow_downward'
|
|
1656
|
-
}, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)], 6 /* CLASS, STYLE */);
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
script$6.render = render$5;
|
|
1660
|
-
script$6.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue";
|
|
1661
|
-
|
|
1662
|
-
const DataGridTableHeaderRow = [
|
|
1663
|
-
// Position
|
|
1664
|
-
'sticky top-0 z-10',
|
|
1665
|
-
// Layout
|
|
1666
|
-
'grid grid-cols-[subgrid] col-span-full',
|
|
1667
|
-
// Typography
|
|
1668
|
-
'typography-body-2-semibold',
|
|
1669
|
-
// Theme (children)
|
|
1670
|
-
'children:theme-foreground-default', 'dark:children:theme-foreground-default-dark', 'children:theme-background-surface-variant-1', 'dark:children:theme-background-surface-variant-1-dark'];
|
|
1671
|
-
const DataGridTableHeaderRowVariants = {
|
|
1672
|
-
[DataGridVariant.Standard]: [
|
|
1673
|
-
// Box
|
|
1674
|
-
'h-[calc(theme(spacing.2xl)+theme(spacing.xs))]'],
|
|
1675
|
-
[DataGridVariant.Comfortable]: [
|
|
1676
|
-
// Box
|
|
1677
|
-
'h-[calc(theme(spacing.3xl)+theme(spacing.xs))]'],
|
|
1678
|
-
[DataGridVariant.Compact]: [
|
|
1679
|
-
// Box
|
|
1680
|
-
'h-[calc(theme(spacing.xl)+theme(spacing.xs))]']
|
|
1681
|
-
};
|
|
1682
|
-
|
|
1683
|
-
var script$5 = defineComponent({
|
|
1684
|
-
name: 'OrDataGridTableHeaderRow',
|
|
1685
|
-
props: {
|
|
1686
|
-
variant: {
|
|
1687
|
-
type: String,
|
|
1688
|
-
required: true
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
expose: ['root'],
|
|
1692
|
-
setup(props) {
|
|
1693
|
-
// Refs & Styles
|
|
1694
|
-
const root = ref();
|
|
1695
|
-
const rootStyles = computed(() => ['or-data-grid-table-header-row-v3', ...DataGridTableHeaderRow, ...DataGridTableHeaderRowVariants[props.variant]]);
|
|
1696
|
-
return {
|
|
1697
|
-
root,
|
|
1698
|
-
rootStyles
|
|
1699
|
-
};
|
|
1700
|
-
}
|
|
1701
|
-
});
|
|
1702
|
-
|
|
1703
|
-
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1704
|
-
return openBlock(), createElementBlock("div", {
|
|
1705
|
-
ref: 'root',
|
|
1706
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1707
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
script$5.render = render$4;
|
|
1711
|
-
script$5.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue";
|
|
1712
|
-
|
|
1713
|
-
const DataGridTableHeader = [
|
|
1714
|
-
// Layout
|
|
1715
|
-
'contents'];
|
|
1716
|
-
|
|
1717
|
-
var script$4 = defineComponent({
|
|
1718
|
-
name: 'OrDataGridTableHeader',
|
|
1719
|
-
expose: ['root'],
|
|
1720
|
-
setup() {
|
|
1721
|
-
// Refs & Styles
|
|
1722
|
-
const root = ref();
|
|
1723
|
-
const rootStyles = computed(() => ['or-data-grid-table-header-v3', ...DataGridTableHeader]);
|
|
1724
|
-
return {
|
|
1725
|
-
root,
|
|
1726
|
-
rootStyles
|
|
1727
|
-
};
|
|
1728
|
-
}
|
|
1729
|
-
});
|
|
1730
|
-
|
|
1731
|
-
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1732
|
-
return openBlock(), createElementBlock("div", {
|
|
1733
|
-
ref: 'root',
|
|
1734
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1735
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
script$4.render = render$3;
|
|
1739
|
-
script$4.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue";
|
|
1740
|
-
|
|
1741
|
-
const DataGridTablePlaceholder = [
|
|
1742
|
-
// Layout
|
|
1743
|
-
'layout-row justify-center',
|
|
1744
|
-
// Spacing
|
|
1745
|
-
'px-sm+', 'py-0', 'gap-xs',
|
|
1746
|
-
// Typography
|
|
1747
|
-
'typography-body-2-regular',
|
|
1748
|
-
// Theme
|
|
1749
|
-
'theme-foreground-default', 'dark:theme-foreground-default-dark', 'theme-background-default', 'dark:theme-background-default-dark'];
|
|
1750
|
-
const DataGridTablePlaceholderVariants = {
|
|
1751
|
-
[DataGridVariant.Standard]: [
|
|
1752
|
-
// Box
|
|
1753
|
-
'min-h-[calc(theme(spacing.2xl)+theme(spacing.xs))]'],
|
|
1754
|
-
[DataGridVariant.Comfortable]: [
|
|
1755
|
-
// Box
|
|
1756
|
-
'min-h-[calc(theme(spacing.3xl)+theme(spacing.xs))]'],
|
|
1757
|
-
[DataGridVariant.Compact]: [
|
|
1758
|
-
// Box
|
|
1759
|
-
'min-h-[calc(theme(spacing.xl)+theme(spacing.xs))]']
|
|
1760
|
-
};
|
|
1761
|
-
|
|
1762
|
-
var script$3 = defineComponent({
|
|
1763
|
-
name: 'OrDataGridTablePlaceholder',
|
|
1764
|
-
props: {
|
|
1765
|
-
variant: {
|
|
1766
|
-
type: String,
|
|
1767
|
-
required: true
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
expose: ['root'],
|
|
1771
|
-
setup(props) {
|
|
1772
|
-
// Refs & Styles
|
|
1773
|
-
const root = ref();
|
|
1774
|
-
const rootStyles = computed(() => ['or-data-grid-table-placeholder-v3', ...DataGridTablePlaceholder, ...DataGridTablePlaceholderVariants[props.variant]]);
|
|
1775
|
-
return {
|
|
1776
|
-
root,
|
|
1777
|
-
rootStyles
|
|
1778
|
-
};
|
|
1779
|
-
}
|
|
1780
|
-
});
|
|
1781
|
-
|
|
1782
|
-
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1783
|
-
return openBlock(), createElementBlock("div", {
|
|
1784
|
-
ref: 'root',
|
|
1785
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1786
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
script$3.render = render$2;
|
|
1790
|
-
script$3.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue";
|
|
1791
|
-
|
|
1792
|
-
const DataGridTable = [
|
|
1793
|
-
// Layout
|
|
1794
|
-
'grid content-start',
|
|
1795
|
-
// Overflow
|
|
1796
|
-
'overflow-auto',
|
|
1797
|
-
// Interactivity
|
|
1798
|
-
'interactivity-default'];
|
|
1799
|
-
|
|
1800
|
-
var script$2 = defineComponent({
|
|
1801
|
-
name: 'OrDataGridTable',
|
|
1802
|
-
props: {
|
|
1803
|
-
columns: {
|
|
1804
|
-
type: Array,
|
|
1805
|
-
required: true
|
|
1806
|
-
},
|
|
1807
|
-
features: {
|
|
1808
|
-
type: Object,
|
|
1809
|
-
required: true
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
expose: ['root'],
|
|
1813
|
-
setup(props) {
|
|
1814
|
-
// Refs & Styles
|
|
1815
|
-
const root = ref();
|
|
1816
|
-
const rootStyles = computed(() => ['or-data-grid-table-v3', ...DataGridTable]);
|
|
1817
|
-
const rootInlineStyles = computed(() => {
|
|
1818
|
-
const gridTemplateColumns = props.columns.map(column => {
|
|
1819
|
-
var _a;
|
|
1820
|
-
return (_a = column.width) !== null && _a !== void 0 ? _a : 'auto';
|
|
1821
|
-
});
|
|
1822
|
-
if (props.features.selecting) {
|
|
1823
|
-
return {
|
|
1824
|
-
gridTemplateColumns: `0fr ${gridTemplateColumns.join(' ')}`
|
|
1825
|
-
};
|
|
1826
|
-
}
|
|
1827
|
-
return {
|
|
1828
|
-
gridTemplateColumns: gridTemplateColumns.join(' ')
|
|
1829
|
-
};
|
|
1830
|
-
});
|
|
1831
|
-
return {
|
|
1832
|
-
root,
|
|
1833
|
-
rootStyles,
|
|
1834
|
-
rootInlineStyles
|
|
1835
|
-
};
|
|
1836
|
-
}
|
|
1837
|
-
});
|
|
1838
|
-
|
|
1839
|
-
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1840
|
-
return openBlock(), createElementBlock("div", {
|
|
1841
|
-
ref: 'root',
|
|
1842
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
1843
|
-
style: normalizeStyle(_ctx.rootInlineStyles)
|
|
1844
|
-
}, [renderSlot(_ctx.$slots, "default")], 6 /* CLASS, STYLE */);
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
script$2.render = render$1;
|
|
1848
|
-
script$2.__file = "src/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue";
|
|
1849
|
-
|
|
1850
|
-
const DataGridToolbar = [
|
|
1851
|
-
// Layout
|
|
1852
|
-
'layout-row',
|
|
1853
|
-
// Box
|
|
1854
|
-
'h-2xl',
|
|
1855
|
-
// Spacing
|
|
1856
|
-
'gap-xl'];
|
|
1857
|
-
|
|
1858
|
-
var script$1 = defineComponent({
|
|
1859
|
-
name: 'OrDataGridToolbar',
|
|
1860
|
-
expose: ['root'],
|
|
1861
|
-
setup() {
|
|
1862
|
-
// Refs & Styles
|
|
1863
|
-
const root = ref();
|
|
1864
|
-
const rootStyles = computed(() => ['or-data-grid-toolbar-v3', ...DataGridToolbar]);
|
|
1865
|
-
return {
|
|
1866
|
-
root,
|
|
1867
|
-
rootStyles
|
|
1868
|
-
};
|
|
1869
|
-
}
|
|
1870
|
-
});
|
|
1871
|
-
|
|
1872
|
-
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1873
|
-
return openBlock(), createElementBlock("div", {
|
|
1874
|
-
ref: 'root',
|
|
1875
|
-
class: normalizeClass(_ctx.rootStyles)
|
|
1876
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
script$1.render = render;
|
|
1880
|
-
script$1.__file = "src/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue";
|
|
1881
|
-
|
|
1882
|
-
const DataGrid = [
|
|
1883
|
-
// Layout
|
|
1884
|
-
'layout-column'];
|
|
1885
|
-
|
|
1886
|
-
var script = defineComponent({
|
|
1887
|
-
name: 'OrDataGrid',
|
|
1888
|
-
components: {
|
|
1889
|
-
OrCheckbox: script$o,
|
|
1890
|
-
OrDataGridFooter: script$e,
|
|
1891
|
-
OrDataGridHeader: script$d,
|
|
1892
|
-
OrDataGridTable: script$2,
|
|
1893
|
-
OrDataGridTableContent: script$a,
|
|
1894
|
-
OrDataGridTableContentCell: script$c,
|
|
1895
|
-
OrDataGridTableContentRow: script$b,
|
|
1896
|
-
OrDataGridTableFooter: script$7,
|
|
1897
|
-
OrDataGridTableFooterCell: script$9,
|
|
1898
|
-
OrDataGridTableFooterRow: script$8,
|
|
1899
|
-
OrDataGridTableHeader: script$4,
|
|
1900
|
-
OrDataGridTableHeaderCell: script$6,
|
|
1901
|
-
OrDataGridTableHeaderRow: script$5,
|
|
1902
|
-
OrDataGridTablePlaceholder: script$3,
|
|
1903
|
-
OrDataGridToolbar: script$1,
|
|
1904
|
-
OrPagination: script$f,
|
|
1905
|
-
OrSearch: script$s,
|
|
1906
|
-
OrSkeletonText: script$g,
|
|
1907
|
-
OrNotification: script$h
|
|
1908
|
-
},
|
|
1909
|
-
model: {
|
|
1910
|
-
prop: 'modelValue',
|
|
1911
|
-
event: 'update:modelValue'
|
|
1912
|
-
},
|
|
1913
|
-
props: {
|
|
1914
|
-
modelValue: {
|
|
1915
|
-
type: undefined,
|
|
1916
|
-
default: undefined
|
|
1917
|
-
},
|
|
1918
|
-
items: {
|
|
1919
|
-
type: Array,
|
|
1920
|
-
default: () => []
|
|
1921
|
-
},
|
|
1922
|
-
columns: {
|
|
1923
|
-
type: Array,
|
|
1924
|
-
required: true
|
|
1925
|
-
},
|
|
1926
|
-
variant: {
|
|
1927
|
-
type: String,
|
|
1928
|
-
default: () => DataGridVariant.Standard
|
|
1929
|
-
},
|
|
1930
|
-
features: {
|
|
1931
|
-
type: Object,
|
|
1932
|
-
default: () => ({})
|
|
1933
|
-
},
|
|
1934
|
-
loading: {
|
|
1935
|
-
type: Boolean,
|
|
1936
|
-
default: false
|
|
1937
|
-
},
|
|
1938
|
-
notification: {
|
|
1939
|
-
type: Object,
|
|
1940
|
-
default: undefined
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
emits: ['update:modelValue', 'update:item', 'close-notification'],
|
|
1944
|
-
expose: ['root'],
|
|
1945
|
-
setup(props, context) {
|
|
1946
|
-
// Refs & Styles
|
|
1947
|
-
const root = ref();
|
|
1948
|
-
const rootStyles = computed(() => ['or-data-grid-v3', ...DataGrid]);
|
|
1949
|
-
const tableInlineStyles = computed(() => ({
|
|
1950
|
-
scrollPaddingInlineStart: `${[...scrollOffsetStart.value.values()].reduce((accumulator, value) => accumulator + value, 0)}px`,
|
|
1951
|
-
scrollPaddingInlineEnd: `${[...scrollOffsetEnd.value.values()].reduce((accumulator, value) => accumulator + value, 0)}px`
|
|
1952
|
-
}));
|
|
1953
|
-
// State
|
|
1954
|
-
const selectingIndicator = computed({
|
|
1955
|
-
get: () => {
|
|
1956
|
-
return !!props.items.length && props.items.every(item => selectingModel.value.includes(item.id));
|
|
1957
|
-
},
|
|
1958
|
-
set: value => {
|
|
1959
|
-
if (value) {
|
|
1960
|
-
selectingModel.value = [...new Set([...selectingModel.value, ...props.items.map(item => item.id)])];
|
|
1961
|
-
} else {
|
|
1962
|
-
selectingModel.value = [];
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
});
|
|
1966
|
-
const selectingModel = computed({
|
|
1967
|
-
get: () => {
|
|
1968
|
-
var _a, _b;
|
|
1969
|
-
return (_b = (_a = props.modelValue) === null || _a === void 0 ? void 0 : _a.selecting) !== null && _b !== void 0 ? _b : [];
|
|
1970
|
-
},
|
|
1971
|
-
set: value => {
|
|
1972
|
-
context.emit('update:modelValue', {
|
|
1973
|
-
selecting: value,
|
|
1974
|
-
filtering: filteringModel.value,
|
|
1975
|
-
searching: searchingModel.value,
|
|
1976
|
-
sorting: sortingModel.value,
|
|
1977
|
-
paging: pagingModel.value
|
|
1978
|
-
});
|
|
1979
|
-
}
|
|
1980
|
-
});
|
|
1981
|
-
const filteringModel = computed({
|
|
1982
|
-
get: () => {
|
|
1983
|
-
var _a;
|
|
1984
|
-
return (_a = props.modelValue) === null || _a === void 0 ? void 0 : _a.filtering;
|
|
1985
|
-
},
|
|
1986
|
-
set: value => {
|
|
1987
|
-
context.emit('update:modelValue', {
|
|
1988
|
-
selecting: selectingModel.value,
|
|
1989
|
-
filtering: value,
|
|
1990
|
-
searching: searchingModel.value,
|
|
1991
|
-
sorting: sortingModel.value,
|
|
1992
|
-
paging: {
|
|
1993
|
-
...pagingModel.value,
|
|
1994
|
-
offset: 0
|
|
1995
|
-
}
|
|
1996
|
-
});
|
|
1997
|
-
}
|
|
1998
|
-
});
|
|
1999
|
-
const searchingModel = computed({
|
|
2000
|
-
get: () => {
|
|
2001
|
-
var _a;
|
|
2002
|
-
return (_a = props.modelValue) === null || _a === void 0 ? void 0 : _a.searching;
|
|
2003
|
-
},
|
|
2004
|
-
set: value => {
|
|
2005
|
-
context.emit('update:modelValue', {
|
|
2006
|
-
selecting: selectingModel.value,
|
|
2007
|
-
filtering: filteringModel.value,
|
|
2008
|
-
searching: value,
|
|
2009
|
-
sorting: sortingModel.value,
|
|
2010
|
-
paging: {
|
|
2011
|
-
...pagingModel.value,
|
|
2012
|
-
offset: 0
|
|
2013
|
-
}
|
|
2014
|
-
});
|
|
2015
|
-
}
|
|
2016
|
-
});
|
|
2017
|
-
const sortingModel = computed({
|
|
2018
|
-
get: () => {
|
|
2019
|
-
var _a;
|
|
2020
|
-
return (_a = props.modelValue) === null || _a === void 0 ? void 0 : _a.sorting;
|
|
2021
|
-
},
|
|
2022
|
-
set: value => {
|
|
2023
|
-
context.emit('update:modelValue', {
|
|
2024
|
-
selecting: selectingModel.value,
|
|
2025
|
-
filtering: filteringModel.value,
|
|
2026
|
-
searching: searchingModel.value,
|
|
2027
|
-
sorting: value,
|
|
2028
|
-
paging: {
|
|
2029
|
-
...pagingModel.value,
|
|
2030
|
-
offset: 0
|
|
2031
|
-
}
|
|
2032
|
-
});
|
|
2033
|
-
}
|
|
2034
|
-
});
|
|
2035
|
-
const pagingModel = computed({
|
|
2036
|
-
get: () => {
|
|
2037
|
-
var _a;
|
|
2038
|
-
return (_a = props.modelValue) === null || _a === void 0 ? void 0 : _a.paging;
|
|
2039
|
-
},
|
|
2040
|
-
set: value => {
|
|
2041
|
-
context.emit('update:modelValue', {
|
|
2042
|
-
selecting: selectingModel.value,
|
|
2043
|
-
filtering: filteringModel.value,
|
|
2044
|
-
searching: searchingModel.value,
|
|
2045
|
-
sorting: sortingModel.value,
|
|
2046
|
-
paging: value
|
|
2047
|
-
});
|
|
2048
|
-
}
|
|
2049
|
-
});
|
|
2050
|
-
const scrollOffsetStart = ref(new Map());
|
|
2051
|
-
const scrollOffsetEnd = ref(new Map());
|
|
2052
|
-
const showSelectingCouter = computed(() => {
|
|
2053
|
-
return props.features.selecting && (typeof props.features.selecting === 'object' ? props.features.selecting.showCounter !== false : true);
|
|
2054
|
-
});
|
|
2055
|
-
const selectingDisabled = computed(() => {
|
|
2056
|
-
return props.items.length === 0 || props.loading || typeof props.features.selecting === 'object' && props.features.selecting.disabled;
|
|
2057
|
-
});
|
|
2058
|
-
// Methods
|
|
2059
|
-
function updateSearchingModel(value) {
|
|
2060
|
-
searchingModel.value = value;
|
|
2061
|
-
}
|
|
2062
|
-
function updateScrollOffset(header, offset, column) {
|
|
2063
|
-
switch (column.stickiness) {
|
|
2064
|
-
case 'start':
|
|
2065
|
-
scrollOffsetStart.value.set(header, offset);
|
|
2066
|
-
scrollOffsetStart.value = new Map(scrollOffsetStart.value);
|
|
2067
|
-
scrollOffsetEnd.value.delete(header);
|
|
2068
|
-
scrollOffsetEnd.value = new Map(scrollOffsetEnd.value);
|
|
2069
|
-
break;
|
|
2070
|
-
case 'end':
|
|
2071
|
-
scrollOffsetStart.value.delete(header);
|
|
2072
|
-
scrollOffsetStart.value = new Map(scrollOffsetStart.value);
|
|
2073
|
-
scrollOffsetEnd.value.set(header, offset);
|
|
2074
|
-
scrollOffsetEnd.value = new Map(scrollOffsetEnd.value);
|
|
2075
|
-
break;
|
|
2076
|
-
default:
|
|
2077
|
-
removeScrollOffset(header);
|
|
2078
|
-
break;
|
|
2079
|
-
}
|
|
2080
|
-
}
|
|
2081
|
-
function removeScrollOffset(header) {
|
|
2082
|
-
scrollOffsetStart.value.delete(header);
|
|
2083
|
-
scrollOffsetStart.value = new Map(scrollOffsetStart.value);
|
|
2084
|
-
scrollOffsetEnd.value.delete(header);
|
|
2085
|
-
scrollOffsetEnd.value = new Map(scrollOffsetEnd.value);
|
|
2086
|
-
}
|
|
2087
|
-
// Helpers
|
|
2088
|
-
function scrollTo(event) {
|
|
2089
|
-
event.currentTarget.scrollIntoView();
|
|
2090
|
-
}
|
|
2091
|
-
return {
|
|
2092
|
-
root,
|
|
2093
|
-
rootStyles,
|
|
2094
|
-
tableInlineStyles,
|
|
2095
|
-
selectingIndicator,
|
|
2096
|
-
showSelectingCouter,
|
|
2097
|
-
selectingDisabled,
|
|
2098
|
-
selectingModel,
|
|
2099
|
-
filteringModel,
|
|
2100
|
-
searchingModel,
|
|
2101
|
-
sortingModel,
|
|
2102
|
-
pagingModel,
|
|
2103
|
-
updateScrollOffset,
|
|
2104
|
-
removeScrollOffset,
|
|
2105
|
-
updateSearchingModel,
|
|
2106
|
-
scrollTo
|
|
2107
|
-
};
|
|
2108
|
-
}
|
|
2109
|
-
});
|
|
2110
|
-
|
|
2111
|
-
export { DataGridVariant, script as OrDataGridV3 };
|