origam 0.3.5 → 0.3.7
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/composables/Commons/hotkey.composable.d.ts.map +1 -1
- package/dist/composables/index.d.ts +2 -2
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/consts/Commons/hotkey.const.d.ts.map +1 -1
- package/dist/consts/index.d.ts +1 -0
- package/dist/consts/index.d.ts.map +1 -1
- package/dist/src/components/Dialog/OrigamDialog.vue +1 -1
- package/dist/src/components/Dialog/OrigamDialogConfirmation.vue +1 -1
- package/dist/src/components/Divider/OrigamDivider.vue +1 -1
- package/dist/src/components/Drawer/OrigamDrawer.vue +13 -13
- package/dist/src/components/ExpansionPanel/OrigamExpansionPanel.vue +1 -1
- package/dist/src/components/ExpansionPanel/OrigamExpansionPanelContent.vue +1 -1
- package/dist/src/components/ExpansionPanel/OrigamExpansionPanelHeader.vue +1 -1
- package/dist/src/components/ExpansionPanel/OrigamExpansionPanels.vue +1 -1
- package/dist/src/components/Field/OrigamField.vue +1 -1
- package/dist/src/components/FileField/OrigamFileField.vue +1 -1
- package/dist/src/components/Form/OrigamForm.vue +1 -1
- package/dist/src/components/Grids/OrigamRow.vue +1 -1
- package/dist/src/components/Grids/OrigamSpacer.vue +1 -1
- package/dist/src/components/Highlight/OrigamHighlight.vue +1 -1
- package/dist/src/components/Icon/OrigamIcon.vue +1 -1
- package/dist/src/components/Icon/OrigamLigatureIcon.vue +1 -1
- package/dist/src/components/Icon/OrigamSvgIcon.vue +4 -4
- package/dist/src/components/Img/OrigamImg.vue +6 -6
- package/dist/src/components/InfiniteScroll/OrigamInfiniteScroll.vue +8 -2
- package/dist/src/components/InfiniteScroll/OrigamInfiniteScrollIntersect.vue +1 -1
- package/dist/src/components/Input/OrigamInput.vue +1 -1
- package/dist/src/components/Label/OrigamLabel.vue +1 -1
- package/dist/src/components/Layout/OrigamLayout.vue +1 -1
- package/dist/src/components/Lazy/OrigamLazy.vue +1 -1
- package/dist/src/components/List/OrigamList.vue +1 -1
- package/dist/src/components/List/OrigamListChildren.vue +1 -1
- package/dist/src/components/List/OrigamListGroup.vue +1 -1
- package/dist/src/components/List/OrigamListGroupActivator.vue +1 -1
- package/dist/src/components/List/OrigamListItem.vue +1 -1
- package/dist/src/components/List/OrigamListSubheader.vue +1 -1
- package/dist/src/components/Loader/OrigamLoader.vue +1 -1
- package/dist/src/components/Main/OrigamMain.vue +1 -1
- package/dist/src/components/Menu/OrigamMenu.vue +1 -1
- package/dist/src/components/Messages/OrigamMessages.vue +1 -1
- package/dist/src/components/NumberField/OrigamNumberField.vue +1 -1
- package/dist/src/components/OtpInputField/OrigamOtpInputField.vue +1 -1
- package/dist/src/components/Overlay/OrigamOverlay.vue +1 -1
- package/dist/src/components/Overlay/OrigamOverlayScrim.vue +1 -1
- package/dist/src/components/PageBuilder/OrigamEditWrapper.vue +1 -1
- package/dist/src/components/PageBuilder/OrigamPageBuilder.vue +1 -1
- package/dist/src/components/Pagination/OrigamPagination.vue +1 -1
- package/dist/src/components/Parallax/OrigamParallax.vue +1 -1
- package/dist/src/components/Parallax/OrigamParallaxElement.vue +1 -1
- package/dist/src/components/PasswordField/OrigamPasswordField.vue +1 -1
- package/dist/src/components/Picker/OrigamPicker.vue +1 -1
- package/dist/src/components/Picker/OrigamPickerTitle.vue +1 -1
- package/dist/src/components/Progress/OrigamProgress.vue +1 -1
- package/dist/src/components/Progress/OrigamProgressCircular.vue +1 -1
- package/dist/src/components/Progress/OrigamProgressLinear.vue +1 -1
- package/dist/src/components/Radio/OrigamRadio.vue +1 -1
- package/dist/src/components/Radio/OrigamRadioBtn.vue +1 -1
- package/dist/src/components/Radio/OrigamRadioGroup.vue +1 -1
- package/dist/src/components/RatingField/OrigamRatingField.vue +1 -1
- package/dist/src/components/RatingField/OrigamRatingFieldItem.vue +1 -1
- package/dist/src/components/Responsive/OrigamResponsive.vue +9 -1
- package/dist/src/components/Select/OrigamSelect.vue +13 -13
- package/dist/src/components/SelectionControl/OrigamSelectionControl.vue +1 -1
- package/dist/src/components/SelectionControl/OrigamSelectionControlGroup.vue +1 -1
- package/dist/src/components/Sheet/OrigamSheet.vue +1 -1
- package/dist/src/components/Slide/OrigamSlideGroup.vue +1 -1
- package/dist/src/components/SliderField/OrigamSliderField.vue +1 -1
- package/dist/src/components/SliderField/OrigamSliderFieldThumb.vue +1 -1
- package/dist/src/components/SliderField/OrigamSliderFieldTrack.vue +1 -1
- package/dist/src/components/Snackbar/OrigamSnackbar.vue +13 -13
- package/dist/src/components/Switch/OrigamSwitch.vue +8 -2
- package/dist/src/components/SystemBar/OrigamSystemBar.vue +1 -1
- package/dist/src/components/Table/OrigamTable.vue +1 -1
- package/dist/src/components/TextField/OrigamTextField.vue +1 -1
- package/dist/src/components/TextareaField/OrigamTextareaField.vue +5 -5
- package/dist/src/components/Title/OrigamTitle.vue +1 -1
- package/dist/src/components/Toolbar/OrigamToolbar.vue +1 -1
- package/dist/src/components/Tooltip/OrigamTooltip.vue +1 -1
- package/dist/src/components/Transition/OrigamExpandX.vue +1 -1
- package/dist/src/components/Transition/OrigamExpandY.vue +1 -1
- package/dist/src/components/Transition/OrigamTransition.vue +1 -1
- package/dist/src/components/Transition/OrigamTranslateScale.vue +1 -1
- package/dist/src/components/VirtualScroll/OrigamVirtualScroll.vue +1 -1
- package/dist/src/components/VirtualScroll/OrigamVirtualScrollItem.vue +1 -1
- package/dist/src/components/Window/OrigamWindow.vue +1 -1
- package/dist/src/components/Window/OrigamWindowItem.vue +1 -1
- package/dist/src/composables/Commons/activator.composable.cjs +1 -1
- package/dist/src/composables/Commons/activator.composable.d.ts +1 -1
- package/dist/src/composables/Commons/activator.composable.js +1 -1
- package/dist/src/composables/Commons/active.composable.cjs +1 -1
- package/dist/src/composables/Commons/active.composable.js +1 -1
- package/dist/src/composables/Commons/adjacent.composable.cjs +1 -1
- package/dist/src/composables/Commons/adjacent.composable.d.ts +1 -1
- package/dist/src/composables/Commons/adjacent.composable.js +1 -1
- package/dist/src/composables/Commons/border.composable.cjs +1 -1
- package/dist/src/composables/Commons/border.composable.d.ts +1 -1
- package/dist/src/composables/Commons/border.composable.js +1 -1
- package/dist/src/composables/Commons/border.composable.spec.cjs +1 -1
- package/dist/src/composables/Commons/border.composable.spec.js +1 -1
- package/dist/src/composables/Commons/calendar.composable.cjs +1 -1
- package/dist/src/composables/Commons/calendar.composable.js +1 -1
- package/dist/src/composables/Commons/color.composable.cjs +1 -1
- package/dist/src/composables/Commons/color.composable.d.ts +1 -1
- package/dist/src/composables/Commons/color.composable.js +1 -1
- package/dist/src/composables/Commons/date.composable.cjs +1 -1
- package/dist/src/composables/Commons/date.composable.js +1 -1
- package/dist/src/composables/Commons/density.composable.cjs +1 -1
- package/dist/src/composables/Commons/density.composable.d.ts +1 -1
- package/dist/src/composables/Commons/density.composable.js +1 -1
- package/dist/src/composables/Commons/dimension.composable.cjs +1 -1
- package/dist/src/composables/Commons/dimension.composable.js +1 -1
- package/dist/src/composables/Commons/display.composable.cjs +1 -1
- package/dist/src/composables/Commons/display.composable.js +1 -1
- package/dist/src/composables/Commons/dragResizer.composable.cjs +1 -1
- package/dist/src/composables/Commons/dragResizer.composable.d.ts +1 -1
- package/dist/src/composables/Commons/dragResizer.composable.js +1 -1
- package/dist/src/composables/Commons/elevation.composable.cjs +1 -1
- package/dist/src/composables/Commons/elevation.composable.d.ts +1 -1
- package/dist/src/composables/Commons/elevation.composable.js +1 -1
- package/dist/src/composables/Commons/eventListener.composable.cjs +1 -1
- package/dist/src/composables/Commons/eventListener.composable.js +1 -1
- package/dist/src/composables/Commons/filters.composable.cjs +1 -1
- package/dist/src/composables/Commons/filters.composable.d.ts +1 -1
- package/dist/src/composables/Commons/filters.composable.js +1 -1
- package/dist/src/composables/Commons/focus.composable.cjs +1 -1
- package/dist/src/composables/Commons/focus.composable.js +1 -1
- package/dist/src/composables/Commons/goTo.composable.cjs +1 -1
- package/dist/src/composables/Commons/goTo.composable.d.ts +1 -1
- package/dist/src/composables/Commons/goTo.composable.js +1 -1
- package/dist/src/composables/Commons/group.composable.cjs +1 -1
- package/dist/src/composables/Commons/group.composable.d.ts +1 -1
- package/dist/src/composables/Commons/group.composable.js +11 -11
- package/dist/src/composables/Commons/hotkey.composable.cjs +4 -5
- package/dist/src/composables/Commons/hotkey.composable.d.ts +1 -1
- package/dist/src/composables/Commons/hotkey.composable.js +2 -3
- package/dist/src/composables/Commons/hover.composable.cjs +1 -1
- package/dist/src/composables/Commons/hover.composable.js +1 -1
- package/dist/src/composables/Commons/hydration.composable.cjs +1 -1
- package/dist/src/composables/Commons/hydration.composable.js +1 -1
- package/dist/src/composables/Commons/intersectionObserver.composable.cjs +1 -1
- package/dist/src/composables/Commons/intersectionObserver.composable.js +1 -1
- package/dist/src/composables/Commons/items.composable.cjs +1 -1
- package/dist/src/composables/Commons/items.composable.js +1 -1
- package/dist/src/composables/Commons/layout.composable.cjs +1 -1
- package/dist/src/composables/Commons/layout.composable.d.ts +1 -1
- package/dist/src/composables/Commons/layout.composable.js +3 -3
- package/dist/src/composables/Commons/loader.composable.cjs +1 -1
- package/dist/src/composables/Commons/loader.composable.js +1 -1
- package/dist/src/composables/Commons/locale.composable.cjs +2 -2
- package/dist/src/composables/Commons/locale.composable.js +2 -2
- package/dist/src/composables/Commons/location.composable.cjs +1 -1
- package/dist/src/composables/Commons/location.composable.js +1 -1
- package/dist/src/composables/Commons/margin.composable.cjs +1 -1
- package/dist/src/composables/Commons/margin.composable.js +1 -1
- package/dist/src/composables/Commons/padding.composable.cjs +1 -1
- package/dist/src/composables/Commons/padding.composable.js +1 -1
- package/dist/src/composables/DataTable/expand.composable.cjs +1 -1
- package/dist/src/composables/DataTable/expand.composable.js +1 -1
- package/dist/src/composables/DataTable/group.composable.cjs +1 -1
- package/dist/src/composables/DataTable/group.composable.d.ts +1 -1
- package/dist/src/composables/DataTable/group.composable.js +1 -1
- package/dist/src/composables/DataTable/headers.composable.cjs +1 -1
- package/dist/src/composables/DataTable/headers.composable.d.ts +1 -1
- package/dist/src/composables/DataTable/headers.composable.js +1 -1
- package/dist/src/composables/DataTable/items.composable.cjs +1 -1
- package/dist/src/composables/DataTable/items.composable.d.ts +1 -1
- package/dist/src/composables/DataTable/items.composable.js +1 -1
- package/dist/src/composables/DataTable/pagination.composable.cjs +1 -1
- package/dist/src/composables/DataTable/pagination.composable.d.ts +1 -1
- package/dist/src/composables/DataTable/pagination.composable.js +1 -1
- package/dist/src/composables/Form/form.composable.cjs +1 -1
- package/dist/src/composables/Form/form.composable.js +1 -1
- package/dist/src/composables/Icon/icon.composable.cjs +1 -1
- package/dist/src/composables/Icon/icon.composable.d.ts +1 -1
- package/dist/src/composables/Icon/icon.composable.js +1 -1
- package/dist/src/composables/List/list.composable.cjs +1 -1
- package/dist/src/composables/List/list.composable.js +1 -1
- package/dist/src/composables/PageBuilder/editor.composable.cjs +1 -1
- package/dist/src/composables/PageBuilder/editor.composable.js +1 -1
- package/dist/src/composables/index.cjs +12 -12
- package/dist/src/composables/index.d.ts +2 -2
- package/dist/src/composables/index.js +2 -2
- package/dist/src/consts/Btn/btn-toggle.const.d.ts +1 -1
- package/dist/src/consts/Commons/commons.const.d.ts +1 -1
- package/dist/src/consts/Commons/date.const.d.ts +1 -1
- package/dist/src/consts/Commons/display.const.d.ts +1 -1
- package/dist/src/consts/Commons/goTo.const.d.ts +1 -1
- package/dist/src/consts/Commons/hotkey.const.cjs +0 -1
- package/dist/src/consts/Commons/hotkey.const.js +0 -1
- package/dist/src/consts/Commons/layout.const.d.ts +1 -1
- package/dist/src/consts/Commons/locale.const.d.ts +1 -1
- package/dist/src/consts/DataTable/expand.const.d.ts +1 -1
- package/dist/src/consts/DataTable/group.const.d.ts +1 -1
- package/dist/src/consts/DataTable/headers.const.d.ts +1 -1
- package/dist/src/consts/ExpansionPanel/expansion-panel.const.d.ts +1 -1
- package/dist/src/consts/Form/form.const.d.ts +1 -1
- package/dist/src/consts/Icon/icon.const.d.ts +1 -1
- package/dist/src/consts/Icon/mdi.const.cjs +1 -1
- package/dist/src/consts/Icon/mdi.const.js +1 -1
- package/dist/src/consts/Menu/menu.const.d.ts +1 -1
- package/dist/src/consts/PageBuilder/edit.const.d.ts +1 -1
- package/dist/src/consts/index.cjs +11 -0
- package/dist/src/consts/index.d.ts +1 -0
- package/dist/src/consts/index.js +1 -0
- package/dist/src/interfaces/Commons/activator.interface.d.ts +1 -1
- package/dist/src/interfaces/Commons/commons.interface.d.ts +1 -1
- package/dist/src/interfaces/Commons/display.interface.d.ts +1 -1
- package/dist/src/interfaces/Commons/intersect.interface.d.ts +1 -1
- package/dist/src/interfaces/Commons/layout.interface.d.ts +1 -1
- package/dist/src/interfaces/Commons/location.interface.d.ts +1 -1
- package/dist/src/interfaces/DataTable/data-table.interface.d.ts +1 -1
- package/dist/src/interfaces/DataTable/expand.interface.d.ts +1 -1
- package/dist/src/interfaces/DataTable/group.interface.d.ts +1 -1
- package/dist/src/interfaces/DataTable/headers.interface.d.ts +1 -1
- package/dist/src/interfaces/DataTable/items.interface.d.ts +1 -1
- package/dist/src/interfaces/ExpensionPanel/expansion-panel-content.interface.d.ts +1 -1
- package/dist/src/interfaces/Form/form.interface.d.ts +1 -1
- package/dist/src/types/Commons/commons.type.d.ts +1 -1
- package/dist/src/types/Commons/layout.type.d.ts +1 -1
- package/dist/src/types/Commons/location.type.d.ts +1 -1
- package/dist/src/types/Icon/icon.type.d.ts +1 -1
- package/dist/src/utils/Commons/activator.util.cjs +1 -1
- package/dist/src/utils/Commons/activator.util.d.ts +1 -1
- package/dist/src/utils/Commons/activator.util.js +1 -1
- package/dist/src/utils/Commons/commons.util.cjs +1 -1
- package/dist/src/utils/Commons/commons.util.d.ts +1 -1
- package/dist/src/utils/Commons/commons.util.js +3 -3
- package/dist/src/utils/Commons/date.util.cjs +1 -1
- package/dist/src/utils/Commons/date.util.js +1 -1
- package/dist/src/utils/Commons/forwardRefs.util.d.ts +1 -1
- package/dist/src/utils/Commons/getCurrentInstance.util.cjs +1 -1
- package/dist/src/utils/Commons/getCurrentInstance.util.js +1 -1
- package/dist/src/utils/Commons/goTo.util.d.ts +1 -1
- package/dist/src/utils/Commons/group.util.d.ts +1 -1
- package/dist/src/utils/Commons/hotkey.util.cjs +2 -2
- package/dist/src/utils/Commons/hotkey.util.js +1 -1
- package/dist/src/utils/Commons/layout.util.d.ts +1 -1
- package/dist/src/utils/Commons/locale.util.cjs +1 -1
- package/dist/src/utils/Commons/locale.util.d.ts +1 -1
- package/dist/src/utils/Commons/locale.util.js +1 -1
- package/dist/src/utils/Commons/location.util.cjs +1 -1
- package/dist/src/utils/Commons/location.util.d.ts +1 -1
- package/dist/src/utils/Commons/location.util.js +1 -1
- package/package.json +2 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hotkey.composable.d.ts","sourceRoot":"","sources":["../../../src/composables/Commons/hotkey.composable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAmC,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"hotkey.composable.d.ts","sourceRoot":"","sources":["../../../src/composables/Commons/hotkey.composable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAmC,MAAM,KAAK,CAAA;AAE/D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAIjD,wBAAgB,SAAS,CACrB,IAAI,EAAE,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC,EAClC,QAAQ,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,EACpC,OAAO,GAAE,cAAmB,cAgJ/B"}
|
|
@@ -19,7 +19,7 @@ export * from './Commons/nested.composable';
|
|
|
19
19
|
export * from './Commons/position.composable';
|
|
20
20
|
export * from './Commons/resizeObserver.composable';
|
|
21
21
|
export * from './Commons/refs.composable';
|
|
22
|
-
export * from './Commons/vModel.composable
|
|
22
|
+
export * from './Commons/vModel.composable';
|
|
23
23
|
export * from './Commons/rounded.composable';
|
|
24
24
|
export * from './Commons/router.composable';
|
|
25
25
|
export * from './Commons/scopeId.composable';
|
|
@@ -39,7 +39,7 @@ export * from './Commons/velocity.composable';
|
|
|
39
39
|
export * from './Commons/padding.composable';
|
|
40
40
|
export * from './Commons/margin.composable';
|
|
41
41
|
export * from './Commons/lazy.composable';
|
|
42
|
-
export * from './Commons/items.composable
|
|
42
|
+
export * from './Commons/items.composable';
|
|
43
43
|
export * from './Commons/teleport.composable';
|
|
44
44
|
export * from './Commons/hydration.composable';
|
|
45
45
|
export * from './Commons/stack.composable';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,qCAAqC,CAAA;AACnD,cAAc,2BAA2B,CAAA;AACzC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,qCAAqC,CAAA;AACnD,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2BAA2B,CAAA;AACzC,cAAc,kCAAkC,CAAA;AAChD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oCAAoC,CAAA;AAClD,cAAc,kCAAkC,CAAA;AAChD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,oCAAoC,CAAA;AAClD,cAAc,wBAAwB,CAAA;AACtC,cAAc,iDAAiD,CAAA;AAC/D,cAAc,gCAAgC,CAAA;AAC9C,cAAc,uCAAuC,CAAA;AACrD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mCAAmC,CAAA;AACjD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hotkey.const.d.ts","sourceRoot":"","sources":["../../../src/consts/Commons/hotkey.const.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAEhD,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,EAA4J,CAAA;AAE/M;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"hotkey.const.d.ts","sourceRoot":"","sources":["../../../src/consts/Commons/hotkey.const.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAEhD,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,EAA4J,CAAA;AAE/M;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAqBnD,CAAA"}
|
package/dist/consts/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from './Commons/scroll.const';
|
|
|
18
18
|
export * from './Commons/stack.const';
|
|
19
19
|
export * from './Commons/bindProps.const';
|
|
20
20
|
export * from './Commons/display.const';
|
|
21
|
+
export * from './Commons/hotkey.const';
|
|
21
22
|
export * from './Commons/hover.const';
|
|
22
23
|
export * from './Commons/goTo.const';
|
|
23
24
|
export * from './Commons/virtual.const';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consts/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qCAAqC,CAAA;AACnD,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wCAAwC,CAAA;AACtD,cAAc,kCAAkC,CAAA;AAChD,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consts/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,8BAA8B,CAAA;AAC5C,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qCAAqC,CAAA;AACnD,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wCAAwC,CAAA;AACtD,cAAc,kCAAkC,CAAA;AAChD,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA"}
|
|
@@ -123,13 +123,13 @@
|
|
|
123
123
|
</template>
|
|
124
124
|
|
|
125
125
|
<script setup>
|
|
126
|
+
import { computed, mergeProps, nextTick, ref, StyleValue, useSlots, watch } from "vue";
|
|
126
127
|
import { OrigamBtn, OrigamCard, OrigamIcon, OrigamOverlay, OrigamTranslateScale } from "../../components";
|
|
127
128
|
import { useProps, useScopeId, useStatus, useVModel } from "../../composables";
|
|
128
129
|
import { IN_BROWSER } from "../../consts";
|
|
129
130
|
import { vIntersect } from "../../directives";
|
|
130
131
|
import { MDI_ICONS } from "../../enums";
|
|
131
132
|
import { focusableChildren, forwardRefs } from "../../utils";
|
|
132
|
-
import { computed, mergeProps, nextTick, ref, StyleValue, useSlots, watch } from "vue";
|
|
133
133
|
const props = defineProps({
|
|
134
134
|
fullscreen: { type: Boolean, required: false },
|
|
135
135
|
retainFocus: { type: Boolean, required: false, default: true },
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
</template>
|
|
120
120
|
|
|
121
121
|
<script setup>
|
|
122
|
+
import { computed, ref, useSlots } from "vue";
|
|
122
123
|
import { OrigamBtn, OrigamCol, OrigamContainer, OrigamDialog, OrigamRow } from "../../components";
|
|
123
124
|
import { useProps, useVModel } from "../../composables";
|
|
124
125
|
import { JUSTIFY } from "../../enums";
|
|
125
|
-
import { computed, ref, useSlots } from "vue";
|
|
126
126
|
const props = defineProps({
|
|
127
127
|
cancellable: { type: Boolean, required: false, default: true },
|
|
128
128
|
fullscreen: { type: Boolean, required: false },
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
</template>
|
|
9
9
|
|
|
10
10
|
<script setup>
|
|
11
|
+
import { computed, StyleValue, useAttrs } from "vue";
|
|
11
12
|
import { useMargin, useProps } from "../../composables";
|
|
12
13
|
import { DIRECTION } from "../../enums";
|
|
13
14
|
import { convertToUnit } from "../../utils";
|
|
14
|
-
import { computed, StyleValue, useAttrs } from "vue";
|
|
15
15
|
const attrs = useAttrs();
|
|
16
16
|
const props = defineProps({
|
|
17
17
|
inset: { type: Boolean, required: false },
|
|
@@ -48,6 +48,19 @@
|
|
|
48
48
|
</template>
|
|
49
49
|
|
|
50
50
|
<script setup>
|
|
51
|
+
import {
|
|
52
|
+
computed,
|
|
53
|
+
ComputedRef,
|
|
54
|
+
nextTick,
|
|
55
|
+
onBeforeMount,
|
|
56
|
+
Ref,
|
|
57
|
+
ref,
|
|
58
|
+
shallowRef,
|
|
59
|
+
StyleValue,
|
|
60
|
+
toRef,
|
|
61
|
+
useSlots,
|
|
62
|
+
watch
|
|
63
|
+
} from "vue";
|
|
51
64
|
import { OrigamOverlayScrim } from "../../components";
|
|
52
65
|
import {
|
|
53
66
|
useBackgroundColor,
|
|
@@ -69,19 +82,6 @@ import {
|
|
|
69
82
|
} from "../../composables";
|
|
70
83
|
import { INLINE } from "../../enums";
|
|
71
84
|
import { getUid, int } from "../../utils";
|
|
72
|
-
import {
|
|
73
|
-
computed,
|
|
74
|
-
ComputedRef,
|
|
75
|
-
nextTick,
|
|
76
|
-
onBeforeMount,
|
|
77
|
-
Ref,
|
|
78
|
-
ref,
|
|
79
|
-
shallowRef,
|
|
80
|
-
StyleValue,
|
|
81
|
-
toRef,
|
|
82
|
-
useSlots,
|
|
83
|
-
watch
|
|
84
|
-
} from "vue";
|
|
85
85
|
const props = defineProps({
|
|
86
86
|
disableResizeWatcher: { type: Boolean, required: false },
|
|
87
87
|
disableRouteWatcher: { type: Boolean, required: false },
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
</template>
|
|
82
82
|
|
|
83
83
|
<script setup>
|
|
84
|
+
import { computed, provide, ref, StyleValue, toRef, useSlots } from "vue";
|
|
84
85
|
import { OrigamExpansionPanelContent, OrigamExpansionPanelHeader } from "../../components";
|
|
85
86
|
import {
|
|
86
87
|
useBorder,
|
|
@@ -94,7 +95,6 @@ import {
|
|
|
94
95
|
useRounded
|
|
95
96
|
} from "../../composables";
|
|
96
97
|
import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
|
|
97
|
-
import { computed, provide, ref, StyleValue, toRef, useSlots } from "vue";
|
|
98
98
|
const props = defineProps({
|
|
99
99
|
tag: { type: String, required: false, default: "div" },
|
|
100
100
|
id: { type: String, required: false },
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
</template>
|
|
25
25
|
|
|
26
26
|
<script setup>
|
|
27
|
+
import { computed, inject, StyleValue, toRef } from "vue";
|
|
27
28
|
import { OrigamExpandY } from "../../components";
|
|
28
29
|
import {
|
|
29
30
|
useBorder,
|
|
@@ -36,7 +37,6 @@ import {
|
|
|
36
37
|
useRounded
|
|
37
38
|
} from "../../composables";
|
|
38
39
|
import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
|
|
39
|
-
import { computed, inject, StyleValue, toRef } from "vue";
|
|
40
40
|
const props = defineProps({
|
|
41
41
|
content: { type: null, required: false },
|
|
42
42
|
color: { type: [String, Boolean, null], required: false, skipCheck: true },
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
</template>
|
|
84
84
|
|
|
85
85
|
<script setup>
|
|
86
|
+
import { computed, inject, StyleValue, toRef, useSlots } from "vue";
|
|
86
87
|
import { OrigamAvatar, OrigamIcon } from "../../components";
|
|
87
88
|
import {
|
|
88
89
|
useAdjacent,
|
|
@@ -97,7 +98,6 @@ import {
|
|
|
97
98
|
import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
|
|
98
99
|
import { vRipple } from "../../directives";
|
|
99
100
|
import { MDI_ICONS } from "../../enums";
|
|
100
|
-
import { computed, inject, StyleValue, toRef, useSlots } from "vue";
|
|
101
101
|
const props = defineProps({
|
|
102
102
|
expandIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_DOWN },
|
|
103
103
|
collapseIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_UP },
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
</template>
|
|
111
111
|
|
|
112
112
|
<script setup>
|
|
113
|
+
import { computed, StyleValue, toRef, useSlots } from "vue";
|
|
113
114
|
import { OrigamExpansionPanel } from "../../components";
|
|
114
115
|
import {
|
|
115
116
|
useBorder,
|
|
@@ -123,7 +124,6 @@ import {
|
|
|
123
124
|
useRounded
|
|
124
125
|
} from "../../composables";
|
|
125
126
|
import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
|
|
126
|
-
import { computed, StyleValue, toRef, useSlots } from "vue";
|
|
127
127
|
const props = defineProps({
|
|
128
128
|
flat: { type: Boolean, required: false },
|
|
129
129
|
items: { type: Array, required: false },
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
</template>
|
|
157
157
|
|
|
158
158
|
<script setup>
|
|
159
|
+
import { computed, ref, StyleValue, useSlots, watch } from "vue";
|
|
159
160
|
import { OrigamAvatar, OrigamExpandX, OrigamIcon, OrigamLabel, OrigamProgress } from "../../components";
|
|
160
161
|
import { useAdjacentInner, useBothColor, useDensity, useFocus, useLoader, useProps, useRtl } from "../../composables";
|
|
161
162
|
import { EASING, KEYBOARD_VALUES, PROGRESS_TYPE } from "../../enums";
|
|
162
163
|
import { animate, convertToUnit, getUid, nullifyTransforms } from "../../utils";
|
|
163
|
-
import { computed, ref, StyleValue, useSlots, watch } from "vue";
|
|
164
164
|
const props = defineProps({
|
|
165
165
|
active: { type: Boolean, required: false },
|
|
166
166
|
centerAffix: { type: Boolean, required: false },
|
|
@@ -217,11 +217,11 @@
|
|
|
217
217
|
</template>
|
|
218
218
|
|
|
219
219
|
<script setup>
|
|
220
|
+
import { computed, nextTick, ref, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
|
|
220
221
|
import { OrigamChip, OrigamCounter, OrigamField, OrigamInput } from "../../components";
|
|
221
222
|
import { useAdjacent, useAdjacentInner, useFocus, useLocale, useProps, useVModel } from "../../composables";
|
|
222
223
|
import { DENSITY, MDI_ICONS } from "../../enums";
|
|
223
224
|
import { filterInputAttrs, forwardRefs, humanReadableFileSize, wrapInArray } from "../../utils";
|
|
224
|
-
import { computed, nextTick, ref, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
|
|
225
225
|
const props = defineProps({
|
|
226
226
|
chips: { type: Boolean, required: false },
|
|
227
227
|
counter: { type: Boolean, required: false },
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
</template>
|
|
16
16
|
|
|
17
17
|
<script setup>
|
|
18
|
+
import { computed, ref, StyleValue } from "vue";
|
|
18
19
|
import { useForm, useProps } from "../../composables";
|
|
19
20
|
import { forwardRefs } from "../../utils";
|
|
20
|
-
import { computed, ref, StyleValue } from "vue";
|
|
21
21
|
const props = defineProps({
|
|
22
22
|
disabled: { type: Boolean, required: false },
|
|
23
23
|
fastFail: { type: Boolean, required: false },
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
|
+
import { computed, StyleValue, toRef } from "vue";
|
|
12
13
|
import { useBorder, useBothColor, useDensity, useMargin, usePadding, useProps } from "../../composables";
|
|
13
14
|
import { DENSITY } from "../../enums";
|
|
14
15
|
import { toKebabCase } from "../../utils";
|
|
15
|
-
import { computed, StyleValue, toRef } from "vue";
|
|
16
16
|
const props = defineProps({
|
|
17
17
|
gutters: { type: [String, Number], required: false },
|
|
18
18
|
direction: { type: null, required: false },
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
|
-
import { useProps } from "../../composables";
|
|
13
12
|
import { computed, StyleValue } from "vue";
|
|
13
|
+
import { useProps } from "../../composables";
|
|
14
14
|
const props = defineProps({
|
|
15
15
|
id: { type: String, required: false },
|
|
16
16
|
class: { type: [String, Array, Object], required: false },
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script setup>
|
|
14
|
+
import { computed, StyleValue, toRef } from "vue";
|
|
14
15
|
import {
|
|
15
16
|
useBorder,
|
|
16
17
|
useBothColor,
|
|
@@ -22,7 +23,6 @@ import {
|
|
|
22
23
|
useVModel
|
|
23
24
|
} from "../../composables";
|
|
24
25
|
import { getContrast } from "../../utils";
|
|
25
|
-
import { computed, StyleValue, toRef } from "vue";
|
|
26
26
|
const props = defineProps({
|
|
27
27
|
autoEscape: { type: Boolean, required: false, default: true },
|
|
28
28
|
text: { type: String, required: true, default: "" },
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
</template>
|
|
15
15
|
|
|
16
16
|
<script setup>
|
|
17
|
+
import { computed, ref, StyleValue, toRef, useAttrs, useSlots } from "vue";
|
|
17
18
|
import { useBorder, useBothColor, useIcon, useMargin, usePadding, useProps, useSize } from "../../composables";
|
|
18
19
|
import { flattenFragments } from "../../utils";
|
|
19
|
-
import { computed, ref, StyleValue, toRef, useAttrs, useSlots } from "vue";
|
|
20
20
|
const attrs = useAttrs();
|
|
21
21
|
const props = defineProps({
|
|
22
22
|
disabled: { type: Boolean, required: false },
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
|
-
import { useProps } from "../../composables";
|
|
13
12
|
import { computed, StyleValue } from "vue";
|
|
13
|
+
import { useProps } from "../../composables";
|
|
14
14
|
const props = defineProps({
|
|
15
15
|
disabled: { type: Boolean, required: false },
|
|
16
16
|
icon: { type: null, required: false },
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
13
13
|
>
|
|
14
14
|
<template v-if="!isArray(icon)">
|
|
15
|
-
<path :d="icon
|
|
15
|
+
<path :d="icon"></path>
|
|
16
16
|
</template>
|
|
17
17
|
<template v-else>
|
|
18
18
|
<template
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
>
|
|
22
22
|
<template v-if="!isArray(path)">
|
|
23
23
|
<path
|
|
24
|
-
:d="path[0]
|
|
24
|
+
:d="path[0]"
|
|
25
25
|
:fill-opacity="path[1]"
|
|
26
26
|
></path>
|
|
27
27
|
</template>
|
|
28
28
|
<template v-else>
|
|
29
|
-
<path :d="path
|
|
29
|
+
<path :d="path"></path>
|
|
30
30
|
</template>
|
|
31
31
|
</template>
|
|
32
32
|
</template>
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
</template>
|
|
36
36
|
|
|
37
37
|
<script setup>
|
|
38
|
-
import { useProps } from "../../composables";
|
|
39
38
|
import { computed, StyleValue } from "vue";
|
|
39
|
+
import { useProps } from "../../composables";
|
|
40
40
|
const props = defineProps({
|
|
41
41
|
disabled: { type: Boolean, required: false },
|
|
42
42
|
icon: { type: null, required: false },
|
|
@@ -80,12 +80,6 @@
|
|
|
80
80
|
</template>
|
|
81
81
|
|
|
82
82
|
<script setup>
|
|
83
|
-
import { OrigamResponsive, OrigamTransition } from "../../components";
|
|
84
|
-
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
85
|
-
import { SUPPORTS_INTERSECTION } from "../../consts";
|
|
86
|
-
import { vIntersect } from "../../directives";
|
|
87
|
-
import { IMG_STATE } from "../../enums";
|
|
88
|
-
import { convertToUnit, getCurrentInstance, pick } from "../../utils";
|
|
89
83
|
import {
|
|
90
84
|
computed,
|
|
91
85
|
nextTick,
|
|
@@ -98,6 +92,12 @@ import {
|
|
|
98
92
|
useSlots,
|
|
99
93
|
watch
|
|
100
94
|
} from "vue";
|
|
95
|
+
import { OrigamResponsive, OrigamTransition } from "../../components";
|
|
96
|
+
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
97
|
+
import { SUPPORTS_INTERSECTION } from "../../consts";
|
|
98
|
+
import { vIntersect } from "../../directives";
|
|
99
|
+
import { IMG_STATE } from "../../enums";
|
|
100
|
+
import { convertToUnit, getCurrentInstance, pick } from "../../utils";
|
|
101
101
|
const props = defineProps({
|
|
102
102
|
alt: { type: String, required: false },
|
|
103
103
|
cover: { type: Boolean, required: false },
|
|
@@ -114,10 +114,16 @@
|
|
|
114
114
|
</template>
|
|
115
115
|
|
|
116
116
|
<script setup>
|
|
117
|
+
import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, toRef } from "vue";
|
|
117
118
|
import { OrigamBtn, OrigamInfiniteScrollIntersect, OrigamProgress } from "../../components";
|
|
118
119
|
import { useBothColor, useDimension, useLocale, useProps } from "../../composables";
|
|
119
|
-
import {
|
|
120
|
-
|
|
120
|
+
import {
|
|
121
|
+
DIRECTION,
|
|
122
|
+
INFINITE_SCROLL_MODE,
|
|
123
|
+
INFINITE_SCROLL_SIDE,
|
|
124
|
+
INFINITE_SCROLL_STATUS,
|
|
125
|
+
PROGRESS_TYPE
|
|
126
|
+
} from "../../enums";
|
|
121
127
|
const props = defineProps({
|
|
122
128
|
side: { type: null, required: false, default: INFINITE_SCROLL_SIDE.END },
|
|
123
129
|
mode: { type: null, required: false, default: INFINITE_SCROLL_MODE.INTERSECT },
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
</template>
|
|
8
8
|
|
|
9
9
|
<script setup>
|
|
10
|
-
import { useIntersectionObserver, useProps } from "../../composables";
|
|
11
10
|
import { watch } from "vue";
|
|
11
|
+
import { useIntersectionObserver, useProps } from "../../composables";
|
|
12
12
|
const props = defineProps({
|
|
13
13
|
side: { type: null, required: false },
|
|
14
14
|
rootRef: { type: null, required: true },
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
</template>
|
|
92
92
|
|
|
93
93
|
<script setup>
|
|
94
|
+
import { computed, StyleValue, toRef, useSlots } from "vue";
|
|
94
95
|
import { OrigamAvatar, OrigamIcon } from "../../components";
|
|
95
96
|
import { OrigamMessages } from "../../components/Messages";
|
|
96
97
|
import {
|
|
@@ -109,7 +110,6 @@ import {
|
|
|
109
110
|
} from "../../composables";
|
|
110
111
|
import { DENSITY, DIRECTION } from "../../enums";
|
|
111
112
|
import { getUid } from "../../utils";
|
|
112
|
-
import { computed, StyleValue, toRef, useSlots } from "vue";
|
|
113
113
|
const props = defineProps({
|
|
114
114
|
centerAffix: { type: Boolean, required: false, default: true },
|
|
115
115
|
hideDetails: { type: [Boolean, String], required: false },
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
</template>
|
|
15
15
|
|
|
16
16
|
<script setup>
|
|
17
|
-
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
18
17
|
import { computed, StyleValue, toRef } from "vue";
|
|
18
|
+
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
19
19
|
const props = defineProps({
|
|
20
20
|
text: { type: String, required: false },
|
|
21
21
|
floating: { type: Boolean, required: false },
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
</template>
|
|
16
16
|
|
|
17
17
|
<script setup>
|
|
18
|
-
import { useCreateLayout, useProps } from "../../composables";
|
|
19
18
|
import { computed, StyleValue } from "vue";
|
|
19
|
+
import { useCreateLayout, useProps } from "../../composables";
|
|
20
20
|
const props = defineProps({
|
|
21
21
|
overlaps: { type: Array, required: false },
|
|
22
22
|
fullHeight: { type: Boolean, required: false },
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
</template>
|
|
18
18
|
|
|
19
19
|
<script setup>
|
|
20
|
+
import { computed, StyleValue } from "vue";
|
|
20
21
|
import { OrigamFade, OrigamTransition } from "../../components";
|
|
21
22
|
import { useDimension, useProps, useVModel } from "../../composables";
|
|
22
23
|
import { vIntersect } from "../../directives";
|
|
23
|
-
import { computed, StyleValue } from "vue";
|
|
24
24
|
const props = defineProps({
|
|
25
25
|
modelValue: { type: Boolean, required: false },
|
|
26
26
|
options: { type: null, required: false, default: () => ({
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
</template>
|
|
83
83
|
|
|
84
84
|
<script setup>
|
|
85
|
+
import { computed, ref, shallowRef, StyleValue, toRef, useSlots } from "vue";
|
|
85
86
|
import { OrigamListChildren } from "../../components";
|
|
86
87
|
import {
|
|
87
88
|
useBorder,
|
|
@@ -99,7 +100,6 @@ import {
|
|
|
99
100
|
} from "../../composables";
|
|
100
101
|
import { DENSITY, KEYBOARD_VALUES, LINES, OPEN_STRATEGY, SELECT_STRATEGY } from "../../enums";
|
|
101
102
|
import { deepEqual, focusChild } from "../../utils";
|
|
102
|
-
import { computed, ref, shallowRef, StyleValue, toRef, useSlots } from "vue";
|
|
103
103
|
const props = defineProps({
|
|
104
104
|
activeClass: { type: String, required: false },
|
|
105
105
|
disabled: { type: Boolean, required: false },
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
</template>
|
|
77
77
|
|
|
78
78
|
<script setup>
|
|
79
|
+
import { computed, useSlots } from "vue";
|
|
79
80
|
import { OrigamDivider, OrigamListGroup, OrigamListItem, OrigamListSubheader } from "../../components";
|
|
80
81
|
import { useCreateList, useProps } from "../../composables";
|
|
81
82
|
import { LIST_ITEM_TYPE } from "../../enums";
|
|
82
|
-
import { computed, useSlots } from "vue";
|
|
83
83
|
const props = defineProps({
|
|
84
84
|
items: { type: Array, required: true },
|
|
85
85
|
returnObject: { type: Boolean, required: false }
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
</template>
|
|
41
41
|
|
|
42
42
|
<script setup>
|
|
43
|
+
import { computed, ref, StyleValue, toRef } from "vue";
|
|
43
44
|
import { OrigamExpandY, OrigamListGroupActivator, OrigamListItem, OrigamTransition } from "../../components";
|
|
44
45
|
import {
|
|
45
46
|
useBorder,
|
|
@@ -53,7 +54,6 @@ import {
|
|
|
53
54
|
useSsrBoot
|
|
54
55
|
} from "../../composables";
|
|
55
56
|
import { MDI_ICONS } from "../../enums";
|
|
56
|
-
import { computed, ref, StyleValue, toRef } from "vue";
|
|
57
57
|
const props = defineProps({
|
|
58
58
|
collapseIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_UP },
|
|
59
59
|
expandIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_DOWN },
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
|
-
import { useNestedGroupActivator, useProps } from "../../composables";
|
|
13
12
|
import { computed, StyleValue } from "vue";
|
|
13
|
+
import { useNestedGroupActivator, useProps } from "../../composables";
|
|
14
14
|
const props = defineProps({
|
|
15
15
|
id: { type: String, required: false },
|
|
16
16
|
class: { type: [String, Array, Object], required: false },
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
</template>
|
|
109
109
|
|
|
110
110
|
<script setup>
|
|
111
|
+
import { computed, onBeforeMount, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
|
|
111
112
|
import { OrigamAvatar, OrigamIcon } from "../../components";
|
|
112
113
|
import {
|
|
113
114
|
useAdjacent,
|
|
@@ -126,7 +127,6 @@ import {
|
|
|
126
127
|
} from "../../composables";
|
|
127
128
|
import { vRipple } from "../../directives";
|
|
128
129
|
import { KEYBOARD_VALUES } from "../../enums";
|
|
129
|
-
import { computed, onBeforeMount, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
|
|
130
130
|
const attrs = useAttrs();
|
|
131
131
|
const props = defineProps({
|
|
132
132
|
active: { type: Boolean, required: false },
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
</template>
|
|
20
20
|
|
|
21
21
|
<script setup>
|
|
22
|
-
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
23
22
|
import { computed, StyleValue, toRef, useSlots } from "vue";
|
|
23
|
+
import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
|
|
24
24
|
const props = defineProps({
|
|
25
25
|
inset: { type: Boolean, required: false },
|
|
26
26
|
sticky: { type: Boolean, required: false },
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
</template>
|
|
23
23
|
|
|
24
24
|
<script setup>
|
|
25
|
+
import { computed, StyleValue } from "vue";
|
|
25
26
|
import { OrigamProgress } from "../../components";
|
|
26
27
|
import { useProps } from "../../composables";
|
|
27
28
|
import { PROGRESS_TYPE } from "../../enums";
|
|
28
|
-
import { computed, StyleValue } from "vue";
|
|
29
29
|
const props = defineProps({
|
|
30
30
|
loading: { type: [Boolean, Number], required: false },
|
|
31
31
|
loadingText: { type: String, required: false },
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
</template>
|
|
15
15
|
|
|
16
16
|
<script setup>
|
|
17
|
-
import { useBorder, useLayout, useMargin, usePadding, useProps, useRounded, useSsrBoot } from "../../composables";
|
|
18
17
|
import { computed, StyleValue } from "vue";
|
|
18
|
+
import { useBorder, useLayout, useMargin, usePadding, useProps, useRounded, useSsrBoot } from "../../composables";
|
|
19
19
|
const props = defineProps({
|
|
20
20
|
scrollable: { type: Boolean, required: false },
|
|
21
21
|
tag: { type: String, required: false, default: "main" },
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
</template>
|
|
66
66
|
|
|
67
67
|
<script setup>
|
|
68
|
+
import { computed, inject, mergeProps, nextTick, provide, ref, shallowRef, StyleValue, watch } from "vue";
|
|
68
69
|
import {
|
|
69
70
|
OrigamList,
|
|
70
71
|
OrigamListGroup,
|
|
@@ -77,7 +78,6 @@ import { useProps, useScopeId, useVModel } from "../../composables";
|
|
|
77
78
|
import { ORIGAM_MENU_KEY } from "../../consts";
|
|
78
79
|
import { INLINE, KEYBOARD_VALUES, LOCATION_STRATEGIES, MDI_ICONS, SCROLL_STRATEGIES } from "../../enums";
|
|
79
80
|
import { focusableChildren, focusChild, forwardRefs, getNextElement, getUid } from "../../utils";
|
|
80
|
-
import { computed, inject, mergeProps, nextTick, provide, ref, shallowRef, StyleValue, watch } from "vue";
|
|
81
81
|
const props = defineProps({
|
|
82
82
|
id: { type: String, required: false },
|
|
83
83
|
absolute: { type: Boolean, required: false },
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
</template>
|
|
32
32
|
|
|
33
33
|
<script setup>
|
|
34
|
+
import { computed, StyleValue, toRef } from "vue";
|
|
34
35
|
import { OrigamSlideY, OrigamTransition } from "../../components";
|
|
35
36
|
import {
|
|
36
37
|
useBorder,
|
|
@@ -44,7 +45,6 @@ import {
|
|
|
44
45
|
} from "../../composables";
|
|
45
46
|
import { DENSITY } from "../../enums";
|
|
46
47
|
import { wrapInArray } from "../../utils";
|
|
47
|
-
import { computed, StyleValue, toRef } from "vue";
|
|
48
48
|
const props = defineProps({
|
|
49
49
|
active: { type: Boolean, required: false },
|
|
50
50
|
messages: { type: [Array, String], required: false },
|
|
@@ -211,11 +211,11 @@
|
|
|
211
211
|
</template>
|
|
212
212
|
|
|
213
213
|
<script setup>
|
|
214
|
+
import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, useSlots, watch, watchEffect } from "vue";
|
|
214
215
|
import { OrigamBtn, OrigamDivider, OrigamTextField } from "../../components";
|
|
215
216
|
import { useAdjacentInner, useFocus, useForm, useHold, useProps, useVModel } from "../../composables";
|
|
216
217
|
import { DIRECTION, MDI_ICONS, TEXT_FIELD_TYPE } from "../../enums";
|
|
217
218
|
import { clamp, forwardRefs, omit } from "../../utils";
|
|
218
|
-
import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, useSlots, watch, watchEffect } from "vue";
|
|
219
219
|
const props = defineProps({
|
|
220
220
|
autofocus: { type: Boolean, required: false },
|
|
221
221
|
placeholder: { type: String, required: false },
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
</template>
|
|
130
130
|
|
|
131
131
|
<script setup>
|
|
132
|
+
import { computed, nextTick, ref, StyleValue, useAttrs, useSlots, watch } from "vue";
|
|
132
133
|
import { OrigamField, OrigamOverlay, OrigamProgress } from "../../components";
|
|
133
134
|
import { useDimension, useFocus, useLocale, useProps, useVModel } from "../../composables";
|
|
134
135
|
import { OTP_INPUT_FIELD_TYPE, PROGRESS_TYPE } from "../../enums";
|
|
135
136
|
import { filterInputAttrs, focusChild } from "../../utils";
|
|
136
|
-
import { computed, nextTick, ref, StyleValue, useAttrs, useSlots, watch } from "vue";
|
|
137
137
|
const props = defineProps({
|
|
138
138
|
autofocus: { type: Boolean, required: false },
|
|
139
139
|
divider: { type: String, required: false },
|