@3t-transform/threeteeui 1.9.41 → 1.9.43
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/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_9_41.cjs.entry.js → tttx-button_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_41.cjs.entry.js → tttx-checkbox-group-caption_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_41.cjs.entry.js → tttx-checkbox-group-heading_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_41.cjs.entry.js → tttx-checkbox-group_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_41.cjs.entry.js → tttx-checkbox_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_41.cjs.entry.js → tttx-comments_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_41.cjs.entry.js → tttx-data-pattern_1_9_43.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_41.cjs.entry.js → tttx-datacard_1_9_43.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_41.cjs.entry.js → tttx-dialog-box_1_9_43.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_41.cjs.entry.js → tttx-dialog_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_41.cjs.entry.js → tttx-expander_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_41_4.cjs.entry.js → tttx-filter_1_9_43_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_41.cjs.entry.js → tttx-form_1_9_43.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-graph_1_9_41.cjs.entry.js → tttx-graph_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_41.cjs.entry.js → tttx-icon_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_41.cjs.entry.js → tttx-keyvalue-block_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_41_3.cjs.entry.js → tttx-loading-spinner_1_9_43_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_41.cjs.entry.js → tttx-multiselect-box_1_9_43.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_41.cjs.entry.js → tttx-percentage-bar_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_41.cjs.entry.js → tttx-qrcode_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_41.cjs.entry.js → tttx-select-box_1_9_43.cjs.entry.js} +6 -6
- package/dist/cjs/tttx-skeleton_loader_1_9_43.cjs.entry.js +40 -0
- package/dist/cjs/{tttx-table_1_9_41.cjs.entry.js → tttx-table_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_41.cjs.entry.js → tttx-tabs_1_9_43.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_41.cjs.entry.js → tttx-textarea_1_9_43.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_41.cjs.entry.js → tttx-toggle_1_9_43.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_41.cjs.entry.js → tttx-tree-view_1_9_43.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +10 -10
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +2 -2
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.css +65 -0
- package/dist/collection/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.js +225 -0
- package/dist/collection/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.stories.js +57 -0
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.css +6 -0
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +8 -8
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +6 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +32 -31
- package/dist/components/index.js +32 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_41.d.ts → tttx-button_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_41.js → tttx-button_1_9_43.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_41.js → tttx-checkbox-group-caption_1_9_43.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_41.js → tttx-checkbox-group-heading_1_9_43.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_41.js → tttx-checkbox-group_1_9_43.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_41.d.ts → tttx-checkbox_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_41.js → tttx-checkbox_1_9_43.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_41.d.ts → tttx-comments_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_41.js → tttx-comments_1_9_43.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_41.js → tttx-data-pattern_1_9_43.js} +16 -16
- package/dist/components/{tttx-comments_1_9_41.d.ts → tttx-datacard_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_41.js → tttx-datacard_1_9_43.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_41.js → tttx-dialog-box_1_9_43.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_41.d.ts → tttx-dialog_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_41.js → tttx-dialog_1_9_43.js} +8 -8
- package/dist/components/tttx-expander_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_41.js → tttx-expander_1_9_43.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_41.d.ts → tttx-filter_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_41.js → tttx-filter_1_9_43.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_41.d.ts → tttx-form_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_41.js → tttx-form_1_9_43.js} +12 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_41.d.ts → tttx-graph_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_41.js → tttx-graph_1_9_43.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_41.d.ts → tttx-icon_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_41.js → tttx-icon_1_9_43.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_41.js → tttx-keyvalue-block_1_9_43.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_41.d.ts → tttx-list_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_41.js → tttx-list_1_9_43.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_41.js → tttx-loading-spinner_1_9_43.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_41.js → tttx-multiselect-box_1_9_43.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_41.js → tttx-percentage-bar_1_9_43.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_41.d.ts → tttx-qrcode_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_41.js → tttx-qrcode_1_9_43.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_41.js → tttx-select-box_1_9_43.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_43.d.ts +11 -0
- package/dist/components/tttx-skeleton_loader_1_9_43.js +65 -0
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_41.js → tttx-sorter_1_9_43.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_41.js → tttx-standalone-input_1_9_43.js} +2 -2
- package/dist/components/{tttx-table_1_9_41.d.ts → tttx-table_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_41.js → tttx-table_1_9_43.js} +5 -5
- package/dist/components/{tttx-form_1_9_41.d.ts → tttx-tabs_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_41.js → tttx-tabs_1_9_43.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_41.d.ts → tttx-tag_1_9_43.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_41.js → tttx-tag_1_9_43.js} +2 -2
- package/dist/components/tttx-textarea_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_41.js → tttx-textarea_1_9_43.js} +6 -6
- package/dist/components/tttx-toggle_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_41.js → tttx-toggle_1_9_43.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_41.js → tttx-toolbar_1_9_43.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_43.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_41.js → tttx-tree-view_1_9_43.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_41.entry.js → tttx-button_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_41.entry.js → tttx-checkbox-group-caption_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_41.entry.js → tttx-checkbox-group-heading_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_41.entry.js → tttx-checkbox-group_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_41.entry.js → tttx-checkbox_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_41.entry.js → tttx-comments_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_41.entry.js → tttx-data-pattern_1_9_43.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_41.entry.js → tttx-datacard_1_9_43.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_41.entry.js → tttx-dialog-box_1_9_43.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_41.entry.js → tttx-dialog_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_41.entry.js → tttx-expander_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_41_4.entry.js → tttx-filter_1_9_43_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_41.entry.js → tttx-form_1_9_43.entry.js} +3 -3
- package/dist/esm/{tttx-graph_1_9_41.entry.js → tttx-graph_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_41.entry.js → tttx-icon_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_41.entry.js → tttx-keyvalue-block_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_41_3.entry.js → tttx-loading-spinner_1_9_43_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_41.entry.js → tttx-multiselect-box_1_9_43.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_41.entry.js → tttx-percentage-bar_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_41.entry.js → tttx-qrcode_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_41.entry.js → tttx-select-box_1_9_43.entry.js} +6 -6
- package/dist/esm/tttx-skeleton_loader_1_9_43.entry.js +36 -0
- package/dist/esm/{tttx-table_1_9_41.entry.js → tttx-table_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_41.entry.js → tttx-tabs_1_9_43.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_41.entry.js → tttx-textarea_1_9_43.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_41.entry.js → tttx-toggle_1_9_43.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_41.entry.js → tttx-tree-view_1_9_43.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-1d8210d3.entry.js +1 -1
- package/dist/tttx/p-21bb99dd.entry.js +1 -1
- package/dist/tttx/p-22150380.entry.js +1 -1
- package/dist/tttx/p-222b7f89.entry.js +1 -1
- package/dist/tttx/p-295a5c16.entry.js +1 -1
- package/dist/tttx/p-354fc8d4.entry.js +1 -1
- package/dist/tttx/p-4560cb86.entry.js +1 -1
- package/dist/tttx/p-49bae603.entry.js +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -0
- package/dist/tttx/p-61df30c5.entry.js +1 -1
- package/dist/tttx/p-6343251b.entry.js +1 -1
- package/dist/tttx/p-652aaf6c.entry.js +1 -1
- package/dist/tttx/p-65da8c2a.entry.js +1 -1
- package/dist/tttx/p-71372d3a.entry.js +1 -1
- package/dist/tttx/p-7ff42357.entry.js +1 -1
- package/dist/tttx/p-80c3103a.entry.js +1 -1
- package/dist/tttx/p-9262d276.entry.js +1 -1
- package/dist/tttx/p-9426547c.entry.js +1 -1
- package/dist/tttx/p-9896a083.entry.js +1 -1
- package/dist/tttx/p-98bee16c.entry.js +1 -1
- package/dist/tttx/p-e23f0843.entry.js +1 -1
- package/dist/tttx/p-e28e5118.entry.js +1 -1
- package/dist/tttx/p-e4b36835.entry.js +1 -1
- package/dist/tttx/{p-910cc310.entry.js → p-e5319b51.entry.js} +1 -1
- package/dist/tttx/p-e5f97b02.entry.js +1 -1
- package/dist/tttx/p-e8b9acb8.entry.js +1 -1
- package/dist/tttx/p-ff44e042.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.d.ts +14 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +402 -369
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_41.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_41.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_41.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_41.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_41.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_41.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_41.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_41.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_41.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_41.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_41.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_41.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_41.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_41.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_41.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_41.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_41.d.ts +0 -11
|
@@ -20,33 +20,33 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_9_43 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_9_43 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_43 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_43 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_43 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_9_43 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
"disableFile": boolean;
|
|
48
48
|
}
|
|
49
|
-
interface
|
|
49
|
+
interface TttxDataPattern_1_9_43 {
|
|
50
50
|
"addbutton": boolean;
|
|
51
51
|
"addbuttonlabel": string;
|
|
52
52
|
"data": string;
|
|
@@ -56,7 +56,7 @@ export namespace Components {
|
|
|
56
56
|
"searchplaceholder": string;
|
|
57
57
|
"sorterOptions": string;
|
|
58
58
|
}
|
|
59
|
-
interface
|
|
59
|
+
interface TttxDatacard_1_9_43 {
|
|
60
60
|
"cardTitle": string;
|
|
61
61
|
"cardType": string;
|
|
62
62
|
"chartConfig": string;
|
|
@@ -65,13 +65,13 @@ export namespace Components {
|
|
|
65
65
|
"rightData": string;
|
|
66
66
|
"rightSubtext": string;
|
|
67
67
|
}
|
|
68
|
-
interface
|
|
68
|
+
interface TttxDialogBox_1_9_43 {
|
|
69
69
|
"allowOverflow": boolean;
|
|
70
70
|
"data": string | DialogItems;
|
|
71
71
|
"open": boolean;
|
|
72
72
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
73
73
|
}
|
|
74
|
-
interface
|
|
74
|
+
interface TttxDialog_1_9_43 {
|
|
75
75
|
"allowOverflow": boolean;
|
|
76
76
|
"closeEnabled": boolean;
|
|
77
77
|
"header": string;
|
|
@@ -79,13 +79,13 @@ export namespace Components {
|
|
|
79
79
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
80
80
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
81
81
|
}
|
|
82
|
-
interface
|
|
82
|
+
interface TttxExpander_1_9_43 {
|
|
83
83
|
"lefticon"?: string;
|
|
84
84
|
"lefticoncolor"?: string;
|
|
85
85
|
"name": string;
|
|
86
86
|
"open": boolean;
|
|
87
87
|
}
|
|
88
|
-
interface
|
|
88
|
+
interface TttxFilter_1_9_43 {
|
|
89
89
|
"defaultFilterOptions": string[] | string;
|
|
90
90
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
91
91
|
"filterHeader": string;
|
|
@@ -96,7 +96,7 @@ export namespace Components {
|
|
|
96
96
|
"showSearchField": boolean;
|
|
97
97
|
"showSelectAll": boolean;
|
|
98
98
|
}
|
|
99
|
-
interface
|
|
99
|
+
interface TttxForm_1_9_43 {
|
|
100
100
|
/**
|
|
101
101
|
* Clear the validation message on a given form field
|
|
102
102
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -143,33 +143,33 @@ export namespace Components {
|
|
|
143
143
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
144
144
|
"submit": () => Promise<void>;
|
|
145
145
|
}
|
|
146
|
-
interface
|
|
146
|
+
interface TttxGraph_1_9_43 {
|
|
147
147
|
"chartData": string;
|
|
148
148
|
"chartText": string;
|
|
149
149
|
"chartType": string;
|
|
150
150
|
}
|
|
151
|
-
interface
|
|
151
|
+
interface TttxIcon_1_9_43 {
|
|
152
152
|
"color": string;
|
|
153
153
|
"icon": string;
|
|
154
154
|
"size": number;
|
|
155
155
|
}
|
|
156
|
-
interface
|
|
156
|
+
interface TttxKeyvalueBlock_1_9_43 {
|
|
157
157
|
"horizontal": boolean;
|
|
158
158
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
159
159
|
"spacedout": boolean;
|
|
160
160
|
}
|
|
161
|
-
interface
|
|
161
|
+
interface TttxList_1_9_43 {
|
|
162
162
|
"data": string | ListItem[];
|
|
163
163
|
"name": string;
|
|
164
164
|
}
|
|
165
|
-
interface
|
|
165
|
+
interface TttxLoadingSpinner_1_9_43 {
|
|
166
166
|
"color": string;
|
|
167
167
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
168
168
|
"loadingMessage": boolean;
|
|
169
169
|
"message"?: string;
|
|
170
170
|
"size": 'small' | 'large';
|
|
171
171
|
}
|
|
172
|
-
interface
|
|
172
|
+
interface TttxMultiselectBox_1_9_43 {
|
|
173
173
|
"htmlVisibleValue": boolean;
|
|
174
174
|
"inline": boolean;
|
|
175
175
|
"isLoading": boolean;
|
|
@@ -183,18 +183,18 @@ export namespace Components {
|
|
|
183
183
|
"stopLocalSearch": boolean;
|
|
184
184
|
"visibleValue": string;
|
|
185
185
|
}
|
|
186
|
-
interface
|
|
186
|
+
interface TttxPercentageBar_1_9_43 {
|
|
187
187
|
"color"?: string;
|
|
188
188
|
"labelid"?: string;
|
|
189
189
|
"min": string;
|
|
190
190
|
"percentage": string | number;
|
|
191
191
|
"thresholds"?: string | Threshold[];
|
|
192
192
|
}
|
|
193
|
-
interface
|
|
193
|
+
interface TttxQrcode_1_9_43 {
|
|
194
194
|
"link": string;
|
|
195
195
|
"size": number;
|
|
196
196
|
}
|
|
197
|
-
interface
|
|
197
|
+
interface TttxSelectBox_1_9_43 {
|
|
198
198
|
"clearable": boolean;
|
|
199
199
|
"errorMsg": string;
|
|
200
200
|
"inline": boolean;
|
|
@@ -214,13 +214,25 @@ export namespace Components {
|
|
|
214
214
|
"useExternalFiltering": boolean;
|
|
215
215
|
"useExternalPaginatedFiltering": boolean;
|
|
216
216
|
}
|
|
217
|
-
interface
|
|
217
|
+
interface TttxSkeleton_loader_1_9_43 {
|
|
218
|
+
"animation": 'pulse' | 'wave' | 'none';
|
|
219
|
+
"borderRadius": string;
|
|
220
|
+
"color": string;
|
|
221
|
+
"count": number;
|
|
222
|
+
"customClass": string;
|
|
223
|
+
"direction": 'vertical' | 'horizontal';
|
|
224
|
+
"gap": string;
|
|
225
|
+
"height": string;
|
|
226
|
+
"variant": 'text' | 'circle' | 'rect';
|
|
227
|
+
"width": string;
|
|
228
|
+
}
|
|
229
|
+
interface TttxSorter_1_9_43 {
|
|
218
230
|
"defaultOption": string;
|
|
219
231
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
220
232
|
"fieldOptionsData": string | SorterData;
|
|
221
233
|
"sorterKey": string;
|
|
222
234
|
}
|
|
223
|
-
interface
|
|
235
|
+
interface TttxStandaloneInput_1_9_43 {
|
|
224
236
|
"autocomplete": 'off' | 'on';
|
|
225
237
|
"checked": boolean;
|
|
226
238
|
"disabled": boolean;
|
|
@@ -236,8 +248,8 @@ export namespace Components {
|
|
|
236
248
|
"inputiconcolor": string;
|
|
237
249
|
/**
|
|
238
250
|
* tabindex - Allows the HTML elements to be focusable
|
|
239
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
240
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
251
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_43 input-index="1" />
|
|
252
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_43 inputindex={1} />
|
|
241
253
|
*/
|
|
242
254
|
"inputindex": string | number;
|
|
243
255
|
/**
|
|
@@ -265,7 +277,7 @@ export namespace Components {
|
|
|
265
277
|
"type": string;
|
|
266
278
|
"value": string | number;
|
|
267
279
|
}
|
|
268
|
-
interface
|
|
280
|
+
interface TttxTable_1_9_43 {
|
|
269
281
|
"data": any;
|
|
270
282
|
"draggableHeaders": boolean;
|
|
271
283
|
"headers": TableHeader[];
|
|
@@ -273,13 +285,13 @@ export namespace Components {
|
|
|
273
285
|
"selectable": boolean;
|
|
274
286
|
"selected": number;
|
|
275
287
|
}
|
|
276
|
-
interface
|
|
288
|
+
interface TttxTabs_1_9_43 {
|
|
277
289
|
"navigation": boolean;
|
|
278
290
|
"tabs": string | Tab[];
|
|
279
291
|
"tabsName": string;
|
|
280
292
|
"wide": boolean;
|
|
281
293
|
}
|
|
282
|
-
interface
|
|
294
|
+
interface TttxTag_1_9_43 {
|
|
283
295
|
"color": string;
|
|
284
296
|
"hasIcon": boolean;
|
|
285
297
|
"icon": string;
|
|
@@ -288,13 +300,13 @@ export namespace Components {
|
|
|
288
300
|
"text": string;
|
|
289
301
|
"textColor": string;
|
|
290
302
|
}
|
|
291
|
-
interface
|
|
303
|
+
interface TttxTextarea_1_9_43 {
|
|
292
304
|
"disabled": boolean;
|
|
293
305
|
"errormsg": string;
|
|
294
306
|
/**
|
|
295
307
|
* tabindex - Allows the HTML elements to be focusable
|
|
296
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
297
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
308
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_43 input-index="1" />
|
|
309
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_43 inputindex={1} />
|
|
298
310
|
*/
|
|
299
311
|
"inputindex": string | number;
|
|
300
312
|
/**
|
|
@@ -318,336 +330,343 @@ export namespace Components {
|
|
|
318
330
|
"textareaautofocus": boolean;
|
|
319
331
|
"value": string | number;
|
|
320
332
|
}
|
|
321
|
-
interface
|
|
333
|
+
interface TttxToggle_1_9_43 {
|
|
322
334
|
"initialstate": boolean | string;
|
|
323
335
|
}
|
|
324
|
-
interface
|
|
336
|
+
interface TttxToolbar_1_9_43 {
|
|
325
337
|
"border": boolean;
|
|
326
338
|
}
|
|
327
|
-
interface
|
|
339
|
+
interface TttxTreeView_1_9_43 {
|
|
328
340
|
"data": TreeViewItem[];
|
|
329
341
|
}
|
|
330
342
|
}
|
|
331
|
-
export interface
|
|
343
|
+
export interface TttxCheckbox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
332
344
|
detail: T;
|
|
333
|
-
target:
|
|
345
|
+
target: HTMLTttxCheckbox_1_9_43Element;
|
|
334
346
|
}
|
|
335
|
-
export interface
|
|
347
|
+
export interface TttxComments_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
336
348
|
detail: T;
|
|
337
|
-
target:
|
|
349
|
+
target: HTMLTttxComments_1_9_43Element;
|
|
338
350
|
}
|
|
339
|
-
export interface
|
|
351
|
+
export interface TttxDialogBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
340
352
|
detail: T;
|
|
341
|
-
target:
|
|
353
|
+
target: HTMLTttxDialogBox_1_9_43Element;
|
|
342
354
|
}
|
|
343
|
-
export interface
|
|
355
|
+
export interface TttxDialog_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
344
356
|
detail: T;
|
|
345
|
-
target:
|
|
357
|
+
target: HTMLTttxDialog_1_9_43Element;
|
|
346
358
|
}
|
|
347
|
-
export interface
|
|
359
|
+
export interface TttxExpander_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
348
360
|
detail: T;
|
|
349
|
-
target:
|
|
361
|
+
target: HTMLTttxExpander_1_9_43Element;
|
|
350
362
|
}
|
|
351
|
-
export interface
|
|
363
|
+
export interface TttxFilter_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
352
364
|
detail: T;
|
|
353
|
-
target:
|
|
365
|
+
target: HTMLTttxFilter_1_9_43Element;
|
|
354
366
|
}
|
|
355
|
-
export interface
|
|
367
|
+
export interface TttxForm_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
356
368
|
detail: T;
|
|
357
|
-
target:
|
|
369
|
+
target: HTMLTttxForm_1_9_43Element;
|
|
358
370
|
}
|
|
359
|
-
export interface
|
|
371
|
+
export interface TttxList_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
360
372
|
detail: T;
|
|
361
|
-
target:
|
|
373
|
+
target: HTMLTttxList_1_9_43Element;
|
|
362
374
|
}
|
|
363
|
-
export interface
|
|
375
|
+
export interface TttxMultiselectBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
364
376
|
detail: T;
|
|
365
|
-
target:
|
|
377
|
+
target: HTMLTttxMultiselectBox_1_9_43Element;
|
|
366
378
|
}
|
|
367
|
-
export interface
|
|
379
|
+
export interface TttxSelectBox_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
368
380
|
detail: T;
|
|
369
|
-
target:
|
|
381
|
+
target: HTMLTttxSelectBox_1_9_43Element;
|
|
370
382
|
}
|
|
371
|
-
export interface
|
|
383
|
+
export interface TttxSorter_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
372
384
|
detail: T;
|
|
373
|
-
target:
|
|
385
|
+
target: HTMLTttxSorter_1_9_43Element;
|
|
374
386
|
}
|
|
375
|
-
export interface
|
|
387
|
+
export interface TttxStandaloneInput_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
376
388
|
detail: T;
|
|
377
|
-
target:
|
|
389
|
+
target: HTMLTttxStandaloneInput_1_9_43Element;
|
|
378
390
|
}
|
|
379
|
-
export interface
|
|
391
|
+
export interface TttxTable_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
380
392
|
detail: T;
|
|
381
|
-
target:
|
|
393
|
+
target: HTMLTttxTable_1_9_43Element;
|
|
382
394
|
}
|
|
383
|
-
export interface
|
|
395
|
+
export interface TttxTabs_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
384
396
|
detail: T;
|
|
385
|
-
target:
|
|
397
|
+
target: HTMLTttxTabs_1_9_43Element;
|
|
386
398
|
}
|
|
387
|
-
export interface
|
|
399
|
+
export interface TttxTextarea_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
388
400
|
detail: T;
|
|
389
|
-
target:
|
|
401
|
+
target: HTMLTttxTextarea_1_9_43Element;
|
|
390
402
|
}
|
|
391
|
-
export interface
|
|
403
|
+
export interface TttxToggle_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
392
404
|
detail: T;
|
|
393
|
-
target:
|
|
405
|
+
target: HTMLTttxToggle_1_9_43Element;
|
|
394
406
|
}
|
|
395
|
-
export interface
|
|
407
|
+
export interface TttxTreeView_1_9_43CustomEvent<T> extends CustomEvent<T> {
|
|
396
408
|
detail: T;
|
|
397
|
-
target:
|
|
409
|
+
target: HTMLTttxTreeView_1_9_43Element;
|
|
398
410
|
}
|
|
399
411
|
declare global {
|
|
400
|
-
interface
|
|
412
|
+
interface HTMLTttxButton_1_9_43Element extends Components.TttxButton_1_9_43, HTMLStencilElement {
|
|
413
|
+
}
|
|
414
|
+
var HTMLTttxButton_1_9_43Element: {
|
|
415
|
+
prototype: HTMLTttxButton_1_9_43Element;
|
|
416
|
+
new (): HTMLTttxButton_1_9_43Element;
|
|
417
|
+
};
|
|
418
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_43Element extends Components.TttxCheckboxGroupCaption_1_9_43, HTMLStencilElement {
|
|
401
419
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
420
|
+
var HTMLTttxCheckboxGroupCaption_1_9_43Element: {
|
|
421
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
422
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
405
423
|
};
|
|
406
|
-
interface
|
|
424
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_43Element extends Components.TttxCheckboxGroupHeading_1_9_43, HTMLStencilElement {
|
|
407
425
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
426
|
+
var HTMLTttxCheckboxGroupHeading_1_9_43Element: {
|
|
427
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
428
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
411
429
|
};
|
|
412
|
-
interface
|
|
430
|
+
interface HTMLTttxCheckboxGroup_1_9_43Element extends Components.TttxCheckboxGroup_1_9_43, HTMLStencilElement {
|
|
413
431
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
432
|
+
var HTMLTttxCheckboxGroup_1_9_43Element: {
|
|
433
|
+
prototype: HTMLTttxCheckboxGroup_1_9_43Element;
|
|
434
|
+
new (): HTMLTttxCheckboxGroup_1_9_43Element;
|
|
417
435
|
};
|
|
418
|
-
interface
|
|
436
|
+
interface HTMLTttxCheckbox_1_9_43Element extends Components.TttxCheckbox_1_9_43, HTMLStencilElement {
|
|
419
437
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
438
|
+
var HTMLTttxCheckbox_1_9_43Element: {
|
|
439
|
+
prototype: HTMLTttxCheckbox_1_9_43Element;
|
|
440
|
+
new (): HTMLTttxCheckbox_1_9_43Element;
|
|
423
441
|
};
|
|
424
|
-
interface
|
|
442
|
+
interface HTMLTttxComments_1_9_43Element extends Components.TttxComments_1_9_43, HTMLStencilElement {
|
|
425
443
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
444
|
+
var HTMLTttxComments_1_9_43Element: {
|
|
445
|
+
prototype: HTMLTttxComments_1_9_43Element;
|
|
446
|
+
new (): HTMLTttxComments_1_9_43Element;
|
|
429
447
|
};
|
|
430
|
-
interface
|
|
448
|
+
interface HTMLTttxDataPattern_1_9_43Element extends Components.TttxDataPattern_1_9_43, HTMLStencilElement {
|
|
431
449
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
450
|
+
var HTMLTttxDataPattern_1_9_43Element: {
|
|
451
|
+
prototype: HTMLTttxDataPattern_1_9_43Element;
|
|
452
|
+
new (): HTMLTttxDataPattern_1_9_43Element;
|
|
435
453
|
};
|
|
436
|
-
interface
|
|
454
|
+
interface HTMLTttxDatacard_1_9_43Element extends Components.TttxDatacard_1_9_43, HTMLStencilElement {
|
|
437
455
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
456
|
+
var HTMLTttxDatacard_1_9_43Element: {
|
|
457
|
+
prototype: HTMLTttxDatacard_1_9_43Element;
|
|
458
|
+
new (): HTMLTttxDatacard_1_9_43Element;
|
|
441
459
|
};
|
|
442
|
-
interface
|
|
460
|
+
interface HTMLTttxDialogBox_1_9_43Element extends Components.TttxDialogBox_1_9_43, HTMLStencilElement {
|
|
443
461
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
462
|
+
var HTMLTttxDialogBox_1_9_43Element: {
|
|
463
|
+
prototype: HTMLTttxDialogBox_1_9_43Element;
|
|
464
|
+
new (): HTMLTttxDialogBox_1_9_43Element;
|
|
447
465
|
};
|
|
448
|
-
interface
|
|
466
|
+
interface HTMLTttxDialog_1_9_43Element extends Components.TttxDialog_1_9_43, HTMLStencilElement {
|
|
449
467
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
468
|
+
var HTMLTttxDialog_1_9_43Element: {
|
|
469
|
+
prototype: HTMLTttxDialog_1_9_43Element;
|
|
470
|
+
new (): HTMLTttxDialog_1_9_43Element;
|
|
453
471
|
};
|
|
454
|
-
interface
|
|
472
|
+
interface HTMLTttxExpander_1_9_43Element extends Components.TttxExpander_1_9_43, HTMLStencilElement {
|
|
455
473
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
474
|
+
var HTMLTttxExpander_1_9_43Element: {
|
|
475
|
+
prototype: HTMLTttxExpander_1_9_43Element;
|
|
476
|
+
new (): HTMLTttxExpander_1_9_43Element;
|
|
459
477
|
};
|
|
460
|
-
interface
|
|
478
|
+
interface HTMLTttxFilter_1_9_43Element extends Components.TttxFilter_1_9_43, HTMLStencilElement {
|
|
461
479
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
480
|
+
var HTMLTttxFilter_1_9_43Element: {
|
|
481
|
+
prototype: HTMLTttxFilter_1_9_43Element;
|
|
482
|
+
new (): HTMLTttxFilter_1_9_43Element;
|
|
465
483
|
};
|
|
466
|
-
interface
|
|
484
|
+
interface HTMLTttxForm_1_9_43Element extends Components.TttxForm_1_9_43, HTMLStencilElement {
|
|
467
485
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
486
|
+
var HTMLTttxForm_1_9_43Element: {
|
|
487
|
+
prototype: HTMLTttxForm_1_9_43Element;
|
|
488
|
+
new (): HTMLTttxForm_1_9_43Element;
|
|
471
489
|
};
|
|
472
|
-
interface
|
|
490
|
+
interface HTMLTttxGraph_1_9_43Element extends Components.TttxGraph_1_9_43, HTMLStencilElement {
|
|
473
491
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
492
|
+
var HTMLTttxGraph_1_9_43Element: {
|
|
493
|
+
prototype: HTMLTttxGraph_1_9_43Element;
|
|
494
|
+
new (): HTMLTttxGraph_1_9_43Element;
|
|
477
495
|
};
|
|
478
|
-
interface
|
|
496
|
+
interface HTMLTttxIcon_1_9_43Element extends Components.TttxIcon_1_9_43, HTMLStencilElement {
|
|
479
497
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
498
|
+
var HTMLTttxIcon_1_9_43Element: {
|
|
499
|
+
prototype: HTMLTttxIcon_1_9_43Element;
|
|
500
|
+
new (): HTMLTttxIcon_1_9_43Element;
|
|
483
501
|
};
|
|
484
|
-
interface
|
|
502
|
+
interface HTMLTttxKeyvalueBlock_1_9_43Element extends Components.TttxKeyvalueBlock_1_9_43, HTMLStencilElement {
|
|
485
503
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
504
|
+
var HTMLTttxKeyvalueBlock_1_9_43Element: {
|
|
505
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
506
|
+
new (): HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
489
507
|
};
|
|
490
|
-
interface
|
|
508
|
+
interface HTMLTttxList_1_9_43Element extends Components.TttxList_1_9_43, HTMLStencilElement {
|
|
491
509
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
510
|
+
var HTMLTttxList_1_9_43Element: {
|
|
511
|
+
prototype: HTMLTttxList_1_9_43Element;
|
|
512
|
+
new (): HTMLTttxList_1_9_43Element;
|
|
495
513
|
};
|
|
496
|
-
interface
|
|
514
|
+
interface HTMLTttxLoadingSpinner_1_9_43Element extends Components.TttxLoadingSpinner_1_9_43, HTMLStencilElement {
|
|
497
515
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
516
|
+
var HTMLTttxLoadingSpinner_1_9_43Element: {
|
|
517
|
+
prototype: HTMLTttxLoadingSpinner_1_9_43Element;
|
|
518
|
+
new (): HTMLTttxLoadingSpinner_1_9_43Element;
|
|
501
519
|
};
|
|
502
|
-
interface
|
|
520
|
+
interface HTMLTttxMultiselectBox_1_9_43Element extends Components.TttxMultiselectBox_1_9_43, HTMLStencilElement {
|
|
503
521
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
522
|
+
var HTMLTttxMultiselectBox_1_9_43Element: {
|
|
523
|
+
prototype: HTMLTttxMultiselectBox_1_9_43Element;
|
|
524
|
+
new (): HTMLTttxMultiselectBox_1_9_43Element;
|
|
507
525
|
};
|
|
508
|
-
interface
|
|
526
|
+
interface HTMLTttxPercentageBar_1_9_43Element extends Components.TttxPercentageBar_1_9_43, HTMLStencilElement {
|
|
509
527
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
528
|
+
var HTMLTttxPercentageBar_1_9_43Element: {
|
|
529
|
+
prototype: HTMLTttxPercentageBar_1_9_43Element;
|
|
530
|
+
new (): HTMLTttxPercentageBar_1_9_43Element;
|
|
513
531
|
};
|
|
514
|
-
interface
|
|
532
|
+
interface HTMLTttxQrcode_1_9_43Element extends Components.TttxQrcode_1_9_43, HTMLStencilElement {
|
|
515
533
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
534
|
+
var HTMLTttxQrcode_1_9_43Element: {
|
|
535
|
+
prototype: HTMLTttxQrcode_1_9_43Element;
|
|
536
|
+
new (): HTMLTttxQrcode_1_9_43Element;
|
|
519
537
|
};
|
|
520
|
-
interface
|
|
538
|
+
interface HTMLTttxSelectBox_1_9_43Element extends Components.TttxSelectBox_1_9_43, HTMLStencilElement {
|
|
521
539
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
540
|
+
var HTMLTttxSelectBox_1_9_43Element: {
|
|
541
|
+
prototype: HTMLTttxSelectBox_1_9_43Element;
|
|
542
|
+
new (): HTMLTttxSelectBox_1_9_43Element;
|
|
525
543
|
};
|
|
526
|
-
interface
|
|
544
|
+
interface HTMLTttxSkeleton_loader_1_9_43Element extends Components.TttxSkeleton_loader_1_9_43, HTMLStencilElement {
|
|
527
545
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
546
|
+
var HTMLTttxSkeleton_loader_1_9_43Element: {
|
|
547
|
+
prototype: HTMLTttxSkeleton_loader_1_9_43Element;
|
|
548
|
+
new (): HTMLTttxSkeleton_loader_1_9_43Element;
|
|
531
549
|
};
|
|
532
|
-
interface
|
|
550
|
+
interface HTMLTttxSorter_1_9_43Element extends Components.TttxSorter_1_9_43, HTMLStencilElement {
|
|
533
551
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
552
|
+
var HTMLTttxSorter_1_9_43Element: {
|
|
553
|
+
prototype: HTMLTttxSorter_1_9_43Element;
|
|
554
|
+
new (): HTMLTttxSorter_1_9_43Element;
|
|
537
555
|
};
|
|
538
|
-
interface
|
|
556
|
+
interface HTMLTttxStandaloneInput_1_9_43Element extends Components.TttxStandaloneInput_1_9_43, HTMLStencilElement {
|
|
539
557
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
558
|
+
var HTMLTttxStandaloneInput_1_9_43Element: {
|
|
559
|
+
prototype: HTMLTttxStandaloneInput_1_9_43Element;
|
|
560
|
+
new (): HTMLTttxStandaloneInput_1_9_43Element;
|
|
543
561
|
};
|
|
544
|
-
interface
|
|
562
|
+
interface HTMLTttxTable_1_9_43Element extends Components.TttxTable_1_9_43, HTMLStencilElement {
|
|
545
563
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
564
|
+
var HTMLTttxTable_1_9_43Element: {
|
|
565
|
+
prototype: HTMLTttxTable_1_9_43Element;
|
|
566
|
+
new (): HTMLTttxTable_1_9_43Element;
|
|
549
567
|
};
|
|
550
|
-
interface
|
|
568
|
+
interface HTMLTttxTabs_1_9_43Element extends Components.TttxTabs_1_9_43, HTMLStencilElement {
|
|
551
569
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
570
|
+
var HTMLTttxTabs_1_9_43Element: {
|
|
571
|
+
prototype: HTMLTttxTabs_1_9_43Element;
|
|
572
|
+
new (): HTMLTttxTabs_1_9_43Element;
|
|
555
573
|
};
|
|
556
|
-
interface
|
|
574
|
+
interface HTMLTttxTag_1_9_43Element extends Components.TttxTag_1_9_43, HTMLStencilElement {
|
|
557
575
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
576
|
+
var HTMLTttxTag_1_9_43Element: {
|
|
577
|
+
prototype: HTMLTttxTag_1_9_43Element;
|
|
578
|
+
new (): HTMLTttxTag_1_9_43Element;
|
|
561
579
|
};
|
|
562
|
-
interface
|
|
580
|
+
interface HTMLTttxTextarea_1_9_43Element extends Components.TttxTextarea_1_9_43, HTMLStencilElement {
|
|
563
581
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
582
|
+
var HTMLTttxTextarea_1_9_43Element: {
|
|
583
|
+
prototype: HTMLTttxTextarea_1_9_43Element;
|
|
584
|
+
new (): HTMLTttxTextarea_1_9_43Element;
|
|
567
585
|
};
|
|
568
|
-
interface
|
|
586
|
+
interface HTMLTttxToggle_1_9_43Element extends Components.TttxToggle_1_9_43, HTMLStencilElement {
|
|
569
587
|
}
|
|
570
|
-
var
|
|
571
|
-
prototype:
|
|
572
|
-
new ():
|
|
588
|
+
var HTMLTttxToggle_1_9_43Element: {
|
|
589
|
+
prototype: HTMLTttxToggle_1_9_43Element;
|
|
590
|
+
new (): HTMLTttxToggle_1_9_43Element;
|
|
573
591
|
};
|
|
574
|
-
interface
|
|
592
|
+
interface HTMLTttxToolbar_1_9_43Element extends Components.TttxToolbar_1_9_43, HTMLStencilElement {
|
|
575
593
|
}
|
|
576
|
-
var
|
|
577
|
-
prototype:
|
|
578
|
-
new ():
|
|
594
|
+
var HTMLTttxToolbar_1_9_43Element: {
|
|
595
|
+
prototype: HTMLTttxToolbar_1_9_43Element;
|
|
596
|
+
new (): HTMLTttxToolbar_1_9_43Element;
|
|
579
597
|
};
|
|
580
|
-
interface
|
|
598
|
+
interface HTMLTttxTreeView_1_9_43Element extends Components.TttxTreeView_1_9_43, HTMLStencilElement {
|
|
581
599
|
}
|
|
582
|
-
var
|
|
583
|
-
prototype:
|
|
584
|
-
new ():
|
|
600
|
+
var HTMLTttxTreeView_1_9_43Element: {
|
|
601
|
+
prototype: HTMLTttxTreeView_1_9_43Element;
|
|
602
|
+
new (): HTMLTttxTreeView_1_9_43Element;
|
|
585
603
|
};
|
|
586
604
|
interface HTMLElementTagNameMap {
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-checkbox-group-
|
|
589
|
-
"tttx-checkbox-group-
|
|
590
|
-
"tttx-checkbox-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-data-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-dialog-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-
|
|
601
|
-
"tttx-
|
|
602
|
-
"tttx-keyvalue-
|
|
603
|
-
"tttx-
|
|
604
|
-
"tttx-loading-
|
|
605
|
-
"tttx-multiselect-
|
|
606
|
-
"tttx-percentage-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-select-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-
|
|
613
|
-
"tttx-
|
|
614
|
-
"tttx-
|
|
615
|
-
"tttx-
|
|
616
|
-
"tttx-
|
|
617
|
-
"tttx-
|
|
605
|
+
"tttx-button_1_9_43": HTMLTttxButton_1_9_43Element;
|
|
606
|
+
"tttx-checkbox-group-caption_1_9_43": HTMLTttxCheckboxGroupCaption_1_9_43Element;
|
|
607
|
+
"tttx-checkbox-group-heading_1_9_43": HTMLTttxCheckboxGroupHeading_1_9_43Element;
|
|
608
|
+
"tttx-checkbox-group_1_9_43": HTMLTttxCheckboxGroup_1_9_43Element;
|
|
609
|
+
"tttx-checkbox_1_9_43": HTMLTttxCheckbox_1_9_43Element;
|
|
610
|
+
"tttx-comments_1_9_43": HTMLTttxComments_1_9_43Element;
|
|
611
|
+
"tttx-data-pattern_1_9_43": HTMLTttxDataPattern_1_9_43Element;
|
|
612
|
+
"tttx-datacard_1_9_43": HTMLTttxDatacard_1_9_43Element;
|
|
613
|
+
"tttx-dialog-box_1_9_43": HTMLTttxDialogBox_1_9_43Element;
|
|
614
|
+
"tttx-dialog_1_9_43": HTMLTttxDialog_1_9_43Element;
|
|
615
|
+
"tttx-expander_1_9_43": HTMLTttxExpander_1_9_43Element;
|
|
616
|
+
"tttx-filter_1_9_43": HTMLTttxFilter_1_9_43Element;
|
|
617
|
+
"tttx-form_1_9_43": HTMLTttxForm_1_9_43Element;
|
|
618
|
+
"tttx-graph_1_9_43": HTMLTttxGraph_1_9_43Element;
|
|
619
|
+
"tttx-icon_1_9_43": HTMLTttxIcon_1_9_43Element;
|
|
620
|
+
"tttx-keyvalue-block_1_9_43": HTMLTttxKeyvalueBlock_1_9_43Element;
|
|
621
|
+
"tttx-list_1_9_43": HTMLTttxList_1_9_43Element;
|
|
622
|
+
"tttx-loading-spinner_1_9_43": HTMLTttxLoadingSpinner_1_9_43Element;
|
|
623
|
+
"tttx-multiselect-box_1_9_43": HTMLTttxMultiselectBox_1_9_43Element;
|
|
624
|
+
"tttx-percentage-bar_1_9_43": HTMLTttxPercentageBar_1_9_43Element;
|
|
625
|
+
"tttx-qrcode_1_9_43": HTMLTttxQrcode_1_9_43Element;
|
|
626
|
+
"tttx-select-box_1_9_43": HTMLTttxSelectBox_1_9_43Element;
|
|
627
|
+
"tttx-skeleton_loader_1_9_43": HTMLTttxSkeleton_loader_1_9_43Element;
|
|
628
|
+
"tttx-sorter_1_9_43": HTMLTttxSorter_1_9_43Element;
|
|
629
|
+
"tttx-standalone-input_1_9_43": HTMLTttxStandaloneInput_1_9_43Element;
|
|
630
|
+
"tttx-table_1_9_43": HTMLTttxTable_1_9_43Element;
|
|
631
|
+
"tttx-tabs_1_9_43": HTMLTttxTabs_1_9_43Element;
|
|
632
|
+
"tttx-tag_1_9_43": HTMLTttxTag_1_9_43Element;
|
|
633
|
+
"tttx-textarea_1_9_43": HTMLTttxTextarea_1_9_43Element;
|
|
634
|
+
"tttx-toggle_1_9_43": HTMLTttxToggle_1_9_43Element;
|
|
635
|
+
"tttx-toolbar_1_9_43": HTMLTttxToolbar_1_9_43Element;
|
|
636
|
+
"tttx-tree-view_1_9_43": HTMLTttxTreeView_1_9_43Element;
|
|
618
637
|
}
|
|
619
638
|
}
|
|
620
639
|
declare namespace LocalJSX {
|
|
621
|
-
interface
|
|
640
|
+
interface TttxButton_1_9_43 {
|
|
622
641
|
"design"?: string;
|
|
623
642
|
"icon"?: string;
|
|
624
643
|
"iconcolor"?: string;
|
|
625
644
|
"iconposition"?: 'left' | 'right';
|
|
626
645
|
"notext"?: boolean;
|
|
627
646
|
}
|
|
628
|
-
interface
|
|
647
|
+
interface TttxCheckboxGroupCaption_1_9_43 {
|
|
629
648
|
}
|
|
630
|
-
interface
|
|
649
|
+
interface TttxCheckboxGroupHeading_1_9_43 {
|
|
631
650
|
}
|
|
632
|
-
interface
|
|
651
|
+
interface TttxCheckboxGroup_1_9_43 {
|
|
633
652
|
}
|
|
634
|
-
interface
|
|
653
|
+
interface TttxCheckbox_1_9_43 {
|
|
635
654
|
"checkboxId"?: string;
|
|
636
655
|
"checked"?: boolean;
|
|
637
656
|
"indeterminate"?: boolean;
|
|
638
657
|
"inline"?: boolean;
|
|
639
658
|
"label"?: string;
|
|
640
|
-
"onCheckboxChangeEvent"?: (event:
|
|
659
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_43CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
641
660
|
}
|
|
642
|
-
interface
|
|
661
|
+
interface TttxComments_1_9_43 {
|
|
643
662
|
"comments"?: string | Comment[];
|
|
644
663
|
"currentuser"?: string;
|
|
645
664
|
"disableFile"?: boolean;
|
|
646
|
-
"onCommentAdded"?: (event:
|
|
647
|
-
"onRequestFileDownload"?: (event:
|
|
648
|
-
"onRequestFileUpload"?: (event:
|
|
665
|
+
"onCommentAdded"?: (event: TttxComments_1_9_43CustomEvent<Comment>) => void;
|
|
666
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_43CustomEvent<string>) => void;
|
|
667
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_43CustomEvent<void>) => void;
|
|
649
668
|
}
|
|
650
|
-
interface
|
|
669
|
+
interface TttxDataPattern_1_9_43 {
|
|
651
670
|
"addbutton"?: boolean;
|
|
652
671
|
"addbuttonlabel"?: string;
|
|
653
672
|
"data"?: string;
|
|
@@ -657,7 +676,7 @@ declare namespace LocalJSX {
|
|
|
657
676
|
"searchplaceholder"?: string;
|
|
658
677
|
"sorterOptions"?: string;
|
|
659
678
|
}
|
|
660
|
-
interface
|
|
679
|
+
interface TttxDatacard_1_9_43 {
|
|
661
680
|
"cardTitle"?: string;
|
|
662
681
|
"cardType"?: string;
|
|
663
682
|
"chartConfig"?: string;
|
|
@@ -666,90 +685,90 @@ declare namespace LocalJSX {
|
|
|
666
685
|
"rightData"?: string;
|
|
667
686
|
"rightSubtext"?: string;
|
|
668
687
|
}
|
|
669
|
-
interface
|
|
688
|
+
interface TttxDialogBox_1_9_43 {
|
|
670
689
|
"allowOverflow"?: boolean;
|
|
671
690
|
"data"?: string | DialogItems;
|
|
672
|
-
"onButtonClick"?: (event:
|
|
673
|
-
"onCloseButtonClick"?: (event:
|
|
674
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
691
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
692
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
693
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_43CustomEvent<any>) => void;
|
|
675
694
|
"open"?: boolean;
|
|
676
695
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
677
696
|
}
|
|
678
|
-
interface
|
|
697
|
+
interface TttxDialog_1_9_43 {
|
|
679
698
|
"allowOverflow"?: boolean;
|
|
680
699
|
"closeEnabled"?: boolean;
|
|
681
700
|
"header"?: string;
|
|
682
|
-
"onCloseButtonClick"?: (event:
|
|
701
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_43CustomEvent<any>) => void;
|
|
683
702
|
"open"?: boolean;
|
|
684
703
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
685
704
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
686
705
|
}
|
|
687
|
-
interface
|
|
706
|
+
interface TttxExpander_1_9_43 {
|
|
688
707
|
"lefticon"?: string;
|
|
689
708
|
"lefticoncolor"?: string;
|
|
690
709
|
"name"?: string;
|
|
691
|
-
"onToggleExpander"?: (event:
|
|
710
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_43CustomEvent<{ open: boolean; name: string }>) => void;
|
|
692
711
|
"open"?: boolean;
|
|
693
712
|
}
|
|
694
|
-
interface
|
|
713
|
+
interface TttxFilter_1_9_43 {
|
|
695
714
|
"defaultFilterOptions"?: string[] | string;
|
|
696
715
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
697
716
|
"filterHeader"?: string;
|
|
698
717
|
"filterKey"?: string;
|
|
699
718
|
"filterOptions"?: string | FilterSettings[];
|
|
700
|
-
"onFilterChangeEvent"?: (event:
|
|
701
|
-
"onToggleFilter"?: (event:
|
|
719
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_43CustomEvent<FilterChangeEvent>) => void;
|
|
720
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_43CustomEvent<boolean>) => void;
|
|
702
721
|
"popoverWidth"?: string;
|
|
703
722
|
"showOptionIcons"?: boolean;
|
|
704
723
|
"showSearchField"?: boolean;
|
|
705
724
|
"showSelectAll"?: boolean;
|
|
706
725
|
}
|
|
707
|
-
interface
|
|
726
|
+
interface TttxForm_1_9_43 {
|
|
708
727
|
"data"?: any;
|
|
709
728
|
"formschema"?: Record<string, any> | string;
|
|
710
|
-
"onDataChanged"?: (event:
|
|
711
|
-
"onDataSubmitted"?: (event:
|
|
712
|
-
"onSearchTermChanged"?: (event:
|
|
713
|
-
"onSelectToggleOpen"?: (event:
|
|
729
|
+
"onDataChanged"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string }>) => void;
|
|
730
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_43CustomEvent<FormData>) => void;
|
|
731
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
732
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_43CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
714
733
|
}
|
|
715
|
-
interface
|
|
734
|
+
interface TttxGraph_1_9_43 {
|
|
716
735
|
"chartData"?: string;
|
|
717
736
|
"chartText"?: string;
|
|
718
737
|
"chartType"?: string;
|
|
719
738
|
}
|
|
720
|
-
interface
|
|
739
|
+
interface TttxIcon_1_9_43 {
|
|
721
740
|
"color"?: string;
|
|
722
741
|
"icon"?: string;
|
|
723
742
|
"size"?: number;
|
|
724
743
|
}
|
|
725
|
-
interface
|
|
744
|
+
interface TttxKeyvalueBlock_1_9_43 {
|
|
726
745
|
"horizontal"?: boolean;
|
|
727
746
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
728
747
|
"spacedout"?: boolean;
|
|
729
748
|
}
|
|
730
|
-
interface
|
|
749
|
+
interface TttxList_1_9_43 {
|
|
731
750
|
"data"?: string | ListItem[];
|
|
732
751
|
"name"?: string;
|
|
733
|
-
"onListRowCheckboxClick"?: (event:
|
|
734
|
-
"onListRowClick"?: (event:
|
|
752
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_43CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
753
|
+
"onListRowClick"?: (event: TttxList_1_9_43CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
735
754
|
}
|
|
736
|
-
interface
|
|
755
|
+
interface TttxLoadingSpinner_1_9_43 {
|
|
737
756
|
"color"?: string;
|
|
738
757
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
739
758
|
"loadingMessage"?: boolean;
|
|
740
759
|
"message"?: string;
|
|
741
760
|
"size"?: 'small' | 'large';
|
|
742
761
|
}
|
|
743
|
-
interface
|
|
762
|
+
interface TttxMultiselectBox_1_9_43 {
|
|
744
763
|
"htmlVisibleValue"?: boolean;
|
|
745
764
|
"inline"?: boolean;
|
|
746
765
|
"isLoading"?: boolean;
|
|
747
766
|
"label"?: string;
|
|
748
767
|
"nonPriorityLabel"?: string;
|
|
749
|
-
"onChangesApplied"?: (event:
|
|
750
|
-
"onSearchDataChanged"?: (event:
|
|
751
|
-
"onSelectItemEvent"?: (event:
|
|
752
|
-
"onToggleOpen"?: (event:
|
|
768
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_43CustomEvent<SelectItem[]>) => void;
|
|
769
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_43CustomEvent<{ searchTerm: string; }>) => void;
|
|
770
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_43CustomEvent<SelectItem>) => void;
|
|
771
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_43CustomEvent<boolean>) => void;
|
|
753
772
|
"optionsData"?: string | SelectItem[];
|
|
754
773
|
"placeholder"?: string;
|
|
755
774
|
"priorityLabel"?: string;
|
|
@@ -758,18 +777,18 @@ declare namespace LocalJSX {
|
|
|
758
777
|
"stopLocalSearch"?: boolean;
|
|
759
778
|
"visibleValue"?: string;
|
|
760
779
|
}
|
|
761
|
-
interface
|
|
780
|
+
interface TttxPercentageBar_1_9_43 {
|
|
762
781
|
"color"?: string;
|
|
763
782
|
"labelid"?: string;
|
|
764
783
|
"min"?: string;
|
|
765
784
|
"percentage"?: string | number;
|
|
766
785
|
"thresholds"?: string | Threshold[];
|
|
767
786
|
}
|
|
768
|
-
interface
|
|
787
|
+
interface TttxQrcode_1_9_43 {
|
|
769
788
|
"link"?: string;
|
|
770
789
|
"size"?: number;
|
|
771
790
|
}
|
|
772
|
-
interface
|
|
791
|
+
interface TttxSelectBox_1_9_43 {
|
|
773
792
|
"clearable"?: boolean;
|
|
774
793
|
"errorMsg"?: string;
|
|
775
794
|
"inline"?: boolean;
|
|
@@ -777,10 +796,10 @@ declare namespace LocalJSX {
|
|
|
777
796
|
"isLoading"?: boolean;
|
|
778
797
|
"label"?: string;
|
|
779
798
|
"nonPriorityLabel"?: string;
|
|
780
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
781
|
-
"onSelectEndReached"?: (event:
|
|
782
|
-
"onSelectItemEvent"?: (event:
|
|
783
|
-
"onToggleOpen"?: (event:
|
|
799
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_43CustomEvent<string>) => void;
|
|
800
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_43CustomEvent<string>) => void;
|
|
801
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_43CustomEvent<SelectItem1>) => void;
|
|
802
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_43CustomEvent<boolean>) => void;
|
|
784
803
|
"optionsData"?: string | SelectItem1[];
|
|
785
804
|
"placeholder"?: string;
|
|
786
805
|
"priorityLabel"?: string;
|
|
@@ -792,15 +811,27 @@ declare namespace LocalJSX {
|
|
|
792
811
|
"useExternalFiltering"?: boolean;
|
|
793
812
|
"useExternalPaginatedFiltering"?: boolean;
|
|
794
813
|
}
|
|
795
|
-
interface
|
|
814
|
+
interface TttxSkeleton_loader_1_9_43 {
|
|
815
|
+
"animation"?: 'pulse' | 'wave' | 'none';
|
|
816
|
+
"borderRadius"?: string;
|
|
817
|
+
"color"?: string;
|
|
818
|
+
"count"?: number;
|
|
819
|
+
"customClass"?: string;
|
|
820
|
+
"direction"?: 'vertical' | 'horizontal';
|
|
821
|
+
"gap"?: string;
|
|
822
|
+
"height"?: string;
|
|
823
|
+
"variant"?: 'text' | 'circle' | 'rect';
|
|
824
|
+
"width"?: string;
|
|
825
|
+
}
|
|
826
|
+
interface TttxSorter_1_9_43 {
|
|
796
827
|
"defaultOption"?: string;
|
|
797
828
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
798
829
|
"fieldOptionsData"?: string | SorterData;
|
|
799
|
-
"onSorterChangeEvent"?: (event:
|
|
800
|
-
"onToggleSorter"?: (event:
|
|
830
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_43CustomEvent<SorterChangeEvent>) => void;
|
|
831
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_43CustomEvent<boolean>) => void;
|
|
801
832
|
"sorterKey"?: string;
|
|
802
833
|
}
|
|
803
|
-
interface
|
|
834
|
+
interface TttxStandaloneInput_1_9_43 {
|
|
804
835
|
"autocomplete"?: 'off' | 'on';
|
|
805
836
|
"checked"?: boolean;
|
|
806
837
|
"disabled"?: boolean;
|
|
@@ -816,8 +847,8 @@ declare namespace LocalJSX {
|
|
|
816
847
|
"inputiconcolor"?: string;
|
|
817
848
|
/**
|
|
818
849
|
* tabindex - Allows the HTML elements to be focusable
|
|
819
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
820
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
850
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_43 input-index="1" />
|
|
851
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_43 inputindex={1} />
|
|
821
852
|
*/
|
|
822
853
|
"inputindex"?: string | number;
|
|
823
854
|
/**
|
|
@@ -831,13 +862,13 @@ declare namespace LocalJSX {
|
|
|
831
862
|
"min"?: MinMaxDates | number;
|
|
832
863
|
"minlength"?: string | number;
|
|
833
864
|
"name"?: string;
|
|
834
|
-
"onBlurChanged"?: (event:
|
|
835
|
-
"onFocusChanged"?: (event:
|
|
836
|
-
"onInputIconClick"?: (event:
|
|
837
|
-
"onInvalidChanged"?: (event:
|
|
838
|
-
"onLeftIconClick"?: (event:
|
|
839
|
-
"onRightIconClick"?: (event:
|
|
840
|
-
"onValueChanged"?: (event:
|
|
865
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
866
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
867
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
868
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
869
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
870
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_43CustomEvent<void>) => void;
|
|
871
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_43CustomEvent<string>) => void;
|
|
841
872
|
"pattern"?: string;
|
|
842
873
|
"placeholder"?: string;
|
|
843
874
|
"readonly"?: string | boolean;
|
|
@@ -852,27 +883,27 @@ declare namespace LocalJSX {
|
|
|
852
883
|
"type"?: string;
|
|
853
884
|
"value"?: string | number;
|
|
854
885
|
}
|
|
855
|
-
interface
|
|
886
|
+
interface TttxTable_1_9_43 {
|
|
856
887
|
"data"?: any;
|
|
857
888
|
"draggableHeaders"?: boolean;
|
|
858
889
|
"headers"?: TableHeader[];
|
|
859
890
|
"loading"?: boolean;
|
|
860
|
-
"onHeaderClicked"?: (event:
|
|
861
|
-
"onHeaderOrderChanged"?: (event:
|
|
862
|
-
"onRowClicked"?: (event:
|
|
891
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_43CustomEvent<any>) => void;
|
|
892
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_43CustomEvent<string[]>) => void;
|
|
893
|
+
"onRowClicked"?: (event: TttxTable_1_9_43CustomEvent<any>) => void;
|
|
863
894
|
"selectable"?: boolean;
|
|
864
895
|
"selected"?: number;
|
|
865
896
|
}
|
|
866
|
-
interface
|
|
897
|
+
interface TttxTabs_1_9_43 {
|
|
867
898
|
"navigation"?: boolean;
|
|
868
|
-
"onLeftNavigation"?: (event:
|
|
869
|
-
"onRightNavigation"?: (event:
|
|
870
|
-
"onTabClick"?: (event:
|
|
899
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_43CustomEvent<any>) => void;
|
|
900
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_43CustomEvent<any>) => void;
|
|
901
|
+
"onTabClick"?: (event: TttxTabs_1_9_43CustomEvent<{ tabId: string }>) => void;
|
|
871
902
|
"tabs"?: string | Tab[];
|
|
872
903
|
"tabsName"?: string;
|
|
873
904
|
"wide"?: boolean;
|
|
874
905
|
}
|
|
875
|
-
interface
|
|
906
|
+
interface TttxTag_1_9_43 {
|
|
876
907
|
"color"?: string;
|
|
877
908
|
"hasIcon"?: boolean;
|
|
878
909
|
"icon"?: string;
|
|
@@ -881,13 +912,13 @@ declare namespace LocalJSX {
|
|
|
881
912
|
"text"?: string;
|
|
882
913
|
"textColor"?: string;
|
|
883
914
|
}
|
|
884
|
-
interface
|
|
915
|
+
interface TttxTextarea_1_9_43 {
|
|
885
916
|
"disabled"?: boolean;
|
|
886
917
|
"errormsg"?: string;
|
|
887
918
|
/**
|
|
888
919
|
* tabindex - Allows the HTML elements to be focusable
|
|
889
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
890
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
920
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_43 input-index="1" />
|
|
921
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_43 inputindex={1} />
|
|
891
922
|
*/
|
|
892
923
|
"inputindex"?: string | number;
|
|
893
924
|
/**
|
|
@@ -898,10 +929,10 @@ declare namespace LocalJSX {
|
|
|
898
929
|
"label"?: string;
|
|
899
930
|
"maxlength"?: string | number;
|
|
900
931
|
"name"?: string;
|
|
901
|
-
"onBlurChanged"?: (event:
|
|
902
|
-
"onFocusChanged"?: (event:
|
|
903
|
-
"onInvalidChanged"?: (event:
|
|
904
|
-
"onValueChanged"?: (event:
|
|
932
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
933
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
934
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
935
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_43CustomEvent<string>) => void;
|
|
905
936
|
"placeholder"?: string;
|
|
906
937
|
"readonly"?: string | boolean;
|
|
907
938
|
"required"?: boolean;
|
|
@@ -915,88 +946,90 @@ declare namespace LocalJSX {
|
|
|
915
946
|
"textareaautofocus"?: boolean;
|
|
916
947
|
"value"?: string | number;
|
|
917
948
|
}
|
|
918
|
-
interface
|
|
949
|
+
interface TttxToggle_1_9_43 {
|
|
919
950
|
"initialstate"?: boolean | string;
|
|
920
|
-
"onToggleSwitchEvent"?: (event:
|
|
951
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_43CustomEvent<{checked: boolean}>) => void;
|
|
921
952
|
}
|
|
922
|
-
interface
|
|
953
|
+
interface TttxToolbar_1_9_43 {
|
|
923
954
|
"border"?: boolean;
|
|
924
955
|
}
|
|
925
|
-
interface
|
|
956
|
+
interface TttxTreeView_1_9_43 {
|
|
926
957
|
"data"?: TreeViewItem[];
|
|
927
|
-
"onCheckboxChange"?: (event:
|
|
928
|
-
"onClickEvent"?: (event:
|
|
929
|
-
"onExpandNode"?: (event:
|
|
958
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_43CustomEvent<TreeViewItem[]>) => void;
|
|
959
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_43CustomEvent<TreeViewItem>) => void;
|
|
960
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_43CustomEvent<ExpandNodeEvent>) => void;
|
|
930
961
|
}
|
|
931
962
|
interface IntrinsicElements {
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-checkbox-group-
|
|
934
|
-
"tttx-checkbox-group-
|
|
935
|
-
"tttx-checkbox-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-data-
|
|
939
|
-
"tttx-
|
|
940
|
-
"tttx-dialog-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-keyvalue-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-loading-
|
|
950
|
-
"tttx-multiselect-
|
|
951
|
-
"tttx-percentage-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-select-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-
|
|
956
|
-
"tttx-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-
|
|
963
|
+
"tttx-button_1_9_43": TttxButton_1_9_43;
|
|
964
|
+
"tttx-checkbox-group-caption_1_9_43": TttxCheckboxGroupCaption_1_9_43;
|
|
965
|
+
"tttx-checkbox-group-heading_1_9_43": TttxCheckboxGroupHeading_1_9_43;
|
|
966
|
+
"tttx-checkbox-group_1_9_43": TttxCheckboxGroup_1_9_43;
|
|
967
|
+
"tttx-checkbox_1_9_43": TttxCheckbox_1_9_43;
|
|
968
|
+
"tttx-comments_1_9_43": TttxComments_1_9_43;
|
|
969
|
+
"tttx-data-pattern_1_9_43": TttxDataPattern_1_9_43;
|
|
970
|
+
"tttx-datacard_1_9_43": TttxDatacard_1_9_43;
|
|
971
|
+
"tttx-dialog-box_1_9_43": TttxDialogBox_1_9_43;
|
|
972
|
+
"tttx-dialog_1_9_43": TttxDialog_1_9_43;
|
|
973
|
+
"tttx-expander_1_9_43": TttxExpander_1_9_43;
|
|
974
|
+
"tttx-filter_1_9_43": TttxFilter_1_9_43;
|
|
975
|
+
"tttx-form_1_9_43": TttxForm_1_9_43;
|
|
976
|
+
"tttx-graph_1_9_43": TttxGraph_1_9_43;
|
|
977
|
+
"tttx-icon_1_9_43": TttxIcon_1_9_43;
|
|
978
|
+
"tttx-keyvalue-block_1_9_43": TttxKeyvalueBlock_1_9_43;
|
|
979
|
+
"tttx-list_1_9_43": TttxList_1_9_43;
|
|
980
|
+
"tttx-loading-spinner_1_9_43": TttxLoadingSpinner_1_9_43;
|
|
981
|
+
"tttx-multiselect-box_1_9_43": TttxMultiselectBox_1_9_43;
|
|
982
|
+
"tttx-percentage-bar_1_9_43": TttxPercentageBar_1_9_43;
|
|
983
|
+
"tttx-qrcode_1_9_43": TttxQrcode_1_9_43;
|
|
984
|
+
"tttx-select-box_1_9_43": TttxSelectBox_1_9_43;
|
|
985
|
+
"tttx-skeleton_loader_1_9_43": TttxSkeleton_loader_1_9_43;
|
|
986
|
+
"tttx-sorter_1_9_43": TttxSorter_1_9_43;
|
|
987
|
+
"tttx-standalone-input_1_9_43": TttxStandaloneInput_1_9_43;
|
|
988
|
+
"tttx-table_1_9_43": TttxTable_1_9_43;
|
|
989
|
+
"tttx-tabs_1_9_43": TttxTabs_1_9_43;
|
|
990
|
+
"tttx-tag_1_9_43": TttxTag_1_9_43;
|
|
991
|
+
"tttx-textarea_1_9_43": TttxTextarea_1_9_43;
|
|
992
|
+
"tttx-toggle_1_9_43": TttxToggle_1_9_43;
|
|
993
|
+
"tttx-toolbar_1_9_43": TttxToolbar_1_9_43;
|
|
994
|
+
"tttx-tree-view_1_9_43": TttxTreeView_1_9_43;
|
|
963
995
|
}
|
|
964
996
|
}
|
|
965
997
|
export { LocalJSX as JSX };
|
|
966
998
|
declare module "@stencil/core" {
|
|
967
999
|
export namespace JSX {
|
|
968
1000
|
interface IntrinsicElements {
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-checkbox-group-
|
|
971
|
-
"tttx-checkbox-group-
|
|
972
|
-
"tttx-checkbox-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-data-
|
|
976
|
-
"tttx-
|
|
977
|
-
"tttx-dialog-
|
|
978
|
-
"tttx-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-keyvalue-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-loading-
|
|
987
|
-
"tttx-multiselect-
|
|
988
|
-
"tttx-percentage-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-select-
|
|
991
|
-
"tttx-
|
|
992
|
-
"tttx-
|
|
993
|
-
"tttx-
|
|
994
|
-
"tttx-
|
|
995
|
-
"tttx-
|
|
996
|
-
"tttx-
|
|
997
|
-
"tttx-
|
|
998
|
-
"tttx-
|
|
999
|
-
"tttx-
|
|
1001
|
+
"tttx-button_1_9_43": LocalJSX.TttxButton_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_43Element>;
|
|
1002
|
+
"tttx-checkbox-group-caption_1_9_43": LocalJSX.TttxCheckboxGroupCaption_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_43Element>;
|
|
1003
|
+
"tttx-checkbox-group-heading_1_9_43": LocalJSX.TttxCheckboxGroupHeading_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_43Element>;
|
|
1004
|
+
"tttx-checkbox-group_1_9_43": LocalJSX.TttxCheckboxGroup_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_43Element>;
|
|
1005
|
+
"tttx-checkbox_1_9_43": LocalJSX.TttxCheckbox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_43Element>;
|
|
1006
|
+
"tttx-comments_1_9_43": LocalJSX.TttxComments_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_43Element>;
|
|
1007
|
+
"tttx-data-pattern_1_9_43": LocalJSX.TttxDataPattern_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_43Element>;
|
|
1008
|
+
"tttx-datacard_1_9_43": LocalJSX.TttxDatacard_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_43Element>;
|
|
1009
|
+
"tttx-dialog-box_1_9_43": LocalJSX.TttxDialogBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_43Element>;
|
|
1010
|
+
"tttx-dialog_1_9_43": LocalJSX.TttxDialog_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_43Element>;
|
|
1011
|
+
"tttx-expander_1_9_43": LocalJSX.TttxExpander_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_43Element>;
|
|
1012
|
+
"tttx-filter_1_9_43": LocalJSX.TttxFilter_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_43Element>;
|
|
1013
|
+
"tttx-form_1_9_43": LocalJSX.TttxForm_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_43Element>;
|
|
1014
|
+
"tttx-graph_1_9_43": LocalJSX.TttxGraph_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_43Element>;
|
|
1015
|
+
"tttx-icon_1_9_43": LocalJSX.TttxIcon_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_43Element>;
|
|
1016
|
+
"tttx-keyvalue-block_1_9_43": LocalJSX.TttxKeyvalueBlock_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_43Element>;
|
|
1017
|
+
"tttx-list_1_9_43": LocalJSX.TttxList_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_43Element>;
|
|
1018
|
+
"tttx-loading-spinner_1_9_43": LocalJSX.TttxLoadingSpinner_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_43Element>;
|
|
1019
|
+
"tttx-multiselect-box_1_9_43": LocalJSX.TttxMultiselectBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_43Element>;
|
|
1020
|
+
"tttx-percentage-bar_1_9_43": LocalJSX.TttxPercentageBar_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_43Element>;
|
|
1021
|
+
"tttx-qrcode_1_9_43": LocalJSX.TttxQrcode_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_43Element>;
|
|
1022
|
+
"tttx-select-box_1_9_43": LocalJSX.TttxSelectBox_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_43Element>;
|
|
1023
|
+
"tttx-skeleton_loader_1_9_43": LocalJSX.TttxSkeleton_loader_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_43Element>;
|
|
1024
|
+
"tttx-sorter_1_9_43": LocalJSX.TttxSorter_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_43Element>;
|
|
1025
|
+
"tttx-standalone-input_1_9_43": LocalJSX.TttxStandaloneInput_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_43Element>;
|
|
1026
|
+
"tttx-table_1_9_43": LocalJSX.TttxTable_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_43Element>;
|
|
1027
|
+
"tttx-tabs_1_9_43": LocalJSX.TttxTabs_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_43Element>;
|
|
1028
|
+
"tttx-tag_1_9_43": LocalJSX.TttxTag_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_43Element>;
|
|
1029
|
+
"tttx-textarea_1_9_43": LocalJSX.TttxTextarea_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_43Element>;
|
|
1030
|
+
"tttx-toggle_1_9_43": LocalJSX.TttxToggle_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_43Element>;
|
|
1031
|
+
"tttx-toolbar_1_9_43": LocalJSX.TttxToolbar_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_43Element>;
|
|
1032
|
+
"tttx-tree-view_1_9_43": LocalJSX.TttxTreeView_1_9_43 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_43Element>;
|
|
1000
1033
|
}
|
|
1001
1034
|
}
|
|
1002
1035
|
}
|