@sme.up/ketchup 6.8.0 → 7.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/{f-button-229c63fd.js → f-button-293afb08.js} +1 -1
- package/dist/cjs/{f-cell-dd006395.js → f-cell-06b323ca.js} +11 -8
- package/dist/cjs/{f-chip-f2c369fd.js → f-chip-1c944c07.js} +2 -2
- package/dist/cjs/{f-image-847a6ddf.js → f-image-bfb4e4c9.js} +1 -1
- package/dist/cjs/{f-paginator-utils-cedc4b3e.js → f-paginator-utils-c9560cfd.js} +2 -2
- package/dist/cjs/{f-text-field-fe85187d.js → f-text-field-e99c5a26.js} +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_26.cjs.entry.js +166 -23
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
- package/dist/cjs/kup-cell.cjs.entry.js +5 -5
- package/dist/cjs/kup-dash-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-dash_2.cjs.entry.js +1 -1
- package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
- package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
- package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
- package/dist/cjs/{kup-manager-c53468cd.js → kup-manager-1e882e61.js} +7 -2
- package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
- package/dist/cjs/kup-photo-frame.cjs.entry.js +1 -1
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/card.js +9 -2
- package/dist/collection/assets/data-table.js +4 -1
- package/dist/collection/components/kup-card/box/kup-card-box.js +114 -5
- package/dist/collection/components/kup-card/kup-card.css +171 -21
- package/dist/collection/components/kup-chip/kup-chip.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +10 -3
- package/dist/collection/components/kup-form/kup-form-declarations.js +3 -0
- package/dist/collection/components/kup-form/kup-form.js +56 -3
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
- package/dist/collection/f-components/f-cell/f-cell.js +7 -4
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +4 -1
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +1 -1
- package/dist/components/index.d.ts +68 -0
- package/dist/components/index.js +48 -0
- package/dist/components/kup-accordion.d.ts +11 -0
- package/dist/components/kup-accordion.js +363 -0
- package/dist/components/kup-autocomplete.d.ts +11 -0
- package/dist/components/kup-autocomplete.js +6 -0
- package/dist/components/kup-autocomplete2.js +46145 -0
- package/dist/components/kup-badge.d.ts +11 -0
- package/dist/components/kup-badge.js +6 -0
- package/dist/components/kup-box.d.ts +11 -0
- package/dist/components/kup-box.js +6 -0
- package/dist/components/kup-box2.js +1412 -0
- package/dist/components/kup-button-list.d.ts +11 -0
- package/dist/components/kup-button-list.js +6 -0
- package/dist/components/kup-button.d.ts +11 -0
- package/dist/components/kup-button.js +6 -0
- package/dist/components/kup-calendar.d.ts +11 -0
- package/dist/components/kup-calendar.js +14818 -0
- package/dist/components/kup-card.d.ts +11 -0
- package/dist/components/kup-card.js +6 -0
- package/dist/components/kup-cell.d.ts +11 -0
- package/dist/components/kup-cell.js +332 -0
- package/dist/components/kup-chart.d.ts +11 -0
- package/dist/components/kup-chart.js +6 -0
- package/dist/components/kup-checkbox.d.ts +11 -0
- package/dist/components/kup-checkbox.js +6 -0
- package/dist/components/kup-chip.d.ts +11 -0
- package/dist/components/kup-chip.js +6 -0
- package/dist/components/kup-color-picker.d.ts +11 -0
- package/dist/components/kup-color-picker.js +6 -0
- package/dist/components/kup-combobox.d.ts +11 -0
- package/dist/components/kup-combobox.js +6 -0
- package/dist/components/kup-dash-list.d.ts +11 -0
- package/dist/components/kup-dash-list.js +275 -0
- package/dist/components/kup-dash.d.ts +11 -0
- package/dist/components/kup-dash.js +6 -0
- package/dist/components/kup-dash2.js +223 -0
- package/dist/components/kup-dashboard.d.ts +11 -0
- package/dist/components/kup-dashboard.js +559 -0
- package/dist/components/kup-data-table.d.ts +11 -0
- package/dist/components/kup-data-table.js +6 -0
- package/dist/components/kup-date-picker.d.ts +11 -0
- package/dist/components/kup-date-picker.js +6 -0
- package/dist/components/kup-drawer.d.ts +11 -0
- package/dist/components/kup-drawer.js +303 -0
- package/dist/components/kup-dropdown-button.d.ts +11 -0
- package/dist/components/kup-dropdown-button.js +6 -0
- package/dist/components/kup-echart.d.ts +11 -0
- package/dist/components/kup-echart.js +6 -0
- package/dist/components/kup-echart2.js +94317 -0
- package/dist/components/kup-family-tree.d.ts +11 -0
- package/dist/components/kup-family-tree.js +623 -0
- package/dist/components/kup-form.d.ts +11 -0
- package/dist/components/kup-form.js +6 -0
- package/dist/components/kup-gauge.d.ts +11 -0
- package/dist/components/kup-gauge.js +6 -0
- package/dist/components/kup-grid.d.ts +11 -0
- package/dist/components/kup-grid.js +6 -0
- package/dist/components/kup-grid2.js +256 -0
- package/dist/components/kup-iframe.d.ts +11 -0
- package/dist/components/kup-iframe.js +257 -0
- package/dist/components/kup-image-list.d.ts +11 -0
- package/dist/components/kup-image-list.js +416 -0
- package/dist/components/kup-image.d.ts +11 -0
- package/dist/components/kup-image.js +6 -0
- package/dist/components/kup-lazy.d.ts +11 -0
- package/dist/components/kup-lazy.js +352 -0
- package/dist/components/kup-list.d.ts +11 -0
- package/dist/components/kup-list.js +6 -0
- package/dist/components/kup-magic-box.d.ts +11 -0
- package/dist/components/kup-magic-box.js +470 -0
- package/dist/components/kup-nav-bar.d.ts +11 -0
- package/dist/components/kup-nav-bar.js +292 -0
- package/dist/components/kup-numeric-picker.d.ts +11 -0
- package/dist/components/kup-numeric-picker.js +536 -0
- package/dist/components/kup-photo-frame.d.ts +11 -0
- package/dist/components/kup-photo-frame.js +308 -0
- package/dist/components/kup-probe.d.ts +11 -0
- package/dist/components/kup-probe.js +403 -0
- package/dist/components/kup-progress-bar.d.ts +11 -0
- package/dist/components/kup-progress-bar.js +6 -0
- package/dist/components/kup-qlik.d.ts +11 -0
- package/dist/components/kup-qlik.js +302 -0
- package/dist/components/kup-radio.d.ts +11 -0
- package/dist/components/kup-radio.js +6 -0
- package/dist/components/kup-rating.d.ts +11 -0
- package/dist/components/kup-rating.js +6 -0
- package/dist/components/kup-snackbar.d.ts +11 -0
- package/dist/components/kup-snackbar.js +272 -0
- package/dist/components/kup-spinner.d.ts +11 -0
- package/dist/components/kup-spinner.js +6 -0
- package/dist/components/kup-switch.d.ts +11 -0
- package/dist/components/kup-switch.js +6 -0
- package/dist/components/kup-tab-bar.d.ts +11 -0
- package/dist/components/kup-tab-bar.js +6 -0
- package/dist/components/kup-text-field.d.ts +11 -0
- package/dist/components/kup-text-field.js +6 -0
- package/dist/components/kup-time-picker.d.ts +11 -0
- package/dist/components/kup-time-picker.js +6 -0
- package/dist/components/kup-tree.d.ts +11 -0
- package/dist/components/kup-tree.js +6 -0
- package/dist/esm/{f-button-d1aba968.js → f-button-4aad092d.js} +1 -1
- package/dist/esm/{f-cell-646406bb.js → f-cell-43ca8ab5.js} +11 -8
- package/dist/esm/{f-chip-d94e9e81.js → f-chip-94851217.js} +2 -2
- package/dist/esm/{f-image-57c88302.js → f-image-48a4b032.js} +1 -1
- package/dist/esm/{f-paginator-utils-2c865e9a.js → f-paginator-utils-fe00f75c.js} +2 -2
- package/dist/esm/{f-text-field-b0a1fea6.js → f-text-field-b6f9ce84.js} +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-autocomplete_26.entry.js +166 -23
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +4 -4
- package/dist/esm/kup-cell.entry.js +5 -5
- package/dist/esm/kup-dash-list.entry.js +1 -1
- package/dist/esm/kup-dash_2.entry.js +1 -1
- package/dist/esm/kup-dashboard.entry.js +4 -4
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +3 -3
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +6 -6
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-c0fbb180.js → kup-manager-07c9ba13.js} +7 -2
- package/dist/esm/kup-nav-bar.entry.js +1 -1
- package/dist/esm/kup-numeric-picker.entry.js +2 -2
- package/dist/esm/kup-photo-frame.entry.js +1 -1
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-a1fe329f.entry.js → p-02be3dd2.entry.js} +1 -1
- package/dist/ketchup/{p-35e16ea2.entry.js → p-10281712.entry.js} +1 -1
- package/dist/ketchup/{p-b1da1ba7.entry.js → p-122f51a0.entry.js} +1 -1
- package/dist/ketchup/{p-e6f19333.entry.js → p-14aec9c8.entry.js} +1 -1
- package/dist/ketchup/{p-a992cf87.js → p-200c76a8.js} +1 -1
- package/dist/ketchup/{p-738685f9.entry.js → p-23f50851.entry.js} +1 -1
- package/dist/ketchup/{p-30766296.entry.js → p-2935f22d.entry.js} +1 -1
- package/dist/ketchup/{p-7c8c5444.entry.js → p-33429412.entry.js} +1 -1
- package/dist/ketchup/{p-596bdc10.entry.js → p-3a55568c.entry.js} +1 -1
- package/dist/ketchup/{p-cee3635a.entry.js → p-4c92f0a4.entry.js} +1 -1
- package/dist/ketchup/{p-a740352c.js → p-5781af8a.js} +1 -1
- package/dist/ketchup/{p-1914969e.entry.js → p-5f7da18e.entry.js} +1 -1
- package/dist/ketchup/{p-9214ef33.entry.js → p-69a9af60.entry.js} +1 -1
- package/dist/ketchup/{p-f43b445e.entry.js → p-7134b172.entry.js} +1 -1
- package/dist/ketchup/{p-980ed953.entry.js → p-772f4bb7.entry.js} +1 -1
- package/dist/ketchup/{p-72d4fa26.entry.js → p-79936744.entry.js} +1 -1
- package/dist/ketchup/{p-395675b8.js → p-86e4bfad.js} +1 -1
- package/dist/ketchup/p-8f8b5a08.entry.js +9 -0
- package/dist/ketchup/{p-250118e3.entry.js → p-94e3b109.entry.js} +1 -1
- package/dist/ketchup/{p-86154e2b.js → p-984a05ff.js} +1 -1
- package/dist/ketchup/{p-eb10958a.entry.js → p-9f759d8d.entry.js} +1 -1
- package/dist/ketchup/{p-351cecba.entry.js → p-ab6c66f7.entry.js} +1 -1
- package/dist/ketchup/{p-fa37e92e.entry.js → p-be7748e6.entry.js} +1 -1
- package/dist/ketchup/{p-61ff1761.js → p-c1a5ed6b.js} +1 -1
- package/dist/ketchup/p-e3b85cae.js +1 -0
- package/dist/ketchup/p-e8666a6d.js +1 -0
- package/dist/ketchup/{p-d422151a.entry.js → p-eab86c09.entry.js} +1 -1
- package/dist/ketchup/{p-991bd70d.entry.js → p-ec2d1c8c.entry.js} +1 -1
- package/dist/types/adoptedStyleSheet-shim.d.ts +3 -3
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +9 -9
- package/dist/types/components/kup-card/box/kup-card-box.d.ts +24 -0
- package/dist/types/components/kup-form/kup-form-declarations.d.ts +4 -1
- package/dist/types/components/kup-form/kup-form.d.ts +11 -1
- package/dist/types/components.d.ts +21 -1
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +2 -1
- package/package.json +1 -1
- package/dist/ketchup/p-3cf97e3a.js +0 -1
- package/dist/ketchup/p-d05ed931.entry.js +0 -9
- package/dist/ketchup/p-ecac6269.js +0 -1
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, c as componentWrapperId, d as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, h as defineCustomElement$6, i as defineCustomElement$7, j as defineCustomElement$8, l as defineCustomElement$9, m as defineCustomElement$a, n as defineCustomElement$b, o as defineCustomElement$c, p as defineCustomElement$d, q as defineCustomElement$e, r as defineCustomElement$f, t as defineCustomElement$g, u as defineCustomElement$h, v as defineCustomElement$i, w as defineCustomElement$j, x as defineCustomElement$k, y as defineCustomElement$l, z as defineCustomElement$m, A as defineCustomElement$n, B as defineCustomElement$o, C as defineCustomElement$p, D as defineCustomElement$q, E as defineCustomElement$r } from './kup-autocomplete2.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Props of the kup-lazy component.
|
|
6
|
+
* Used to export every prop in an object.
|
|
7
|
+
*/
|
|
8
|
+
var KupLazyProps;
|
|
9
|
+
(function (KupLazyProps) {
|
|
10
|
+
KupLazyProps["componentName"] = "Sets the tag name of the component to be lazy loaded.";
|
|
11
|
+
KupLazyProps["customStyle"] = "Custom style of the component.";
|
|
12
|
+
KupLazyProps["data"] = "Sets the data of the component to be lazy loaded.";
|
|
13
|
+
KupLazyProps["showPlaceholder"] = "Displays an animated SVG placeholder until the component is loaded.";
|
|
14
|
+
})(KupLazyProps || (KupLazyProps = {}));
|
|
15
|
+
/**
|
|
16
|
+
* Decides when the sub component should be rendered.
|
|
17
|
+
*/
|
|
18
|
+
var KupLazyRender;
|
|
19
|
+
(function (KupLazyRender) {
|
|
20
|
+
KupLazyRender["VIEWPORT"] = "viewport";
|
|
21
|
+
KupLazyRender["PROPS"] = "props";
|
|
22
|
+
KupLazyRender["BOTH"] = "both";
|
|
23
|
+
})(KupLazyRender || (KupLazyRender = {}));
|
|
24
|
+
|
|
25
|
+
const kupLazyCss = ":host{--kup_lazy_animation_time:var(--kup-lazy-animation-time, 2s);--kup_lazy_hor_alignment:var(--kup-lazy-hor-alignment, center);--kup_lazy_placeholder_color:var(\n --kup-lazy-placeholder-color,\n var(--kup-icon-color)\n );--kup_lazy_height:var(--kup-lazy-height, 100%);--kup_lazy_ver_alignment:var(--kup-lazy-ver-alignment, center);--kup_lazy_width:var(--kup-lazy-width, 100%);display:block;height:var(--kup_lazy_height);width:var(--kup_lazy_width);position:relative}#kup-component{align-items:var(--kup_lazy_ver_alignment);display:flex;justify-content:var(--kup_lazy_hor_alignment);height:var(--kup_lazy_height);width:var(--kup_lazy_width)}#kup-component>*{height:var(--kup_lazy_height)}#kup-component kup-data-table{min-width:100%}.kup-loaded,.kup-to-be-loaded{height:var(--kup_lazy_height);width:var(--kup_lazy_width)}svg{fill:var(--kup_lazy_placeholder_color);animation:shine ease var(--kup_lazy_animation_time) infinite}@keyframes shine{0%{opacity:0.4}50%{opacity:0.8}100%{opacity:0.4}}:host(.kup-bottom-aligned){--kup-lazy-ver-alignment:flex-end}:host(.kup-left-aligned){--kup-lazy-hor-alignment:flex-start}:host(.kup-right-aligned){--kup-lazy-hor-alignment:flex-end}:host(.kup-top-aligned){--kup-lazy-ver-alignment:flex-start}:host(.kup-to-be-loaded) #kup-component{position:absolute}:host(.kup-to-be-loaded) #kup-component>*{margin:auto}";
|
|
26
|
+
|
|
27
|
+
const KupLazy$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
28
|
+
constructor() {
|
|
29
|
+
super();
|
|
30
|
+
this.__registerHost();
|
|
31
|
+
this.__attachShadow();
|
|
32
|
+
this.kupLazyLoaded = createEvent(this, "kup-lazy-loaded", 6);
|
|
33
|
+
/*-------------------------------------------------*/
|
|
34
|
+
/* I n t e r n a l V a r i a b l e s */
|
|
35
|
+
/*-------------------------------------------------*/
|
|
36
|
+
/**
|
|
37
|
+
* Instance of the intersection observer.
|
|
38
|
+
*/
|
|
39
|
+
this.intObserver = null;
|
|
40
|
+
/**
|
|
41
|
+
* Instance of the KupManager class.
|
|
42
|
+
*/
|
|
43
|
+
this.kupManager = kupManagerInstance();
|
|
44
|
+
this.lazyComponent = null;
|
|
45
|
+
this.lazyComponentLoaded = false;
|
|
46
|
+
this.isInViewport = false;
|
|
47
|
+
this.componentName = null;
|
|
48
|
+
this.customStyle = '';
|
|
49
|
+
this.data = null;
|
|
50
|
+
this.renderMode = KupLazyRender.BOTH;
|
|
51
|
+
this.showPlaceholder = true;
|
|
52
|
+
}
|
|
53
|
+
/*-------------------------------------------------*/
|
|
54
|
+
/* P u b l i c M e t h o d s */
|
|
55
|
+
/*-------------------------------------------------*/
|
|
56
|
+
/**
|
|
57
|
+
* Used to retrieve component's props values.
|
|
58
|
+
* @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
|
|
59
|
+
* @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
|
|
60
|
+
*/
|
|
61
|
+
async getProps(descriptions) {
|
|
62
|
+
return getProps(this, KupLazyProps, descriptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Returns the HTMLElement of the component to lazy load.
|
|
66
|
+
* @returns {HTMLElement} Lazy loaded component.
|
|
67
|
+
*/
|
|
68
|
+
async getComponent() {
|
|
69
|
+
return this.lazyComponent;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* This method is used to trigger a new render of the component.
|
|
73
|
+
*/
|
|
74
|
+
async refresh() {
|
|
75
|
+
forceUpdate(this);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Sets the props to the component.
|
|
79
|
+
* @param {GenericObject} props - Object containing props that will be set to the component.
|
|
80
|
+
*/
|
|
81
|
+
async setProps(props) {
|
|
82
|
+
setProps(this, KupLazyProps, props);
|
|
83
|
+
}
|
|
84
|
+
/*-------------------------------------------------*/
|
|
85
|
+
/* P r i v a t e M e t h o d s */
|
|
86
|
+
/*-------------------------------------------------*/
|
|
87
|
+
setObserver() {
|
|
88
|
+
let callback = (entries) => {
|
|
89
|
+
entries.forEach((entry) => {
|
|
90
|
+
if (entry.isIntersecting) {
|
|
91
|
+
this.kupManager.debug.logMessage(this, 'kup-lazy entering the viewport, rendering ' +
|
|
92
|
+
this.componentName +
|
|
93
|
+
'.');
|
|
94
|
+
this.isInViewport = true;
|
|
95
|
+
this.intObserver.unobserve(this.rootElement);
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
};
|
|
99
|
+
let options = {
|
|
100
|
+
threshold: 0.25,
|
|
101
|
+
};
|
|
102
|
+
this.intObserver = new IntersectionObserver(callback, options);
|
|
103
|
+
}
|
|
104
|
+
/*-------------------------------------------------*/
|
|
105
|
+
/* L i f e c y c l e H o o k s */
|
|
106
|
+
/*-------------------------------------------------*/
|
|
107
|
+
componentWillLoad() {
|
|
108
|
+
this.kupManager.debug.logLoad(this, false);
|
|
109
|
+
this.kupManager.theme.register(this);
|
|
110
|
+
this.setObserver();
|
|
111
|
+
}
|
|
112
|
+
componentDidLoad() {
|
|
113
|
+
this.intObserver.observe(this.rootElement);
|
|
114
|
+
this.kupManager.debug.logLoad(this, true);
|
|
115
|
+
}
|
|
116
|
+
componentWillRender() {
|
|
117
|
+
this.kupManager.debug.logRender(this, false);
|
|
118
|
+
}
|
|
119
|
+
componentDidRender() {
|
|
120
|
+
if (this.lazyComponent && !this.lazyComponentLoaded) {
|
|
121
|
+
this.lazyComponentLoaded = true;
|
|
122
|
+
this.kupLazyLoaded.emit({
|
|
123
|
+
comp: this,
|
|
124
|
+
id: this.rootElement.id,
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
this.kupManager.debug.logRender(this, true);
|
|
128
|
+
}
|
|
129
|
+
render() {
|
|
130
|
+
let content;
|
|
131
|
+
let resource;
|
|
132
|
+
let className = this.componentName;
|
|
133
|
+
switch (this.componentName) {
|
|
134
|
+
case 'kup-button':
|
|
135
|
+
//call_to_action.svg
|
|
136
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
|
|
137
|
+
break;
|
|
138
|
+
case 'kup-card':
|
|
139
|
+
//art_track.svg
|
|
140
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
|
|
141
|
+
break;
|
|
142
|
+
case 'kup-checkbox':
|
|
143
|
+
//check_box_outline_blank.svg
|
|
144
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
|
|
145
|
+
break;
|
|
146
|
+
case 'kup-chart':
|
|
147
|
+
//chart-bar.svg
|
|
148
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
|
|
149
|
+
break;
|
|
150
|
+
case 'kup-data-table':
|
|
151
|
+
//table-large.svg
|
|
152
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
|
|
153
|
+
break;
|
|
154
|
+
case 'kup-image':
|
|
155
|
+
//photo.svg
|
|
156
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
|
|
157
|
+
break;
|
|
158
|
+
case 'kup-progress-bar':
|
|
159
|
+
//linear_scale.svg
|
|
160
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
|
|
161
|
+
break;
|
|
162
|
+
case 'kup-radio':
|
|
163
|
+
//radio_button_unchecked.svg
|
|
164
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
|
|
165
|
+
break;
|
|
166
|
+
default:
|
|
167
|
+
//art_track.svg
|
|
168
|
+
resource = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
|
|
169
|
+
break;
|
|
170
|
+
}
|
|
171
|
+
if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
|
|
172
|
+
(this.renderMode === KupLazyRender.PROPS && this.data) ||
|
|
173
|
+
(this.renderMode === KupLazyRender.BOTH &&
|
|
174
|
+
this.data &&
|
|
175
|
+
this.isInViewport)) {
|
|
176
|
+
let Tag = this.componentName;
|
|
177
|
+
content = (h(Tag, Object.assign({}, this.data, { ref: (el) => (this.lazyComponent = el) })));
|
|
178
|
+
className += ' kup-loaded';
|
|
179
|
+
}
|
|
180
|
+
else if (this.showPlaceholder) {
|
|
181
|
+
content = resource;
|
|
182
|
+
className += ' kup-to-be-loaded';
|
|
183
|
+
}
|
|
184
|
+
return (h(Host, { class: className }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, content)));
|
|
185
|
+
}
|
|
186
|
+
disconnectedCallback() {
|
|
187
|
+
var _a;
|
|
188
|
+
this.kupManager.theme.unregister(this);
|
|
189
|
+
(_a = this.intObserver) === null || _a === void 0 ? void 0 : _a.unobserve(this.rootElement);
|
|
190
|
+
}
|
|
191
|
+
get rootElement() { return this; }
|
|
192
|
+
static get style() { return kupLazyCss; }
|
|
193
|
+
}, [1, "kup-lazy", {
|
|
194
|
+
"componentName": [1, "component-name"],
|
|
195
|
+
"customStyle": [1, "custom-style"],
|
|
196
|
+
"data": [16],
|
|
197
|
+
"renderMode": [1, "render-mode"],
|
|
198
|
+
"showPlaceholder": [4, "show-placeholder"],
|
|
199
|
+
"isInViewport": [32],
|
|
200
|
+
"getProps": [64],
|
|
201
|
+
"getComponent": [64],
|
|
202
|
+
"refresh": [64],
|
|
203
|
+
"setProps": [64]
|
|
204
|
+
}]);
|
|
205
|
+
function defineCustomElement$1() {
|
|
206
|
+
if (typeof customElements === "undefined") {
|
|
207
|
+
return;
|
|
208
|
+
}
|
|
209
|
+
const components = ["kup-lazy", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dropdown-button", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-tree"];
|
|
210
|
+
components.forEach(tagName => { switch (tagName) {
|
|
211
|
+
case "kup-lazy":
|
|
212
|
+
if (!customElements.get(tagName)) {
|
|
213
|
+
customElements.define(tagName, KupLazy$1);
|
|
214
|
+
}
|
|
215
|
+
break;
|
|
216
|
+
case "kup-autocomplete":
|
|
217
|
+
if (!customElements.get(tagName)) {
|
|
218
|
+
defineCustomElement$r();
|
|
219
|
+
}
|
|
220
|
+
break;
|
|
221
|
+
case "kup-badge":
|
|
222
|
+
if (!customElements.get(tagName)) {
|
|
223
|
+
defineCustomElement$q();
|
|
224
|
+
}
|
|
225
|
+
break;
|
|
226
|
+
case "kup-button":
|
|
227
|
+
if (!customElements.get(tagName)) {
|
|
228
|
+
defineCustomElement$p();
|
|
229
|
+
}
|
|
230
|
+
break;
|
|
231
|
+
case "kup-button-list":
|
|
232
|
+
if (!customElements.get(tagName)) {
|
|
233
|
+
defineCustomElement$o();
|
|
234
|
+
}
|
|
235
|
+
break;
|
|
236
|
+
case "kup-card":
|
|
237
|
+
if (!customElements.get(tagName)) {
|
|
238
|
+
defineCustomElement$n();
|
|
239
|
+
}
|
|
240
|
+
break;
|
|
241
|
+
case "kup-chart":
|
|
242
|
+
if (!customElements.get(tagName)) {
|
|
243
|
+
defineCustomElement$m();
|
|
244
|
+
}
|
|
245
|
+
break;
|
|
246
|
+
case "kup-checkbox":
|
|
247
|
+
if (!customElements.get(tagName)) {
|
|
248
|
+
defineCustomElement$l();
|
|
249
|
+
}
|
|
250
|
+
break;
|
|
251
|
+
case "kup-chip":
|
|
252
|
+
if (!customElements.get(tagName)) {
|
|
253
|
+
defineCustomElement$k();
|
|
254
|
+
}
|
|
255
|
+
break;
|
|
256
|
+
case "kup-color-picker":
|
|
257
|
+
if (!customElements.get(tagName)) {
|
|
258
|
+
defineCustomElement$j();
|
|
259
|
+
}
|
|
260
|
+
break;
|
|
261
|
+
case "kup-combobox":
|
|
262
|
+
if (!customElements.get(tagName)) {
|
|
263
|
+
defineCustomElement$i();
|
|
264
|
+
}
|
|
265
|
+
break;
|
|
266
|
+
case "kup-data-table":
|
|
267
|
+
if (!customElements.get(tagName)) {
|
|
268
|
+
defineCustomElement$h();
|
|
269
|
+
}
|
|
270
|
+
break;
|
|
271
|
+
case "kup-date-picker":
|
|
272
|
+
if (!customElements.get(tagName)) {
|
|
273
|
+
defineCustomElement$g();
|
|
274
|
+
}
|
|
275
|
+
break;
|
|
276
|
+
case "kup-dropdown-button":
|
|
277
|
+
if (!customElements.get(tagName)) {
|
|
278
|
+
defineCustomElement$f();
|
|
279
|
+
}
|
|
280
|
+
break;
|
|
281
|
+
case "kup-form":
|
|
282
|
+
if (!customElements.get(tagName)) {
|
|
283
|
+
defineCustomElement$e();
|
|
284
|
+
}
|
|
285
|
+
break;
|
|
286
|
+
case "kup-gauge":
|
|
287
|
+
if (!customElements.get(tagName)) {
|
|
288
|
+
defineCustomElement$d();
|
|
289
|
+
}
|
|
290
|
+
break;
|
|
291
|
+
case "kup-image":
|
|
292
|
+
if (!customElements.get(tagName)) {
|
|
293
|
+
defineCustomElement$c();
|
|
294
|
+
}
|
|
295
|
+
break;
|
|
296
|
+
case "kup-list":
|
|
297
|
+
if (!customElements.get(tagName)) {
|
|
298
|
+
defineCustomElement$b();
|
|
299
|
+
}
|
|
300
|
+
break;
|
|
301
|
+
case "kup-progress-bar":
|
|
302
|
+
if (!customElements.get(tagName)) {
|
|
303
|
+
defineCustomElement$a();
|
|
304
|
+
}
|
|
305
|
+
break;
|
|
306
|
+
case "kup-radio":
|
|
307
|
+
if (!customElements.get(tagName)) {
|
|
308
|
+
defineCustomElement$9();
|
|
309
|
+
}
|
|
310
|
+
break;
|
|
311
|
+
case "kup-rating":
|
|
312
|
+
if (!customElements.get(tagName)) {
|
|
313
|
+
defineCustomElement$8();
|
|
314
|
+
}
|
|
315
|
+
break;
|
|
316
|
+
case "kup-spinner":
|
|
317
|
+
if (!customElements.get(tagName)) {
|
|
318
|
+
defineCustomElement$7();
|
|
319
|
+
}
|
|
320
|
+
break;
|
|
321
|
+
case "kup-switch":
|
|
322
|
+
if (!customElements.get(tagName)) {
|
|
323
|
+
defineCustomElement$6();
|
|
324
|
+
}
|
|
325
|
+
break;
|
|
326
|
+
case "kup-tab-bar":
|
|
327
|
+
if (!customElements.get(tagName)) {
|
|
328
|
+
defineCustomElement$5();
|
|
329
|
+
}
|
|
330
|
+
break;
|
|
331
|
+
case "kup-text-field":
|
|
332
|
+
if (!customElements.get(tagName)) {
|
|
333
|
+
defineCustomElement$4();
|
|
334
|
+
}
|
|
335
|
+
break;
|
|
336
|
+
case "kup-time-picker":
|
|
337
|
+
if (!customElements.get(tagName)) {
|
|
338
|
+
defineCustomElement$3();
|
|
339
|
+
}
|
|
340
|
+
break;
|
|
341
|
+
case "kup-tree":
|
|
342
|
+
if (!customElements.get(tagName)) {
|
|
343
|
+
defineCustomElement$2();
|
|
344
|
+
}
|
|
345
|
+
break;
|
|
346
|
+
} });
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
const KupLazy = KupLazy$1;
|
|
350
|
+
const defineCustomElement = defineCustomElement$1;
|
|
351
|
+
|
|
352
|
+
export { KupLazy, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface KupList extends Components.KupList, HTMLElement {}
|
|
4
|
+
export const KupList: {
|
|
5
|
+
prototype: KupList;
|
|
6
|
+
new (): KupList;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface KupMagicBox extends Components.KupMagicBox, HTMLElement {}
|
|
4
|
+
export const KupMagicBox: {
|
|
5
|
+
prototype: KupMagicBox;
|
|
6
|
+
new (): KupMagicBox;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|