@sme.up/ketchup 10.1.0 → 10.2.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-c3ae141e.js → f-button-bfafefb3.js} +3 -3
- package/dist/cjs/{f-cell-83ca2b8b.js → f-cell-3ed4ad9e.js} +376 -168
- package/dist/cjs/{f-checkbox-59fb7aa5.js → f-checkbox-aaa6d45c.js} +3 -2
- package/dist/cjs/{f-chip-286f1c8d.js → f-chip-b936dcaf.js} +146 -10
- package/dist/cjs/{f-image-d22b012f.js → f-image-db10b066.js} +1 -1
- package/dist/cjs/{f-object-field-0986026c.js → f-object-field-348fa103.js} +13 -6
- package/dist/cjs/{f-paginator-utils-ee281217.js → f-paginator-utils-f951cc54.js} +15 -6
- package/dist/cjs/{f-text-field-463a6dbe.js → f-text-field-e41f653a.js} +15 -15
- package/dist/cjs/{f-typography-271f5037.js → f-typography-85d8238a.js} +1 -1
- package/dist/cjs/{index-e8aa3c73.js → index-c7d441d8.js} +8 -3
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +43 -23
- package/dist/cjs/{kup-autocomplete_28.cjs.entry.js → kup-autocomplete_29.cjs.entry.js} +2360 -1472
- package/dist/cjs/kup-box.cjs.entry.js +60 -59
- package/dist/cjs/kup-calendar.cjs.entry.js +12 -11
- package/dist/cjs/kup-card-list.cjs.entry.js +3 -3
- package/dist/cjs/kup-cell.cjs.entry.js +17 -12
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +12 -12
- package/dist/cjs/kup-dashboard.cjs.entry.js +7 -7
- package/dist/cjs/{kup-data-table-helper-c7d3445e.js → kup-data-table-helper-adaa11bb.js} +52 -84
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
- package/dist/cjs/kup-echart.cjs.entry.js +46 -14
- package/dist/cjs/kup-editor.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +5 -5
- package/dist/cjs/kup-gantt_10.cjs.entry.js +33 -33
- package/dist/cjs/kup-grid.cjs.entry.js +3 -3
- package/dist/cjs/kup-htm.cjs.entry.js +4 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
- package/dist/cjs/kup-image-list.cjs.entry.js +25 -21
- package/dist/cjs/kup-input-panel.cjs.entry.js +102 -73
- package/dist/cjs/kup-lazy.cjs.entry.js +14 -14
- package/dist/cjs/kup-magic-box.cjs.entry.js +7 -7
- package/dist/cjs/{kup-manager-f41ad314.js → kup-manager-39bc2be8.js} +425 -246
- package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-object-field.cjs.entry.js +7 -7
- package/dist/cjs/kup-pdf.cjs.entry.js +4 -4
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +3 -3
- package/dist/cjs/kup-planner.cjs.entry.js +6 -6
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +4 -4
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/kup-txt.cjs.entry.js +4 -4
- package/dist/cjs/kup-typography-list.cjs.entry.js +5 -5
- package/dist/cjs/kup-typography.cjs.entry.js +115 -15
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/kup-accordion/kup-accordion.css +3 -3
- package/dist/collection/components/kup-activity-timeline/kup-activity-timeline-declarations.js +1 -1
- package/dist/collection/components/kup-activity-timeline/kup-activity-timeline.css +3 -3
- package/dist/collection/components/kup-activity-timeline/kup-activity-timeline.js +37 -17
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +3 -3
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +49 -13
- package/dist/collection/components/kup-badge/kup-badge.css +3 -3
- package/dist/collection/components/kup-box/kup-box.css +3 -3
- package/dist/collection/components/kup-box/kup-box.js +48 -47
- package/dist/collection/components/kup-button/kup-button.css +3 -3
- package/dist/collection/components/kup-button-list/kup-button-list.css +3 -3
- package/dist/collection/components/kup-button-list/kup-button-list.js +23 -3
- package/dist/collection/components/kup-calendar/kup-calendar.css +4 -4
- package/dist/collection/components/kup-calendar/kup-calendar.js +6 -5
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +4 -2
- package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +5 -1
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +78 -1
- package/dist/collection/components/kup-card/kup-card.css +248 -20
- package/dist/collection/components/kup-card/kup-card.js +5 -2
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +10 -8
- package/dist/collection/components/kup-card-list/kup-card-list.css +3 -3
- package/dist/collection/components/kup-cell/kup-cell.css +3 -3
- package/dist/collection/components/kup-cell/kup-cell.js +28 -3
- package/dist/collection/components/kup-chart/kup-chart.css +3 -3
- package/dist/collection/components/kup-checkbox/kup-checkbox.css +3 -3
- package/dist/collection/components/kup-chip/kup-chip.css +21 -7
- package/dist/collection/components/kup-chip/kup-chip.js +104 -33
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +3 -3
- package/dist/collection/components/kup-combobox/kup-combobox.css +3 -3
- package/dist/collection/components/kup-combobox/kup-combobox.js +30 -4
- package/dist/collection/components/kup-dashboard/kup-dashboard.css +3 -3
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +13 -0
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +6 -3
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +2 -0
- package/dist/collection/components/kup-data-table/kup-data-table.css +55 -34
- package/dist/collection/components/kup-data-table/kup-data-table.js +707 -232
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +3 -3
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +11 -6
- package/dist/collection/components/kup-dialog/kup-dialog-declarations.js +3 -0
- package/dist/collection/components/kup-dialog/kup-dialog.css +31 -6
- package/dist/collection/components/kup-dialog/kup-dialog.js +169 -11
- package/dist/collection/components/kup-drawer/kup-drawer.css +3 -3
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +3 -3
- package/dist/collection/components/kup-echart/kup-echart.css +3 -3
- package/dist/collection/components/kup-echart/kup-echart.js +106 -11
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +15 -12
- package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +5 -0
- package/dist/collection/components/kup-file-upload/kup-file-upload.css +203 -0
- package/dist/collection/components/kup-file-upload/kup-file-upload.js +424 -0
- package/dist/collection/components/kup-form/kup-form.css +3 -3
- package/dist/collection/components/kup-form/kup-form.js +2 -2
- package/dist/collection/components/kup-gauge/kup-gauge.css +3 -3
- package/dist/collection/components/kup-grid/kup-grid.css +3 -3
- package/dist/collection/components/kup-htm/kup-htm.css +3 -3
- package/dist/collection/components/kup-htm/kup-htm.js +1 -1
- package/dist/collection/components/kup-iframe/kup-iframe.css +3 -3
- package/dist/collection/components/kup-image/assets/svg/circle.svg +3 -0
- package/dist/collection/components/kup-image/assets/svg/up.svg +43 -0
- package/dist/collection/components/kup-image/kup-image.css +3 -3
- package/dist/collection/components/kup-image-list/kup-image-list.css +6 -6
- package/dist/collection/components/kup-image-list/kup-image-list.js +15 -11
- package/dist/collection/components/kup-input-panel/kup-input-panel-utils.js +13 -4
- package/dist/collection/components/kup-input-panel/kup-input-panel.css +12 -5
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +89 -59
- package/dist/collection/components/kup-lazy/kup-lazy.css +3 -3
- package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
- package/dist/collection/components/kup-list/kup-list.css +3 -3
- package/dist/collection/components/kup-list/kup-list.js +59 -13
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +3 -3
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +3 -3
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
- package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
- package/dist/collection/components/kup-pdf/kup-pdf.css +3 -3
- package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
- package/dist/collection/components/kup-planner/kup-planner.css +3 -3
- package/dist/collection/components/kup-planner/kup-planner.js +1 -1
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +3 -3
- package/dist/collection/components/kup-planner/utils/gantt-table.module.css +6 -6
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +4 -4
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +3 -3
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
- package/dist/collection/components/kup-probe/kup-probe.js +1 -1
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +3 -3
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
- package/dist/collection/components/kup-qlik/kup-qlik.css +3 -3
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-radio/kup-radio.css +3 -3
- package/dist/collection/components/kup-rating/kup-rating.css +3 -3
- package/dist/collection/components/kup-rating/kup-rating.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -4
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
- package/dist/collection/components/kup-spinner/kup-spinner.css +3 -3
- package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
- package/dist/collection/components/kup-switch/kup-switch.css +3 -3
- package/dist/collection/components/kup-switch/kup-switch.js +1 -1
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +9 -7
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +182 -20
- package/dist/collection/components/kup-text-field/kup-text-field.css +3 -3
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +3 -3
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +57 -9
- package/dist/collection/components/kup-toolbar/kup-toolbar.css +9 -12
- package/dist/collection/components/kup-tree/kup-tree.css +24 -13
- package/dist/collection/components/kup-tree/kup-tree.js +93 -45
- package/dist/collection/components/kup-txt/kup-txt.css +3 -3
- package/dist/collection/components/kup-txt/kup-txt.js +1 -1
- package/dist/collection/components/kup-typography/kup-typography.css +3 -3
- package/dist/collection/components/kup-typography/kup-typography.js +198 -28
- package/dist/collection/components/kup-typography-list/kup-typography-list.css +3 -3
- package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
- package/dist/collection/f-components/f-button/f-button.js +1 -1
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +6 -1
- package/dist/collection/f-components/f-cell/f-cell.js +80 -52
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -0
- package/dist/collection/f-components/f-chip/f-chip.js +12 -7
- package/dist/collection/f-components/f-label/f-label-declarations.js +1 -0
- package/dist/collection/f-components/f-label/f-label.js +21 -0
- package/dist/collection/f-components/f-object-field/f-object-field.js +6 -1
- package/dist/collection/f-components/f-paginator/f-paginator.js +10 -2
- package/dist/collection/f-components/f-radio/f-radio.js +17 -6
- package/dist/collection/f-components/f-text-field/f-text-field.js +12 -12
- package/dist/collection/managers/kup-data/kup-data.js +8 -0
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +12 -1
- package/dist/collection/managers/kup-interact/kup-interact.js +43 -22
- package/dist/collection/managers/kup-keys-binding/kup-keys-binding.js +2 -2
- package/dist/collection/managers/kup-language/kup-language-declarations.js +11 -2
- package/dist/collection/managers/kup-manager/kup-manager.js +8 -1
- package/dist/collection/managers/kup-perf-monitoring/kup-perf-monitoring.js +55 -0
- package/dist/collection/managers/kup-perf-tuning/kup-perf-tuning-declarations.js +5 -1
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +3 -0
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +7 -3
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/collection/utils/cell-utils.js +22 -8
- package/dist/collection/utils/filters/filters-column-menu.js +9 -22
- package/dist/collection/utils/filters/filters-declarations.js +1 -1
- package/dist/collection/utils/filters/filters-rows.js +36 -58
- package/dist/collection/utils/filters/filters-tree-items.js +11 -11
- package/dist/collection/utils/filters/filters.js +19 -9
- package/dist/collection/utils/g-cell-style-generator.js +188 -0
- package/dist/collection/utils/kup-column-menu/kup-column-menu-declarations.js +0 -2
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +10 -10
- package/dist/collection/utils/label-utils.js +58 -0
- package/dist/collection/utils/utils.js +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/kup-accordion.js +23 -18
- package/dist/components/kup-activity-timeline.js +61 -36
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +29 -23
- package/dist/components/kup-card-list.js +24 -19
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +30 -20
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-custom-task-list-header.js +1 -1
- package/dist/components/kup-custom-task-list-table.js +1 -1
- package/dist/components/kup-dashboard.js +23 -18
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +23 -18
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +25 -20
- package/dist/components/kup-file-upload.d.ts +11 -0
- package/dist/components/kup-file-upload.js +6 -0
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt-calendar.js +1 -1
- package/dist/components/kup-gantt.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid-renderer.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-horizontal-scroll.js +1 -1
- package/dist/components/kup-htm.js +24 -19
- package/dist/components/kup-iframe.js +23 -18
- package/dist/components/kup-image-list.js +38 -29
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +117 -83
- package/dist/components/kup-lazy.js +34 -29
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +30 -25
- package/dist/components/kup-nav-bar.js +24 -19
- package/dist/components/kup-numeric-picker.js +24 -19
- package/dist/components/kup-object-field.js +23 -18
- package/dist/components/kup-pdf.js +24 -19
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +41 -36
- package/dist/components/kup-probe.js +23 -18
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +24 -19
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +24 -19
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-standard-tooltip.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-switcher.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-task-gantt.js +1 -1
- package/dist/components/kup-task-list-header.js +1 -1
- package/dist/components/kup-task-list-table.js +1 -1
- package/dist/components/kup-task-list.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tooltip.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +24 -19
- package/dist/components/kup-typography-list.js +24 -19
- package/dist/components/kup-typography.js +136 -29
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-c43d08ab.js → p-0e85ab66.js} +5 -5
- package/dist/components/{p-5f307bf2.js → p-3438f15f.js} +71 -65
- package/dist/components/p-3b4cdace.js +56 -0
- package/dist/components/p-55542b47.js +38 -0
- package/dist/components/{p-0e6c0355.js → p-67ba8cd7.js} +2 -2
- package/dist/components/{p-5517e8e8.js → p-6992b96f.js} +5 -5
- package/dist/components/{p-ea6e4e37.js → p-6bfda249.js} +3 -3
- package/dist/components/{p-ef8026e9.js → p-7d0f1f90.js} +3075 -1532
- package/dist/components/{p-709a51cf.js → p-8472facf.js} +4 -4
- package/dist/components/p-97053b4d.js +45 -0
- package/dist/components/{p-0ac9fd6c.js → p-a0258e6f.js} +69 -29
- package/dist/components/{p-a3f73a90.js → p-b304b91c.js} +423 -246
- package/dist/components/{p-09b28008.js → p-b80494d7.js} +23 -18
- package/dist/components/{p-53e38c4a.js → p-bd3047ee.js} +3 -3
- package/dist/components/{p-4efa19a7.js → p-c325da75.js} +5 -5
- package/dist/components/p-c7c7f760.js +49 -0
- package/dist/components/{p-9da8cd93.js → p-d0e33e04.js} +16 -16
- package/dist/components/{p-c62695d4.js → p-d7136d08.js} +4 -4
- package/dist/components/{p-2fff7268.js → p-de04aef6.js} +17 -17
- package/dist/components/{p-e30483fa.js → p-eb8a2811.js} +22 -17
- package/dist/components/{p-2e5f2e07.js → p-ef8cbd35.js} +6 -1
- package/dist/components/{p-e677dddf.js → p-f2e153e3.js} +7 -7
- package/dist/esm/{f-button-f1040575.js → f-button-3c8f4506.js} +3 -3
- package/dist/esm/{f-cell-82b9ae70.js → f-cell-6576e009.js} +376 -168
- package/dist/esm/{f-checkbox-3ba20ca4.js → f-checkbox-5cdd1cad.js} +3 -2
- package/dist/esm/{f-chip-f98be128.js → f-chip-bb62428a.js} +145 -11
- package/dist/esm/{f-image-9b15e9ac.js → f-image-a2ecd7c3.js} +1 -1
- package/dist/esm/{f-object-field-1a4f54ea.js → f-object-field-b87b6ae6.js} +13 -6
- package/dist/esm/{f-paginator-utils-2fc5cd18.js → f-paginator-utils-04903d74.js} +15 -6
- package/dist/esm/{f-text-field-e766e681.js → f-text-field-9be88e51.js} +15 -15
- package/dist/esm/{f-typography-65229068.js → f-typography-8c914ec6.js} +1 -1
- package/dist/esm/{index-c9246a86.js → index-9b0f4a0d.js} +8 -3
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +4 -4
- package/dist/esm/kup-activity-timeline.entry.js +43 -23
- package/dist/esm/{kup-autocomplete_28.entry.js → kup-autocomplete_29.entry.js} +2356 -1469
- package/dist/esm/kup-box.entry.js +60 -59
- package/dist/esm/kup-calendar.entry.js +12 -11
- package/dist/esm/kup-card-list.entry.js +3 -3
- package/dist/esm/kup-cell.entry.js +17 -12
- package/dist/esm/kup-custom-task-list-header_4.entry.js +12 -12
- package/dist/esm/kup-dashboard.entry.js +7 -7
- package/dist/esm/{kup-data-table-helper-e350cc90.js → kup-data-table-helper-13eb7abf.js} +52 -84
- package/dist/esm/kup-drawer.entry.js +3 -3
- package/dist/esm/kup-echart.entry.js +46 -14
- package/dist/esm/kup-editor.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +5 -5
- package/dist/esm/kup-gantt_10.entry.js +33 -33
- package/dist/esm/kup-grid.entry.js +3 -3
- package/dist/esm/kup-htm.entry.js +4 -4
- package/dist/esm/kup-iframe.entry.js +3 -3
- package/dist/esm/kup-image-list.entry.js +25 -21
- package/dist/esm/kup-input-panel.entry.js +102 -73
- package/dist/esm/kup-lazy.entry.js +14 -14
- package/dist/esm/kup-magic-box.entry.js +7 -7
- package/dist/esm/{kup-manager-6c75d73b.js → kup-manager-6aa0a1c7.js} +424 -247
- package/dist/esm/kup-nav-bar.entry.js +4 -4
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-object-field.entry.js +7 -7
- package/dist/esm/kup-pdf.entry.js +4 -4
- package/dist/esm/kup-planner-renderer.entry.js +3 -3
- package/dist/esm/kup-planner.entry.js +6 -6
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +4 -4
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/kup-txt.entry.js +4 -4
- package/dist/esm/kup-typography-list.entry.js +5 -5
- package/dist/esm/kup-typography.entry.js +115 -15
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/assets/svg/circle.svg +3 -0
- package/dist/ketchup/assets/svg/up.svg +43 -0
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-07f50333.entry.js +1 -0
- package/dist/ketchup/p-0b1e0b48.js +1 -0
- package/dist/ketchup/p-0de49966.entry.js +1 -0
- package/dist/ketchup/{p-93d6f4a9.entry.js → p-100b8ae7.entry.js} +1 -1
- package/dist/ketchup/{p-bc37db5b.entry.js → p-15f192f0.entry.js} +1 -1
- package/dist/ketchup/p-267d1898.js +1 -0
- package/dist/ketchup/p-2d84c26e.entry.js +1 -0
- package/dist/ketchup/p-3cab6420.js +1 -0
- package/dist/ketchup/p-3dbafa20.entry.js +9 -0
- package/dist/ketchup/p-3e42953b.entry.js +1 -0
- package/dist/ketchup/p-42a1f9ec.entry.js +1 -0
- package/dist/ketchup/p-4677cfd1.entry.js +1 -0
- package/dist/ketchup/{p-865ce089.entry.js → p-4ffc1a88.entry.js} +1 -1
- package/dist/ketchup/p-55b0991f.entry.js +1 -0
- package/dist/ketchup/p-58002a23.entry.js +1 -0
- package/dist/ketchup/p-5d9f2d24.entry.js +1 -0
- package/dist/ketchup/p-65b23870.entry.js +1 -0
- package/dist/ketchup/p-6b529a6f.entry.js +16 -0
- package/dist/ketchup/{p-53596bee.entry.js → p-6d628b49.entry.js} +1 -1
- package/dist/ketchup/p-6fc1bb18.entry.js +1 -0
- package/dist/ketchup/{p-b0368f88.js → p-710d0a7d.js} +1 -1
- package/dist/ketchup/p-838d8e97.js +1 -0
- package/dist/ketchup/p-8be42f5c.js +1 -0
- package/dist/ketchup/p-92431583.entry.js +1 -0
- package/dist/ketchup/{p-50b0da0c.entry.js → p-9b907768.entry.js} +1 -1
- package/dist/ketchup/p-9bc02da6.entry.js +1 -0
- package/dist/ketchup/p-9edd90c2.entry.js +1 -0
- package/dist/ketchup/p-9f9428d1.js +1 -0
- package/dist/ketchup/p-a4b6d6c5.js +1 -0
- package/dist/ketchup/p-a597a851.entry.js +1 -0
- package/dist/ketchup/p-b365f2f2.entry.js +1 -0
- package/dist/ketchup/{p-543f99d3.entry.js → p-c2ccbaca.entry.js} +1 -1
- package/dist/ketchup/p-c4224227.js +1 -0
- package/dist/ketchup/{p-60cfddce.js → p-cec0955d.js} +1 -1
- package/dist/ketchup/p-d0554d1f.entry.js +1 -0
- package/dist/ketchup/p-d084b2d4.entry.js +1 -0
- package/dist/ketchup/{p-cdf92c8b.entry.js → p-d8dbf3df.entry.js} +1 -1
- package/dist/ketchup/{p-fe190410.entry.js → p-da44226a.entry.js} +1 -1
- package/dist/ketchup/p-e104cfb7.js +1 -0
- package/dist/ketchup/p-e4fa2cf3.js +21 -0
- package/dist/ketchup/{p-d8ef1613.entry.js → p-e6afa8a6.entry.js} +4 -4
- package/dist/ketchup/{p-54ebe3bd.entry.js → p-f87b7768.entry.js} +1 -1
- package/dist/ketchup/{p-03d1cafc.entry.js → p-f8a027a1.entry.js} +2 -2
- package/dist/ketchup/{p-bdd3e0a4.entry.js → p-fb775526.entry.js} +1 -1
- package/dist/ketchup/{p-2133fdbb.entry.js → p-fdcb43a2.entry.js} +1 -1
- package/dist/types/components/kup-activity-timeline/kup-activity-timeline-declarations.d.ts +2 -2
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +6 -0
- package/dist/types/components/kup-button-list/kup-button-list.d.ts +4 -0
- package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +2 -0
- package/dist/types/components/kup-cell/kup-cell.d.ts +3 -0
- package/dist/types/components/kup-chip/kup-chip.d.ts +16 -5
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +4 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +8 -2
- package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +36 -1
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +1 -0
- package/dist/types/components/kup-dialog/kup-dialog-declarations.d.ts +3 -0
- package/dist/types/components/kup-dialog/kup-dialog.d.ts +16 -0
- package/dist/types/components/kup-echart/kup-echart.d.ts +15 -0
- package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +8 -0
- package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +62 -0
- package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +5 -1
- package/dist/types/components/kup-input-panel/kup-input-panel-utils.d.ts +3 -3
- package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
- package/dist/types/components/kup-list/kup-list.d.ts +4 -0
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +27 -6
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +8 -1
- package/dist/types/components/kup-tree/kup-tree.d.ts +2 -0
- package/dist/types/components/kup-typography/kup-typography.d.ts +30 -5
- package/dist/types/components.d.ts +296 -26
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +7 -3
- package/dist/types/f-components/f-checkbox/f-checkbox-declarations.d.ts +2 -1
- package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +3 -1
- package/dist/types/f-components/f-label/f-label-declarations.d.ts +15 -0
- package/dist/types/f-components/f-label/f-label.d.ts +3 -0
- package/dist/types/f-components/f-paginator/f-paginator-declarations.d.ts +1 -0
- package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
- package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
- package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +20 -1
- package/dist/types/managers/kup-interact/kup-interact.d.ts +7 -3
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +12 -4
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +2 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +2 -0
- package/dist/types/managers/kup-perf-monitoring/kup-perf-monitoring.d.ts +7 -0
- package/dist/types/managers/kup-perf-tuning/kup-perf-tuning-declarations.d.ts +6 -0
- package/dist/types/types/GenericTypes.d.ts +2 -1
- package/dist/types/utils/cell-utils.d.ts +4 -6
- package/dist/types/utils/filters/filters-rows.d.ts +5 -5
- package/dist/types/utils/filters/filters-tree-items.d.ts +1 -1
- package/dist/types/utils/filters/filters.d.ts +4 -2
- package/dist/types/utils/g-cell-style-generator.d.ts +2 -0
- package/dist/types/utils/kup-column-menu/kup-column-menu-declarations.d.ts +1 -3
- package/dist/types/utils/label-utils.d.ts +2 -0
- package/package.json +1 -1
- package/dist/components/p-01015d54.js +0 -38
- package/dist/components/p-304eab56.js +0 -49
- package/dist/components/p-76c4c708.js +0 -56
- package/dist/components/p-aec44f8f.js +0 -45
- package/dist/ketchup/p-1206f77c.entry.js +0 -9
- package/dist/ketchup/p-153b7eda.js +0 -1
- package/dist/ketchup/p-2d3a89a0.entry.js +0 -1
- package/dist/ketchup/p-35e17994.entry.js +0 -1
- package/dist/ketchup/p-3f41285f.entry.js +0 -1
- package/dist/ketchup/p-4bbc1e40.entry.js +0 -1
- package/dist/ketchup/p-4c0d6ec5.entry.js +0 -1
- package/dist/ketchup/p-5ee25762.js +0 -1
- package/dist/ketchup/p-60cdaa75.entry.js +0 -1
- package/dist/ketchup/p-60e8333c.entry.js +0 -1
- package/dist/ketchup/p-7585373e.entry.js +0 -1
- package/dist/ketchup/p-792e9244.entry.js +0 -1
- package/dist/ketchup/p-7a36e244.js +0 -1
- package/dist/ketchup/p-7a4f5182.js +0 -1
- package/dist/ketchup/p-7c078bc1.entry.js +0 -1
- package/dist/ketchup/p-7fbb8a80.entry.js +0 -1
- package/dist/ketchup/p-8b97f53e.js +0 -1
- package/dist/ketchup/p-97fe2d0c.entry.js +0 -1
- package/dist/ketchup/p-9b92dd8f.entry.js +0 -1
- package/dist/ketchup/p-a781d278.entry.js +0 -1
- package/dist/ketchup/p-b120abd7.js +0 -1
- package/dist/ketchup/p-c5614700.js +0 -21
- package/dist/ketchup/p-ce31744e.entry.js +0 -1
- package/dist/ketchup/p-d104a456.js +0 -1
- package/dist/ketchup/p-d39c3267.js +0 -1
- package/dist/ketchup/p-e7f6ca6c.entry.js +0 -1
- package/dist/ketchup/p-eb908331.entry.js +0 -1
- package/dist/ketchup/p-f38c2d0e.entry.js +0 -16
- package/dist/ketchup/p-f648a3cb.entry.js +0 -1
- package/dist/ketchup/p-f8c8cc84.js +0 -1
|
@@ -29,6 +29,8 @@ export class KupTypography {
|
|
|
29
29
|
/*-------------------------------------------------*/
|
|
30
30
|
/* I n t e r n a l V a r i a b l e s */
|
|
31
31
|
/*-------------------------------------------------*/
|
|
32
|
+
this.toolbarState = [];
|
|
33
|
+
this.infoState = [];
|
|
32
34
|
/**
|
|
33
35
|
* Instance of the KupManager class.
|
|
34
36
|
*/
|
|
@@ -36,10 +38,12 @@ export class KupTypography {
|
|
|
36
38
|
_KupTypography_clickCbDropCard.set(this, null);
|
|
37
39
|
_KupTypography_dropDownActionCardAnchor.set(this, null);
|
|
38
40
|
this.customStyle = '';
|
|
41
|
+
this.infoIcon = false;
|
|
39
42
|
this.toolbar = true;
|
|
40
|
-
this.toolbarData = undefined;
|
|
41
43
|
this.type = FTypographyType.BODY_COMPACT;
|
|
42
44
|
this.value = null;
|
|
45
|
+
this.toolbarCallback = undefined;
|
|
46
|
+
this.infoCallBack = undefined;
|
|
43
47
|
}
|
|
44
48
|
onKupClick() {
|
|
45
49
|
this.kupClick.emit({
|
|
@@ -48,12 +52,20 @@ export class KupTypography {
|
|
|
48
52
|
value: this.value,
|
|
49
53
|
});
|
|
50
54
|
}
|
|
55
|
+
onKupInfoIconClick(el) {
|
|
56
|
+
if (!el) {
|
|
57
|
+
this.kupManager.debug.logMessage(this, 'onKupIconClick: Element is null');
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
__classPrivateFieldSet(this, _KupTypography_dropDownActionCardAnchor, el, "f");
|
|
61
|
+
this.createDropDownInfoList();
|
|
62
|
+
}
|
|
51
63
|
onKupIconClick(el) {
|
|
64
|
+
if (!el) {
|
|
65
|
+
this.kupManager.debug.logMessage(this, 'onKupIconClick: Element is null');
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
52
68
|
__classPrivateFieldSet(this, _KupTypography_dropDownActionCardAnchor, el, "f");
|
|
53
|
-
this.kupIconClick.emit({
|
|
54
|
-
comp: this,
|
|
55
|
-
id: this.rootElement.id,
|
|
56
|
-
});
|
|
57
69
|
this.createDropDownToolbarList();
|
|
58
70
|
}
|
|
59
71
|
onKupToolbarItemClick(e) {
|
|
@@ -76,12 +88,23 @@ export class KupTypography {
|
|
|
76
88
|
this.toolbarList = null;
|
|
77
89
|
}
|
|
78
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* Create dropdown list for toolbar
|
|
93
|
+
*/
|
|
79
94
|
createDropDownToolbarList() {
|
|
95
|
+
if (!__classPrivateFieldGet(this, _KupTypography_dropDownActionCardAnchor, "f")) {
|
|
96
|
+
this.kupManager.debug.logMessage(this, 'createDropDownToolbarList: Anchor is null!');
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
80
99
|
if (this.toolbarList) {
|
|
81
100
|
this.closeRowToolbarList();
|
|
82
101
|
}
|
|
102
|
+
if (this.toolbarState.length === 0) {
|
|
103
|
+
this.kupManager.debug.logMessage(this, 'No toolbar state available.');
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
83
106
|
const listEl = document.createElement('kup-toolbar');
|
|
84
|
-
listEl.data = this.
|
|
107
|
+
listEl.data = this.toolbarState;
|
|
85
108
|
listEl.addEventListener('kup-toolbar-click', (e) => {
|
|
86
109
|
this.onKupToolbarItemClick(e);
|
|
87
110
|
setTimeout(() => {
|
|
@@ -98,10 +121,57 @@ export class KupTypography {
|
|
|
98
121
|
this.kupManager.addClickCallback(__classPrivateFieldGet(this, _KupTypography_clickCbDropCard, "f"), true);
|
|
99
122
|
this.rootElement.shadowRoot.appendChild(this.toolbarList);
|
|
100
123
|
requestAnimationFrame(() => {
|
|
124
|
+
if (!__classPrivateFieldGet(this, _KupTypography_dropDownActionCardAnchor, "f")) {
|
|
125
|
+
this.kupManager.debug.logMessage(this, 'DropDown anchor is still null after delay!');
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
101
128
|
this.kupManager.dynamicPosition.register(this.toolbarList, __classPrivateFieldGet(this, _KupTypography_dropDownActionCardAnchor, "f"), 0, KupDynamicPositionPlacement.AUTO, true);
|
|
102
129
|
this.kupManager.dynamicPosition.start(this.toolbarList);
|
|
103
130
|
});
|
|
104
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* Create dropdown list for tab info icon
|
|
134
|
+
*/
|
|
135
|
+
createDropDownInfoList() {
|
|
136
|
+
if (!__classPrivateFieldGet(this, _KupTypography_dropDownActionCardAnchor, "f")) {
|
|
137
|
+
this.kupManager.debug.logMessage(this, 'createDropDownToolbarList: Anchor is null!');
|
|
138
|
+
return;
|
|
139
|
+
}
|
|
140
|
+
if (this.infoList) {
|
|
141
|
+
this.closeInfoDataList();
|
|
142
|
+
}
|
|
143
|
+
if (this.infoState.length === 0) {
|
|
144
|
+
this.kupManager.debug.logMessage(this, 'No infoicon available.');
|
|
145
|
+
return;
|
|
146
|
+
}
|
|
147
|
+
const listEl = document.createElement('kup-list');
|
|
148
|
+
listEl.data = this.infoState;
|
|
149
|
+
this.infoList = listEl;
|
|
150
|
+
__classPrivateFieldSet(this, _KupTypography_clickCbDropCard, {
|
|
151
|
+
cb: () => {
|
|
152
|
+
this.closeInfoDataList();
|
|
153
|
+
},
|
|
154
|
+
el: this.infoList,
|
|
155
|
+
}, "f");
|
|
156
|
+
this.kupManager.addClickCallback(__classPrivateFieldGet(this, _KupTypography_clickCbDropCard, "f"), true);
|
|
157
|
+
this.rootElement.shadowRoot.appendChild(this.infoList);
|
|
158
|
+
requestAnimationFrame(() => {
|
|
159
|
+
this.kupManager.dynamicPosition.register(this.infoList, __classPrivateFieldGet(this, _KupTypography_dropDownActionCardAnchor, "f"), 0, KupDynamicPositionPlacement.AUTO, true);
|
|
160
|
+
this.kupManager.dynamicPosition.start(this.infoList);
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Destroy dropdown list for tab info icon
|
|
165
|
+
*/
|
|
166
|
+
closeInfoDataList() {
|
|
167
|
+
if (this.infoList) {
|
|
168
|
+
this.kupManager.dynamicPosition.stop(this.infoList);
|
|
169
|
+
this.kupManager.removeClickCallback(__classPrivateFieldGet(this, _KupTypography_clickCbDropCard, "f"));
|
|
170
|
+
this.infoList.remove();
|
|
171
|
+
this.kupManager.dynamicPosition.unregister([this.infoList]);
|
|
172
|
+
this.infoList = null;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
105
175
|
/*-------------------------------------------------*/
|
|
106
176
|
/* P u b l i c M e t h o d s */
|
|
107
177
|
/*-------------------------------------------------*/
|
|
@@ -148,19 +218,45 @@ export class KupTypography {
|
|
|
148
218
|
value: this.value,
|
|
149
219
|
type: this.type,
|
|
150
220
|
};
|
|
151
|
-
const
|
|
221
|
+
const toolbarIcon = {
|
|
152
222
|
color: 'var(--kup-gray-color-70)',
|
|
153
223
|
resource: 'more_vert',
|
|
154
224
|
sizeX: '16px',
|
|
155
225
|
sizeY: '16px',
|
|
156
|
-
wrapperClass: 'image__iconToolbar',
|
|
226
|
+
wrapperClass: 'image__iconToolbar iconToolbar',
|
|
227
|
+
};
|
|
228
|
+
const infoIcon = {
|
|
229
|
+
color: 'var(--kup-gray-color-70)',
|
|
230
|
+
resource: 'info_outline',
|
|
231
|
+
sizeX: '16px',
|
|
232
|
+
sizeY: '16px',
|
|
233
|
+
wrapperClass: 'image__iconToolbar iconInfo',
|
|
157
234
|
};
|
|
158
235
|
const classObjParent = {
|
|
159
236
|
'kup-typography--wrap': props.toolbar ? true : false,
|
|
160
237
|
};
|
|
161
|
-
return (h(Host, { key: '
|
|
238
|
+
return (h(Host, { key: '22068fe2fcabd3b184e705e2a0137837669df2da' }, h("style", { key: '3c4a8811380ce6e6ec12a7077325f3dcb143020c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '927cbb930fb3e0763817e8ad6fb41b521ddf1ad1', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: 'd504a5c8621c4746331225eda11131a5db079edf' }, props)), this.infoIcon && (h(FImage, Object.assign({ key: '9073be54945f7345b754079388130e149ddac338' }, infoIcon, { onClick: async (event) => {
|
|
239
|
+
event.stopPropagation();
|
|
240
|
+
const el = event.currentTarget;
|
|
241
|
+
const data = await this.infoCallBack();
|
|
242
|
+
this.infoState = data;
|
|
243
|
+
if (this.infoState.length > 0) {
|
|
244
|
+
this.onKupInfoIconClick(el);
|
|
245
|
+
}
|
|
246
|
+
else {
|
|
247
|
+
this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
|
|
248
|
+
}
|
|
249
|
+
} }))), this.toolbar && (h(FImage, Object.assign({ key: 'e02ac6db825761a824b4fcc36fd74690bd004cf1' }, toolbarIcon, { onClick: async (event) => {
|
|
162
250
|
event.stopPropagation();
|
|
163
|
-
|
|
251
|
+
const el = event.currentTarget;
|
|
252
|
+
const data = await this.toolbarCallback();
|
|
253
|
+
this.toolbarState = data;
|
|
254
|
+
if (this.toolbarState.length > 0) {
|
|
255
|
+
this.onKupIconClick(el);
|
|
256
|
+
}
|
|
257
|
+
else {
|
|
258
|
+
this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
|
|
259
|
+
}
|
|
164
260
|
} }))))));
|
|
165
261
|
}
|
|
166
262
|
disconnectedCallback() {
|
|
@@ -168,6 +264,9 @@ export class KupTypography {
|
|
|
168
264
|
if (this.toolbarList) {
|
|
169
265
|
this.kupManager.dynamicPosition.unregister([this.toolbarList]);
|
|
170
266
|
}
|
|
267
|
+
if (this.infoList) {
|
|
268
|
+
this.kupManager.dynamicPosition.unregister([this.infoList]);
|
|
269
|
+
}
|
|
171
270
|
}
|
|
172
271
|
static get is() { return "kup-typography"; }
|
|
173
272
|
static get encapsulation() { return "shadow"; }
|
|
@@ -208,7 +307,7 @@ export class KupTypography {
|
|
|
208
307
|
"reflect": false,
|
|
209
308
|
"defaultValue": "''"
|
|
210
309
|
},
|
|
211
|
-
"
|
|
310
|
+
"infoIcon": {
|
|
212
311
|
"type": "boolean",
|
|
213
312
|
"mutable": false,
|
|
214
313
|
"complexType": {
|
|
@@ -221,27 +320,21 @@ export class KupTypography {
|
|
|
221
320
|
"docs": {
|
|
222
321
|
"tags": [{
|
|
223
322
|
"name": "default",
|
|
224
|
-
"text": "
|
|
323
|
+
"text": "false"
|
|
225
324
|
}],
|
|
226
|
-
"text": "
|
|
325
|
+
"text": "When enabled displays toolbar item inside each single tab."
|
|
227
326
|
},
|
|
228
|
-
"attribute": "
|
|
327
|
+
"attribute": "info-icon",
|
|
229
328
|
"reflect": false,
|
|
230
|
-
"defaultValue": "
|
|
329
|
+
"defaultValue": "false"
|
|
231
330
|
},
|
|
232
|
-
"
|
|
233
|
-
"type": "
|
|
331
|
+
"toolbar": {
|
|
332
|
+
"type": "boolean",
|
|
234
333
|
"mutable": false,
|
|
235
334
|
"complexType": {
|
|
236
|
-
"original": "
|
|
237
|
-
"resolved": "
|
|
238
|
-
"references": {
|
|
239
|
-
"KupDataNode": {
|
|
240
|
-
"location": "import",
|
|
241
|
-
"path": "../../managers/kup-data/kup-data-declarations",
|
|
242
|
-
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNode"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
335
|
+
"original": "boolean",
|
|
336
|
+
"resolved": "boolean",
|
|
337
|
+
"references": {}
|
|
245
338
|
},
|
|
246
339
|
"required": false,
|
|
247
340
|
"optional": false,
|
|
@@ -250,8 +343,11 @@ export class KupTypography {
|
|
|
250
343
|
"name": "default",
|
|
251
344
|
"text": "null"
|
|
252
345
|
}],
|
|
253
|
-
"text": "
|
|
254
|
-
}
|
|
346
|
+
"text": "Manage the toolbar icon. If true is visible, otherwise is not"
|
|
347
|
+
},
|
|
348
|
+
"attribute": "toolbar",
|
|
349
|
+
"reflect": false,
|
|
350
|
+
"defaultValue": "true"
|
|
255
351
|
},
|
|
256
352
|
"type": {
|
|
257
353
|
"type": "string",
|
|
@@ -300,6 +396,59 @@ export class KupTypography {
|
|
|
300
396
|
"attribute": "value",
|
|
301
397
|
"reflect": false,
|
|
302
398
|
"defaultValue": "null"
|
|
399
|
+
},
|
|
400
|
+
"toolbarCallback": {
|
|
401
|
+
"type": "unknown",
|
|
402
|
+
"mutable": false,
|
|
403
|
+
"complexType": {
|
|
404
|
+
"original": "() => Promise<KupDataNode[]>",
|
|
405
|
+
"resolved": "() => Promise<KupDataNode[]>",
|
|
406
|
+
"references": {
|
|
407
|
+
"Promise": {
|
|
408
|
+
"location": "global",
|
|
409
|
+
"id": "global::Promise"
|
|
410
|
+
},
|
|
411
|
+
"KupDataNode": {
|
|
412
|
+
"location": "import",
|
|
413
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
414
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNode"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"required": false,
|
|
419
|
+
"optional": false,
|
|
420
|
+
"docs": {
|
|
421
|
+
"tags": [{
|
|
422
|
+
"name": "default",
|
|
423
|
+
"text": "[];"
|
|
424
|
+
}],
|
|
425
|
+
"text": "This is the callback to retrieve toolbar's data"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"infoCallBack": {
|
|
429
|
+
"type": "unknown",
|
|
430
|
+
"mutable": false,
|
|
431
|
+
"complexType": {
|
|
432
|
+
"original": "() => Promise<KupDataNode[]>",
|
|
433
|
+
"resolved": "() => Promise<KupDataNode[]>",
|
|
434
|
+
"references": {
|
|
435
|
+
"Promise": {
|
|
436
|
+
"location": "global",
|
|
437
|
+
"id": "global::Promise"
|
|
438
|
+
},
|
|
439
|
+
"KupDataNode": {
|
|
440
|
+
"location": "import",
|
|
441
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
442
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNode"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"required": false,
|
|
447
|
+
"optional": false,
|
|
448
|
+
"docs": {
|
|
449
|
+
"tags": [],
|
|
450
|
+
"text": ""
|
|
451
|
+
}
|
|
303
452
|
}
|
|
304
453
|
};
|
|
305
454
|
}
|
|
@@ -346,6 +495,27 @@ export class KupTypography {
|
|
|
346
495
|
}
|
|
347
496
|
}
|
|
348
497
|
}
|
|
498
|
+
}, {
|
|
499
|
+
"method": "kupInfoIconClick",
|
|
500
|
+
"name": "kup-typography-infoiconclick",
|
|
501
|
+
"bubbles": true,
|
|
502
|
+
"cancelable": false,
|
|
503
|
+
"composed": true,
|
|
504
|
+
"docs": {
|
|
505
|
+
"tags": [],
|
|
506
|
+
"text": "Triggered when the info icon inside tab is clicked."
|
|
507
|
+
},
|
|
508
|
+
"complexType": {
|
|
509
|
+
"original": "KupTypographyIconClickEventPayload",
|
|
510
|
+
"resolved": "KupTypographyIconClickEventPayload",
|
|
511
|
+
"references": {
|
|
512
|
+
"KupTypographyIconClickEventPayload": {
|
|
513
|
+
"location": "import",
|
|
514
|
+
"path": "./kup-typography-declarations",
|
|
515
|
+
"id": "src/components/kup-typography/kup-typography-declarations.ts::KupTypographyIconClickEventPayload"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
349
519
|
}, {
|
|
350
520
|
"method": "kupItemClick",
|
|
351
521
|
"name": "kup-typography-itemclick",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
.kup-label-01 {
|
|
26
26
|
font-family: var(--kup-font-family);
|
|
27
|
-
font-size: 12px;
|
|
27
|
+
font-size: var(--kup-label-01-font-size, 12px);
|
|
28
28
|
line-height: 16px;
|
|
29
29
|
font-weight: 400;
|
|
30
30
|
letter-spacing: 0.32px;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
.kup-heading-compact-01 {
|
|
58
58
|
font-family: var(--kup-font-family);
|
|
59
|
-
font-size: 14px;
|
|
59
|
+
font-size: var(--kup-heading-compact-01-font-size, 14px);
|
|
60
60
|
line-height: 18px;
|
|
61
61
|
font-weight: 600;
|
|
62
62
|
letter-spacing: 0.16px;
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
.kup-heading-01 {
|
|
66
66
|
font-family: var(--kup-font-family);
|
|
67
|
-
font-size: 14px;
|
|
67
|
+
font-size: var(--kup-heading-01-font-size, 14px);
|
|
68
68
|
line-height: 20px;
|
|
69
69
|
font-weight: 600;
|
|
70
70
|
letter-spacing: 0.16px;
|
|
@@ -160,7 +160,7 @@ export class KupTypographyList {
|
|
|
160
160
|
}
|
|
161
161
|
render() {
|
|
162
162
|
const typograhy = this.renderTypographys();
|
|
163
|
-
return (h(Host, { key: '
|
|
163
|
+
return (h(Host, { key: 'eea4a39316b0a3fc506de4c5c7702e70491b6299' }, h("style", { key: 'f5aaa171df25731eca862abd4a58fb797485ad52' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'fb7234ec56efe23662c9ae7a1496200f3cb3ece5', id: componentWrapperId }, h("div", { key: '7be6b9baa1785f2da9e092a91bd8d96a7256dd25', class: "typographies-wrapper" }, typograhy))));
|
|
164
164
|
}
|
|
165
165
|
disconnectedCallback() {
|
|
166
166
|
this.kupManager.theme.unregister(this);
|
|
@@ -14,7 +14,7 @@ export const FButton = (props, children) => {
|
|
|
14
14
|
const isIconButton = !!(props.styling.toLowerCase() === FButtonStyling.ICON ||
|
|
15
15
|
(props.styling.toLowerCase() === FButtonStyling.RAISED &&
|
|
16
16
|
props.icon &&
|
|
17
|
-
(props.label === null || props.label === undefined)));
|
|
17
|
+
(props.label === null || props.label === undefined || props.label === "")));
|
|
18
18
|
const classObj = {
|
|
19
19
|
'f-button': true,
|
|
20
20
|
'kup-danger': props.danger,
|
|
@@ -20,6 +20,7 @@ export var FCellEvents;
|
|
|
20
20
|
*/
|
|
21
21
|
export var FCellPadding;
|
|
22
22
|
(function (FCellPadding) {
|
|
23
|
+
FCellPadding["EXTRA_DENSE"] = "extra_dense";
|
|
23
24
|
FCellPadding["DENSE"] = "dense";
|
|
24
25
|
FCellPadding["MEDIUM"] = "medium";
|
|
25
26
|
FCellPadding["NONE"] = "";
|
|
@@ -87,9 +88,10 @@ export const FCellShapes = {
|
|
|
87
88
|
COMBOBOX: 'CMB',
|
|
88
89
|
DATE: 'CAL',
|
|
89
90
|
EDITOR: 'EDT',
|
|
91
|
+
FILE_UPLOAD: 'FUP',
|
|
90
92
|
GAUGE: 'GAU',
|
|
91
|
-
IMAGE: 'IMG',
|
|
92
93
|
ICON: 'ICO',
|
|
94
|
+
IMAGE: 'IMG',
|
|
93
95
|
INPUT_CHECKBOX: 'INC',
|
|
94
96
|
INPUT_FIELD: 'INF',
|
|
95
97
|
KNOB: 'KNB',
|
|
@@ -123,6 +125,7 @@ export var FCellTypes;
|
|
|
123
125
|
FCellTypes["DATE"] = "date";
|
|
124
126
|
FCellTypes["DATETIME"] = "datetime";
|
|
125
127
|
FCellTypes["EDITOR"] = "editor";
|
|
128
|
+
FCellTypes["FILE_UPLOAD"] = "file-upload";
|
|
126
129
|
FCellTypes["GAUGE"] = "gauge";
|
|
127
130
|
FCellTypes["ICON"] = "icon";
|
|
128
131
|
FCellTypes["IMAGE"] = "image";
|
|
@@ -140,6 +143,7 @@ export var FCellTypes;
|
|
|
140
143
|
FCellTypes["SWITCH"] = "switch";
|
|
141
144
|
FCellTypes["TABLE"] = "table";
|
|
142
145
|
FCellTypes["TIME"] = "time";
|
|
146
|
+
FCellTypes["LABEL"] = "label";
|
|
143
147
|
})(FCellTypes || (FCellTypes = {}));
|
|
144
148
|
export const editableTypes = [
|
|
145
149
|
FCellTypes.AUTOCOMPLETE,
|
|
@@ -160,6 +164,7 @@ export const editableTypes = [
|
|
|
160
164
|
FCellTypes.SWITCH,
|
|
161
165
|
FCellTypes.TIME,
|
|
162
166
|
FCellTypes.EDITOR,
|
|
167
|
+
FCellTypes.FILE_UPLOAD,
|
|
163
168
|
];
|
|
164
169
|
export const kupTypes = [
|
|
165
170
|
FCellTypes.BAR,
|