@flux-ui/components 3.0.0-next.20 → 3.0.0-next.21

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.
@@ -5,7 +5,9 @@ type __VLS_Props = {
5
5
  readonly changeValue?: string;
6
6
  readonly color?: FluxColor;
7
7
  readonly direction?: FluxDirection;
8
- readonly icon: FluxIconName;
8
+ readonly icon?: FluxIconName;
9
+ readonly imageSrc?: string;
10
+ readonly imageAlt?: string;
9
11
  readonly label: string;
10
12
  readonly value: string;
11
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FluxStatistic.vue.d.ts","sourceRoot":"","sources":["../../src/component/FluxStatistic.vue"],"names":[],"mappings":"AAsEI,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM7E,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC;IACjC,QAAQ,CAAC,UAAU,CAAC,EAAE,YAAY,CAAC;IACnC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,SAAS,CAAC,EAAE,aAAa,CAAC;IACnC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CAC1B,CAAC;;AAiIN,wBAOG"}
1
+ {"version":3,"file":"FluxStatistic.vue.d.ts","sourceRoot":"","sources":["../../src/component/FluxStatistic.vue"],"names":[],"mappings":"AAiFI,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM7E,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC;IACjC,QAAQ,CAAC,UAAU,CAAC,EAAE,YAAY,CAAC;IACnC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,SAAS,CAAC,EAAE,aAAa,CAAC;IACnC,QAAQ,CAAC,IAAI,CAAC,EAAE,YAAY,CAAC;IAC7B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CAC1B,CAAC;;AA4IN,wBAOG"}
package/dist/index.css CHANGED
@@ -5259,6 +5259,12 @@ tfoot .table-cell {
5259
5259
  border-radius: var(--radius);
5260
5260
  }
5261
5261
 
5262
+ .statistic-image {
5263
+ height: 48px;
5264
+ width: 48px;
5265
+ border-radius: var(--radius);
5266
+ }
5267
+
5262
5268
  .statistic-horizontal {
5263
5269
  display: flex;
5264
5270
  }
package/dist/index.js CHANGED
@@ -3431,7 +3431,7 @@ const iconBoxedSuccess = `icon-boxed-success icon-boxed-colored icon-boxed ${_0$
3431
3431
  const iconBoxedWarning = `icon-boxed-warning icon-boxed-colored icon-boxed ${_0$g}`;
3432
3432
  const $style$I = { icon: icon$b, fontAwesomeIcon, materialSymbolIcon, iconBoxed: iconBoxed$1, iconBoxedDefault, iconBoxedColored, iconBoxedGray, iconBoxedPrimary, iconBoxedDanger, iconBoxedInfo, iconBoxedSuccess, iconBoxedWarning };
3433
3433
  const _hoisted_1$I = ["viewBox"];
3434
- const _hoisted_2$i = ["d"];
3434
+ const _hoisted_2$j = ["d"];
3435
3435
  const _sfc_main$2C = /* @__PURE__ */ defineComponent({
3436
3436
  __name: "FluxIcon",
3437
3437
  props: {
@@ -3476,7 +3476,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
3476
3476
  return openBlock(), createElementBlock("path", {
3477
3477
  d: path,
3478
3478
  fill: "currentColor"
3479
- }, null, 8, _hoisted_2$i);
3479
+ }, null, 8, _hoisted_2$j);
3480
3480
  }), 256))
3481
3481
  ], 14, _hoisted_1$I)) : __props.name ? (openBlock(), createElementBlock("i", {
3482
3482
  key: 1,
@@ -3713,10 +3713,10 @@ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
3713
3713
  };
3714
3714
  }
3715
3715
  });
3716
- const { "button": _0$f, "buttonIcon": _1$8, "buttonLabel": _2$5 } = cssModule0$4;
3717
- const action$1 = `action ${_0$f}`;
3716
+ const { "buttonIcon": _0$f, "button": _1$8, "buttonLabel": _2$5 } = cssModule0$4;
3717
+ const action$1 = `action ${_1$8}`;
3718
3718
  const spinner$5 = `spinner`;
3719
- const actionIcon = `action-icon ${_1$8}`;
3719
+ const actionIcon = `action-icon ${_0$f}`;
3720
3720
  const isDestructive = `is-destructive`;
3721
3721
  const actionLabel = `action-label ${_2$5}`;
3722
3722
  const actionBar = `action-bar`;
@@ -4964,7 +4964,7 @@ const persona = `persona`;
4964
4964
  const personaDetails = `persona-details`;
4965
4965
  const $style$z = { avatar: avatar$2, avatarImage, avatarFallback, icon: icon$9, avatarFallbackColorized, avatarFallbackNeutral, avatarLoading, spinner: spinner$3, avatarStatus, avatarStatusGray, avatarStatusPrimary, avatarStatusDanger, avatarStatusInfo, avatarStatusSuccess, avatarStatusWarning, avatarClickable, statusAvatar, persona, personaDetails };
4966
4966
  const _hoisted_1$F = ["alt", "src"];
4967
- const _hoisted_2$h = { key: 0 };
4967
+ const _hoisted_2$i = { key: 0 };
4968
4968
  const _sfc_main$27 = /* @__PURE__ */ defineComponent({
4969
4969
  __name: "FluxAvatar",
4970
4970
  props: {
@@ -5041,7 +5041,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
5041
5041
  key: 1,
5042
5042
  class: normalizeClass(__props.fallback === "colorized" ? unref($style$z).avatarFallbackColorized : unref($style$z).avatarFallbackNeutral)
5043
5043
  }, [
5044
- __props.fallbackInitials ? (openBlock(), createElementBlock("span", _hoisted_2$h, toDisplayString(__props.fallbackInitials), 1)) : __props.fallbackIcon ? (openBlock(), createBlock(_sfc_main$2C, {
5044
+ __props.fallbackInitials ? (openBlock(), createElementBlock("span", _hoisted_2$i, toDisplayString(__props.fallbackInitials), 1)) : __props.fallbackIcon ? (openBlock(), createBlock(_sfc_main$2C, {
5045
5045
  key: 1,
5046
5046
  name: __props.fallbackIcon
5047
5047
  }, null, 8, ["name"])) : createCommentVNode("", true)
@@ -5400,21 +5400,21 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
5400
5400
  };
5401
5401
  }
5402
5402
  });
5403
- const { "buttonIcon": _0$b, "buttonLabel": _1$5, "button": _2$2 } = cssModule0$4;
5403
+ const { "button": _0$b, "buttonIcon": _1$5, "buttonLabel": _2$2 } = cssModule0$4;
5404
5404
  const menu$1 = `menu`;
5405
5405
  const menuNormal = `menu-normal menu`;
5406
5406
  const menuLarge = `menu-large menu`;
5407
5407
  const menuGroup$1 = `menu-group`;
5408
5408
  const menuGroupHorizontal = `menu-group-horizontal menu-group`;
5409
5409
  const menuGroupVertical = `menu-group-vertical menu-group`;
5410
- const menuItem$2 = `menu-item ${_2$2}`;
5411
- const menuItemIcon = `menu-item-icon ${_0$b}`;
5412
- const menuItemLabel$2 = `menu-item-label ${_1$5}`;
5410
+ const menuItem$2 = `menu-item ${_0$b}`;
5411
+ const menuItemIcon = `menu-item-icon ${_1$5}`;
5412
+ const menuItemLabel$2 = `menu-item-label ${_2$2}`;
5413
5413
  const menuItemActive = `menu-item-active`;
5414
5414
  const menuItemDestructive = `menu-item-destructive`;
5415
5415
  const menuItemHighlighted = `menu-item-highlighted`;
5416
5416
  const menuItemIndented = `menu-item-indented`;
5417
- const menuItemSelectableIcon = `menu-item-selectable-icon ${_0$b}`;
5417
+ const menuItemSelectableIcon = `menu-item-selectable-icon ${_1$5}`;
5418
5418
  const menuItemSelected = `menu-item-selected`;
5419
5419
  const menuItemCommand = `menu-item-command`;
5420
5420
  const menuItemCommandIcon = `menu-item-command-icon`;
@@ -5598,7 +5598,7 @@ const toggleIconOn = `toggle-icon-on toggle-icon`;
5598
5598
  const toggleIconOff = `toggle-icon-off toggle-icon`;
5599
5599
  const $style$w = { formInputGroup, buttonGroup, button: button$4, formInput: formInput$2, formSelect, formStructureElement, form, pane, formColumn, formSection, formRow, formSectionTitle, formField, formFieldHeader, formFieldLabel: formFieldLabel$1, formFieldOptional, formFieldValue, formFieldCounter, formFieldAddition, formFieldAdditionIcon, formFieldAdditionError, formFieldAdditionHint, isSecondary, formInputDisabled, formInputEnabled, formInputIcon, formInputIconTrailing, formInputIconLeading, formInputIconPasswordToggle, formInputNative, formInputNativeHasIconLeading, formInputNativeHasIconTrailing, formInputAddition, isCondensed, secondaryButton: secondaryButton$1, formDateInput, formDateRangeInput, formDateTimeInput, inputGroup, formTimeInput, isDisabled: isDisabled$4, isFocused, badge, formSelectIcon, formSelectInput, formSelectPlaceholder, formSelectPopup, menuItem: menuItem$1, isKeyboardAction, isSearchable, menuSubHeader: menuSubHeader$1, formSelectSelected, buttonLabel, formTextArea, formTextAreaDisabled, formTextAreaEnabled, checkbox, checkboxElement, checkboxNative, icon: icon$6, checkboxLabel, quantitySelector, quantitySelectorButton, quantitySelectorInput, pinInput, pinInputField, pinInputEnabled, pinInputDisabled, toggle, isChecked, toggleInput, isSwitch, toggleIcon, toggleIconOn, toggleIconOff };
5600
5600
  const _hoisted_1$D = ["aria-disabled"];
5601
- const _hoisted_2$g = ["id", "autocomplete", "autofocus", "aria-disabled", "disabled", "max", "maxlength", "min", "placeholder", "readonly", "step", "type", "value"];
5601
+ const _hoisted_2$h = ["id", "autocomplete", "autofocus", "aria-disabled", "disabled", "max", "maxlength", "min", "placeholder", "readonly", "step", "type", "value"];
5602
5602
  const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
5603
5603
  __name: "FluxFormInput",
5604
5604
  props: /* @__PURE__ */ mergeModels({
@@ -5755,7 +5755,7 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
5755
5755
  onFocus: _cache[1] || (_cache[1] = ($event) => onFocus()),
5756
5756
  onInput,
5757
5757
  onKeydown: onKeyDown
5758
- }, null, 42, _hoisted_2$g),
5758
+ }, null, 42, _hoisted_2$h),
5759
5759
  __props.iconLeading ? (openBlock(), createBlock(_sfc_main$2C, {
5760
5760
  key: 0,
5761
5761
  class: normalizeClass(unref($style$w).formInputIconLeading),
@@ -6806,10 +6806,10 @@ const VNodeRenderer = defineComponent({
6806
6806
  return () => props.vnode;
6807
6807
  }
6808
6808
  });
6809
- const { "basePaneStructure": _0$9, "basePaneLoader": _1$4 } = cssModule0$5;
6810
- const calendar = `calendar ${_0$9}`;
6809
+ const { "basePaneLoader": _0$9, "basePaneStructure": _1$4 } = cssModule0$5;
6810
+ const calendar = `calendar ${_1$4}`;
6811
6811
  const calendarActions = `calendar-actions`;
6812
- const calendarLoader = `calendar-loader ${_1$4}`;
6812
+ const calendarLoader = `calendar-loader ${_0$9}`;
6813
6813
  const calendarCurrent = `calendar-current`;
6814
6814
  const calendarCurrentValue = `calendar-current-value`;
6815
6815
  const calendarCurrentMonth = `calendar-current-month calendar-current-value`;
@@ -6848,7 +6848,7 @@ const datePickerDay = `date-picker-day`;
6848
6848
  const button$3 = `button`;
6849
6849
  const $style$s = { datePicker, datePickerDates, datePickerMonths, datePickerYears, datePickerHeader, datePickerHeaderView, datePickerHeaderViewButton, datePickerDate, isDisabled: isDisabled$1, isRangeEntry, isRangeEnd, isRangeStart, isSelectionEntry, isSelectionEnd, isSelectionStart, isSelected: isSelected$1, datePickerDatesGrid, datePickerDay, button: button$3 };
6850
6850
  const _hoisted_1$z = ["onClick"];
6851
- const _hoisted_2$f = ["onClick"];
6851
+ const _hoisted_2$g = ["onClick"];
6852
6852
  const _sfc_main$1O = /* @__PURE__ */ defineComponent({
6853
6853
  __name: "FluxCalendar",
6854
6854
  props: {
@@ -6964,7 +6964,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
6964
6964
  class: normalizeClass(unref($style$t).calendarCurrentYear),
6965
6965
  type: "button",
6966
6966
  onClick: open2
6967
- }, toDisplayString(unref(viewYear)), 11, _hoisted_2$f)
6967
+ }, toDisplayString(unref(viewYear)), 11, _hoisted_2$g)
6968
6968
  ]),
6969
6969
  default: withCtx(({ close: close2 }) => [
6970
6970
  createElementVNode("div", {
@@ -7106,8 +7106,8 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
7106
7106
  }
7107
7107
  });
7108
7108
  const _hoisted_1$y = ["for"];
7109
- const _hoisted_2$e = ["id"];
7110
- const _hoisted_3$5 = ["aria-checked"];
7109
+ const _hoisted_2$f = ["id"];
7110
+ const _hoisted_3$6 = ["aria-checked"];
7111
7111
  const _sfc_main$1M = /* @__PURE__ */ defineComponent({
7112
7112
  __name: "FluxCheckbox",
7113
7113
  props: /* @__PURE__ */ mergeModels({
@@ -7139,7 +7139,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
7139
7139
  type: "checkbox",
7140
7140
  class: normalizeClass(unref($style$w).checkboxNative),
7141
7141
  id: unref(id)
7142
- }, null, 10, _hoisted_2$e), [
7142
+ }, null, 10, _hoisted_2$f), [
7143
7143
  [vModelCheckbox, modelValue.value]
7144
7144
  ]),
7145
7145
  createElementVNode("button", {
@@ -7156,7 +7156,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
7156
7156
  name: "check",
7157
7157
  size: 16
7158
7158
  }))
7159
- ], 10, _hoisted_3$5),
7159
+ ], 10, _hoisted_3$6),
7160
7160
  __props.label ? (openBlock(), createElementBlock("span", {
7161
7161
  key: 0,
7162
7162
  class: normalizeClass(unref($style$w).checkboxLabel)
@@ -7275,7 +7275,7 @@ const isTyping = `is-typing`;
7275
7275
  const commentTyping = `comment-typing`;
7276
7276
  const $style$q = { comment, avatar: avatar$1, commentContent, commentFooter, isReceived, isTyping, commentTyping };
7277
7277
  const _hoisted_1$x = { key: 0 };
7278
- const _hoisted_2$d = ["datetime"];
7278
+ const _hoisted_2$e = ["datetime"];
7279
7279
  const _sfc_main$1J = /* @__PURE__ */ defineComponent({
7280
7280
  __name: "FluxComment",
7281
7281
  props: {
@@ -7326,7 +7326,7 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
7326
7326
  iso.value && relative.value && !__props.isTyping ? (openBlock(), createElementBlock("time", {
7327
7327
  key: 1,
7328
7328
  datetime: iso.value
7329
- }, toDisplayString(isJustNowVisible.value ? unref(translate)("flux.justNow") : relative.value), 9, _hoisted_2$d)) : createCommentVNode("", true)
7329
+ }, toDisplayString(isJustNowVisible.value ? unref(translate)("flux.justNow") : relative.value), 9, _hoisted_2$e)) : createCommentVNode("", true)
7330
7330
  ], 2)
7331
7331
  ], 2);
7332
7332
  };
@@ -8061,7 +8061,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
8061
8061
  }
8062
8062
  });
8063
8063
  const _hoisted_1$s = ["onClick"];
8064
- const _hoisted_2$c = ["onClick"];
8064
+ const _hoisted_2$d = ["onClick"];
8065
8065
  const _sfc_main$1B = /* @__PURE__ */ defineComponent({
8066
8066
  __name: "FluxColorSelect",
8067
8067
  props: /* @__PURE__ */ mergeModels({
@@ -8112,7 +8112,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
8112
8112
  name: "ellipsis-h",
8113
8113
  size: 16
8114
8114
  })
8115
- ], 10, _hoisted_2$c)
8115
+ ], 10, _hoisted_2$d)
8116
8116
  ]),
8117
8117
  default: withCtx(({ close: close2 }) => [
8118
8118
  createVNode(_sfc_main$1D, {
@@ -8210,15 +8210,15 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
8210
8210
  };
8211
8211
  }
8212
8212
  });
8213
- const { "secondaryButtonLabel": _0$7, "secondaryButton": _1$3, "secondaryButtonIcon": _2$1 } = $style$F;
8213
+ const { "secondaryButton": _0$7, "secondaryButtonLabel": _1$3, "secondaryButtonIcon": _2$1 } = $style$F;
8214
8214
  const pagination = `pagination`;
8215
- const paginationButton = `pagination-button ${_1$3}`;
8215
+ const paginationButton = `pagination-button ${_0$7}`;
8216
8216
  const secondaryButton = `secondary-button`;
8217
8217
  const paginationButtonArrow = `pagination-button-arrow`;
8218
8218
  const paginationButtonCurrent = `pagination-button-current`;
8219
8219
  const paginationButtonSpacer = `pagination-button-spacer`;
8220
8220
  const paginationButtonIcon = `pagination-button-icon ${_2$1}`;
8221
- const paginationButtonLabel = `pagination-button-label ${_0$7}`;
8221
+ const paginationButtonLabel = `pagination-button-label ${_1$3}`;
8222
8222
  const paginationBar = `pagination-bar`;
8223
8223
  const paginationBarLimit = `pagination-bar-limit`;
8224
8224
  const paginationBarLimitDisplayingOf = `pagination-bar-limit-displaying-of`;
@@ -8455,12 +8455,12 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
8455
8455
  };
8456
8456
  }
8457
8457
  });
8458
- const { "basePaneElement": _0$6, "basePaneLoader": _1$2 } = cssModule0$5;
8459
- const table = `table ${_0$6}`;
8458
+ const { "basePaneLoader": _0$6, "basePaneElement": _1$2 } = cssModule0$5;
8459
+ const table = `table ${_1$2}`;
8460
8460
  const tableBase = `table-base`;
8461
8461
  const tableFill = `table-fill`;
8462
8462
  const tablePagination = `table-pagination`;
8463
- const tableLoader = `table-loader ${_1$2}`;
8463
+ const tableLoader = `table-loader ${_0$6}`;
8464
8464
  const tableRow = `table-row`;
8465
8465
  const tableCell = `table-cell`;
8466
8466
  const tableCellContent = `table-cell-content`;
@@ -8529,8 +8529,8 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
8529
8529
  }
8530
8530
  });
8531
8531
  const _hoisted_1$q = { key: 0 };
8532
- const _hoisted_2$b = { key: 1 };
8533
- const _hoisted_3$4 = { key: 2 };
8532
+ const _hoisted_2$c = { key: 1 };
8533
+ const _hoisted_3$5 = { key: 2 };
8534
8534
  const _sfc_main$1t = /* @__PURE__ */ defineComponent({
8535
8535
  __name: "FluxTable",
8536
8536
  props: {
@@ -8561,7 +8561,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
8561
8561
  slots.header ? (openBlock(), createElementBlock("thead", _hoisted_1$q, [
8562
8562
  renderSlot(_ctx.$slots, "header")
8563
8563
  ])) : createCommentVNode("", true),
8564
- slots.default ? (openBlock(), createElementBlock("tbody", _hoisted_2$b, [
8564
+ slots.default ? (openBlock(), createElementBlock("tbody", _hoisted_2$c, [
8565
8565
  renderSlot(_ctx.$slots, "default"),
8566
8566
  __props.fillColumns ? (openBlock(), createBlock(_sfc_main$1u, {
8567
8567
  key: 0,
@@ -8575,7 +8575,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
8575
8575
  _: 1
8576
8576
  }, 8, ["class"])) : createCommentVNode("", true)
8577
8577
  ])) : createCommentVNode("", true),
8578
- slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_3$4, [
8578
+ slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_3$5, [
8579
8579
  renderSlot(_ctx.$slots, "footer")
8580
8580
  ])) : createCommentVNode("", true),
8581
8581
  slots.caption ? (openBlock(), createElementBlock("caption", {
@@ -8709,8 +8709,8 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
8709
8709
  }
8710
8710
  });
8711
8711
  const _hoisted_1$p = ["id"];
8712
- const _hoisted_2$a = ["aria-labelledby"];
8713
- const _hoisted_3$3 = ["onClick", "onMouseover"];
8712
+ const _hoisted_2$b = ["aria-labelledby"];
8713
+ const _hoisted_3$4 = ["onClick", "onMouseover"];
8714
8714
  const _sfc_main$1r = /* @__PURE__ */ defineComponent({
8715
8715
  __name: "FluxDatePicker",
8716
8716
  props: /* @__PURE__ */ mergeModels({
@@ -8974,13 +8974,13 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
8974
8974
  onClick: ($event) => setDate(date),
8975
8975
  onMouseover: ($event) => onDateMouseOver(date),
8976
8976
  onMouseout: onDateMouseOut
8977
- }, toDisplayString(date.toLocaleString({ day: "numeric" })), 43, _hoisted_3$3);
8977
+ }, toDisplayString(date.toLocaleString({ day: "numeric" })), 43, _hoisted_3$4);
8978
8978
  }), 128))
8979
8979
  ], 2))
8980
8980
  ]),
8981
8981
  _: 1
8982
8982
  }, 8, ["is-back"])
8983
- ], 10, _hoisted_2$a)) : viewMode.value === "month" ? (openBlock(), createElementBlock("div", {
8983
+ ], 10, _hoisted_2$b)) : viewMode.value === "month" ? (openBlock(), createElementBlock("div", {
8984
8984
  key: "month",
8985
8985
  class: normalizeClass(unref($style$s).datePickerMonths)
8986
8986
  }, [
@@ -9069,8 +9069,8 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
9069
9069
  }
9070
9070
  });
9071
9071
  const _hoisted_1$o = ["id", "width", "height"];
9072
- const _hoisted_2$9 = ["r", "cx", "cy"];
9073
- const _hoisted_3$2 = ["fill"];
9072
+ const _hoisted_2$a = ["r", "cx", "cy"];
9073
+ const _hoisted_3$3 = ["fill"];
9074
9074
  const _sfc_main$1o = /* @__PURE__ */ defineComponent({
9075
9075
  __name: "FluxDotPattern",
9076
9076
  props: {
@@ -9118,7 +9118,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
9118
9118
  r: __props.cr,
9119
9119
  cx: __props.width / 2 - __props.cx,
9120
9120
  cy: __props.height / 2 - __props.cy
9121
- }, null, 8, _hoisted_2$9)
9121
+ }, null, 8, _hoisted_2$a)
9122
9122
  ], 8, _hoisted_1$o)
9123
9123
  ]),
9124
9124
  createElementVNode("rect", {
@@ -9126,7 +9126,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
9126
9126
  height: "100%",
9127
9127
  "stroke-width": "0",
9128
9128
  fill: `url(#${unref(id)})`
9129
- }, null, 8, _hoisted_3$2)
9129
+ }, null, 8, _hoisted_3$3)
9130
9130
  ], 2);
