@sme.up/ketchup 6.7.0 → 6.8.0
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/cjs/{f-button-bf76ab95.js → f-button-229c63fd.js} +1 -1
- package/dist/cjs/{f-cell-b7a1524a.js → f-cell-dd006395.js} +5 -5
- package/dist/cjs/{f-chip-a5e100b1.js → f-chip-f2c369fd.js} +2 -2
- package/dist/cjs/{f-image-d80a2749.js → f-image-847a6ddf.js} +1 -1
- package/dist/cjs/{f-paginator-utils-c70812fe.js → f-paginator-utils-cedc4b3e.js} +2 -2
- package/dist/cjs/{f-text-field-48b8bb16.js → f-text-field-fe85187d.js} +1 -1
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +6 -29
- package/dist/cjs/{kup-autocomplete_25.cjs.entry.js → kup-autocomplete_26.cjs.entry.js} +3811 -4323
- package/dist/cjs/kup-box.cjs.entry.js +29 -110
- package/dist/cjs/kup-calendar.cjs.entry.js +9 -33
- package/dist/cjs/kup-cell.cjs.entry.js +8 -27
- package/dist/cjs/kup-dash-list.cjs.entry.js +9 -8
- package/dist/cjs/kup-dash_2.cjs.entry.js +6 -34
- package/dist/cjs/kup-dashboard.cjs.entry.js +8 -30
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -18
- package/dist/cjs/kup-echart.cjs.entry.js +15 -76
- package/dist/cjs/kup-family-tree.cjs.entry.js +11 -47
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -16
- package/dist/cjs/kup-image-list.cjs.entry.js +14 -32
- package/dist/cjs/kup-lazy.cjs.entry.js +9 -36
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -24
- package/dist/cjs/{kup-manager-0e38bf48.js → kup-manager-c53468cd.js} +66 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -15
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +13 -56
- package/dist/cjs/kup-photo-frame.cjs.entry.js +8 -30
- package/dist/cjs/kup-probe.cjs.entry.js +12 -32
- package/dist/cjs/kup-qlik.cjs.entry.js +5 -59
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -37
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/kup-accordion/kup-accordion.js +4 -27
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +15 -64
- package/dist/collection/components/kup-badge/kup-badge.js +3 -19
- package/dist/collection/components/kup-box/kup-box.js +22 -103
- package/dist/collection/components/kup-button/kup-button.js +3 -58
- package/dist/collection/components/kup-button-list/kup-button-list.js +3 -38
- package/dist/collection/components/kup-calendar/kup-calendar.js +5 -29
- package/dist/collection/components/kup-card/box/kup-card-box.js +5 -2
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -2
- package/dist/collection/components/kup-card/built-in/kup-card-form.js +11 -0
- package/dist/collection/components/kup-card/kup-card.css +78 -12
- package/dist/collection/components/kup-card/kup-card.js +48 -47
- package/dist/collection/components/kup-cell/kup-cell.js +3 -22
- package/dist/collection/components/kup-chart/kup-chart.js +15 -49
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +3 -38
- package/dist/collection/components/kup-chip/kup-chip.js +3 -19
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +4 -35
- package/dist/collection/components/kup-combobox/kup-combobox.js +10 -42
- package/dist/collection/components/kup-dash/kup-dash.js +2 -14
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +8 -7
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +4 -26
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
- package/dist/collection/components/kup-data-table/kup-data-table.css +9 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +3546 -3385
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -35
- package/dist/collection/components/kup-drawer/kup-drawer.js +2 -17
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +12 -63
- package/dist/collection/components/kup-echart/kup-echart.js +14 -75
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +8 -44
- package/dist/collection/components/kup-form/kup-form.js +4 -24
- package/dist/collection/components/kup-gauge/kup-gauge.js +15 -76
- package/dist/collection/components/kup-grid/kup-grid.js +3 -19
- package/dist/collection/components/kup-iframe/kup-iframe.js +3 -15
- package/dist/collection/components/kup-image/kup-image.js +5 -45
- package/dist/collection/components/kup-image-list/kup-image-list.js +8 -26
- package/dist/collection/components/kup-lazy/kup-lazy.js +8 -35
- package/dist/collection/components/kup-list/kup-list.js +5 -68
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -22
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +2 -14
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +11 -54
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +7 -29
- package/dist/collection/components/kup-probe/kup-probe.js +11 -31
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +3 -35
- package/dist/collection/components/kup-qlik/kup-qlik.js +4 -58
- package/dist/collection/components/kup-radio/kup-radio.js +3 -34
- package/dist/collection/components/kup-rating/kup-rating.js +4 -27
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +3 -34
- package/dist/collection/components/kup-spinner/kup-spinner.js +3 -39
- package/dist/collection/components/kup-switch/kup-switch.js +3 -34
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +4 -24
- package/dist/collection/components/kup-text-field/kup-text-field.js +2 -115
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +8 -43
- package/dist/collection/components/kup-tree/kup-tree.js +39 -129
- package/dist/collection/f-components/f-cell/f-cell.js +1 -1
- package/dist/collection/managers/kup-language/kup-language-declarations.js +6 -0
- package/dist/esm/{f-button-e79f7594.js → f-button-d1aba968.js} +1 -1
- package/dist/esm/{f-cell-9400374e.js → f-cell-646406bb.js} +5 -5
- package/dist/esm/{f-chip-bf740287.js → f-chip-d94e9e81.js} +2 -2
- package/dist/esm/{f-image-ab3dc8cb.js → f-image-57c88302.js} +1 -1
- package/dist/esm/{f-paginator-utils-6909e43b.js → f-paginator-utils-2c865e9a.js} +2 -2
- package/dist/esm/{f-text-field-4841dfea.js → f-text-field-b0a1fea6.js} +1 -1
- package/dist/esm/ketchup.js +2 -2
- package/dist/esm/kup-accordion.entry.js +6 -29
- package/dist/esm/{kup-autocomplete_25.entry.js → kup-autocomplete_26.entry.js} +3811 -4324
- package/dist/esm/kup-box.entry.js +29 -110
- package/dist/esm/kup-calendar.entry.js +9 -33
- package/dist/esm/kup-cell.entry.js +8 -27
- package/dist/esm/kup-dash-list.entry.js +9 -8
- package/dist/esm/kup-dash_2.entry.js +6 -34
- package/dist/esm/kup-dashboard.entry.js +8 -30
- package/dist/esm/kup-drawer.entry.js +3 -18
- package/dist/esm/kup-echart.entry.js +15 -76
- package/dist/esm/kup-family-tree.entry.js +11 -47
- package/dist/esm/kup-iframe.entry.js +4 -16
- package/dist/esm/kup-image-list.entry.js +14 -32
- package/dist/esm/kup-lazy.entry.js +9 -36
- package/dist/esm/kup-magic-box.entry.js +5 -24
- package/dist/esm/{kup-manager-c54e6df5.js → kup-manager-c0fbb180.js} +67 -2
- package/dist/esm/kup-nav-bar.entry.js +3 -15
- package/dist/esm/kup-numeric-picker.entry.js +13 -56
- package/dist/esm/kup-photo-frame.entry.js +8 -30
- package/dist/esm/kup-probe.entry.js +12 -32
- package/dist/esm/kup-qlik.entry.js +5 -59
- package/dist/esm/kup-snackbar.entry.js +6 -37
- package/dist/esm/loader.js +2 -2
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-30a63b85.entry.js → p-1914969e.entry.js} +1 -1
- package/dist/ketchup/{p-859163c2.entry.js → p-250118e3.entry.js} +1 -1
- package/dist/ketchup/{p-2e184b57.entry.js → p-30766296.entry.js} +1 -1
- package/dist/ketchup/{p-182b869e.entry.js → p-351cecba.entry.js} +1 -1
- package/dist/ketchup/{p-758d03f4.entry.js → p-35e16ea2.entry.js} +1 -1
- package/dist/ketchup/{p-e1d0ea71.js → p-395675b8.js} +1 -1
- package/dist/ketchup/p-3cf97e3a.js +1 -0
- package/dist/ketchup/{p-7e7b6127.entry.js → p-596bdc10.entry.js} +1 -1
- package/dist/ketchup/{p-4f0d3062.js → p-61ff1761.js} +1 -1
- package/dist/ketchup/p-72d4fa26.entry.js +1 -0
- package/dist/ketchup/{p-f9d5e553.entry.js → p-738685f9.entry.js} +1 -1
- package/dist/ketchup/{p-fb4d772a.entry.js → p-7c8c5444.entry.js} +1 -1
- package/dist/ketchup/p-86154e2b.js +1 -0
- package/dist/ketchup/{p-41620707.entry.js → p-9214ef33.entry.js} +1 -1
- package/dist/ketchup/{p-1f5c7f21.entry.js → p-980ed953.entry.js} +1 -1
- package/dist/ketchup/p-991bd70d.entry.js +1 -0
- package/dist/ketchup/{p-bffaef6e.entry.js → p-a1fe329f.entry.js} +1 -1
- package/dist/ketchup/p-a740352c.js +30 -0
- package/dist/ketchup/{p-25bf0cb6.js → p-a992cf87.js} +1 -1
- package/dist/ketchup/{p-313e376b.entry.js → p-b1da1ba7.entry.js} +2 -2
- package/dist/ketchup/{p-4a0ccf18.entry.js → p-cee3635a.entry.js} +1 -1
- package/dist/ketchup/p-d05ed931.entry.js +9 -0
- package/dist/ketchup/{p-8e1fa7a8.entry.js → p-d422151a.entry.js} +2 -2
- package/dist/ketchup/p-e6f19333.entry.js +1 -0
- package/dist/ketchup/p-eb10958a.entry.js +1 -0
- package/dist/ketchup/{p-5bea2971.js → p-ecac6269.js} +1 -1
- package/dist/ketchup/p-f43b445e.entry.js +1 -0
- package/dist/ketchup/{p-6bd57787.entry.js → p-fa37e92e.entry.js} +1 -1
- package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -2
- package/dist/types/components/kup-card/built-in/kup-card-form.d.ts +3 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +11 -1
- package/dist/types/components/kup-card/kup-card.d.ts +5 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +9 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +41 -202
- package/dist/types/components/kup-tree/kup-tree.d.ts +0 -1
- package/dist/types/components.d.ts +55 -2
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +7 -1
- package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +5 -0
- package/package.json +2 -2
- package/dist/cjs/kup-form.cjs.entry.js +0 -486
- package/dist/esm/kup-form.entry.js +0 -482
- package/dist/ketchup/p-1dfd2a51.js +0 -30
- package/dist/ketchup/p-22ec1ba0.entry.js +0 -9
- package/dist/ketchup/p-260ff835.entry.js +0 -1
- package/dist/ketchup/p-53d3ae80.entry.js +0 -1
- package/dist/ketchup/p-60fa0ccf.entry.js +0 -1
- package/dist/ketchup/p-6333388c.js +0 -1
- package/dist/ketchup/p-8386e3db.entry.js +0 -1
- package/dist/ketchup/p-90860d9e.entry.js +0 -1
- package/dist/ketchup/p-b7fdc7aa.entry.js +0 -1
- package/dist/ketchup/p-c35c5e05.js +0 -1
|
@@ -192,10 +192,14 @@ var KupLanguageFontsize;
|
|
|
192
192
|
*/
|
|
193
193
|
var KupLanguageGeneric;
|
|
194
194
|
(function (KupLanguageGeneric) {
|
|
195
|
+
KupLanguageGeneric["ABORT"] = "genericAbort";
|
|
195
196
|
KupLanguageGeneric["ADD_NEW"] = "genericAddNew";
|
|
196
197
|
KupLanguageGeneric["APPLY"] = "genericApply";
|
|
197
198
|
KupLanguageGeneric["BACK"] = "genericBack";
|
|
198
199
|
KupLanguageGeneric["COLLAPSE"] = "genericCollapse";
|
|
200
|
+
KupLanguageGeneric["CONFIRM"] = "genericConfirm";
|
|
201
|
+
KupLanguageGeneric["CONFIRM_DELETE"] = "genericConfirmDelete";
|
|
202
|
+
KupLanguageGeneric["CONFIRM_DELETE_X_ROWS"] = "genericConfirmDeleteXRows";
|
|
199
203
|
KupLanguageGeneric["DAY"] = "genericDay";
|
|
200
204
|
KupLanguageGeneric["DRAG_AND_DROP"] = "genericDragAndDrop";
|
|
201
205
|
KupLanguageGeneric["DROP_YOUR_DATA"] = "genericDropYourData";
|
|
@@ -216,6 +220,7 @@ var KupLanguageGeneric;
|
|
|
216
220
|
KupLanguageGeneric["MONTH"] = "genericMonth";
|
|
217
221
|
KupLanguageGeneric["MOVE"] = "genericMove";
|
|
218
222
|
KupLanguageGeneric["NEXT"] = "genericNext";
|
|
223
|
+
KupLanguageGeneric["NO"] = "genericNo";
|
|
219
224
|
KupLanguageGeneric["OPEN_NAVIGATION_MENU"] = "genericOpenNavigationMenu";
|
|
220
225
|
KupLanguageGeneric["OPEN_IN_NEW_TAB"] = "genericOpenInNewTab";
|
|
221
226
|
KupLanguageGeneric["OPEN_IN_NEW_WINDOW"] = "genericOpenInNewWindow";
|
|
@@ -234,6 +239,7 @@ var KupLanguageGeneric;
|
|
|
234
239
|
KupLanguageGeneric["TRANSPOSE_DATA"] = "genericTransposeData";
|
|
235
240
|
KupLanguageGeneric["VIEW_AS"] = "genericViewAs";
|
|
236
241
|
KupLanguageGeneric["WEEK"] = "genericWeek";
|
|
242
|
+
KupLanguageGeneric["YES"] = "genericYes";
|
|
237
243
|
})(KupLanguageGeneric || (KupLanguageGeneric = {}));
|
|
238
244
|
/**
|
|
239
245
|
* Grid decodes (data table customization settings).
|
|
@@ -1743,10 +1749,14 @@ const chinese = {
|
|
|
1743
1749
|
fontsizeLabel: "字体大小",
|
|
1744
1750
|
fontsizeMedium: "中等的",
|
|
1745
1751
|
fontsizeSmall: "小的",
|
|
1752
|
+
genericAbort: "取消",
|
|
1746
1753
|
genericAddNew: "添新",
|
|
1747
1754
|
genericApply: "申请",
|
|
1748
1755
|
genericBack: "背部",
|
|
1749
1756
|
genericCollapse: "坍塌",
|
|
1757
|
+
genericConfirm: "确认",
|
|
1758
|
+
genericConfirmDelete: "你确认取消了吗?",
|
|
1759
|
+
genericConfirmDeleteXRows: "删除({0})行?",
|
|
1750
1760
|
genericDay: "日",
|
|
1751
1761
|
genericDragAndDrop: "拖放",
|
|
1752
1762
|
genericDropYourData: "将您的数据放在这里",
|
|
@@ -1767,6 +1777,7 @@ const chinese = {
|
|
|
1767
1777
|
genericMonth: "月",
|
|
1768
1778
|
genericMove: "移动",
|
|
1769
1779
|
genericNext: "下一个",
|
|
1780
|
+
genericNo: "不",
|
|
1770
1781
|
genericOpenInNewTab: "在新标签页中打开",
|
|
1771
1782
|
genericOpenInNewWindow: "在新窗口中打开",
|
|
1772
1783
|
genericOpenNavigationMenu: "打开导航菜单",
|
|
@@ -1785,6 +1796,7 @@ const chinese = {
|
|
|
1785
1796
|
genericTransposeData: "转置数据",
|
|
1786
1797
|
genericViewAs: "查看为",
|
|
1787
1798
|
genericWeek: "星期",
|
|
1799
|
+
genericYes: "是的",
|
|
1788
1800
|
gridColumn: "柱子",
|
|
1789
1801
|
gridComplete: "完全的",
|
|
1790
1802
|
gridLabel: "网格类型",
|
|
@@ -1861,10 +1873,14 @@ const english = {
|
|
|
1861
1873
|
fontsizeLabel: "Font size",
|
|
1862
1874
|
fontsizeMedium: "Medium",
|
|
1863
1875
|
fontsizeSmall: "Small",
|
|
1876
|
+
genericAbort: "Cancel",
|
|
1864
1877
|
genericAddNew: "Add new",
|
|
1865
1878
|
genericApply: "Apply",
|
|
1866
1879
|
genericBack: "Back",
|
|
1867
1880
|
genericCollapse: "Collapse",
|
|
1881
|
+
genericConfirm: "Confirm",
|
|
1882
|
+
genericConfirmDelete: "Do you confirm the cancellation?",
|
|
1883
|
+
genericConfirmDeleteXRows: "Delete ({0}) rows?",
|
|
1868
1884
|
genericDay: "Day",
|
|
1869
1885
|
genericDragAndDrop: "Drag and drop",
|
|
1870
1886
|
genericDropYourData: "Drop your data here",
|
|
@@ -1885,6 +1901,7 @@ const english = {
|
|
|
1885
1901
|
genericMonth: "Month",
|
|
1886
1902
|
genericMove: "Move",
|
|
1887
1903
|
genericNext: "Next",
|
|
1904
|
+
genericNo: "No",
|
|
1888
1905
|
genericOpenInNewTab: "Open in new tab",
|
|
1889
1906
|
genericOpenInNewWindow: "Open in new window",
|
|
1890
1907
|
genericOpenNavigationMenu: "Open navigation menu",
|
|
@@ -1903,6 +1920,7 @@ const english = {
|
|
|
1903
1920
|
genericTransposeData: "Transpose data",
|
|
1904
1921
|
genericViewAs: "View as",
|
|
1905
1922
|
genericWeek: "Week",
|
|
1923
|
+
genericYes: "Yes",
|
|
1906
1924
|
gridColumn: "Column",
|
|
1907
1925
|
gridComplete: "Complete",
|
|
1908
1926
|
gridLabel: "Grid type",
|
|
@@ -1979,10 +1997,14 @@ const french = {
|
|
|
1979
1997
|
fontsizeLabel: "Taille de police",
|
|
1980
1998
|
fontsizeMedium: "Moyen",
|
|
1981
1999
|
fontsizeSmall: "Petit",
|
|
2000
|
+
genericAbort: "Annuler",
|
|
1982
2001
|
genericAddNew: "Ajouter un nouveau",
|
|
1983
2002
|
genericApply: "Appliquer",
|
|
1984
2003
|
genericBack: "Arrière",
|
|
1985
2004
|
genericCollapse: "Effondrer",
|
|
2005
|
+
genericConfirm: "Confirmer",
|
|
2006
|
+
genericConfirmDelete: "Confirmez-vous l'annulation?",
|
|
2007
|
+
genericConfirmDeleteXRows: "Supprimer ({0}) lignes?",
|
|
1986
2008
|
genericDay: "Jour",
|
|
1987
2009
|
genericDragAndDrop: "Glisser-déposer",
|
|
1988
2010
|
genericDropYourData: "Déposez vos données ici",
|
|
@@ -2003,6 +2025,7 @@ const french = {
|
|
|
2003
2025
|
genericMonth: "Mois",
|
|
2004
2026
|
genericMove: "Se déplacer",
|
|
2005
2027
|
genericNext: "Prochain",
|
|
2028
|
+
genericNo: "Non",
|
|
2006
2029
|
genericOpenInNewTab: "Ouvrir dans un nouvel onglet",
|
|
2007
2030
|
genericOpenInNewWindow: "Ouvrir dans une nouvelle fenêtre",
|
|
2008
2031
|
genericOpenNavigationMenu: "Ouvrir le menu de navigation",
|
|
@@ -2021,6 +2044,7 @@ const french = {
|
|
|
2021
2044
|
genericTransposeData: "Transposer les données",
|
|
2022
2045
|
genericViewAs: "Voir comme",
|
|
2023
2046
|
genericWeek: "La semaine",
|
|
2047
|
+
genericYes: "Oui",
|
|
2024
2048
|
gridColumn: "Colonne",
|
|
2025
2049
|
gridComplete: "Compléte",
|
|
2026
2050
|
gridLabel: "Type de grille",
|
|
@@ -2097,10 +2121,14 @@ const italian = {
|
|
|
2097
2121
|
fontsizeLabel: "Dimensione caratteri",
|
|
2098
2122
|
fontsizeMedium: "Media",
|
|
2099
2123
|
fontsizeSmall: "Piccola",
|
|
2124
|
+
genericAbort: "Annulla",
|
|
2100
2125
|
genericAddNew: "Aggiungi nuovo",
|
|
2101
2126
|
genericApply: "Applica",
|
|
2102
2127
|
genericBack: "Indietro",
|
|
2103
2128
|
genericCollapse: "Chiudi",
|
|
2129
|
+
genericConfirm: "Conferma",
|
|
2130
|
+
genericConfirmDelete: "Confermi la cancellazione?",
|
|
2131
|
+
genericConfirmDeleteXRows: "Eliminare ({0}) righe?",
|
|
2104
2132
|
genericDay: "Giorno",
|
|
2105
2133
|
genericDragAndDrop: "Drag & drop",
|
|
2106
2134
|
genericDropYourData: "Trascina qui i tuoi dati",
|
|
@@ -2121,6 +2149,7 @@ const italian = {
|
|
|
2121
2149
|
genericMonth: "Mese",
|
|
2122
2150
|
genericMove: "Sposta",
|
|
2123
2151
|
genericNext: "Avanti",
|
|
2152
|
+
genericNo: "No",
|
|
2124
2153
|
genericOpenInNewTab: "Apri in nuovo tab",
|
|
2125
2154
|
genericOpenInNewWindow: "Apri in nuova finestra",
|
|
2126
2155
|
genericOpenNavigationMenu: "Apri menu di navigazione",
|
|
@@ -2139,6 +2168,7 @@ const italian = {
|
|
|
2139
2168
|
genericTransposeData: "Trasposizione dati",
|
|
2140
2169
|
genericViewAs: "Vedi come",
|
|
2141
2170
|
genericWeek: "Settimana",
|
|
2171
|
+
genericYes: "Sì",
|
|
2142
2172
|
gridColumn: "Colonna",
|
|
2143
2173
|
gridComplete: "Completa",
|
|
2144
2174
|
gridLabel: "Tipo di griglia",
|
|
@@ -2229,10 +2259,14 @@ const polish = {
|
|
|
2229
2259
|
fontsizeLabel: "Rozmiar czcionki",
|
|
2230
2260
|
fontsizeMedium: "Średni",
|
|
2231
2261
|
fontsizeSmall: "Mały",
|
|
2262
|
+
genericAbort: "Anulować",
|
|
2232
2263
|
genericAddNew: "Dodaj nowe",
|
|
2233
2264
|
genericApply: "Zastosować",
|
|
2234
2265
|
genericBack: "Plecy",
|
|
2235
2266
|
genericCollapse: "Zawalić się",
|
|
2267
|
+
genericConfirm: "Potwierdzać",
|
|
2268
|
+
genericConfirmDelete: "Potwierdzasz odwołanie?",
|
|
2269
|
+
genericConfirmDeleteXRows: "Usunąć ({0}) wiersze?",
|
|
2236
2270
|
genericDay: "Dzień",
|
|
2237
2271
|
genericDragAndDrop: "Przeciągnij i upuść",
|
|
2238
2272
|
genericDropYourData: "Upuść swoje dane tutaj",
|
|
@@ -2253,6 +2287,7 @@ const polish = {
|
|
|
2253
2287
|
genericMonth: "Miesiąc",
|
|
2254
2288
|
genericMove: "Ruszaj się",
|
|
2255
2289
|
genericNext: "Następny",
|
|
2290
|
+
genericNo: "Nie",
|
|
2256
2291
|
genericOpenInNewTab: "Otwórz w nowej karcie",
|
|
2257
2292
|
genericOpenInNewWindow: "Otworzyć w nowym oknie",
|
|
2258
2293
|
genericOpenNavigationMenu: "Otwórz menu nawigacyjne",
|
|
@@ -2271,6 +2306,7 @@ const polish = {
|
|
|
2271
2306
|
genericTransposeData: "Transpozycja danych",
|
|
2272
2307
|
genericViewAs: "Wyświetl jako",
|
|
2273
2308
|
genericWeek: "Tydzień",
|
|
2309
|
+
genericYes: "TAk",
|
|
2274
2310
|
gridColumn: "Kolumna",
|
|
2275
2311
|
gridComplete: "Kompletny",
|
|
2276
2312
|
gridLabel: "Typ siatki",
|
|
@@ -2347,10 +2383,14 @@ const russian = {
|
|
|
2347
2383
|
fontsizeLabel: "Размер шрифта",
|
|
2348
2384
|
fontsizeMedium: "Середина",
|
|
2349
2385
|
fontsizeSmall: "Небольшой",
|
|
2386
|
+
genericAbort: "Отмена",
|
|
2350
2387
|
genericAddNew: "Добавить новое",
|
|
2351
2388
|
genericApply: "Применять",
|
|
2352
2389
|
genericBack: "назад",
|
|
2353
|
-
genericCollapse: "
|
|
2390
|
+
genericCollapse: "Kpax",
|
|
2391
|
+
genericConfirm: "Подтверждать",
|
|
2392
|
+
genericConfirmDelete: "вы подтверждаете отмену?",
|
|
2393
|
+
genericConfirmDeleteXRows: "Удалить ({0}) строки?",
|
|
2354
2394
|
genericDay: "День",
|
|
2355
2395
|
genericDragAndDrop: "Перетащить и отпустить",
|
|
2356
2396
|
genericDropYourData: "Перетащите сюда свои данные",
|
|
@@ -2371,6 +2411,7 @@ const russian = {
|
|
|
2371
2411
|
genericMonth: "Месяц",
|
|
2372
2412
|
genericMove: "Переехать",
|
|
2373
2413
|
genericNext: "Следующий",
|
|
2414
|
+
genericNo: "Нет",
|
|
2374
2415
|
genericOpenInNewTab: "Открыть в новой вкладке",
|
|
2375
2416
|
genericOpenInNewWindow: "Открыть в новом окне",
|
|
2376
2417
|
genericOpenNavigationMenu: "Открыть меню навигации",
|
|
@@ -2389,6 +2430,7 @@ const russian = {
|
|
|
2389
2430
|
genericTransposeData: "Транспонировать данные",
|
|
2390
2431
|
genericViewAs: "Просмотреть как",
|
|
2391
2432
|
genericWeek: "Неделя",
|
|
2433
|
+
genericYes: "Да",
|
|
2392
2434
|
gridColumn: "Столбец",
|
|
2393
2435
|
gridComplete: "Полный",
|
|
2394
2436
|
gridLabel: "Тип сетки",
|
|
@@ -2465,10 +2507,14 @@ const spanish = {
|
|
|
2465
2507
|
fontsizeLabel: "Tamaño de fuente",
|
|
2466
2508
|
fontsizeMedium: "Medio",
|
|
2467
2509
|
fontsizeSmall: "Pequeño",
|
|
2510
|
+
genericAbort: "Cancelar",
|
|
2468
2511
|
genericAddNew: "Añadir nuevo",
|
|
2469
2512
|
genericApply: "Solicitar",
|
|
2470
2513
|
genericBack: "Espalda",
|
|
2471
2514
|
genericCollapse: "Colapso",
|
|
2515
|
+
genericConfirm: "Confirmar",
|
|
2516
|
+
genericConfirmDelete: "¿Confirmas la cancelación?",
|
|
2517
|
+
genericConfirmDeleteXRows: "¿Eliminar ({0}) filas?",
|
|
2472
2518
|
genericDay: "Día",
|
|
2473
2519
|
genericDragAndDrop: "Arrastrar y soltar",
|
|
2474
2520
|
genericDropYourData: "Deja tus datos aquí",
|
|
@@ -2489,6 +2535,7 @@ const spanish = {
|
|
|
2489
2535
|
genericMonth: "Mes",
|
|
2490
2536
|
genericMove: "Mover",
|
|
2491
2537
|
genericNext: "Próximo",
|
|
2538
|
+
genericNo: "No",
|
|
2492
2539
|
genericOpenInNewTab: "Abrir en una pestaña nueva",
|
|
2493
2540
|
genericOpenInNewWindow: "Abrir en Nueva ventana",
|
|
2494
2541
|
genericOpenNavigationMenu: "Abrir menú de navegación",
|
|
@@ -2507,6 +2554,7 @@ const spanish = {
|
|
|
2507
2554
|
genericTransposeData: "Transponer datos",
|
|
2508
2555
|
genericViewAs: "Visto como",
|
|
2509
2556
|
genericWeek: "Semana",
|
|
2557
|
+
genericYes: "Sí",
|
|
2510
2558
|
gridColumn: "Columna",
|
|
2511
2559
|
gridComplete: "Completa",
|
|
2512
2560
|
gridLabel: "Tipo de cuadrícula",
|
|
@@ -3484,6 +3532,7 @@ const bubbles = {
|
|
|
3484
3532
|
"--kup-chart-color-3": "#8e1010",
|
|
3485
3533
|
"--kup-chart-color-4": "#f5f5dc",
|
|
3486
3534
|
"--kup-obj-cursor": "inherit",
|
|
3535
|
+
"--kup-card-zindex": "900",
|
|
3487
3536
|
"--kup-drawer-zindex": "900",
|
|
3488
3537
|
"--kup-navbar-zindex": "900"
|
|
3489
3538
|
},
|
|
@@ -3540,6 +3589,7 @@ const cobalt = {
|
|
|
3540
3589
|
"--kup-chart-color-3": "#b1eafb",
|
|
3541
3590
|
"--kup-chart-color-4": "#ffffff",
|
|
3542
3591
|
"--kup-obj-cursor": "inherit",
|
|
3592
|
+
"--kup-card-zindex": "900",
|
|
3543
3593
|
"--kup-drawer-zindex": "900",
|
|
3544
3594
|
"--kup-navbar-zindex": "900"
|
|
3545
3595
|
},
|
|
@@ -3594,6 +3644,7 @@ const dark = {
|
|
|
3594
3644
|
"--kup-chart-color-3": "#860bb5",
|
|
3595
3645
|
"--kup-chart-color-4": "#1a83e4",
|
|
3596
3646
|
"--kup-obj-cursor": "inherit",
|
|
3647
|
+
"--kup-card-zindex": "900",
|
|
3597
3648
|
"--kup-drawer-zindex": "900",
|
|
3598
3649
|
"--kup-navbar-zindex": "900"
|
|
3599
3650
|
},
|
|
@@ -3648,6 +3699,7 @@ const flamingo = {
|
|
|
3648
3699
|
"--kup-chart-color-3": "#c21350",
|
|
3649
3700
|
"--kup-chart-color-4": "#c88da1",
|
|
3650
3701
|
"--kup-obj-cursor": "inherit",
|
|
3702
|
+
"--kup-card-zindex": "900",
|
|
3651
3703
|
"--kup-drawer-zindex": "900",
|
|
3652
3704
|
"--kup-navbar-zindex": "900"
|
|
3653
3705
|
},
|
|
@@ -3708,6 +3760,7 @@ const graphite = {
|
|
|
3708
3760
|
"--kup-chart-color-9": "grey",
|
|
3709
3761
|
"--kup-chart-color-10": "indigo",
|
|
3710
3762
|
"--kup-obj-cursor": "inherit",
|
|
3763
|
+
"--kup-card-zindex": "900",
|
|
3711
3764
|
"--kup-drawer-zindex": "900",
|
|
3712
3765
|
"--kup-navbar-zindex": "900"
|
|
3713
3766
|
},
|
|
@@ -3762,6 +3815,7 @@ const ketchup = {
|
|
|
3762
3815
|
"--kup-chart-color-3": "#8e1010",
|
|
3763
3816
|
"--kup-chart-color-4": "#f5f5dc",
|
|
3764
3817
|
"--kup-obj-cursor": "inherit",
|
|
3818
|
+
"--kup-card-zindex": "900",
|
|
3765
3819
|
"--kup-drawer-zindex": "900",
|
|
3766
3820
|
"--kup-navbar-zindex": "900"
|
|
3767
3821
|
},
|
|
@@ -3822,6 +3876,7 @@ const obsidian = {
|
|
|
3822
3876
|
"--kup-chart-color-9": "grey",
|
|
3823
3877
|
"--kup-chart-color-10": "indigo",
|
|
3824
3878
|
"--kup-obj-cursor": "inherit",
|
|
3879
|
+
"--kup-card-zindex": "900",
|
|
3825
3880
|
"--kup-drawer-zindex": "900",
|
|
3826
3881
|
"--kup-navbar-zindex": "900"
|
|
3827
3882
|
},
|
|
@@ -3876,6 +3931,7 @@ const ocean = {
|
|
|
3876
3931
|
"--kup-chart-color-3": "#e48b47",
|
|
3877
3932
|
"--kup-chart-color-4": "#81e447",
|
|
3878
3933
|
"--kup-obj-cursor": "inherit",
|
|
3934
|
+
"--kup-card-zindex": "900",
|
|
3879
3935
|
"--kup-drawer-zindex": "900",
|
|
3880
3936
|
"--kup-navbar-zindex": "900"
|
|
3881
3937
|
},
|
|
@@ -3936,6 +3992,7 @@ const print = {
|
|
|
3936
3992
|
"--kup-chart-color-9": "grey",
|
|
3937
3993
|
"--kup-chart-color-10": "indigo",
|
|
3938
3994
|
"--kup-obj-cursor": "inherit",
|
|
3995
|
+
"--kup-card-zindex": "900",
|
|
3939
3996
|
"--kup-drawer-zindex": "900",
|
|
3940
3997
|
"--kup-navbar-zindex": "900"
|
|
3941
3998
|
},
|
|
@@ -3997,6 +4054,7 @@ const raj = {
|
|
|
3997
4054
|
"--kup-chart-color-3": "#ffe600",
|
|
3998
4055
|
"--kup-chart-color-4": "#effd02",
|
|
3999
4056
|
"--kup-obj-cursor": "inherit",
|
|
4057
|
+
"--kup-card-zindex": "900",
|
|
4000
4058
|
"--kup-drawer-zindex": "900",
|
|
4001
4059
|
"--kup-navbar-zindex": "900"
|
|
4002
4060
|
},
|
|
@@ -4057,6 +4115,7 @@ const red = {
|
|
|
4057
4115
|
"--kup-chart-color-9": "grey",
|
|
4058
4116
|
"--kup-chart-color-10": "indigo",
|
|
4059
4117
|
"--kup-obj-cursor": "inherit",
|
|
4118
|
+
"--kup-card-zindex": "900",
|
|
4060
4119
|
"--kup-drawer-zindex": "900",
|
|
4061
4120
|
"--kup-navbar-zindex": "900"
|
|
4062
4121
|
},
|
|
@@ -4119,6 +4178,7 @@ const sapphire = {
|
|
|
4119
4178
|
"--kup-chart-color-9": "grey",
|
|
4120
4179
|
"--kup-chart-color-10": "indigo",
|
|
4121
4180
|
"--kup-obj-cursor": "inherit",
|
|
4181
|
+
"--kup-card-zindex": "900",
|
|
4122
4182
|
"--kup-drawer-zindex": "900",
|
|
4123
4183
|
"--kup-navbar-zindex": "900"
|
|
4124
4184
|
},
|
|
@@ -4176,6 +4236,7 @@ const silver = {
|
|
|
4176
4236
|
"--kup-chart-color-6": "#59af57",
|
|
4177
4237
|
"--kup-chart-color-7": "#aeaa5d",
|
|
4178
4238
|
"--kup-obj-cursor": "inherit",
|
|
4239
|
+
"--kup-card-zindex": "900",
|
|
4179
4240
|
"--kup-drawer-zindex": "900",
|
|
4180
4241
|
"--kup-navbar-zindex": "900"
|
|
4181
4242
|
},
|
|
@@ -4238,6 +4299,7 @@ const teal = {
|
|
|
4238
4299
|
"--kup-chart-color-9": "grey",
|
|
4239
4300
|
"--kup-chart-color-10": "indigo",
|
|
4240
4301
|
"--kup-obj-cursor": "inherit",
|
|
4302
|
+
"--kup-card-zindex": "900",
|
|
4241
4303
|
"--kup-drawer-zindex": "900",
|
|
4242
4304
|
"--kup-navbar-zindex": "900"
|
|
4243
4305
|
},
|
|
@@ -4289,6 +4351,7 @@ const wildlife = {
|
|
|
4289
4351
|
"--kup-chart-color-3": "#e48b47",
|
|
4290
4352
|
"--kup-chart-color-4": "#81e447",
|
|
4291
4353
|
"--kup-obj-cursor": "inherit",
|
|
4354
|
+
"--kup-card-zindex": "900",
|
|
4292
4355
|
"--kup-drawer-zindex": "900",
|
|
4293
4356
|
"--kup-navbar-zindex": "900"
|
|
4294
4357
|
},
|
|
@@ -5691,6 +5754,7 @@ var KupDataTableProps;
|
|
|
5691
5754
|
KupDataTableProps["groupLabelDisplay"] = "How the label of a group must be displayed. For available values";
|
|
5692
5755
|
KupDataTableProps["groups"] = "The list of groups.";
|
|
5693
5756
|
KupDataTableProps["headerIsPersistent"] = "When set to true the header will stick on top of the table when scrolling.";
|
|
5757
|
+
KupDataTableProps["insertMode"] = "Enables insert mode.";
|
|
5694
5758
|
KupDataTableProps["isFocusable"] = "When set to true, clicked-on rows will have a visual feedback.";
|
|
5695
5759
|
KupDataTableProps["lazyLoadRows"] = "When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.";
|
|
5696
5760
|
KupDataTableProps["lineBreakCharacter"] = "Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.";
|
|
@@ -5706,6 +5770,7 @@ var KupDataTableProps;
|
|
|
5706
5770
|
KupDataTableProps["rowsPerPage"] = "Sets the number of rows per page to display.";
|
|
5707
5771
|
KupDataTableProps["scrollOnHover"] = "Activates the scroll on hover function.";
|
|
5708
5772
|
KupDataTableProps["showCustomization"] = "If set to true, displays the button to open the customization panel.";
|
|
5773
|
+
KupDataTableProps["showDeleteButton"] = "Enables the delete row button.";
|
|
5709
5774
|
KupDataTableProps["showFilters"] = "When set to true enables the column filters.";
|
|
5710
5775
|
KupDataTableProps["showFooter"] = "When set to true shows the footer.";
|
|
5711
5776
|
KupDataTableProps["showGrid"] = "Can be used to customize the grid view of the table.";
|
|
@@ -18124,4 +18189,4 @@ function kupManagerInstance() {
|
|
|
18124
18189
|
return dom.ketchup;
|
|
18125
18190
|
}
|
|
18126
18191
|
|
|
18127
|
-
export {
|
|
18192
|
+
export { KupLanguageDensity as $, KupLanguageGrouping as A, KupLanguageCheckbox as B, getValueForDisplay2 as C, DateTimeFormatOptionsMonth as D, Filters as E, FCellShapes as F, GroupLabelDisplayMode as G, getValueForDisplay as H, KupLanguageSearch as I, FilterInterval as J, KupThemeIconValues as K, LoadMoreMode as L, ShowGrid as M, TotalMode as N, numberToFormattedStringNumber as O, PaginatorPos as P, kupDynamicPositionAttribute as Q, KupPointerEventTypes as R, SelectionMode as S, TotalLabel as T, kupDraggableColumnAttr as U, kupDragActiveAttr as V, KupDragEffect as W, kupDraggableCellAttr as X, KupDropEventTypes as Y, FixedCellsCSSVarsBase as Z, KupLanguageFontsize as _, KupDynamicPositionPlacement as a, KupLanguageGrid as a0, KupDataTableProps as a1, FixedCellsClasses as a2, SortMode as a3, iconColumn as a4, keyColumn as a5, fieldColumn as a6, FCellTypes as a7, unformattedStringToFormattedStringNumber as a8, formattedStringToCustomUnformattedStringTime as a9, isValidFormattedStringTime as aa, formatTime as ab, unformattedStringToFormattedStringTime as ac, addColumnValueFromRow as ad, KupGlobalFilterMode as ae, getCellValueForDisplay as af, KupData as ag, compareCell as ah, stringToNumber as ai, isNumber as aj, KupLanguagePage as ak, editableTypes as al, kupTypes as am, KupTagNames as an, fullWidthFieldsComps as ao, FCellClasses as ap, autoCenterComps as aq, FCellEvents as ar, createCommonjsModule as as, getDefaultExportFromCjs as at, KupDatesLocales as au, getDecimalSeparator as av, KupLanguageDashboard as aw, kupDropEvent as ax, kupDraggableRowAttr as ay, KupThemeColorValues as b, KupDebugCategory as c, FCellPadding as d, getMonthsAsStringByLocale as e, KupDatesFormats as f, getProps as g, KupCardBuiltInClockElements as h, KupCardCSSClasses as i, KupLanguageTotals as j, kupManagerInstance as k, KupLanguageGeneric as l, KupLanguageColumn as m, KupDataNewColumnTypes as n, KupCardSubEvents as o, KupCardIds as p, KupLanguageRow as q, KupCardFamily as r, setProps as s, KupCardProps as t, getColumnByName as u, KupDates as v, formatToNumber as w, KupDatesNormalize as x, KupObjects as y, identify as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0fbb180.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-665de00a.js';
|
|
4
4
|
|
|
5
5
|
const navbarClass = 'nav-bar';
|
|
@@ -32,26 +32,14 @@ const KupNavBar = class {
|
|
|
32
32
|
this.kupNavbarReady = createEvent(this, "kup-navbar-ready", 6);
|
|
33
33
|
this.kupNavbarResize = createEvent(this, "kup-navbar-resize", 6);
|
|
34
34
|
/*-------------------------------------------------*/
|
|
35
|
-
/* P r o p s */
|
|
36
|
-
/*-------------------------------------------------*/
|
|
37
|
-
/**
|
|
38
|
-
* Custom style of the component.
|
|
39
|
-
* @default ""
|
|
40
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
41
|
-
*/
|
|
42
|
-
this.customStyle = '';
|
|
43
|
-
/**
|
|
44
|
-
* Defines the style of the nav bar.
|
|
45
|
-
* @default KupNavBarStyling.STANDARD
|
|
46
|
-
*/
|
|
47
|
-
this.styling = KupNavBarStyling.STANDARD;
|
|
48
|
-
/*-------------------------------------------------*/
|
|
49
35
|
/* I n t e r n a l V a r i a b l e s */
|
|
50
36
|
/*-------------------------------------------------*/
|
|
51
37
|
/**
|
|
52
38
|
* Instance of the KupManager class.
|
|
53
39
|
*/
|
|
54
40
|
this.kupManager = kupManagerInstance();
|
|
41
|
+
this.customStyle = '';
|
|
42
|
+
this.styling = KupNavBarStyling.STANDARD;
|
|
55
43
|
}
|
|
56
44
|
/*-------------------------------------------------*/
|
|
57
45
|
/* P u b l i c M e t h o d s */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
|
|
2
|
-
import { k as kupManagerInstance, a as KupDynamicPositionPlacement, r as KupCardFamily } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, a as KupDynamicPositionPlacement, r as KupCardFamily } from './kup-manager-c0fbb180.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-665de00a.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-b0a1fea6.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-d42d3f9e.js';
|
|
6
6
|
import './tslib.es6-3eea2234.js';
|
|
7
7
|
import './component-b1bedf1d.js';
|
|
@@ -38,60 +38,6 @@ const KupNumericPicker = class {
|
|
|
38
38
|
this.kupTextFieldSubmit = createEvent(this, "kup-numericpicker-textfieldsubmit", 6);
|
|
39
39
|
this.kupClearIconClick = createEvent(this, "kup-numericpicker-cleariconclick", 6);
|
|
40
40
|
/*-------------------------------------------------*/
|
|
41
|
-
/* S t a t e s */
|
|
42
|
-
/*-------------------------------------------------*/
|
|
43
|
-
this.stateSwitcher = false;
|
|
44
|
-
this.value = '';
|
|
45
|
-
/*-------------------------------------------------*/
|
|
46
|
-
/* P r o p s */
|
|
47
|
-
/*-------------------------------------------------*/
|
|
48
|
-
/**
|
|
49
|
-
* Custom style of the component.
|
|
50
|
-
* @default ""
|
|
51
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
52
|
-
*/
|
|
53
|
-
this.customStyle = '';
|
|
54
|
-
/**
|
|
55
|
-
* Props of the sub-components.
|
|
56
|
-
* @default null
|
|
57
|
-
*/
|
|
58
|
-
this.data = null;
|
|
59
|
-
/**
|
|
60
|
-
* Defaults at false. When set to true, the component has decimals.
|
|
61
|
-
* @default false
|
|
62
|
-
*/
|
|
63
|
-
this.decimals = false;
|
|
64
|
-
/**
|
|
65
|
-
* Defaults at false. When set to true, the component is disabled.
|
|
66
|
-
* @default false
|
|
67
|
-
*/
|
|
68
|
-
this.disabled = false;
|
|
69
|
-
/**
|
|
70
|
-
* Sets the initial value of the component
|
|
71
|
-
* @default ""
|
|
72
|
-
*/
|
|
73
|
-
this.initialValue = '';
|
|
74
|
-
/**
|
|
75
|
-
* when set, the component allows you to enter decimals with a maximum of characters.
|
|
76
|
-
* @default null
|
|
77
|
-
*/
|
|
78
|
-
this.maxDecimals = null;
|
|
79
|
-
/**
|
|
80
|
-
* When set, the component allows you to enter integer numbers with a maximum of characters.
|
|
81
|
-
* @default null
|
|
82
|
-
*/
|
|
83
|
-
this.maxIntegers = null;
|
|
84
|
-
/**
|
|
85
|
-
* When set, the component allows you to enter numbers with a maximum of characters, including decimals.
|
|
86
|
-
* @default null
|
|
87
|
-
*/
|
|
88
|
-
this.maxLength = null;
|
|
89
|
-
/**
|
|
90
|
-
* Defaults at false. When set to true, the component has negative number.
|
|
91
|
-
* @default false
|
|
92
|
-
*/
|
|
93
|
-
this.negative = false;
|
|
94
|
-
/*-------------------------------------------------*/
|
|
95
41
|
/* I n t e r n a l V a r i a b l e s */
|
|
96
42
|
/*-------------------------------------------------*/
|
|
97
43
|
/**
|
|
@@ -105,6 +51,17 @@ const KupNumericPicker = class {
|
|
|
105
51
|
date: new Date(),
|
|
106
52
|
};
|
|
107
53
|
this.clickCb = null;
|
|
54
|
+
this.stateSwitcher = false;
|
|
55
|
+
this.value = '';
|
|
56
|
+
this.customStyle = '';
|
|
57
|
+
this.data = null;
|
|
58
|
+
this.decimals = false;
|
|
59
|
+
this.disabled = false;
|
|
60
|
+
this.initialValue = '';
|
|
61
|
+
this.maxDecimals = null;
|
|
62
|
+
this.maxIntegers = null;
|
|
63
|
+
this.maxLength = null;
|
|
64
|
+
this.negative = false;
|
|
108
65
|
}
|
|
109
66
|
onKupPickerItemClick(value) {
|
|
110
67
|
this.setPickerValueSelected(value);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0fbb180.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-665de00a.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -38,34 +38,6 @@ const KupPhotoFrame = class {
|
|
|
38
38
|
this.kupPhotoFramePlaceholderLoad = createEvent(this, "kup-photoframe-placeholderload", 6);
|
|
39
39
|
this.kupPhotoFrameResourceLoad = createEvent(this, "kup-photoframe-resourceload", 6);
|
|
40
40
|
/*-------------------------------------------------*/
|
|
41
|
-
/* S t a t e s */
|
|
42
|
-
/*-------------------------------------------------*/
|
|
43
|
-
this.isInViewport = false;
|
|
44
|
-
/*-------------------------------------------------*/
|
|
45
|
-
/* P r o p s */
|
|
46
|
-
/*-------------------------------------------------*/
|
|
47
|
-
/**
|
|
48
|
-
* Custom style of the component.
|
|
49
|
-
* @default ""
|
|
50
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
51
|
-
*/
|
|
52
|
-
this.customStyle = '';
|
|
53
|
-
/**
|
|
54
|
-
* Html attributes of the picture before the component enters the viewport.
|
|
55
|
-
* @default {}
|
|
56
|
-
*/
|
|
57
|
-
this.placeholderAttrs = {};
|
|
58
|
-
/**
|
|
59
|
-
* Html attributes of the picture after the component enters the viewport.
|
|
60
|
-
* @default {}
|
|
61
|
-
*/
|
|
62
|
-
this.resourceAttrs = {};
|
|
63
|
-
/**
|
|
64
|
-
* Percentage of the component dimensions entering the viewport (0.1 => 1).
|
|
65
|
-
* @default 0.25
|
|
66
|
-
*/
|
|
67
|
-
this.threshold = 0.25;
|
|
68
|
-
/*-------------------------------------------------*/
|
|
69
41
|
/* I n t e r n a l V a r i a b l e s */
|
|
70
42
|
/*-------------------------------------------------*/
|
|
71
43
|
_KupPhotoFrame_intObserver.set(this, null);
|
|
@@ -74,6 +46,11 @@ const KupPhotoFrame = class {
|
|
|
74
46
|
_KupPhotoFrame_resourceEl.set(this, null);
|
|
75
47
|
_KupPhotoFrame_renderResource.set(this, false);
|
|
76
48
|
_KupPhotoFrame_wrapperEl.set(this, null);
|
|
49
|
+
this.isInViewport = false;
|
|
50
|
+
this.customStyle = '';
|
|
51
|
+
this.placeholderAttrs = {};
|
|
52
|
+
this.resourceAttrs = {};
|
|
53
|
+
this.threshold = 0.25;
|
|
77
54
|
}
|
|
78
55
|
/*-------------------------------------------------*/
|
|
79
56
|
/* P u b l i c M e t h o d s */
|
|
@@ -163,8 +140,9 @@ const KupPhotoFrame = class {
|
|
|
163
140
|
} }))) : null)));
|
|
164
141
|
}
|
|
165
142
|
disconnectedCallback() {
|
|
143
|
+
var _a;
|
|
166
144
|
__classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.unregister(this);
|
|
167
|
-
__classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f").unobserve(this.rootElement);
|
|
145
|
+
(_a = __classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f")) === null || _a === void 0 ? void 0 : _a.unobserve(this.rootElement);
|
|
168
146
|
}
|
|
169
147
|
get rootElement() { return getElement(this); }
|
|
170
148
|
};
|
|
@@ -1,41 +1,10 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-c0fbb180.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-665de00a.js';
|
|
4
4
|
|
|
5
5
|
const KupProbe = class {
|
|
6
6
|
constructor(hostRef) {
|
|
7
7
|
registerInstance(this, hostRef);
|
|
8
|
-
/*-------------------------------------------------*/
|
|
9
|
-
/* S t a t e s */
|
|
10
|
-
/*-------------------------------------------------*/
|
|
11
|
-
/**
|
|
12
|
-
* Lifecycle time.
|
|
13
|
-
* @default null
|
|
14
|
-
*/
|
|
15
|
-
this.content = null;
|
|
16
|
-
/*-------------------------------------------------*/
|
|
17
|
-
/* P r o p s */
|
|
18
|
-
/*-------------------------------------------------*/
|
|
19
|
-
/**
|
|
20
|
-
* Custom style of the component.
|
|
21
|
-
* @default ""
|
|
22
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
23
|
-
*/
|
|
24
|
-
this.customStyle = '';
|
|
25
|
-
/**
|
|
26
|
-
* Specify features to test.
|
|
27
|
-
* @default ""
|
|
28
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
29
|
-
*/
|
|
30
|
-
this.features = {
|
|
31
|
-
debug: false,
|
|
32
|
-
language: false,
|
|
33
|
-
longCycleProp: false,
|
|
34
|
-
longCycleVar: false,
|
|
35
|
-
objects: false,
|
|
36
|
-
objectsFunction: false,
|
|
37
|
-
theme: false,
|
|
38
|
-
};
|
|
39
8
|
/**
|
|
40
9
|
* Uncomment the code below to test render times with many props (100).
|
|
41
10
|
*/
|
|
@@ -160,6 +129,17 @@ const KupProbe = class {
|
|
|
160
129
|
* End performance.now()
|
|
161
130
|
*/
|
|
162
131
|
this.endTime = null;
|
|
132
|
+
this.content = null;
|
|
133
|
+
this.customStyle = '';
|
|
134
|
+
this.features = {
|
|
135
|
+
debug: false,
|
|
136
|
+
language: false,
|
|
137
|
+
longCycleProp: false,
|
|
138
|
+
longCycleVar: false,
|
|
139
|
+
objects: false,
|
|
140
|
+
objectsFunction: false,
|
|
141
|
+
theme: false,
|
|
142
|
+
};
|
|
163
143
|
}
|
|
164
144
|
/*-------------------------------------------------*/
|
|
165
145
|
/* P u b l i c M e t h o d s */
|