@sme.up/ketchup 9.5.2 → 9.6.1
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-357a3dff.js → f-button-623dfcc3.js} +2 -2
- package/dist/cjs/{f-cell-1de0ea69.js → f-cell-9c718d83.js} +9 -8
- package/dist/cjs/{f-checkbox-41864e53.js → f-checkbox-bfa92ebe.js} +1 -1
- package/dist/cjs/{f-chip-bd5882a0.js → f-chip-c8efad5b.js} +3 -3
- package/dist/cjs/{f-image-30531fd0.js → f-image-b61cc967.js} +2 -2
- package/dist/cjs/{f-paginator-utils-ad8a4635.js → f-paginator-utils-f32382f6.js} +8 -8
- package/dist/cjs/{f-text-field-be758970.js → f-text-field-a09b1705.js} +2 -2
- package/dist/cjs/{index-8f2f4159.js → index-db0a6be6.js} +79 -38
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +7 -6
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +141 -112
- package/dist/cjs/kup-box.cjs.entry.js +82 -19
- package/dist/cjs/kup-calendar.cjs.entry.js +78 -11
- package/dist/cjs/kup-card-list.cjs.entry.js +5 -4
- package/dist/cjs/kup-cell.cjs.entry.js +12 -11
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +22 -16
- package/dist/cjs/kup-dashboard.cjs.entry.js +10 -9
- package/dist/cjs/{kup-dates-0e59b05d.js → kup-dates-4aa560f0.js} +80 -67
- package/dist/cjs/kup-drawer.cjs.entry.js +7 -6
- package/dist/cjs/kup-echart.cjs.entry.js +1504 -1025
- package/dist/cjs/kup-editor.cjs.entry.js +46260 -0
- package/dist/cjs/kup-family-tree.cjs.entry.js +9 -8
- package/dist/cjs/kup-gantt_10.cjs.entry.js +58 -42
- package/dist/cjs/kup-grid.cjs.entry.js +5 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +5 -4
- package/dist/cjs/kup-image-list.cjs.entry.js +13 -12
- package/dist/cjs/kup-lazy.cjs.entry.js +16 -15
- package/dist/cjs/kup-magic-box.cjs.entry.js +9 -8
- package/dist/cjs/{kup-manager-cefb1999.js → kup-manager-227c4be2.js} +121 -79
- package/dist/cjs/kup-nav-bar.cjs.entry.js +6 -5
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +7 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -6
- package/dist/cjs/{kup-planner-renderer-helper-c2394940.js → kup-planner-renderer-helper-f0c869d7.js} +1 -1
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
- package/dist/cjs/kup-planner.cjs.entry.js +7 -6
- package/dist/cjs/kup-probe.cjs.entry.js +4 -4
- package/dist/cjs/kup-qlik.cjs.entry.js +6 -5
- package/dist/cjs/kup-snackbar.cjs.entry.js +8 -7
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/editor-example-1.js +52 -0
- package/dist/collection/assets/editor.js +60 -0
- package/dist/collection/assets/index.js +12 -0
- package/dist/collection/assets/planner-example-4.js +4 -4
- package/dist/collection/assets/planner-example-5.js +3175 -0
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/kup-accordion/kup-accordion.js +10 -16
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +10 -16
- package/dist/collection/components/kup-badge/kup-badge.js +8 -12
- package/dist/collection/components/kup-box/kup-box-declarations.js +11 -0
- package/dist/collection/components/kup-box/kup-box-state.js +2 -0
- package/dist/collection/components/kup-box/kup-box.css +1 -1
- package/dist/collection/components/kup-box/kup-box.js +181 -23
- package/dist/collection/components/kup-button/kup-button.js +6 -10
- package/dist/collection/components/kup-button-list/kup-button-list.js +7 -11
- package/dist/collection/components/kup-calendar/kup-calendar.js +10 -12
- package/dist/collection/components/kup-card/kup-card.js +6 -10
- package/dist/collection/components/kup-card-list/kup-card-list.js +6 -10
- package/dist/collection/components/kup-cell/kup-cell.js +13 -21
- package/dist/collection/components/kup-chart/kup-chart.js +7 -11
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +7 -11
- package/dist/collection/components/kup-chip/kup-chip.js +8 -12
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +11 -17
- package/dist/collection/components/kup-combobox/kup-combobox.js +10 -16
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +7 -11
- package/dist/collection/components/kup-data-table/kup-data-table.js +72 -95
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -11
- package/dist/collection/components/kup-dialog/kup-dialog.css +2 -2
- package/dist/collection/components/kup-dialog/kup-dialog.js +9 -13
- package/dist/collection/components/kup-drawer/kup-drawer.js +8 -12
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +10 -13
- package/dist/collection/components/kup-echart/kup-echart.js +7 -11
- package/dist/collection/components/kup-editor/kup-editor-declarations.js +15 -0
- package/dist/collection/components/kup-editor/kup-editor.js +774 -0
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +14 -16
- package/dist/collection/components/kup-form/kup-form.js +14 -22
- package/dist/collection/components/kup-gauge/kup-gauge.js +6 -10
- package/dist/collection/components/kup-grid/kup-grid.js +6 -10
- package/dist/collection/components/kup-iframe/kup-iframe.js +6 -10
- package/dist/collection/components/kup-image/kup-image.js +6 -10
- package/dist/collection/components/kup-image-list/kup-image-list.js +8 -12
- package/dist/collection/components/kup-lazy/kup-lazy.js +17 -21
- package/dist/collection/components/kup-list/kup-list.js +10 -16
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +9 -13
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +7 -11
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +7 -11
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +8 -12
- package/dist/collection/components/kup-planner/kup-planner.js +13 -21
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -1
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +0 -2
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +13 -14
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
- 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 +6 -4
- 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.js +6 -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.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +0 -2
- 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.js +7 -11
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-radio/kup-radio.js +6 -10
- package/dist/collection/components/kup-rating/kup-rating.js +7 -11
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +7 -11
- package/dist/collection/components/kup-spinner/kup-spinner.js +40 -44
- package/dist/collection/components/kup-switch/kup-switch.js +7 -11
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +6 -10
- package/dist/collection/components/kup-text-field/kup-text-field.js +10 -13
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +10 -13
- package/dist/collection/components/kup-tree/kup-tree-faker.js +1 -1
- package/dist/collection/components/kup-tree/kup-tree.js +24 -33
- package/dist/collection/f-components/f-cell/f-cell.js +2 -1
- package/dist/collection/managers/kup-manager/kup-manager.js +5 -0
- package/dist/collection/managers/kup-openai/kup-openai.js +11 -8
- package/dist/components/custom-task-list-header.js +4 -3
- package/dist/components/custom-task-list-table.js +4 -3
- package/dist/components/kup-accordion.js +3 -2
- package/dist/components/kup-autocomplete2.js +136 -106
- package/dist/components/kup-box2.js +78 -11
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +74 -7
- package/dist/components/kup-card-list.js +2 -1
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +3 -2
- 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-dashboard.js +4 -3
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dates.js +81 -67
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +4 -3
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart2.js +1501 -1022
- package/dist/components/kup-editor.d.ts +11 -0
- package/dist/components/kup-editor.js +46434 -0
- package/dist/components/kup-family-tree.js +5 -4
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt-calendar2.js +3 -2
- package/dist/components/kup-gantt2.js +4 -2
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid-renderer2.js +10 -7
- package/dist/components/kup-grid2.js +2 -1
- package/dist/components/kup-horizontal-scroll2.js +12 -12
- package/dist/components/kup-iframe.js +2 -1
- package/dist/components/kup-image-list.js +5 -4
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-lazy.js +13 -12
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +6 -5
- package/dist/components/kup-manager.js +121 -79
- package/dist/components/kup-nav-bar.js +3 -2
- package/dist/components/kup-numeric-picker.js +4 -3
- package/dist/components/kup-photo-frame.js +4 -3
- package/dist/components/kup-planner-renderer-helper.js +2 -2
- package/dist/components/kup-planner-renderer2.js +3 -3
- package/dist/components/kup-planner.js +5 -4
- package/dist/components/kup-probe.js +1 -1
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +3 -2
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +4 -3
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-standard-tooltip2.js +3 -2
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-switcher2.js +3 -2
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-task-gantt2.js +6 -4
- package/dist/components/kup-task-list-header2.js +9 -8
- package/dist/components/kup-task-list-table2.js +3 -2
- package/dist/components/kup-task-list2.js +9 -3
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-tooltip2.js +3 -2
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-vertical-scroll2.js +5 -4
- package/dist/esm/{f-button-856a189a.js → f-button-121958b3.js} +2 -2
- package/dist/esm/{f-cell-6324d838.js → f-cell-959b83db.js} +9 -8
- package/dist/esm/{f-checkbox-43481de2.js → f-checkbox-fdf27ce9.js} +1 -1
- package/dist/esm/{f-chip-e15fba8a.js → f-chip-915ddf53.js} +3 -3
- package/dist/esm/{f-image-26b1bc14.js → f-image-98371dac.js} +2 -2
- package/dist/esm/{f-paginator-utils-e8f62783.js → f-paginator-utils-10fa5a7d.js} +5 -5
- package/dist/esm/{f-text-field-bbe1f236.js → f-text-field-0df308e4.js} +2 -2
- package/dist/esm/{index-59f83f91.js → index-bbef9f2a.js} +79 -38
- package/dist/esm/index.js +3 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +7 -6
- package/dist/esm/kup-autocomplete_27.entry.js +141 -112
- package/dist/esm/kup-box.entry.js +82 -19
- package/dist/esm/kup-calendar.entry.js +78 -11
- package/dist/esm/kup-card-list.entry.js +5 -4
- package/dist/esm/kup-cell.entry.js +12 -11
- package/dist/esm/kup-custom-task-list-header_4.entry.js +22 -16
- package/dist/esm/kup-dashboard.entry.js +10 -9
- package/dist/esm/{kup-dates-15f89ea2.js → kup-dates-172954df.js} +81 -67
- package/dist/esm/kup-drawer.entry.js +7 -6
- package/dist/esm/kup-echart.entry.js +1504 -1025
- package/dist/esm/kup-editor.entry.js +46256 -0
- package/dist/esm/kup-family-tree.entry.js +9 -8
- package/dist/esm/kup-gantt_10.entry.js +58 -42
- package/dist/esm/kup-grid.entry.js +5 -4
- package/dist/esm/kup-iframe.entry.js +5 -4
- package/dist/esm/kup-image-list.entry.js +13 -12
- package/dist/esm/kup-lazy.entry.js +16 -15
- package/dist/esm/kup-magic-box.entry.js +9 -8
- package/dist/esm/{kup-manager-8d1df189.js → kup-manager-33b051d6.js} +122 -80
- package/dist/esm/kup-nav-bar.entry.js +6 -5
- package/dist/esm/kup-numeric-picker.entry.js +7 -6
- package/dist/esm/kup-photo-frame.entry.js +7 -6
- package/dist/esm/{kup-planner-renderer-helper-2143d119.js → kup-planner-renderer-helper-5d97e075.js} +2 -2
- package/dist/esm/kup-planner-renderer.entry.js +4 -4
- package/dist/esm/kup-planner.entry.js +8 -7
- package/dist/esm/kup-probe.entry.js +4 -4
- package/dist/esm/kup-qlik.entry.js +6 -5
- package/dist/esm/kup-snackbar.entry.js +8 -7
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-060ae996.entry.js +1 -0
- package/dist/ketchup/{p-0c124f99.entry.js → p-0a4595bd.entry.js} +1 -1
- package/dist/ketchup/{p-dc370227.entry.js → p-0dd0ae49.entry.js} +1 -1
- package/dist/ketchup/p-102866cd.js +1 -0
- package/dist/ketchup/{p-d300948a.entry.js → p-11d5400a.entry.js} +1 -1
- package/dist/ketchup/p-1ad7fea0.js +2 -0
- package/dist/ketchup/{p-01a0b54c.js → p-2778f948.js} +1 -1
- package/dist/ketchup/p-2f4055ba.entry.js +1 -0
- package/dist/ketchup/p-3c9ac0fd.entry.js +1 -0
- package/dist/ketchup/p-3ce8ce77.entry.js +49 -0
- package/dist/ketchup/p-3ff9a661.entry.js +1 -0
- package/dist/ketchup/p-41d6466e.entry.js +1 -0
- package/dist/ketchup/p-4bf5e04f.entry.js +1 -0
- package/dist/ketchup/p-610a03d4.js +28 -0
- package/dist/ketchup/{p-d9a1e5a4.entry.js → p-662d2f9b.entry.js} +1 -1
- package/dist/ketchup/p-773bcc69.entry.js +1 -0
- package/dist/ketchup/{p-caeed3c3.js → p-7bda0684.js} +1 -1
- package/dist/ketchup/p-81996620.entry.js +1 -0
- package/dist/ketchup/p-9d8d5070.entry.js +1 -0
- package/dist/ketchup/{p-8042dcd5.entry.js → p-9e63f56b.entry.js} +1 -1
- package/dist/ketchup/p-9f31a129.entry.js +38 -0
- package/dist/ketchup/p-a9b06bb8.js +1 -0
- package/dist/ketchup/p-b3067fd0.entry.js +9 -0
- package/dist/ketchup/p-b5d3c24d.entry.js +1 -0
- package/dist/ketchup/p-babbffa4.entry.js +1 -0
- package/dist/ketchup/p-c1ade766.entry.js +1 -0
- package/dist/ketchup/{p-9ba8f169.js → p-ccc637ee.js} +1 -1
- package/dist/ketchup/p-d15d1083.entry.js +1 -0
- package/dist/ketchup/p-d5254caf.entry.js +1 -0
- package/dist/ketchup/{p-d76cd8d6.js → p-dba484b8.js} +1 -1
- package/dist/ketchup/{p-f51dbf68.js → p-dc18691c.js} +1 -1
- package/dist/ketchup/p-de07d17e.js +1 -0
- package/dist/ketchup/p-df450df9.entry.js +16 -0
- package/dist/ketchup/{p-269a9af8.js → p-e43d4ccc.js} +1 -1
- package/dist/ketchup/p-ea625b2a.entry.js +1 -0
- package/dist/ketchup/{p-81c1d557.entry.js → p-eb37ea7e.entry.js} +1 -1
- package/dist/ketchup/p-f0b882f4.entry.js +1 -0
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -0
- package/dist/types/components/kup-box/kup-box-state.d.ts +2 -0
- package/dist/types/components/kup-box/kup-box.d.ts +26 -1
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +1 -0
- package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
- package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +21 -0
- package/dist/types/components/kup-editor/kup-editor.d.ts +128 -0
- package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +1 -0
- package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +1 -1
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -0
- package/dist/types/components.d.ts +197 -8
- package/dist/types/managers/kup-data/kup-data.d.ts +1 -1
- package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +1 -0
- package/dist/types/managers/kup-interact/kup-interact.d.ts +1 -0
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +3 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +1 -0
- package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +1 -1
- package/package.json +4 -3
- package/dist/ketchup/p-07bed934.entry.js +0 -1
- package/dist/ketchup/p-0f6cb6e4.entry.js +0 -1
- package/dist/ketchup/p-177f8008.entry.js +0 -9
- package/dist/ketchup/p-2ab02da0.entry.js +0 -1
- package/dist/ketchup/p-3f028a71.entry.js +0 -1
- package/dist/ketchup/p-4a18db68.entry.js +0 -39
- package/dist/ketchup/p-4eb6d4e8.entry.js +0 -1
- package/dist/ketchup/p-63031c77.js +0 -1
- package/dist/ketchup/p-71acfd3c.entry.js +0 -1
- package/dist/ketchup/p-753f30d8.entry.js +0 -1
- package/dist/ketchup/p-8c3ad5ef.entry.js +0 -1
- package/dist/ketchup/p-937a322f.js +0 -29
- package/dist/ketchup/p-a2d3aec9.entry.js +0 -1
- package/dist/ketchup/p-b07ffd18.entry.js +0 -16
- package/dist/ketchup/p-b115e1ec.entry.js +0 -1
- package/dist/ketchup/p-b396d0f8.js +0 -1
- package/dist/ketchup/p-c12a9759.entry.js +0 -1
- package/dist/ketchup/p-c23731ca.js +0 -1
- package/dist/ketchup/p-cadeb53d.entry.js +0 -1
- package/dist/ketchup/p-cd9a4274.js +0 -2
- package/dist/ketchup/p-f1cae1e1.entry.js +0 -1
- package/dist/ketchup/p-f417e794.entry.js +0 -1
- package/dist/ketchup/p-f753c13f.entry.js +0 -1
- package/dist/ketchup/p-f7980061.entry.js +0 -1
|
@@ -96,59 +96,59 @@ export class KupSpinner {
|
|
|
96
96
|
spinnerClass = 'spinner-v' + this.layout;
|
|
97
97
|
if (this.layout === 7) {
|
|
98
98
|
spinnerEl = [
|
|
99
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
100
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
101
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
102
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
103
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
104
|
-
h("div", { class: "sk-spinner-v7-dot" }),
|
|
99
|
+
h("div", { key: '359be367c94c07c33890de1ed3b603841761c936', class: "sk-spinner-v7-dot" }),
|
|
100
|
+
h("div", { key: 'dd610e61f79f4fb3bf3a75b2f8033a3de9059e57', class: "sk-spinner-v7-dot" }),
|
|
101
|
+
h("div", { key: 'fd2a76c433135c56f8f7ff01e33c175813c2a843', class: "sk-spinner-v7-dot" }),
|
|
102
|
+
h("div", { key: '100a69fbea8fae1b420d9dc67d3762cd06951232', class: "sk-spinner-v7-dot" }),
|
|
103
|
+
h("div", { key: 'fcd6789d7c97391b519ac9adffd2d86cd8392c5f', class: "sk-spinner-v7-dot" }),
|
|
104
|
+
h("div", { key: '0dabff76162459dfebd5dac161e01c27478bf312', class: "sk-spinner-v7-dot" }),
|
|
105
105
|
];
|
|
106
106
|
}
|
|
107
107
|
if (this.layout === 9) {
|
|
108
108
|
spinnerEl = [
|
|
109
|
-
h("div", { class: "sk-spinner-v9-bounce1" }),
|
|
110
|
-
h("div", { class: "sk-spinner-v9-bounce2" }),
|
|
109
|
+
h("div", { key: '6097993bc339582792e4ba872d49618337297d31', class: "sk-spinner-v9-bounce1" }),
|
|
110
|
+
h("div", { key: '77d72d881258fe5ef3f852b5f566899e326baab4', class: "sk-spinner-v9-bounce2" }),
|
|
111
111
|
];
|
|
112
112
|
}
|
|
113
113
|
if (this.layout === 10) {
|
|
114
114
|
spinnerEl = [
|
|
115
|
-
h("div", { class: "sk-spinner-v10-cube1" }),
|
|
116
|
-
h("div", { class: "sk-spinner-v10-cube2" }),
|
|
115
|
+
h("div", { key: 'f6b6405c20f8e4545a1d1fb76b4c282614055b90', class: "sk-spinner-v10-cube1" }),
|
|
116
|
+
h("div", { key: '439ccf9e4679b9f84d9c2d5d78de3f4fefa29d9b', class: "sk-spinner-v10-cube2" }),
|
|
117
117
|
];
|
|
118
118
|
}
|
|
119
119
|
if (this.layout === 12) {
|
|
120
120
|
spinnerEl = [
|
|
121
|
-
h("div", { class: "sk-spinner-v12-dot1" }),
|
|
122
|
-
h("div", { class: "sk-spinner-v12-dot2" }),
|
|
121
|
+
h("div", { key: '0560fbe74edcd2cc7e2669f0d2e8694e4f7d024a', class: "sk-spinner-v12-dot1" }),
|
|
122
|
+
h("div", { key: '6c3d65e391c185581cdd937dc6d1018a8cab1f05', class: "sk-spinner-v12-dot2" }),
|
|
123
123
|
];
|
|
124
124
|
}
|
|
125
125
|
if (this.layout === 13) {
|
|
126
126
|
spinnerEl = [
|
|
127
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
|
|
128
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
|
|
129
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
|
|
130
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
|
|
131
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
|
|
132
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
|
|
133
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
|
|
134
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
|
|
135
|
-
h("div", { class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
|
|
127
|
+
h("div", { key: '69b86ac19c0a5514784603f30a5d1894fc75801b', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
|
|
128
|
+
h("div", { key: '00d221803e1466b85e1b679bf5ec1c898dc1b9aa', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
|
|
129
|
+
h("div", { key: '5194a1c883a16a0a15ce430c05dc89f0e4d7d818', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
|
|
130
|
+
h("div", { key: '06997f1b7f6dc4c7d9fed22536cd7b1bb4def915', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
|
|
131
|
+
h("div", { key: '9645b92f0840866b75f08087860cd7df3ad9189c', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
|
|
132
|
+
h("div", { key: '062757580932383e18ed19dff2cd32b77c63fbf4', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
|
|
133
|
+
h("div", { key: 'e2db26066dfb926ac869ce19e4524d9220766d4f', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
|
|
134
|
+
h("div", { key: 'd3d5d979ec844f7480db8e764e86a2d5d428b661', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
|
|
135
|
+
h("div", { key: '33ee04b71b70e16e38823299fdd04066c88b3894', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
|
|
136
136
|
];
|
|
137
137
|
}
|
|
138
138
|
if (this.layout === 14) {
|
|
139
139
|
spinnerEl = [
|
|
140
|
-
h("div", { class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
|
|
141
|
-
h("div", { class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
|
|
142
|
-
h("div", { class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
|
|
143
|
-
h("div", { class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
|
|
144
|
-
h("div", { class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
|
|
145
|
-
h("div", { class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
|
|
146
|
-
h("div", { class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
|
|
147
|
-
h("div", { class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
|
|
148
|
-
h("div", { class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
|
|
149
|
-
h("div", { class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
|
|
150
|
-
h("div", { class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
|
|
151
|
-
h("div", { class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
|
|
140
|
+
h("div", { key: '93929d740397ab1e70896abca6df56ca07239397', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
|
|
141
|
+
h("div", { key: '2e8ef8edffaf868e7d07a68a9692c2a442ab2004', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
|
|
142
|
+
h("div", { key: '470de093a1a1e00c7cd1d820bf1047679e95023a', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
|
|
143
|
+
h("div", { key: '9451f27fcaa437c518354168dac1fda9dcb5d1c8', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
|
|
144
|
+
h("div", { key: '01fad1595f607900cc76dd63ab2e49f51ab1e8a1', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
|
|
145
|
+
h("div", { key: '127c9f2d7ad50a463f3ca9bdd5ab0640a8581358', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
|
|
146
|
+
h("div", { key: '7b722ba2c270d743aebcc6995cff8322cf0a014d', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
|
|
147
|
+
h("div", { key: '56ec617ec9f367543798bebf8b6ae2f153a89f11', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
|
|
148
|
+
h("div", { key: 'c2974a187a0f3600210a24bb276407e5fd758dee', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
|
|
149
|
+
h("div", { key: '8bcdf75c43b61ff44f617799fa06cab21757fb43', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
|
|
150
|
+
h("div", { key: '2bb19eb0cd5ae87ff035e8dc2519dd6d4b6ef93c', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
|
|
151
|
+
h("div", { key: '149a1519ecd99be2bce3d050936dcacc605509d4', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
|
|
152
152
|
];
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -167,7 +167,7 @@ export class KupSpinner {
|
|
|
167
167
|
else {
|
|
168
168
|
elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
|
|
169
169
|
}
|
|
170
|
-
return (h(Host, { style: elStyle }, h("style",
|
|
170
|
+
return (h(Host, { key: '3edd3d9661f7cfdbf6a1603bf8590a4e1a627801', style: elStyle }, h("style", { key: 'cd3bdb042c3cbe8c0f912644e2367481cba4a47c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0138498d99b3b19099bd1e9dc49b1a3dbd0664e6', id: componentWrapperId, style: elStyle }, h("div", { key: '6affd0a909dc637476750c8a6b3d8ee5f54952ee', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: '5932de28b966bd18ca4e5509c8485dca25878827', id: wrapperClass, style: elStyle }, h("div", { key: '9e83b1b3cb175bdd115d428b08f4e2e59450e833', class: spinnerClass }, spinnerEl))))));
|
|
171
171
|
}
|
|
172
172
|
disconnectedCallback() {
|
|
173
173
|
this.kupManager.theme.unregister(this);
|
|
@@ -390,11 +390,9 @@ export class KupSpinner {
|
|
|
390
390
|
"complexType": {
|
|
391
391
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
392
392
|
"parameters": [{
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}],
|
|
397
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
393
|
+
"name": "descriptions",
|
|
394
|
+
"type": "boolean",
|
|
395
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
398
396
|
}],
|
|
399
397
|
"references": {
|
|
400
398
|
"Promise": {
|
|
@@ -441,11 +439,9 @@ export class KupSpinner {
|
|
|
441
439
|
"complexType": {
|
|
442
440
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
443
441
|
"parameters": [{
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
}],
|
|
448
|
-
"text": "- Object containing props that will be set to the component."
|
|
442
|
+
"name": "props",
|
|
443
|
+
"type": "GenericObject",
|
|
444
|
+
"docs": "- Object containing props that will be set to the component."
|
|
449
445
|
}],
|
|
450
446
|
"references": {
|
|
451
447
|
"Promise": {
|
|
@@ -120,7 +120,7 @@ export class KupSwitch {
|
|
|
120
120
|
onChange: () => this.onKupChange(),
|
|
121
121
|
onFocus: () => this.onKupFocus(),
|
|
122
122
|
};
|
|
123
|
-
return (h(Host,
|
|
123
|
+
return (h(Host, { key: '4858e80e63b496834cbfcec2eaf0443721ff97ac' }, h("style", { key: 'cc5e607c829cf53ecc4fcbecb17599bf71ddd3c6' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '03f13f6cd8bd27733aad62d7fb9dfc8d883aebd5', id: componentWrapperId }, h(FSwitch, Object.assign({ key: 'ee60ee3e801c6e0015321a1736a04cf9949ac156' }, props)))));
|
|
124
124
|
}
|
|
125
125
|
disconnectedCallback() {
|
|
126
126
|
this.kupManager.theme.unregister(this);
|
|
@@ -326,11 +326,9 @@ export class KupSwitch {
|
|
|
326
326
|
"complexType": {
|
|
327
327
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
328
328
|
"parameters": [{
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}],
|
|
333
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
329
|
+
"name": "descriptions",
|
|
330
|
+
"type": "boolean",
|
|
331
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
334
332
|
}],
|
|
335
333
|
"references": {
|
|
336
334
|
"Promise": {
|
|
@@ -377,11 +375,9 @@ export class KupSwitch {
|
|
|
377
375
|
"complexType": {
|
|
378
376
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
379
377
|
"parameters": [{
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
}],
|
|
384
|
-
"text": "- Object containing props that will be set to the component."
|
|
378
|
+
"name": "props",
|
|
379
|
+
"type": "GenericObject",
|
|
380
|
+
"docs": "- Object containing props that will be set to the component."
|
|
385
381
|
}],
|
|
386
382
|
"references": {
|
|
387
383
|
"Promise": {
|
|
@@ -339,11 +339,9 @@ export class KupTabBar {
|
|
|
339
339
|
"complexType": {
|
|
340
340
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
341
341
|
"parameters": [{
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
}],
|
|
346
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
342
|
+
"name": "descriptions",
|
|
343
|
+
"type": "boolean",
|
|
344
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
347
345
|
}],
|
|
348
346
|
"references": {
|
|
349
347
|
"Promise": {
|
|
@@ -415,11 +413,9 @@ export class KupTabBar {
|
|
|
415
413
|
"complexType": {
|
|
416
414
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
417
415
|
"parameters": [{
|
|
418
|
-
"
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}],
|
|
422
|
-
"text": "- Object containing props that will be set to the component."
|
|
416
|
+
"name": "props",
|
|
417
|
+
"type": "GenericObject",
|
|
418
|
+
"docs": "- Object containing props that will be set to the component."
|
|
423
419
|
}],
|
|
424
420
|
"references": {
|
|
425
421
|
"Promise": {
|
|
@@ -267,7 +267,7 @@ export class KupTextField {
|
|
|
267
267
|
onIconClick: (e) => this.onKupIconClick(e),
|
|
268
268
|
onClearIconClick: () => this.onKupClearIconClick(),
|
|
269
269
|
};
|
|
270
|
-
return (h(Host,
|
|
270
|
+
return (h(Host, { key: '391c129cebc5eb4047ea4068636bb634ae8a0389' }, h("style", { key: 'e838d90c68cb2768001e7304ca0eea9aadcf71a9' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '54cc4e2dc5d3a19ba16fb376104584dcc44a3b77', id: componentWrapperId }, h(FTextField, Object.assign({ key: '1e09e44bd65cafa6e7cbd01846701617ee0ae64f' }, props)))));
|
|
271
271
|
}
|
|
272
272
|
disconnectedCallback() {
|
|
273
273
|
this.kupManager.theme.unregister(this);
|
|
@@ -1103,11 +1103,9 @@ export class KupTextField {
|
|
|
1103
1103
|
"complexType": {
|
|
1104
1104
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
1105
1105
|
"parameters": [{
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}],
|
|
1110
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
1106
|
+
"name": "descriptions",
|
|
1107
|
+
"type": "boolean",
|
|
1108
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
1111
1109
|
}],
|
|
1112
1110
|
"references": {
|
|
1113
1111
|
"Promise": {
|
|
@@ -1188,11 +1186,9 @@ export class KupTextField {
|
|
|
1188
1186
|
"complexType": {
|
|
1189
1187
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
1190
1188
|
"parameters": [{
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
}],
|
|
1195
|
-
"text": "- Object containing props that will be set to the component."
|
|
1189
|
+
"name": "props",
|
|
1190
|
+
"type": "GenericObject",
|
|
1191
|
+
"docs": "- Object containing props that will be set to the component."
|
|
1196
1192
|
}],
|
|
1197
1193
|
"references": {
|
|
1198
1194
|
"Promise": {
|
|
@@ -1219,8 +1215,9 @@ export class KupTextField {
|
|
|
1219
1215
|
"complexType": {
|
|
1220
1216
|
"signature": "(value: string) => Promise<void>",
|
|
1221
1217
|
"parameters": [{
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1218
|
+
"name": "value",
|
|
1219
|
+
"type": "string",
|
|
1220
|
+
"docs": ""
|
|
1224
1221
|
}],
|
|
1225
1222
|
"references": {
|
|
1226
1223
|
"Promise": {
|
|
@@ -405,7 +405,7 @@ export class KupTimePicker {
|
|
|
405
405
|
this.kupManager.debug.logRender(this, true);
|
|
406
406
|
}
|
|
407
407
|
render() {
|
|
408
|
-
return (h(Host,
|
|
408
|
+
return (h(Host, { key: '6e64fa08f58a91eaca3aa1676ef29f27fd9c9c36' }, h("style", { key: 'a832d907fff749ae04b9fbf90b8b5c446e25f431' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'dec81378d73e1cceb3b5c5eefef150cc24455943', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
|
|
409
409
|
}
|
|
410
410
|
disconnectedCallback() {
|
|
411
411
|
this.kupManager.dates.unregister(this);
|
|
@@ -786,11 +786,9 @@ export class KupTimePicker {
|
|
|
786
786
|
"complexType": {
|
|
787
787
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
788
788
|
"parameters": [{
|
|
789
|
-
"
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
}],
|
|
793
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
789
|
+
"name": "descriptions",
|
|
790
|
+
"type": "boolean",
|
|
791
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
794
792
|
}],
|
|
795
793
|
"references": {
|
|
796
794
|
"Promise": {
|
|
@@ -871,11 +869,9 @@ export class KupTimePicker {
|
|
|
871
869
|
"complexType": {
|
|
872
870
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
873
871
|
"parameters": [{
|
|
874
|
-
"
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
}],
|
|
878
|
-
"text": "- Object containing props that will be set to the component."
|
|
872
|
+
"name": "props",
|
|
873
|
+
"type": "GenericObject",
|
|
874
|
+
"docs": "- Object containing props that will be set to the component."
|
|
879
875
|
}],
|
|
880
876
|
"references": {
|
|
881
877
|
"Promise": {
|
|
@@ -902,8 +898,9 @@ export class KupTimePicker {
|
|
|
902
898
|
"complexType": {
|
|
903
899
|
"signature": "(value: string) => Promise<void>",
|
|
904
900
|
"parameters": [{
|
|
905
|
-
"
|
|
906
|
-
"
|
|
901
|
+
"name": "value",
|
|
902
|
+
"type": "string",
|
|
903
|
+
"docs": ""
|
|
907
904
|
}],
|
|
908
905
|
"references": {
|
|
909
906
|
"Promise": {
|
|
@@ -208,7 +208,7 @@ function TreeNodeFactory(columns, depth = {
|
|
|
208
208
|
id: depth.path + depthAndIndex + childrenCount.toString(),
|
|
209
209
|
isExpanded: getBooleanOnProbability(options.isExpandedProbability || 0),
|
|
210
210
|
obj: {
|
|
211
|
-
t: 'TN',
|
|
211
|
+
t: 'TN', // TODO Stands for TreeNode -> Update with effective value
|
|
212
212
|
p: '',
|
|
213
213
|
k: treeNodeValue,
|
|
214
214
|
},
|
|
@@ -1320,7 +1320,7 @@ export class KupTree {
|
|
|
1320
1320
|
}
|
|
1321
1321
|
else {
|
|
1322
1322
|
// There are no TreeNodes, so we print a single cell with a caption
|
|
1323
|
-
treeNodes.push(h("tr",
|
|
1323
|
+
treeNodes.push(h("tr", { key: '78a88a824576accc19534fa84ed32d783d2389d7' }, h("td", { key: 'f89f705a5517ce0a341d98de07e7acb4a8d367f5' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA))));
|
|
1324
1324
|
}
|
|
1325
1325
|
// Calculates if header must be shown or not
|
|
1326
1326
|
const visibleHeader = this.showHeader && this.showColumns;
|
|
@@ -1329,17 +1329,17 @@ export class KupTree {
|
|
|
1329
1329
|
this.data &&
|
|
1330
1330
|
this.data.length &&
|
|
1331
1331
|
this.data.length > 0) {
|
|
1332
|
-
filterField = (h("div", { id: "global-filter" }, h("kup-text-field", { fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
1332
|
+
filterField = (h("div", { key: 'a43f481eb0e1f872a96439375ececb52a045457b', id: "global-filter" }, h("kup-text-field", { key: '90a374f5765dbbc6ca0b2f0d05b94b0565190191', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
1333
1333
|
window.clearTimeout(this.globalFilterTimeout);
|
|
1334
1334
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
1335
1335
|
} })));
|
|
1336
1336
|
}
|
|
1337
|
-
return (h(Host,
|
|
1338
|
-
el) }, h("table", { class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
1337
|
+
return (h(Host, { key: '41dced9ef4930cb7e33bc209141bc24a6d0ffefe' }, h("style", { key: '778e8a07f43815f5f6c02ca500be8f8ab7727f47' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'a3b262ce62fc8b8282d0b7b85991c54220763858', id: componentWrapperId, class: wrapperClass }, filterField, h("div", { key: 'd1a1911e39d3d6a8f1f8053348a472841cffca1f', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
1338
|
+
el) }, h("table", { key: '34a9c239ce4319c9955a443f3e4e4aab1f5d92f9', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
1339
1339
|
e.preventDefault();
|
|
1340
|
-
} }, h("thead", { class: {
|
|
1340
|
+
} }, h("thead", { key: 'c16cb9a763849689f6749ffc8f24de64f3e12190', class: {
|
|
1341
1341
|
'header--is-visible': visibleHeader,
|
|
1342
|
-
} }, h("tr",
|
|
1342
|
+
} }, h("tr", { key: '81f9441115a3bb0c28478731f5d0f89cb70d009e' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '24ed975d9303e5593acdacf96b792da0d78255e6' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
1343
1343
|
this.columns
|
|
1344
1344
|
? this.renderFooter()
|
|
1345
1345
|
: null)))));
|
|
@@ -2238,14 +2238,13 @@ export class KupTree {
|
|
|
2238
2238
|
"complexType": {
|
|
2239
2239
|
"signature": "(treeNodePath: string, emitEvent?: boolean) => Promise<void>",
|
|
2240
2240
|
"parameters": [{
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2241
|
+
"name": "treeNodePath",
|
|
2242
|
+
"type": "string",
|
|
2243
|
+
"docs": ""
|
|
2243
2244
|
}, {
|
|
2244
|
-
"
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
}],
|
|
2248
|
-
"text": "- The event will always be emitted unless emitEvent is set to false."
|
|
2245
|
+
"name": "emitEvent",
|
|
2246
|
+
"type": "boolean",
|
|
2247
|
+
"docs": "- The event will always be emitted unless emitEvent is set to false."
|
|
2249
2248
|
}],
|
|
2250
2249
|
"references": {
|
|
2251
2250
|
"Promise": {
|
|
@@ -2338,11 +2337,9 @@ export class KupTree {
|
|
|
2338
2337
|
"complexType": {
|
|
2339
2338
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
2340
2339
|
"parameters": [{
|
|
2341
|
-
"
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
}],
|
|
2345
|
-
"text": "- When provided and true, the result will be the list of props with their description."
|
|
2340
|
+
"name": "descriptions",
|
|
2341
|
+
"type": "boolean",
|
|
2342
|
+
"docs": "- When provided and true, the result will be the list of props with their description."
|
|
2346
2343
|
}],
|
|
2347
2344
|
"references": {
|
|
2348
2345
|
"Promise": {
|
|
@@ -2372,11 +2369,9 @@ export class KupTree {
|
|
|
2372
2369
|
"complexType": {
|
|
2373
2370
|
"signature": "(column: KupDataColumn) => Promise<void>",
|
|
2374
2371
|
"parameters": [{
|
|
2375
|
-
"
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
}],
|
|
2379
|
-
"text": "- Column to hide."
|
|
2372
|
+
"name": "column",
|
|
2373
|
+
"type": "KupDataColumn",
|
|
2374
|
+
"docs": "- Column to hide."
|
|
2380
2375
|
}],
|
|
2381
2376
|
"references": {
|
|
2382
2377
|
"Promise": {
|
|
@@ -2403,11 +2398,9 @@ export class KupTree {
|
|
|
2403
2398
|
"complexType": {
|
|
2404
2399
|
"signature": "(column: string) => Promise<void>",
|
|
2405
2400
|
"parameters": [{
|
|
2406
|
-
"
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
}],
|
|
2410
|
-
"text": "- Name of the column."
|
|
2401
|
+
"name": "column",
|
|
2402
|
+
"type": "string",
|
|
2403
|
+
"docs": "- Name of the column."
|
|
2411
2404
|
}],
|
|
2412
2405
|
"references": {
|
|
2413
2406
|
"Promise": {
|
|
@@ -2477,11 +2470,9 @@ export class KupTree {
|
|
|
2477
2470
|
"complexType": {
|
|
2478
2471
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
2479
2472
|
"parameters": [{
|
|
2480
|
-
"
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
}],
|
|
2484
|
-
"text": "- Object containing props that will be set to the component."
|
|
2473
|
+
"name": "props",
|
|
2474
|
+
"type": "GenericObject",
|
|
2475
|
+
"docs": "- Object containing props that will be set to the component."
|
|
2485
2476
|
}],
|
|
2486
2477
|
"references": {
|
|
2487
2478
|
"Promise": {
|
|
@@ -204,6 +204,7 @@ function setCellSizeKup(cellType, subcomponentProps, cell) {
|
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
function setEditableCell(cellType, classObj, cell, column, props) {
|
|
207
|
+
var _a, _b;
|
|
207
208
|
switch (cellType) {
|
|
208
209
|
case FCellTypes.AUTOCOMPLETE:
|
|
209
210
|
return (h("kup-autocomplete", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-autocomplete-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) })));
|
|
@@ -248,7 +249,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
|
|
|
248
249
|
? dom.ketchup.math.numberifySafe(cell.value).toString()
|
|
249
250
|
: cell.value;
|
|
250
251
|
if (cell.shape === FCellShapes.INPUT_FIELD) {
|
|
251
|
-
return (h("input", { class: 'input-field', onChange: onChange, onInput: onInput, type: type, value: value }));
|
|
252
|
+
return (h("input", { class: 'input-field', onChange: onChange, onInput: onInput, type: type, value: value, maxLength: (_b = (_a = column.cellData) === null || _a === void 0 ? void 0 : _a.maxLength) !== null && _b !== void 0 ? _b : -1 }));
|
|
252
253
|
}
|
|
253
254
|
else {
|
|
254
255
|
return (h(FTextField, Object.assign({ inputType: type, fullWidth: isFullWidth(props) ? true : false }, cell.data, { icon: cell.data && cell.data.icon
|
|
@@ -30,12 +30,14 @@ export class KupManager {
|
|
|
30
30
|
*/
|
|
31
31
|
constructor(overrides) {
|
|
32
32
|
let datesLocale = null, debugActive = null, debugAutoprint = null, debugLogLimit = null, dialogRestrictContainer = null, dialogZIndex = null, languageList = null, languageName = null, objectsList = null, scrollOnHoverDelay = null, scrollOnHoverStep = null, themeList = null, themeName = null, tooltipDelay = null, tooltipFCellCallbacks = null;
|
|
33
|
+
this.enableExperimentalFeatures = false;
|
|
33
34
|
/** POI VIA */
|
|
34
35
|
let openAIUrl = 'https://kokosstaging.smeup.com';
|
|
35
36
|
if (overrides) {
|
|
36
37
|
const assetsPath = overrides.assetsPath;
|
|
37
38
|
const dates = overrides.dates;
|
|
38
39
|
const debug = overrides.debug;
|
|
40
|
+
const enableExperimentalFeatures = overrides.enableExperimentalFeatures;
|
|
39
41
|
const interact = overrides.interact;
|
|
40
42
|
const language = overrides.language;
|
|
41
43
|
const objects = overrides.objects;
|
|
@@ -56,6 +58,9 @@ export class KupManager {
|
|
|
56
58
|
debugAutoprint = debug.autoPrint ? debug.autoPrint : null;
|
|
57
59
|
debugLogLimit = debug.logLimit ? debug.logLimit : null;
|
|
58
60
|
}
|
|
61
|
+
if (enableExperimentalFeatures) {
|
|
62
|
+
this.enableExperimentalFeatures = enableExperimentalFeatures;
|
|
63
|
+
}
|
|
59
64
|
if (interact) {
|
|
60
65
|
dialogRestrictContainer = interact.restrictContainer
|
|
61
66
|
? dialogRestrictContainer
|
|
@@ -44,18 +44,21 @@ export class KupOpenAI {
|
|
|
44
44
|
*/
|
|
45
45
|
show(data) {
|
|
46
46
|
this.data = data;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
if (!this.card) {
|
|
48
|
+
__classPrivateFieldGet(this, _KupOpenAI_instances, "m", _KupOpenAI_create).call(this);
|
|
49
|
+
}
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* Hides the component.
|
|
52
53
|
*/
|
|
53
54
|
hide() {
|
|
54
|
-
this.card
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
if (this.card) {
|
|
56
|
+
this.card.remove();
|
|
57
|
+
this.card = null;
|
|
58
|
+
this.dialog.remove();
|
|
59
|
+
this.dialog = null;
|
|
60
|
+
__classPrivateFieldGet(this, _KupOpenAI_instances, "m", _KupOpenAI_disconnect).call(this);
|
|
61
|
+
}
|
|
59
62
|
}
|
|
60
63
|
async auth(event) {
|
|
61
64
|
const openAI = dom.ketchup.openAI;
|
|
@@ -169,7 +172,7 @@ _KupOpenAI_instances = new WeakSet(), _KupOpenAI_setError = function _KupOpenAI_
|
|
|
169
172
|
icons: { close: true },
|
|
170
173
|
};
|
|
171
174
|
this.dialog.id = 'openai';
|
|
172
|
-
this.dialog.modal =
|
|
175
|
+
this.dialog.modal = null;
|
|
173
176
|
this.dialog.sizeX = '50vw';
|
|
174
177
|
this.dialog.sizeY = '50vh';
|
|
175
178
|
this.dialog.addEventListener('kup-dialog-close', () => this.hide());
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
3
|
const customTaskListHeaderModuleCss = ".custom-task-list-wrapper{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}.title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggler{max-width:max-content;padding:0 4px;text-align:right}.switch{position:relative;display:inline-block;width:30px;height:17px}.input{opacity:0;width:0;height:0}.input:checked+.slider{background-color:#003b77}.input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.input:focus+.slider{box-shadow:0 0 1px #003b77}.slider{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}.slider:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}.label{font-size:12px;padding:6px}.filter{font-size:12px}";
|
|
4
|
+
const KupCustomTaskListHeaderStyle0 = customTaskListHeaderModuleCss;
|
|
4
5
|
|
|
5
6
|
const KupCustomTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupCustomTaskListHeader extends HTMLElement {
|
|
6
7
|
constructor() {
|
|
@@ -13,13 +14,13 @@ const KupCustomTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupCustom
|
|
|
13
14
|
this.fontSize = undefined;
|
|
14
15
|
}
|
|
15
16
|
render() {
|
|
16
|
-
return (h("div", { class: "custom-task-list-wrapper", style: {
|
|
17
|
+
return (h("div", { key: '25542e1e426f9f035bdd3b894acf915100609cec', class: "custom-task-list-wrapper", style: {
|
|
17
18
|
height: '50px',
|
|
18
19
|
fontFamily: this.fontFamily,
|
|
19
20
|
fontSize: this.fontSize,
|
|
20
|
-
} }, h("div", { class: "title" }, h("span",
|
|
21
|
+
} }, h("div", { key: 'b64868e8a15fda0a259e30e77a1572fef34cf9a9', class: "title" }, h("span", { key: '4bb87686a421a211ff7caa2c53105764f2e15c0a' }, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
|
|
21
22
|
}
|
|
22
|
-
static get style() { return
|
|
23
|
+
static get style() { return KupCustomTaskListHeaderStyle0; }
|
|
23
24
|
}, [0, "kup-custom-task-list-header", {
|
|
24
25
|
"label": [1],
|
|
25
26
|
"doubleView": [4, "double-view"],
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Fragment } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { b as KupDates } from './kup-dates.js';
|
|
3
3
|
|
|
4
4
|
const ganttTableModuleCss = ".container{padding:0 10px;margin-right:10px}.project{background:var(--kup-background-color, #ffffff);border:1px solid var(--kup-border-color, #acacac);border-radius:4px;box-sizing:border-box;color:var(--kup-text-color, #595959);cursor:pointer;display:grid;font-weight:400;grid-template-columns:var(--grid-project-columns, 1fr 1fr 1fr);place-items:center}.project>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.project .main{font-weight:700;width:100%;padding-left:4px}.subrow{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#acacac;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#ffffff;color:#595959;font-weight:400}.subrow>*{font-size:12px;line-height:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.subrow:has(+.subrow),.project:has(+.subrow){border-bottom-left-radius:0;border-bottom-right-radius:0}.timeline{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#cbcbcb;border-radius:4px;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#fff;color:#595959;font-weight:400;box-sizing:border-box}.timeline>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.timeline .main{font-weight:700;width:100%;padding-left:4px}";
|
|
5
|
+
const KupCustomTaskListTableStyle0 = ganttTableModuleCss;
|
|
5
6
|
|
|
6
7
|
const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomTaskListTable extends HTMLElement {
|
|
7
8
|
constructor() {
|
|
@@ -20,7 +21,7 @@ const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomT
|
|
|
20
21
|
}
|
|
21
22
|
render() {
|
|
22
23
|
const kupDates = new KupDates();
|
|
23
|
-
return (h("div", { class: "container" }, this.tasks.map((task) => {
|
|
24
|
+
return (h("div", { key: 'aa6299da80dde8682f3fe8c1a8e244d6c15e5c5c', class: "container" }, this.tasks.map((task) => {
|
|
24
25
|
var _a, _b, _c;
|
|
25
26
|
return (h(Fragment, null, task.type === 'project' ? (h("div", { class: "project", style: {
|
|
26
27
|
height: `${this.rowHeight}px`,
|
|
@@ -91,7 +92,7 @@ const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomT
|
|
|
91
92
|
})())));
|
|
92
93
|
})));
|
|
93
94
|
}
|
|
94
|
-
static get style() { return
|
|
95
|
+
static get style() { return KupCustomTaskListTableStyle0; }
|
|
95
96
|
}, [0, "kup-custom-task-list-table", {
|
|
96
97
|
"ganttId": [1, "gantt-id"],
|
|
97
98
|
"tasks": [16],
|
|
@@ -14,6 +14,7 @@ var KupAccordionProps;
|
|
|
14
14
|
})(KupAccordionProps || (KupAccordionProps = {}));
|
|
15
15
|
|
|
16
16
|
const kupAccordionCss = ":host{--kup_accordion_background_color:var(\n --kup-accordion-background-color,\n var(--kup-background-color)\n );--kup_accordion_border:var(\n --kup-accordion-border,\n 1px solid var(--kup-border-color)\n );--kup_accordion_border_radius:var(--kup-accordion-border-radius, 4px);--kup-accordion_dropdown_icon_color:var(\n --kup-accordion-dropdown-icon-color,\n var(--kup-icon-color)\n );--kup_accordion_font_family:var(\n --kup-accordion-font-family,\n var(--kup-font-family)\n );--kup_accordion_font_size:var(\n --kup-accordion-font-size,\n var(--kup-font-size)\n );--kup_accordion_hover_background_color:var(\n --kup-accordion-hover-background-color,\n var(--kup-hover-background-color)\n );--kup_accordion_hover_color:var(\n --kup-accordion-hover-color,\n var(--kup-hover-color)\n );--kup_accordion_padding:var(--kup-accordion-padding, 1em 1.5em);--kup_accordion_primary_color:var(\n --kup-accordion-primary-color,\n var(--kup-primary-color)\n );--kup_accordion_primary_color_rgb:var(\n --kup-accordion-primary-color-rgb,\n var(--kup-primary-color-rgb)\n );--kup_accordion_text_color:var(\n --kup-accordion-text-color,\n var(--kup-text-color)\n );--kup_accordion_text_on_primary_color:var(\n --kup-accordion-text-on-primary-color,\n var(--kup-text-on-primary-color)\n );--kup_accordion_transition:var(--kup-accordion-transition, 80ms);display:block;font-family:var(--kup_accordion_font_family);font-size:var(--kup_accordion_font_size)}.accordion{background-color:var(--kup_accordion_background_color);border-bottom:var(--kup_accordion_border);border-radius:var(--kup_accordion_border_radius);border-top:var(--kup_accordion_border);display:flex;flex-wrap:wrap;flex-direction:column;width:100%}.accordion-item{border-left:var(--kup_accordion_border);border-right:var(--kup_accordion_border);box-sizing:border-box;width:100%}.accordion-item--visible{display:block}.accordion-item:not(:first-of-type){border-top:var(--kup_accordion_border)}.accordion-item__header{align-items:center;border:none;box-sizing:border-box;color:var(--kup_accordion_text_color);cursor:pointer;display:flex;line-height:1.75em;outline:none;padding:var(--kup_accordion_padding);text-align:left;transition:background-color var(--kup_accordion_transition), color var(--kup_accordion_transition);width:100%}.accordion-item__header:hover:not(.accordion-item__header--selected){color:var(--kup_accordion_hover_color);background-color:var(--kup_accordion_hover_background_color)}.accordion-item__header--expanded{color:var(--kup_accordion_hover_color);background-color:var(--kup_accordion_hover_background_color)}.accordion-item__header--expanded .accordion-item__dropdown{transform:rotate(-180deg)}.accordion-item__header--selected{background-color:rgba(var(--kup_accordion_primary_color_rgb), 0.175)}.accordion-item__text{margin-right:0.5em;overflow:hidden;text-overflow:ellipsis;white-space:pre}.accordion-item__text--highlighted{color:var(--kup_accordion_text_on_primary_color);background-color:var(--kup_accordion_primary_color)}.accordion-item__icon{margin-left:0;margin-right:0.5em}.accordion-item__dropdown{background-color:var(--kup-accordion_dropdown_icon_color);height:1.5em;margin-left:auto;margin-right:0;min-width:1.5em;width:1.5em;transition:transform var(--kup_accordion_transition)}.accordion-item__content{animation:fade-in 0.25s ease-out;display:none}.accordion-item__content--selected{display:block}.mdc-ripple-surface{--mdc-ripple-fg-opacity:0.24}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:var(--kup_accordion_primary_color)}.kup-icon.kup-dropdown-icon{-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}:host(.kup-borderless){--kup-accordion-border:none}:host(.kup-full-height){height:100%}:host(.kup-full-width){width:100%}:host(.kup-danger){--kup-accordion-primary-color:var(--kup-danger-color);--kup-accordion-primary-color-rgb:var(--kup-danger-color-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-info){--kup-accordion-primary-color:var(--kup-info-color);--kup-accordion-primary-color-rgb:var(--kup-info-color-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-secondary){--kup-accordion-primary-color:var(--kup-secondary-color);--kup-accordion-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-accordion-text-on-primary-color:var(--kup-text-on-secondary-color)}:host(.kup-success){--kup-accordion-primary-color:var(--kup-success-color);--kup-accordion-primary-color-rgb:var(--kup-success-color-rgb);--kup-accordion-text-on-primary-color:white}:host(.kup-warning){--kup-accordion-primary-color:var(--kup-warning-color);--kup-accordion-primary-color-rgb:var(--kup-warning-color-rgb);--kup-accordion-text-on-primary-color:white}";
|
|
17
|
+
const KupAccordionStyle0 = kupAccordionCss;
|
|
17
18
|
|
|
18
19
|
const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion extends HTMLElement {
|
|
19
20
|
constructor() {
|
|
@@ -192,7 +193,7 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
|
|
|
192
193
|
}
|
|
193
194
|
render() {
|
|
194
195
|
const content = this.data && this.data.columns ? this.renderItems() : null;
|
|
195
|
-
return (h(Host,
|
|
196
|
+
return (h(Host, { key: '12da47dc3f3462e4d3e78b5266ee5416c26a2a99' }, h("style", { key: 'af0aa37c789ba350584ffd5289e5e08a581a2bb7' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e662e0fb3e38440eb105a18f0e6302d5b619a958', id: componentWrapperId }, h("div", { key: 'e5860263f1b09c6f9f64d3a15ccbde1d2d88a316', class: "accordion" }, content))));
|
|
196
197
|
}
|
|
197
198
|
disconnectedCallback() {
|
|
198
199
|
this.kupManager.theme.unregister(this);
|
|
@@ -201,7 +202,7 @@ const KupAccordion$1 = /*@__PURE__*/ proxyCustomElement(class KupAccordion exten
|
|
|
201
202
|
static get watchers() { return {
|
|
202
203
|
"ripple": ["applyRipple"]
|
|
203
204
|
}; }
|
|
204
|
-
static get style() { return
|
|
205
|
+
static get style() { return KupAccordionStyle0; }
|
|
205
206
|
}, [1, "kup-accordion", {
|
|
206
207
|
"customStyle": [1, "custom-style"],
|
|
207
208
|
"data": [16],
|