9131
9131
  };
9132
9132
  }
@@ -9143,7 +9143,7 @@ const dropZoneBorderAnimation = `drop-zone-border-animation`;
9143
9143
  const dropZoneLoader = `drop-zone-loader`;
9144
9144
  const $style$l = { dropZone, dropZoneContent, avatar, placeholder: placeholder$1, dropZoneActions, dropZoneBorder, isDragging, isDraggingOver, dropZoneBorderAnimation, dropZoneLoader };
9145
9145
  const _hoisted_1$n = ["aria-disabled"];
9146
- const _hoisted_2$8 = ["pathLength"];
9146
+ const _hoisted_2$9 = ["pathLength"];
9147
9147
  const _sfc_main$1n = /* @__PURE__ */ defineComponent({
9148
9148
  __name: "FluxDropZone",
9149
9149
  props: {
@@ -9261,7 +9261,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
9261
9261
  "stroke-linecap": "round",
9262
9262
  "stroke-linejoin": "round",
9263
9263
  pathLength: pathLength.value
9264
- }, null, 8, _hoisted_2$8)
9264
+ }, null, 8, _hoisted_2$9)
9265
9265
  ], 2)),
9266
9266
  renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ isDragging: isDragging2.value, isDraggingOver: isDraggingOver2.value, showPicker }))),
