@milaboratories/uikit 2.7.3 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +53 -41
- package/.turbo/turbo-type-check.log +2 -2
- package/CHANGELOG.md +6 -0
- package/dist/__tests__/compositions/usePollingQuery.spec.d.ts +1 -0
- package/dist/__tests__/compositions/usePollingQuery.spec.d.ts.map +1 -0
- package/dist/__tests__/compositions/useValidation.spec.d.ts +1 -0
- package/dist/__tests__/compositions/useValidation.spec.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +1 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/__tests__/use-debounce-fn.test.d.ts +1 -0
- package/dist/__tests__/use-debounce-fn.test.d.ts.map +1 -0
- package/dist/base/BtnBase.vue.d.ts +1 -0
- package/dist/base/BtnBase.vue.d.ts.map +1 -0
- package/dist/colors/__tests__/colors.spec.d.ts +1 -0
- package/dist/colors/__tests__/colors.spec.d.ts.map +1 -0
- package/dist/colors/color.d.ts +1 -0
- package/dist/colors/color.d.ts.map +1 -0
- package/dist/colors/gradient.d.ts +1 -0
- package/dist/colors/gradient.d.ts.map +1 -0
- package/dist/colors/index.d.ts +1 -0
- package/dist/colors/index.d.ts.map +1 -0
- package/dist/colors/palette.d.ts +1 -0
- package/dist/colors/palette.d.ts.map +1 -0
- package/dist/components/ContextProvider.vue.d.ts +1 -0
- package/dist/components/ContextProvider.vue.d.ts.map +1 -0
- package/dist/components/DataTable/BaseCellComponent.vue.d.ts +1 -0
- package/dist/components/DataTable/BaseCellComponent.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnCaret.vue.d.ts +1 -0
- package/dist/components/DataTable/ColumnCaret.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts +1 -0
- package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts.map +1 -0
- package/dist/components/DataTable/RowsCommandMenu.vue.d.ts +1 -0
- package/dist/components/DataTable/RowsCommandMenu.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TScroll.vue.d.ts +1 -0
- package/dist/components/DataTable/TScroll.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TableComponent.vue.d.ts +1 -0
- package/dist/components/DataTable/TableComponent.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TableComponent.vue.js +1 -1
- package/dist/components/DataTable/TdCell.vue.d.ts +1 -0
- package/dist/components/DataTable/TdCell.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ThCell.vue.d.ts +1 -0
- package/dist/components/DataTable/ThCell.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TrBody.vue.d.ts +1 -0
- package/dist/components/DataTable/TrBody.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TrHead.vue.d.ts +1 -0
- package/dist/components/DataTable/TrHead.vue.d.ts.map +1 -0
- package/dist/components/DataTable/adapters/AsyncData.d.ts +1 -0
- package/dist/components/DataTable/adapters/AsyncData.d.ts.map +1 -0
- package/dist/components/DataTable/adapters/RawData.d.ts +1 -0
- package/dist/components/DataTable/adapters/RawData.d.ts.map +1 -0
- package/dist/components/DataTable/assets/TableIcon.vue.d.ts +1 -0
- package/dist/components/DataTable/assets/TableIcon.vue.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useColumn.d.ts +1 -0
- package/dist/components/DataTable/composition/useColumn.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useMouseUp.d.ts +1 -0
- package/dist/components/DataTable/composition/useMouseUp.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useResize.d.ts +1 -0
- package/dist/components/DataTable/composition/useResize.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useTableColumns.d.ts +1 -0
- package/dist/components/DataTable/composition/useTableColumns.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useTableRows.d.ts +1 -0
- package/dist/components/DataTable/composition/useTableRows.d.ts.map +1 -0
- package/dist/components/DataTable/constants.d.ts +1 -0
- package/dist/components/DataTable/constants.d.ts.map +1 -0
- package/dist/components/DataTable/domain.d.ts +1 -0
- package/dist/components/DataTable/domain.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +1 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DataTable/keys.d.ts +1 -0
- package/dist/components/DataTable/keys.d.ts.map +1 -0
- package/dist/components/DataTable/state.d.ts +1 -0
- package/dist/components/DataTable/state.d.ts.map +1 -0
- package/dist/components/DataTable/types.d.ts +1 -0
- package/dist/components/DataTable/types.d.ts.map +1 -0
- package/dist/components/DropdownListItem.vue.d.ts +1 -0
- package/dist/components/DropdownListItem.vue.d.ts.map +1 -0
- package/dist/components/GridTable/constants.d.ts +1 -0
- package/dist/components/GridTable/constants.d.ts.map +1 -0
- package/dist/components/GridTable/domain.d.ts +1 -0
- package/dist/components/GridTable/domain.d.ts.map +1 -0
- package/dist/components/GridTable/getColumnPositions.d.ts +1 -0
- package/dist/components/GridTable/getColumnPositions.d.ts.map +1 -0
- package/dist/components/GridTable/types.d.ts +1 -0
- package/dist/components/GridTable/types.d.ts.map +1 -0
- package/dist/components/GridTable/useColumn.d.ts +1 -0
- package/dist/components/GridTable/useColumn.d.ts.map +1 -0
- package/dist/components/GridTable/useMouseUp.d.ts +1 -0
- package/dist/components/GridTable/useMouseUp.d.ts.map +1 -0
- package/dist/components/GridTable/useResize.d.ts +1 -0
- package/dist/components/GridTable/useResize.d.ts.map +1 -0
- package/dist/components/HScroll.vue.d.ts +1 -0
- package/dist/components/HScroll.vue.d.ts.map +1 -0
- package/dist/components/InputRange.vue.d.ts +1 -0
- package/dist/components/InputRange.vue.d.ts.map +1 -0
- package/dist/components/LongText.vue.d.ts +1 -0
- package/dist/components/LongText.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue.d.ts +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/PlAccordion.vue.d.ts +1 -0
- package/dist/components/PlAccordion/PlAccordion.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts +1 -0
- package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/index.d.ts +1 -0
- package/dist/components/PlAccordion/index.d.ts.map +1 -0
- package/dist/components/PlAlert/PlAlert.vue.d.ts +1 -0
- package/dist/components/PlAlert/PlAlert.vue.d.ts.map +1 -0
- package/dist/components/PlAlert/index.d.ts +1 -0
- package/dist/components/PlAlert/index.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
- package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts +1 -0
- package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/index.d.ts +1 -0
- package/dist/components/PlAutocomplete/index.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js +1 -1
- package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/index.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/index.d.ts.map +1 -0
- package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts +1 -0
- package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts.map +1 -0
- package/dist/components/PlBtnAccent/index.d.ts +1 -0
- package/dist/components/PlBtnAccent/index.d.ts.map +1 -0
- package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts +1 -0
- package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts.map +1 -0
- package/dist/components/PlBtnDanger/index.d.ts +1 -0
- package/dist/components/PlBtnDanger/index.d.ts.map +1 -0
- package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -0
- package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts.map +1 -0
- package/dist/components/PlBtnGhost/index.d.ts +1 -0
- package/dist/components/PlBtnGhost/index.d.ts.map +1 -0
- package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -0
- package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts.map +1 -0
- package/dist/components/PlBtnGroup/index.d.ts +1 -0
- package/dist/components/PlBtnGroup/index.d.ts.map +1 -0
- package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts +1 -0
- package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts.map +1 -0
- package/dist/components/PlBtnLink/index.d.ts +1 -0
- package/dist/components/PlBtnLink/index.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts +1 -0
- package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts +1 -0
- package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/index.d.ts +1 -0
- package/dist/components/PlBtnPrimary/index.d.ts.map +1 -0
- package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts +1 -0
- package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts.map +1 -0
- package/dist/components/PlBtnSecondary/index.d.ts +1 -0
- package/dist/components/PlBtnSecondary/index.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts +1 -0
- package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts +1 -0
- package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/index.d.ts +1 -0
- package/dist/components/PlBtnSplit/index.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts +1 -0
- package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createGridlines.d.ts +1 -0
- package/dist/components/PlChartHistogram/createGridlines.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createLabels.d.ts +1 -0
- package/dist/components/PlChartHistogram/createLabels.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createSvgContainer.d.ts +1 -0
- package/dist/components/PlChartHistogram/createSvgContainer.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/drawBins.d.ts +1 -0
- package/dist/components/PlChartHistogram/drawBins.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/drawThreshold.d.ts +1 -0
- package/dist/components/PlChartHistogram/drawThreshold.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/histogram.d.ts +1 -0
- package/dist/components/PlChartHistogram/histogram.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/index.d.ts +1 -0
- package/dist/components/PlChartHistogram/index.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/logspace.d.ts +1 -0
- package/dist/components/PlChartHistogram/logspace.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/normalizeBins.d.ts +1 -0
- package/dist/components/PlChartHistogram/normalizeBins.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/scales.spec.d.ts +1 -0
- package/dist/components/PlChartHistogram/scales.spec.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/types.d.ts +1 -0
- package/dist/components/PlChartHistogram/types.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/Legends.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/Legends.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/index.d.ts +1 -0
- package/dist/components/PlChartStackedBar/index.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/types.d.ts +1 -0
- package/dist/components/PlChartStackedBar/types.d.ts.map +1 -0
- package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts +1 -0
- package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts.map +1 -0
- package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts +1 -0
- package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts.map +1 -0
- package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts +1 -0
- package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts.map +1 -0
- package/dist/components/PlCheckbox/index.d.ts +1 -0
- package/dist/components/PlCheckbox/index.d.ts.map +1 -0
- package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -0
- package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/PlCheckboxGroup/index.d.ts +1 -0
- package/dist/components/PlCheckboxGroup/index.d.ts.map +1 -0
- package/dist/components/PlChip/PlChip.vue.d.ts +1 -0
- package/dist/components/PlChip/PlChip.vue.d.ts.map +1 -0
- package/dist/components/PlChip/index.d.ts +1 -0
- package/dist/components/PlChip/index.d.ts.map +1 -0
- package/dist/components/PlClipboard/PlClipboard.vue.d.ts +1 -0
- package/dist/components/PlClipboard/PlClipboard.vue.d.ts.map +1 -0
- package/dist/components/PlClipboard/index.d.ts +1 -0
- package/dist/components/PlClipboard/index.d.ts.map +1 -0
- package/dist/components/PlConfirmDialog.vue.d.ts +1 -0
- package/dist/components/PlConfirmDialog.vue.d.ts.map +1 -0
- package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts +1 -0
- package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts.map +1 -0
- package/dist/components/PlDialogModal/index.d.ts +1 -0
- package/dist/components/PlDialogModal/index.d.ts.map +1 -0
- package/dist/components/PlDropdown/OptionList.vue.d.ts +1 -0
- package/dist/components/PlDropdown/OptionList.vue.d.ts.map +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.d.ts +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.d.ts.map +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
- package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts +1 -0
- package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts.map +1 -0
- package/dist/components/PlDropdown/index.d.ts +1 -0
- package/dist/components/PlDropdown/index.d.ts.map +1 -0
- package/dist/components/PlDropdown/types.d.ts +1 -0
- package/dist/components/PlDropdown/types.d.ts.map +1 -0
- package/dist/components/PlDropdown/useGroupBy.d.ts +1 -0
- package/dist/components/PlDropdown/useGroupBy.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
- package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/index.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/index.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts +3 -2
- package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts +1 -0
- package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/index.d.ts +1 -0
- package/dist/components/PlDropdownLine/index.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
- package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts +1 -0
- package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/index.d.ts +1 -0
- package/dist/components/PlDropdownMulti/index.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/index.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/index.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -0
- package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts +1 -0
- package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/index.d.ts +1 -0
- package/dist/components/PlDropdownRef/index.d.ts.map +1 -0
- package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts +1 -0
- package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts.map +1 -0
- package/dist/components/PlEditableTitle/index.d.ts +1 -0
- package/dist/components/PlEditableTitle/index.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts +1 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/index.d.ts +1 -0
- package/dist/components/PlElementList/index.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.d.ts +1 -0
- package/dist/components/PlElementList/utils.d.ts.map +1 -0
- package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts +1 -0
- package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts.map +1 -0
- package/dist/components/PlErrorAlert/index.d.ts +1 -0
- package/dist/components/PlErrorAlert/index.d.ts.map +1 -0
- package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts +1 -0
- package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts.map +1 -0
- package/dist/components/PlErrorBoundary/index.d.ts +1 -0
- package/dist/components/PlErrorBoundary/index.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Local.vue.d.ts +1 -0
- package/dist/components/PlFileDialog/Local.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts +5 -4
- package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Remote.vue.d.ts +2 -1
- package/dist/components/PlFileDialog/Remote.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Shortcuts.vue.d.ts +1 -0
- package/dist/components/PlFileDialog/Shortcuts.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/index.d.ts +1 -0
- package/dist/components/PlFileDialog/index.d.ts.map +1 -0
- package/dist/components/PlFileDialog/remote.d.ts +1 -0
- package/dist/components/PlFileDialog/remote.d.ts.map +1 -0
- package/dist/components/PlFileDialog/utils.d.ts +1 -0
- package/dist/components/PlFileDialog/utils.d.ts.map +1 -0
- package/dist/components/PlFileDialog/utils.test.d.ts +1 -0
- package/dist/components/PlFileDialog/utils.test.d.ts.map +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.d.ts +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.d.ts.map +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
- package/dist/components/PlFileInput/index.d.ts +1 -0
- package/dist/components/PlFileInput/index.d.ts.map +1 -0
- package/dist/components/PlFileInput/utils.d.ts +1 -0
- package/dist/components/PlFileInput/utils.d.ts.map +1 -0
- package/dist/components/PlIcon16/PlIcon16.vue.d.ts +1 -0
- package/dist/components/PlIcon16/PlIcon16.vue.d.ts.map +1 -0
- package/dist/components/PlIcon16/index.d.ts +1 -0
- package/dist/components/PlIcon16/index.d.ts.map +1 -0
- package/dist/components/PlIcon24/PlIcon24.vue.d.ts +1 -0
- package/dist/components/PlIcon24/PlIcon24.vue.d.ts.map +1 -0
- package/dist/components/PlIcon24/index.d.ts +1 -0
- package/dist/components/PlIcon24/index.d.ts.map +1 -0
- package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts +1 -0
- package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts.map +1 -0
- package/dist/components/PlLoaderCircular/index.d.ts +1 -0
- package/dist/components/PlLoaderCircular/index.d.ts.map +1 -0
- package/dist/components/PlLoaderLogo.vue.d.ts +8 -0
- package/dist/components/PlLoaderLogo.vue.d.ts.map +1 -0
- package/dist/components/PlLoaderLogo.vue.js +10 -0
- package/dist/components/PlLoaderLogo.vue.js.map +1 -0
- package/dist/components/PlLoaderLogo.vue2.js +30 -0
- package/dist/components/PlLoaderLogo.vue2.js.map +1 -0
- package/dist/components/PlLoaderLogo.vue3.js +11 -0
- package/dist/components/PlLoaderLogo.vue3.js.map +1 -0
- package/dist/components/PlLogView/PlLogView.vue.d.ts +1 -0
- package/dist/components/PlLogView/PlLogView.vue.d.ts.map +1 -0
- package/dist/components/PlLogView/PlLogView.vue.js +1 -1
- package/dist/components/PlLogView/index.d.ts +1 -0
- package/dist/components/PlLogView/index.d.ts.map +1 -0
- package/dist/components/PlLogView/useLogHandle.d.ts +1 -0
- package/dist/components/PlLogView/useLogHandle.d.ts.map +1 -0
- package/dist/components/PlMaskIcon16/index.d.ts +1 -0
- package/dist/components/PlMaskIcon16/index.d.ts.map +1 -0
- package/dist/components/PlMaskIcon24/index.d.ts +1 -0
- package/dist/components/PlMaskIcon24/index.d.ts.map +1 -0
- package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +1 -0
- package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts.map +1 -0
- package/dist/components/PlNotificationAlert/index.d.ts +1 -0
- package/dist/components/PlNotificationAlert/index.d.ts.map +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.d.ts +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.d.ts.map +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.js +1 -1
- package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts +1 -0
- package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts.map +1 -0
- package/dist/components/PlNumberField/index.d.ts +1 -0
- package/dist/components/PlNumberField/index.d.ts.map +1 -0
- package/dist/components/PlNumberField/parseNumber.d.ts +1 -0
- package/dist/components/PlNumberField/parseNumber.d.ts.map +1 -0
- package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts +1 -0
- package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts.map +1 -0
- package/dist/components/PlProgressBar/index.d.ts +1 -0
- package/dist/components/PlProgressBar/index.d.ts.map +1 -0
- package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts +1 -0
- package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts.map +1 -0
- package/dist/components/PlProgressCell/index.d.ts +1 -0
- package/dist/components/PlProgressCell/index.d.ts.map +1 -0
- package/dist/components/PlProgressCell/types.d.ts +1 -0
- package/dist/components/PlProgressCell/types.d.ts.map +1 -0
- package/dist/components/PlRadio/PlRadio.vue.d.ts +1 -0
- package/dist/components/PlRadio/PlRadio.vue.d.ts.map +1 -0
- package/dist/components/PlRadio/PlRadioGroup.vue.d.ts +1 -0
- package/dist/components/PlRadio/PlRadioGroup.vue.d.ts.map +1 -0
- package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts +1 -0
- package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts.map +1 -0
- package/dist/components/PlRadio/index.d.ts +1 -0
- package/dist/components/PlRadio/index.d.ts.map +1 -0
- package/dist/components/PlRadio/keys.d.ts +1 -0
- package/dist/components/PlRadio/keys.d.ts.map +1 -0
- package/dist/components/PlSearchField/PlSearchField.vue.d.ts +1 -0
- package/dist/components/PlSearchField/PlSearchField.vue.d.ts.map +1 -0
- package/dist/components/PlSearchField/index.d.ts +1 -0
- package/dist/components/PlSearchField/index.d.ts.map +1 -0
- package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +1 -0
- package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts.map +1 -0
- package/dist/components/PlSectionSeparator/index.d.ts +1 -0
- package/dist/components/PlSectionSeparator/index.d.ts.map +1 -0
- package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts +1 -0
- package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts +1 -0
- package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts.map +1 -0
- package/dist/components/PlSidebar/index.d.ts +1 -0
- package/dist/components/PlSidebar/index.d.ts.map +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts.map +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +1 -1
- package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts +1 -0
- package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts.map +1 -0
- package/dist/components/PlSlideModal/index.d.ts +1 -0
- package/dist/components/PlSlideModal/index.d.ts.map +1 -0
- package/dist/components/PlSlideModal/props.d.ts +1 -0
- package/dist/components/PlSlideModal/props.d.ts.map +1 -0
- package/dist/components/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/components/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/components/PlSpacer/index.d.ts +1 -0
- package/dist/components/PlSpacer/index.d.ts.map +1 -0
- package/dist/components/PlSplash/PlSplash.vue.d.ts +1 -0
- package/dist/components/PlSplash/PlSplash.vue.d.ts.map +1 -0
- package/dist/components/PlSplash/index.d.ts +1 -0
- package/dist/components/PlSplash/index.d.ts.map +1 -0
- package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts +1 -0
- package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts.map +1 -0
- package/dist/components/PlStatusTag/index.d.ts +1 -0
- package/dist/components/PlStatusTag/index.d.ts.map +1 -0
- package/dist/components/PlStatusTag/types.d.ts +1 -0
- package/dist/components/PlStatusTag/types.d.ts.map +1 -0
- package/dist/components/PlSvg/PlSvg.vue.d.ts +1 -0
- package/dist/components/PlSvg/PlSvg.vue.d.ts.map +1 -0
- package/dist/components/PlSvg/index.d.ts +1 -0
- package/dist/components/PlSvg/index.d.ts.map +1 -0
- package/dist/components/PlSvg/registry.d.ts +1 -0
- package/dist/components/PlSvg/registry.d.ts.map +1 -0
- package/dist/components/PlTabs/PlTabs.vue.d.ts +1 -0
- package/dist/components/PlTabs/PlTabs.vue.d.ts.map +1 -0
- package/dist/components/PlTabs/Tab.vue.d.ts +1 -0
- package/dist/components/PlTabs/Tab.vue.d.ts.map +1 -0
- package/dist/components/PlTabs/index.d.ts +1 -0
- package/dist/components/PlTabs/index.d.ts.map +1 -0
- package/dist/components/PlTabs/types.d.ts +1 -0
- package/dist/components/PlTabs/types.d.ts.map +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.d.ts +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.d.ts.map +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
- package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts +1 -0
- package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts.map +1 -0
- package/dist/components/PlTextArea/index.d.ts +1 -0
- package/dist/components/PlTextArea/index.d.ts.map +1 -0
- package/dist/components/PlTextField/PlTextField.vue.d.ts +1 -0
- package/dist/components/PlTextField/PlTextField.vue.d.ts.map +1 -0
- package/dist/components/PlTextField/PlTextField.vue.js +1 -1
- package/dist/components/PlTextField/__tests__/TextField.spec.d.ts +1 -0
- package/dist/components/PlTextField/__tests__/TextField.spec.d.ts.map +1 -0
- package/dist/components/PlTextField/index.d.ts +1 -0
- package/dist/components/PlTextField/index.d.ts.map +1 -0
- package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -0
- package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts.map +1 -0
- package/dist/components/PlToggleSwitch/index.d.ts +1 -0
- package/dist/components/PlToggleSwitch/index.d.ts.map +1 -0
- package/dist/components/PlTooltip/Beak.vue.d.ts +1 -0
- package/dist/components/PlTooltip/Beak.vue.d.ts.map +1 -0
- package/dist/components/PlTooltip/PlTooltip.vue.d.ts +1 -0
- package/dist/components/PlTooltip/PlTooltip.vue.d.ts.map +1 -0
- package/dist/components/PlTooltip/global.d.ts +1 -0
- package/dist/components/PlTooltip/global.d.ts.map +1 -0
- package/dist/components/PlTooltip/index.d.ts +1 -0
- package/dist/components/PlTooltip/index.d.ts.map +1 -0
- package/dist/components/PlTooltip/useTooltipPosition.d.ts +1 -0
- package/dist/components/PlTooltip/useTooltipPosition.d.ts.map +1 -0
- package/dist/components/Scrollable.vue.d.ts +1 -0
- package/dist/components/Scrollable.vue.d.ts.map +1 -0
- package/dist/components/Slider.vue.d.ts +1 -0
- package/dist/components/Slider.vue.d.ts.map +1 -0
- package/dist/components/SliderRange.vue.d.ts +1 -0
- package/dist/components/SliderRange.vue.d.ts.map +1 -0
- package/dist/components/SliderRangeTriple.vue.d.ts +1 -0
- package/dist/components/SliderRangeTriple.vue.d.ts.map +1 -0
- package/dist/components/TabItem.vue.d.ts +1 -0
- package/dist/components/TabItem.vue.d.ts.map +1 -0
- package/dist/components/ThemeSwitcher.vue.d.ts +1 -0
- package/dist/components/ThemeSwitcher.vue.d.ts.map +1 -0
- package/dist/components/TransitionSlidePanel.vue.d.ts +1 -0
- package/dist/components/TransitionSlidePanel.vue.d.ts.map +1 -0
- package/dist/components/VScroll.vue.d.ts +1 -0
- package/dist/components/VScroll.vue.d.ts.map +1 -0
- package/dist/components/contextMenu/Menu.vue.d.ts +1 -0
- package/dist/components/contextMenu/Menu.vue.d.ts.map +1 -0
- package/dist/components/contextMenu/index.d.ts +1 -0
- package/dist/components/contextMenu/index.d.ts.map +1 -0
- package/dist/components/contextMenu/types.d.ts +1 -0
- package/dist/components/contextMenu/types.d.ts.map +1 -0
- package/dist/composition/computedCached.d.ts +1 -0
- package/dist/composition/computedCached.d.ts.map +1 -0
- package/dist/composition/filters/index.d.ts +1 -0
- package/dist/composition/filters/index.d.ts.map +1 -0
- package/dist/composition/filters/metadata.d.ts +1 -0
- package/dist/composition/filters/metadata.d.ts.map +1 -0
- package/dist/composition/filters/types.d.ts +1 -0
- package/dist/composition/filters/types.d.ts.map +1 -0
- package/dist/composition/useClickOutside.d.ts +1 -0
- package/dist/composition/useClickOutside.d.ts.map +1 -0
- package/dist/composition/useComponentProp.d.ts +1 -0
- package/dist/composition/useComponentProp.d.ts.map +1 -0
- package/dist/composition/useConfirm.d.ts +1 -0
- package/dist/composition/useConfirm.d.ts.map +1 -0
- package/dist/composition/useDraggable.d.ts +1 -0
- package/dist/composition/useDraggable.d.ts.map +1 -0
- package/dist/composition/useEventListener.d.ts +1 -0
- package/dist/composition/useEventListener.d.ts.map +1 -0
- package/dist/composition/useFilteredList.d.ts +1 -0
- package/dist/composition/useFilteredList.d.ts.map +1 -0
- package/dist/composition/useFormState.d.ts +1 -0
- package/dist/composition/useFormState.d.ts.map +1 -0
- package/dist/composition/useHover.d.ts +1 -0
- package/dist/composition/useHover.d.ts.map +1 -0
- package/dist/composition/useInterval.d.ts +1 -0
- package/dist/composition/useInterval.d.ts.map +1 -0
- package/dist/composition/useLocalStorage.d.ts +1 -0
- package/dist/composition/useLocalStorage.d.ts.map +1 -0
- package/dist/composition/useMouse.d.ts +1 -0
- package/dist/composition/useMouse.d.ts.map +1 -0
- package/dist/composition/useMouseCapture.d.ts +1 -0
- package/dist/composition/useMouseCapture.d.ts.map +1 -0
- package/dist/composition/useNotificationPosition.d.ts +1 -0
- package/dist/composition/useNotificationPosition.d.ts.map +1 -0
- package/dist/composition/usePollingQuery.d.ts +1 -0
- package/dist/composition/usePollingQuery.d.ts.map +1 -0
- package/dist/composition/usePosition.d.ts +1 -0
- package/dist/composition/usePosition.d.ts.map +1 -0
- package/dist/composition/useQuery.d.ts +1 -0
- package/dist/composition/useQuery.d.ts.map +1 -0
- package/dist/composition/useResizeObserver.d.ts +1 -0
- package/dist/composition/useResizeObserver.d.ts.map +1 -0
- package/dist/composition/useRipple.d.ts +1 -0
- package/dist/composition/useRipple.d.ts.map +1 -0
- package/dist/composition/useScroll.d.ts +1 -0
- package/dist/composition/useScroll.d.ts.map +1 -0
- package/dist/composition/useSliderBreakpoints.d.ts +1 -0
- package/dist/composition/useSliderBreakpoints.d.ts.map +1 -0
- package/dist/composition/useSortable.d.ts +1 -0
- package/dist/composition/useSortable.d.ts.map +1 -0
- package/dist/composition/useSortable2.d.ts +1 -0
- package/dist/composition/useSortable2.d.ts.map +1 -0
- package/dist/composition/useTheme.d.ts +1 -0
- package/dist/composition/useTheme.d.ts.map +1 -0
- package/dist/composition/useTransformedModel.d.ts +1 -0
- package/dist/composition/useTransformedModel.d.ts.map +1 -0
- package/dist/composition/useWatchFetch.d.ts +1 -0
- package/dist/composition/useWatchFetch.d.ts.map +1 -0
- package/dist/composition/utils.d.ts +1 -0
- package/dist/composition/utils.d.ts.map +1 -0
- package/dist/composition/watchCached.d.ts +1 -0
- package/dist/composition/watchCached.d.ts.map +1 -0
- package/dist/demo-site-data/all-css-variables.d.ts +1 -0
- package/dist/demo-site-data/all-css-variables.d.ts.map +1 -0
- package/dist/generated/icons-16.d.ts +1 -0
- package/dist/generated/icons-16.d.ts.map +1 -0
- package/dist/generated/icons-24.d.ts +1 -0
- package/dist/generated/icons-24.d.ts.map +1 -0
- package/dist/global/resizeObserver.d.ts +1 -0
- package/dist/global/resizeObserver.d.ts.map +1 -0
- package/dist/helpers/dom.d.ts +1 -0
- package/dist/helpers/dom.d.ts.map +1 -0
- package/dist/helpers/downloadContent.d.ts +1 -0
- package/dist/helpers/downloadContent.d.ts.map +1 -0
- package/dist/helpers/error.d.ts +1 -0
- package/dist/helpers/error.d.ts.map +1 -0
- package/dist/helpers/functions.d.ts +1 -0
- package/dist/helpers/functions.d.ts.map +1 -0
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -0
- package/dist/helpers/iterators.d.ts +1 -0
- package/dist/helpers/iterators.d.ts.map +1 -0
- package/dist/helpers/math.d.ts +1 -0
- package/dist/helpers/math.d.ts.map +1 -0
- package/dist/helpers/objects.d.ts +1 -0
- package/dist/helpers/objects.d.ts.map +1 -0
- package/dist/helpers/utils.d.ts +1 -0
- package/dist/helpers/utils.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +217 -213
- package/dist/index.js.map +1 -1
- package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts +6 -12
- package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/PlBlockPage.vue.js +38 -39
- package/dist/layout/PlBlockPage/PlBlockPage.vue.js.map +1 -1
- package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts +1 -0
- package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/index.d.ts +1 -0
- package/dist/layout/PlBlockPage/index.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts +1 -0
- package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts.map +1 -0
- package/dist/layout/PlContainer/PlContainer.vue.d.ts +1 -0
- package/dist/layout/PlContainer/PlContainer.vue.d.ts.map +1 -0
- package/dist/layout/PlContainer/index.d.ts +1 -0
- package/dist/layout/PlContainer/index.d.ts.map +1 -0
- package/dist/layout/PlGrid/PlGrid.vue.d.ts +1 -0
- package/dist/layout/PlGrid/PlGrid.vue.d.ts.map +1 -0
- package/dist/layout/PlGrid/index.d.ts +1 -0
- package/dist/layout/PlGrid/index.d.ts.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts +8 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js +10 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js +52 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js +26 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js.map +1 -0
- package/dist/layout/PlPlaceholder/index.d.ts +2 -0
- package/dist/layout/PlPlaceholder/index.d.ts.map +1 -0
- package/dist/layout/PlRow/PlRow.vue.d.ts +1 -0
- package/dist/layout/PlRow/PlRow.vue.d.ts.map +1 -0
- package/dist/layout/PlRow/index.d.ts +1 -0
- package/dist/layout/PlRow/index.d.ts.map +1 -0
- package/dist/layout/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/layout/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/layout/PlSpacer/index.d.ts +1 -0
- package/dist/layout/PlSpacer/index.d.ts.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/DoubleContour.vue.d.ts +1 -0
- package/dist/utils/DoubleContour.vue.d.ts.map +1 -0
- package/dist/utils/DoubleContour.vue2.js +23 -0
- package/dist/utils/DoubleContour.vue2.js.map +1 -0
- package/dist/utils/DoubleContour.vue3.js +1 -1
- package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts +1 -0
- package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts.map +1 -0
- package/dist/utils/DropdownOverlay/index.d.ts +1 -0
- package/dist/utils/DropdownOverlay/index.d.ts.map +1 -0
- package/dist/utils/InnerBorder.vue.d.ts +1 -0
- package/dist/utils/InnerBorder.vue.d.ts.map +1 -0
- package/dist/utils/PlCloseModalBtn.vue.d.ts +1 -0
- package/dist/utils/PlCloseModalBtn.vue.d.ts.map +1 -0
- package/dist/utils/TextLabel.vue.d.ts +1 -0
- package/dist/utils/TextLabel.vue.d.ts.map +1 -0
- package/dist/utils/WebStopWatchElement.d.ts +1 -0
- package/dist/utils/WebStopWatchElement.d.ts.map +1 -0
- package/dist/utils/useLabelNotch.d.ts +1 -0
- package/dist/utils/useLabelNotch.d.ts.map +1 -0
- package/dist/utils/useValidation.d.ts +1 -0
- package/dist/utils/useValidation.d.ts.map +1 -0
- package/package.json +6 -6
- package/src/components/PlLoaderLogo.vue +62 -0
- package/src/index.ts +3 -0
- package/src/layout/PlBlockPage/PlBlockPage.vue +22 -13
- package/src/layout/PlPlaceholder/PlPlaceholder.vue +147 -0
- package/src/layout/PlPlaceholder/index.ts +4 -0
- package/src/layout/PlPlaceholder/paint-worklet.js +123 -0
|
@@ -1,61 +1,60 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".pl-block-page{--pl-block-page-body-padding: var(--main-spacing, 24px);padding:var(--container-spacing);background-color:var(--bg-elevated-01);height:100%;max-width:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.pl-block-page.noBodyGutters{--pl-block-page-body-padding: 0}.pl-block-page__title{height:80px;display:flex;align-items:center;gap:12px;padding:20px 24px;min-width:0;max-width:100%}.pl-block-page__title__default{flex:1;min-width:0;max-width:100%;margin:0;color:var(--txt-01);display:flex;flex-direction:row;align-items:center;gap:12px}.pl-block-page__title__default>span{font-size:28px;font-weight:500;line-height:36px;letter-spacing:-.56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:100%;display:inline-block}.pl-block-page__title__append{margin-left:auto;display:flex;align-items:center;gap:2px}.pl-block-page__title__append__teleport{display:flex;align-items:center;gap:2px}.pl-block-page__body{max-width:100%;display:flex;flex-direction:column;gap:var(--gap-v);padding:var(--pl-block-page-body-padding);--thumb-color: var(--ic-02);overflow-y:auto;overflow-x:auto}.pl-block-page__body::-webkit-scrollbar{width:var(--scrollbar-width, 6px);height:5px;background-color:transparent;display:block}.pl-block-page__body::-webkit-scrollbar-thumb{background:var(--thumb-color);border-radius:5px}.pl-block-page__body::-webkit-scrollbar-thumb:hover{--thumb-color: var(--border-color-focus)}")),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { PlBlockPageTitleTeleportId as
|
|
2
|
+
import { defineComponent as u, useSlots as m, computed as v, createElementBlock as o, openBlock as l, normalizeClass as f, createElementVNode as t, unref as d, withDirectives as c, renderSlot as s, createVNode as y, normalizeProps as g, guardReactiveProps as b, vShow as h, normalizeStyle as k } from "vue";
|
|
3
|
+
import { PlBlockPageTitleTeleportId as P } from "./PlBlockPageTitleTeleportId.js";
|
|
4
4
|
|
|
5
|
-
import
|
|
6
|
-
const
|
|
5
|
+
import B from "../PlPlaceholder/PlPlaceholder.vue.js";
|
|
6
|
+
const T = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "pl-block-page__title"
|
|
9
|
-
},
|
|
9
|
+
}, L = { class: "pl-block-page__title__default" }, S = { class: "pl-block-page__title__append" }, $ = ["id"], w = { key: 1 }, z = { class: "pl-block-page__body" }, G = {
|
|
10
10
|
name: "PlBlockPage"
|
|
11
|
-
},
|
|
12
|
-
...
|
|
11
|
+
}, V = /* @__PURE__ */ u({
|
|
12
|
+
...G,
|
|
13
13
|
props: {
|
|
14
14
|
noBodyGutters: { type: Boolean },
|
|
15
|
-
bodyLoading: {
|
|
16
|
-
bodyLoadingText: {}
|
|
15
|
+
bodyLoading: {}
|
|
17
16
|
},
|
|
18
|
-
setup(
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
mounted:
|
|
23
|
-
updated:
|
|
17
|
+
setup(a) {
|
|
18
|
+
const p = m(), n = a, i = v(() => typeof n.bodyLoading == "string" ? { variant: n.bodyLoading } : n.bodyLoading), r = (e) => {
|
|
19
|
+
e.removeAttribute("title"), e.clientWidth < e.scrollWidth && e.setAttribute("title", e.innerText);
|
|
20
|
+
}, _ = {
|
|
21
|
+
mounted: r,
|
|
22
|
+
updated: r
|
|
24
23
|
};
|
|
25
|
-
return (
|
|
26
|
-
class:
|
|
24
|
+
return (e, N) => (l(), o("div", {
|
|
25
|
+
class: f(["pl-layout-component pl-block-page", { noBodyGutters: a.noBodyGutters }])
|
|
27
26
|
}, [
|
|
28
|
-
d(
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
d(p).title ? (l(), o("div", T, [
|
|
28
|
+
t("div", L, [
|
|
29
|
+
c((l(), o("span", null, [
|
|
30
|
+
s(e.$slots, "title")
|
|
32
31
|
])), [
|
|
33
|
-
[
|
|
32
|
+
[_]
|
|
34
33
|
]),
|
|
35
|
-
|
|
34
|
+
s(e.$slots, "after-title")
|
|
36
35
|
]),
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
id: d(
|
|
36
|
+
t("div", S, [
|
|
37
|
+
t("div", {
|
|
38
|
+
id: d(P),
|
|
40
39
|
class: "pl-block-page__title__append__teleport"
|
|
41
|
-
}, null, 8,
|
|
42
|
-
|
|
40
|
+
}, null, 8, $),
|
|
41
|
+
s(e.$slots, "append")
|
|
43
42
|
])
|
|
44
|
-
])) : (
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class: "pl-block-page__body"
|
|
49
|
-
}, {
|
|
50
|
-
default: f(() => [
|
|
51
|
-
l(t.$slots, "default")
|
|
43
|
+
])) : (l(), o("div", w)),
|
|
44
|
+
t("div", z, [
|
|
45
|
+
c(y(d(B), g(b(i.value)), null, 16), [
|
|
46
|
+
[h, i.value]
|
|
52
47
|
]),
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
t("div", {
|
|
49
|
+
style: k({ display: i.value ? "none" : "contents" })
|
|
50
|
+
}, [
|
|
51
|
+
s(e.$slots, "default")
|
|
52
|
+
], 4)
|
|
53
|
+
])
|
|
55
54
|
], 2));
|
|
56
55
|
}
|
|
57
56
|
});
|
|
58
57
|
export {
|
|
59
|
-
|
|
58
|
+
V as default
|
|
60
59
|
};
|
|
61
60
|
//# sourceMappingURL=PlBlockPage.vue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlBlockPage.vue.js","sources":["../../../src/layout/PlBlockPage/PlBlockPage.vue"],"sourcesContent":["<script lang=\"ts\">\n/** Root block page component */\nexport default {\n name: 'PlBlockPage',\n};\n</script>\n\n<script lang=\"ts\" setup>\nimport { useSlots } from 'vue';\nimport { PlBlockPageTitleTeleportId } from './PlBlockPageTitleTeleportId';\nimport './pl-block-page.scss';\nimport
|
|
1
|
+
{"version":3,"file":"PlBlockPage.vue.js","sources":["../../../src/layout/PlBlockPage/PlBlockPage.vue"],"sourcesContent":["<script lang=\"ts\">\n/** Root block page component */\nexport default {\n name: 'PlBlockPage',\n};\n</script>\n\n<script lang=\"ts\" setup>\nimport { computed, useSlots } from 'vue';\nimport { PlBlockPageTitleTeleportId } from './PlBlockPageTitleTeleportId';\nimport './pl-block-page.scss';\nimport { PlPlaceholder, type PlPlaceholderProps } from '../PlPlaceholder';\n\nconst slots = useSlots();\n\nconst props = defineProps<{\n /**\n * If `true` body gutters are removed\n */\n noBodyGutters?: boolean;\n /**\n * If defined, a loading overlay is displayed on the page body (over all default slot content)\n */\n bodyLoading?: PlPlaceholderProps['variant'] | PlPlaceholderProps;\n}>();\n\nconst loadingPlaceholder = computed<PlPlaceholderProps | undefined>(() => {\n if (typeof props.bodyLoading === 'string') {\n return { variant: props.bodyLoading };\n }\n return props.bodyLoading;\n});\n\nconst setTitleIfNeeded = (el: HTMLElement) => {\n el.removeAttribute('title');\n if (el.clientWidth < el.scrollWidth) {\n el.setAttribute('title', el.innerText);\n }\n};\n\nconst vTextOverflownTitle = {\n mounted: setTitleIfNeeded,\n updated: setTitleIfNeeded,\n};\n</script>\n\n<template>\n <div class=\"pl-layout-component pl-block-page\" :class=\"{ noBodyGutters }\">\n <div v-if=\"slots.title\" class=\"pl-block-page__title\">\n <div class=\"pl-block-page__title__default\">\n <span v-text-overflown-title><slot name=\"title\" /></span>\n <slot name=\"after-title\" />\n </div>\n <div class=\"pl-block-page__title__append\">\n <div\n :id=\"PlBlockPageTitleTeleportId\"\n class=\"pl-block-page__title__append__teleport\"\n />\n <slot name=\"append\" />\n </div>\n </div>\n <div v-else />\n <div class=\"pl-block-page__body\">\n <PlPlaceholder v-show=\"loadingPlaceholder\" v-bind=\"loadingPlaceholder\" />\n <div :style=\"{ display: loadingPlaceholder ? 'none' : 'contents' }\">\n <slot />\n </div>\n </div>\n </div>\n</template>\n"],"names":["__default__","slots","useSlots","props","__props","loadingPlaceholder","computed","setTitleIfNeeded","el","vTextOverflownTitle","_createElementBlock","_normalizeClass","_unref","_openBlock","_hoisted_1","_createElementVNode","_hoisted_2","_renderSlot","_ctx","_hoisted_3","PlBlockPageTitleTeleportId","_hoisted_5","_hoisted_6","_withDirectives","_createVNode"],"mappings":";;;;;;;oKAEAA,IAAe;AAAA,EACb,MAAM;AACR;;;;;;;AASA,UAAMC,IAAQC,EAAA,GAERC,IAAQC,GAWRC,IAAqBC,EAAyC,MAC9D,OAAOH,EAAM,eAAgB,WACxB,EAAE,SAASA,EAAM,YAAA,IAEnBA,EAAM,WACd,GAEKI,IAAmB,CAACC,MAAoB;AAC5C,MAAAA,EAAG,gBAAgB,OAAO,GACtBA,EAAG,cAAcA,EAAG,eACtBA,EAAG,aAAa,SAASA,EAAG,SAAS;AAAA,IAEzC,GAEMC,IAAsB;AAAA,MAC1B,SAASF;AAAA,MACT,SAASA;AAAA,IAAA;2BAKTG,EAqBM,OAAA;AAAA,MArBD,OAAKC,EAAA,CAAC,qCAAmC,EAAA,eAAWP,EAAA,eAAa,CAAA;AAAA,IAAA;MACzDQ,EAAAX,CAAA,EAAM,SAAjBY,KAAAH,EAYM,OAZNI,GAYM;AAAA,QAXJC,EAGM,OAHNC,GAGM;AAAA,kBAFJN,EAAyD,QAAA,MAAA;AAAA,YAA5BO,EAAqBC,EAAA,QAAA,OAAA;AAAA,UAAA;;;UAClDD,EAA2BC,EAAA,QAAA,aAAA;AAAA,QAAA;QAE7BH,EAMM,OANNI,GAMM;AAAA,UALJJ,EAGE,OAAA;AAAA,YAFC,IAAIH,EAAAQ,CAAA;AAAA,YACL,OAAM;AAAA,UAAA;UAERH,EAAsBC,EAAA,QAAA,QAAA;AAAA,QAAA;kBAG1BR,EAAc,OAAAW,CAAA;AAAA,MACdN,EAKM,OALNO,GAKM;AAAA,QAJJC,EAAAC,EAAyEZ,UAAtBP,EAAA,KAAkB,CAAA,GAAA,MAAA,EAAA,GAAA;AAAA,cAA9CA,EAAA,KAAkB;AAAA,QAAA;QACzCU,EAEM,OAAA;AAAA,UAFA,oBAAkBV,EAAA,QAAkB,SAAA,YAAA;AAAA,QAAA;UACxCY,EAAQC,EAAA,QAAA,SAAA;AAAA,QAAA;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlBlockPageTitleTeleportId.d.ts","sourceRoot":"","sources":["../../../src/layout/PlBlockPage/PlBlockPageTitleTeleportId.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,QAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlBlockPage/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePlBlockPageTitleTeleportTarget.d.ts","sourceRoot":"","sources":["../../../src/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.ts"],"names":[],"mappings":"AAKA,wBAAgB,iCAAiC,CAAC,aAAa,EAAE,MAAM,6DAmBtE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlContainer/PlContainer.vue"],"names":[],"mappings":"AAwCA,OAAO,qBAAqB,CAAC;AAI7B,sCAAsC;;IAGpC;;OAEG;YACK,MAAM;IACd;;OAEG;cACO,OAAO;IACjB;;OAEG;kBACW,MAAM;;IAXpB;;OAEG;YACK,MAAM;IACd;;OAEG;cACO,OAAO;IACjB;;OAEG;kBACW,MAAM;;qBAuCO,GAAG;;AApDhC,wBA2FK;AASL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlGrid/PlGrid.vue"],"names":[],"mappings":"AA8BA,OAAO,gBAAgB,CAAC;AAGxB,qBAAqB;;aAGV,MAAM;;aAAN,MAAM;;qBA2BY,GAAG;;AA7BhC,wBAmEK;AASL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlGrid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface PlPlaceholderProps {
|
|
2
|
+
variant?: 'table' | 'graph';
|
|
3
|
+
title?: string;
|
|
4
|
+
subtitle?: string | string[];
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import('vue').DefineComponent<PlPlaceholderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PlPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=PlPlaceholder.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlPlaceholder.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlPlaceholder/PlPlaceholder.vue"],"names":[],"mappings":"AAyJA,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B;;AAED,wBAkHK"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import o from "./PlPlaceholder.vue2.js";
|
|
2
|
+
import s from "./PlPlaceholder.vue3.js";
|
|
3
|
+
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = {
|
|
5
|
+
$style: s
|
|
6
|
+
}, m = /* @__PURE__ */ t(o, [["__cssModules", e]]);
|
|
7
|
+
export {
|
|
8
|
+
m as default
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=PlPlaceholder.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlPlaceholder.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { defineComponent as Z, useCssModule as d, createElementBlock as a, openBlock as o, normalizeClass as A, unref as C, createElementVNode as G, createVNode as e, toDisplayString as l, Fragment as s, renderList as t } from "vue";
|
|
2
|
+
import B from "../../components/PlLoaderLogo.vue.js";
|
|
3
|
+
const W = { key: 1 }, n = /* @__PURE__ */ Z({
|
|
4
|
+
__name: "PlPlaceholder",
|
|
5
|
+
props: {
|
|
6
|
+
variant: {},
|
|
7
|
+
title: { default: "Running analysis..." },
|
|
8
|
+
subtitle: { default: () => [
|
|
9
|
+
"No action needed—the job is active",
|
|
10
|
+
"Larger datasets take longer to process",
|
|
11
|
+
"Results will appear here as soon as they’re ready",
|
|
12
|
+
"Processing may take minutes to hours"
|
|
13
|
+
] }
|
|
14
|
+
},
|
|
15
|
+
setup(I) {
|
|
16
|
+
const g = d();
|
|
17
|
+
return CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,cmVnaXN0ZXJQYWludCgKICAncGwtcGxhY2Vob2xkZXItdGFibGUtc2tlbGV0b24nLAogIGNsYXNzIHsKICAgIC8qKgogICAgICogQHBhcmFtIHtDYW52YXNSZW5kZXJpbmdDb250ZXh0MkR9IGN0eAogICAgICogQHBhcmFtIHtPYmplY3R9IHNpemUKICAgICAqIEBwYXJhbSB7bnVtYmVyfSBzaXplLndpZHRoCiAgICAgKiBAcGFyYW0ge251bWJlcn0gc2l6ZS5oZWlnaHQKICAgICAqLwogICAgcGFpbnQoY3R4LCB7IHdpZHRoLCBoZWlnaHQgfSkgewogICAgICBjb25zdCBoZWFkZXJIZWlnaHQgPSA0MjsKICAgICAgY29uc3QgaGVhZGVyV2lkdGggPSA0ODsKCiAgICAgIGN0eC5maWxsU3R5bGUgPSAnI0Y3RjhGQSc7CgogICAgICAvLyBoZWFkZXJzCiAgICAgIHsKICAgICAgICBjb25zdCBwYXRoID0gbmV3IFBhdGgyRCgpOwogICAgICAgIHBhdGgubGluZVRvKHdpZHRoLCAwKTsKICAgICAgICBwYXRoLmxpbmVUbyh3aWR0aCwgaGVhZGVySGVpZ2h0KTsKICAgICAgICBwYXRoLmxpbmVUbyhoZWFkZXJXaWR0aCwgaGVhZGVySGVpZ2h0KTsKICAgICAgICBwYXRoLmxpbmVUbyhoZWFkZXJXaWR0aCwgaGVpZ2h0KTsKICAgICAgICBwYXRoLmxpbmVUbygwLCBoZWlnaHQpOwogICAgICAgIHBhdGgubGluZVRvKDAsIDApOwogICAgICAgIGN0eC5maWxsKHBhdGgpOwogICAgICB9CgogICAgICBjdHguc3Ryb2tlU3R5bGUgPSAnI0UxRTNFQic7CgogICAgICAvLyB2ZXJ0aWNhbCBsaW5lcwogICAgICBjb25zdCBjb2x1bW5XaWR0aCA9ICh3aWR0aCAtIGhlYWRlcldpZHRoKSAvIDY7CiAgICAgIGZvciAoCiAgICAgICAgbGV0IGhvcml6b250YWxQb3NpdGlvbiA9IGhlYWRlcldpZHRoOwogICAgICAgIGhvcml6b250YWxQb3NpdGlvbiA8IHdpZHRoOwogICAgICAgIGhvcml6b250YWxQb3NpdGlvbiArPSBjb2x1bW5XaWR0aAogICAgICApIHsKICAgICAgICBjb25zdCBwYXRoID0gbmV3IFBhdGgyRCgpOwogICAgICAgIHBhdGgubW92ZVRvKGhvcml6b250YWxQb3NpdGlvbiwgMCk7CiAgICAgICAgcGF0aC5saW5lVG8oaG9yaXpvbnRhbFBvc2l0aW9uLCBoZWlnaHQpOwogICAgICAgIGN0eC5zdHJva2UocGF0aCk7CiAgICAgIH0KCiAgICAgIC8vIGhvcml6b250YWwgbGluZXMKICAgICAgZm9yICgKICAgICAgICBsZXQgdmVydGljYWxQb3NpdGlvbiA9IGhlYWRlckhlaWdodDsKICAgICAgICB2ZXJ0aWNhbFBvc2l0aW9uIDwgaGVpZ2h0OwogICAgICAgIHZlcnRpY2FsUG9zaXRpb24gKz0gaGVhZGVySGVpZ2h0CiAgICAgICkgewogICAgICAgIGNvbnN0IHBhdGggPSBuZXcgUGF0aDJEKCk7CiAgICAgICAgcGF0aC5tb3ZlVG8oMCwgdmVydGljYWxQb3NpdGlvbik7CiAgICAgICAgcGF0aC5saW5lVG8od2lkdGgsIHZlcnRpY2FsUG9zaXRpb24pOwogICAgICAgIGN0eC5zdHJva2UocGF0aCk7CiAgICAgIH0KICAgIH0KICB9LAopOwoKcmVnaXN0ZXJQYWludCgKICAncGwtcGxhY2Vob2xkZXItZ3JhcGgtc2tlbGV0b24nLAogIGNsYXNzIHsKICAgIC8qKgogICAgICogQHBhcmFtIHtDYW52YXNSZW5kZXJpbmdDb250ZXh0MkR9IGN0eAogICAgICogQHBhcmFtIHtPYmplY3R9IHNpemUKICAgICAqIEBwYXJhbSB7bnVtYmVyfSBzaXplLndpZHRoCiAgICAgKiBAcGFyYW0ge251bWJlcn0gc2l6ZS5oZWlnaHQKICAgICAqLwogICAgcGFpbnQoY3R4LCB7IHdpZHRoLCBoZWlnaHQgfSkgewogICAgICBjb25zdCBwYWRkaW5nID0gNjsKICAgICAgY29uc3QgY2VsbFdpZHRoID0gMTAwOwogICAgICBjb25zdCBjZWxsSGVpZ2h0ID0gNjA7CgogICAgICBjdHguc3Ryb2tlU3R5bGUgPSAnI0UxRTNFQic7CgogICAgICAvLyB2ZXJ0aWNhbCBsaW5lcwogICAgICBmb3IgKAogICAgICAgIGxldCBob3Jpem9udGFsUG9zaXRpb24gPSBjZWxsV2lkdGggKyBwYWRkaW5nOwogICAgICAgIGhvcml6b250YWxQb3NpdGlvbiA8PSB3aWR0aDsKICAgICAgICBob3Jpem9udGFsUG9zaXRpb24gKz0gY2VsbFdpZHRoCiAgICAgICkgewogICAgICAgIGNvbnN0IHBhdGggPSBuZXcgUGF0aDJEKCk7CiAgICAgICAgcGF0aC5tb3ZlVG8oaG9yaXpvbnRhbFBvc2l0aW9uLCAwKTsKICAgICAgICBwYXRoLmxpbmVUbyhob3Jpem9udGFsUG9zaXRpb24sIGhlaWdodCAtIHBhZGRpbmcpOwogICAgICAgIGN0eC5zdHJva2UocGF0aCk7CiAgICAgIH0KCiAgICAgIC8vIGhvcml6b250YWwgbGluZXMKICAgICAgZm9yICgKICAgICAgICBsZXQgdmVydGljYWxQb3NpdGlvbiA9IGhlaWdodCAtIHBhZGRpbmcgLSBjZWxsSGVpZ2h0OwogICAgICAgIHZlcnRpY2FsUG9zaXRpb24gPj0gMDsKICAgICAgICB2ZXJ0aWNhbFBvc2l0aW9uIC09IGNlbGxIZWlnaHQKICAgICAgKSB7CiAgICAgICAgY29uc3QgcGF0aCA9IG5ldyBQYXRoMkQoKTsKICAgICAgICBwYXRoLm1vdmVUbyhwYWRkaW5nLCB2ZXJ0aWNhbFBvc2l0aW9uKTsKICAgICAgICBwYXRoLmxpbmVUbyh3aWR0aCwgdmVydGljYWxQb3NpdGlvbik7CiAgICAgICAgY3R4LnN0cm9rZShwYXRoKTsKICAgICAgfQoKICAgICAgY3R4LnN0cm9rZVN0eWxlID0gJyMxMTA1MjknOwoKICAgICAgLy8gdmVydGljYWwgYXJyb3cKICAgICAgewogICAgICAgIGNvbnN0IHBhdGggPSBuZXcgUGF0aDJEKCk7CiAgICAgICAgcGF0aC5tb3ZlVG8ocGFkZGluZywgaGVpZ2h0IC0gcGFkZGluZyk7CiAgICAgICAgcGF0aC5saW5lVG8ocGFkZGluZywgMCk7CiAgICAgICAgcGF0aC5saW5lVG8oMCwgcGFkZGluZyk7CiAgICAgICAgcGF0aC5tb3ZlVG8ocGFkZGluZywgMCk7CiAgICAgICAgcGF0aC5saW5lVG8ocGFkZGluZyAqIDIsIHBhZGRpbmcpOwogICAgICAgIGN0eC5zdHJva2UocGF0aCk7CiAgICAgIH0KCiAgICAgIC8vIGhvcml6b250YWwgYXJyb3cKICAgICAgewogICAgICAgIGNvbnN0IHBhdGggPSBuZXcgUGF0aDJEKCk7CiAgICAgICAgcGF0aC5tb3ZlVG8ocGFkZGluZywgaGVpZ2h0IC0gcGFkZGluZyk7CiAgICAgICAgcGF0aC5saW5lVG8od2lkdGgsIGhlaWdodCAtIHBhZGRpbmcpOwogICAgICAgIHBhdGgubGluZVRvKHdpZHRoIC0gcGFkZGluZywgaGVpZ2h0IC0gcGFkZGluZyAqIDIpOwogICAgICAgIHBhdGgubW92ZVRvKHdpZHRoLCBoZWlnaHQgLSBwYWRkaW5nKTsKICAgICAgICBwYXRoLmxpbmVUbyh3aWR0aCAtIHBhZGRpbmcsIGhlaWdodCk7CiAgICAgICAgY3R4LnN0cm9rZShwYXRoKTsKICAgICAgfQogICAgfQogIH0sCik7Cg==", import.meta.url)), (p, h) => (o(), a("div", {
|
|
18
|
+
class: A(C(g).root)
|
|
19
|
+
}, [
|
|
20
|
+
G("div", {
|
|
21
|
+
class: A([C(g).background, {
|
|
22
|
+
[C(g).table]: I.variant === "table",
|
|
23
|
+
[C(g).graph]: I.variant === "graph"
|
|
24
|
+
}])
|
|
25
|
+
}, null, 2),
|
|
26
|
+
G("div", {
|
|
27
|
+
class: A(C(g).content)
|
|
28
|
+
}, [
|
|
29
|
+
e(B, {
|
|
30
|
+
size: 64,
|
|
31
|
+
color: "var(--color-div-grey)"
|
|
32
|
+
}),
|
|
33
|
+
G("div", {
|
|
34
|
+
class: A(C(g).text)
|
|
35
|
+
}, [
|
|
36
|
+
G("div", {
|
|
37
|
+
class: A(C(g).title)
|
|
38
|
+
}, l(I.title), 3),
|
|
39
|
+
G("div", {
|
|
40
|
+
class: A(C(g).subtitle)
|
|
41
|
+
}, [
|
|
42
|
+
Array.isArray(I.subtitle) ? (o(!0), a(s, { key: 0 }, t(I.subtitle, (b, c) => (o(), a("span", { key: c }, l(b), 1))), 128)) : (o(), a("span", W, l(I.subtitle), 1))
|
|
43
|
+
], 2)
|
|
44
|
+
], 2)
|
|
45
|
+
], 2)
|
|
46
|
+
], 2));
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
n as default
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=PlPlaceholder.vue2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlPlaceholder.vue2.js","sources":["../../../src/layout/PlPlaceholder/PlPlaceholder.vue"],"sourcesContent":["<script lang=\"ts\">\nexport interface PlPlaceholderProps {\n variant?: 'table' | 'graph';\n title?: string;\n subtitle?: string | string[];\n}\n</script>\n\n<script setup lang=\"ts\">\nimport { useCssModule } from 'vue';\nimport PlLoaderLogo from '../../components/PlLoaderLogo.vue';\n\nconst {\n variant,\n title = 'Running analysis...',\n subtitle = [\n 'No action needed—the job is active',\n 'Larger datasets take longer to process',\n 'Results will appear here as soon as they’re ready',\n 'Processing may take minutes to hours',\n ],\n} = defineProps<PlPlaceholderProps>();\n\nconst styles = useCssModule();\n\n(CSS as unknown as {\n paintWorklet: { addModule: (url: URL) => void };\n}).paintWorklet.addModule(new URL('paint-worklet.js', import.meta.url));\n</script>\n\n<template>\n <div :class=\"styles.root\">\n <div\n :class=\"[styles.background, {\n [styles.table]: variant === 'table',\n [styles.graph]: variant === 'graph',\n }]\"\n />\n <div :class=\"styles.content\">\n <PlLoaderLogo :size=\"64\" color=\"var(--color-div-grey)\" />\n <div :class=\"styles.text\">\n <div :class=\"styles.title\">{{ title }}</div>\n <div :class=\"styles.subtitle\">\n <template v-if=\"Array.isArray(subtitle)\">\n <span v-for=\"(item, key) of subtitle\" :key>{{ item }}</span>\n </template>\n <span v-else>{{ subtitle }}</span>\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<style module>\n.root {\n block-size: 100%;\n inline-size: 100%;\n position: relative;\n user-select: none;\n background-color: var(--bg-elevated-01);\n}\n\n.background {\n position: absolute;\n inset: 0;\n pointer-events: none;\n mask: linear-gradient(transparent 35%, #000 40% 60%, transparent 65%);\n mask-size: 100% 300%;\n animation-duration: 5s;\n animation-iteration-count: infinite;\n animation-name: slide;\n &.table {\n background-image: paint(pl-placeholder-table-skeleton);\n }\n &.graph {\n background-image: paint(pl-placeholder-graph-skeleton);\n }\n}\n\n.content {\n position: absolute;\n inset: 0;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n gap: 12px;\n}\n\n.text {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 4px;\n -webkit-text-stroke-color: white;\n -webkit-text-stroke-width: 4px;\n paint-order: stroke;\n}\n\n.title {\n color: var(--txt-03);\n font-size: 20px;\n font-weight: 500;\n line-height: 24px;\n letter-spacing: -0.2px;\n}\n\n.subtitle {\n color: var(--txt-03);\n font-weight: 500;\n line-height: 20px;\n display: grid;\n span {\n grid-area: 1 / 1;\n text-align: center;\n animation-name: active-subtitle;\n animation-duration: calc(6s * sibling-count());\n animation-iteration-count: infinite;\n animation-timing-function: steps(sibling-count(), jump-none);\n visibility: if(\n style(--pl-placeholder-active-subtitle: sibling-index()): visible;\n else: hidden;\n );\n }\n}\n\n@keyframes slide {\n from {\n mask-position: 0 100%;\n }\n}\n\n@keyframes active-subtitle {\n from {\n --pl-placeholder-active-subtitle: 1;\n }\n to {\n --pl-placeholder-active-subtitle: sibling-count();\n }\n}\n\n@property --pl-placeholder-active-subtitle {\n syntax: '<number>';\n inherits: false;\n initial-value: 1;\n}\n</style>\n"],"names":["styles","useCssModule","_createElementBlock","_normalizeClass","_unref","_createElementVNode","__props","_createVNode","PlLoaderLogo","_openBlock","_Fragment","_renderList","item","key"],"mappings":";;;;;;;;;;;;;;;AAuBA,UAAMA,IAASC,EAAA;AAEd,eAEE,aAAa,UAAU,IAAA,IAAA,4rIAAA,YAAA,GAAA,CAA4C,mBAIpEC,EAmBM,OAAA;AAAA,MAnBA,OAAKC,EAAEC,EAAAJ,CAAA,EAAO,IAAI;AAAA,IAAA;MACtBK,EAKE,OAAA;AAAA,QAJC,OAAKF,EAAA,CAAGC,EAAAJ,CAAA,EAAO,YAAU;AAAA,WAAaI,EAAAJ,CAAA,EAAO,KAAK,GAAGM,EAAA,YAAO;AAAA,WAAuBF,EAAAJ,CAAA,EAAO,KAAK,GAAGM,EAAA,YAAO;AAAA,QAAA;;MAK5GD,EAWM,OAAA;AAAA,QAXA,OAAKF,EAAEC,EAAAJ,CAAA,EAAO,OAAO;AAAA,MAAA;QACzBO,EAAyDC,GAAA;AAAA,UAA1C,MAAM;AAAA,UAAI,OAAM;AAAA,QAAA;QAC/BH,EAQM,OAAA;AAAA,UARA,OAAKF,EAAEC,EAAAJ,CAAA,EAAO,IAAI;AAAA,QAAA;UACtBK,EAA4C,OAAA;AAAA,YAAtC,OAAKF,EAAEC,EAAAJ,CAAA,EAAO,KAAK;AAAA,UAAA,KAAKM,EAAA,KAAK,GAAA,CAAA;AAAA,UACnCD,EAKM,OAAA;AAAA,YALA,OAAKF,EAAEC,EAAAJ,CAAA,EAAO,QAAQ;AAAA,UAAA;YACV,MAAM,QAAQM,EAAA,QAAQ,KACpCG,EAAA,EAAA,GAAAP,EAA4DQ,GAAA,EAAA,KAAA,KAAAC,EAAhCL,EAAA,UAAQ,CAAtBM,GAAMC,OAApBJ,EAAA,GAAAP,EAA4D,QAAA,EAArB,KAAAW,OAAOD,CAAI,GAAA,CAAA,cAEpDH,EAAA,GAAAP,EAAkC,aAAlBI,EAAA,QAAQ,GAAA,CAAA;AAAA,UAAA;;;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('._root_ekth8_2{block-size:100%;inline-size:100%;position:relative;-webkit-user-select:none;user-select:none;background-color:var(--bg-elevated-01)}._background_ekth8_10{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;mask:linear-gradient(transparent 35%,#000 40% 60%,transparent 65%);-webkit-mask-size:100% 300%;mask-size:100% 300%;animation-duration:5s;animation-iteration-count:infinite;animation-name:_slide_ekth8_1}._background_ekth8_10._table_ekth8_19{background-image:paint(pl-placeholder-table-skeleton)}._background_ekth8_10._graph_ekth8_22{background-image:paint(pl-placeholder-graph-skeleton)}._content_ekth8_27{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}._text_ekth8_37{display:flex;flex-direction:column;align-items:center;gap:4px;-webkit-text-stroke-color:white;-webkit-text-stroke-width:4px;paint-order:stroke}._title_ekth8_47{color:var(--txt-03);font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.2px}._subtitle_ekth8_55{color:var(--txt-03);font-weight:500;line-height:20px;display:grid}._subtitle_ekth8_55 span{grid-area:1 / 1;text-align:center;animation-name:_active-subtitle_ekth8_1;animation-duration:calc(6s*sibling-count());animation-iteration-count:infinite;animation-timing-function:steps(sibling-count(),jump-none);visibility:if(style(--pl-placeholder-active-subtitle: sibling-index()): visible; else: hidden;)}@keyframes _slide_ekth8_1{0%{-webkit-mask-position:0 100%;mask-position:0 100%}}@keyframes _active-subtitle_ekth8_1{0%{--pl-placeholder-active-subtitle: 1}to{--pl-placeholder-active-subtitle: sibling-count()}}@property --pl-placeholder-active-subtitle{syntax: "<number>"; inherits: false; initial-value: 1;}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
+
const t = "_root_ekth8_2", e = "_background_ekth8_10", _ = "_slide_ekth8_1", o = "_table_ekth8_19", s = "_graph_ekth8_22", n = "_content_ekth8_27", c = "_text_ekth8_37", l = "_title_ekth8_47", a = "_subtitle_ekth8_55", h = {
|
|
3
|
+
root: t,
|
|
4
|
+
background: e,
|
|
5
|
+
slide: _,
|
|
6
|
+
table: o,
|
|
7
|
+
graph: s,
|
|
8
|
+
content: n,
|
|
9
|
+
text: c,
|
|
10
|
+
title: l,
|
|
11
|
+
subtitle: a,
|
|
12
|
+
"active-subtitle": "_active-subtitle_ekth8_1"
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
e as background,
|
|
16
|
+
n as content,
|
|
17
|
+
h as default,
|
|
18
|
+
s as graph,
|
|
19
|
+
t as root,
|
|
20
|
+
_ as slide,
|
|
21
|
+
a as subtitle,
|
|
22
|
+
o as table,
|
|
23
|
+
c as text,
|
|
24
|
+
l as title
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=PlPlaceholder.vue3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlPlaceholder.vue3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlPlaceholder/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,GACxB,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlRow.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlRow/PlRow.vue"],"names":[],"mappings":"AAwBA,OAAO,eAAe,CAAC;AAGvB,qCAAqC;;WAG5B,OAAO;kBACA,OAAO;YACb,OAAO;;WAFR,OAAO;kBACA,OAAO;YACb,OAAO;;qBAqBY,GAAG;;AAzBhC,wBA8DK;AASL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlRow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
/** Fills flex remaining space */
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
3
|
export default _default;
|
|
4
|
+
//# sourceMappingURL=PlSpacer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlSpacer.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlSpacer/PlSpacer.vue"],"names":[],"mappings":"AAiBA,iCAAiC;;AACjC,wBAmDK"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/PlSpacer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
|
package/dist/types.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,KAAK,IAAI,QAAQ,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC1H,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,MAAM,MAAM,IAAI,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEhD,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;AAErC,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAE7D,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI,gBAAgB,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;AAEpE,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,GAAG;IACtD,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,GAAG,OAAO,IAChC;IACA,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,CAAC,CAAC;CACV,GACC;IACA,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,CAAC,CAAC;CACV,CAAC;AAEJ,MAAM,MAAM,oBAAoB,CAAC,CAAC,GAAG,OAAO,IAAI,cAAc,CAAC,CAAC,CAAC,CAAC;AAGlE,MAAM,MAAM,UAAU,CAAC,CAAC,GAAG,OAAO,IAC9B,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;CACd,GACC,cAAc,CAAC,CAAC,CAAC,CAAC;AAEtB,YAAY,EAAE,QAAQ,EAAE,CAAC;AAEzB,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC;IACvB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,cAAc,CAAC,IAAI,IAAI,IAAI,SAAS,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC;AAElF,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC;AAE5B,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,MAAM,CAAC;AAE1C,MAAM,MAAM,aAAa,GAAG;IAC1B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,KAAK,EAAE,gBAAgB,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,SAAS,IAAI,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEhG,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,SAAS,EAAE,SAAS,GAAG,SAAS,CAAC;IAErC,UAAU,MAAM;QACd,SAAS,EAAE,SAAS,GAAG,SAAS,CAAC;KAClC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DoubleContour.vue.d.ts","sourceRoot":"","sources":["../../src/utils/DoubleContour.vue"],"names":[],"mappings":";oBAuFkB,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ;;oBAA1G,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ;;mBAA1G,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ;;qBA8B/F,GAAG;;AAhChC,wBAuEK;AAcL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { defineComponent as t, createElementBlock as r, openBlock as n, normalizeClass as s, createElementVNode as a, normalizeProps as l, guardReactiveProps as i, renderSlot as u } from "vue";
|
|
2
|
+
const d = {
|
|
3
|
+
inheritAttrs: !1
|
|
4
|
+
}, m = /* @__PURE__ */ t({
|
|
5
|
+
...d,
|
|
6
|
+
__name: "DoubleContour",
|
|
7
|
+
props: {
|
|
8
|
+
groupPosition: { default: void 0 }
|
|
9
|
+
},
|
|
10
|
+
setup(o) {
|
|
11
|
+
return (e, c) => (n(), r("div", {
|
|
12
|
+
class: s(["double-contour", { [o.groupPosition]: !0 }])
|
|
13
|
+
}, [
|
|
14
|
+
a("div", l(i(e.$attrs)), [
|
|
15
|
+
u(e.$slots, "default")
|
|
16
|
+
], 16)
|
|
17
|
+
], 2));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DoubleContour.vue2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DoubleContour.vue2.js","sources":["../../src/utils/DoubleContour.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nwithDefaults(defineProps<{\n groupPosition?: 'top' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'middle';\n}>(), {\n groupPosition: undefined,\n});\n</script>\n\n<script lang=\"ts\">\n\nexport default {\n inheritAttrs: false,\n};\n</script>\n\n<template>\n <div class=\"double-contour\" :class=\"{ [groupPosition]: true }\">\n <div v-bind=\"$attrs\">\n <slot />\n </div>\n </div>\n</template>\n<style>\n.double-contour {\n &.top > div {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n.double-contour {\n &.bottom > div {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.left > div {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n.double-contour {\n &.right > div {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n.double-contour {\n &.top-left > div{\n border-top-right-radius: 0;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n.double-contour {\n &.top-right > div {\n border-bottom-right-radius: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n.double-contour {\n &.bottom-left > div {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.bottom-right > div {\n border-top-right-radius: 0;\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.middle > div {\n border-radius: 0;\n }\n}\n</style>\n"],"names":["__default__","_createElementBlock","_normalizeClass","__props","_createElementVNode","$attrs","_renderSlot","_ctx"],"mappings":";AAUA,MAAAA,IAAe;AAAA,EACb,cAAc;AAChB;;;;;;;2BAIEC,EAIM,OAAA;AAAA,MAJD,OAAKC,EAAA,CAAC,kBAAgB,EAAA,CAAYC,EAAA,aAAa,GAAA,IAAA,CAAA;AAAA,IAAA;MAClDC,EAEM,WAFOC,EAAAA,MAAM,CAAA,GAAA;AAAA,QACjBC,EAAQC,EAAA,QAAA,SAAA;AAAA,MAAA;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode(".double-contour.top>div{border-bottom-right-radius:0;border-bottom-left-radius:0}.double-contour.bottom>div{border-top-right-radius:0;border-top-left-radius:0}.double-contour.left>div{border-top-right-radius:0;border-bottom-right-radius:0}.double-contour.right>div{border-top-left-radius:0;border-bottom-left-radius:0}.double-contour.top-left>div{border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.double-contour.top-right>div{border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0}.double-contour.bottom-left>div{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.double-contour.bottom-right>div{border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}.double-contour.middle>div{border-radius:0}")),document.head.appendChild(o)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
|
|
2
|
-
import o from "./DoubleContour.
|
|
2
|
+
import o from "./DoubleContour.vue2.js";
|
|
3
3
|
|
|
4
4
|
export {
|
|
5
5
|
o as default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/utils/DropdownOverlay/DropdownOverlay.vue"],"names":[],"mappings":"AAoGA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,WAAW,GAAG,SAAS,CAAC;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AA4EF,iBAAS,cAAc;WA4CT,OAAO,IAA6B;;;;YAZrB,GAAG;;;;;;EAiB/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/DropdownOverlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
3
|
+
//# sourceMappingURL=InnerBorder.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InnerBorder.vue.d.ts","sourceRoot":"","sources":["../../src/utils/InnerBorder.vue"],"names":[],"mappings":"AAKA;;AAaA,wBAEG"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
3
|
+
//# sourceMappingURL=PlCloseModalBtn.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlCloseModalBtn.vue.d.ts","sourceRoot":"","sources":["../../src/utils/PlCloseModalBtn.vue"],"names":[],"mappings":";AAuEA,wBAMG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextLabel.vue.d.ts","sourceRoot":"","sources":["../../src/utils/TextLabel.vue"],"names":[],"mappings":"AA+CA,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AASpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebStopWatchElement.d.ts","sourceRoot":"","sources":["../../src/utils/WebStopWatchElement.ts"],"names":[],"mappings":"AASA,qBAAa,mBAAoB,SAAQ,WAAW;;IAClD,MAAM,CAAC,MAAM,CAAC,GAAG,SAAmB;IAKpC,UAAU,aAAuC;IAKjD,iBAAiB;CAmBlB"}
|
|
@@ -3,3 +3,4 @@ import { Ref } from 'vue';
|
|
|
3
3
|
* Adjust the width of the cutout on the clip path for the notched label (TextField, Dropdown)
|
|
4
4
|
*/
|
|
5
5
|
export declare function useLabelNotch(root: Ref<HTMLElement | undefined>, labelSelector?: string): void;
|
|
6
|
+
//# sourceMappingURL=useLabelNotch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLabelNotch.d.ts","sourceRoot":"","sources":["../../src/utils/useLabelNotch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAUhD;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,CAAC,WAAW,GAAG,SAAS,CAAC,EAAE,aAAa,SAAU,QA4BxF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useValidation.d.ts","sourceRoot":"","sources":["../../src/utils/useValidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAIzC,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,MAAM,CAAC,EAAE;;;EAcnF;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,MAAM,CAAC,EAAE;;;GAIlF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/uikit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"d3-axis": "^3.0.0",
|
|
32
32
|
"resize-observer-polyfill": "^1.5.1",
|
|
33
33
|
"canonicalize": "~2.1.0",
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
34
|
+
"@milaboratories/helpers": "1.12.0",
|
|
35
|
+
"@platforma-sdk/model": "1.47.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"jsdom": "^25.0.1",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"yarpm": "^1.2.0",
|
|
41
41
|
"svgo": "^3.3.2",
|
|
42
42
|
"typescript": "~5.6.3",
|
|
43
|
-
"@milaboratories/
|
|
44
|
-
"@milaboratories/ts-builder": "1.
|
|
43
|
+
"@milaboratories/build-configs": "1.1.1",
|
|
44
|
+
"@milaboratories/ts-builder": "1.1.1",
|
|
45
45
|
"@milaboratories/eslint-config": "1.0.5",
|
|
46
|
-
"@milaboratories/
|
|
46
|
+
"@milaboratories/ts-configs": "1.1.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"dev": "ts-builder serve --target browser-lib --build-config ./build.browser-lib.config.js",
|