@flux-ui/components 3.0.0-next.53 → 3.0.0-next.54

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.
@@ -44,10 +44,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
44
44
  type: NumberConstructor;
45
45
  };
46
46
  }>> & Readonly<{}>, {
47
+ offset: number;
47
48
  duration: number;
48
49
  width: number;
49
50
  colors: string[];
50
- offset: number;
51
51
  radius: string | number;
52
52
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
53
53
  export default _default;
@@ -11,10 +11,10 @@ type __VLS_PublicProps = {
11
11
  'searchQuery'?: string;
12
12
  } & __VLS_Props;
13
13
  declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
- select: (args_0: any) => any;
14
+ select: (args_0: FluxFilterValueSingle) => any;
15
15
  "update:searchQuery": (value: string) => any;
16
16
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
- onSelect?: (args_0: any) => any;
17
+ onSelect?: (args_0: FluxFilterValueSingle) => any;
18
18
  "onUpdate:searchQuery"?: (value: string) => any;
19
19
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
20
20
  export default _default;
@@ -1,4 +1,4 @@
1
- import { FluxFormSelectOption, FluxFormSelectOptions, FluxDirection, FluxFormInputBaseProps, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType, FluxTo, FluxPressableType, FluxButtonProps } from '@flux-ui/types';
1
+ import { FluxFormSelectOption, FluxFormSelectOptions, FluxDirection, FluxFormInputBaseProps, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType, FluxPressableType, FluxTo, FluxButtonProps } from '@flux-ui/types';
2
2
  import { ComponentPublicInstance, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode, CreateComponentPublicInstanceWithMixins } from 'vue';
3
3
  import { OnCleanup } from '@vue/reactivity';
4
4
  type __VLS_Props = {
@@ -203,10 +203,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
203
203
  $props: Partial<{}> & Omit<{
204
204
  readonly label?: string;
205
205
  readonly isLoading?: boolean;
206
+ readonly type?: FluxPressableType;
206
207
  readonly disabled?: boolean;
207
208
  readonly to?: FluxTo;
208
209
  readonly tabindex?: string | number;
209
- readonly type?: FluxPressableType;
210
210
  readonly href?: string;
211
211
  readonly rel?: string;
212
212
  readonly target?: string;
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ var FluxFormFieldInjectionKey = Symbol();
72
72
  var FluxTableInjectionKey = Symbol();
73
73
  var FluxTooltipInjectionKey = Symbol();
74
74
  //#endregion
75
- //#region ../../node_modules/.bun/@basmilius+utils@3.19.0/node_modules/@basmilius/utils/dist/index.mjs
75
+ //#region ../../node_modules/.bun/@basmilius+utils@3.20.2/node_modules/@basmilius/utils/dist/index.mjs
76
76
  function t$1(e, t) {
77
77
  return Math.round(e / t) * t;
78
78
  }
@@ -3329,7 +3329,7 @@ useMode(definition$2);
3329
3329
  useMode(definition$1);
3330
3330
  useMode(definition);
3331
3331
  //#endregion
3332
- //#region ../../node_modules/.bun/@basmilius+http-client@3.19.0+7524df1edfed9f02/node_modules/@basmilius/http-client/dist/index.mjs
3332
+ //#region ../../node_modules/.bun/@basmilius+http-client@3.20.2+96a7401e32316653/node_modules/@basmilius/http-client/dist/index.mjs
3333
3333
  function c$2(e) {
3334
3334
  return class extends e {
3335
3335
  constructor(...e) {
@@ -10206,6 +10206,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
10206
10206
  props: {
10207
10207
  item: {},
10208
10208
  value: { type: [
10209
+ Object,
10209
10210
  String,
10210
10211
  Boolean,
10211
10212
  Number,
@@ -10245,7 +10246,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
10245
10246
  });
10246
10247
  //#endregion
10247
10248
  //#region src/css/component/Menu.module.scss
10248
- var { "buttonLabel": _0$13, "button": _1$5, "buttonIcon": _2$2 } = Button_module_default$1;
10249
+ var { "button": _0$13, "buttonLabel": _1$5, "buttonIcon": _2$2 } = Button_module_default$1;
10249
10250
  var Menu_module_default = {
10250
10251
  menu: `menu`,
10251
10252
  menuNormal: `menu-normal menu`,
@@ -10253,10 +10254,10 @@ var Menu_module_default = {
10253
10254
  menuGroup: `menu-group`,
10254
10255
  menuGroupHorizontal: `menu-group-horizontal menu-group`,
10255
10256
  menuGroupVertical: `menu-group-vertical menu-group`,
10256
- menuItem: `menu-item ${_1$5}`,
10257
+ menuItem: `menu-item ${_0$13}`,
10257
10258
  badge: `badge`,
10258
10259
  menuItemIcon: `menu-item-icon ${_2$2}`,
10259
- menuItemLabel: `menu-item-label ${_0$13}`,
10260
+ menuItemLabel: `menu-item-label ${_1$5}`,
10260
10261
  menuItemActive: `menu-item-active`,
10261
10262
  menuItemDestructive: `menu-item-destructive`,
10262
10263
  menuItemHighlighted: `menu-item-highlighted`,
@@ -10400,6 +10401,7 @@ var FilterItem_default = /* @__PURE__ */ defineComponent({
10400
10401
  props: {
10401
10402
  item: {},
10402
10403
  value: { type: [
10404
+ Object,
10403
10405
  String,
10404
10406
  Boolean,
10405
10407
  Number,
@@ -18108,10 +18110,10 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
18108
18110
  });
18109
18111
  //#endregion
18110
18112
  //#region src/css/component/Legend.module.scss
18111
- var { "stackHorizontal": _0$5, "stackVertical": _1$1 } = Layout_module_default;
18113
+ var { "stackVertical": _0$5, "stackHorizontal": _1$1 } = Layout_module_default;
18112
18114
  var Legend_module_default = {
18113
- legendHorizontal: `legend-horizontal ${_0$5}`,
18114
- legendVertical: `legend-vertical ${_1$1}`,
18115
+ legendHorizontal: `legend-horizontal ${_1$1}`,
18116
+ legendVertical: `legend-vertical ${_0$5}`,
18115
18117
  legendItem: `legend-item`
18116
18118
  };
18117
18119
  //#endregion