9267
9267
  createVNode(unref(_sfc_main$2e), null, {
@@ -9311,7 +9311,7 @@ const basePane$1 = `base-pane`;
9311
9311
  const expandableGroup = `expandable-group`;
9312
9312
  const $style$k = { expandable, expandableOpened, expandableHeader, icon: icon$4, expandableBody, expandableContent, basePane: basePane$1, expandableGroup };
9313
9313
  const _hoisted_1$m = ["id", "aria-controls", "aria-expanded"];
9314
- const _hoisted_2$7 = ["id", "aria-labelledby"];
9314
+ const _hoisted_2$8 = ["id", "aria-labelledby"];
9315
9315
  const _sfc_main$1l = /* @__PURE__ */ defineComponent({
9316
9316
  __name: "FluxExpandable",
9317
9317
  props: {
@@ -9410,7 +9410,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
9410
9410
  renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ label: __props.label, close: close2 })))
9411
9411
  ], 2)
9412
9412
  ])
9413
- ], 10, _hoisted_2$7)) : createCommentVNode("", true)
9413
+ ], 10, _hoisted_2$8)) : createCommentVNode("", true)
9414
9414
  ]),
9415
9415
  _: 3
9416
9416
  })
@@ -10712,7 +10712,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
10712
10712
  }
