@erplora/outfitkit 0.1.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/LICENSE +21 -0
- package/README.md +457 -0
- package/dist/base/anchor.d.ts +13 -0
- package/dist/base/define.d.ts +1 -0
- package/dist/base/relay.d.ts +1 -0
- package/dist/cdn.d.ts +96 -0
- package/dist/components/ok-app-launcher/ok-app-launcher.d.ts +57 -0
- package/dist/components/ok-audio/ok-audio.d.ts +45 -0
- package/dist/components/ok-avatar/ok-avatar.d.ts +36 -0
- package/dist/components/ok-avatar-group/ok-avatar-group.d.ts +38 -0
- package/dist/components/ok-bar-list/ok-bar-list.d.ts +36 -0
- package/dist/components/ok-bento/ok-bento.d.ts +17 -0
- package/dist/components/ok-bento-item/ok-bento-item.d.ts +34 -0
- package/dist/components/ok-calculator/ok-calculator.d.ts +46 -0
- package/dist/components/ok-calendar/ok-calendar.d.ts +63 -0
- package/dist/components/ok-carousel/ok-carousel.d.ts +48 -0
- package/dist/components/ok-chart/ok-chart.d.ts +55 -0
- package/dist/components/ok-chat/ok-chat.d.ts +54 -0
- package/dist/components/ok-coachmark/ok-coachmark.d.ts +69 -0
- package/dist/components/ok-code/ok-code.d.ts +28 -0
- package/dist/components/ok-color-picker/ok-color-picker.d.ts +63 -0
- package/dist/components/ok-combo/ok-combo.d.ts +46 -0
- package/dist/components/ok-command-palette/ok-command-palette.d.ts +72 -0
- package/dist/components/ok-contact-form/ok-contact-form.d.ts +54 -0
- package/dist/components/ok-cropper/ok-cropper.d.ts +60 -0
- package/dist/components/ok-cta-band/ok-cta-band.d.ts +18 -0
- package/dist/components/ok-currency/ok-currency.d.ts +31 -0
- package/dist/components/ok-data-table/ok-data-table.d.ts +312 -0
- package/dist/components/ok-date-picker/ok-date-picker.d.ts +81 -0
- package/dist/components/ok-detail-list/ok-detail-list.d.ts +30 -0
- package/dist/components/ok-diff/ok-diff.d.ts +38 -0
- package/dist/components/ok-donut/ok-donut.d.ts +38 -0
- package/dist/components/ok-drawer/ok-drawer.d.ts +56 -0
- package/dist/components/ok-dropzone/ok-dropzone.d.ts +48 -0
- package/dist/components/ok-empty-state/ok-empty-state.d.ts +16 -0
- package/dist/components/ok-error-page/ok-error-page.d.ts +77 -0
- package/dist/components/ok-event-card/ok-event-card.d.ts +56 -0
- package/dist/components/ok-feature-card/ok-feature-card.d.ts +23 -0
- package/dist/components/ok-file-item/ok-file-item.d.ts +31 -0
- package/dist/components/ok-file-manager/ok-file-manager.d.ts +145 -0
- package/dist/components/ok-footer/ok-footer.d.ts +10 -0
- package/dist/components/ok-funnel/ok-funnel.d.ts +31 -0
- package/dist/components/ok-gallery/ok-gallery.d.ts +34 -0
- package/dist/components/ok-gauge/ok-gauge.d.ts +49 -0
- package/dist/components/ok-heatmap/ok-heatmap.d.ts +45 -0
- package/dist/components/ok-hero/ok-hero.d.ts +10 -0
- package/dist/components/ok-hover-card/ok-hover-card.d.ts +76 -0
- package/dist/components/ok-icon-tile/ok-icon-tile.d.ts +24 -0
- package/dist/components/ok-image/ok-image.d.ts +56 -0
- package/dist/components/ok-inline-feedback/ok-inline-feedback.d.ts +33 -0
- package/dist/components/ok-invoice/ok-invoice.d.ts +137 -0
- package/dist/components/ok-json-viewer/ok-json-viewer.d.ts +31 -0
- package/dist/components/ok-kanban/ok-kanban.d.ts +56 -0
- package/dist/components/ok-kbd/ok-kbd.d.ts +21 -0
- package/dist/components/ok-keyboard/ok-keyboard.d.ts +35 -0
- package/dist/components/ok-kpi/ok-kpi.d.ts +24 -0
- package/dist/components/ok-language-select/ok-language-select.d.ts +31 -0
- package/dist/components/ok-lightbox/ok-lightbox.d.ts +59 -0
- package/dist/components/ok-logo-cloud/ok-logo-cloud.d.ts +14 -0
- package/dist/components/ok-loyalty-card/ok-loyalty-card.d.ts +35 -0
- package/dist/components/ok-mail/ok-mail.d.ts +117 -0
- package/dist/components/ok-menu/ok-menu.d.ts +75 -0
- package/dist/components/ok-menubar/ok-menubar.d.ts +75 -0
- package/dist/components/ok-navbar/ok-navbar.d.ts +42 -0
- package/dist/components/ok-notification-center/ok-notification-center.d.ts +79 -0
- package/dist/components/ok-org-chart/ok-org-chart.d.ts +67 -0
- package/dist/components/ok-otp/ok-otp.d.ts +31 -0
- package/dist/components/ok-page-header/ok-page-header.d.ts +23 -0
- package/dist/components/ok-pagination/ok-pagination.d.ts +44 -0
- package/dist/components/ok-pdf/ok-pdf.d.ts +32 -0
- package/dist/components/ok-phone/ok-phone.d.ts +48 -0
- package/dist/components/ok-pinpad/ok-pinpad.d.ts +29 -0
- package/dist/components/ok-pricing-card/ok-pricing-card.d.ts +31 -0
- package/dist/components/ok-product-card/ok-product-card.d.ts +25 -0
- package/dist/components/ok-qr/ok-qr.d.ts +24 -0
- package/dist/components/ok-qty-stepper/ok-qty-stepper.d.ts +35 -0
- package/dist/components/ok-range-dual/ok-range-dual.d.ts +38 -0
- package/dist/components/ok-rating/ok-rating.d.ts +33 -0
- package/dist/components/ok-receipt/ok-receipt.d.ts +103 -0
- package/dist/components/ok-reveal/ok-reveal.d.ts +21 -0
- package/dist/components/ok-rich-text/ok-rich-text.d.ts +46 -0
- package/dist/components/ok-scheduler/ok-scheduler.d.ts +74 -0
- package/dist/components/ok-select-card/ok-select-card.d.ts +37 -0
- package/dist/components/ok-signature/ok-signature.d.ts +55 -0
- package/dist/components/ok-skeleton/ok-skeleton.d.ts +40 -0
- package/dist/components/ok-sparkline/ok-sparkline.d.ts +27 -0
- package/dist/components/ok-split-button/ok-split-button.d.ts +49 -0
- package/dist/components/ok-splitter/ok-splitter.d.ts +36 -0
- package/dist/components/ok-stat/ok-stat.d.ts +16 -0
- package/dist/components/ok-status-dot/ok-status-dot.d.ts +24 -0
- package/dist/components/ok-status-pill/ok-status-pill.d.ts +22 -0
- package/dist/components/ok-stepper/ok-stepper.d.ts +33 -0
- package/dist/components/ok-store/ok-store.d.ts +33 -0
- package/dist/components/ok-tag-input/ok-tag-input.d.ts +39 -0
- package/dist/components/ok-testimonial/ok-testimonial.d.ts +21 -0
- package/dist/components/ok-time-picker/ok-time-picker.d.ts +50 -0
- package/dist/components/ok-timeline/ok-timeline.d.ts +33 -0
- package/dist/components/ok-tree/ok-tree.d.ts +46 -0
- package/dist/components/ok-video/ok-video.d.ts +49 -0
- package/dist/components/ok-widget-board/ok-widget-board.d.ts +71 -0
- package/dist/components/ok-wizard/ok-wizard.d.ts +30 -0
- package/dist/define.js +8 -0
- package/dist/erplora.css +112 -0
- package/dist/index.d.ts +158 -0
- package/dist/index.js +197 -0
- package/dist/layout.css +338 -0
- package/dist/ok-app-launcher.js +396 -0
- package/dist/ok-audio.js +308 -0
- package/dist/ok-avatar-group.js +158 -0
- package/dist/ok-avatar.js +179 -0
- package/dist/ok-bar-list.js +189 -0
- package/dist/ok-bento-item.js +168 -0
- package/dist/ok-bento.js +63 -0
- package/dist/ok-calculator.js +406 -0
- package/dist/ok-calendar.js +541 -0
- package/dist/ok-carousel.js +352 -0
- package/dist/ok-chart.js +325 -0
- package/dist/ok-chat.js +320 -0
- package/dist/ok-coachmark.js +500 -0
- package/dist/ok-code.js +190 -0
- package/dist/ok-color-picker.js +569 -0
- package/dist/ok-combo.js +294 -0
- package/dist/ok-command-palette.js +448 -0
- package/dist/ok-contact-form.js +288 -0
- package/dist/ok-cropper.js +404 -0
- package/dist/ok-cta-band.js +134 -0
- package/dist/ok-currency.js +172 -0
- package/dist/ok-data-table.js +1281 -0
- package/dist/ok-date-picker.js +736 -0
- package/dist/ok-detail-list.js +156 -0
- package/dist/ok-diff.js +200 -0
- package/dist/ok-donut.js +280 -0
- package/dist/ok-drawer.js +357 -0
- package/dist/ok-dropzone.js +376 -0
- package/dist/ok-empty-state.js +104 -0
- package/dist/ok-error-page.js +547 -0
- package/dist/ok-event-card.js +384 -0
- package/dist/ok-feature-card.js +152 -0
- package/dist/ok-file-item.js +259 -0
- package/dist/ok-file-manager.js +1116 -0
- package/dist/ok-footer.js +67 -0
- package/dist/ok-funnel.js +181 -0
- package/dist/ok-gallery.js +293 -0
- package/dist/ok-gauge.js +385 -0
- package/dist/ok-heatmap.js +268 -0
- package/dist/ok-hero.js +43 -0
- package/dist/ok-hover-card.js +480 -0
- package/dist/ok-icon-tile.js +123 -0
- package/dist/ok-image.js +471 -0
- package/dist/ok-inline-feedback.js +221 -0
- package/dist/ok-invoice.js +229 -0
- package/dist/ok-json-viewer.js +330 -0
- package/dist/ok-kanban.js +427 -0
- package/dist/ok-kbd.js +159 -0
- package/dist/ok-keyboard.js +402 -0
- package/dist/ok-kpi.js +147 -0
- package/dist/ok-language-select.js +188 -0
- package/dist/ok-lightbox.js +490 -0
- package/dist/ok-logo-cloud.js +92 -0
- package/dist/ok-loyalty-card.js +353 -0
- package/dist/ok-mail.js +562 -0
- package/dist/ok-menu.js +529 -0
- package/dist/ok-menubar.js +628 -0
- package/dist/ok-navbar.js +306 -0
- package/dist/ok-notification-center.js +545 -0
- package/dist/ok-org-chart.js +619 -0
- package/dist/ok-otp.js +199 -0
- package/dist/ok-page-header.js +202 -0
- package/dist/ok-pagination.js +366 -0
- package/dist/ok-pdf.js +160 -0
- package/dist/ok-phone.js +225 -0
- package/dist/ok-pinpad.js +171 -0
- package/dist/ok-pricing-card.js +184 -0
- package/dist/ok-product-card.js +178 -0
- package/dist/ok-qr.js +652 -0
- package/dist/ok-qty-stepper.js +212 -0
- package/dist/ok-range-dual.js +280 -0
- package/dist/ok-rating.js +199 -0
- package/dist/ok-receipt.js +183 -0
- package/dist/ok-reveal.js +94 -0
- package/dist/ok-rich-text.js +538 -0
- package/dist/ok-scheduler.js +518 -0
- package/dist/ok-select-card.js +231 -0
- package/dist/ok-signature.js +267 -0
- package/dist/ok-skeleton.js +345 -0
- package/dist/ok-sparkline.js +150 -0
- package/dist/ok-split-button.js +251 -0
- package/dist/ok-splitter.js +289 -0
- package/dist/ok-stat.js +77 -0
- package/dist/ok-status-dot.js +163 -0
- package/dist/ok-status-pill.js +123 -0
- package/dist/ok-stepper.js +299 -0
- package/dist/ok-store.js +83 -0
- package/dist/ok-tag-input.js +358 -0
- package/dist/ok-testimonial.js +136 -0
- package/dist/ok-time-picker.js +472 -0
- package/dist/ok-timeline.js +251 -0
- package/dist/ok-tree.js +266 -0
- package/dist/ok-video.js +362 -0
- package/dist/ok-widget-board.js +265 -0
- package/dist/ok-wizard.js +153 -0
- package/dist/outfitkit.js +96 -0
- package/dist/shared/anchor.js +14 -0
- package/dist/store/controller.d.ts +17 -0
- package/dist/store/idb.d.ts +16 -0
- package/dist/store/store.d.ts +39 -0
- package/dist/store-controller.js +31 -0
- package/dist/store.js +182 -0
- package/dist/theme.example.css +70 -0
- package/package.json +147 -0
package/dist/erplora.css
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/* Tema CANÓNICO de marca ERPlora — fuente única de verdad de los tokens compartidos
|
|
2
|
+
* por Cloud y Hub (issue ERPlora/outfitkit#10). Combina:
|
|
3
|
+
* - del Hub: color primary + neutros claros + escala de steps + tokens de diseño
|
|
4
|
+
* (--ok-radius/--ok-shadow-*) + fuente.
|
|
5
|
+
* - de Cloud: la paleta OSCURA de marca (negros zinc), que es la elegida para ambos.
|
|
6
|
+
*
|
|
7
|
+
* Mecanismo OFICIAL de Ionic (variables --ion-*) + tokens --ok-* de OutfitKit. El dark se
|
|
8
|
+
* activa con `.ion-palette-dark` (Cloud/Hub importan la palette dark de Ionic y este fichero
|
|
9
|
+
* la sobrescribe por especificidad). Como `--ok-* → --ion-* → hex`, los componentes ok-* y los
|
|
10
|
+
* ion-* comparten exactamente la misma marca en claro y en oscuro.
|
|
11
|
+
*
|
|
12
|
+
* Fuera de alcance (por ahora): la paleta SEMÁNTICA (success/warning/danger/secondary) y las
|
|
13
|
+
* clases `.ion-color-*`, que Cloud define aparte porque no carga el core.css de Ionic. */
|
|
14
|
+
|
|
15
|
+
:root {
|
|
16
|
+
/* ── Marca (primary) ── */
|
|
17
|
+
--ion-color-primary: #1496d6;
|
|
18
|
+
--ion-color-primary-rgb: 20, 150, 214;
|
|
19
|
+
--ion-color-primary-contrast: #ffffff;
|
|
20
|
+
--ion-color-primary-contrast-rgb: 255, 255, 255;
|
|
21
|
+
--ion-color-primary-shade: #1284bc;
|
|
22
|
+
--ion-color-primary-tint: #2ca1da;
|
|
23
|
+
|
|
24
|
+
/* ── Neutros CLAROS — lienzo casi blanco, superficies blancas por elevación (Linear/Vercel) ── */
|
|
25
|
+
--ion-background-color: #ffffff;
|
|
26
|
+
--ion-background-color-rgb: 255, 255, 255;
|
|
27
|
+
--ion-text-color: #1c1d1f;
|
|
28
|
+
--ion-text-color-rgb: 28, 29, 31;
|
|
29
|
+
--ion-toolbar-background: #ffffff;
|
|
30
|
+
--ion-item-background: #ffffff;
|
|
31
|
+
--ion-card-background: #ffffff;
|
|
32
|
+
--ion-border-color: #eeeeef;
|
|
33
|
+
|
|
34
|
+
/* Rampa neutra clara (nombres nuevos de Ionic) + alias legacy --ion-color-step-*. */
|
|
35
|
+
--ion-background-color-step-50: #fdfdfd;
|
|
36
|
+
--ion-background-color-step-100: #f6f6f7;
|
|
37
|
+
--ion-background-color-step-150: #eeeeef;
|
|
38
|
+
--ion-background-color-step-200: #e4e4e6;
|
|
39
|
+
--ion-background-color-step-250: #d4d4d7;
|
|
40
|
+
--ion-background-color-step-300: #bdbdc1;
|
|
41
|
+
--ion-background-color-step-500: #89898f;
|
|
42
|
+
--ion-background-color-step-700: #54545a;
|
|
43
|
+
--ion-background-color-step-850: #29292d;
|
|
44
|
+
--ion-color-step-50: var(--ion-background-color-step-50);
|
|
45
|
+
--ion-color-step-100: var(--ion-background-color-step-100);
|
|
46
|
+
--ion-color-step-150: var(--ion-background-color-step-150);
|
|
47
|
+
--ion-color-step-200: var(--ion-background-color-step-200);
|
|
48
|
+
--ion-color-step-250: var(--ion-background-color-step-250);
|
|
49
|
+
--ion-color-step-300: var(--ion-background-color-step-300);
|
|
50
|
+
--ion-color-step-500: var(--ion-background-color-step-500);
|
|
51
|
+
--ion-color-step-700: var(--ion-background-color-step-700);
|
|
52
|
+
--ion-color-step-850: var(--ion-background-color-step-850);
|
|
53
|
+
|
|
54
|
+
/* Fuente de marca. Los consumidores deben cargar la webfont "Inter"; si no, cae al stack del sistema. */
|
|
55
|
+
--ion-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
|
|
56
|
+
|
|
57
|
+
/* ── Tokens de diseño OutfitKit (geometría / sombras, NO-color) ── */
|
|
58
|
+
--ok-radius: 14px;
|
|
59
|
+
--ok-radius-sm: 10px;
|
|
60
|
+
--ok-radius-pill: 999px;
|
|
61
|
+
--ok-shadow-xs: 0 1px 2px rgba(17, 24, 39, 0.05);
|
|
62
|
+
--ok-shadow-sm: 0 1px 3px rgba(17, 24, 39, 0.06), 0 1px 2px rgba(17, 24, 39, 0.04);
|
|
63
|
+
--ok-shadow-md: 0 6px 20px rgba(17, 24, 39, 0.08), 0 2px 6px rgba(17, 24, 39, 0.04);
|
|
64
|
+
--ok-surface-muted: var(--ion-color-step-50);
|
|
65
|
+
|
|
66
|
+
/* ── Alias --ok-* → --ion-* (los componentes ok-* resuelven por esta cadena) ── */
|
|
67
|
+
--ok-primary: var(--ion-color-primary);
|
|
68
|
+
--ok-primary-contrast: var(--ion-color-primary-contrast);
|
|
69
|
+
--ok-bg: var(--ion-background-color);
|
|
70
|
+
--ok-surface: var(--ion-card-background);
|
|
71
|
+
--ok-surface-2: var(--ion-color-step-100, rgba(var(--ion-text-color-rgb), 0.04));
|
|
72
|
+
--ok-text: var(--ion-text-color);
|
|
73
|
+
--ok-muted: rgba(var(--ion-text-color-rgb), 0.6);
|
|
74
|
+
--ok-border: var(--ion-border-color);
|
|
75
|
+
--ok-border-soft: rgba(var(--ion-text-color-rgb), 0.08);
|
|
76
|
+
--ok-spacing: 1rem;
|
|
77
|
+
--ok-container-max: 1140px;
|
|
78
|
+
--ok-font: var(--ion-font-family);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* ── OSCURO (paleta de marca de Cloud: negros zinc) ──
|
|
82
|
+
Mismo selector que Ionic (:root.ion-palette-dark) para ganarle por orden de carga. */
|
|
83
|
+
:root.ion-palette-dark {
|
|
84
|
+
/* Lienzo oscuro */
|
|
85
|
+
--ion-background-color: #09090b;
|
|
86
|
+
--ion-background-color-rgb: 9, 9, 11;
|
|
87
|
+
--ion-text-color: #fafafa;
|
|
88
|
+
--ion-text-color-rgb: 250, 250, 250;
|
|
89
|
+
--ion-toolbar-background: #18181b;
|
|
90
|
+
--ion-item-background: #18181b;
|
|
91
|
+
--ion-card-background: #18181b;
|
|
92
|
+
--ion-border-color: #27272a;
|
|
93
|
+
|
|
94
|
+
/* Steps oscuros (legacy + nuevos en paralelo). */
|
|
95
|
+
--ion-color-step-50: #18181b;
|
|
96
|
+
--ion-color-step-100: #27272a;
|
|
97
|
+
--ion-color-step-150: #3f3f46;
|
|
98
|
+
--ion-background-color-step-50: #18181b;
|
|
99
|
+
--ion-background-color-step-100: #27272a;
|
|
100
|
+
--ion-background-color-step-150: #3f3f46;
|
|
101
|
+
|
|
102
|
+
/* Primary más claro sobre fondo oscuro. */
|
|
103
|
+
--ion-color-primary: #2aa6e4;
|
|
104
|
+
--ion-color-primary-rgb: 42, 166, 228;
|
|
105
|
+
--ion-color-primary-shade: #2592c9;
|
|
106
|
+
--ion-color-primary-tint: #3fafe7;
|
|
107
|
+
|
|
108
|
+
/* Sombras más marcadas sobre oscuro. */
|
|
109
|
+
--ok-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
110
|
+
--ok-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.5);
|
|
111
|
+
--ok-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.55);
|
|
112
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
export { createStore, store } from './store/store.js';
|
|
2
|
+
export type { Store, StoreOptions, StoreSubscriber } from './store/store.js';
|
|
3
|
+
export { StoreController } from './store/controller.js';
|
|
4
|
+
export { OkStore } from './components/ok-store/ok-store.js';
|
|
5
|
+
export { OkDataTable } from './components/ok-data-table/ok-data-table.js';
|
|
6
|
+
export type { DataTableColumn, DataTableAction, DataTableView, DataTablePrimaryAction, DataTableRowKey, } from './components/ok-data-table/ok-data-table.js';
|
|
7
|
+
export { OkMail } from './components/ok-mail/ok-mail.js';
|
|
8
|
+
export type { OkMailFolder, OkMailMessage } from './components/ok-mail/ok-mail.js';
|
|
9
|
+
export { OkTree } from './components/ok-tree/ok-tree.js';
|
|
10
|
+
export type { OkTreeNode } from './components/ok-tree/ok-tree.js';
|
|
11
|
+
export { OkInlineFeedback } from './components/ok-inline-feedback/ok-inline-feedback.js';
|
|
12
|
+
export type { OkInlineFeedbackTone } from './components/ok-inline-feedback/ok-inline-feedback.js';
|
|
13
|
+
export { OkEmptyState } from './components/ok-empty-state/ok-empty-state.js';
|
|
14
|
+
export { OkKpi } from './components/ok-kpi/ok-kpi.js';
|
|
15
|
+
export { OkStat } from './components/ok-stat/ok-stat.js';
|
|
16
|
+
export { OkStepper } from './components/ok-stepper/ok-stepper.js';
|
|
17
|
+
export type { OkStep } from './components/ok-stepper/ok-stepper.js';
|
|
18
|
+
export { OkWizard } from './components/ok-wizard/ok-wizard.js';
|
|
19
|
+
export { OkWidgetBoard } from './components/ok-widget-board/ok-widget-board.js';
|
|
20
|
+
export type { WidgetDef, WidgetPreset, WidgetSize, OkWidgetBoardLabels } from './components/ok-widget-board/ok-widget-board.js';
|
|
21
|
+
export { OkContactForm } from './components/ok-contact-form/ok-contact-form.js';
|
|
22
|
+
export { OkCalendar } from './components/ok-calendar/ok-calendar.js';
|
|
23
|
+
export type { OkCalendarEvent, OkCalendarView } from './components/ok-calendar/ok-calendar.js';
|
|
24
|
+
export { OkKanban } from './components/ok-kanban/ok-kanban.js';
|
|
25
|
+
export type { OkKanbanColumn, OkKanbanCard } from './components/ok-kanban/ok-kanban.js';
|
|
26
|
+
export { OkAppLauncher } from './components/ok-app-launcher/ok-app-launcher.js';
|
|
27
|
+
export type { OkLauncherApp } from './components/ok-app-launcher/ok-app-launcher.js';
|
|
28
|
+
export { OkSplitButton } from './components/ok-split-button/ok-split-button.js';
|
|
29
|
+
export type { OkSplitButtonItem } from './components/ok-split-button/ok-split-button.js';
|
|
30
|
+
export { OkCombo } from './components/ok-combo/ok-combo.js';
|
|
31
|
+
export type { OkComboOption } from './components/ok-combo/ok-combo.js';
|
|
32
|
+
export { OkTagInput } from './components/ok-tag-input/ok-tag-input.js';
|
|
33
|
+
export { OkRating } from './components/ok-rating/ok-rating.js';
|
|
34
|
+
export { OkOtp } from './components/ok-otp/ok-otp.js';
|
|
35
|
+
export { OkPinpad } from './components/ok-pinpad/ok-pinpad.js';
|
|
36
|
+
export { OkCurrency } from './components/ok-currency/ok-currency.js';
|
|
37
|
+
export { OkPhone } from './components/ok-phone/ok-phone.js';
|
|
38
|
+
export type { OkPhoneCountry } from './components/ok-phone/ok-phone.js';
|
|
39
|
+
export { OkDropzone } from './components/ok-dropzone/ok-dropzone.js';
|
|
40
|
+
export { OkSparkline } from './components/ok-sparkline/ok-sparkline.js';
|
|
41
|
+
export { OkChat } from './components/ok-chat/ok-chat.js';
|
|
42
|
+
export type { OkChatMessage } from './components/ok-chat/ok-chat.js';
|
|
43
|
+
export { OkScheduler } from './components/ok-scheduler/ok-scheduler.js';
|
|
44
|
+
export type { OkSchedulerResource, OkSchedulerEvent } from './components/ok-scheduler/ok-scheduler.js';
|
|
45
|
+
export { OkMenubar } from './components/ok-menubar/ok-menubar.js';
|
|
46
|
+
export type { OkMenu as OkMenubarMenu, OkMenuItem as OkMenubarMenuItem } from './components/ok-menubar/ok-menubar.js';
|
|
47
|
+
export { OkCarousel } from './components/ok-carousel/ok-carousel.js';
|
|
48
|
+
export { OkSignature } from './components/ok-signature/ok-signature.js';
|
|
49
|
+
export { OkQr } from './components/ok-qr/ok-qr.js';
|
|
50
|
+
export { OkAudio } from './components/ok-audio/ok-audio.js';
|
|
51
|
+
export { OkVideo } from './components/ok-video/ok-video.js';
|
|
52
|
+
export { OkPdf } from './components/ok-pdf/ok-pdf.js';
|
|
53
|
+
export { OkReceipt } from './components/ok-receipt/ok-receipt.js';
|
|
54
|
+
export type { ReceiptData, ReceiptLine, ReceiptTax, ReceiptPayment, ReceiptBusiness, } from './components/ok-receipt/ok-receipt.js';
|
|
55
|
+
export { OkInvoice } from './components/ok-invoice/ok-invoice.js';
|
|
56
|
+
export type { InvoiceData, InvoiceParty, InvoiceLine, InvoiceTaxLine, } from './components/ok-invoice/ok-invoice.js';
|
|
57
|
+
export { OkTimeline } from './components/ok-timeline/ok-timeline.js';
|
|
58
|
+
export type { OkTimelineItem } from './components/ok-timeline/ok-timeline.js';
|
|
59
|
+
export { OkQtyStepper } from './components/ok-qty-stepper/ok-qty-stepper.js';
|
|
60
|
+
export { OkCommandPalette } from './components/ok-command-palette/ok-command-palette.js';
|
|
61
|
+
export type { OkCommand } from './components/ok-command-palette/ok-command-palette.js';
|
|
62
|
+
export { OkColorPicker } from './components/ok-color-picker/ok-color-picker.js';
|
|
63
|
+
export type { OkRgb } from './components/ok-color-picker/ok-color-picker.js';
|
|
64
|
+
export { OkAvatar } from './components/ok-avatar/ok-avatar.js';
|
|
65
|
+
export type { OkAvatarSize, OkAvatarShape, OkAvatarTone, OkAvatarStatus } from './components/ok-avatar/ok-avatar.js';
|
|
66
|
+
export { OkStatusPill } from './components/ok-status-pill/ok-status-pill.js';
|
|
67
|
+
export type { OkStatusPillTone, OkStatusPillSize } from './components/ok-status-pill/ok-status-pill.js';
|
|
68
|
+
export { OkDrawer } from './components/ok-drawer/ok-drawer.js';
|
|
69
|
+
export type { OkDrawerSide, OkDrawerLabels } from './components/ok-drawer/ok-drawer.js';
|
|
70
|
+
export { OkPageHeader } from './components/ok-page-header/ok-page-header.js';
|
|
71
|
+
export { OkBento } from './components/ok-bento/ok-bento.js';
|
|
72
|
+
export { OkBentoItem } from './components/ok-bento-item/ok-bento-item.js';
|
|
73
|
+
export { OkReveal } from './components/ok-reveal/ok-reveal.js';
|
|
74
|
+
export { OkFeatureCard } from './components/ok-feature-card/ok-feature-card.js';
|
|
75
|
+
export { OkPricingCard } from './components/ok-pricing-card/ok-pricing-card.js';
|
|
76
|
+
export { OkProductCard } from './components/ok-product-card/ok-product-card.js';
|
|
77
|
+
export { OkLogoCloud } from './components/ok-logo-cloud/ok-logo-cloud.js';
|
|
78
|
+
export { OkTestimonial } from './components/ok-testimonial/ok-testimonial.js';
|
|
79
|
+
export { OkCtaBand } from './components/ok-cta-band/ok-cta-band.js';
|
|
80
|
+
export { OkLanguageSelect } from './components/ok-language-select/ok-language-select.js';
|
|
81
|
+
export { OkNavbar } from './components/ok-navbar/ok-navbar.js';
|
|
82
|
+
export { OkFooter } from './components/ok-footer/ok-footer.js';
|
|
83
|
+
export { OkHero } from './components/ok-hero/ok-hero.js';
|
|
84
|
+
export { OkPagination } from './components/ok-pagination/ok-pagination.js';
|
|
85
|
+
export type { PaginationVariant } from './components/ok-pagination/ok-pagination.js';
|
|
86
|
+
export { OkSkeleton } from './components/ok-skeleton/ok-skeleton.js';
|
|
87
|
+
export type { OkSkeletonVariant, OkSkeletonPreset } from './components/ok-skeleton/ok-skeleton.js';
|
|
88
|
+
export { OkGauge } from './components/ok-gauge/ok-gauge.js';
|
|
89
|
+
export type { OkGaugeThreshold, OkGaugeType } from './components/ok-gauge/ok-gauge.js';
|
|
90
|
+
export { OkChart } from './components/ok-chart/ok-chart.js';
|
|
91
|
+
export type { OkChartSeries, OkChartType } from './components/ok-chart/ok-chart.js';
|
|
92
|
+
export { OkDonut } from './components/ok-donut/ok-donut.js';
|
|
93
|
+
export type { OkDonutSlice } from './components/ok-donut/ok-donut.js';
|
|
94
|
+
export { OkHeatmap } from './components/ok-heatmap/ok-heatmap.js';
|
|
95
|
+
export type { OkHeatmapCell, OkHeatmapLayout } from './components/ok-heatmap/ok-heatmap.js';
|
|
96
|
+
export { OkFunnel } from './components/ok-funnel/ok-funnel.js';
|
|
97
|
+
export type { OkFunnelColor, OkFunnelStep } from './components/ok-funnel/ok-funnel.js';
|
|
98
|
+
export { OkBarList } from './components/ok-bar-list/ok-bar-list.js';
|
|
99
|
+
export type { BarListColor, BarListValueFormat, BarListItem } from './components/ok-bar-list/ok-bar-list.js';
|
|
100
|
+
export { OkDetailList } from './components/ok-detail-list/ok-detail-list.js';
|
|
101
|
+
export type { OkDetailItem } from './components/ok-detail-list/ok-detail-list.js';
|
|
102
|
+
export { OkIconTile } from './components/ok-icon-tile/ok-icon-tile.js';
|
|
103
|
+
export type { OkIconTileColor, OkIconTileSize, OkIconTileShape } from './components/ok-icon-tile/ok-icon-tile.js';
|
|
104
|
+
export { OkStatusDot } from './components/ok-status-dot/ok-status-dot.js';
|
|
105
|
+
export type { OkStatusDotTone, OkStatusDotSize } from './components/ok-status-dot/ok-status-dot.js';
|
|
106
|
+
export { OkKbd } from './components/ok-kbd/ok-kbd.js';
|
|
107
|
+
export type { OkKbdSize } from './components/ok-kbd/ok-kbd.js';
|
|
108
|
+
export { OkMenu } from './components/ok-menu/ok-menu.js';
|
|
109
|
+
export type { OkMenuEntry, OkMenuAnchor, OkMenuWidth, OkMenuTrigger } from './components/ok-menu/ok-menu.js';
|
|
110
|
+
export { OkHoverCard } from './components/ok-hover-card/ok-hover-card.js';
|
|
111
|
+
export type { OkHoverCardStat, OkHoverCardAction, OkHoverCardPlacement, OkHoverCardLabels } from './components/ok-hover-card/ok-hover-card.js';
|
|
112
|
+
export { OkNotificationCenter } from './components/ok-notification-center/ok-notification-center.js';
|
|
113
|
+
export type { OkNotifVariant, OkNotification, OkNotifFilter, OkNotifLabels } from './components/ok-notification-center/ok-notification-center.js';
|
|
114
|
+
export { OkCoachmark } from './components/ok-coachmark/ok-coachmark.js';
|
|
115
|
+
export type { OkCoachStep, OkCoachPlacement, OkCoachmarkLabels } from './components/ok-coachmark/ok-coachmark.js';
|
|
116
|
+
export { OkSelectCard } from './components/ok-select-card/ok-select-card.js';
|
|
117
|
+
export type { OkSelectCardChangeDetail } from './components/ok-select-card/ok-select-card.js';
|
|
118
|
+
export { OkErrorPage } from './components/ok-error-page/ok-error-page.js';
|
|
119
|
+
export type { OkErrorPageVariant, OkErrorPageMode, OkErrorCheckStatus, OkErrorShortcut, OkErrorCheck } from './components/ok-error-page/ok-error-page.js';
|
|
120
|
+
export { OkDatePicker } from './components/ok-date-picker/ok-date-picker.js';
|
|
121
|
+
export type { OkDatePickerMode, OkDateRange, OkDatePickerValue, OkDatePreset, OkDatePickerLabels } from './components/ok-date-picker/ok-date-picker.js';
|
|
122
|
+
export { OkTimePicker } from './components/ok-time-picker/ok-time-picker.js';
|
|
123
|
+
export { OkRangeDual } from './components/ok-range-dual/ok-range-dual.js';
|
|
124
|
+
export type { OkRangeDualChangeDetail } from './components/ok-range-dual/ok-range-dual.js';
|
|
125
|
+
export { OkFileItem } from './components/ok-file-item/ok-file-item.js';
|
|
126
|
+
export type { OkFileItemState } from './components/ok-file-item/ok-file-item.js';
|
|
127
|
+
export { OkRichText } from './components/ok-rich-text/ok-rich-text.js';
|
|
128
|
+
export type { OkRichTextSize } from './components/ok-rich-text/ok-rich-text.js';
|
|
129
|
+
export { OkCode } from './components/ok-code/ok-code.js';
|
|
130
|
+
export type { OkCodeCopyDetail } from './components/ok-code/ok-code.js';
|
|
131
|
+
export { OkJsonViewer } from './components/ok-json-viewer/ok-json-viewer.js';
|
|
132
|
+
export type { OkJsonViewerSize, OkJsonValue } from './components/ok-json-viewer/ok-json-viewer.js';
|
|
133
|
+
export { OkDiff } from './components/ok-diff/ok-diff.js';
|
|
134
|
+
export type { OkDiffLineType, OkDiffLine } from './components/ok-diff/ok-diff.js';
|
|
135
|
+
export { OkKeyboard } from './components/ok-keyboard/ok-keyboard.js';
|
|
136
|
+
export type { OkKeyboardLayout, OkKeyboardDensity } from './components/ok-keyboard/ok-keyboard.js';
|
|
137
|
+
export { OkCalculator } from './components/ok-calculator/ok-calculator.js';
|
|
138
|
+
export type { OkCalculatorOp, OkCalculatorInputDetail, OkCalculatorChangeDetail } from './components/ok-calculator/ok-calculator.js';
|
|
139
|
+
export { OkImage } from './components/ok-image/ok-image.js';
|
|
140
|
+
export type { OkImageRatio, OkImageRadius, OkImageZoom } from './components/ok-image/ok-image.js';
|
|
141
|
+
export { OkGallery } from './components/ok-gallery/ok-gallery.js';
|
|
142
|
+
export type { OkGalleryImage } from './components/ok-gallery/ok-gallery.js';
|
|
143
|
+
export { OkLightbox } from './components/ok-lightbox/ok-lightbox.js';
|
|
144
|
+
export type { OkLightboxItemType, OkLightboxItem, OkLightboxLabels } from './components/ok-lightbox/ok-lightbox.js';
|
|
145
|
+
export { OkCropper } from './components/ok-cropper/ok-cropper.js';
|
|
146
|
+
export type { OkCropperAspect, OkCropRect, OkCropDetail } from './components/ok-cropper/ok-cropper.js';
|
|
147
|
+
export { OkSplitter } from './components/ok-splitter/ok-splitter.js';
|
|
148
|
+
export type { OkSplitterOrientation, OkSplitterCollapsed } from './components/ok-splitter/ok-splitter.js';
|
|
149
|
+
export { OkLoyaltyCard } from './components/ok-loyalty-card/ok-loyalty-card.js';
|
|
150
|
+
export type { OkLoyaltyTier, OkLoyaltySize } from './components/ok-loyalty-card/ok-loyalty-card.js';
|
|
151
|
+
export { OkEventCard } from './components/ok-event-card/ok-event-card.js';
|
|
152
|
+
export type { OkEventCardColor, OkEventCardSize, OkEventAttendee } from './components/ok-event-card/ok-event-card.js';
|
|
153
|
+
export { OkAvatarGroup } from './components/ok-avatar-group/ok-avatar-group.js';
|
|
154
|
+
export type { OkAvatarGroupSize, OkAvatarItem } from './components/ok-avatar-group/ok-avatar-group.js';
|
|
155
|
+
export { OkOrgChart } from './components/ok-org-chart/ok-org-chart.js';
|
|
156
|
+
export type { OrgNode } from './components/ok-org-chart/ok-org-chart.js';
|
|
157
|
+
export { OkFileManager } from './components/ok-file-manager/ok-file-manager.js';
|
|
158
|
+
export type { OkFmFolder, OkFmFile, OkFmCrumb, OkFmQuota, OkFmView, OkFmLabels } from './components/ok-file-manager/ok-file-manager.js';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { createStore, store } from "./store.js";
|
|
2
|
+
import { StoreController } from "./store-controller.js";
|
|
3
|
+
import { OkStore } from "./ok-store.js";
|
|
4
|
+
import { OkDataTable } from "./ok-data-table.js";
|
|
5
|
+
import { OkMail } from "./ok-mail.js";
|
|
6
|
+
import { OkTree } from "./ok-tree.js";
|
|
7
|
+
import { OkInlineFeedback } from "./ok-inline-feedback.js";
|
|
8
|
+
import { OkEmptyState } from "./ok-empty-state.js";
|
|
9
|
+
import { OkKpi } from "./ok-kpi.js";
|
|
10
|
+
import { OkStat } from "./ok-stat.js";
|
|
11
|
+
import { OkStepper } from "./ok-stepper.js";
|
|
12
|
+
import { OkWizard } from "./ok-wizard.js";
|
|
13
|
+
import { OkWidgetBoard } from "./ok-widget-board.js";
|
|
14
|
+
import { OkContactForm } from "./ok-contact-form.js";
|
|
15
|
+
import { OkCalendar } from "./ok-calendar.js";
|
|
16
|
+
import { OkKanban } from "./ok-kanban.js";
|
|
17
|
+
import { OkAppLauncher } from "./ok-app-launcher.js";
|
|
18
|
+
import { OkSplitButton } from "./ok-split-button.js";
|
|
19
|
+
import { OkCombo } from "./ok-combo.js";
|
|
20
|
+
import { OkTagInput } from "./ok-tag-input.js";
|
|
21
|
+
import { OkRating } from "./ok-rating.js";
|
|
22
|
+
import { OkOtp } from "./ok-otp.js";
|
|
23
|
+
import { OkPinpad } from "./ok-pinpad.js";
|
|
24
|
+
import { OkCurrency } from "./ok-currency.js";
|
|
25
|
+
import { OkPhone } from "./ok-phone.js";
|
|
26
|
+
import { OkDropzone } from "./ok-dropzone.js";
|
|
27
|
+
import { OkSparkline } from "./ok-sparkline.js";
|
|
28
|
+
import { OkChat } from "./ok-chat.js";
|
|
29
|
+
import { OkScheduler } from "./ok-scheduler.js";
|
|
30
|
+
import { OkMenubar } from "./ok-menubar.js";
|
|
31
|
+
import { OkCarousel } from "./ok-carousel.js";
|
|
32
|
+
import { OkSignature } from "./ok-signature.js";
|
|
33
|
+
import { OkQr } from "./ok-qr.js";
|
|
34
|
+
import { OkAudio } from "./ok-audio.js";
|
|
35
|
+
import { OkVideo } from "./ok-video.js";
|
|
36
|
+
import { OkPdf } from "./ok-pdf.js";
|
|
37
|
+
import { OkReceipt } from "./ok-receipt.js";
|
|
38
|
+
import { OkInvoice } from "./ok-invoice.js";
|
|
39
|
+
import { OkTimeline } from "./ok-timeline.js";
|
|
40
|
+
import { OkQtyStepper } from "./ok-qty-stepper.js";
|
|
41
|
+
import { OkCommandPalette } from "./ok-command-palette.js";
|
|
42
|
+
import { OkColorPicker } from "./ok-color-picker.js";
|
|
43
|
+
import { OkAvatar } from "./ok-avatar.js";
|
|
44
|
+
import { OkStatusPill } from "./ok-status-pill.js";
|
|
45
|
+
import { OkDrawer } from "./ok-drawer.js";
|
|
46
|
+
import { OkPageHeader } from "./ok-page-header.js";
|
|
47
|
+
import { OkBento } from "./ok-bento.js";
|
|
48
|
+
import { OkBentoItem } from "./ok-bento-item.js";
|
|
49
|
+
import { OkReveal } from "./ok-reveal.js";
|
|
50
|
+
import { OkFeatureCard } from "./ok-feature-card.js";
|
|
51
|
+
import { OkPricingCard } from "./ok-pricing-card.js";
|
|
52
|
+
import { OkProductCard } from "./ok-product-card.js";
|
|
53
|
+
import { OkLogoCloud } from "./ok-logo-cloud.js";
|
|
54
|
+
import { OkTestimonial } from "./ok-testimonial.js";
|
|
55
|
+
import { OkCtaBand } from "./ok-cta-band.js";
|
|
56
|
+
import { OkLanguageSelect } from "./ok-language-select.js";
|
|
57
|
+
import { OkNavbar } from "./ok-navbar.js";
|
|
58
|
+
import { OkFooter } from "./ok-footer.js";
|
|
59
|
+
import { OkHero } from "./ok-hero.js";
|
|
60
|
+
import { OkPagination } from "./ok-pagination.js";
|
|
61
|
+
import { OkSkeleton } from "./ok-skeleton.js";
|
|
62
|
+
import { OkGauge } from "./ok-gauge.js";
|
|
63
|
+
import { OkChart } from "./ok-chart.js";
|
|
64
|
+
import { OkDonut } from "./ok-donut.js";
|
|
65
|
+
import { OkHeatmap } from "./ok-heatmap.js";
|
|
66
|
+
import { OkFunnel } from "./ok-funnel.js";
|
|
67
|
+
import { OkBarList } from "./ok-bar-list.js";
|
|
68
|
+
import { OkDetailList } from "./ok-detail-list.js";
|
|
69
|
+
import { OkIconTile } from "./ok-icon-tile.js";
|
|
70
|
+
import { OkStatusDot } from "./ok-status-dot.js";
|
|
71
|
+
import { OkKbd } from "./ok-kbd.js";
|
|
72
|
+
import { OkMenu } from "./ok-menu.js";
|
|
73
|
+
import { OkHoverCard } from "./ok-hover-card.js";
|
|
74
|
+
import { OkNotificationCenter } from "./ok-notification-center.js";
|
|
75
|
+
import { OkCoachmark } from "./ok-coachmark.js";
|
|
76
|
+
import { OkSelectCard } from "./ok-select-card.js";
|
|
77
|
+
import { OkErrorPage } from "./ok-error-page.js";
|
|
78
|
+
import { OkDatePicker } from "./ok-date-picker.js";
|
|
79
|
+
import { OkTimePicker } from "./ok-time-picker.js";
|
|
80
|
+
import { OkRangeDual } from "./ok-range-dual.js";
|
|
81
|
+
import { OkFileItem } from "./ok-file-item.js";
|
|
82
|
+
import { OkRichText } from "./ok-rich-text.js";
|
|
83
|
+
import { OkCode } from "./ok-code.js";
|
|
84
|
+
import { OkJsonViewer } from "./ok-json-viewer.js";
|
|
85
|
+
import { OkDiff } from "./ok-diff.js";
|
|
86
|
+
import { OkKeyboard } from "./ok-keyboard.js";
|
|
87
|
+
import { OkCalculator } from "./ok-calculator.js";
|
|
88
|
+
import { OkImage } from "./ok-image.js";
|
|
89
|
+
import { OkGallery } from "./ok-gallery.js";
|
|
90
|
+
import { OkLightbox } from "./ok-lightbox.js";
|
|
91
|
+
import { OkCropper } from "./ok-cropper.js";
|
|
92
|
+
import { OkSplitter } from "./ok-splitter.js";
|
|
93
|
+
import { OkLoyaltyCard } from "./ok-loyalty-card.js";
|
|
94
|
+
import { OkEventCard } from "./ok-event-card.js";
|
|
95
|
+
import { OkAvatarGroup } from "./ok-avatar-group.js";
|
|
96
|
+
import { OkOrgChart } from "./ok-org-chart.js";
|
|
97
|
+
import { OkFileManager } from "./ok-file-manager.js";
|
|
98
|
+
export {
|
|
99
|
+
OkAppLauncher,
|
|
100
|
+
OkAudio,
|
|
101
|
+
OkAvatar,
|
|
102
|
+
OkAvatarGroup,
|
|
103
|
+
OkBarList,
|
|
104
|
+
OkBento,
|
|
105
|
+
OkBentoItem,
|
|
106
|
+
OkCalculator,
|
|
107
|
+
OkCalendar,
|
|
108
|
+
OkCarousel,
|
|
109
|
+
OkChart,
|
|
110
|
+
OkChat,
|
|
111
|
+
OkCoachmark,
|
|
112
|
+
OkCode,
|
|
113
|
+
OkColorPicker,
|
|
114
|
+
OkCombo,
|
|
115
|
+
OkCommandPalette,
|
|
116
|
+
OkContactForm,
|
|
117
|
+
OkCropper,
|
|
118
|
+
OkCtaBand,
|
|
119
|
+
OkCurrency,
|
|
120
|
+
OkDataTable,
|
|
121
|
+
OkDatePicker,
|
|
122
|
+
OkDetailList,
|
|
123
|
+
OkDiff,
|
|
124
|
+
OkDonut,
|
|
125
|
+
OkDrawer,
|
|
126
|
+
OkDropzone,
|
|
127
|
+
OkEmptyState,
|
|
128
|
+
OkErrorPage,
|
|
129
|
+
OkEventCard,
|
|
130
|
+
OkFeatureCard,
|
|
131
|
+
OkFileItem,
|
|
132
|
+
OkFileManager,
|
|
133
|
+
OkFooter,
|
|
134
|
+
OkFunnel,
|
|
135
|
+
OkGallery,
|
|
136
|
+
OkGauge,
|
|
137
|
+
OkHeatmap,
|
|
138
|
+
OkHero,
|
|
139
|
+
OkHoverCard,
|
|
140
|
+
OkIconTile,
|
|
141
|
+
OkImage,
|
|
142
|
+
OkInlineFeedback,
|
|
143
|
+
OkInvoice,
|
|
144
|
+
OkJsonViewer,
|
|
145
|
+
OkKanban,
|
|
146
|
+
OkKbd,
|
|
147
|
+
OkKeyboard,
|
|
148
|
+
OkKpi,
|
|
149
|
+
OkLanguageSelect,
|
|
150
|
+
OkLightbox,
|
|
151
|
+
OkLogoCloud,
|
|
152
|
+
OkLoyaltyCard,
|
|
153
|
+
OkMail,
|
|
154
|
+
OkMenu,
|
|
155
|
+
OkMenubar,
|
|
156
|
+
OkNavbar,
|
|
157
|
+
OkNotificationCenter,
|
|
158
|
+
OkOrgChart,
|
|
159
|
+
OkOtp,
|
|
160
|
+
OkPageHeader,
|
|
161
|
+
OkPagination,
|
|
162
|
+
OkPdf,
|
|
163
|
+
OkPhone,
|
|
164
|
+
OkPinpad,
|
|
165
|
+
OkPricingCard,
|
|
166
|
+
OkProductCard,
|
|
167
|
+
OkQr,
|
|
168
|
+
OkQtyStepper,
|
|
169
|
+
OkRangeDual,
|
|
170
|
+
OkRating,
|
|
171
|
+
OkReceipt,
|
|
172
|
+
OkReveal,
|
|
173
|
+
OkRichText,
|
|
174
|
+
OkScheduler,
|
|
175
|
+
OkSelectCard,
|
|
176
|
+
OkSignature,
|
|
177
|
+
OkSkeleton,
|
|
178
|
+
OkSparkline,
|
|
179
|
+
OkSplitButton,
|
|
180
|
+
OkSplitter,
|
|
181
|
+
OkStat,
|
|
182
|
+
OkStatusDot,
|
|
183
|
+
OkStatusPill,
|
|
184
|
+
OkStepper,
|
|
185
|
+
OkStore,
|
|
186
|
+
OkTagInput,
|
|
187
|
+
OkTestimonial,
|
|
188
|
+
OkTimePicker,
|
|
189
|
+
OkTimeline,
|
|
190
|
+
OkTree,
|
|
191
|
+
OkVideo,
|
|
192
|
+
OkWidgetBoard,
|
|
193
|
+
OkWizard,
|
|
194
|
+
StoreController,
|
|
195
|
+
createStore,
|
|
196
|
+
store
|
|
197
|
+
};
|