@rocketui/vue 0.1.7 → 0.1.8

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.
@@ -1184,7 +1184,6 @@ declare interface IProps_7 {
1184
1184
  */
1185
1185
  tooltipClass?: string | string[];
1186
1186
  type?: Theme | string;
1187
- target?: string | HTMLElement;
1188
1187
  }
1189
1188
 
1190
1189
  declare function isSelected(id: never): boolean;
@@ -2168,7 +2167,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2168
2167
  errorMsg: string;
2169
2168
  hideDetails: boolean;
2170
2169
  autocomplete: string;
2171
- popperTarget: string;
2172
2170
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2173
2171
  "update:modelValue": (...args: any[]) => void;
2174
2172
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
@@ -2190,7 +2188,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2190
2188
  errorMsg: string;
2191
2189
  hideDetails: boolean;
2192
2190
  autocomplete: string;
2193
- popperTarget: string;
2194
2191
  }>>> & {
2195
2192
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2196
2193
  }, {
@@ -2211,7 +2208,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2211
2208
  errorMsg: string;
2212
2209
  hideDetails: boolean;
2213
2210
  autocomplete: "on" | "off";
2214
- popperTarget: string | HTMLElement;
2215
2211
  }, {}>, {
2216
2212
  prepend?(_: {}): any;
2217
2213
  tags?(_: {
@@ -2655,7 +2651,6 @@ export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_
2655
2651
  triggerClass: string;
2656
2652
  tooltipClass: string;
2657
2653
  type: Theme;
2658
- target: string;
2659
2654
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2660
2655
  show: (...args: any[]) => void;
2661
2656
  hide: (...args: any[]) => void;
@@ -2678,7 +2673,6 @@ export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_
2678
2673
  triggerClass: string;
2679
2674
  tooltipClass: string;
2680
2675
  type: Theme;
2681
- target: string;
2682
2676
  }>>> & {
2683
2677
  onShow?: ((...args: any[]) => any) | undefined;
2684
2678
  onHide?: ((...args: any[]) => any) | undefined;
@@ -2686,7 +2680,6 @@ export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_
2686
2680
  type: string;
2687
2681
  text: string;
2688
2682
  disabled: boolean;
2689
- target: string | HTMLElement;
2690
2683
  placement: Placements;
2691
2684
  padding: number;
2692
2685
  dark: boolean;
@@ -2877,7 +2870,6 @@ declare interface SelectProps {
2877
2870
  * <Dropdown autocomplete="on" />
2878
2871
  */
2879
2872
  autocomplete?: 'on' | 'off';
2880
- popperTarget?: string | HTMLElement;
2881
2873
  }
2882
2874
 
2883
2875
  declare interface Tab {
@@ -8703,8 +8703,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
8703
8703
  resizable: { type: Boolean, default: !0 },
8704
8704
  triggerClass: { default: "" },
8705
8705
  tooltipClass: { default: "" },
8706
- type: { default: o2.Tooltip },
8707
- target: { default: "body" }
8706
+ type: { default: o2.Tooltip }
8708
8707
  },
8709
8708
  emits: ["show", "hide"],
8710
8709
  setup(H, { emit: V }) {
@@ -8784,9 +8783,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
8784
8783
  }, null, 8, E5)
8785
8784
  ])
8786
8785
  ], 42, _5),
8787
- (m(), F(s2, {
8788
- to: C.target
8789
- }, [
8786
+ (m(), F(s2, { to: "body" }, [
8790
8787
  S("div", {
8791
8788
  id: "tooltip",
8792
8789
  ref_key: "tooltip",
@@ -8817,7 +8814,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
8817
8814
  }, null, 2)) : O("", !0)
8818
8815
  ])
8819
8816
  ], 2)
8820
- ], 8, ["to"]))
8817
+ ]))
8821
8818
  ], 64));
8822
8819
  }
8823
8820
  }), W5 = ["onClick"], I5 = {
@@ -8858,8 +8855,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
8858
8855
  errorMsg: { default: "" },
8859
8856
  hint: {},
8860
8857
  hideDetails: { type: Boolean, default: !1 },
8861
- autocomplete: { default: "off" },
8862
- popperTarget: { default: "body" }
8858
+ autocomplete: { default: "off" }
8863
8859
  },
8864
8860
  emits: ["update:modelValue"],
8865
8861
  setup(H, { emit: V }) {
@@ -8935,7 +8931,6 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
8935
8931
  offset: 0,
8936
8932
  "outside-click": "",
8937
8933
  placement: "bottom",
8938
- "popper-target": C.popperTarget,
8939
8934
  resizable: "",
8940
8935
  "tooltip-class": "w-max",
8941
8936
  "trigger-class": "w-full",
@@ -9074,7 +9069,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
9074
9069
  ], 2)
9075
9070
  ]),
9076
9071
  _: 3
9077
- }, 8, ["popper-target"]),
9072
+ }),
9078
9073
  s.$props.hideDetails ? O("", !0) : (m(), o("div", K5, [
9079
9074
  C.errorMsg ? (m(), o("div", j5, b(C.errorMsg), 1)) : O("", !0),
9080
9075
  C.hint ? (m(), o("div", q5, b(C.hint), 1)) : O("", !0)