10713
10713
  });
10714
10714
  const _hoisted_1$h = ["id", "autofocus", "aria-disabled"];
10715
- const _hoisted_2$6 = ["autocomplete", "autofocus", "disabled", "tabindex", "type", "value"];
10715
+ const _hoisted_2$7 = ["autocomplete", "autofocus", "disabled", "tabindex", "type", "value"];
10716
10716
  const _sfc_main$Z = /* @__PURE__ */ defineComponent({
10717
10717
  __name: "FluxFormPinInput",
10718
10718
  props: /* @__PURE__ */ mergeModels({
@@ -10817,7 +10817,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
10817
10817
  onInput,
10818
10818
  onKeydown: onKeyDown,
10819
10819
  onPaste
10820
- }, null, 42, _hoisted_2$6);
10820
+ }, null, 42, _hoisted_2$7);
10821
10821
  }), 128))
10822
10822
  ], 14, _hoisted_1$h);
10823
10823
  };
@@ -12058,8 +12058,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
12058
12058
  }
12059
12059
  });
12060
12060
  const _hoisted_1$e = ["id", "width", "height"];
12061
- const _hoisted_2$5 = ["d", "stroke-dasharray"];
12062
- const _hoisted_3$1 = ["fill"];
12061
+ const _hoisted_2$6 = ["d", "stroke-dasharray"];
12062
+ const _hoisted_3$2 = ["fill"];
12063
12063
  const _hoisted_4 = {
12064
12064
  key: 0,
12065
12065
  style: { "overflow": "visible" }
@@ -12093,7 +12093,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
12093
12093
  d: `M.5 ${__props.height}V.5H${__props.width}`,
12094
12094
  fill: "none",
12095
12095
  "stroke-dasharray": __props.strokeDasharray
12096
- }, null, 8, _hoisted_2$5)
12096
+ }, null, 8, _hoisted_2$6)
12097
12097
  ], 8, _hoisted_1$e)
