@steroidsjs/core 3.0.15 → 3.0.17
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.
- package/docs-autogen-result.json +515 -37
- package/en.json +7 -0
- package/hooks/useList.d.ts +1 -0
- package/hooks/useList.js +9 -3
- package/package.json +4 -4
- package/ui/content/Calendar/Calendar.d.ts +5 -0
- package/ui/content/Calendar/Calendar.js +5 -1
- package/ui/content/CalendarSystem/CalendarSystem.d.ts +52 -16
- package/ui/content/CalendarSystem/CalendarSystem.js +33 -68
- package/ui/content/CalendarSystem/enums/CalendarType.d.ts +1 -0
- package/ui/content/CalendarSystem/enums/CalendarType.js +2 -0
- package/ui/content/CalendarSystem/enums/DisplayDateFormatType.d.ts +6 -0
- package/ui/content/CalendarSystem/enums/DisplayDateFormatType.js +38 -0
- package/ui/content/CalendarSystem/hooks/useCalendarControls.d.ts +4 -4
- package/ui/content/CalendarSystem/hooks/useCalendarControls.js +125 -21
- package/ui/content/CalendarSystem/hooks/useCalendarSystem.d.ts +29 -0
- package/ui/content/CalendarSystem/hooks/useCalendarSystem.js +96 -0
- package/ui/content/CalendarSystem/hooks/useCalendarSystemModals.d.ts +2 -2
- package/ui/content/CalendarSystem/hooks/useCalendarSystemModals.js +29 -10
- package/ui/content/CalendarSystem/hooks/useCustomViews.d.ts +24 -0
- package/ui/content/CalendarSystem/hooks/useCustomViews.js +45 -0
- package/ui/content/CalendarSystem/hooks/useDayGrid.d.ts +5 -0
- package/ui/content/CalendarSystem/hooks/useDayGrid.js +9 -0
- package/ui/content/CalendarSystem/hooks/useDisplayDate.d.ts +4 -3
- package/ui/content/CalendarSystem/hooks/useDisplayDate.js +10 -14
- package/ui/content/CalendarSystem/hooks/useEventsFromDate.js +9 -1
- package/ui/content/CalendarSystem/hooks/useMonthGrid.d.ts +1 -10
- package/ui/content/CalendarSystem/hooks/useMonthGrid.js +28 -44
- package/ui/content/CalendarSystem/hooks/useWeekGrid.d.ts +3 -7
- package/ui/content/CalendarSystem/hooks/useWeekGrid.js +8 -65
- package/ui/content/CalendarSystem/utils/utils.d.ts +7 -0
- package/ui/content/CalendarSystem/utils/utils.js +57 -3
- package/ui/content/Icon/Icon.d.ts +4 -0
- package/ui/content/Icon/Icon.js +3 -2
- package/ui/form/DateField/useDateInputState.js +1 -1
- package/ui/form/DateTimeField/DateTimeField.js +2 -1
- package/ui/form/PasswordField/PasswordField.js +14 -7
- package/ui/form/RadioListField/RadioListField.js +1 -1
- package/ui/form/SliderField/SliderField.d.ts +8 -0
- package/ui/form/SliderField/SliderField.js +17 -7
- package/ui/list/Grid/Grid.d.ts +1 -0
- package/ui/list/Grid/Grid.js +3 -2
- package/ui/list/List/List.js +3 -2
package/docs-autogen-result.json
CHANGED
|
@@ -4170,6 +4170,15 @@
|
|
|
4170
4170
|
}
|
|
4171
4171
|
]
|
|
4172
4172
|
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "renderLoading",
|
|
4175
|
+
"decorators": [],
|
|
4176
|
+
"description": "",
|
|
4177
|
+
"required": false,
|
|
4178
|
+
"type": "any",
|
|
4179
|
+
"example": null,
|
|
4180
|
+
"parameters": []
|
|
4181
|
+
},
|
|
4173
4182
|
{
|
|
4174
4183
|
"name": "renderPagination",
|
|
4175
4184
|
"decorators": [],
|
|
@@ -6892,6 +6901,24 @@
|
|
|
6892
6901
|
"example": null
|
|
6893
6902
|
}
|
|
6894
6903
|
]
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"name": "onTodayButtonClick",
|
|
6907
|
+
"decorators": [],
|
|
6908
|
+
"description": "Callback вызываемый при нажатии на кнопку 'Сегодня'",
|
|
6909
|
+
"required": false,
|
|
6910
|
+
"type": "void",
|
|
6911
|
+
"example": null,
|
|
6912
|
+
"parameters": [
|
|
6913
|
+
{
|
|
6914
|
+
"name": "newDate",
|
|
6915
|
+
"decorators": [],
|
|
6916
|
+
"description": "текущая дата\n",
|
|
6917
|
+
"required": true,
|
|
6918
|
+
"type": "Date",
|
|
6919
|
+
"example": null
|
|
6920
|
+
}
|
|
6921
|
+
]
|
|
6895
6922
|
}
|
|
6896
6923
|
]
|
|
6897
6924
|
},
|
|
@@ -7092,6 +7119,24 @@
|
|
|
7092
7119
|
}
|
|
7093
7120
|
]
|
|
7094
7121
|
},
|
|
7122
|
+
{
|
|
7123
|
+
"name": "onTodayButtonClick",
|
|
7124
|
+
"decorators": [],
|
|
7125
|
+
"description": "Callback вызываемый при нажатии на кнопку 'Сегодня'",
|
|
7126
|
+
"required": false,
|
|
7127
|
+
"type": "void",
|
|
7128
|
+
"example": null,
|
|
7129
|
+
"parameters": [
|
|
7130
|
+
{
|
|
7131
|
+
"name": "newDate",
|
|
7132
|
+
"decorators": [],
|
|
7133
|
+
"description": "текущая дата\n",
|
|
7134
|
+
"required": true,
|
|
7135
|
+
"type": "Date",
|
|
7136
|
+
"example": null
|
|
7137
|
+
}
|
|
7138
|
+
]
|
|
7139
|
+
},
|
|
7095
7140
|
{
|
|
7096
7141
|
"name": "toggleCaptionPanel",
|
|
7097
7142
|
"decorators": [],
|
|
@@ -7439,6 +7484,14 @@
|
|
|
7439
7484
|
"type": "string",
|
|
7440
7485
|
"example": "'Заявка отправлена на модерацию'"
|
|
7441
7486
|
},
|
|
7487
|
+
{
|
|
7488
|
+
"name": "users",
|
|
7489
|
+
"decorators": [],
|
|
7490
|
+
"description": "",
|
|
7491
|
+
"required": true,
|
|
7492
|
+
"type": "ICalendarUser[]",
|
|
7493
|
+
"example": null
|
|
7494
|
+
},
|
|
7442
7495
|
{
|
|
7443
7496
|
"name": "view",
|
|
7444
7497
|
"decorators": [],
|
|
@@ -7533,6 +7586,15 @@
|
|
|
7533
7586
|
"example": null,
|
|
7534
7587
|
"defaultValue": null
|
|
7535
7588
|
},
|
|
7589
|
+
{
|
|
7590
|
+
"name": "asideCalendarProps",
|
|
7591
|
+
"decorators": [],
|
|
7592
|
+
"description": "Дополнительные свойства для бокового календаря",
|
|
7593
|
+
"required": false,
|
|
7594
|
+
"type": "ICalendarProps",
|
|
7595
|
+
"example": null,
|
|
7596
|
+
"defaultValue": null
|
|
7597
|
+
},
|
|
7536
7598
|
{
|
|
7537
7599
|
"name": "calendarModalProps",
|
|
7538
7600
|
"decorators": [],
|
|
@@ -7551,6 +7613,15 @@
|
|
|
7551
7613
|
"example": null,
|
|
7552
7614
|
"defaultValue": null
|
|
7553
7615
|
},
|
|
7616
|
+
{
|
|
7617
|
+
"name": "dayGrid",
|
|
7618
|
+
"decorators": [],
|
|
7619
|
+
"description": "Свойства для сетки дня",
|
|
7620
|
+
"required": false,
|
|
7621
|
+
"type": "IGridViews",
|
|
7622
|
+
"example": null,
|
|
7623
|
+
"defaultValue": null
|
|
7624
|
+
},
|
|
7554
7625
|
{
|
|
7555
7626
|
"name": "eventBlock",
|
|
7556
7627
|
"decorators": [],
|
|
@@ -7569,6 +7640,15 @@
|
|
|
7569
7640
|
"example": null,
|
|
7570
7641
|
"defaultValue": null
|
|
7571
7642
|
},
|
|
7643
|
+
{
|
|
7644
|
+
"name": "monthGrid",
|
|
7645
|
+
"decorators": [],
|
|
7646
|
+
"description": "Свойства для сетки месяца",
|
|
7647
|
+
"required": false,
|
|
7648
|
+
"type": "IGridViews",
|
|
7649
|
+
"example": null,
|
|
7650
|
+
"defaultValue": null
|
|
7651
|
+
},
|
|
7572
7652
|
{
|
|
7573
7653
|
"name": "style",
|
|
7574
7654
|
"decorators": [],
|
|
@@ -7578,6 +7658,15 @@
|
|
|
7578
7658
|
"example": "{width: '45%'}",
|
|
7579
7659
|
"defaultValue": null
|
|
7580
7660
|
},
|
|
7661
|
+
{
|
|
7662
|
+
"name": "users",
|
|
7663
|
+
"decorators": [],
|
|
7664
|
+
"description": "",
|
|
7665
|
+
"required": true,
|
|
7666
|
+
"type": "ICalendarUser[]",
|
|
7667
|
+
"example": null,
|
|
7668
|
+
"defaultValue": null
|
|
7669
|
+
},
|
|
7581
7670
|
{
|
|
7582
7671
|
"name": "view",
|
|
7583
7672
|
"decorators": [],
|
|
@@ -7586,13 +7675,22 @@
|
|
|
7586
7675
|
"type": "React.ReactNode | {}",
|
|
7587
7676
|
"example": "MyCustomView",
|
|
7588
7677
|
"defaultValue": null
|
|
7678
|
+
},
|
|
7679
|
+
{
|
|
7680
|
+
"name": "weekGrid",
|
|
7681
|
+
"decorators": [],
|
|
7682
|
+
"description": "Свойства для сетки недели",
|
|
7683
|
+
"required": false,
|
|
7684
|
+
"type": "IGridViews",
|
|
7685
|
+
"example": null,
|
|
7686
|
+
"defaultValue": null
|
|
7589
7687
|
}
|
|
7590
7688
|
],
|
|
7591
7689
|
"methods": [
|
|
7592
7690
|
{
|
|
7593
7691
|
"name": "onChangeCalendarType",
|
|
7594
7692
|
"decorators": [],
|
|
7595
|
-
"description": "Функция, которая
|
|
7693
|
+
"description": "Функция, которая вызывется при смене типа календаря",
|
|
7596
7694
|
"required": false,
|
|
7597
7695
|
"type": "void",
|
|
7598
7696
|
"example": null,
|
|
@@ -7618,7 +7716,7 @@
|
|
|
7618
7716
|
"defaultProps": null,
|
|
7619
7717
|
"extends": [
|
|
7620
7718
|
"Pick<ICalendarSystemProps",
|
|
7621
|
-
"'className' | 'style' | 'additionalViewProps'>"
|
|
7719
|
+
"'className' | 'style' | 'additionalViewProps' | 'users' | 'asideCalendarProps'>"
|
|
7622
7720
|
],
|
|
7623
7721
|
"properties": [
|
|
7624
7722
|
{
|
|
@@ -7629,6 +7727,14 @@
|
|
|
7629
7727
|
"type": "Record",
|
|
7630
7728
|
"example": null
|
|
7631
7729
|
},
|
|
7730
|
+
{
|
|
7731
|
+
"name": "asideCalendarProps",
|
|
7732
|
+
"decorators": [],
|
|
7733
|
+
"description": "Дополнительные свойства для бокового календаря",
|
|
7734
|
+
"required": false,
|
|
7735
|
+
"type": "ICalendarProps",
|
|
7736
|
+
"example": null
|
|
7737
|
+
},
|
|
7632
7738
|
{
|
|
7633
7739
|
"name": "calendarType",
|
|
7634
7740
|
"decorators": [],
|
|
@@ -7653,6 +7759,14 @@
|
|
|
7653
7759
|
"type": "string",
|
|
7654
7760
|
"example": null
|
|
7655
7761
|
},
|
|
7762
|
+
{
|
|
7763
|
+
"name": "dayGridProps",
|
|
7764
|
+
"decorators": [],
|
|
7765
|
+
"description": "",
|
|
7766
|
+
"required": true,
|
|
7767
|
+
"type": "{dayGridCurrentDay: IDay, dayGridTwentyFourHoursArray: string[]} & ICustomViews",
|
|
7768
|
+
"example": null
|
|
7769
|
+
},
|
|
7656
7770
|
{
|
|
7657
7771
|
"name": "eventGroups",
|
|
7658
7772
|
"decorators": [],
|
|
@@ -7674,7 +7788,7 @@
|
|
|
7674
7788
|
"decorators": [],
|
|
7675
7789
|
"description": "",
|
|
7676
7790
|
"required": true,
|
|
7677
|
-
"type": "{monthGridCalendarDays: IDay[], monthGridWeekDays: string[]
|
|
7791
|
+
"type": "{monthGridCalendarDays: IDay[], monthGridWeekDays: string[]} & ICustomViews",
|
|
7678
7792
|
"example": null
|
|
7679
7793
|
},
|
|
7680
7794
|
{
|
|
@@ -7693,16 +7807,50 @@
|
|
|
7693
7807
|
"type": "CSSProperties",
|
|
7694
7808
|
"example": "{width: '45%'}"
|
|
7695
7809
|
},
|
|
7810
|
+
{
|
|
7811
|
+
"name": "users",
|
|
7812
|
+
"decorators": [],
|
|
7813
|
+
"description": "",
|
|
7814
|
+
"required": true,
|
|
7815
|
+
"type": "ICalendarUser[]",
|
|
7816
|
+
"example": null
|
|
7817
|
+
},
|
|
7696
7818
|
{
|
|
7697
7819
|
"name": "weekGridProps",
|
|
7698
7820
|
"decorators": [],
|
|
7699
7821
|
"description": "",
|
|
7700
7822
|
"required": true,
|
|
7701
|
-
"type": "{weekGridCurrentWeekDays: IDay[], weekGridTwentyFourHoursArray: string[]
|
|
7823
|
+
"type": "{weekGridCurrentWeekDays: IDay[], weekGridTwentyFourHoursArray: string[]} & ICustomViews",
|
|
7702
7824
|
"example": null
|
|
7703
7825
|
}
|
|
7704
7826
|
],
|
|
7705
7827
|
"methods": [
|
|
7828
|
+
{
|
|
7829
|
+
"name": "getEventsFromDate",
|
|
7830
|
+
"decorators": [],
|
|
7831
|
+
"description": "",
|
|
7832
|
+
"required": false,
|
|
7833
|
+
"type": "IEvent[]",
|
|
7834
|
+
"example": null,
|
|
7835
|
+
"parameters": [
|
|
7836
|
+
{
|
|
7837
|
+
"name": "dateFromDay",
|
|
7838
|
+
"decorators": [],
|
|
7839
|
+
"description": "",
|
|
7840
|
+
"required": true,
|
|
7841
|
+
"type": "Date",
|
|
7842
|
+
"example": null
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"name": "currentCalendarType",
|
|
7846
|
+
"decorators": [],
|
|
7847
|
+
"description": "",
|
|
7848
|
+
"required": true,
|
|
7849
|
+
"type": "default",
|
|
7850
|
+
"example": null
|
|
7851
|
+
}
|
|
7852
|
+
]
|
|
7853
|
+
},
|
|
7706
7854
|
{
|
|
7707
7855
|
"name": "handleCalendarTypeChange",
|
|
7708
7856
|
"decorators": [],
|
|
@@ -7722,7 +7870,7 @@
|
|
|
7722
7870
|
]
|
|
7723
7871
|
},
|
|
7724
7872
|
{
|
|
7725
|
-
"name": "
|
|
7873
|
+
"name": "onCalendarChangedMonth",
|
|
7726
7874
|
"decorators": [],
|
|
7727
7875
|
"description": "",
|
|
7728
7876
|
"required": false,
|
|
@@ -7730,11 +7878,11 @@
|
|
|
7730
7878
|
"example": null,
|
|
7731
7879
|
"parameters": [
|
|
7732
7880
|
{
|
|
7733
|
-
"name": "
|
|
7881
|
+
"name": "newDate",
|
|
7734
7882
|
"decorators": [],
|
|
7735
7883
|
"description": "",
|
|
7736
7884
|
"required": true,
|
|
7737
|
-
"type": "
|
|
7885
|
+
"type": "Date",
|
|
7738
7886
|
"example": null
|
|
7739
7887
|
}
|
|
7740
7888
|
]
|
|
@@ -7758,7 +7906,7 @@
|
|
|
7758
7906
|
]
|
|
7759
7907
|
},
|
|
7760
7908
|
{
|
|
7761
|
-
"name": "
|
|
7909
|
+
"name": "onClickControl",
|
|
7762
7910
|
"decorators": [],
|
|
7763
7911
|
"description": "",
|
|
7764
7912
|
"required": false,
|
|
@@ -7766,11 +7914,11 @@
|
|
|
7766
7914
|
"example": null,
|
|
7767
7915
|
"parameters": [
|
|
7768
7916
|
{
|
|
7769
|
-
"name": "
|
|
7917
|
+
"name": "event",
|
|
7770
7918
|
"decorators": [],
|
|
7771
7919
|
"description": "",
|
|
7772
7920
|
"required": true,
|
|
7773
|
-
"type": "
|
|
7921
|
+
"type": "MouseEvent",
|
|
7774
7922
|
"example": null
|
|
7775
7923
|
}
|
|
7776
7924
|
]
|
|
@@ -7792,9 +7940,71 @@
|
|
|
7792
7940
|
"example": null
|
|
7793
7941
|
}
|
|
7794
7942
|
]
|
|
7943
|
+
},
|
|
7944
|
+
{
|
|
7945
|
+
"name": "openEditModal",
|
|
7946
|
+
"decorators": [],
|
|
7947
|
+
"description": "",
|
|
7948
|
+
"required": false,
|
|
7949
|
+
"type": "void",
|
|
7950
|
+
"example": null,
|
|
7951
|
+
"parameters": [
|
|
7952
|
+
{
|
|
7953
|
+
"name": "event",
|
|
7954
|
+
"decorators": [],
|
|
7955
|
+
"description": "",
|
|
7956
|
+
"required": true,
|
|
7957
|
+
"type": "IEvent",
|
|
7958
|
+
"example": null
|
|
7959
|
+
}
|
|
7960
|
+
]
|
|
7795
7961
|
}
|
|
7796
7962
|
]
|
|
7797
7963
|
},
|
|
7964
|
+
"ICalendarUser": {
|
|
7965
|
+
"name": "ICalendarUser",
|
|
7966
|
+
"moduleName": "ui/content/CalendarSystem/CalendarSystem",
|
|
7967
|
+
"title": "",
|
|
7968
|
+
"description": "",
|
|
7969
|
+
"tags": {},
|
|
7970
|
+
"defaultProps": null,
|
|
7971
|
+
"extends": [],
|
|
7972
|
+
"properties": [
|
|
7973
|
+
{
|
|
7974
|
+
"name": "caption",
|
|
7975
|
+
"decorators": [],
|
|
7976
|
+
"description": "",
|
|
7977
|
+
"required": true,
|
|
7978
|
+
"type": "string",
|
|
7979
|
+
"example": null
|
|
7980
|
+
},
|
|
7981
|
+
{
|
|
7982
|
+
"name": "eventsIds",
|
|
7983
|
+
"decorators": [],
|
|
7984
|
+
"description": "",
|
|
7985
|
+
"required": true,
|
|
7986
|
+
"type": "number[]",
|
|
7987
|
+
"example": null
|
|
7988
|
+
},
|
|
7989
|
+
{
|
|
7990
|
+
"name": "id",
|
|
7991
|
+
"decorators": [],
|
|
7992
|
+
"description": "",
|
|
7993
|
+
"required": true,
|
|
7994
|
+
"type": "number",
|
|
7995
|
+
"example": null
|
|
7996
|
+
},
|
|
7997
|
+
{
|
|
7998
|
+
"name": "name",
|
|
7999
|
+
"decorators": [],
|
|
8000
|
+
"description": "",
|
|
8001
|
+
"required": true,
|
|
8002
|
+
"type": "string",
|
|
8003
|
+
"example": null
|
|
8004
|
+
}
|
|
8005
|
+
],
|
|
8006
|
+
"methods": []
|
|
8007
|
+
},
|
|
7798
8008
|
"IDay": {
|
|
7799
8009
|
"name": "IDay",
|
|
7800
8010
|
"moduleName": "ui/content/CalendarSystem/CalendarSystem",
|
|
@@ -7864,14 +8074,6 @@
|
|
|
7864
8074
|
"type": "string",
|
|
7865
8075
|
"example": null
|
|
7866
8076
|
},
|
|
7867
|
-
{
|
|
7868
|
-
"name": "date",
|
|
7869
|
-
"decorators": [],
|
|
7870
|
-
"description": "Дата",
|
|
7871
|
-
"required": true,
|
|
7872
|
-
"type": "Date",
|
|
7873
|
-
"example": null
|
|
7874
|
-
},
|
|
7875
8077
|
{
|
|
7876
8078
|
"name": "description",
|
|
7877
8079
|
"decorators": [],
|
|
@@ -7880,6 +8082,14 @@
|
|
|
7880
8082
|
"type": "string",
|
|
7881
8083
|
"example": null
|
|
7882
8084
|
},
|
|
8085
|
+
{
|
|
8086
|
+
"name": "endDate",
|
|
8087
|
+
"decorators": [],
|
|
8088
|
+
"description": "Конечная дата",
|
|
8089
|
+
"required": true,
|
|
8090
|
+
"type": "Date",
|
|
8091
|
+
"example": null
|
|
8092
|
+
},
|
|
7883
8093
|
{
|
|
7884
8094
|
"name": "id",
|
|
7885
8095
|
"decorators": [],
|
|
@@ -7888,6 +8098,14 @@
|
|
|
7888
8098
|
"type": "number",
|
|
7889
8099
|
"example": null
|
|
7890
8100
|
},
|
|
8101
|
+
{
|
|
8102
|
+
"name": "startDate",
|
|
8103
|
+
"decorators": [],
|
|
8104
|
+
"description": "Начальная дата",
|
|
8105
|
+
"required": true,
|
|
8106
|
+
"type": "Date",
|
|
8107
|
+
"example": null
|
|
8108
|
+
},
|
|
7891
8109
|
{
|
|
7892
8110
|
"name": "title",
|
|
7893
8111
|
"decorators": [],
|
|
@@ -7962,14 +8180,6 @@
|
|
|
7962
8180
|
"type": "string",
|
|
7963
8181
|
"example": null
|
|
7964
8182
|
},
|
|
7965
|
-
{
|
|
7966
|
-
"name": "date",
|
|
7967
|
-
"decorators": [],
|
|
7968
|
-
"description": "Дата",
|
|
7969
|
-
"required": true,
|
|
7970
|
-
"type": "Date",
|
|
7971
|
-
"example": null
|
|
7972
|
-
},
|
|
7973
8183
|
{
|
|
7974
8184
|
"name": "description",
|
|
7975
8185
|
"decorators": [],
|
|
@@ -7978,6 +8188,14 @@
|
|
|
7978
8188
|
"type": "string",
|
|
7979
8189
|
"example": null
|
|
7980
8190
|
},
|
|
8191
|
+
{
|
|
8192
|
+
"name": "endDate",
|
|
8193
|
+
"decorators": [],
|
|
8194
|
+
"description": "Конечная дата",
|
|
8195
|
+
"required": true,
|
|
8196
|
+
"type": "Date",
|
|
8197
|
+
"example": null
|
|
8198
|
+
},
|
|
7981
8199
|
{
|
|
7982
8200
|
"name": "eventGroupId",
|
|
7983
8201
|
"decorators": [],
|
|
@@ -7994,6 +8212,14 @@
|
|
|
7994
8212
|
"type": "number",
|
|
7995
8213
|
"example": null
|
|
7996
8214
|
},
|
|
8215
|
+
{
|
|
8216
|
+
"name": "startDate",
|
|
8217
|
+
"decorators": [],
|
|
8218
|
+
"description": "Начальная дата",
|
|
8219
|
+
"required": true,
|
|
8220
|
+
"type": "Date",
|
|
8221
|
+
"example": null
|
|
8222
|
+
},
|
|
7997
8223
|
{
|
|
7998
8224
|
"name": "title",
|
|
7999
8225
|
"decorators": [],
|
|
@@ -8001,6 +8227,50 @@
|
|
|
8001
8227
|
"required": true,
|
|
8002
8228
|
"type": "string",
|
|
8003
8229
|
"example": null
|
|
8230
|
+
},
|
|
8231
|
+
{
|
|
8232
|
+
"name": "usersIds",
|
|
8233
|
+
"decorators": [],
|
|
8234
|
+
"description": "",
|
|
8235
|
+
"required": true,
|
|
8236
|
+
"type": "number[]",
|
|
8237
|
+
"example": null
|
|
8238
|
+
}
|
|
8239
|
+
],
|
|
8240
|
+
"methods": []
|
|
8241
|
+
},
|
|
8242
|
+
"IGridViews": {
|
|
8243
|
+
"name": "IGridViews",
|
|
8244
|
+
"moduleName": "ui/content/CalendarSystem/CalendarSystem",
|
|
8245
|
+
"title": "",
|
|
8246
|
+
"description": "",
|
|
8247
|
+
"tags": {},
|
|
8248
|
+
"defaultProps": null,
|
|
8249
|
+
"extends": [],
|
|
8250
|
+
"properties": [
|
|
8251
|
+
{
|
|
8252
|
+
"name": "eventView",
|
|
8253
|
+
"decorators": [],
|
|
8254
|
+
"description": "",
|
|
8255
|
+
"required": false,
|
|
8256
|
+
"type": "React.ReactNode | {}",
|
|
8257
|
+
"example": null
|
|
8258
|
+
},
|
|
8259
|
+
{
|
|
8260
|
+
"name": "gridView",
|
|
8261
|
+
"decorators": [],
|
|
8262
|
+
"description": "",
|
|
8263
|
+
"required": false,
|
|
8264
|
+
"type": "React.ReactNode | {}",
|
|
8265
|
+
"example": null
|
|
8266
|
+
},
|
|
8267
|
+
{
|
|
8268
|
+
"name": "hourView",
|
|
8269
|
+
"decorators": [],
|
|
8270
|
+
"description": "",
|
|
8271
|
+
"required": false,
|
|
8272
|
+
"type": "React.ReactNode | {}",
|
|
8273
|
+
"example": null
|
|
8004
8274
|
}
|
|
8005
8275
|
],
|
|
8006
8276
|
"methods": []
|
|
@@ -8041,6 +8311,72 @@
|
|
|
8041
8311
|
],
|
|
8042
8312
|
"methods": []
|
|
8043
8313
|
},
|
|
8314
|
+
"ICustomViews": {
|
|
8315
|
+
"name": "ICustomViews",
|
|
8316
|
+
"moduleName": "ui/content/CalendarSystem/hooks/useCustomViews",
|
|
8317
|
+
"title": "",
|
|
8318
|
+
"description": "",
|
|
8319
|
+
"tags": {},
|
|
8320
|
+
"defaultProps": null,
|
|
8321
|
+
"extends": [],
|
|
8322
|
+
"properties": [],
|
|
8323
|
+
"methods": [
|
|
8324
|
+
{
|
|
8325
|
+
"name": "renderEventView",
|
|
8326
|
+
"decorators": [],
|
|
8327
|
+
"description": "",
|
|
8328
|
+
"required": false,
|
|
8329
|
+
"type": "Element",
|
|
8330
|
+
"example": null,
|
|
8331
|
+
"parameters": [
|
|
8332
|
+
{
|
|
8333
|
+
"name": "componentProps",
|
|
8334
|
+
"decorators": [],
|
|
8335
|
+
"description": "",
|
|
8336
|
+
"required": true,
|
|
8337
|
+
"type": "any",
|
|
8338
|
+
"example": null
|
|
8339
|
+
}
|
|
8340
|
+
]
|
|
8341
|
+
},
|
|
8342
|
+
{
|
|
8343
|
+
"name": "renderGridView",
|
|
8344
|
+
"decorators": [],
|
|
8345
|
+
"description": "",
|
|
8346
|
+
"required": false,
|
|
8347
|
+
"type": "Element",
|
|
8348
|
+
"example": null,
|
|
8349
|
+
"parameters": [
|
|
8350
|
+
{
|
|
8351
|
+
"name": "componentProps",
|
|
8352
|
+
"decorators": [],
|
|
8353
|
+
"description": "",
|
|
8354
|
+
"required": true,
|
|
8355
|
+
"type": "any",
|
|
8356
|
+
"example": null
|
|
8357
|
+
}
|
|
8358
|
+
]
|
|
8359
|
+
},
|
|
8360
|
+
{
|
|
8361
|
+
"name": "renderHourView",
|
|
8362
|
+
"decorators": [],
|
|
8363
|
+
"description": "",
|
|
8364
|
+
"required": false,
|
|
8365
|
+
"type": "Element",
|
|
8366
|
+
"example": null,
|
|
8367
|
+
"parameters": [
|
|
8368
|
+
{
|
|
8369
|
+
"name": "componentProps",
|
|
8370
|
+
"decorators": [],
|
|
8371
|
+
"description": "",
|
|
8372
|
+
"required": true,
|
|
8373
|
+
"type": "any",
|
|
8374
|
+
"example": null
|
|
8375
|
+
}
|
|
8376
|
+
]
|
|
8377
|
+
}
|
|
8378
|
+
]
|
|
8379
|
+
},
|
|
8044
8380
|
"ICardHeader": {
|
|
8045
8381
|
"name": "ICardHeader",
|
|
8046
8382
|
"moduleName": "ui/content/Card/Card",
|
|
@@ -10073,6 +10409,15 @@
|
|
|
10073
10409
|
"Partial<HTMLElement>"
|
|
10074
10410
|
],
|
|
10075
10411
|
"properties": [
|
|
10412
|
+
{
|
|
10413
|
+
"name": "dataIcon",
|
|
10414
|
+
"decorators": [],
|
|
10415
|
+
"description": "Дополнительные данные которые попадут в дата аттрибут data-icon",
|
|
10416
|
+
"required": false,
|
|
10417
|
+
"type": "any",
|
|
10418
|
+
"example": null,
|
|
10419
|
+
"defaultValue": null
|
|
10420
|
+
},
|
|
10076
10421
|
{
|
|
10077
10422
|
"name": "name",
|
|
10078
10423
|
"decorators": [],
|
|
@@ -10132,6 +10477,14 @@
|
|
|
10132
10477
|
"IIconProps"
|
|
10133
10478
|
],
|
|
10134
10479
|
"properties": [
|
|
10480
|
+
{
|
|
10481
|
+
"name": "dataIcon",
|
|
10482
|
+
"decorators": [],
|
|
10483
|
+
"description": "Дополнительные данные которые попадут в дата аттрибут data-icon",
|
|
10484
|
+
"required": false,
|
|
10485
|
+
"type": "any",
|
|
10486
|
+
"example": null
|
|
10487
|
+
},
|
|
10135
10488
|
{
|
|
10136
10489
|
"name": "icon",
|
|
10137
10490
|
"decorators": [],
|
|
@@ -28271,17 +28624,17 @@
|
|
|
28271
28624
|
{
|
|
28272
28625
|
"name": "onChange",
|
|
28273
28626
|
"decorators": [],
|
|
28274
|
-
"description": "
|
|
28627
|
+
"description": "Функция, вызываемая в момент перетаскивания tip'а у слайдера",
|
|
28275
28628
|
"required": false,
|
|
28276
|
-
"type": "
|
|
28277
|
-
"example":
|
|
28629
|
+
"type": "void",
|
|
28630
|
+
"example": "{\n () => console.log('Slider is moving')\n}",
|
|
28278
28631
|
"parameters": [
|
|
28279
28632
|
{
|
|
28280
|
-
"name": "
|
|
28633
|
+
"name": "value",
|
|
28281
28634
|
"decorators": [],
|
|
28282
28635
|
"description": "",
|
|
28283
28636
|
"required": true,
|
|
28284
|
-
"type": "any
|
|
28637
|
+
"type": "any",
|
|
28285
28638
|
"example": null
|
|
28286
28639
|
}
|
|
28287
28640
|
]
|
|
@@ -28571,17 +28924,17 @@
|
|
|
28571
28924
|
{
|
|
28572
28925
|
"name": "onChange",
|
|
28573
28926
|
"decorators": [],
|
|
28574
|
-
"description": "
|
|
28927
|
+
"description": "Функция, вызываемая в момент перетаскивания tip'а у слайдера",
|
|
28575
28928
|
"required": false,
|
|
28576
|
-
"type": "
|
|
28577
|
-
"example":
|
|
28929
|
+
"type": "void",
|
|
28930
|
+
"example": "{\n () => console.log('Slider is moving')\n}",
|
|
28578
28931
|
"parameters": [
|
|
28579
28932
|
{
|
|
28580
|
-
"name": "
|
|
28933
|
+
"name": "value",
|
|
28581
28934
|
"decorators": [],
|
|
28582
28935
|
"description": "",
|
|
28583
28936
|
"required": true,
|
|
28584
|
-
"type": "any
|
|
28937
|
+
"type": "any",
|
|
28585
28938
|
"example": null
|
|
28586
28939
|
}
|
|
28587
28940
|
]
|
|
@@ -34709,6 +35062,15 @@
|
|
|
34709
35062
|
}
|
|
34710
35063
|
]
|
|
34711
35064
|
},
|
|
35065
|
+
{
|
|
35066
|
+
"name": "renderLoading",
|
|
35067
|
+
"decorators": [],
|
|
35068
|
+
"description": "",
|
|
35069
|
+
"required": false,
|
|
35070
|
+
"type": "any",
|
|
35071
|
+
"example": null,
|
|
35072
|
+
"parameters": []
|
|
35073
|
+
},
|
|
34712
35074
|
{
|
|
34713
35075
|
"name": "renderPagination",
|
|
34714
35076
|
"decorators": [],
|
|
@@ -35362,6 +35724,15 @@
|
|
|
35362
35724
|
}
|
|
35363
35725
|
]
|
|
35364
35726
|
},
|
|
35727
|
+
{
|
|
35728
|
+
"name": "renderLoading",
|
|
35729
|
+
"decorators": [],
|
|
35730
|
+
"description": "",
|
|
35731
|
+
"required": false,
|
|
35732
|
+
"type": "any",
|
|
35733
|
+
"example": null,
|
|
35734
|
+
"parameters": []
|
|
35735
|
+
},
|
|
35365
35736
|
{
|
|
35366
35737
|
"name": "renderPagination",
|
|
35367
35738
|
"decorators": [],
|
|
@@ -40061,7 +40432,7 @@
|
|
|
40061
40432
|
"decorators": [],
|
|
40062
40433
|
"description": "",
|
|
40063
40434
|
"required": true,
|
|
40064
|
-
"type": "\"title\" | \"eventGroupId\" | \"
|
|
40435
|
+
"type": "\"title\" | \"eventGroupId\" | \"description\" | \"startDate\" | \"endDate\" | \"id\" | \"usersIds\"",
|
|
40065
40436
|
"example": null
|
|
40066
40437
|
},
|
|
40067
40438
|
"ICardViewProps": {
|
|
@@ -42514,6 +42885,14 @@
|
|
|
42514
42885
|
"description": "",
|
|
42515
42886
|
"tags": {},
|
|
42516
42887
|
"properties": [
|
|
42888
|
+
{
|
|
42889
|
+
"name": "DAY",
|
|
42890
|
+
"decorators": [],
|
|
42891
|
+
"description": "",
|
|
42892
|
+
"required": true,
|
|
42893
|
+
"type": "string",
|
|
42894
|
+
"example": null
|
|
42895
|
+
},
|
|
42517
42896
|
{
|
|
42518
42897
|
"name": "MONTH",
|
|
42519
42898
|
"decorators": [],
|
|
@@ -42730,6 +43109,105 @@
|
|
|
42730
43109
|
}
|
|
42731
43110
|
]
|
|
42732
43111
|
},
|
|
43112
|
+
"ui/content/CalendarSystem/enums/DisplayDateFormatType": {
|
|
43113
|
+
"name": "default",
|
|
43114
|
+
"moduleName": "ui/content/CalendarSystem/enums/DisplayDateFormatType",
|
|
43115
|
+
"title": "",
|
|
43116
|
+
"description": "",
|
|
43117
|
+
"tags": {},
|
|
43118
|
+
"properties": [
|
|
43119
|
+
{
|
|
43120
|
+
"name": "DAY",
|
|
43121
|
+
"decorators": [],
|
|
43122
|
+
"description": "",
|
|
43123
|
+
"required": true,
|
|
43124
|
+
"type": "string",
|
|
43125
|
+
"example": null
|
|
43126
|
+
},
|
|
43127
|
+
{
|
|
43128
|
+
"name": "DEFAULT",
|
|
43129
|
+
"decorators": [],
|
|
43130
|
+
"description": "",
|
|
43131
|
+
"required": true,
|
|
43132
|
+
"type": "string",
|
|
43133
|
+
"example": null
|
|
43134
|
+
}
|
|
43135
|
+
],
|
|
43136
|
+
"methods": [
|
|
43137
|
+
{
|
|
43138
|
+
"name": "getCssClass",
|
|
43139
|
+
"decorators": [],
|
|
43140
|
+
"description": "",
|
|
43141
|
+
"required": false,
|
|
43142
|
+
"type": "any",
|
|
43143
|
+
"example": null,
|
|
43144
|
+
"parameters": [
|
|
43145
|
+
{
|
|
43146
|
+
"name": "id",
|
|
43147
|
+
"decorators": [],
|
|
43148
|
+
"description": "",
|
|
43149
|
+
"required": true,
|
|
43150
|
+
"type": "any",
|
|
43151
|
+
"example": null
|
|
43152
|
+
}
|
|
43153
|
+
]
|
|
43154
|
+
},
|
|
43155
|
+
{
|
|
43156
|
+
"name": "getCssClasses",
|
|
43157
|
+
"decorators": [],
|
|
43158
|
+
"description": "",
|
|
43159
|
+
"required": false,
|
|
43160
|
+
"type": "{}",
|
|
43161
|
+
"example": null,
|
|
43162
|
+
"parameters": []
|
|
43163
|
+
},
|
|
43164
|
+
{
|
|
43165
|
+
"name": "getDropdownItems",
|
|
43166
|
+
"decorators": [],
|
|
43167
|
+
"description": "",
|
|
43168
|
+
"required": false,
|
|
43169
|
+
"type": "{id: string, label: string}[]",
|
|
43170
|
+
"example": null,
|
|
43171
|
+
"parameters": []
|
|
43172
|
+
},
|
|
43173
|
+
{
|
|
43174
|
+
"name": "getKeys",
|
|
43175
|
+
"decorators": [],
|
|
43176
|
+
"description": "",
|
|
43177
|
+
"required": false,
|
|
43178
|
+
"type": "string[]",
|
|
43179
|
+
"example": null,
|
|
43180
|
+
"parameters": []
|
|
43181
|
+
},
|
|
43182
|
+
{
|
|
43183
|
+
"name": "getLabel",
|
|
43184
|
+
"decorators": [],
|
|
43185
|
+
"description": "",
|
|
43186
|
+
"required": false,
|
|
43187
|
+
"type": "string",
|
|
43188
|
+
"example": null,
|
|
43189
|
+
"parameters": [
|
|
43190
|
+
{
|
|
43191
|
+
"name": "id",
|
|
43192
|
+
"decorators": [],
|
|
43193
|
+
"description": "",
|
|
43194
|
+
"required": true,
|
|
43195
|
+
"type": "any",
|
|
43196
|
+
"example": null
|
|
43197
|
+
}
|
|
43198
|
+
]
|
|
43199
|
+
},
|
|
43200
|
+
{
|
|
43201
|
+
"name": "getLabels",
|
|
43202
|
+
"decorators": [],
|
|
43203
|
+
"description": "",
|
|
43204
|
+
"required": false,
|
|
43205
|
+
"type": "Record",
|
|
43206
|
+
"example": null,
|
|
43207
|
+
"parameters": []
|
|
43208
|
+
}
|
|
43209
|
+
]
|
|
43210
|
+
},
|
|
42733
43211
|
"ui/content/Chart/Chart": {
|
|
42734
43212
|
"name": "default",
|
|
42735
43213
|
"moduleName": "ui/content/Chart/Chart",
|