@antscorp/antsomi-ui 1.3.3-beta.87 → 1.3.3-beta.88

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.
@@ -174,7 +174,7 @@ export const AdvancedPicker = props => {
174
174
  }
175
175
  if (typeof onUpdatedNewDate === 'function' && propsDate !== newDate) {
176
176
  onUpdatedNewDate({
177
- date,
177
+ date: newDate,
178
178
  option: {
179
179
  dateType: newDateType.value,
180
180
  calculationDate: newDateType.value === 'fix' ? '' : newCalculationDate.value,
@@ -1,4 +1,5 @@
1
1
  export declare const ADVANCED_RANGE_PICKER_FORMAT: {
2
2
  startDate: string;
3
3
  endDate: string;
4
+ general: string;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  export const ADVANCED_RANGE_PICKER_FORMAT = {
2
2
  startDate: 'YYYY-MM-DD 00:00:00',
3
3
  endDate: 'YYYY-MM-DD 23:59:59',
4
+ general: 'YYYY-MM-DD HH:mm:ss',
4
5
  };
@@ -1,5 +1,6 @@
1
1
  import { TCalculationType, TOption } from '../AdvancedPicker/types';
2
2
  export type TOnChangeMode = 'system' | 'user';
3
+ /** @param {string} calculatedDate - The calculated date based on the selected dynamic date. */
3
4
  export type TTimeRange = {
4
5
  startDate: TOption & {
5
6
  date: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.3-beta.87",
3
+ "version": "1.3.3-beta.88",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",