12098
12098
  ]),
12099
12099
  createElementVNode("rect", {
@@ -12101,7 +12101,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
12101
12101
  height: "100%",
12102
12102
  "stroke-width": "0",
12103
12103
  fill: `url(#${unref(id)})`
12104
- }, null, 8, _hoisted_3$1),
12104
+ }, null, 8, _hoisted_3$2),
12105
12105
  __props.squares ? (openBlock(), createElementBlock("svg", _hoisted_4, [
12106
12106
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.squares, ([x2, y2]) => {
12107
12107
  return openBlock(), createElementBlock("rect", {
@@ -12405,7 +12405,7 @@ const _sfc_main$E = defineComponent({
12405
12405
  }
12406
12406
  });
12407
12407
  const _hoisted_1$d = { key: 0 };
12408
- const _hoisted_2$4 = { key: 1 };
12408
+ const _hoisted_2$5 = { key: 1 };
12409
12409
  const _sfc_main$D = /* @__PURE__ */ defineComponent({
12410
12410
  __name: "FluxPaneHeader",
12411
12411
  props: {
@@ -12430,7 +12430,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12430
12430
  class: normalizeClass(unref($style$E).paneHeaderCaption)
12431
12431
  }, [
12432
12432
  __props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$d, toDisplayString(__props.title), 1)) : createCommentVNode("", true),
12433
- __props.subTitle ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(__props.subTitle), 1)) : createCommentVNode("", true)
12433
+ __props.subTitle ? (openBlock(), createElementBlock("span", _hoisted_2$5, toDisplayString(__props.subTitle), 1)) : createCommentVNode("", true)
12434
12434
  ], 2)) : createCommentVNode("", true),
12435
12435
  renderSlot(_ctx.$slots, "after")
12436
12436
  ], 2);
