@flux-ui/components 3.0.0-next.53 → 3.0.0-next.55
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:
|
|
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:
|
|
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,
|
|
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.
|
|
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.
|
|
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) {
|
|
@@ -8278,13 +8278,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8278
8278
|
});
|
|
8279
8279
|
//#endregion
|
|
8280
8280
|
//#region src/css/component/Action.module.scss
|
|
8281
|
-
var { "button": _0$16, "
|
|
8281
|
+
var { "button": _0$16, "buttonLabel": _1$8, "buttonIcon": _2$5 } = Button_module_default$1;
|
|
8282
8282
|
var Action_module_default = {
|
|
8283
8283
|
action: `action ${_0$16}`,
|
|
8284
8284
|
spinner: `spinner`,
|
|
8285
|
-
actionIcon: `action-icon ${
|
|
8285
|
+
actionIcon: `action-icon ${_2$5}`,
|
|
8286
8286
|
isDestructive: `is-destructive`,
|
|
8287
|
-
actionLabel: `action-label ${
|
|
8287
|
+
actionLabel: `action-label ${_1$8}`,
|
|
8288
8288
|
actionBar: `action-bar`,
|
|
8289
8289
|
separator: `separator`,
|
|
8290
8290
|
formInput: `form-input`,
|
|
@@ -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 { "
|
|
10249
|
+
var { "buttonIcon": _0$13, "button": _1$5, "buttonLabel": _2$2 } = Button_module_default$1;
|
|
10249
10250
|
var Menu_module_default = {
|
|
10250
10251
|
menu: `menu`,
|
|
10251
10252
|
menuNormal: `menu-normal menu`,
|
|
@@ -10255,8 +10256,8 @@ var Menu_module_default = {
|
|
|
10255
10256
|
menuGroupVertical: `menu-group-vertical menu-group`,
|
|
10256
10257
|
menuItem: `menu-item ${_1$5}`,
|
|
10257
10258
|
badge: `badge`,
|
|
10258
|
-
menuItemIcon: `menu-item-icon ${
|
|
10259
|
-
menuItemLabel: `menu-item-label ${
|
|
10259
|
+
menuItemIcon: `menu-item-icon ${_0$13}`,
|
|
10260
|
+
menuItemLabel: `menu-item-label ${_2$2}`,
|
|
10260
10261
|
menuItemActive: `menu-item-active`,
|
|
10261
10262
|
menuItemDestructive: `menu-item-destructive`,
|
|
10262
10263
|
menuItemHighlighted: `menu-item-highlighted`,
|
|
@@ -10265,7 +10266,7 @@ var Menu_module_default = {
|
|
|
10265
10266
|
menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
|
|
10266
10267
|
menuCollapsibleBody: `menu-collapsible-body`,
|
|
10267
10268
|
menuCollapsibleContent: `menu-collapsible-content`,
|
|
10268
|
-
menuItemSelectableIcon: `menu-item-selectable-icon ${
|
|
10269
|
+
menuItemSelectableIcon: `menu-item-selectable-icon ${_0$13}`,
|
|
10269
10270
|
menuItemSelected: `menu-item-selected`,
|
|
10270
10271
|
menuItemCommand: `menu-item-command`,
|
|
10271
10272
|
menuItemCommandIcon: `menu-item-command-icon`,
|
|
@@ -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,
|
|
@@ -13319,7 +13321,7 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
|
|
|
13319
13321
|
});
|
|
13320
13322
|
//#endregion
|
|
13321
13323
|
//#region src/css/component/Pagination.module.scss
|
|
13322
|
-
var { "secondaryButton": _0$9, "
|
|
13324
|
+
var { "secondaryButton": _0$9, "secondaryButtonLabel": _1$3, "secondaryButtonIcon": _2$1 } = Button_module_default;
|
|
13323
13325
|
var Pagination_module_default = {
|
|
13324
13326
|
pagination: `pagination`,
|
|
13325
13327
|
paginationButton: `pagination-button ${_0$9}`,
|
|
@@ -13327,8 +13329,8 @@ var Pagination_module_default = {
|
|
|
13327
13329
|
paginationButtonArrow: `pagination-button-arrow`,
|
|
13328
13330
|
paginationButtonCurrent: `pagination-button-current`,
|
|
13329
13331
|
paginationButtonSpacer: `pagination-button-spacer`,
|
|
13330
|
-
paginationButtonIcon: `pagination-button-icon ${
|
|
13331
|
-
paginationButtonLabel: `pagination-button-label ${
|
|
13332
|
+
paginationButtonIcon: `pagination-button-icon ${_2$1}`,
|
|
13333
|
+
paginationButtonLabel: `pagination-button-label ${_1$3}`,
|
|
13332
13334
|
paginationBar: `pagination-bar`,
|
|
13333
13335
|
paginationBarLimit: `pagination-bar-limit`,
|
|
13334
13336
|
paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
|
|
@@ -13590,13 +13592,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
|
|
|
13590
13592
|
});
|
|
13591
13593
|
//#endregion
|
|
13592
13594
|
//#region src/css/component/Table.module.scss
|
|
13593
|
-
var { "
|
|
13595
|
+
var { "basePaneLoader": _0$8, "basePaneElement": _1$2 } = Pane_module_default$1;
|
|
13594
13596
|
var Table_module_default = {
|
|
13595
|
-
table: `table ${
|
|
13597
|
+
table: `table ${_1$2}`,
|
|
13596
13598
|
tableBase: `table-base`,
|
|
13597
13599
|
tableFill: `table-fill`,
|
|
13598
13600
|
tablePagination: `table-pagination`,
|
|
13599
|
-
tableLoader: `table-loader ${
|
|
13601
|
+
tableLoader: `table-loader ${_0$8}`,
|
|
13600
13602
|
tableRow: `table-row`,
|
|
13601
13603
|
tableCell: `table-cell`,
|
|
13602
13604
|
tableCellContent: `table-cell-content`,
|