@v-c/picker 1.2.1 → 1.2.2

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.
@@ -1,4 +1,4 @@
1
- import { MouseEventHandler } from '../../../../util/src/EventInterface';
1
+ import { MouseEventHandler } from '@v-c/util/dist/EventInterface';
2
2
  import { InputHTMLAttributes } from 'vue';
3
3
  import { RangeTimeProps, SharedPickerProps, SharedTimeProps, ValueDate } from '../../interface';
4
4
  import { FooterProps } from './Footer';
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  import { BaseInfo, PanelMode, RangeTimeProps, SharedPickerProps, ValueDate } from '../interface';
3
3
  import { SelectorIdType } from './Selector/RangeSelector';
4
4
  export interface BaseRangePickerProps<DateType extends object> extends Omit<SharedPickerProps<DateType>, 'showTime' | 'id'> {
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  export interface IconProps {
3
3
  icon?: VueNode;
4
4
  type: 'suffix' | 'clear';
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  import { SelectorProps } from '../../interface';
3
3
  export type SelectorIdType = string | {
4
4
  start?: string;
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  export interface MultipleDatesProps<DateType extends object = any> {
3
3
  prefixCls: string;
4
4
  value: DateType[];
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  import { ComputedRef, Ref } from 'vue';
3
3
  export declare function fillClearIcon(prefixCls: string, allowClear?: boolean | {
4
4
  clearIcon?: VueNode;
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../../../util/src';
1
+ import { VueNode } from '@v-c/util';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { SelectorProps } from '../../../interface';
4
4
  export interface InputProps {
@@ -1,4 +1,4 @@
1
- import { VueNode } from '../../../util/src/type';
1
+ import { VueNode } from '@v-c/util/dist/type';
2
2
  import { CSSProperties, HTMLAttributes } from 'vue';
3
3
  import { CellRender, Components, Locale, OnPanelChange, PanelMode, PanelSemanticName, PickerMode, SharedPanelProps, SharedTimeProps } from '../interface';
4
4
  export interface PickerPanelRef {
@@ -1,4 +1,4 @@
1
- import { AlignType, BuildInPlacements } from '../../../trigger/src';
1
+ import { AlignType, BuildInPlacements } from '@v-c/trigger';
2
2
  import { CSSProperties } from 'vue';
3
3
  export interface PickerTriggerProps {
4
4
  popupElement?: any;
@@ -1,5 +1,5 @@
1
- import { AlignType, BuildInPlacements } from '../../trigger/src';
2
- import { VueNode } from '../../util/src/type';
1
+ import { AlignType, BuildInPlacements } from '@v-c/trigger';
2
+ import { VueNode } from '@v-c/util/dist/type';
3
3
  import { CSSProperties, DefineComponent, HTMLAttributes, InputHTMLAttributes, VNode } from 'vue';
4
4
  import { GenerateConfig } from './generate';
5
5
  export type NullableDateType<DateType> = DateType | null | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@v-c/picker",
3
3
  "type": "module",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "description": "picker ui component for vue",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -77,10 +77,10 @@
77
77
  }
78
78
  },
79
79
  "dependencies": {
80
- "@v-c/overflow": "^1.1.0",
81
- "@v-c/util": "^1.0.19",
82
- "@v-c/trigger": "^1.0.17",
83
- "@v-c/resize-observer": "^1.1.2"
80
+ "@v-c/util": "^1.0.21",
81
+ "@v-c/resize-observer": "^1.1.3",
82
+ "@v-c/trigger": "^1.0.18",
83
+ "@v-c/overflow": "^1.1.1"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@types/luxon": "^3.7.2"