@@ -12845,7 +12845,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
12845
12845
  }
12846
12846
  });
12847
12847
  const _hoisted_1$a = { key: 0 };
12848
- const _hoisted_2$3 = { key: 1 };
12848
+ const _hoisted_2$4 = { key: 1 };
12849
12849
  const _sfc_main$s = /* @__PURE__ */ defineComponent({
12850
12850
  __name: "FluxPlaceholder",
12851
12851
  props: {
@@ -12882,7 +12882,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
12882
12882
  class: normalizeClass(unref($style$g).placeholderCaption)
12883
12883
  }, [
12884
12884
  __props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$a, toDisplayString(__props.title), 1)) : createCommentVNode("", true),
12885
- __props.message ? (openBlock(), createElementBlock("p", _hoisted_2$3, toDisplayString(__props.message), 1)) : createCommentVNode("", true)
12885
+ __props.message ? (openBlock(), createElementBlock("p", _hoisted_2$4, toDisplayString(__props.message), 1)) : createCommentVNode("", true)
12886
12886
  ], 2),
12887
12887
  renderSlot(_ctx.$slots, "default")
12888
12888
  ], 2);
@@ -13690,10 +13690,13 @@ const isSuccess = `is-success`;
13690
13690
  const isWarning = `is-warning`;
