@3t-transform/threeteeui 1.9.42 → 1.9.44
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_42.cjs.entry.js → tttx-button_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_42.cjs.entry.js → tttx-checkbox-group-caption_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_42.cjs.entry.js → tttx-checkbox-group-heading_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_42.cjs.entry.js → tttx-checkbox-group_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_42.cjs.entry.js → tttx-checkbox_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_42.cjs.entry.js → tttx-comments_1_9_44.cjs.entry.js} +14 -5
- package/dist/cjs/{tttx-data-pattern_1_9_42.cjs.entry.js → tttx-data-pattern_1_9_44.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_42.cjs.entry.js → tttx-datacard_1_9_44.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_42.cjs.entry.js → tttx-dialog-box_1_9_44.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_42.cjs.entry.js → tttx-dialog_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_42.cjs.entry.js → tttx-expander_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_42_4.cjs.entry.js → tttx-filter_1_9_44_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_42.cjs.entry.js → tttx-form_1_9_44.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-graph_1_9_42.cjs.entry.js → tttx-graph_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_42.cjs.entry.js → tttx-icon_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_42.cjs.entry.js → tttx-keyvalue-block_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_42_3.cjs.entry.js → tttx-loading-spinner_1_9_44_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_42.cjs.entry.js → tttx-multiselect-box_1_9_44.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_42.cjs.entry.js → tttx-percentage-bar_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_42.cjs.entry.js → tttx-qrcode_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_42.cjs.entry.js → tttx-select-box_1_9_44.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_42.cjs.entry.js → tttx-skeleton_loader_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_42.cjs.entry.js → tttx-table_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_42.cjs.entry.js → tttx-tabs_1_9_44.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_42.cjs.entry.js → tttx-textarea_1_9_44.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_42.cjs.entry.js → tttx-toggle_1_9_44.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_42.cjs.entry.js → tttx-tree-view_1_9_44.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- 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.js +1 -1
- 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.css +13 -0
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +116 -4
- 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 -32
- package/dist/components/index.js +32 -32
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_42.d.ts → tttx-button_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_42.js → tttx-button_1_9_44.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_42.js → tttx-checkbox-group-caption_1_9_44.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_42.js → tttx-checkbox-group-heading_1_9_44.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_42.js → tttx-checkbox-group_1_9_44.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_42.d.ts → tttx-checkbox_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_42.js → tttx-checkbox_1_9_44.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_42.d.ts → tttx-comments_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_42.js → tttx-comments_1_9_44.js} +24 -10
- package/dist/components/tttx-data-pattern_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_42.js → tttx-data-pattern_1_9_44.js} +16 -16
- package/dist/components/{tttx-comments_1_9_42.d.ts → tttx-datacard_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_42.js → tttx-datacard_1_9_44.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_42.js → tttx-dialog-box_1_9_44.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_42.d.ts → tttx-dialog_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_42.js → tttx-dialog_1_9_44.js} +8 -8
- package/dist/components/tttx-expander_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_42.js → tttx-expander_1_9_44.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_42.d.ts → tttx-filter_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_42.js → tttx-filter_1_9_44.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_42.d.ts → tttx-form_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_42.js → tttx-form_1_9_44.js} +12 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_42.d.ts → tttx-graph_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_42.js → tttx-graph_1_9_44.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_42.d.ts → tttx-icon_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_42.js → tttx-icon_1_9_44.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_42.js → tttx-keyvalue-block_1_9_44.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_42.d.ts → tttx-list_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_42.js → tttx-list_1_9_44.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_42.js → tttx-loading-spinner_1_9_44.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_42.js → tttx-multiselect-box_1_9_44.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_42.js → tttx-percentage-bar_1_9_44.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_42.d.ts → tttx-qrcode_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_42.js → tttx-qrcode_1_9_44.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_42.js → tttx-select-box_1_9_44.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_42.js → tttx-skeleton_loader_1_9_44.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_42.js → tttx-sorter_1_9_44.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_42.js → tttx-standalone-input_1_9_44.js} +2 -2
- package/dist/components/{tttx-table_1_9_42.d.ts → tttx-table_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_42.js → tttx-table_1_9_44.js} +5 -5
- package/dist/components/{tttx-form_1_9_42.d.ts → tttx-tabs_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_42.js → tttx-tabs_1_9_44.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_42.d.ts → tttx-tag_1_9_44.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_42.js → tttx-tag_1_9_44.js} +2 -2
- package/dist/components/tttx-textarea_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_42.js → tttx-textarea_1_9_44.js} +6 -6
- package/dist/components/tttx-toggle_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_42.js → tttx-toggle_1_9_44.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_42.js → tttx-toolbar_1_9_44.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_44.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_42.js → tttx-tree-view_1_9_44.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_42.entry.js → tttx-button_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_42.entry.js → tttx-checkbox-group-caption_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_42.entry.js → tttx-checkbox-group-heading_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_42.entry.js → tttx-checkbox-group_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_42.entry.js → tttx-checkbox_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_42.entry.js → tttx-comments_1_9_44.entry.js} +14 -5
- package/dist/esm/{tttx-data-pattern_1_9_42.entry.js → tttx-data-pattern_1_9_44.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_42.entry.js → tttx-datacard_1_9_44.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_42.entry.js → tttx-dialog-box_1_9_44.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_42.entry.js → tttx-dialog_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_42.entry.js → tttx-expander_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_42_4.entry.js → tttx-filter_1_9_44_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_42.entry.js → tttx-form_1_9_44.entry.js} +3 -3
- package/dist/esm/{tttx-graph_1_9_42.entry.js → tttx-graph_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_42.entry.js → tttx-icon_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_42.entry.js → tttx-keyvalue-block_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_42_3.entry.js → tttx-loading-spinner_1_9_44_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_42.entry.js → tttx-multiselect-box_1_9_44.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_42.entry.js → tttx-percentage-bar_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_42.entry.js → tttx-qrcode_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_42.entry.js → tttx-select-box_1_9_44.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_42.entry.js → tttx-skeleton_loader_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_42.entry.js → tttx-table_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_42.entry.js → tttx-tabs_1_9_44.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_42.entry.js → tttx-textarea_1_9_44.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_42.entry.js → tttx-toggle_1_9_44.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_42.entry.js → tttx-tree-view_1_9_44.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 -1
- 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-b294f733.entry.js +1 -0
- 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/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-comments/tttx-comments.d.ts +7 -1
- 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 +389 -378
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_42.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_42.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_42.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_42.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_42.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_42.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_42.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_42.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_42.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_42.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_42.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_42.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_42.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_42.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_42.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_42.d.ts +0 -11
- package/dist/tttx/p-ff44e042.entry.js +0 -1
|
@@ -20,33 +20,38 @@ 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_44 {
|
|
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_44 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_44 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_44 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_44 {
|
|
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_44 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
"disableFile": boolean;
|
|
48
|
+
"inputBoxHeight": number;
|
|
49
|
+
"messageLimit": number;
|
|
50
|
+
"placeholder": string;
|
|
51
|
+
"saveButtonText": string;
|
|
52
|
+
"value": string;
|
|
48
53
|
}
|
|
49
|
-
interface
|
|
54
|
+
interface TttxDataPattern_1_9_44 {
|
|
50
55
|
"addbutton": boolean;
|
|
51
56
|
"addbuttonlabel": string;
|
|
52
57
|
"data": string;
|
|
@@ -56,7 +61,7 @@ export namespace Components {
|
|
|
56
61
|
"searchplaceholder": string;
|
|
57
62
|
"sorterOptions": string;
|
|
58
63
|
}
|
|
59
|
-
interface
|
|
64
|
+
interface TttxDatacard_1_9_44 {
|
|
60
65
|
"cardTitle": string;
|
|
61
66
|
"cardType": string;
|
|
62
67
|
"chartConfig": string;
|
|
@@ -65,13 +70,13 @@ export namespace Components {
|
|
|
65
70
|
"rightData": string;
|
|
66
71
|
"rightSubtext": string;
|
|
67
72
|
}
|
|
68
|
-
interface
|
|
73
|
+
interface TttxDialogBox_1_9_44 {
|
|
69
74
|
"allowOverflow": boolean;
|
|
70
75
|
"data": string | DialogItems;
|
|
71
76
|
"open": boolean;
|
|
72
77
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
73
78
|
}
|
|
74
|
-
interface
|
|
79
|
+
interface TttxDialog_1_9_44 {
|
|
75
80
|
"allowOverflow": boolean;
|
|
76
81
|
"closeEnabled": boolean;
|
|
77
82
|
"header": string;
|
|
@@ -79,13 +84,13 @@ export namespace Components {
|
|
|
79
84
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
80
85
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
81
86
|
}
|
|
82
|
-
interface
|
|
87
|
+
interface TttxExpander_1_9_44 {
|
|
83
88
|
"lefticon"?: string;
|
|
84
89
|
"lefticoncolor"?: string;
|
|
85
90
|
"name": string;
|
|
86
91
|
"open": boolean;
|
|
87
92
|
}
|
|
88
|
-
interface
|
|
93
|
+
interface TttxFilter_1_9_44 {
|
|
89
94
|
"defaultFilterOptions": string[] | string;
|
|
90
95
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
91
96
|
"filterHeader": string;
|
|
@@ -96,7 +101,7 @@ export namespace Components {
|
|
|
96
101
|
"showSearchField": boolean;
|
|
97
102
|
"showSelectAll": boolean;
|
|
98
103
|
}
|
|
99
|
-
interface
|
|
104
|
+
interface TttxForm_1_9_44 {
|
|
100
105
|
/**
|
|
101
106
|
* Clear the validation message on a given form field
|
|
102
107
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -143,33 +148,33 @@ export namespace Components {
|
|
|
143
148
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
144
149
|
"submit": () => Promise<void>;
|
|
145
150
|
}
|
|
146
|
-
interface
|
|
151
|
+
interface TttxGraph_1_9_44 {
|
|
147
152
|
"chartData": string;
|
|
148
153
|
"chartText": string;
|
|
149
154
|
"chartType": string;
|
|
150
155
|
}
|
|
151
|
-
interface
|
|
156
|
+
interface TttxIcon_1_9_44 {
|
|
152
157
|
"color": string;
|
|
153
158
|
"icon": string;
|
|
154
159
|
"size": number;
|
|
155
160
|
}
|
|
156
|
-
interface
|
|
161
|
+
interface TttxKeyvalueBlock_1_9_44 {
|
|
157
162
|
"horizontal": boolean;
|
|
158
163
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
159
164
|
"spacedout": boolean;
|
|
160
165
|
}
|
|
161
|
-
interface
|
|
166
|
+
interface TttxList_1_9_44 {
|
|
162
167
|
"data": string | ListItem[];
|
|
163
168
|
"name": string;
|
|
164
169
|
}
|
|
165
|
-
interface
|
|
170
|
+
interface TttxLoadingSpinner_1_9_44 {
|
|
166
171
|
"color": string;
|
|
167
172
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
168
173
|
"loadingMessage": boolean;
|
|
169
174
|
"message"?: string;
|
|
170
175
|
"size": 'small' | 'large';
|
|
171
176
|
}
|
|
172
|
-
interface
|
|
177
|
+
interface TttxMultiselectBox_1_9_44 {
|
|
173
178
|
"htmlVisibleValue": boolean;
|
|
174
179
|
"inline": boolean;
|
|
175
180
|
"isLoading": boolean;
|
|
@@ -183,18 +188,18 @@ export namespace Components {
|
|
|
183
188
|
"stopLocalSearch": boolean;
|
|
184
189
|
"visibleValue": string;
|
|
185
190
|
}
|
|
186
|
-
interface
|
|
191
|
+
interface TttxPercentageBar_1_9_44 {
|
|
187
192
|
"color"?: string;
|
|
188
193
|
"labelid"?: string;
|
|
189
194
|
"min": string;
|
|
190
195
|
"percentage": string | number;
|
|
191
196
|
"thresholds"?: string | Threshold[];
|
|
192
197
|
}
|
|
193
|
-
interface
|
|
198
|
+
interface TttxQrcode_1_9_44 {
|
|
194
199
|
"link": string;
|
|
195
200
|
"size": number;
|
|
196
201
|
}
|
|
197
|
-
interface
|
|
202
|
+
interface TttxSelectBox_1_9_44 {
|
|
198
203
|
"clearable": boolean;
|
|
199
204
|
"errorMsg": string;
|
|
200
205
|
"inline": boolean;
|
|
@@ -214,7 +219,7 @@ export namespace Components {
|
|
|
214
219
|
"useExternalFiltering": boolean;
|
|
215
220
|
"useExternalPaginatedFiltering": boolean;
|
|
216
221
|
}
|
|
217
|
-
interface
|
|
222
|
+
interface TttxSkeleton_loader_1_9_44 {
|
|
218
223
|
"animation": 'pulse' | 'wave' | 'none';
|
|
219
224
|
"borderRadius": string;
|
|
220
225
|
"color": string;
|
|
@@ -226,13 +231,13 @@ export namespace Components {
|
|
|
226
231
|
"variant": 'text' | 'circle' | 'rect';
|
|
227
232
|
"width": string;
|
|
228
233
|
}
|
|
229
|
-
interface
|
|
234
|
+
interface TttxSorter_1_9_44 {
|
|
230
235
|
"defaultOption": string;
|
|
231
236
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
232
237
|
"fieldOptionsData": string | SorterData;
|
|
233
238
|
"sorterKey": string;
|
|
234
239
|
}
|
|
235
|
-
interface
|
|
240
|
+
interface TttxStandaloneInput_1_9_44 {
|
|
236
241
|
"autocomplete": 'off' | 'on';
|
|
237
242
|
"checked": boolean;
|
|
238
243
|
"disabled": boolean;
|
|
@@ -248,8 +253,8 @@ export namespace Components {
|
|
|
248
253
|
"inputiconcolor": string;
|
|
249
254
|
/**
|
|
250
255
|
* tabindex - Allows the HTML elements to be focusable
|
|
251
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
252
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
256
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_44 input-index="1" />
|
|
257
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_44 inputindex={1} />
|
|
253
258
|
*/
|
|
254
259
|
"inputindex": string | number;
|
|
255
260
|
/**
|
|
@@ -277,7 +282,7 @@ export namespace Components {
|
|
|
277
282
|
"type": string;
|
|
278
283
|
"value": string | number;
|
|
279
284
|
}
|
|
280
|
-
interface
|
|
285
|
+
interface TttxTable_1_9_44 {
|
|
281
286
|
"data": any;
|
|
282
287
|
"draggableHeaders": boolean;
|
|
283
288
|
"headers": TableHeader[];
|
|
@@ -285,13 +290,13 @@ export namespace Components {
|
|
|
285
290
|
"selectable": boolean;
|
|
286
291
|
"selected": number;
|
|
287
292
|
}
|
|
288
|
-
interface
|
|
293
|
+
interface TttxTabs_1_9_44 {
|
|
289
294
|
"navigation": boolean;
|
|
290
295
|
"tabs": string | Tab[];
|
|
291
296
|
"tabsName": string;
|
|
292
297
|
"wide": boolean;
|
|
293
298
|
}
|
|
294
|
-
interface
|
|
299
|
+
interface TttxTag_1_9_44 {
|
|
295
300
|
"color": string;
|
|
296
301
|
"hasIcon": boolean;
|
|
297
302
|
"icon": string;
|
|
@@ -300,13 +305,13 @@ export namespace Components {
|
|
|
300
305
|
"text": string;
|
|
301
306
|
"textColor": string;
|
|
302
307
|
}
|
|
303
|
-
interface
|
|
308
|
+
interface TttxTextarea_1_9_44 {
|
|
304
309
|
"disabled": boolean;
|
|
305
310
|
"errormsg": string;
|
|
306
311
|
/**
|
|
307
312
|
* tabindex - Allows the HTML elements to be focusable
|
|
308
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
309
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
313
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_44 input-index="1" />
|
|
314
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_44 inputindex={1} />
|
|
310
315
|
*/
|
|
311
316
|
"inputindex": string | number;
|
|
312
317
|
/**
|
|
@@ -330,343 +335,349 @@ export namespace Components {
|
|
|
330
335
|
"textareaautofocus": boolean;
|
|
331
336
|
"value": string | number;
|
|
332
337
|
}
|
|
333
|
-
interface
|
|
338
|
+
interface TttxToggle_1_9_44 {
|
|
334
339
|
"initialstate": boolean | string;
|
|
335
340
|
}
|
|
336
|
-
interface
|
|
341
|
+
interface TttxToolbar_1_9_44 {
|
|
337
342
|
"border": boolean;
|
|
338
343
|
}
|
|
339
|
-
interface
|
|
344
|
+
interface TttxTreeView_1_9_44 {
|
|
340
345
|
"data": TreeViewItem[];
|
|
341
346
|
}
|
|
342
347
|
}
|
|
343
|
-
export interface
|
|
348
|
+
export interface TttxCheckbox_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
344
349
|
detail: T;
|
|
345
|
-
target:
|
|
350
|
+
target: HTMLTttxCheckbox_1_9_44Element;
|
|
346
351
|
}
|
|
347
|
-
export interface
|
|
352
|
+
export interface TttxComments_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
348
353
|
detail: T;
|
|
349
|
-
target:
|
|
354
|
+
target: HTMLTttxComments_1_9_44Element;
|
|
350
355
|
}
|
|
351
|
-
export interface
|
|
356
|
+
export interface TttxDialogBox_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
352
357
|
detail: T;
|
|
353
|
-
target:
|
|
358
|
+
target: HTMLTttxDialogBox_1_9_44Element;
|
|
354
359
|
}
|
|
355
|
-
export interface
|
|
360
|
+
export interface TttxDialog_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
356
361
|
detail: T;
|
|
357
|
-
target:
|
|
362
|
+
target: HTMLTttxDialog_1_9_44Element;
|
|
358
363
|
}
|
|
359
|
-
export interface
|
|
364
|
+
export interface TttxExpander_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
360
365
|
detail: T;
|
|
361
|
-
target:
|
|
366
|
+
target: HTMLTttxExpander_1_9_44Element;
|
|
362
367
|
}
|
|
363
|
-
export interface
|
|
368
|
+
export interface TttxFilter_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
364
369
|
detail: T;
|
|
365
|
-
target:
|
|
370
|
+
target: HTMLTttxFilter_1_9_44Element;
|
|
366
371
|
}
|
|
367
|
-
export interface
|
|
372
|
+
export interface TttxForm_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
368
373
|
detail: T;
|
|
369
|
-
target:
|
|
374
|
+
target: HTMLTttxForm_1_9_44Element;
|
|
370
375
|
}
|
|
371
|
-
export interface
|
|
376
|
+
export interface TttxList_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
372
377
|
detail: T;
|
|
373
|
-
target:
|
|
378
|
+
target: HTMLTttxList_1_9_44Element;
|
|
374
379
|
}
|
|
375
|
-
export interface
|
|
380
|
+
export interface TttxMultiselectBox_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
376
381
|
detail: T;
|
|
377
|
-
target:
|
|
382
|
+
target: HTMLTttxMultiselectBox_1_9_44Element;
|
|
378
383
|
}
|
|
379
|
-
export interface
|
|
384
|
+
export interface TttxSelectBox_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
380
385
|
detail: T;
|
|
381
|
-
target:
|
|
386
|
+
target: HTMLTttxSelectBox_1_9_44Element;
|
|
382
387
|
}
|
|
383
|
-
export interface
|
|
388
|
+
export interface TttxSorter_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
384
389
|
detail: T;
|
|
385
|
-
target:
|
|
390
|
+
target: HTMLTttxSorter_1_9_44Element;
|
|
386
391
|
}
|
|
387
|
-
export interface
|
|
392
|
+
export interface TttxStandaloneInput_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
388
393
|
detail: T;
|
|
389
|
-
target:
|
|
394
|
+
target: HTMLTttxStandaloneInput_1_9_44Element;
|
|
390
395
|
}
|
|
391
|
-
export interface
|
|
396
|
+
export interface TttxTable_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
392
397
|
detail: T;
|
|
393
|
-
target:
|
|
398
|
+
target: HTMLTttxTable_1_9_44Element;
|
|
394
399
|
}
|
|
395
|
-
export interface
|
|
400
|
+
export interface TttxTabs_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
396
401
|
detail: T;
|
|
397
|
-
target:
|
|
402
|
+
target: HTMLTttxTabs_1_9_44Element;
|
|
398
403
|
}
|
|
399
|
-
export interface
|
|
404
|
+
export interface TttxTextarea_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
400
405
|
detail: T;
|
|
401
|
-
target:
|
|
406
|
+
target: HTMLTttxTextarea_1_9_44Element;
|
|
402
407
|
}
|
|
403
|
-
export interface
|
|
408
|
+
export interface TttxToggle_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
404
409
|
detail: T;
|
|
405
|
-
target:
|
|
410
|
+
target: HTMLTttxToggle_1_9_44Element;
|
|
406
411
|
}
|
|
407
|
-
export interface
|
|
412
|
+
export interface TttxTreeView_1_9_44CustomEvent<T> extends CustomEvent<T> {
|
|
408
413
|
detail: T;
|
|
409
|
-
target:
|
|
414
|
+
target: HTMLTttxTreeView_1_9_44Element;
|
|
410
415
|
}
|
|
411
416
|
declare global {
|
|
412
|
-
interface
|
|
417
|
+
interface HTMLTttxButton_1_9_44Element extends Components.TttxButton_1_9_44, HTMLStencilElement {
|
|
413
418
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
419
|
+
var HTMLTttxButton_1_9_44Element: {
|
|
420
|
+
prototype: HTMLTttxButton_1_9_44Element;
|
|
421
|
+
new (): HTMLTttxButton_1_9_44Element;
|
|
417
422
|
};
|
|
418
|
-
interface
|
|
423
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_44Element extends Components.TttxCheckboxGroupCaption_1_9_44, HTMLStencilElement {
|
|
419
424
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
425
|
+
var HTMLTttxCheckboxGroupCaption_1_9_44Element: {
|
|
426
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_44Element;
|
|
427
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_44Element;
|
|
423
428
|
};
|
|
424
|
-
interface
|
|
429
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_44Element extends Components.TttxCheckboxGroupHeading_1_9_44, HTMLStencilElement {
|
|
425
430
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
431
|
+
var HTMLTttxCheckboxGroupHeading_1_9_44Element: {
|
|
432
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_44Element;
|
|
433
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_44Element;
|
|
429
434
|
};
|
|
430
|
-
interface
|
|
435
|
+
interface HTMLTttxCheckboxGroup_1_9_44Element extends Components.TttxCheckboxGroup_1_9_44, HTMLStencilElement {
|
|
431
436
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
437
|
+
var HTMLTttxCheckboxGroup_1_9_44Element: {
|
|
438
|
+
prototype: HTMLTttxCheckboxGroup_1_9_44Element;
|
|
439
|
+
new (): HTMLTttxCheckboxGroup_1_9_44Element;
|
|
435
440
|
};
|
|
436
|
-
interface
|
|
441
|
+
interface HTMLTttxCheckbox_1_9_44Element extends Components.TttxCheckbox_1_9_44, HTMLStencilElement {
|
|
437
442
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
443
|
+
var HTMLTttxCheckbox_1_9_44Element: {
|
|
444
|
+
prototype: HTMLTttxCheckbox_1_9_44Element;
|
|
445
|
+
new (): HTMLTttxCheckbox_1_9_44Element;
|
|
441
446
|
};
|
|
442
|
-
interface
|
|
447
|
+
interface HTMLTttxComments_1_9_44Element extends Components.TttxComments_1_9_44, HTMLStencilElement {
|
|
443
448
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
449
|
+
var HTMLTttxComments_1_9_44Element: {
|
|
450
|
+
prototype: HTMLTttxComments_1_9_44Element;
|
|
451
|
+
new (): HTMLTttxComments_1_9_44Element;
|
|
447
452
|
};
|
|
448
|
-
interface
|
|
453
|
+
interface HTMLTttxDataPattern_1_9_44Element extends Components.TttxDataPattern_1_9_44, HTMLStencilElement {
|
|
449
454
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
455
|
+
var HTMLTttxDataPattern_1_9_44Element: {
|
|
456
|
+
prototype: HTMLTttxDataPattern_1_9_44Element;
|
|
457
|
+
new (): HTMLTttxDataPattern_1_9_44Element;
|
|
453
458
|
};
|
|
454
|
-
interface
|
|
459
|
+
interface HTMLTttxDatacard_1_9_44Element extends Components.TttxDatacard_1_9_44, HTMLStencilElement {
|
|
455
460
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
461
|
+
var HTMLTttxDatacard_1_9_44Element: {
|
|
462
|
+
prototype: HTMLTttxDatacard_1_9_44Element;
|
|
463
|
+
new (): HTMLTttxDatacard_1_9_44Element;
|
|
459
464
|
};
|
|
460
|
-
interface
|
|
465
|
+
interface HTMLTttxDialogBox_1_9_44Element extends Components.TttxDialogBox_1_9_44, HTMLStencilElement {
|
|
461
466
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
467
|
+
var HTMLTttxDialogBox_1_9_44Element: {
|
|
468
|
+
prototype: HTMLTttxDialogBox_1_9_44Element;
|
|
469
|
+
new (): HTMLTttxDialogBox_1_9_44Element;
|
|
465
470
|
};
|
|
466
|
-
interface
|
|
471
|
+
interface HTMLTttxDialog_1_9_44Element extends Components.TttxDialog_1_9_44, HTMLStencilElement {
|
|
467
472
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
473
|
+
var HTMLTttxDialog_1_9_44Element: {
|
|
474
|
+
prototype: HTMLTttxDialog_1_9_44Element;
|
|
475
|
+
new (): HTMLTttxDialog_1_9_44Element;
|
|
471
476
|
};
|
|
472
|
-
interface
|
|
477
|
+
interface HTMLTttxExpander_1_9_44Element extends Components.TttxExpander_1_9_44, HTMLStencilElement {
|
|
473
478
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
479
|
+
var HTMLTttxExpander_1_9_44Element: {
|
|
480
|
+
prototype: HTMLTttxExpander_1_9_44Element;
|
|
481
|
+
new (): HTMLTttxExpander_1_9_44Element;
|
|
477
482
|
};
|
|
478
|
-
interface
|
|
483
|
+
interface HTMLTttxFilter_1_9_44Element extends Components.TttxFilter_1_9_44, HTMLStencilElement {
|
|
479
484
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
485
|
+
var HTMLTttxFilter_1_9_44Element: {
|
|
486
|
+
prototype: HTMLTttxFilter_1_9_44Element;
|
|
487
|
+
new (): HTMLTttxFilter_1_9_44Element;
|
|
483
488
|
};
|
|
484
|
-
interface
|
|
489
|
+
interface HTMLTttxForm_1_9_44Element extends Components.TttxForm_1_9_44, HTMLStencilElement {
|
|
485
490
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
491
|
+
var HTMLTttxForm_1_9_44Element: {
|
|
492
|
+
prototype: HTMLTttxForm_1_9_44Element;
|
|
493
|
+
new (): HTMLTttxForm_1_9_44Element;
|
|
489
494
|
};
|
|
490
|
-
interface
|
|
495
|
+
interface HTMLTttxGraph_1_9_44Element extends Components.TttxGraph_1_9_44, HTMLStencilElement {
|
|
491
496
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
497
|
+
var HTMLTttxGraph_1_9_44Element: {
|
|
498
|
+
prototype: HTMLTttxGraph_1_9_44Element;
|
|
499
|
+
new (): HTMLTttxGraph_1_9_44Element;
|
|
495
500
|
};
|
|
496
|
-
interface
|
|
501
|
+
interface HTMLTttxIcon_1_9_44Element extends Components.TttxIcon_1_9_44, HTMLStencilElement {
|
|
497
502
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
503
|
+
var HTMLTttxIcon_1_9_44Element: {
|
|
504
|
+
prototype: HTMLTttxIcon_1_9_44Element;
|
|
505
|
+
new (): HTMLTttxIcon_1_9_44Element;
|
|
501
506
|
};
|
|
502
|
-
interface
|
|
507
|
+
interface HTMLTttxKeyvalueBlock_1_9_44Element extends Components.TttxKeyvalueBlock_1_9_44, HTMLStencilElement {
|
|
503
508
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
509
|
+
var HTMLTttxKeyvalueBlock_1_9_44Element: {
|
|
510
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_44Element;
|
|
511
|
+
new (): HTMLTttxKeyvalueBlock_1_9_44Element;
|
|
507
512
|
};
|
|
508
|
-
interface
|
|
513
|
+
interface HTMLTttxList_1_9_44Element extends Components.TttxList_1_9_44, HTMLStencilElement {
|
|
509
514
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
515
|
+
var HTMLTttxList_1_9_44Element: {
|
|
516
|
+
prototype: HTMLTttxList_1_9_44Element;
|
|
517
|
+
new (): HTMLTttxList_1_9_44Element;
|
|
513
518
|
};
|
|
514
|
-
interface
|
|
519
|
+
interface HTMLTttxLoadingSpinner_1_9_44Element extends Components.TttxLoadingSpinner_1_9_44, HTMLStencilElement {
|
|
515
520
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
521
|
+
var HTMLTttxLoadingSpinner_1_9_44Element: {
|
|
522
|
+
prototype: HTMLTttxLoadingSpinner_1_9_44Element;
|
|
523
|
+
new (): HTMLTttxLoadingSpinner_1_9_44Element;
|
|
519
524
|
};
|
|
520
|
-
interface
|
|
525
|
+
interface HTMLTttxMultiselectBox_1_9_44Element extends Components.TttxMultiselectBox_1_9_44, HTMLStencilElement {
|
|
521
526
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
527
|
+
var HTMLTttxMultiselectBox_1_9_44Element: {
|
|
528
|
+
prototype: HTMLTttxMultiselectBox_1_9_44Element;
|
|
529
|
+
new (): HTMLTttxMultiselectBox_1_9_44Element;
|
|
525
530
|
};
|
|
526
|
-
interface
|
|
531
|
+
interface HTMLTttxPercentageBar_1_9_44Element extends Components.TttxPercentageBar_1_9_44, HTMLStencilElement {
|
|
527
532
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
533
|
+
var HTMLTttxPercentageBar_1_9_44Element: {
|
|
534
|
+
prototype: HTMLTttxPercentageBar_1_9_44Element;
|
|
535
|
+
new (): HTMLTttxPercentageBar_1_9_44Element;
|
|
531
536
|
};
|
|
532
|
-
interface
|
|
537
|
+
interface HTMLTttxQrcode_1_9_44Element extends Components.TttxQrcode_1_9_44, HTMLStencilElement {
|
|
533
538
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
539
|
+
var HTMLTttxQrcode_1_9_44Element: {
|
|
540
|
+
prototype: HTMLTttxQrcode_1_9_44Element;
|
|
541
|
+
new (): HTMLTttxQrcode_1_9_44Element;
|
|
537
542
|
};
|
|
538
|
-
interface
|
|
543
|
+
interface HTMLTttxSelectBox_1_9_44Element extends Components.TttxSelectBox_1_9_44, HTMLStencilElement {
|
|
539
544
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
545
|
+
var HTMLTttxSelectBox_1_9_44Element: {
|
|
546
|
+
prototype: HTMLTttxSelectBox_1_9_44Element;
|
|
547
|
+
new (): HTMLTttxSelectBox_1_9_44Element;
|
|
543
548
|
};
|
|
544
|
-
interface
|
|
549
|
+
interface HTMLTttxSkeleton_loader_1_9_44Element extends Components.TttxSkeleton_loader_1_9_44, HTMLStencilElement {
|
|
545
550
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
551
|
+
var HTMLTttxSkeleton_loader_1_9_44Element: {
|
|
552
|
+
prototype: HTMLTttxSkeleton_loader_1_9_44Element;
|
|
553
|
+
new (): HTMLTttxSkeleton_loader_1_9_44Element;
|
|
549
554
|
};
|
|
550
|
-
interface
|
|
555
|
+
interface HTMLTttxSorter_1_9_44Element extends Components.TttxSorter_1_9_44, HTMLStencilElement {
|
|
551
556
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
557
|
+
var HTMLTttxSorter_1_9_44Element: {
|
|
558
|
+
prototype: HTMLTttxSorter_1_9_44Element;
|
|
559
|
+
new (): HTMLTttxSorter_1_9_44Element;
|
|
555
560
|
};
|
|
556
|
-
interface
|
|
561
|
+
interface HTMLTttxStandaloneInput_1_9_44Element extends Components.TttxStandaloneInput_1_9_44, HTMLStencilElement {
|
|
557
562
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
563
|
+
var HTMLTttxStandaloneInput_1_9_44Element: {
|
|
564
|
+
prototype: HTMLTttxStandaloneInput_1_9_44Element;
|
|
565
|
+
new (): HTMLTttxStandaloneInput_1_9_44Element;
|
|
561
566
|
};
|
|
562
|
-
interface
|
|
567
|
+
interface HTMLTttxTable_1_9_44Element extends Components.TttxTable_1_9_44, HTMLStencilElement {
|
|
563
568
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
569
|
+
var HTMLTttxTable_1_9_44Element: {
|
|
570
|
+
prototype: HTMLTttxTable_1_9_44Element;
|
|
571
|
+
new (): HTMLTttxTable_1_9_44Element;
|
|
567
572
|
};
|
|
568
|
-
interface
|
|
573
|
+
interface HTMLTttxTabs_1_9_44Element extends Components.TttxTabs_1_9_44, HTMLStencilElement {
|
|
569
574
|
}
|
|
570
|
-
var
|
|
571
|
-
prototype:
|
|
572
|
-
new ():
|
|
575
|
+
var HTMLTttxTabs_1_9_44Element: {
|
|
576
|
+
prototype: HTMLTttxTabs_1_9_44Element;
|
|
577
|
+
new (): HTMLTttxTabs_1_9_44Element;
|
|
573
578
|
};
|
|
574
|
-
interface
|
|
579
|
+
interface HTMLTttxTag_1_9_44Element extends Components.TttxTag_1_9_44, HTMLStencilElement {
|
|
575
580
|
}
|
|
576
|
-
var
|
|
577
|
-
prototype:
|
|
578
|
-
new ():
|
|
581
|
+
var HTMLTttxTag_1_9_44Element: {
|
|
582
|
+
prototype: HTMLTttxTag_1_9_44Element;
|
|
583
|
+
new (): HTMLTttxTag_1_9_44Element;
|
|
579
584
|
};
|
|
580
|
-
interface
|
|
585
|
+
interface HTMLTttxTextarea_1_9_44Element extends Components.TttxTextarea_1_9_44, HTMLStencilElement {
|
|
581
586
|
}
|
|
582
|
-
var
|
|
583
|
-
prototype:
|
|
584
|
-
new ():
|
|
587
|
+
var HTMLTttxTextarea_1_9_44Element: {
|
|
588
|
+
prototype: HTMLTttxTextarea_1_9_44Element;
|
|
589
|
+
new (): HTMLTttxTextarea_1_9_44Element;
|
|
585
590
|
};
|
|
586
|
-
interface
|
|
591
|
+
interface HTMLTttxToggle_1_9_44Element extends Components.TttxToggle_1_9_44, HTMLStencilElement {
|
|
587
592
|
}
|
|
588
|
-
var
|
|
589
|
-
prototype:
|
|
590
|
-
new ():
|
|
593
|
+
var HTMLTttxToggle_1_9_44Element: {
|
|
594
|
+
prototype: HTMLTttxToggle_1_9_44Element;
|
|
595
|
+
new (): HTMLTttxToggle_1_9_44Element;
|
|
591
596
|
};
|
|
592
|
-
interface
|
|
597
|
+
interface HTMLTttxToolbar_1_9_44Element extends Components.TttxToolbar_1_9_44, HTMLStencilElement {
|
|
593
598
|
}
|
|
594
|
-
var
|
|
595
|
-
prototype:
|
|
596
|
-
new ():
|
|
599
|
+
var HTMLTttxToolbar_1_9_44Element: {
|
|
600
|
+
prototype: HTMLTttxToolbar_1_9_44Element;
|
|
601
|
+
new (): HTMLTttxToolbar_1_9_44Element;
|
|
597
602
|
};
|
|
598
|
-
interface
|
|
603
|
+
interface HTMLTttxTreeView_1_9_44Element extends Components.TttxTreeView_1_9_44, HTMLStencilElement {
|
|
599
604
|
}
|
|
600
|
-
var
|
|
601
|
-
prototype:
|
|
602
|
-
new ():
|
|
605
|
+
var HTMLTttxTreeView_1_9_44Element: {
|
|
606
|
+
prototype: HTMLTttxTreeView_1_9_44Element;
|
|
607
|
+
new (): HTMLTttxTreeView_1_9_44Element;
|
|
603
608
|
};
|
|
604
609
|
interface HTMLElementTagNameMap {
|
|
605
|
-
"tttx-
|
|
606
|
-
"tttx-checkbox-group-
|
|
607
|
-
"tttx-checkbox-group-
|
|
608
|
-
"tttx-checkbox-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-data-
|
|
612
|
-
"tttx-
|
|
613
|
-
"tttx-dialog-
|
|
614
|
-
"tttx-
|
|
615
|
-
"tttx-
|
|
616
|
-
"tttx-
|
|
617
|
-
"tttx-
|
|
618
|
-
"tttx-
|
|
619
|
-
"tttx-
|
|
620
|
-
"tttx-keyvalue-
|
|
621
|
-
"tttx-
|
|
622
|
-
"tttx-loading-
|
|
623
|
-
"tttx-multiselect-
|
|
624
|
-
"tttx-percentage-
|
|
625
|
-
"tttx-
|
|
626
|
-
"tttx-select-
|
|
627
|
-
"tttx-
|
|
628
|
-
"tttx-
|
|
629
|
-
"tttx-standalone-
|
|
630
|
-
"tttx-
|
|
631
|
-
"tttx-
|
|
632
|
-
"tttx-
|
|
633
|
-
"tttx-
|
|
634
|
-
"tttx-
|
|
635
|
-
"tttx-
|
|
636
|
-
"tttx-tree-
|
|
610
|
+
"tttx-button_1_9_44": HTMLTttxButton_1_9_44Element;
|
|
611
|
+
"tttx-checkbox-group-caption_1_9_44": HTMLTttxCheckboxGroupCaption_1_9_44Element;
|
|
612
|
+
"tttx-checkbox-group-heading_1_9_44": HTMLTttxCheckboxGroupHeading_1_9_44Element;
|
|
613
|
+
"tttx-checkbox-group_1_9_44": HTMLTttxCheckboxGroup_1_9_44Element;
|
|
614
|
+
"tttx-checkbox_1_9_44": HTMLTttxCheckbox_1_9_44Element;
|
|
615
|
+
"tttx-comments_1_9_44": HTMLTttxComments_1_9_44Element;
|
|
616
|
+
"tttx-data-pattern_1_9_44": HTMLTttxDataPattern_1_9_44Element;
|
|
617
|
+
"tttx-datacard_1_9_44": HTMLTttxDatacard_1_9_44Element;
|
|
618
|
+
"tttx-dialog-box_1_9_44": HTMLTttxDialogBox_1_9_44Element;
|
|
619
|
+
"tttx-dialog_1_9_44": HTMLTttxDialog_1_9_44Element;
|
|
620
|
+
"tttx-expander_1_9_44": HTMLTttxExpander_1_9_44Element;
|
|
621
|
+
"tttx-filter_1_9_44": HTMLTttxFilter_1_9_44Element;
|
|
622
|
+
"tttx-form_1_9_44": HTMLTttxForm_1_9_44Element;
|
|
623
|
+
"tttx-graph_1_9_44": HTMLTttxGraph_1_9_44Element;
|
|
624
|
+
"tttx-icon_1_9_44": HTMLTttxIcon_1_9_44Element;
|
|
625
|
+
"tttx-keyvalue-block_1_9_44": HTMLTttxKeyvalueBlock_1_9_44Element;
|
|
626
|
+
"tttx-list_1_9_44": HTMLTttxList_1_9_44Element;
|
|
627
|
+
"tttx-loading-spinner_1_9_44": HTMLTttxLoadingSpinner_1_9_44Element;
|
|
628
|
+
"tttx-multiselect-box_1_9_44": HTMLTttxMultiselectBox_1_9_44Element;
|
|
629
|
+
"tttx-percentage-bar_1_9_44": HTMLTttxPercentageBar_1_9_44Element;
|
|
630
|
+
"tttx-qrcode_1_9_44": HTMLTttxQrcode_1_9_44Element;
|
|
631
|
+
"tttx-select-box_1_9_44": HTMLTttxSelectBox_1_9_44Element;
|
|
632
|
+
"tttx-skeleton_loader_1_9_44": HTMLTttxSkeleton_loader_1_9_44Element;
|
|
633
|
+
"tttx-sorter_1_9_44": HTMLTttxSorter_1_9_44Element;
|
|
634
|
+
"tttx-standalone-input_1_9_44": HTMLTttxStandaloneInput_1_9_44Element;
|
|
635
|
+
"tttx-table_1_9_44": HTMLTttxTable_1_9_44Element;
|
|
636
|
+
"tttx-tabs_1_9_44": HTMLTttxTabs_1_9_44Element;
|
|
637
|
+
"tttx-tag_1_9_44": HTMLTttxTag_1_9_44Element;
|
|
638
|
+
"tttx-textarea_1_9_44": HTMLTttxTextarea_1_9_44Element;
|
|
639
|
+
"tttx-toggle_1_9_44": HTMLTttxToggle_1_9_44Element;
|
|
640
|
+
"tttx-toolbar_1_9_44": HTMLTttxToolbar_1_9_44Element;
|
|
641
|
+
"tttx-tree-view_1_9_44": HTMLTttxTreeView_1_9_44Element;
|
|
637
642
|
}
|
|
638
643
|
}
|
|
639
644
|
declare namespace LocalJSX {
|
|
640
|
-
interface
|
|
645
|
+
interface TttxButton_1_9_44 {
|
|
641
646
|
"design"?: string;
|
|
642
647
|
"icon"?: string;
|
|
643
648
|
"iconcolor"?: string;
|
|
644
649
|
"iconposition"?: 'left' | 'right';
|
|
645
650
|
"notext"?: boolean;
|
|
646
651
|
}
|
|
647
|
-
interface
|
|
652
|
+
interface TttxCheckboxGroupCaption_1_9_44 {
|
|
648
653
|
}
|
|
649
|
-
interface
|
|
654
|
+
interface TttxCheckboxGroupHeading_1_9_44 {
|
|
650
655
|
}
|
|
651
|
-
interface
|
|
656
|
+
interface TttxCheckboxGroup_1_9_44 {
|
|
652
657
|
}
|
|
653
|
-
interface
|
|
658
|
+
interface TttxCheckbox_1_9_44 {
|
|
654
659
|
"checkboxId"?: string;
|
|
655
660
|
"checked"?: boolean;
|
|
656
661
|
"indeterminate"?: boolean;
|
|
657
662
|
"inline"?: boolean;
|
|
658
663
|
"label"?: string;
|
|
659
|
-
"onCheckboxChangeEvent"?: (event:
|
|
664
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_44CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
660
665
|
}
|
|
661
|
-
interface
|
|
666
|
+
interface TttxComments_1_9_44 {
|
|
662
667
|
"comments"?: string | Comment[];
|
|
663
668
|
"currentuser"?: string;
|
|
664
669
|
"disableFile"?: boolean;
|
|
665
|
-
"
|
|
666
|
-
"
|
|
667
|
-
"
|
|
670
|
+
"inputBoxHeight"?: number;
|
|
671
|
+
"messageLimit"?: number;
|
|
672
|
+
"onCommentAdded"?: (event: TttxComments_1_9_44CustomEvent<Comment>) => void;
|
|
673
|
+
"onCommentFocusOut"?: (event: TttxComments_1_9_44CustomEvent<string>) => void;
|
|
674
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_44CustomEvent<string>) => void;
|
|
675
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_44CustomEvent<void>) => void;
|
|
676
|
+
"placeholder"?: string;
|
|
677
|
+
"saveButtonText"?: string;
|
|
678
|
+
"value"?: string;
|
|
668
679
|
}
|
|
669
|
-
interface
|
|
680
|
+
interface TttxDataPattern_1_9_44 {
|
|
670
681
|
"addbutton"?: boolean;
|
|
671
682
|
"addbuttonlabel"?: string;
|
|
672
683
|
"data"?: string;
|
|
@@ -676,7 +687,7 @@ declare namespace LocalJSX {
|
|
|
676
687
|
"searchplaceholder"?: string;
|
|
677
688
|
"sorterOptions"?: string;
|
|
678
689
|
}
|
|
679
|
-
interface
|
|
690
|
+
interface TttxDatacard_1_9_44 {
|
|
680
691
|
"cardTitle"?: string;
|
|
681
692
|
"cardType"?: string;
|
|
682
693
|
"chartConfig"?: string;
|
|
@@ -685,90 +696,90 @@ declare namespace LocalJSX {
|
|
|
685
696
|
"rightData"?: string;
|
|
686
697
|
"rightSubtext"?: string;
|
|
687
698
|
}
|
|
688
|
-
interface
|
|
699
|
+
interface TttxDialogBox_1_9_44 {
|
|
689
700
|
"allowOverflow"?: boolean;
|
|
690
701
|
"data"?: string | DialogItems;
|
|
691
|
-
"onButtonClick"?: (event:
|
|
692
|
-
"onCloseButtonClick"?: (event:
|
|
693
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
702
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_44CustomEvent<any>) => void;
|
|
703
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_44CustomEvent<any>) => void;
|
|
704
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_44CustomEvent<any>) => void;
|
|
694
705
|
"open"?: boolean;
|
|
695
706
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
696
707
|
}
|
|
697
|
-
interface
|
|
708
|
+
interface TttxDialog_1_9_44 {
|
|
698
709
|
"allowOverflow"?: boolean;
|
|
699
710
|
"closeEnabled"?: boolean;
|
|
700
711
|
"header"?: string;
|
|
701
|
-
"onCloseButtonClick"?: (event:
|
|
712
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_44CustomEvent<any>) => void;
|
|
702
713
|
"open"?: boolean;
|
|
703
714
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
704
715
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
705
716
|
}
|
|
706
|
-
interface
|
|
717
|
+
interface TttxExpander_1_9_44 {
|
|
707
718
|
"lefticon"?: string;
|
|
708
719
|
"lefticoncolor"?: string;
|
|
709
720
|
"name"?: string;
|
|
710
|
-
"onToggleExpander"?: (event:
|
|
721
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_44CustomEvent<{ open: boolean; name: string }>) => void;
|
|
711
722
|
"open"?: boolean;
|
|
712
723
|
}
|
|
713
|
-
interface
|
|
724
|
+
interface TttxFilter_1_9_44 {
|
|
714
725
|
"defaultFilterOptions"?: string[] | string;
|
|
715
726
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
716
727
|
"filterHeader"?: string;
|
|
717
728
|
"filterKey"?: string;
|
|
718
729
|
"filterOptions"?: string | FilterSettings[];
|
|
719
|
-
"onFilterChangeEvent"?: (event:
|
|
720
|
-
"onToggleFilter"?: (event:
|
|
730
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_44CustomEvent<FilterChangeEvent>) => void;
|
|
731
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_44CustomEvent<boolean>) => void;
|
|
721
732
|
"popoverWidth"?: string;
|
|
722
733
|
"showOptionIcons"?: boolean;
|
|
723
734
|
"showSearchField"?: boolean;
|
|
724
735
|
"showSelectAll"?: boolean;
|
|
725
736
|
}
|
|
726
|
-
interface
|
|
737
|
+
interface TttxForm_1_9_44 {
|
|
727
738
|
"data"?: any;
|
|
728
739
|
"formschema"?: Record<string, any> | string;
|
|
729
|
-
"onDataChanged"?: (event:
|
|
730
|
-
"onDataSubmitted"?: (event:
|
|
731
|
-
"onSearchTermChanged"?: (event:
|
|
732
|
-
"onSelectToggleOpen"?: (event:
|
|
740
|
+
"onDataChanged"?: (event: TttxForm_1_9_44CustomEvent<{ name: string; value: string }>) => void;
|
|
741
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_44CustomEvent<FormData>) => void;
|
|
742
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_44CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
743
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_44CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
733
744
|
}
|
|
734
|
-
interface
|
|
745
|
+
interface TttxGraph_1_9_44 {
|
|
735
746
|
"chartData"?: string;
|
|
736
747
|
"chartText"?: string;
|
|
737
748
|
"chartType"?: string;
|
|
738
749
|
}
|
|
739
|
-
interface
|
|
750
|
+
interface TttxIcon_1_9_44 {
|
|
740
751
|
"color"?: string;
|
|
741
752
|
"icon"?: string;
|
|
742
753
|
"size"?: number;
|
|
743
754
|
}
|
|
744
|
-
interface
|
|
755
|
+
interface TttxKeyvalueBlock_1_9_44 {
|
|
745
756
|
"horizontal"?: boolean;
|
|
746
757
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
747
758
|
"spacedout"?: boolean;
|
|
748
759
|
}
|
|
749
|
-
interface
|
|
760
|
+
interface TttxList_1_9_44 {
|
|
750
761
|
"data"?: string | ListItem[];
|
|
751
762
|
"name"?: string;
|
|
752
|
-
"onListRowCheckboxClick"?: (event:
|
|
753
|
-
"onListRowClick"?: (event:
|
|
763
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_44CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
764
|
+
"onListRowClick"?: (event: TttxList_1_9_44CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
754
765
|
}
|
|
755
|
-
interface
|
|
766
|
+
interface TttxLoadingSpinner_1_9_44 {
|
|
756
767
|
"color"?: string;
|
|
757
768
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
758
769
|
"loadingMessage"?: boolean;
|
|
759
770
|
"message"?: string;
|
|
760
771
|
"size"?: 'small' | 'large';
|
|
761
772
|
}
|
|
762
|
-
interface
|
|
773
|
+
interface TttxMultiselectBox_1_9_44 {
|
|
763
774
|
"htmlVisibleValue"?: boolean;
|
|
764
775
|
"inline"?: boolean;
|
|
765
776
|
"isLoading"?: boolean;
|
|
766
777
|
"label"?: string;
|
|
767
778
|
"nonPriorityLabel"?: string;
|
|
768
|
-
"onChangesApplied"?: (event:
|
|
769
|
-
"onSearchDataChanged"?: (event:
|
|
770
|
-
"onSelectItemEvent"?: (event:
|
|
771
|
-
"onToggleOpen"?: (event:
|
|
779
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_44CustomEvent<SelectItem[]>) => void;
|
|
780
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_44CustomEvent<{ searchTerm: string; }>) => void;
|
|
781
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_44CustomEvent<SelectItem>) => void;
|
|
782
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_44CustomEvent<boolean>) => void;
|
|
772
783
|
"optionsData"?: string | SelectItem[];
|
|
773
784
|
"placeholder"?: string;
|
|
774
785
|
"priorityLabel"?: string;
|
|
@@ -777,18 +788,18 @@ declare namespace LocalJSX {
|
|
|
777
788
|
"stopLocalSearch"?: boolean;
|
|
778
789
|
"visibleValue"?: string;
|
|
779
790
|
}
|
|
780
|
-
interface
|
|
791
|
+
interface TttxPercentageBar_1_9_44 {
|
|
781
792
|
"color"?: string;
|
|
782
793
|
"labelid"?: string;
|
|
783
794
|
"min"?: string;
|
|
784
795
|
"percentage"?: string | number;
|
|
785
796
|
"thresholds"?: string | Threshold[];
|
|
786
797
|
}
|
|
787
|
-
interface
|
|
798
|
+
interface TttxQrcode_1_9_44 {
|
|
788
799
|
"link"?: string;
|
|
789
800
|
"size"?: number;
|
|
790
801
|
}
|
|
791
|
-
interface
|
|
802
|
+
interface TttxSelectBox_1_9_44 {
|
|
792
803
|
"clearable"?: boolean;
|
|
793
804
|
"errorMsg"?: string;
|
|
794
805
|
"inline"?: boolean;
|
|
@@ -796,10 +807,10 @@ declare namespace LocalJSX {
|
|
|
796
807
|
"isLoading"?: boolean;
|
|
797
808
|
"label"?: string;
|
|
798
809
|
"nonPriorityLabel"?: string;
|
|
799
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
800
|
-
"onSelectEndReached"?: (event:
|
|
801
|
-
"onSelectItemEvent"?: (event:
|
|
802
|
-
"onToggleOpen"?: (event:
|
|
810
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_44CustomEvent<string>) => void;
|
|
811
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_44CustomEvent<string>) => void;
|
|
812
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_44CustomEvent<SelectItem1>) => void;
|
|
813
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_44CustomEvent<boolean>) => void;
|
|
803
814
|
"optionsData"?: string | SelectItem1[];
|
|
804
815
|
"placeholder"?: string;
|
|
805
816
|
"priorityLabel"?: string;
|
|
@@ -811,7 +822,7 @@ declare namespace LocalJSX {
|
|
|
811
822
|
"useExternalFiltering"?: boolean;
|
|
812
823
|
"useExternalPaginatedFiltering"?: boolean;
|
|
813
824
|
}
|
|
814
|
-
interface
|
|
825
|
+
interface TttxSkeleton_loader_1_9_44 {
|
|
815
826
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
816
827
|
"borderRadius"?: string;
|
|
817
828
|
"color"?: string;
|
|
@@ -823,15 +834,15 @@ declare namespace LocalJSX {
|
|
|
823
834
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
824
835
|
"width"?: string;
|
|
825
836
|
}
|
|
826
|
-
interface
|
|
837
|
+
interface TttxSorter_1_9_44 {
|
|
827
838
|
"defaultOption"?: string;
|
|
828
839
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
829
840
|
"fieldOptionsData"?: string | SorterData;
|
|
830
|
-
"onSorterChangeEvent"?: (event:
|
|
831
|
-
"onToggleSorter"?: (event:
|
|
841
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_44CustomEvent<SorterChangeEvent>) => void;
|
|
842
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_44CustomEvent<boolean>) => void;
|
|
832
843
|
"sorterKey"?: string;
|
|
833
844
|
}
|
|
834
|
-
interface
|
|
845
|
+
interface TttxStandaloneInput_1_9_44 {
|
|
835
846
|
"autocomplete"?: 'off' | 'on';
|
|
836
847
|
"checked"?: boolean;
|
|
837
848
|
"disabled"?: boolean;
|
|
@@ -847,8 +858,8 @@ declare namespace LocalJSX {
|
|
|
847
858
|
"inputiconcolor"?: string;
|
|
848
859
|
/**
|
|
849
860
|
* tabindex - Allows the HTML elements to be focusable
|
|
850
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
851
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
861
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_44 input-index="1" />
|
|
862
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_44 inputindex={1} />
|
|
852
863
|
*/
|
|
853
864
|
"inputindex"?: string | number;
|
|
854
865
|
/**
|
|
@@ -862,13 +873,13 @@ declare namespace LocalJSX {
|
|
|
862
873
|
"min"?: MinMaxDates | number;
|
|
863
874
|
"minlength"?: string | number;
|
|
864
875
|
"name"?: string;
|
|
865
|
-
"onBlurChanged"?: (event:
|
|
866
|
-
"onFocusChanged"?: (event:
|
|
867
|
-
"onInputIconClick"?: (event:
|
|
868
|
-
"onInvalidChanged"?: (event:
|
|
869
|
-
"onLeftIconClick"?: (event:
|
|
870
|
-
"onRightIconClick"?: (event:
|
|
871
|
-
"onValueChanged"?: (event:
|
|
876
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_44CustomEvent<string>) => void;
|
|
877
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_44CustomEvent<string>) => void;
|
|
878
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_44CustomEvent<void>) => void;
|
|
879
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_44CustomEvent<string>) => void;
|
|
880
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_44CustomEvent<void>) => void;
|
|
881
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_44CustomEvent<void>) => void;
|
|
882
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_44CustomEvent<string>) => void;
|
|
872
883
|
"pattern"?: string;
|
|
873
884
|
"placeholder"?: string;
|
|
874
885
|
"readonly"?: string | boolean;
|
|
@@ -883,27 +894,27 @@ declare namespace LocalJSX {
|
|
|
883
894
|
"type"?: string;
|
|
884
895
|
"value"?: string | number;
|
|
885
896
|
}
|
|
886
|
-
interface
|
|
897
|
+
interface TttxTable_1_9_44 {
|
|
887
898
|
"data"?: any;
|
|
888
899
|
"draggableHeaders"?: boolean;
|
|
889
900
|
"headers"?: TableHeader[];
|
|
890
901
|
"loading"?: boolean;
|
|
891
|
-
"onHeaderClicked"?: (event:
|
|
892
|
-
"onHeaderOrderChanged"?: (event:
|
|
893
|
-
"onRowClicked"?: (event:
|
|
902
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_44CustomEvent<any>) => void;
|
|
903
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_44CustomEvent<string[]>) => void;
|
|
904
|
+
"onRowClicked"?: (event: TttxTable_1_9_44CustomEvent<any>) => void;
|
|
894
905
|
"selectable"?: boolean;
|
|
895
906
|
"selected"?: number;
|
|
896
907
|
}
|
|
897
|
-
interface
|
|
908
|
+
interface TttxTabs_1_9_44 {
|
|
898
909
|
"navigation"?: boolean;
|
|
899
|
-
"onLeftNavigation"?: (event:
|
|
900
|
-
"onRightNavigation"?: (event:
|
|
901
|
-
"onTabClick"?: (event:
|
|
910
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_44CustomEvent<any>) => void;
|
|
911
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_44CustomEvent<any>) => void;
|
|
912
|
+
"onTabClick"?: (event: TttxTabs_1_9_44CustomEvent<{ tabId: string }>) => void;
|
|
902
913
|
"tabs"?: string | Tab[];
|
|
903
914
|
"tabsName"?: string;
|
|
904
915
|
"wide"?: boolean;
|
|
905
916
|
}
|
|
906
|
-
interface
|
|
917
|
+
interface TttxTag_1_9_44 {
|
|
907
918
|
"color"?: string;
|
|
908
919
|
"hasIcon"?: boolean;
|
|
909
920
|
"icon"?: string;
|
|
@@ -912,13 +923,13 @@ declare namespace LocalJSX {
|
|
|
912
923
|
"text"?: string;
|
|
913
924
|
"textColor"?: string;
|
|
914
925
|
}
|
|
915
|
-
interface
|
|
926
|
+
interface TttxTextarea_1_9_44 {
|
|
916
927
|
"disabled"?: boolean;
|
|
917
928
|
"errormsg"?: string;
|
|
918
929
|
/**
|
|
919
930
|
* tabindex - Allows the HTML elements to be focusable
|
|
920
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
921
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
931
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_44 input-index="1" />
|
|
932
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_44 inputindex={1} />
|
|
922
933
|
*/
|
|
923
934
|
"inputindex"?: string | number;
|
|
924
935
|
/**
|
|
@@ -929,10 +940,10 @@ declare namespace LocalJSX {
|
|
|
929
940
|
"label"?: string;
|
|
930
941
|
"maxlength"?: string | number;
|
|
931
942
|
"name"?: string;
|
|
932
|
-
"onBlurChanged"?: (event:
|
|
933
|
-
"onFocusChanged"?: (event:
|
|
934
|
-
"onInvalidChanged"?: (event:
|
|
935
|
-
"onValueChanged"?: (event:
|
|
943
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_44CustomEvent<string>) => void;
|
|
944
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_44CustomEvent<string>) => void;
|
|
945
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_44CustomEvent<string>) => void;
|
|
946
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_44CustomEvent<string>) => void;
|
|
936
947
|
"placeholder"?: string;
|
|
937
948
|
"readonly"?: string | boolean;
|
|
938
949
|
"required"?: boolean;
|
|
@@ -946,90 +957,90 @@ declare namespace LocalJSX {
|
|
|
946
957
|
"textareaautofocus"?: boolean;
|
|
947
958
|
"value"?: string | number;
|
|
948
959
|
}
|
|
949
|
-
interface
|
|
960
|
+
interface TttxToggle_1_9_44 {
|
|
950
961
|
"initialstate"?: boolean | string;
|
|
951
|
-
"onToggleSwitchEvent"?: (event:
|
|
962
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_44CustomEvent<{checked: boolean}>) => void;
|
|
952
963
|
}
|
|
953
|
-
interface
|
|
964
|
+
interface TttxToolbar_1_9_44 {
|
|
954
965
|
"border"?: boolean;
|
|
955
966
|
}
|
|
956
|
-
interface
|
|
967
|
+
interface TttxTreeView_1_9_44 {
|
|
957
968
|
"data"?: TreeViewItem[];
|
|
958
|
-
"onCheckboxChange"?: (event:
|
|
959
|
-
"onClickEvent"?: (event:
|
|
960
|
-
"onExpandNode"?: (event:
|
|
969
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_44CustomEvent<TreeViewItem[]>) => void;
|
|
970
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_44CustomEvent<TreeViewItem>) => void;
|
|
971
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_44CustomEvent<ExpandNodeEvent>) => void;
|
|
961
972
|
}
|
|
962
973
|
interface IntrinsicElements {
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-checkbox-group-
|
|
965
|
-
"tttx-checkbox-group-
|
|
966
|
-
"tttx-checkbox-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-data-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-dialog-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-
|
|
977
|
-
"tttx-
|
|
978
|
-
"tttx-keyvalue-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-loading-
|
|
981
|
-
"tttx-multiselect-
|
|
982
|
-
"tttx-percentage-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-select-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-standalone-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-
|
|
991
|
-
"tttx-
|
|
992
|
-
"tttx-
|
|
993
|
-
"tttx-
|
|
994
|
-
"tttx-tree-
|
|
974
|
+
"tttx-button_1_9_44": TttxButton_1_9_44;
|
|
975
|
+
"tttx-checkbox-group-caption_1_9_44": TttxCheckboxGroupCaption_1_9_44;
|
|
976
|
+
"tttx-checkbox-group-heading_1_9_44": TttxCheckboxGroupHeading_1_9_44;
|
|
977
|
+
"tttx-checkbox-group_1_9_44": TttxCheckboxGroup_1_9_44;
|
|
978
|
+
"tttx-checkbox_1_9_44": TttxCheckbox_1_9_44;
|
|
979
|
+
"tttx-comments_1_9_44": TttxComments_1_9_44;
|
|
980
|
+
"tttx-data-pattern_1_9_44": TttxDataPattern_1_9_44;
|
|
981
|
+
"tttx-datacard_1_9_44": TttxDatacard_1_9_44;
|
|
982
|
+
"tttx-dialog-box_1_9_44": TttxDialogBox_1_9_44;
|
|
983
|
+
"tttx-dialog_1_9_44": TttxDialog_1_9_44;
|
|
984
|
+
"tttx-expander_1_9_44": TttxExpander_1_9_44;
|
|
985
|
+
"tttx-filter_1_9_44": TttxFilter_1_9_44;
|
|
986
|
+
"tttx-form_1_9_44": TttxForm_1_9_44;
|
|
987
|
+
"tttx-graph_1_9_44": TttxGraph_1_9_44;
|
|
988
|
+
"tttx-icon_1_9_44": TttxIcon_1_9_44;
|
|
989
|
+
"tttx-keyvalue-block_1_9_44": TttxKeyvalueBlock_1_9_44;
|
|
990
|
+
"tttx-list_1_9_44": TttxList_1_9_44;
|
|
991
|
+
"tttx-loading-spinner_1_9_44": TttxLoadingSpinner_1_9_44;
|
|
992
|
+
"tttx-multiselect-box_1_9_44": TttxMultiselectBox_1_9_44;
|
|
993
|
+
"tttx-percentage-bar_1_9_44": TttxPercentageBar_1_9_44;
|
|
994
|
+
"tttx-qrcode_1_9_44": TttxQrcode_1_9_44;
|
|
995
|
+
"tttx-select-box_1_9_44": TttxSelectBox_1_9_44;
|
|
996
|
+
"tttx-skeleton_loader_1_9_44": TttxSkeleton_loader_1_9_44;
|
|
997
|
+
"tttx-sorter_1_9_44": TttxSorter_1_9_44;
|
|
998
|
+
"tttx-standalone-input_1_9_44": TttxStandaloneInput_1_9_44;
|
|
999
|
+
"tttx-table_1_9_44": TttxTable_1_9_44;
|
|
1000
|
+
"tttx-tabs_1_9_44": TttxTabs_1_9_44;
|
|
1001
|
+
"tttx-tag_1_9_44": TttxTag_1_9_44;
|
|
1002
|
+
"tttx-textarea_1_9_44": TttxTextarea_1_9_44;
|
|
1003
|
+
"tttx-toggle_1_9_44": TttxToggle_1_9_44;
|
|
1004
|
+
"tttx-toolbar_1_9_44": TttxToolbar_1_9_44;
|
|
1005
|
+
"tttx-tree-view_1_9_44": TttxTreeView_1_9_44;
|
|
995
1006
|
}
|
|
996
1007
|
}
|
|
997
1008
|
export { LocalJSX as JSX };
|
|
998
1009
|
declare module "@stencil/core" {
|
|
999
1010
|
export namespace JSX {
|
|
1000
1011
|
interface IntrinsicElements {
|
|
1001
|
-
"tttx-
|
|
1002
|
-
"tttx-checkbox-group-
|
|
1003
|
-
"tttx-checkbox-group-
|
|
1004
|
-
"tttx-checkbox-
|
|
1005
|
-
"tttx-
|
|
1006
|
-
"tttx-
|
|
1007
|
-
"tttx-data-
|
|
1008
|
-
"tttx-
|
|
1009
|
-
"tttx-dialog-
|
|
1010
|
-
"tttx-
|
|
1011
|
-
"tttx-
|
|
1012
|
-
"tttx-
|
|
1013
|
-
"tttx-
|
|
1014
|
-
"tttx-
|
|
1015
|
-
"tttx-
|
|
1016
|
-
"tttx-keyvalue-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-loading-
|
|
1019
|
-
"tttx-multiselect-
|
|
1020
|
-
"tttx-percentage-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-select-
|
|
1023
|
-
"tttx-
|
|
1024
|
-
"tttx-
|
|
1025
|
-
"tttx-standalone-
|
|
1026
|
-
"tttx-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-tree-
|
|
1012
|
+
"tttx-button_1_9_44": LocalJSX.TttxButton_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_44Element>;
|
|
1013
|
+
"tttx-checkbox-group-caption_1_9_44": LocalJSX.TttxCheckboxGroupCaption_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_44Element>;
|
|
1014
|
+
"tttx-checkbox-group-heading_1_9_44": LocalJSX.TttxCheckboxGroupHeading_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_44Element>;
|
|
1015
|
+
"tttx-checkbox-group_1_9_44": LocalJSX.TttxCheckboxGroup_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_44Element>;
|
|
1016
|
+
"tttx-checkbox_1_9_44": LocalJSX.TttxCheckbox_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_44Element>;
|
|
1017
|
+
"tttx-comments_1_9_44": LocalJSX.TttxComments_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_44Element>;
|
|
1018
|
+
"tttx-data-pattern_1_9_44": LocalJSX.TttxDataPattern_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_44Element>;
|
|
1019
|
+
"tttx-datacard_1_9_44": LocalJSX.TttxDatacard_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_44Element>;
|
|
1020
|
+
"tttx-dialog-box_1_9_44": LocalJSX.TttxDialogBox_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_44Element>;
|
|
1021
|
+
"tttx-dialog_1_9_44": LocalJSX.TttxDialog_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_44Element>;
|
|
1022
|
+
"tttx-expander_1_9_44": LocalJSX.TttxExpander_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_44Element>;
|
|
1023
|
+
"tttx-filter_1_9_44": LocalJSX.TttxFilter_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_44Element>;
|
|
1024
|
+
"tttx-form_1_9_44": LocalJSX.TttxForm_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_44Element>;
|
|
1025
|
+
"tttx-graph_1_9_44": LocalJSX.TttxGraph_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_44Element>;
|
|
1026
|
+
"tttx-icon_1_9_44": LocalJSX.TttxIcon_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_44Element>;
|
|
1027
|
+
"tttx-keyvalue-block_1_9_44": LocalJSX.TttxKeyvalueBlock_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_44Element>;
|
|
1028
|
+
"tttx-list_1_9_44": LocalJSX.TttxList_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_44Element>;
|
|
1029
|
+
"tttx-loading-spinner_1_9_44": LocalJSX.TttxLoadingSpinner_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_44Element>;
|
|
1030
|
+
"tttx-multiselect-box_1_9_44": LocalJSX.TttxMultiselectBox_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_44Element>;
|
|
1031
|
+
"tttx-percentage-bar_1_9_44": LocalJSX.TttxPercentageBar_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_44Element>;
|
|
1032
|
+
"tttx-qrcode_1_9_44": LocalJSX.TttxQrcode_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_44Element>;
|
|
1033
|
+
"tttx-select-box_1_9_44": LocalJSX.TttxSelectBox_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_44Element>;
|
|
1034
|
+
"tttx-skeleton_loader_1_9_44": LocalJSX.TttxSkeleton_loader_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_44Element>;
|
|
1035
|
+
"tttx-sorter_1_9_44": LocalJSX.TttxSorter_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_44Element>;
|
|
1036
|
+
"tttx-standalone-input_1_9_44": LocalJSX.TttxStandaloneInput_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_44Element>;
|
|
1037
|
+
"tttx-table_1_9_44": LocalJSX.TttxTable_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_44Element>;
|
|
1038
|
+
"tttx-tabs_1_9_44": LocalJSX.TttxTabs_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_44Element>;
|
|
1039
|
+
"tttx-tag_1_9_44": LocalJSX.TttxTag_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_44Element>;
|
|
1040
|
+
"tttx-textarea_1_9_44": LocalJSX.TttxTextarea_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_44Element>;
|
|
1041
|
+
"tttx-toggle_1_9_44": LocalJSX.TttxToggle_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_44Element>;
|
|
1042
|
+
"tttx-toolbar_1_9_44": LocalJSX.TttxToolbar_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_44Element>;
|
|
1043
|
+
"tttx-tree-view_1_9_44": LocalJSX.TttxTreeView_1_9_44 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_44Element>;
|
|
1033
1044
|
}
|
|
1034
1045
|
}
|
|
1035
1046
|
}
|