@sme.up/ketchup 8.3.2 → 9.0.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/{component-2c7ddef7.js → component-cb3b32f5.js} +7 -2
- package/dist/cjs/{f-button-be5c564a.js → f-button-b2cfce1c.js} +3 -3
- package/dist/cjs/{f-cell-d034bcb0.js → f-cell-75fca92b.js} +24 -17
- package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-48d7af02.js} +1 -1
- package/dist/cjs/{f-chip-bc678bf1.js → f-chip-3e504f3e.js} +3 -3
- package/dist/cjs/{f-image-8542c984.js → f-image-270d39ae.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-6d0c4678.js} +4 -4
- package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-bbcd2143.js} +2 -2
- package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-4fda9705.js} +1 -1
- package/dist/cjs/{index-a9a3b467.js → index-c3d10561.js} +90 -19
- package/dist/cjs/ketchup.cjs.js +3 -6
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +151 -156
- package/dist/cjs/kup-box.cjs.entry.js +14 -14
- package/dist/cjs/kup-calendar.cjs.entry.js +16 -10
- package/dist/cjs/kup-card-list.cjs.entry.js +244 -0
- package/dist/cjs/kup-cell.cjs.entry.js +8 -8
- package/dist/cjs/kup-dashboard.cjs.entry.js +10 -10
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
- package/dist/cjs/kup-echart.cjs.entry.js +4604 -4444
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- package/dist/cjs/kup-grid.cjs.entry.js +109 -0
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
- package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
- package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-130bbd9d.js} +7 -7
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
- package/dist/cjs/kup-planner.cjs.entry.js +26 -18
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/collection/assets/card-list.js +709 -0
- package/dist/collection/assets/data-table-performance.js +6 -0
- package/dist/collection/assets/echart.js +168 -90
- package/dist/collection/assets/image-list.js +2 -12
- package/dist/collection/assets/index.js +4 -4
- package/dist/collection/collection-manifest.json +49 -50
- package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
- package/dist/collection/components/kup-badge/kup-badge.js +21 -14
- package/dist/collection/components/kup-box/kup-box.js +62 -41
- package/dist/collection/components/kup-button/kup-button.js +26 -17
- package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
- package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
- package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +3 -2
- package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
- package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
- package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
- package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
- package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
- package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
- package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
- package/dist/collection/components/kup-card/kup-card.css +20 -7
- package/dist/collection/components/kup-card/kup-card.js +67 -52
- package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +49 -58
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
- package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +13 -0
- package/dist/collection/components/kup-card-list/kup-card-list.css +34 -0
- package/dist/collection/components/kup-card-list/kup-card-list.js +481 -0
- package/dist/collection/components/kup-cell/kup-cell.js +27 -18
- package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
- package/dist/collection/components/kup-chart/kup-chart.js +47 -28
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
- package/dist/collection/components/kup-chip/kup-chip.js +32 -20
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
- package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
- package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
- package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
- package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
- package/dist/collection/components/kup-echart/kup-echart.js +64 -39
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
- package/dist/collection/components/kup-form/kup-form.js +32 -21
- package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
- package/dist/collection/components/kup-grid/kup-grid.css +10 -0
- package/dist/collection/components/kup-grid/kup-grid.js +16 -11
- package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
- package/dist/collection/components/kup-image/kup-image.js +27 -18
- package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
- package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
- package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
- package/dist/collection/components/kup-list/kup-list.js +45 -27
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
- package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
- package/dist/collection/components/kup-planner/kup-planner.css +277 -277
- package/dist/collection/components/kup-planner/kup-planner.js +51 -33
- package/dist/collection/components/kup-probe/kup-probe.js +7 -5
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
- package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
- package/dist/collection/components/kup-radio/kup-radio.js +23 -14
- package/dist/collection/components/kup-rating/kup-rating.js +17 -11
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
- package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
- package/dist/collection/components/kup-state/mock-store.js +1 -1
- package/dist/collection/components/kup-switch/kup-switch.js +22 -14
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
- package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
- package/dist/collection/components/kup-tree/kup-tree.js +104 -63
- package/dist/collection/f-components/f-button/f-button.js +3 -3
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -1
- package/dist/collection/f-components/f-cell/f-cell.js +30 -23
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
- package/dist/collection/f-components/f-chip/f-chip.js +5 -5
- package/dist/collection/f-components/f-image/f-image.js +3 -3
- package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
- package/dist/collection/f-components/f-switch/f-switch.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +2 -2
- package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
- package/dist/collection/managers/kup-data/kup-data.js +8 -8
- package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
- package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
- package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
- package/dist/collection/managers/kup-language/kup-language.js +3 -3
- package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
- package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
- package/dist/collection/managers/kup-math/kup-math.js +12 -12
- package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
- package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
- package/dist/collection/managers/kup-search/kup-search.js +2 -2
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
- package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
- package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/types/GenericTypes.js +1 -2
- package/dist/collection/utils/cell-utils.js +1 -1
- package/dist/collection/utils/filters/filters-column-menu.js +3 -3
- package/dist/collection/utils/filters/filters-rows.js +6 -6
- package/dist/collection/utils/filters/filters-tree-items.js +4 -4
- package/dist/collection/utils/filters/filters.js +3 -3
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
- package/dist/collection/utils/utils.js +1 -1
- package/dist/components/kup-autocomplete2.js +393 -386
- package/dist/components/kup-calendar.js +10 -3
- package/dist/components/{kup-dash-list.d.ts → kup-card-list.d.ts} +4 -4
- package/dist/components/kup-card-list.js +408 -0
- package/dist/components/kup-cell.js +1 -1
- 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 +1 -1
- 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-dropdown-button.js +1 -1
- package/dist/components/kup-echart2.js +4602 -4442
- package/dist/components/kup-family-tree.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid2.js +1 -1
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +1 -1
- package/dist/components/kup-numeric-picker.js +1 -1
- package/dist/components/kup-planner.js +21 -13
- package/dist/esm/{component-e86c51ea.js → component-879e99bf.js} +7 -2
- package/dist/esm/{f-button-3b97025a.js → f-button-baa419dc.js} +3 -3
- package/dist/esm/{f-cell-ae537010.js → f-cell-18ee3afa.js} +24 -17
- package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-00a1e020.js} +1 -1
- package/dist/esm/{f-chip-69df7df4.js → f-chip-311500f4.js} +3 -3
- package/dist/esm/{f-image-705c1694.js → f-image-da03494c.js} +2 -2
- package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-d63a195e.js} +4 -4
- package/dist/esm/{f-text-field-fa349928.js → f-text-field-e5f1f1fd.js} +2 -2
- package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-1143cf21.js} +1 -1
- package/dist/esm/{index-bb15ce14.js → index-3336c3b1.js} +91 -19
- package/dist/esm/ketchup.js +4 -7
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +151 -156
- package/dist/esm/kup-box.entry.js +14 -14
- package/dist/esm/kup-calendar.entry.js +16 -10
- package/dist/esm/kup-card-list.entry.js +240 -0
- package/dist/esm/kup-cell.entry.js +8 -8
- package/dist/esm/kup-dashboard.entry.js +10 -10
- package/dist/esm/kup-drawer.entry.js +3 -3
- package/dist/esm/kup-echart.entry.js +4604 -4444
- package/dist/esm/kup-family-tree.entry.js +6 -6
- package/dist/esm/kup-grid.entry.js +105 -0
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +11 -11
- package/dist/esm/kup-lazy.entry.js +3 -3
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-c8d5c94d.js} +7 -7
- package/dist/esm/kup-nav-bar.entry.js +3 -3
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-photo-frame.entry.js +3 -3
- package/dist/esm/kup-planner.entry.js +26 -18
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/loader.js +4 -13
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-fb0b5466.js → p-008ad26c.js} +1 -1
- package/dist/ketchup/{p-15ffcd21.entry.js → p-07707cd1.entry.js} +1 -1
- package/dist/ketchup/p-0c19d485.entry.js +9 -0
- package/dist/ketchup/{p-4c79ea53.entry.js → p-13eac183.entry.js} +1 -1
- package/dist/ketchup/{p-bd5ece4c.js → p-25de68e5.js} +1 -1
- package/dist/ketchup/{p-bd21cdea.entry.js → p-2a2a18bf.entry.js} +1 -1
- package/dist/ketchup/{p-31da4bae.entry.js → p-2d192def.entry.js} +1 -1
- package/dist/ketchup/p-2d42477d.js +2 -0
- package/dist/ketchup/{p-ee39977d.entry.js → p-2dab9c4f.entry.js} +1 -1
- package/dist/ketchup/{p-afa2af1e.js → p-39602629.js} +1 -1
- package/dist/ketchup/{p-fd1323da.js → p-4597f25d.js} +1 -1
- package/dist/ketchup/{p-7664a38d.entry.js → p-51aa248f.entry.js} +2 -2
- package/dist/ketchup/{p-af50bc6b.entry.js → p-55fd3f46.entry.js} +1 -1
- package/dist/ketchup/p-5c15661d.entry.js +1 -0
- package/dist/ketchup/p-5cfaa673.entry.js +1 -0
- package/dist/ketchup/{p-2587abcf.entry.js → p-5f583257.entry.js} +1 -1
- package/dist/ketchup/{p-55182fcf.js → p-7555c10d.js} +1 -1
- package/dist/ketchup/{p-fefa9ae4.entry.js → p-76130e83.entry.js} +1 -1
- package/dist/ketchup/{p-be89bc7b.entry.js → p-7bf649f0.entry.js} +1 -1
- package/dist/ketchup/{p-aa373c37.entry.js → p-7e1c8fc0.entry.js} +1 -1
- package/dist/ketchup/p-80699a95.js +1 -0
- package/dist/ketchup/{p-68c5029f.entry.js → p-81debebe.entry.js} +1 -1
- package/dist/ketchup/{p-82b5fac1.js → p-8281c9e5.js} +1 -1
- package/dist/ketchup/{p-e1f0ade4.entry.js → p-a0f59b05.entry.js} +1 -1
- package/dist/ketchup/{p-b3eeb140.entry.js → p-a8a39b08.entry.js} +1 -1
- package/dist/ketchup/{p-a8eccd10.entry.js → p-bb854cf5.entry.js} +1 -1
- package/dist/ketchup/{p-fb03f2f5.js → p-cd2af1a6.js} +1 -1
- package/dist/ketchup/{p-6507e9eb.js → p-d4a879fc.js} +1 -1
- package/dist/ketchup/{p-6c995fb2.entry.js → p-d6a7498b.entry.js} +1 -1
- package/dist/ketchup/p-d8384990.entry.js +1 -0
- package/dist/ketchup/p-da58f8ab.entry.js +39 -0
- package/dist/ketchup/p-ecb9fe91.entry.js +1 -0
- package/dist/ketchup/{p-3879be61.js → p-f729449f.js} +1 -1
- package/dist/loader/index.d.ts +1 -1
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +3 -2
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
- package/dist/types/components/kup-card/kup-card.d.ts +3 -3
- package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +35 -0
- package/dist/types/components/kup-card-list/kup-card-list.d.ts +62 -0
- package/dist/types/components.d.ts +107 -92
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
- package/dist/types/managers/kup-math/kup-math.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +12 -2
- package/dist/types/types/GenericTypes.d.ts +1 -2
- package/package.json +8 -5
- package/dist/cjs/kup-dash-list.cjs.entry.js +0 -116
- package/dist/cjs/kup-dash_2.cjs.entry.js +0 -179
- package/dist/collection/assets/dash-list.js +0 -474
- package/dist/collection/components/kup-dash/kup-dash.css +0 -136
- package/dist/collection/components/kup-dash/kup-dash.js +0 -171
- package/dist/collection/components/kup-dash-list/kup-dash-list.css +0 -10
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +0 -327
- package/dist/components/kup-dash-list.js +0 -288
- package/dist/components/kup-dash.d.ts +0 -11
- package/dist/components/kup-dash.js +0 -6
- package/dist/components/kup-dash2.js +0 -228
- package/dist/esm/kup-dash-list.entry.js +0 -112
- package/dist/esm/kup-dash_2.entry.js +0 -174
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/ketchup/p-0b24a2ed.entry.js +0 -1
- package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
- package/dist/ketchup/p-1ad1cf92.entry.js +0 -9
- package/dist/ketchup/p-68cd7d9a.js +0 -1
- package/dist/ketchup/p-b5deb573.js +0 -2
- package/dist/ketchup/p-c455cc67.entry.js +0 -39
- package/dist/ketchup/p-e6cf7db3.entry.js +0 -1
- package/dist/ketchup/p-ef21d377.entry.js +0 -1
- package/dist/types/components/kup-dash/kup-dash.d.ts +0 -33
- package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +0 -22
- /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
- /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
- /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
- /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
- /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
- /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
._3_ygE {
|
|
2
|
-
display: table;
|
|
3
|
-
border-bottom: #e6e4e4 1px solid;
|
|
4
|
-
border-top: #e6e4e4 1px solid;
|
|
5
|
-
border-left: #e6e4e4 1px solid;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
._1nBOt {
|
|
9
|
-
display: table-row;
|
|
10
|
-
list-style: none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
._2eZzQ {
|
|
14
|
-
border-right: 1px solid rgb(196, 196, 196);
|
|
15
|
-
opacity: 1;
|
|
16
|
-
margin-left: -2px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
._WuQ0f {
|
|
20
|
-
display: table-cell;
|
|
21
|
-
vertical-align: -webkit-baseline-middle;
|
|
22
|
-
vertical-align: middle;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._3ZbQT {
|
|
26
|
-
display: table;
|
|
27
|
-
border-bottom: #e6e4e4 1px solid;
|
|
28
|
-
border-left: #e6e4e4 1px solid;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
._34SS0 {
|
|
32
|
-
display: table-row;
|
|
33
|
-
text-overflow: ellipsis;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
._34SS0:nth-of-type(even) {
|
|
37
|
-
/*background-color: #f5f5f5;*/
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
._3lLk3 {
|
|
41
|
-
display: table-cell;
|
|
42
|
-
vertical-align: middle;
|
|
43
|
-
white-space: nowrap;
|
|
44
|
-
overflow: hidden;
|
|
45
|
-
text-overflow: ellipsis;
|
|
46
|
-
}
|
|
47
|
-
._nI1Xw {
|
|
48
|
-
display: flex;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
._2QjE6 {
|
|
52
|
-
color: rgb(86 86 86);
|
|
53
|
-
font-size: 0.6rem;
|
|
54
|
-
padding: 0.15rem 0.2rem 0 0.2rem;
|
|
55
|
-
-webkit-user-select: none;
|
|
56
|
-
-moz-user-select: none;
|
|
57
|
-
user-select: none;
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
}
|
|
60
|
-
._2TfEi {
|
|
61
|
-
font-size: 0.6rem;
|
|
62
|
-
padding-left: 1rem;
|
|
63
|
-
-webkit-user-select: none;
|
|
64
|
-
-moz-user-select: none;
|
|
65
|
-
user-select: none;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
._3T42e {
|
|
69
|
-
background: #fff;
|
|
70
|
-
padding: 12px;
|
|
71
|
-
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
._29NTg {
|
|
75
|
-
font-size: 12px;
|
|
76
|
-
margin-bottom: 6px;
|
|
77
|
-
color: #666;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
._25P-K {
|
|
81
|
-
position: absolute;
|
|
82
|
-
display: flex;
|
|
83
|
-
flex-shrink: 0;
|
|
84
|
-
pointer-events: none;
|
|
85
|
-
-webkit-touch-callout: none;
|
|
86
|
-
-webkit-user-select: none;
|
|
87
|
-
-moz-user-select: none;
|
|
88
|
-
user-select: none;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
._3gVAq {
|
|
92
|
-
visibility: hidden;
|
|
93
|
-
position: absolute;
|
|
94
|
-
display: flex;
|
|
95
|
-
pointer-events: none;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
._1eT-t {
|
|
99
|
-
overflow: hidden auto;
|
|
100
|
-
width: 1rem;
|
|
101
|
-
flex-shrink: 0;
|
|
102
|
-
/*firefox*/
|
|
103
|
-
scrollbar-width: thin;
|
|
104
|
-
}
|
|
105
|
-
._1eT-t::-webkit-scrollbar {
|
|
106
|
-
width: 1.1rem;
|
|
107
|
-
height: 1.1rem;
|
|
108
|
-
}
|
|
109
|
-
._1eT-t::-webkit-scrollbar-corner {
|
|
110
|
-
background: transparent;
|
|
111
|
-
}
|
|
112
|
-
._1eT-t::-webkit-scrollbar-thumb {
|
|
113
|
-
border: 6px solid transparent;
|
|
114
|
-
background: rgba(0, 0, 0, 0.2);
|
|
115
|
-
background: var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));
|
|
116
|
-
border-radius: 10px;
|
|
117
|
-
background-clip: padding-box;
|
|
118
|
-
}
|
|
119
|
-
._1eT-t::-webkit-scrollbar-thumb:hover {
|
|
120
|
-
border: 4px solid transparent;
|
|
121
|
-
background: rgba(0, 0, 0, 0.3);
|
|
122
|
-
background: var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));
|
|
123
|
-
background-clip: padding-box;
|
|
124
|
-
}
|
|
1
|
+
._3_ygE {
|
|
2
|
+
display: table;
|
|
3
|
+
border-bottom: #e6e4e4 1px solid;
|
|
4
|
+
border-top: #e6e4e4 1px solid;
|
|
5
|
+
border-left: #e6e4e4 1px solid;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
._1nBOt {
|
|
9
|
+
display: table-row;
|
|
10
|
+
list-style: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
._2eZzQ {
|
|
14
|
+
border-right: 1px solid rgb(196, 196, 196);
|
|
15
|
+
opacity: 1;
|
|
16
|
+
margin-left: -2px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
._WuQ0f {
|
|
20
|
+
display: table-cell;
|
|
21
|
+
vertical-align: -webkit-baseline-middle;
|
|
22
|
+
vertical-align: middle;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
._3ZbQT {
|
|
26
|
+
display: table;
|
|
27
|
+
border-bottom: #e6e4e4 1px solid;
|
|
28
|
+
border-left: #e6e4e4 1px solid;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
._34SS0 {
|
|
32
|
+
display: table-row;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
._34SS0:nth-of-type(even) {
|
|
37
|
+
/*background-color: #f5f5f5;*/
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
._3lLk3 {
|
|
41
|
+
display: table-cell;
|
|
42
|
+
vertical-align: middle;
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
overflow: hidden;
|
|
45
|
+
text-overflow: ellipsis;
|
|
46
|
+
}
|
|
47
|
+
._nI1Xw {
|
|
48
|
+
display: flex;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
._2QjE6 {
|
|
52
|
+
color: rgb(86 86 86);
|
|
53
|
+
font-size: 0.6rem;
|
|
54
|
+
padding: 0.15rem 0.2rem 0 0.2rem;
|
|
55
|
+
-webkit-user-select: none;
|
|
56
|
+
-moz-user-select: none;
|
|
57
|
+
user-select: none;
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
}
|
|
60
|
+
._2TfEi {
|
|
61
|
+
font-size: 0.6rem;
|
|
62
|
+
padding-left: 1rem;
|
|
63
|
+
-webkit-user-select: none;
|
|
64
|
+
-moz-user-select: none;
|
|
65
|
+
user-select: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
._3T42e {
|
|
69
|
+
background: #fff;
|
|
70
|
+
padding: 12px;
|
|
71
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
._29NTg {
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
margin-bottom: 6px;
|
|
77
|
+
color: #666;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
._25P-K {
|
|
81
|
+
position: absolute;
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-shrink: 0;
|
|
84
|
+
pointer-events: none;
|
|
85
|
+
-webkit-touch-callout: none;
|
|
86
|
+
-webkit-user-select: none;
|
|
87
|
+
-moz-user-select: none;
|
|
88
|
+
user-select: none;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
._3gVAq {
|
|
92
|
+
visibility: hidden;
|
|
93
|
+
position: absolute;
|
|
94
|
+
display: flex;
|
|
95
|
+
pointer-events: none;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
._1eT-t {
|
|
99
|
+
overflow: hidden auto;
|
|
100
|
+
width: 1rem;
|
|
101
|
+
flex-shrink: 0;
|
|
102
|
+
/*firefox*/
|
|
103
|
+
scrollbar-width: thin;
|
|
104
|
+
}
|
|
105
|
+
._1eT-t::-webkit-scrollbar {
|
|
106
|
+
width: 1.1rem;
|
|
107
|
+
height: 1.1rem;
|
|
108
|
+
}
|
|
109
|
+
._1eT-t::-webkit-scrollbar-corner {
|
|
110
|
+
background: transparent;
|
|
111
|
+
}
|
|
112
|
+
._1eT-t::-webkit-scrollbar-thumb {
|
|
113
|
+
border: 6px solid transparent;
|
|
114
|
+
background: rgba(0, 0, 0, 0.2);
|
|
115
|
+
background: var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));
|
|
116
|
+
border-radius: 10px;
|
|
117
|
+
background-clip: padding-box;
|
|
118
|
+
}
|
|
119
|
+
._1eT-t::-webkit-scrollbar-thumb:hover {
|
|
120
|
+
border: 4px solid transparent;
|
|
121
|
+
background: rgba(0, 0, 0, 0.3);
|
|
122
|
+
background: var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));
|
|
123
|
+
background-clip: padding-box;
|
|
124
|
+
}
|
|
125
125
|
|
|
126
126
|
._EvhC1 {
|
|
127
127
|
border-radius: 8px;
|
|
@@ -129,159 +129,159 @@
|
|
|
129
129
|
margin: 12px;
|
|
130
130
|
padding: 12px;
|
|
131
131
|
}
|
|
132
|
-
._2dZTy {
|
|
133
|
-
fill: #fff;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
._2dZTy:nth-child(even) {
|
|
137
|
-
/*fill: #f5f5f5;*/
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
._3rUKi {
|
|
141
|
-
stroke: transparent;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
._RuwuK {
|
|
145
|
-
stroke: #e6e4e4;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
._9w8d5 {
|
|
149
|
-
text-anchor: middle;
|
|
150
|
-
fill: #333;
|
|
151
|
-
-webkit-touch-callout: none;
|
|
152
|
-
-webkit-user-select: none;
|
|
153
|
-
-moz-user-select: none;
|
|
154
|
-
user-select: none;
|
|
155
|
-
pointer-events: none;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
._1rLuZ {
|
|
159
|
-
stroke: #e6e4e4;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
._2q1Kt {
|
|
163
|
-
text-anchor: middle;
|
|
164
|
-
fill: #555;
|
|
165
|
-
-webkit-touch-callout: none;
|
|
166
|
-
-webkit-user-select: none;
|
|
167
|
-
-moz-user-select: none;
|
|
168
|
-
user-select: none;
|
|
169
|
-
pointer-events: none;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
._35nLX {
|
|
173
|
-
fill: #ffffff;
|
|
174
|
-
stroke: #e0e0e0;
|
|
175
|
-
stroke-width: 1.4;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
._KxSXS {
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
outline: none;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
._KxSXS:hover ._3w_5u {
|
|
184
|
-
visibility: visible;
|
|
185
|
-
opacity: 1;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
._3w_5u {
|
|
189
|
-
fill: #ddd;
|
|
190
|
-
cursor: ew-resize;
|
|
191
|
-
opacity: 0;
|
|
192
|
-
visibility: hidden;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
._31ERP {
|
|
196
|
-
-webkit-user-select: none;
|
|
197
|
-
-moz-user-select: none;
|
|
198
|
-
user-select: none;
|
|
199
|
-
stroke-width: 0;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
._3zRJQ {
|
|
203
|
-
fill: #fff;
|
|
204
|
-
text-anchor: middle;
|
|
205
|
-
font-weight: lighter;
|
|
206
|
-
-webkit-touch-callout: none;
|
|
207
|
-
-webkit-user-select: none;
|
|
208
|
-
-moz-user-select: none;
|
|
209
|
-
user-select: none;
|
|
210
|
-
pointer-events: none;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
._3KcaM {
|
|
214
|
-
fill: #555;
|
|
215
|
-
text-anchor: start;
|
|
216
|
-
-webkit-touch-callout: none;
|
|
217
|
-
-webkit-user-select: none;
|
|
218
|
-
-moz-user-select: none;
|
|
219
|
-
user-select: none;
|
|
220
|
-
pointer-events: none;
|
|
221
|
-
}
|
|
222
|
-
._11iN9 {
|
|
223
|
-
background: #efefef;
|
|
224
|
-
border-radius: 8px;
|
|
225
|
-
margin: 12px;
|
|
226
|
-
overflow: hidden;
|
|
227
|
-
padding: 12px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
._CZjuD {
|
|
231
|
-
overflow: hidden;
|
|
232
|
-
font-size: 0;
|
|
233
|
-
margin: 0;
|
|
234
|
-
padding: 0;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
._2B2zv {
|
|
238
|
-
margin: 0;
|
|
239
|
-
padding: 0;
|
|
240
|
-
overflow: hidden;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
._3eULf {
|
|
244
|
-
display: flex;
|
|
245
|
-
padding: 0;
|
|
246
|
-
margin: 0;
|
|
247
|
-
list-style: none;
|
|
248
|
-
outline: none;
|
|
249
|
-
position: relative;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
._2k9Ys {
|
|
253
|
-
overflow: auto;
|
|
254
|
-
max-width: 100%;
|
|
255
|
-
/*firefox*/
|
|
256
|
-
scrollbar-width: thin;
|
|
257
|
-
/*iPad*/
|
|
258
|
-
height: 1.2rem;
|
|
259
|
-
}
|
|
260
|
-
._2k9Ys::-webkit-scrollbar {
|
|
261
|
-
width: 1.1rem;
|
|
262
|
-
height: 1.1rem;
|
|
263
|
-
}
|
|
264
|
-
._2k9Ys::-webkit-scrollbar-corner {
|
|
265
|
-
background: transparent;
|
|
266
|
-
}
|
|
267
|
-
._2k9Ys::-webkit-scrollbar-thumb {
|
|
268
|
-
border: 6px solid transparent;
|
|
269
|
-
background: rgba(0, 0, 0, 0.2);
|
|
270
|
-
background: var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));
|
|
271
|
-
border-radius: 10px;
|
|
272
|
-
background-clip: padding-box;
|
|
273
|
-
}
|
|
274
|
-
._2k9Ys::-webkit-scrollbar-thumb:hover {
|
|
275
|
-
border: 4px solid transparent;
|
|
276
|
-
background: rgba(0, 0, 0, 0.3);
|
|
277
|
-
background: var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));
|
|
278
|
-
background-clip: padding-box;
|
|
279
|
-
}
|
|
280
|
-
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
281
|
-
}
|
|
282
|
-
._19jgW {
|
|
283
|
-
height: 1px;
|
|
284
|
-
}
|
|
132
|
+
._2dZTy {
|
|
133
|
+
fill: #fff;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
._2dZTy:nth-child(even) {
|
|
137
|
+
/*fill: #f5f5f5;*/
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
._3rUKi {
|
|
141
|
+
stroke: transparent;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
._RuwuK {
|
|
145
|
+
stroke: #e6e4e4;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
._9w8d5 {
|
|
149
|
+
text-anchor: middle;
|
|
150
|
+
fill: #333;
|
|
151
|
+
-webkit-touch-callout: none;
|
|
152
|
+
-webkit-user-select: none;
|
|
153
|
+
-moz-user-select: none;
|
|
154
|
+
user-select: none;
|
|
155
|
+
pointer-events: none;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
._1rLuZ {
|
|
159
|
+
stroke: #e6e4e4;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
._2q1Kt {
|
|
163
|
+
text-anchor: middle;
|
|
164
|
+
fill: #555;
|
|
165
|
+
-webkit-touch-callout: none;
|
|
166
|
+
-webkit-user-select: none;
|
|
167
|
+
-moz-user-select: none;
|
|
168
|
+
user-select: none;
|
|
169
|
+
pointer-events: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
._35nLX {
|
|
173
|
+
fill: #ffffff;
|
|
174
|
+
stroke: #e0e0e0;
|
|
175
|
+
stroke-width: 1.4;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
._KxSXS {
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
outline: none;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
._KxSXS:hover ._3w_5u {
|
|
184
|
+
visibility: visible;
|
|
185
|
+
opacity: 1;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
._3w_5u {
|
|
189
|
+
fill: #ddd;
|
|
190
|
+
cursor: ew-resize;
|
|
191
|
+
opacity: 0;
|
|
192
|
+
visibility: hidden;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
._31ERP {
|
|
196
|
+
-webkit-user-select: none;
|
|
197
|
+
-moz-user-select: none;
|
|
198
|
+
user-select: none;
|
|
199
|
+
stroke-width: 0;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
._3zRJQ {
|
|
203
|
+
fill: #fff;
|
|
204
|
+
text-anchor: middle;
|
|
205
|
+
font-weight: lighter;
|
|
206
|
+
-webkit-touch-callout: none;
|
|
207
|
+
-webkit-user-select: none;
|
|
208
|
+
-moz-user-select: none;
|
|
209
|
+
user-select: none;
|
|
210
|
+
pointer-events: none;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
._3KcaM {
|
|
214
|
+
fill: #555;
|
|
215
|
+
text-anchor: start;
|
|
216
|
+
-webkit-touch-callout: none;
|
|
217
|
+
-webkit-user-select: none;
|
|
218
|
+
-moz-user-select: none;
|
|
219
|
+
user-select: none;
|
|
220
|
+
pointer-events: none;
|
|
221
|
+
}
|
|
222
|
+
._11iN9 {
|
|
223
|
+
background: #efefef;
|
|
224
|
+
border-radius: 8px;
|
|
225
|
+
margin: 12px;
|
|
226
|
+
overflow: hidden;
|
|
227
|
+
padding: 12px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
._CZjuD {
|
|
231
|
+
overflow: hidden;
|
|
232
|
+
font-size: 0;
|
|
233
|
+
margin: 0;
|
|
234
|
+
padding: 0;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
._2B2zv {
|
|
238
|
+
margin: 0;
|
|
239
|
+
padding: 0;
|
|
240
|
+
overflow: hidden;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
._3eULf {
|
|
244
|
+
display: flex;
|
|
245
|
+
padding: 0;
|
|
246
|
+
margin: 0;
|
|
247
|
+
list-style: none;
|
|
248
|
+
outline: none;
|
|
249
|
+
position: relative;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
._2k9Ys {
|
|
253
|
+
overflow: auto;
|
|
254
|
+
max-width: 100%;
|
|
255
|
+
/*firefox*/
|
|
256
|
+
scrollbar-width: thin;
|
|
257
|
+
/*iPad*/
|
|
258
|
+
height: 1.2rem;
|
|
259
|
+
}
|
|
260
|
+
._2k9Ys::-webkit-scrollbar {
|
|
261
|
+
width: 1.1rem;
|
|
262
|
+
height: 1.1rem;
|
|
263
|
+
}
|
|
264
|
+
._2k9Ys::-webkit-scrollbar-corner {
|
|
265
|
+
background: transparent;
|
|
266
|
+
}
|
|
267
|
+
._2k9Ys::-webkit-scrollbar-thumb {
|
|
268
|
+
border: 6px solid transparent;
|
|
269
|
+
background: rgba(0, 0, 0, 0.2);
|
|
270
|
+
background: var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));
|
|
271
|
+
border-radius: 10px;
|
|
272
|
+
background-clip: padding-box;
|
|
273
|
+
}
|
|
274
|
+
._2k9Ys::-webkit-scrollbar-thumb:hover {
|
|
275
|
+
border: 4px solid transparent;
|
|
276
|
+
background: rgba(0, 0, 0, 0.3);
|
|
277
|
+
background: var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));
|
|
278
|
+
background-clip: padding-box;
|
|
279
|
+
}
|
|
280
|
+
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
281
|
+
}
|
|
282
|
+
._19jgW {
|
|
283
|
+
height: 1px;
|
|
284
|
+
}
|
|
285
285
|
|
|
286
286
|
._37E9D {
|
|
287
287
|
display: flex;
|