13691
13691
  const statisticChange = `statistic-change`;
13692
13692
  const statisticData = `statistic-data`;
13693
+ const statisticImage = `statistic-image`;
13693
13694
  const statisticHorizontal = `statistic-horizontal statistic`;
13694
13695
  const statisticVertical = `statistic-vertical statistic`;
13695
- const $style$4 = { statistic, isGray, statisticIcon, isPrimary, isDanger, isInfo, isSuccess, isWarning, statisticChange, statisticData, statisticHorizontal, statisticVertical };
13696
- const _hoisted_1$5 = { key: 0 };
13696
+ const $style$4 = { statistic, isGray, statisticIcon, isPrimary, isDanger, isInfo, isSuccess, isWarning, statisticChange, statisticData, statisticImage, statisticHorizontal, statisticVertical };
13697
+ const _hoisted_1$5 = { key: 1 };
13698
+ const _hoisted_2$3 = ["src", "alt"];
13699
+ const _hoisted_3$1 = { key: 0 };
13697
13700
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
13698
13701
  __name: "FluxStatistic",
13699
13702
  props: {
@@ -13703,6 +13706,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13703
13706
  color: { default: "gray" },
13704
13707
  direction: { default: "horizontal" },
13705
13708
  icon: {},
13709
+ imageSrc: {},
13710
+ imageAlt: {},
13706
13711
  label: {},
13707
13712
  value: {}
13708
13713
  },
