@fctc/sme-widget-ui 1.8.6 → 1.8.8

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/dist/index.js CHANGED
@@ -10015,6 +10015,18 @@ var vi_default = {
10015
10015
  filter_by: "B\u1ED9 l\u1ECDc",
10016
10016
  group_by: "Nh\xF3m theo",
10017
10017
  or: "ho\u1EB7c",
10018
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
10019
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
10020
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
10021
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
10022
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
10023
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
10024
+ second_future: "gi\xE2y n\u1EEFa",
10025
+ minute_future: "ph\xFAt n\u1EEFa",
10026
+ hour_future: "gi\u1EDD n\u1EEFa",
10027
+ day_future: "ng\xE0y n\u1EEFa",
10028
+ month_future: "th\xE1ng n\u1EEFa",
10029
+ year_future: "n\u0103m n\u1EEFa",
10018
10030
  now: "B\xE2y gi\u1EDD",
10019
10031
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
10020
10032
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -10052,6 +10064,18 @@ var en_default = {
10052
10064
  group_by: "Group By",
10053
10065
  or: "or",
10054
10066
  now: "Now",
10067
+ second_ago: "seconds ago",
10068
+ minute_ago: "minutes ago",
10069
+ hour_ago: "hours ago",
10070
+ day_ago: "days ago",
10071
+ month_ago: "months ago",
10072
+ year_ago: "years ago",
10073
+ second_future: "seconds",
10074
+ minute_future: "minutes",
10075
+ hour_future: "hours",
10076
+ day_future: "days",
10077
+ month_future: "months",
10078
+ year_future: "years",
10055
10079
  download_file: "Download this file",
10056
10080
  upload_success: "Upload file success",
10057
10081
  upload_failure: "Upload file failure",
@@ -32538,7 +32562,7 @@ var Many2ManyTagField = (props) => {
32538
32562
  placeholder: readonly ? "" : t3("choose_place"),
32539
32563
  classNames: isEditTable ? {
32540
32564
  valueContainer: () => "overflow-unset !px-0",
32541
- control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none p-2 pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
32565
+ control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
32542
32566
  dropdownIndicator: () => "invisible group-hover:visible !m-0 !p-0",
32543
32567
  clearIndicator: () => "invisible group-hover:visible !m-0 !p-0"
32544
32568
  } : {
package/dist/index.mjs CHANGED
@@ -9893,6 +9893,18 @@ var vi_default = {
9893
9893
  filter_by: "B\u1ED9 l\u1ECDc",
9894
9894
  group_by: "Nh\xF3m theo",
9895
9895
  or: "ho\u1EB7c",
9896
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
9897
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
9898
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
9899
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
9900
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
9901
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
9902
+ second_future: "gi\xE2y n\u1EEFa",
9903
+ minute_future: "ph\xFAt n\u1EEFa",
9904
+ hour_future: "gi\u1EDD n\u1EEFa",
9905
+ day_future: "ng\xE0y n\u1EEFa",
9906
+ month_future: "th\xE1ng n\u1EEFa",
9907
+ year_future: "n\u0103m n\u1EEFa",
9896
9908
  now: "B\xE2y gi\u1EDD",
9897
9909
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
9898
9910
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -9930,6 +9942,18 @@ var en_default = {
9930
9942
  group_by: "Group By",
9931
9943
  or: "or",
9932
9944
  now: "Now",
9945
+ second_ago: "seconds ago",
9946
+ minute_ago: "minutes ago",
9947
+ hour_ago: "hours ago",
9948
+ day_ago: "days ago",
9949
+ month_ago: "months ago",
9950
+ year_ago: "years ago",
9951
+ second_future: "seconds",
9952
+ minute_future: "minutes",
9953
+ hour_future: "hours",
9954
+ day_future: "days",
9955
+ month_future: "months",
9956
+ year_future: "years",
9933
9957
  download_file: "Download this file",
9934
9958
  upload_success: "Upload file success",
9935
9959
  upload_failure: "Upload file failure",
@@ -32416,7 +32440,7 @@ var Many2ManyTagField = (props) => {
32416
32440
  placeholder: readonly ? "" : t3("choose_place"),
32417
32441
  classNames: isEditTable ? {
32418
32442
  valueContainer: () => "overflow-unset !px-0",
32419
- control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none p-2 pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
32443
+ control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
32420
32444
  dropdownIndicator: () => "invisible group-hover:visible !m-0 !p-0",
32421
32445
  clearIndicator: () => "invisible group-hover:visible !m-0 !p-0"
32422
32446
  } : {
package/dist/utils.js CHANGED
@@ -6830,6 +6830,18 @@ var vi_default = {
6830
6830
  filter_by: "B\u1ED9 l\u1ECDc",
6831
6831
  group_by: "Nh\xF3m theo",
6832
6832
  or: "ho\u1EB7c",
6833
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
6834
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
6835
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
6836
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
6837
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
6838
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
6839
+ second_future: "gi\xE2y n\u1EEFa",
6840
+ minute_future: "ph\xFAt n\u1EEFa",
6841
+ hour_future: "gi\u1EDD n\u1EEFa",
6842
+ day_future: "ng\xE0y n\u1EEFa",
6843
+ month_future: "th\xE1ng n\u1EEFa",
6844
+ year_future: "n\u0103m n\u1EEFa",
6833
6845
  now: "B\xE2y gi\u1EDD",
6834
6846
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
6835
6847
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -6867,6 +6879,18 @@ var en_default = {
6867
6879
  group_by: "Group By",
6868
6880
  or: "or",
6869
6881
  now: "Now",
6882
+ second_ago: "seconds ago",
6883
+ minute_ago: "minutes ago",
6884
+ hour_ago: "hours ago",
6885
+ day_ago: "days ago",
6886
+ month_ago: "months ago",
6887
+ year_ago: "years ago",
6888
+ second_future: "seconds",
6889
+ minute_future: "minutes",
6890
+ hour_future: "hours",
6891
+ day_future: "days",
6892
+ month_future: "months",
6893
+ year_future: "years",
6870
6894
  download_file: "Download this file",
6871
6895
  upload_success: "Upload file success",
6872
6896
  upload_failure: "Upload file failure",
package/dist/utils.mjs CHANGED
@@ -6807,6 +6807,18 @@ var vi_default = {
6807
6807
  filter_by: "B\u1ED9 l\u1ECDc",
6808
6808
  group_by: "Nh\xF3m theo",
6809
6809
  or: "ho\u1EB7c",
6810
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
6811
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
6812
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
6813
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
6814
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
6815
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
6816
+ second_future: "gi\xE2y n\u1EEFa",
6817
+ minute_future: "ph\xFAt n\u1EEFa",
6818
+ hour_future: "gi\u1EDD n\u1EEFa",
6819
+ day_future: "ng\xE0y n\u1EEFa",
6820
+ month_future: "th\xE1ng n\u1EEFa",
6821
+ year_future: "n\u0103m n\u1EEFa",
6810
6822
  now: "B\xE2y gi\u1EDD",
6811
6823
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
6812
6824
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -6844,6 +6856,18 @@ var en_default = {
6844
6856
  group_by: "Group By",
6845
6857
  or: "or",
6846
6858
  now: "Now",
6859
+ second_ago: "seconds ago",
6860
+ minute_ago: "minutes ago",
6861
+ hour_ago: "hours ago",
6862
+ day_ago: "days ago",
6863
+ month_ago: "months ago",
6864
+ year_ago: "years ago",
6865
+ second_future: "seconds",
6866
+ minute_future: "minutes",
6867
+ hour_future: "hours",
6868
+ day_future: "days",
6869
+ month_future: "months",
6870
+ year_future: "years",
6847
6871
  download_file: "Download this file",
6848
6872
  upload_success: "Upload file success",
6849
6873
  upload_failure: "Upload file failure",
package/dist/widgets.js CHANGED
@@ -7754,6 +7754,18 @@ var vi_default = {
7754
7754
  filter_by: "B\u1ED9 l\u1ECDc",
7755
7755
  group_by: "Nh\xF3m theo",
7756
7756
  or: "ho\u1EB7c",
7757
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
7758
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
7759
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
7760
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
7761
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
7762
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
7763
+ second_future: "gi\xE2y n\u1EEFa",
7764
+ minute_future: "ph\xFAt n\u1EEFa",
7765
+ hour_future: "gi\u1EDD n\u1EEFa",
7766
+ day_future: "ng\xE0y n\u1EEFa",
7767
+ month_future: "th\xE1ng n\u1EEFa",
7768
+ year_future: "n\u0103m n\u1EEFa",
7757
7769
  now: "B\xE2y gi\u1EDD",
7758
7770
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
7759
7771
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -7791,6 +7803,18 @@ var en_default = {
7791
7803
  group_by: "Group By",
7792
7804
  or: "or",
7793
7805
  now: "Now",
7806
+ second_ago: "seconds ago",
7807
+ minute_ago: "minutes ago",
7808
+ hour_ago: "hours ago",
7809
+ day_ago: "days ago",
7810
+ month_ago: "months ago",
7811
+ year_ago: "years ago",
7812
+ second_future: "seconds",
7813
+ minute_future: "minutes",
7814
+ hour_future: "hours",
7815
+ day_future: "days",
7816
+ month_future: "months",
7817
+ year_future: "years",
7794
7818
  download_file: "Download this file",
7795
7819
  upload_success: "Upload file success",
7796
7820
  upload_failure: "Upload file failure",
@@ -31944,7 +31968,7 @@ var Many2ManyTagField = (props) => {
31944
31968
  placeholder: readonly ? "" : t3("choose_place"),
31945
31969
  classNames: isEditTable ? {
31946
31970
  valueContainer: () => "overflow-unset !px-0",
31947
- control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none p-2 pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
31971
+ control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
31948
31972
  dropdownIndicator: () => "invisible group-hover:visible !m-0 !p-0",
31949
31973
  clearIndicator: () => "invisible group-hover:visible !m-0 !p-0"
31950
31974
  } : {
package/dist/widgets.mjs CHANGED
@@ -7691,6 +7691,18 @@ var vi_default = {
7691
7691
  filter_by: "B\u1ED9 l\u1ECDc",
7692
7692
  group_by: "Nh\xF3m theo",
7693
7693
  or: "ho\u1EB7c",
7694
+ second_ago: "gi\xE2y tr\u01B0\u1EDBc",
7695
+ minute_ago: "ph\xFAt tr\u01B0\u1EDBc",
7696
+ hour_ago: "gi\u1EDD tr\u01B0\u1EDBc",
7697
+ day_ago: "ng\xE0y tr\u01B0\u1EDBc",
7698
+ month_ago: "th\xE1ng tr\u01B0\u1EDBc",
7699
+ year_ago: "n\u0103m tr\u01B0\u1EDBc",
7700
+ second_future: "gi\xE2y n\u1EEFa",
7701
+ minute_future: "ph\xFAt n\u1EEFa",
7702
+ hour_future: "gi\u1EDD n\u1EEFa",
7703
+ day_future: "ng\xE0y n\u1EEFa",
7704
+ month_future: "th\xE1ng n\u1EEFa",
7705
+ year_future: "n\u0103m n\u1EEFa",
7694
7706
  now: "B\xE2y gi\u1EDD",
7695
7707
  download_file: "T\u1EA3i xu\u1ED1ng t\u1EC7p n\xE0y",
7696
7708
  upload_success: "T\u1EA3i t\u1EC7p l\xEAn th\xE0nh c\xF4ng",
@@ -7728,6 +7740,18 @@ var en_default = {
7728
7740
  group_by: "Group By",
7729
7741
  or: "or",
7730
7742
  now: "Now",
7743
+ second_ago: "seconds ago",
7744
+ minute_ago: "minutes ago",
7745
+ hour_ago: "hours ago",
7746
+ day_ago: "days ago",
7747
+ month_ago: "months ago",
7748
+ year_ago: "years ago",
7749
+ second_future: "seconds",
7750
+ minute_future: "minutes",
7751
+ hour_future: "hours",
7752
+ day_future: "days",
7753
+ month_future: "months",
7754
+ year_future: "years",
7731
7755
  download_file: "Download this file",
7732
7756
  upload_success: "Upload file success",
7733
7757
  upload_failure: "Upload file failure",
@@ -31881,7 +31905,7 @@ var Many2ManyTagField = (props) => {
31881
31905
  placeholder: readonly ? "" : t3("choose_place"),
31882
31906
  classNames: isEditTable ? {
31883
31907
  valueContainer: () => "overflow-unset !px-0",
31884
- control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none p-2 pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
31908
+ control: () => `w-full flex ring-0 cursor-pointer outline-0 md:!min-w-max max-w-max !shadow-none pl-3 text-sm text-[#1A1A1B] font-normal gap-2 opacity-100 leading-5 resize-none overflow-hidden border border-transparent border-b border-[#f7f7f7] hover:border-b-primary ${readonly ? `!cursor-not-allowed ${filteredValue?.length === 0 && "no-values"}` : ""}`,
31885
31909
  dropdownIndicator: () => "invisible group-hover:visible !m-0 !p-0",
31886
31910
  clearIndicator: () => "invisible group-hover:visible !m-0 !p-0"
31887
31911
  } : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.8.6",
3
+ "version": "1.8.8",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",