@@ -13721,14 +13726,21 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13721
13726
  ))
13722
13727
  }, {
13723
13728
  default: withCtx(() => [
13724
- createElementVNode("div", {
13729
+ __props.icon ? (openBlock(), createElementBlock("div", {
13730
+ key: 0,
13725
13731
  class: normalizeClass(unref($style$4).statisticIcon)
13726
13732
  }, [
13727
13733
  createVNode(_sfc_main$2C, {
13728
13734
  name: __props.icon,
13729
13735
  size: 24
13730
13736
  }, null, 8, ["name"])
13731
- ], 2),
13737
+ ], 2)) : __props.imageSrc ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
13738
+ createElementVNode("img", {
13739
+ class: normalizeClass(unref($style$4).statisticImage),
13740
+ src: __props.imageSrc,
13741
+ alt: __props.imageAlt
13742
+ }, null, 10, _hoisted_2$3)
13743
+ ])) : createCommentVNode("", true),
13732
13744
  createElementVNode("div", {
13733
13745
  class: normalizeClass(unref($style$4).statisticData)
13734
13746
  }, [
@@ -13736,7 +13748,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13736
13748
  createElementVNode("strong", null, toDisplayString(__props.value), 1)
13737
13749
  ], 2),
13738
13750
  __props.changeIcon || __props.changeValue ? (openBlock(), createElementBlock("div", {
13739
- key: 0,
13751
+ key: 2,
13740
13752
  class: normalizeClass(unref(clsx)(
13741
13753
  unref($style$4).statisticChange,
13742
13754
  __props.changeColor === "gray" && unref($style$4).isGray,
@@ -13747,7 +13759,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13747
13759
  __props.changeColor === "warning" && unref($style$4).isWarning
13748
13760
  ))
13749
13761
  }, [
13750
- __props.changeValue ? (openBlock(), createElementBlock("span", _hoisted_1$5, toDisplayString(__props.changeValue), 1)) : createCommentVNode("", true),
13762
+ __props.changeValue ? (openBlock(), createElementBlock("span", _hoisted_3$1, toDisplayString(__props.changeValue), 1)) : createCommentVNode("", true),
13751
13763
  __props.changeIcon ? (openBlock(), createBlock(_sfc_main$2C, {
13752
13764
  key: 1,
13753
13765
  name: __props.changeIcon,
@@ -13767,14 +13779,14 @@ const heart = `heart`;
13767
13779
  const bubble = `bubble`;
13768
13780
  const sparkles = `sparkles`;
13769
13781
  const cssModule0 = { sparklesContainer, sparklesParticles, sparklesContainerActive, heart, bubble, sparkles };
13770
- const { "sparklesContainer": _0$1, "sparklesContainerActive": _1, "sparklesParticles": _2 } = cssModule0;
13782
+ const { "sparklesContainerActive": _0$1, "sparklesContainer": _1, "sparklesParticles": _2 } = cssModule0;
13771
13783
  const stepperStep = `stepper-step`;
13772
13784
  const stepperSteps = `stepper-steps`;
13773
- const stepperStepsItem = `stepper-steps-item ${_0$1}`;
13785
+ const stepperStepsItem = `stepper-steps-item ${_1}`;
13774
13786
  const icon = `icon`;
13775
- const stepperStepsItemComplete = `stepper-steps-item-complete ${_1} stepper-steps-item ${_0$1}`;
13776
- const stepperStepsItemCurrent = `stepper-steps-item-current stepper-steps-item ${_0$1}`;
13777
- const stepperStepsItemIdle = `stepper-steps-item-idle stepper-steps-item ${_0$1}`;
13787
+ const stepperStepsItemComplete = `stepper-steps-item-complete ${_0$1} stepper-steps-item ${_1}`;
13788
+ const stepperStepsItemCurrent = `stepper-steps-item-current stepper-steps-item ${_1}`;
13789
+ const stepperStepsItemIdle = `stepper-steps-item-idle stepper-steps-item ${_1}`;
13778
13790
  const stepperStepsItemParticles = `stepper-steps-item-particles ${_2}`;
13779
13791
  const $style$3 = { stepperStep, stepperSteps, stepperStepsItem, icon, stepperStepsItemComplete, stepperStepsItemCurrent, stepperStepsItemIdle, stepperStepsItemParticles };
13780
13792
  const _hoisted_1$4 = ["onClick"];